@font-face {
  font-family: "Balootammudu 2 Variablefont Wght";
  src: url('../fonts/BalooTammudu2-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenirnext 09";
  src: url('../fonts/AvenirNext-Heavy-09.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std 500";
  src: url('../fonts/circular-std-medium-500.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NewBlack;
  src: url('../fonts/NewBlackTypeface-Bold.ttf') format("truetype"), url('../fonts/NewBlackTypeface-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NewBlack;
  src: url('../fonts/NewBlackTypeface-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NewBlack;
  src: url('../fonts/NewBlackTypeface-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NewBlack;
  src: url('../fonts/NewBlackTypeface-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NewBlack;
  src: url('../fonts/NewBlackTypeface-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NewBlack;
  src: url('../fonts/NewBlackTypeface-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Swarsh Daisy;
  src: url('../fonts/Swarsh-Daisy-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Addingtoncf;
  src: url('../fonts/AddingtonCF-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Addingtoncf;
  src: url('../fonts/AddingtonCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Addingtoncf;
  src: url('../fonts/AddingtonCF-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Addingtoncf;
  src: url('../fonts/AddingtonCF-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Addingtoncf;
  src: url('../fonts/AddingtonCF-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic Lt Std Extended;
  src: url('../fonts/trade-gothic-lt-std-extended.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta Alt;
  src: url('../fonts/Recoleta-Alt-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta Alt;
  src: url('../fonts/Recoleta-Alt-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta Alt;
  src: url('../fonts/Recoleta-Alt-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --bronze: #aa9888;
  --dim-grey: #fff;
  --slate: #235a52;
  --white: white;
  --light-blue: #eaedf2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  letter-spacing: 1px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1vw;
  padding-left: 60px;
  font-family: Exo, sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 4vw;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: intercom;
  font-size: 2.1vw;
  font-style: italic;
  font-weight: 500;
  line-height: 3.1vw;
}

h3 {
  color: var(--bronze);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

h4 {
  color: var(--black);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

h5 {
  color: var(--black);
  margin-top: 1vw;
  margin-bottom: .5vw;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1.75vw;
}

h6 {
  color: var(--bronze);
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
}

a {
  color: var(--bronze);
  text-decoration: none;
}

ul {
  width: 80%;
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

ol {
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

li {
  color: var(--dim-grey);
  letter-spacing: .01vw;
  margin-top: .5vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

img {
  max-width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 200;
}

blockquote {
  color: var(--bronze);
  border-left: 1px #000;
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding: 0 4vw;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

figure {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

figcaption {
  opacity: .75;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-overlay {
  z-index: 1;
  background-color: #03030399;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.sc-content-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.sc-content-holder.head2 {
  align-items: center;
  margin-right: 0;
  padding-bottom: 47px;
}

.sc-content-holder.head2.head3, .sc-content-holder.head2.hd44, .sc-content-holder.head2.stayhead {
  margin-right: 0;
}

.sc-content-holder.sccontghome {
  align-items: center;
  display: flex;
}

.sc-content-holder.freeridecontent {
  padding-left: 5.7%;
}

.button-style-1 {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-1:hover {
  background-color: var(--slate);
}

.button-style-1.large {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 100vw;
  width: 100%;
  height: 99px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Playfair Display;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.button-style-1.large:hover {
  background-color: #b18c34;
}

.button-style-1.buttonstyle2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-style-1.buttonstyle2:hover {
  color: var(--white);
  background-color: #c6b359;
  border-color: #0000;
}

.button-style-1.buttonstyle2.button3 {
  width: 200px;
}

.button-style-1.buttonstyle2.button3.butt4 {
  width: 220px;
}

.button-style-1.buttonstyle2.button3.butt4.butt8 {
  width: 180px;
}

.button-style-1.buttonstyle2.button3.butt4.butt8._222 {
  width: 220px;
}

.button-style-1.buttonstyle2.butt5 {
  width: 130px;
  margin-top: 32px;
}

.button-style-1.buttonstyle2.butt5.butt5_5 {
  background-color: #ffffff4d;
  width: 165px;
}

.button-style-1.buttonstyle2.butt5.butt5_5.butt6 {
  width: 220px;
}

.button-style-1.buttonstyle2.buttbisit {
  margin-top: 38px;
}

.button-style-1.buttonstyle2.visitbutt {
  text-align: center;
  margin-top: 52px;
}

.style-4s {
  color: #000;
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.style-4s.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 13px;
  display: flex;
}

.style-4s.white.inline {
  display: inline-block;
}

.style-4s.white.black {
  color: var(--black);
  text-align: center;
  justify-content: center;
  margin-bottom: -3vw;
  margin-left: auto;
  margin-right: auto;
}

.style-4s.white.black.title2 {
  display: none;
}

.style-4s.white.homehead {
  margin-top: 277px;
  margin-bottom: -1vw;
  margin-right: 5px;
}

.style-4s.white-faded {
  color: #ffffffa6;
  transition: color .1s;
}

.style-4s.white-faded:hover {
  color: var(--white);
}

.style-4s.menu-link {
  color: #fff9;
  margin-left: auto;
  margin-right: auto;
  transition: color .15s;
  display: block;
}

.style-4s.menu-link:hover {
  color: var(--white);
}

.style-4s.menu-link.v66 {
  margin-bottom: 1vw;
}

.style-4s.concierge {
  text-align: center;
}

.style-4s.contact-subhead {
  color: var(--white);
  text-align: center;
}

.style-4s.concierge-subtitle {
  color: var(--white);
}

.style-4s.style77 {
  text-align: left;
}

.style-4s.gg {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sc-sub-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -1vw;
  display: flex;
  overflow: hidden;
}

.global-container {
  text-align: center;
  background-color: #13494a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-left: 11px;
  display: flex;
}

.global-container.food-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-container.button {
  flex-direction: column;
  align-items: center;
}

.global-container.about {
  background-color: #fff;
  align-items: center;
}

.global-container.fb-container {
  z-index: 2;
  align-items: center;
  width: 70vw;
  position: absolute;
}

.global-container._2ndarticle {
  background-color: #fff;
  padding: 40px 28px 0 0;
}

.global-container.pigcasso {
  color: #fff;
  background-color: #fff;
  padding-top: 47px;
}

.global-container.pigcasso.change {
  color: #fff;
}

.global-container.stay {
  background-color: #fff;
  padding-left: 0;
}

.global-container.wine {
  background-color: #fff;
  padding-top: 45px;
}

.eyebrow {
  color: var(--slate);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.about-description-holder {
  margin-top: 0;
  margin-bottom: 1vw;
}

.button-style-5 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s;
}

.button-style-5:hover {
  color: var(--slate);
}

.book-button {
  z-index: 100;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 4vw;
  margin-right: 2vw;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.fullbleed-image {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: hidden;
}

.quote-holder {
  padding-left: 80px;
  padding-right: 80px;
}

.quote-holder.stayquote {
  padding-bottom: 50px;
}

.navbar {
  z-index: 100;
  mix-blend-mode: normal;
  border-bottom: 0 #fff3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 16%;
  display: flex;
  position: absolute;
}

.navbar-logo-holder {
  border-bottom: 30px #dd2f2f;
}

.navbar-logo-holder.w--current {
  margin-top: 60px;
}

.navbar-link-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-navbar {
  height: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0000;
  align-items: flex-end;
  margin-bottom: 27px;
  margin-left: 40px;
  padding: 0;
  font-family: Avenirltstd Roman, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  display: flex;
}

.button-navbar:hover {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
}

.button-navbar.w--current {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.button-navbar.link-delay {
  font-size: 12px;
  line-height: 14px;
}

.button-navbar.link-delay:hover {
  border-bottom: 6px solid var(--white);
  padding-top: 5px;
}

.button-navbar.link-delay.w--current {
  border-bottom: 5px solid var(--white);
  padding-top: 5px;
}

.button-navbar.dark {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 39px;
  font-family: intercom;
  font-size: 14px;
}

.button-navbar.dark:hover {
  border-bottom-color: var(--slate);
}

.button-navbar.dark.w--current {
  letter-spacing: .3px;
}

.button-navbar.buttyellow {
  color: #fce840;
  display: none;
}

.button-navbar.ffft {
  color: #f9e33f;
  display: none;
}

.button-navbar.train, .button-navbar.gallery, .button-navbar.resultsbutt, .button-navbar.portalbutton {
  display: none;
}

.navbar-icon-holder {
  margin-bottom: 8px;
  margin-left: 30px;
  display: none;
}

.navbar-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 2px;
  display: flex;
}

.navbar-right.navbarright2 {
  margin-top: -8px;
  margin-right: 15%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-right.navright_home {
  margin-top: 20px;
}

.global-assets {
  height: 100%;
}

.menu {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.style-1xl {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7vw;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cover-image.cvrabout.resultscoverimqge {
  display: none;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 550px;
}

.image.scale-in {
  height: 500px;
}

.image.scale-in.scalein2 {
  width: 100%;
  height: auto;
  margin-top: 38px;
}

.image.scale-in.homeend {
  height: 800px;
  max-height: 800px;
  margin-bottom: -65px;
}

.image.imgx {
  width: 100%;
  height: 50vw;
  max-height: 500px;
}

.image.pig2.painting {
  margin-top: 45px;
}

.global-section {
  background-color: #f7eee8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.global-section.global-rich-text.no-margin-bottom {
  padding-bottom: 0;
}

.global-section.global-rich-text.concierge {
  background-color: var(--light-blue);
}

.global-section.first {
  padding-bottom: 0;
}

.global-section.food-image {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.book-now {
  align-items: stretch;
}

.global-section.no-top-margin {
  padding-top: 0;
}

.global-section.line-break {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.global-section.line-break.section-landing, .global-section.line-break.dine-with-us {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.fb-section {
  height: 40vw;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.global-section.faq-header {
  background-color: var(--light-blue);
}

.global-section.blue {
  background-color: #fff;
}

.style-1m {
  color: var(--black);
  text-align: center;
  letter-spacing: .3vw;
  margin-bottom: 0;
  font-family: Librecaslondisplay;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 2.8vw;
}

.style-1m.align-left {
  text-align: left;
}

.style-1m.white {
  color: var(--white);
}

.style-1m.white.accordion-title {
  letter-spacing: .1vw;
}

.style-1m.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.style-1m.animate-in {
  text-align: left;
  font-family: Librecaslondisplay;
  line-height: 3vw;
}

.style-1m.animate-in.quote {
  text-align: center;
  letter-spacing: .1vw;
  width: 350px;
  margin: 1vw auto;
  font-size: 2.3vw;
  line-height: 2.6vw;
}

.style-1m.animate-in.quote.quote2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.style-1m.animate-in.quote.quote3 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.style-1m.animate-in.head {
  margin-top: -1vw;
  margin-left: -26px;
}

.style-1m.animate-in.ani2, .style-1m.animate-in.hhh {
  margin-left: -26px;
}

.style-1m.subheadhome {
  margin-top: 1vw;
}

.style-1m.subheadhome.enquiries {
  margin-top: 3vw;
  font-size: 2.2vw;
}

.style-1m.subheadhome.slider {
  background-color: #0000;
  height: auto;
}

.style-1m.subheadhome.slider.slide2 {
  display: none;
}

.style-1m.subheadhome.slider.head5 {
  margin-top: -1vw;
  margin-bottom: 2.5vw;
}

.style-1m.subheadhome.head1 {
  margin-top: 7px;
}

.style-1m.subheadhome.head1.hhf4 {
  margin-top: 15px;
}

.style-1m.subheadhome.head2, .style-1m.style-change.style3 {
  display: none;
}

.style-1m.deposit {
  color: #95772c;
  margin-top: 1vw;
  font-size: 2vw;
}

.style-1m._1m2 {
  width: 60%;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
}

._3up-image-holder {
  width: 100%;
  height: 31vw;
  position: relative;
  overflow: hidden;
}

._3up-image-holder.rooms {
  height: 17vw;
  position: relative;
}

._3up-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: none;
}

._3up-description {
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.ps {
  letter-spacing: .01vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.ps.left {
  text-align: left;
  width: 90%;
}

.ps.left.article {
  width: 100%;
  margin-top: .5vw;
}

.ps.footer-paragraph {
  color: #ffffff80;
  text-align: center;
}

.ps._3up-text {
  text-align: center;
}

.sc-button {
  overflow: hidden;
}

.accordion-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.accordion-item-trigger {
  height: 5.5vw;
}

.accordion-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.menu-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-spacer {
  background-color: #ffffff4d;
  width: 1px;
  height: 13vw;
  margin-top: 8px;
}

.menu-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
  position: absolute;
}

.menu-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1vw;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.navbar-sticky {
  z-index: 999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #00000036;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: fixed;
}

.curtain {
  z-index: 300;
  background-color: #000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.feature-card {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 100px;
  margin-left: 12%;
  margin-right: auto;
  padding: 50px 0 20px 9px;
  display: flex;
}

.feature-card.featurecard2 {
  padding: 60px 0 84px;
}

.feature-card.feature2 {
  margin-left: 11%;
  padding-right: 0;
}

.feature-card.featcard2 {
  padding-bottom: 15px;
}

.feature-card.fc2 {
  height: 500px;
  padding-bottom: 21px;
}

.fc-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding-left: 3vw;
  padding-right: 2vw;
  display: flex;
}

.fc-content.pigcsasocontent {
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 5vw;
}

.fc-content.fccont2 {
  margin-top: 0;
}

.fc-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fc-image-holder.vertical {
  justify-content: flex-start;
}

.fc-image-holder.vertical.staypic {
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 113px;
}

.style-1l {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 5vw;
  font-weight: 400;
  line-height: 7vw;
}

.style-1l.white {
  color: var(--white);
  text-align: right;
  letter-spacing: .3vw;
  font-family: Librecaslondisplay;
  font-size: 4vw;
}

.style-1l.white.homehead {
  margin-top: 265px;
}

.style-1l.white.homehead.homie2 {
  text-align: left;
  letter-spacing: 0;
  margin-top: 460px;
  font-family: intercom;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 56px;
}

.style-1l.white.homehead.homie2.abouthead {
  margin-top: 174px;
}

.style-1l.white.homehead.homie2.abouthead.abouthead2 {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1l.white.homehead.homie2.support_head {
  margin-top: 380px;
  margin-bottom: 1vw;
}

.style-1l.white.homehead.homie2.support_head.cntcthead {
  margin-top: 150px;
  margin-bottom: 0;
}

.style-1l.white.homehead.homie2.support_head.cntcthead.cntct2 {
  margin-top: 454px;
}

.style-1l.white.homehead.homie2.support_head.cntcthead.cntct2.infohub {
  margin-top: 541px;
}

.style-1l.white.homehead.homie2.profile {
  margin-top: 0;
  margin-bottom: 72px;
}

.style-1l.white.homehead.homie2.profile.cash {
  margin-bottom: 32px;
  margin-left: 25px;
}

.style-1l.white.homehead.homie2.profile.cash.subscribe {
  margin-bottom: 1vw;
  margin-left: 12px;
}

.style-1l.white.homehead.homie2.profile.cash.subscribe.cntct2 {
  color: #fde941;
  font-size: 22px;
}

.style-1l.white.homehead.homie2.profile.cash.subscribe.cntcturhs {
  margin-left: 9px;
}

.style-1l.white.homehead.homie2.profile.cash.cashsub {
  color: var(--bronze);
  margin-top: -46px;
  font-size: 21px;
}

.style-1l.white.homehead.homie2.profile.cash.cashsub.cashsub2 {
  color: #fde941;
}

.style-1l.white.homehead.homie2.profile.profilemtb {
  margin-bottom: 4vw;
}

.style-1l.white.homehead.homie2.results {
  margin-top: 0;
  margin-left: 0%;
}

.style-1l.white.homehead.homie2.mtbhead {
  margin-top: 486px;
  font-weight: 300;
}

.style-1l.white.homehead.homie2.roadhed {
  margin-top: 0;
  margin-bottom: 1vw;
}

.style-1l.white.homehead.homie2.roadhed.cash {
  margin-top: 26px;
  margin-bottom: 0;
  padding-left: 21px;
  font-size: 42px;
}

.style-1l.white.homehead.homie2.roadhed.heading-prizes {
  margin-left: 16px;
}

.style-1l.white.homehead.homie2.roadhed.heading-prizes.cashprizessubhed {
  color: #fce840;
  margin-top: -31px;
  margin-bottom: 0;
  margin-left: 21px;
  font-family: Avantgarde;
  font-size: 21px;
  font-style: normal;
}

.style-1l.white.homehead.homie2.roadhed.heading-prizes.headingcasg {
  font-size: 55px;
}

.style-1l.white.homehead.homie2.hom3 {
  margin-top: 549px;
}

.style-1l.white.homehead.homie2.hom3.hom4 {
  margin-top: -350px;
  position: absolute;
}

.style-1l.white.homehead.homie2.hom3.hom4.afafaf {
  margin-top: -541px;
  padding-left: 68px;
}

.style-1l.white.homehead.homie2.hom3.homenew {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  font-family: Moonscape Demo;
  font-size: 77px;
  font-style: normal;
  display: block;
}

.style-1l.white.homehead.homie2.hom3.homenew.asdasdjh {
  margin-top: 30px;
  margin-bottom: 3vw;
  display: none;
}

.style-1l.white.white_mid {
  text-align: center;
  margin-top: 13px;
  line-height: 4vw;
}

.style-1l.concierge-title {
  color: var(--white);
  text-align: center;
}

.style-1s {
  color: var(--black);
  text-align: center;
  letter-spacing: -.075vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

.style-1s.contact-info {
  color: var(--black);
  text-align: center;
}

.style-1s.contact-info.address {
  margin-top: 2vw;
}

.style-1s.contact-info.animate-in.address {
  letter-spacing: .05vw;
  font-size: 2vw;
}

.style-1s.concierge {
  color: var(--bronze);
  transition: color .15s;
}

.style-1s.concierge:hover {
  color: var(--slate);
}

.fc-text {
  margin-bottom: 1.75vw;
  padding-left: 0;
  padding-right: 0;
}

.fc-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-column-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-columns {
  height: auto;
  margin-top: -120px;
  margin-left: -32px;
  padding-right: 18px;
}

.fc-columns.fccols2 {
  height: auto;
}

.fc-columns.fccolprop {
  width: 100%;
}

.stay {
  background-color: #ffad4f;
  height: 350px;
  padding: 0 5%;
}

.stay.stay2 {
  background-image: url('../images/how-it-works-mid.jpg');
  background-position: 50% 0;
}

.dine {
  background-image: url('../images/news_bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 5% 104px;
  display: flex;
}

.dine.dine2 {
  background-color: #f5f5ec;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 11px;
  padding-bottom: 127px;
}

.dine.dine2.dine3 {
  background-color: #1e6168;
  background-image: url('../images/how-it-works-doubts3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 800px;
  padding-top: 60px;
}

.dine.blog {
  margin-top: -660px;
  padding-top: 39px;
  display: none;
  position: relative;
}

.dine.blog.blog2 {
  display: block;
}

.live {
  text-align: center;
  background-image: url('../images/road_bg6.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 83px;
  padding-bottom: 107px;
  overflow: hidden;
}

.live.contct {
  background-image: url('../images/bg_contact.jpg');
  background-position: 50%;
  padding-top: 80px;
  padding-bottom: 153px;
}

.live.cash_mtb {
  background-image: url('../images/mtb_bg8.jpg');
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.footer-large {
  background-color: #13494a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-links {
  width: 100%;
}

.footer-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-linebreak {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footer-logo-holder {
  width: 17vw;
}

.footer-link-holder {
  margin-bottom: 17px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.global-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.global-text-styles h1 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles h2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles p {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles li {
  padding-left: .5vw;
}

.global-text-styles ul, .global-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.global-text-styles figcaption {
  width: 100%;
  padding-right: 10.5vw;
}

.global-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.global-text-styles h4, .global-text-styles h3 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles blockquote {
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles strong {
  color: var(--black);
}

.global-text-styles h5 {
  float: left;
  margin: -.1vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.global-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.bb-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.footer-description-holder {
  width: 70%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.footer-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.sc-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.sc-title.home {
  align-items: flex-end;
  margin-bottom: 4vw;
  padding-left: 0;
  padding-right: 0;
}

.sc-title.home.homie {
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  padding-left: 8%;
}

.sc-title.home.homie.about {
  background-color: #0000;
  background-image: none;
  align-items: flex-end;
  padding-top: 45px;
  padding-bottom: 0;
  padding-right: 3vw;
}

.sc-title.home.homie.blogg {
  padding-left: 0;
}

.sc-title.home.homie.road {
  margin-bottom: 2vw;
  padding-left: 94px;
}

.sc-title.home.homie.road.kidstitle {
  margin-bottom: -2vw;
  padding-left: 15vw;
}

.sc-title.home.homie.road.resultstitle {
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 2vw;
}

.sc-title.home.homie.road.resultstitle.rsltstitl {
  padding-left: 158px;
}

.sc-title.home.homie.road.resultstitle.rsltstitl.rrytu {
  width: 78%;
  margin-left: 12%;
  padding-left: 0;
  padding-right: 0;
}

.sc-title.home.homie.road.rr {
  margin-bottom: 0;
  padding-left: 15vw;
  overflow: visible;
}

.sc-title.home.homie.road.purpose.purposetitle {
  margin-bottom: -2vw;
  padding-left: 12%;
}

.sc-title.home.homie.hom.afafaf {
  padding-left: 0%;
}

.sc-title.home.homie.hom.afafaf.titleblog {
  margin-bottom: 25vw;
  padding-left: 7%;
}

.sc-title.home.homie.hom.homnewss {
  z-index: 9999;
  margin-bottom: -3vw;
  padding-bottom: 140px;
  position: relative;
}

.sc-title.home.homie.hom.homnewss.homme {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 39px;
  padding-left: 0%;
  position: relative;
}

.sc-title.home.homie.contacty {
  padding-left: 14%;
}

.sc-title.home.homie.infhubtitle {
  padding-left: 16%;
}

.link-in-page {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

.services-collection {
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.item-description-holder {
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}

.item-description-holder.event-details {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-description-holder.article-subhead {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.amenity-icon {
  width: 100%;
  height: 100%;
}

.amenity-icon-holder {
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  margin-bottom: 14px;
  display: flex;
}

._3up-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.button-style-2-1 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

._3up {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

._4up-image {
  width: 100%;
  height: 12vw;
}

.ps-headline {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.ps-headline.space-above {
  margin-top: .5vw;
}

.ps-headline.event-details {
  text-align: center;
  margin-bottom: 0;
}

.div-block-31 {
  overflow: hidden;
}

.book-now-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._3up-rollover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.line {
  background-color: var(--bronze);
  width: 80%;
  height: 1px;
}

.line.left {
  margin-right: 2vw;
}

.line.right {
  margin-left: 2vw;
}

.view-icon {
  background-color: #0000004d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.button-holder {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

._3up-link-holder {
  margin-top: .5vw;
  margin-bottom: 1vw;
}

.ps-headline-bold {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

.image-list-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-list {
  border-bottom: 1px solid #4d546b4d;
}

.image-list-item {
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.il-photo-holder {
  float: left;
  width: 9vw;
  height: 6vw;
  margin-top: 5px;
  margin-bottom: .5vw;
  margin-right: 2vw;
  display: inline-block;
}

.details {
  background-color: #fff;
}

.global-button-pill {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.button-style-4 {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.sc-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sc-content.cntnt2 {
  width: 80%;
  margin-right: 77px;
  padding-right: 0;
}

.sc-content.sectsafari2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 138px;
  font-family: Avenirltstd Book, Arial, sans-serif;
  overflow: visible;
}

.sc-content.sectsafari2.safaribg {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
}

.sc-content.sc-content-winelands {
  padding-left: 0;
}

.sc-content.confirm {
  width: 80%;
}

.sc-content.sccont2 {
  padding-top: 31px;
}

.sc-content.cont4ntcontact {
  justify-content: flex-end;
  height: 33vh;
  padding-bottom: 37px;
}

.sc-content.conthome {
  margin-top: -33px;
}

.sc-content.conthome.cntr {
  margin-top: -131px;
}

.sc-content.contsafotter {
  width: 90%;
  padding-top: 111px;
}

.sc-holder {
  width: 100%;
  height: 50%;
}

.sc-holder.middle {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.sc-holder.middle.adadada {
  align-items: flex-start;
  padding-left: 10%;
}

.sc-holder.middle.resultrsss {
  padding-bottom: 195px;
}

.sc-holder.middle.oyoy {
  width: 85%;
}

.sc-holder.top-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: none;
}

.sc-holder.top-bottom.concierge {
  align-items: flex-start;
  height: 50%;
}

.sc-holder.top-bottom.concierge.top {
  justify-content: center;
  align-items: center;
  height: 45%;
}

.sc-holder.top-bottom.concierge.bottom {
  justify-content: center;
  align-items: center;
  height: 55%;
}

.sc-scroll-line {
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  margin-top: 2vw;
  display: flex;
}

.section-cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cover.concierge {
  height: 100vh;
}

.section-cover.secthome {
  background-color: #00000057;
}

.section-cover.secthome.setportaldesktop {
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
}

.section-cover.secthome.sectsafari {
  overflow: visible;
}

.section-cover.secthome.contcont {
  height: 33vh;
}

.sc-overlay {
  z-index: 1;
  background-image: linear-gradient(#000, #0003 0%, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.sc-image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sc-image.home {
  background-image: url('../images/forest_lodge.jpg');
  background-position: 0 0;
  background-size: cover;
  position: fixed;
}

.sc-image.home.aboutmassthead.aboutm {
  display: none;
}

.sc-image.home.aboutmassthead.portaldesktopmasthead {
  height: 100%;
}

.sc-image.home.hiw_mob {
  display: block;
}

.sc-image.home.ome-m, .sc-image.home.contact, .sc-image.home.support {
  display: none;
}

.sc-image.home.winelandss {
  background-image: linear-gradient(#0003, #0003), url('../images/wine1.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.sc-image.home.winelandss.winelands2 {
  background-image: url('../images/wine1.jpg');
  background-size: cover;
  position: fixed;
}

.sc-image.home.winelandss.winelands2.safari2 {
  background-image: linear-gradient(#0003, #0003), url('../images/saf_otr_tmp_hd.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.sc-image.home.winelandss.winelands2.safari2.plettenberg {
  background-image: url('../images/vecteezy_lookout-beach-plettenberg-bay-south-africa_1363619.jpeg');
}

.sc-image.home.saafari {
  background-image: url('../images/safari_new.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.sc-image.home.saafari.saafari2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/safaripage1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.sc-image.home.cpybb {
  background-image: url('../images/pexels-tomas-wells-30354857-6930880.jpg');
}

.sc-image.home.kingscamam {
  background-image: url('../images/king1.jpg');
  background-position: 50%;
  background-size: cover;
}

.sc-image.home.kingscamam.sabsabi {
  background-image: url('../images/sabisabi_bushloge.jpg');
}

.sc-image.home.kingscamam.sabsabi.selati {
  background-image: url('../images/Pravir_Patel_-_Queens_blog.jpg');
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost {
  background-image: url('../images/pelpost.jpg');
  background-size: cover;
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit {
  background-image: url('../images/spiermast.jpg');
  background-size: cover;
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.lacotte {
  background-image: url('../images/La-Cotte-Manor-House.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.lacotte.grootbos1 {
  background-image: url('../images/grootbos-main.jpg');
  background-size: cover;
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.lacotte.grootbos1.grootbos2 {
  background-image: url('../images/grootbos-garden-lodge-veranda.jpg');
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier {
  background-image: url('../images/la_petit.jpg');
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier.cellars {
  background-image: url('../images/cellars.jpeg');
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier.cellars.lastword {
  background-image: url('../images/Main_2.jpg');
  background-position: 100% 100%;
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier.cellars.lastword.lefhk2 {
  background-image: url('../images/lefrans_aerial.jpg');
  background-position: 100%;
  background-size: cover;
}

.sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier.cellars.lastword.lefhk2.lastfhk1 {
  background-image: url('../images/Main_1.jpg');
}

.sc-image.home.kingscamam.kirkman {
  background-image: url('../images/safari_new3.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost {
  background-image: url('../images/outpost_airlial-view-of-lodge.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.walkers {
  background-image: url('../images/Main-.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi {
  background-image: url('../images/Tuningi-2024-10-MvR-Lodge-Exterior-Pool-Deck-09-1-scaled.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi.imbali {
  background-image: url('../images/imbali_main.jpg');
  background-position: 50%;
  background-size: cover;
}

.sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi.imbali.hoyohoyo {
  background-image: url('../images/hoyo_hoyo_main.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi.imbali.hoyohoyo.ekhuteleni {
  background-image: url('../images/Preview.jpg');
  background-size: cover;
}

.sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi.imbali.hoyohoyo.ekhuteleni.tshwene {
  background-image: url('../images/Main.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.shamwari {
  background-image: url('../images/Shamwari_Main1_PhotoCredit_Shamwari-Game-Reserve.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.shamwari.kwandwe {
  background-image: url('../images/kwandwe1.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.shamwari.kwandwe.rectory {
  background-image: url('../images/OldRectory_Main.jpg');
}

.sc-image.home.kingscamam.kirkman.outpost.shamwari.kwandwe.rectory.walkersbeach {
  background-image: url('../images/Walkers-Beach_Main.jpg');
}

.sc-image.home.kingscamam.kirkman.raceoackages {
  background-image: url('../images/racepackages4.jpg');
  background-size: cover;
}

.sc-image.home.kingscamam.kirkman.raceoackages.rp2 {
  background-image: url('../images/rp2.jpg');
}

.sc-image.home.kingscamam.kirkman.raceoackages.rp2.rp3 {
  background-image: url('../images/rp3.jpg');
}

.sc-image.home.kingscamam.kirkman.raceoackages.racepackage2 {
  background-image: url('../images/race_packages_masthead.jpg');
  background-size: cover;
}

.sc-image.home.kingscamam.kirkman.raceoackages.racepackage2.racepackagesform {
  background-image: url('../images/race_packages_masthead.jpg');
}

.sc-image.home.kingscamam.kirkman.raceoackages.racepackage2.racepackage_reservations2 {
  background-image: url('../images/racepackages4.jpg');
}

.sc-image.home.kingscamam.malamala {
  background-image: url('../images/mala-mala-masthead.jpg');
  background-size: cover;
}

.sc-image.home.cptmarathon {
  background-image: linear-gradient(#0003, #0003), url('../images/marathon_bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.sc-image.home.cptmarathon.otter3 {
  background-image: url('../images/otter_event_head.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.sc-image.home.cptmarathon.confirmation {
  background-image: url('../images/caapetown.jpg');
  background-size: cover;
}

.sc-image.home.cntcts {
  background-image: linear-gradient(#0000 79%, #000), linear-gradient(#0003, #0003), url('../images/caapetown.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  height: 65vh;
  margin-top: 135px;
}

.sc-image.home.cntcts.blogbg {
  background-image: linear-gradient(#0000 79%, #000), linear-gradient(#0000, #0000), url('../images/fynbos.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.sc-image.home.cntcts.faaq {
  background-image: linear-gradient(#0000 79%, #000), linear-gradient(#0000, #0000), url('../images/ctm.jpg');
  background-size: auto, auto, cover;
}

.sc-image.sc-2, .sc-image.img4, .sc-image.sc7 {
  display: none;
}

.section-cover-button {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 35px;
  font-family: Gill Sans Nova;
  font-size: 10px;
  display: flex;
}

.items.blue, .events.blue, .menus.blue {
  background-color: var(--light-blue);
}

.image-list-collection {
  width: 100%;
  margin-left: 10.5vw;
  margin-right: 10.5vw;
}

.image-list-wrapper {
  justify-content: center;
  display: flex;
}

.linebreak {
  background-color: #96772c80;
  width: 100%;
  height: 1px;
}

.intro {
  background-color: #fff;
}

.linebreak-holder.food-details {
  padding-top: 6vw;
}

.team-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image-holder {
  border-radius: 200px;
  width: 70%;
  overflow: hidden;
}

.team-name {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.team-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2m {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2vw;
  margin-bottom: 0;
  font-family: Work Sans;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
  display: block;
}

._2m.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

._2m.margin-reset.align-center {
  text-align: center;
}

._2m._3up-subtitle {
  color: var(--bronze);
}

.style-3xs {
  color: var(--bronze);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.75vw;
  transition: color .1s;
}

.style-3xs.animate-in.rollover:hover {
  color: var(--slate);
}

.style-1xs {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.style-1xs.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1xs.margin-reset.price {
  float: right;
  font-size: 1.75vw;
  display: inline-block;
}

.style-1xs.highlight-1 {
  color: var(--bronze);
  transition: color .1s;
}

.style-1xs.highlight-1:hover {
  color: var(--slate);
}

.style-1xs.white {
  color: #fff;
}

.style-1xs.concierge {
  color: var(--bronze);
  text-align: center;
  margin-top: 0;
}

.pxs {
  letter-spacing: .01vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.pxs.gallery-text {
  color: var(--white);
}

.fc-button {
  overflow: hidden;
}

.fc-button.fcbutt2 {
  margin-top: 27px;
}

.article-subhead {
  color: var(--bronze);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.search-holder {
  justify-content: center;
  width: 100%;
  margin-top: 5vw;
  display: none;
}

.search {
  align-items: center;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.search.search-page {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.search-button {
  float: right;
  background-color: var(--bronze);
  letter-spacing: .15vw;
  text-transform: uppercase;
  width: 27%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.search-input {
  float: left;
  height: 100%;
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.search-input.style-2 {
  background-color: var(--light-blue);
  color: var(--slate);
}

.text-block-2 {
  color: #4d546b80;
  font-family: GT America;
  font-weight: 300;
}

.search-result-item {
  border-bottom: 1px solid #4d546b4d;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
}

.div-block-40 {
  width: 90%;
  margin-bottom: .5vw;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  overflow: hidden;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-images {
  z-index: 0;
  height: 95vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.big-lightbox {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
}

.lightbox-button {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 4vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-cta {
  background-color: #0006;
  border-radius: 30px;
  padding: 13px 22px;
}

.pm {
  text-align: left;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.pm._3up-description {
  text-align: center;
}

.pm._3up-text {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  font-family: Avenirltstd Book, Arial, sans-serif;
}

.pm._3up-text.animate-in {
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._3up-subtitle-holder {
  text-align: center;
  width: 100%;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.fc-title {
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 26px;
  padding-left: 0;
  padding-right: 3vw;
}

.page-title-holder.article-headline {
  padding-left: 10vw;
  padding-right: 10vw;
}

.page-title-holder.food-drink-title {
  padding-left: 4vw;
  padding-right: 4vw;
}

.menu-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

._3up-view-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.highlight-1 {
  color: var(--bronze);
}

.style-4s-bold {
  color: var(--slate);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
}

.style-4s-bold:hover {
  color: var(--bronze);
}

.il-title-holder {
  margin-top: .5vw;
}

.h5 {
  color: var(--black);
  font-family: Work Sans;
  font-size: .9vw;
  font-weight: 700;
  line-height: 1.25vw;
}

.h5.map-directions {
  margin-top: 1vw;
}

.list-price {
  float: right;
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
  display: inline-block;
}

.bb-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 100%;
  padding-bottom: 4px;
  display: flex;
}

.bb-background {
  z-index: 0;
  background-color: var(--slate);
  width: 100%;
  height: 100%;
  position: absolute;
}

.bb-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
  display: flex;
}

.bb-content {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  display: flex;
}

.faq-item {
  overflow: hidden;
}

.faq-spacer {
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-trigger {
  cursor: pointer;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-content {
  margin-bottom: 2vw;
  overflow: hidden;
}

.faq-line {
  background-color: #4d546b4d;
  width: 100%;
  height: 1px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.white-faded {
  color: #ffffff80;
}

.faq-title {
  margin-bottom: 4vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fullscreen-banner {
  display: flex;
}

.contact-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-spacer-end {
  margin-top: -2vw;
  margin-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.white {
  color: var(--white);
}

.about {
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 11% 1px;
  position: relative;
}

.about.how-it-works {
  text-align: center;
  background-color: #235c5d;
  background-image: url('../images/how-it-works-mast4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 155px;
  padding-bottom: 60px;
}

.about.about2 {
  background-color: var(--black);
  background-image: url('../images/new_road_bg.jpg');
  background-position: 50% 0;
  background-size: 1728px;
  margin-top: -1px;
  padding: 93px 0% 75px;
}

.about.about2.about3 {
  background-image: url('../images/mtb_bg4.jpg');
}

.about.about2.about3.kidsbg3 {
  background-image: url('../images/kids_bg3.jpg');
  background-position: 50% 100%;
}

.about.about2.about4 {
  background-color: #f0f1e8;
  background-image: none;
  padding-top: 18px;
  padding-bottom: 71px;
}

.about.about2.about4.about5 {
  background-color: #c1f1d7;
}

.about.about2.about4.about5.about6 {
  background-image: url('../images/about5.jpg');
  background-position: 0 0;
  background-size: 1440px 100%;
}

.about.about2.about4.about5.subscribe {
  text-align: center;
  background-image: url('../images/contact_bg43.jpg');
  background-position: 50%;
  background-size: cover;
}

.about.about2.about4.about5.subscribe.subscribe2 {
  background-color: #286868;
  background-image: url('../images/fade5.png'), url('../images/blogbg_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat-x, repeat;
  background-size: 200px 100px, cover;
  padding-top: 2px;
  padding-bottom: 150px;
}

.about.about2.about4.about5.purpose {
  background-color: #f4f5ea;
  background-image: url('../images/about6.jpg');
  background-position: 0 101%;
  background-repeat: no-repeat;
  background-size: 520px;
}

.about.about2.about4.contact {
  text-align: center;
  background-color: #f4f5ea;
  padding-top: 60px;
}

.about.about2.contact {
  padding-bottom: 48px;
}

.about.about2.contact.bblog {
  background-color: #2e7575;
  background-image: url('../images/fade.jpg');
  background-size: 100% 100%;
  padding-bottom: 11px;
}

.about.about2.contact.contact2 {
  background-image: linear-gradient(#0003, #0003), url('../images/Star_teal.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 25%;
  padding-top: 74px;
}

.about.about2.about22 {
  padding-bottom: 101px;
}

.about.support {
  background-color: #205c5d;
  background-image: url('../images/support_bg_4.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1440px;
  padding-top: 30px;
  padding-bottom: 100px;
}

.about.road {
  background-image: url('../images/road_bg_new.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -66px;
  padding-top: 0;
  padding-bottom: 93px;
}

.about.road.mtb {
  background-image: url('../images/bg2mtb.jpg');
  background-size: cover;
}

.about.road.mtb.kids {
  background-image: url('../images/kids4.jpg');
  background-position: 50%;
  background-size: cover;
}

.about.contact {
  padding-bottom: 18px;
}

.about.abouut {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about.abt3 {
  padding-bottom: 13px;
  padding-left: 0%;
  padding-right: 0%;
}

.about.aboutt {
  margin-top: 9vw;
  padding-left: 0%;
  padding-right: 0%;
}

.about.abouthome {
  padding-top: 44px;
  padding-bottom: 40px;
}

.about-title-holder {
  display: block;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-small {
  background-color: #0a2525;
  border-top: 1px solid #fff3;
  align-items: center;
  width: 100%;
  padding: 1vw 1.6vw 1vw 7%;
  display: flex;
}

.fs-content-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.fs-content {
  align-items: flex-start;
  width: 50%;
}

.fs-content.left {
  display: flex;
}

.fs-content.right {
  justify-content: flex-end;
  display: flex;
}

.fs-text {
  color: #248a7f;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.fs-text.spacing-left {
  margin-left: 1vw;
}

.fs-text.fstext2 {
  color: #258a7f;
  text-align: right;
  padding-right: 8%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.fs-link {
  color: var(--white);
}

.div-block-42 {
  display: flex;
}

.fs-link-faded {
  color: #ffffff80;
}

.quote-source {
  margin-top: 2vw;
}

.article-category-title-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fb-image-holder {
  z-index: 0;
  column-count: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fb-image-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #000c, #00000080 31%, #0000 70%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fb-subhead {
  margin-bottom: 1vw;
}

.fb-content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.faq-tab {
  border-bottom: 3px solid var(--light-blue);
  height: 100%;
  color: var(--bronze);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  background-color: #0000;
  margin-right: 2vw;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.faq-tab.w--current {
  color: var(--black);
  letter-spacing: .15vw;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 3px solid #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.faq-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs {
  z-index: 1;
}

.tabs.animate-in {
  margin-top: 36px;
}

.filter {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 5vw;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  overflow: auto;
}

.filter-title {
  font-family: "Avenirltstd book 0";
}

.faq-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.faq-text-styles h1 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles h2 {
  text-align: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  font-size: 1.75vw;
}

.faq-text-styles p {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.faq-text-styles ul, .faq-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.faq-text-styles figcaption {
  opacity: .5;
  width: 100%;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 2vw;
  padding-right: 10.5vw;
}

.faq-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.faq-text-styles h4, .faq-text-styles h3 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles blockquote {
  text-align: center;
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.faq-text-styles strong {
  color: var(--black);
}

.faq-text-styles h5 {
  float: left;
  margin: -.5vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.faq-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.style-2m {
  color: var(--white);
  text-align: center;
  letter-spacing: .1vw;
  text-transform: none;
  margin-top: 8vw;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 300;
  line-height: 3.5vw;
}

.menu-close-holder {
  cursor: pointer;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.mc-icon {
  display: inline-block;
}

.mc-icon-holder {
  margin-left: 1vw;
}

.div-block-43 {
  display: flex;
}

.color-swatch {
  width: 33%;
  height: 100px;
}

.color-swatch.color-1 {
  background-color: var(--slate);
}

.color-swatch.color-2 {
  background-color: var(--bronze);
}

.color-swatch.color-3 {
  background-color: var(--light-blue);
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.navbar-image {
  object-fit: contain;
  width: 100px;
  height: 100%;
  margin-left: 61%;
}

.footer-button-holder {
  margin-top: .5vw;
}

.faq-question-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.div-block-46 {
  margin-bottom: 3vw;
}

.button-style-2 {
  background-color: var(--white);
  height: 50px;
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, background-color .1s;
  display: flex;
}

.button-style-2:hover {
  background-color: var(--slate);
  color: var(--white);
}

.button-style-3 {
  border: 1px solid var(--bronze);
  height: 50px;
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, border-color .1s;
  display: flex;
}

.button-style-3:hover {
  border-color: var(--slate);
  color: var(--slate);
}

.div-block-47 {
  width: 50%;
  margin-bottom: 2vw;
}

.utility-page-wrap {
  background-color: #000;
  background-image: url('../images/elephant.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-48 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.gallery-text {
  color: var(--white);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.global-ns {
  background-color: #f7eee8;
  width: 100%;
  height: auto;
}

.global-ns.large {
  background-color: var(--white);
  height: 5vw;
}

.global-ns.medium {
  height: 5vw;
  padding-top: 44px;
}

.global-ns.small {
  height: 3vw;
}

.global-ns.xlarge {
  text-align: center;
  height: 13vw;
  padding-top: 48px;
}

.global-ns.xlarge.med {
  height: 3vw;
}

.global-ns.blue {
  background-color: var(--light-blue);
}

.global-ns.blue.large {
  background-color: #205c5c;
  height: 2vw;
}

.div-block-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ensuite-amenities {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-holder {
  width: 100%;
  height: 100%;
}

.div-block-50, .div-block-51 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-52 {
  width: 100%;
  height: 100vh;
}

.paragraph {
  max-width: 380px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.paragraph.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  max-width: none;
  margin-top: 17px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph.parahome.para_support {
  letter-spacing: 0;
  width: 800px;
  font-family: Sf Pro Text;
}

.paragraph.parahome.para_support.para-journey-cntct {
  color: #15645a;
  line-height: 24px;
}

.paragraph.parahome.para_support.para_blog {
  width: 70%;
}

.paragraph.parahome.para_support.supp2 {
  color: #fff;
  padding-left: 12px;
  font-style: normal;
}

.paragraph.parahome.para_support.supp2.cncts6 {
  font-weight: 400;
  line-height: 21px;
}

.paragraph.parahome.para_support.subtitlactecont {
  color: #ffec3e;
  text-transform: uppercase;
  font-family: Avantgarde;
  font-size: 21px;
}

.paragraph.parahome.portaltext {
  color: #000;
  width: 50%;
}

.paragraph.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph.parahome.parasubscribe.maildisclaim {
  width: 450px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph.parahome.parasubscribe.infohubtext.expodescription {
  color: #000;
  padding-left: 40px;
}

.paragraph.parahome.parasubscribe.infohubtext.bubble1 {
  column-count: 1;
  padding-left: 7px;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding {
  column-count: auto;
  margin-top: -14px;
  margin-bottom: 54px;
  line-height: 21px;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.queries {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.table {
  font-size: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.paranewspan {
  color: #ffe101;
  margin-bottom: 8px;
  margin-left: 10px;
  font-family: Avantgarde;
  font-size: 23px;
}

.paragraph.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.paragraph.parahome.parasubscribe.infohubtext.mtbseeding.policy {
  color: #ff763e;
  width: 90%;
  margin-left: -18px;
  font-family: Avantgarde;
  font-size: 21px;
}

.paragraph.parahome.parasubscribe.infohubtext.mtbseeding.policy.policy2 {
  font-size: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext.charitieslist {
  color: #989797;
  column-count: 2;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  display: block;
}

.paragraph.parahome.parasubscribe.infohubtext.charitieslist.charities {
  display: none;
}

.paragraph.parahome.parasubscribe.infohubtext.outrides {
  height: 140px;
  padding-left: 64px;
  line-height: 21px;
}

.paragraph.parahome.parasubscribe.infohubtext.outrides.inhym {
  letter-spacing: .5px;
  width: 98%;
  height: auto;
  line-height: 27px;
}

.paragraph.parahome.paraside {
  width: auto;
  margin-top: -3px;
  margin-bottom: 0;
}

.paragraph.parahome.paraside.tabtext {
  color: #acacac;
  white-space: normal;
  padding-left: 24px;
  font-size: 13px;
  line-height: 15px;
}

.paragraph.parahome.paraside.tabtext.sdfoiuhsdoghiusdfg {
  width: 95%;
}

.paragraph.parahome.paraside.paraside2 {
  padding-bottom: 18px;
}

.paragraph.parahome.paraside.paraside_kids {
  font-size: 13px;
}

.paragraph.parahome.parawinn {
  width: auto;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
  line-height: 15px;
}

.paragraph.parahome.parawinn.parawinn2 {
  margin-top: 10px;
}

.paragraph.parahome.parapurpose {
  width: 80%;
}

.paragraph.parahome.parapurpose.paraexpo {
  margin-top: -3px;
  margin-bottom: 20px;
}

.paragraph.parahome.parapurpose.paratrain {
  width: 100%;
  margin-bottom: 20px;
  line-height: 21px;
}

.paragraph.parahome.parapurpose.paratrain.mtbvs {
  line-height: 18px;
}

.paragraph.parahome.parahome2 {
  text-align: left;
  letter-spacing: .4px;
  width: 100%;
  max-width: none;
  margin: 20px auto 51px;
  padding-left: 52px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.paragraph.parahome.parahome2.headss {
  text-align: left;
  width: 75%;
  max-width: none;
  margin: 20px auto 20px 0;
  padding-left: 51px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.paragraph.parahome.parahome2.headss.headdss4 {
  text-align: center;
  text-transform: none;
  width: 70%;
  margin: -6px auto 109px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2vw;
}

.paragraph.parahome.parahome2.headss.headdss4.tagline {
  color: #686868;
  margin-top: -63px;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-style: italic;
}

.paragraph.parahome.parahome2.headss.headdss4.tagline.adad {
  display: none;
}

.paragraph.parahome.parahome2.headss.ddf {
  margin-top: 77px;
  margin-bottom: -100px;
  font-size: 21px;
}

.paragraph.parahome.parahome2.headss.ddf.events {
  margin-top: 38px;
  margin-bottom: 18px;
  font-size: 27px;
  font-style: italic;
  font-weight: 700;
}

.paragraph.parahome.parahome2.headss.ddf.events.events2 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 38px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.paragraph.parahome.parahome2.headss.ddf.events.events2.events3 {
  margin-top: 71px;
  margin-bottom: 36px;
}

.paragraph.parahome.parahome2.headss.ddf.events.events2.head3 {
  margin-top: 8px;
  margin-bottom: 0;
}

.paragraph.parahome.parahome2.headss.ddf.events.events2.head3.dd {
  padding-left: 52px;
}

.paragraph.parahome.parahome2.headss.ddf.events.events2.erty {
  padding-left: 48px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg {
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: -20px;
  margin-left: 63px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.kkg2 {
  margin-top: -73px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ffty {
  color: #9b937e;
  text-align: right;
  justify-content: flex-end;
  width: auto;
  margin: 10px 23px 10px 0;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ffty.date {
  color: #eeb6ad;
  padding-right: 0;
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  display: none;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ffty.date.dateottr {
  font-family: Exo, sans-serif;
  font-weight: 300;
  display: block;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ffty.date.ottervs {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: block;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.getintouch {
  font-size: 33px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.getintouch.getintouch2 {
  margin-left: 101px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.getintouch.getintouch2.contacthead {
  text-transform: none;
  margin-left: 3px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ddfc {
  text-transform: none;
  margin-left: 106px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ddfc.fgfffff {
  text-align: left;
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-weight: 300;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh {
  margin-bottom: 0;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh {
  margin-top: -36px;
  margin-left: 21vw;
  line-height: 25px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2 {
  margin-top: 0;
  margin-left: 20vw;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ddd {
  text-transform: none;
  margin-top: 35px;
  margin-left: 11%;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ddd.styui {
  color: #e4b0a4;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ggggg {
  text-transform: none;
  margin-left: 72px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 27px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf {
  margin-top: 3px;
  margin-left: 0;
  padding-left: 0;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.sdf2 {
  padding-left: 0;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.sdf2.gggg, .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.sssss {
  margin-left: 60px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff {
  margin-left: 0;
  font-weight: 500;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg {
  color: #ffe0cb;
  margin-top: 30px;
  margin-left: 60px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg.rrty {
  margin-top: 0;
  margin-left: 0;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg.rrty.ffgh {
  text-transform: none;
  margin-top: 6px;
  font-size: 15px;
  line-height: 33px;
  display: flex;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg._223 {
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: 56px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff._44 {
  margin-left: 60px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.wine {
  text-transform: uppercase;
  margin-top: -38px;
  margin-left: 55px;
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ffgg {
  margin-left: 102px;
}

.paragraph.parahome.parahome2.headss.ddf.events.kkg.ottrwine {
  margin-left: 94px;
}

.paragraph.parahome.parahome2.headss.ddf.ddsf {
  margin-bottom: 0;
}

.paragraph.parahome.parahome2.headss.ddf.fft {
  text-align: center;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  line-height: 22px;
}

.paragraph.parahome.parahome2.headss.paraking {
  width: 80%;
  margin-top: 42px;
  margin-left: 0%;
  padding-right: 0;
  font-size: 27px;
}

.paragraph.parahome.parahome2.headss.paraking.hheedd {
  margin-top: 4px;
  padding-left: 11px;
  font-size: 33px;
}

.paragraph.parahome.parahome2.headss.paraking.txtd {
  margin-top: 31px;
  padding-left: 0;
}

.paragraph.parahome.parahome2.headss.paraking.txtd.enquiryhead {
  margin-bottom: -36px;
}

.paragraph.parahome.parahome2.headss.paraking.kingxx {
  margin-bottom: 40px;
  margin-left: 12%;
}

.paragraph.parahome.parahome2.headss.paraking.kingxx.timbf {
  margin-left: 0%;
  display: block;
}

.paragraph.parahome.parahome2.headss.paracontct {
  margin-top: 67px;
  margin-left: 51px;
}

.paragraph.parahome.parahome2.ae {
  color: #fff;
  text-transform: none;
  margin-top: 66px;
  margin-bottom: -52px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
}

.paragraph.parahome.parahome2.asdasd {
  color: #bdbdbd;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 71px;
}

.paragraph.parahome.parahome2.eventscopy {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}

.paragraph.parahome.parahome2.eventscopy.textinstr {
  text-align: center;
  width: 100%;
  padding-right: 0;
}

.paragraph.parahome.parahome2.eventscopy.events2 {
  text-align: left;
  margin-bottom: 15px;
  margin-left: 29px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
  font-style: normal;
  line-height: 21px;
}

.paragraph.parahome.parahome2.sswf {
  margin-top: 9px;
}

.paragraph.parahome.parahome2.paraking {
  padding-right: 100px;
}

.paragraph.parahome.parahome2.paraking.parakinglist {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
}

.paragraph.parahome.parahome2.paraking.paraking2 {
  margin-top: 48px;
  padding-right: 10vw;
  font-size: 14px;
  font-weight: 200;
  line-height: 27px;
}

.paragraph.parahome.parahome2.paraking.paraking2.ddft {
  margin-top: 60px;
}

.paragraph.parahome.parahome2.ddrty {
  margin-bottom: 75px;
  padding-right: 144px;
}

.paragraph.parahome.parahome2.ddrty.cptm {
  column-count: auto;
  width: 95%;
  margin-bottom: 11px;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 10vw;
  font-size: 14px;
  font-weight: 400;
}

.paragraph.parahome.parahome2.ddrty.cptm.paa2 {
  width: 75%;
}

.paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2 {
  width: 62%;
  margin-bottom: 52px;
  padding-left: 1vw;
}

.paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.gettingthere {
  width: 80%;
  margin-left: 9%;
  padding-left: 10px;
  padding-right: 0;
}

.paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.notintro {
  width: 60%;
  padding-right: 0;
}

.paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.ssss {
  margin-bottom: 40px;
}

.paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.ssss.gettingthere2 {
  width: 85%;
  padding-right: 0;
}

.paragraph.parahome.parahome2.ddrty.cptm.wine1 {
  width: 90%;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 77px;
}

.paragraph.parahome.parahome2.ddrty.cptm.wine1.cta {
  text-align: center;
  width: 96%;
  padding-left: 82px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-style: italic;
}

.paragraph.parahome.parahome2.ddrty.cptm.ottervd {
  margin-top: 37px;
}

.paragraph.parahome.parahome2.ddrty.cptm.winlnds {
  font-weight: 400;
  line-height: 22px;
}

.paragraph.parahome.parahome2.ddrty.cptm.safariintro {
  margin-top: 16px;
  margin-left: 0;
}

.paragraph.parahome.parahome2.ddrty.cptm.safariintro.safariintro2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
}

.paragraph.parahome.parahome2.ddrty.cptm.text2 {
  margin-bottom: 50px;
  padding-left: 12px;
}

.paragraph.parahome.parahome2.ddrty.cptm.dd {
  padding-left: 11px;
}

.paragraph.parahome.parahome2.ddrty.cptm._8787 {
  column-count: 1;
  padding-right: 3vw;
}

.paragraph.parahome.parahome2.ddrty.cptm._8787.itinerarycols {
  column-count: 2;
}

.paragraph.parahome.parahome2.pprrt {
  text-align: center;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 11px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.paragraph.parahome.parahome2.pprrt.ddft {
  width: 95%;
  margin-bottom: 11px;
}

.paragraph.parahome.parahome2.pprrt._3rd {
  letter-spacing: .2px;
}

.paragraph.parahome.parahome2.cc {
  padding-right: 20%;
}

.paragraph.parahome.mtb2.entries-closed {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.parahome.mtb2.entries-closed.closed.closed2 {
  width: 100%;
  margin-top: 0;
}

.paragraph.parahome.mtb3 {
  display: none;
}

.paragraph.parahome.kidspara {
  width: 500px;
}

.paragraph.parahome.parahome22 {
  z-index: 9999999;
  width: 580px;
  line-height: 21px;
  position: relative;
}

.paragraph.parahome.parahome22.portaltxt {
  width: 70%;
  margin-left: 30px;
  padding-left: 11px;
  font-size: 14px;
}

.paragraph.parahome.parahome22.portaltxt.portaltxt2 {
  margin-top: 9px;
}

.paragraph.parahome.parahome22.portaltxt.prtltxt2 {
  width: 5600px;
  color: var(--black);
  margin-top: 3px;
  margin-left: -7px;
  padding-left: 0;
  line-height: 14px;
  position: relative;
  left: 148px;
}

.paragraph.parahome.parahome22.portaltxt.prtltxt2._9987 {
  color: var(--white);
  margin-top: 9px;
}

.paragraph.parahome.parahome22.portaltxt.prtltxt2._8843 {
  width: 80%;
  color: var(--white);
  margin-top: 25px;
  margin-left: -84px;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
  line-height: 20px;
}

.paragraph.parahome.parahome22.portaltxt.ptxt2 {
  line-height: 17px;
}

.paragraph.parahome.parahome22.parahome55 {
  width: 100%;
  margin-top: -447px;
  padding-left: 68px;
  position: absolute;
}

.paragraph.parahome.expohead {
  width: 45%;
}

.paragraph.parahome.introtrain {
  width: 35%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.paragraph.parahome.introtrain.gear {
  width: 45%;
}

.paragraph.parahome.introtrain.gear.gearr {
  width: 100%;
  margin-top: 0;
}

.paragraph.parahome.introtrain.gear.gearr.gearrrrr {
  text-align: center;
  width: 75%;
  margin-top: 0;
}

.paragraph.parahome.introtrain.gear.gearr.gearr2 {
  width: 70%;
  margin-left: 62px;
}

.paragraph.parahome.pzp {
  font-family: Sf Pro Display;
}

.paragraph.parahome.roadresults {
  width: 70%;
  margin-top: 46px;
  margin-bottom: 2vw;
  line-height: 14px;
}

.paragraph.parahome.roadresults.rrresults2 {
  width: 70%;
  line-height: 18px;
}

.paragraph.parahome.roadresults.rrresults2.fullresultsnote {
  text-align: center;
  width: 80%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.parahome.roadresults.rrresults2.gucci {
  width: 50%;
}

.paragraph.parahome.roadresults.rrresults2.gucci.adasdasdasd {
  margin-top: 27px;
}

.paragraph.parahome.roadresults.ss {
  width: 85%;
  margin-top: 25px;
}

.paragraph.parahome.roadresults.ii {
  width: 90%;
  margin-top: 14px;
  line-height: 18px;
  text-decoration: none;
}

.paragraph.parahome.roadresults.tirt {
  width: 80%;
  margin-top: 14px;
  line-height: 18px;
}

.paragraph.parahome.roadresults.tirt.ttty {
  line-height: 19px;
}

.paragraph.parahome.roadresults.tirt.ttty.ffg {
  width: 100%;
}

.paragraph.parahome.roadresults.tirt.ttty.ffg.sf {
  color: #fce840;
  font-family: intercom;
}

.paragraph.parahome.roadresults.tirt.tyyr {
  margin-top: 6px;
  margin-bottom: 0;
}

.paragraph.parahome.roadresults.tirt.tyyr.tyyr2 {
  width: 90%;
}

.paragraph.parahome.pararoad {
  width: 40%;
}

.paragraph.parahome.pararoad.aasxc {
  width: 100%;
}

.paragraph.parahome.pararoad.aasxc.farright {
  letter-spacing: 0;
  font-family: Avantgarde;
  font-size: 16px;
}

.paragraph.parahome.pararoad.aasxc.farright.dffff {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 22px;
}

.paragraph.parahome.pararoad.aaa {
  width: 100%;
  margin-top: 48px;
}

.paragraph.parahome.pararoad.prizeterms {
  color: #fff;
  column-count: 2;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgarde;
  font-size: 17px;
}

.paragraph.parahome.pararoad.prizetermspara {
  column-count: 2;
  width: 100%;
  margin-left: 11px;
}

.paragraph.parahome.freeridemara {
  width: 30%;
  margin-left: 52px;
  padding-right: 0%;
  line-height: 25px;
}

.paragraph.parahome.descr {
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 9px;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.paragraph.parahome.descr.s {
  margin-bottom: 29px;
}

.paragraph.parahome.descr._00 {
  margin-top: -26px;
}

.paragraph.parahome.descr.ss {
  text-align: right;
  margin-top: 0;
  line-height: 15px;
}

.paragraph.parahome.descr.price2 {
  text-align: right;
  padding-top: 9px;
  padding-right: 29px;
}

.paragraph.parahome.descr.right {
  text-align: right;
  margin-top: 19px;
  padding-right: 40px;
}

.paragraph-2 {
  text-align: center;
  width: 60%;
  margin: 26px auto 0;
  font-family: "Avenirltstd book 0";
  font-size: 15px;
  line-height: 25px;
}

.paragraph-2.pigtext {
  text-align: left;
  width: 100%;
  margin: 0 0 1vw;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.para_end {
  color: #000;
  width: 65%;
  font-size: 16px;
}

.paragraph-2.para_end.paraend2 {
  width: 65%;
  font-size: 16px;
}

.paragraph-2.para_end.para2 {
  margin-top: 5px;
}

.paragraph-2.para2 {
  width: 80%;
  max-width: 900px;
  margin-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.paragraph-2.para2.staypara {
  margin-bottom: 40px;
}

.paragraph-2.paraprop {
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 16px;
}

.paragraph-2.cont, .paragraph-2.home {
  width: 65%;
  font-size: 16px;
}

.paragraph-2.home.homestay {
  margin-top: 51px;
}

.image-2 {
  width: 150px;
  margin-top: 8px;
  margin-bottom: 0;
}

.image-2.logostay {
  margin-top: -57px;
  margin-bottom: -46px;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

.columns {
  width: 90%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  text-align: center;
}

.image-3 {
  width: 140px;
  margin-top: -6px;
  margin-bottom: 81px;
}

.paragraph-3 {
  font-family: "Avenirltstd book 0";
  font-size: 13px;
  line-height: 21px;
}

.paragraph-3.footpara {
  margin-left: -23px;
}

.text-block-3 {
  width: 100%;
  margin-bottom: 12px;
  font-family: Librecaslondisplay;
  font-size: 18px;
}

.image-4, .image-5, .image-6 {
  width: 35px;
}

.link-block {
  margin-right: 8px;
}

.link-block-2 {
  margin-right: 0;
}

.link-block-3 {
  margin-right: 12px;
}

.paragraph-4 {
  padding-left: 35px;
  font-family: "Avenirltstd book 0";
  font-size: 14px;
  line-height: 19px;
}

.collection-list-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column-2, .column-3 {
  padding-right: 0;
}

.div-block-53 {
  margin-left: -28px;
}

.columns-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-2.cols3 {
  width: 65%;
  margin-bottom: 58px;
}

.columns-2.cols3.cols55 {
  width: 42%;
}

.image-7 {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.image-7._7_1 {
  width: 180px;
}

.column-4, .column-5, .column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  width: 420px;
  margin-top: 31px;
  padding-left: 0;
}

.image-8.img88 {
  margin-top: 0;
}

.image-9 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.quote2 {
  margin-top: -10px;
}

.image-9.quote2.quote3, .image-9.quote2.quote4 {
  margin-top: 33px;
}

.image-9.quote2.quote5 {
  margin-top: 56px;
}

.div-block-54 {
  text-align: left;
}

.fullbleed-image-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.fullbleed-image-2.fullbl2 {
  background-color: #faf5f1;
  justify-content: flex-start;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.fullbleed-image-2.fullbl2.fullbl3 {
  height: 700px;
}

.fullbleed-image-2.fullbl2.fullbl3.abt {
  height: 200px;
}

.fullbleed-image-2.fullblhm {
  display: none;
}

.div-block-55 {
  margin-bottom: 305px;
  padding-top: 20px;
  position: absolute;
}

.div-block-55.giv2 {
  padding-top: 57px;
}

.div-block-55.quote4 {
  margin-bottom: 0;
  position: static;
}

.text-block-4 {
  color: #000;
  text-align: center;
  letter-spacing: .05vw;
  text-transform: uppercase;
  margin-top: 23px;
  font-family: Librecaslondisplay;
  font-size: 15px;
  font-weight: 400;
}

.text-block-4.txt-5 {
  text-align: center;
}

.text-block-4.v22 {
  margin-top: -31px;
  margin-bottom: 61px;
}

.slider {
  background-color: #fff;
  height: auto;
}

.slide-nav {
  display: none;
}

.background-video {
  width: 100%;
  height: 50vw;
  margin-top: 29px;
}

.div-block-56 {
  padding-bottom: 58px;
}

.div-block-56.dv562 {
  padding-bottom: 33px;
}

.image-10 {
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-57 {
  text-align: center;
}

.div-block-57.div57_2 {
  margin-top: -15px;
}

.bold-text {
  color: #c5ac57;
}

.text-block-5 {
  letter-spacing: .1vw;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 400;
}

.italic-text {
  font-size: 24px;
}

.image-11 {
  margin-top: 47px;
}

.image-11.img111 {
  width: 140px;
  margin-top: 0;
}

.image-11._80 {
  width: 140px;
}

.icon, .icon-2, .icon-3, .icon-4 {
  font-size: 27px;
}

.div-block-58 {
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vw;
}

.columns-3 {
  width: 100%;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.smallhead {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.7vw;
  line-height: 2vw;
}

.image-12 {
  width: 70%;
  height: 3px;
  margin: -25px auto 0;
}

.column-7, .column-8, .column-9 {
  text-align: center;
}

.link {
  letter-spacing: .1vw;
  margin-top: -5px;
  font-family: "Avenirltstd book 0";
  font-size: 11px;
  display: block;
}

.text-block-6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
}

.html-embed-2 {
  text-align: center;
}

.link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.subhead {
  text-align: left;
  margin-top: 18px;
}

.subhead.sub2 {
  margin-top: 0;
}

.subhead.sub2.subheadaccomm {
  font-size: 1.5vw;
}

.button-2 {
  z-index: 33;
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: .2vw;
  background-color: #0000;
  border-radius: 1px;
  margin-top: 20px;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
  position: relative;
}

.button-2.loftbutt {
  display: none;
}

.columns-4 {
  width: 79%;
  margin: 15px auto 58px;
}

.column-10, .column-11, .column-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-2 {
  background-color: #f7eee9;
  width: 90%;
  height: 32vw;
}

.column-13 {
  text-align: center;
  display: block;
}

.columns-5 {
  width: 85%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-5 {
  color: #51413d;
  background-color: #0000;
  font-size: 27px;
}

.icon-6 {
  color: #51413e;
  font-size: 27px;
}

._8 {
  width: 180px;
}

.column-14, .column-15, .column-16, .column-17 {
  text-align: center;
}

.image-13 {
  display: none;
}

.image-14 {
  width: 175px;
}

.heading {
  display: none;
}

.div-block-59 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.div-block-60 {
  background-image: none;
  background-position: 50%;
  background-size: 1440px;
  height: 650px;
}

.div-block-61 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-62, .div-block-63, .div-block-64 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-65 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1394px;
  height: 650px;
}

.div-block-66 {
  background-image: none;
  background-position: 0 0;
  background-size: 1440px;
  height: 650px;
}

.div-block-67 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-68 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-68._69 {
  background-image: none;
}

.columns-6 {
  display: none;
}

.div-block-69 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-70 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-70._70v2 {
  background-image: none;
}

.div-block-71 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.image-15 {
  height: 600px;
}

.div-block-72, .div-block-73 {
  background-image: none;
  background-position: 50%;
  background-size: 1440px;
  height: 600px;
}

.div-block-74 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-75 {
  background-image: none;
  background-position: 0 0;
  background-size: 1440px;
  height: 600px;
}

.slide {
  height: 600px;
}

.div-block-76 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-77 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 587px;
  height: 600px;
}

.div-block-78 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.columns-7 {
  display: none;
}

.image-18 {
  margin-left: 39px;
}

.link-block-4 {
  width: 70px;
  position: absolute;
}

.link-block-4.link4b {
  z-index: 10;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-80 {
  position: absolute;
}

.columns-8 {
  width: 100%;
  position: absolute;
}

.image-19 {
  margin-left: 36px;
}

.column-24 {
  text-align: right;
}

.image-20 {
  margin-right: 36px;
}

.text-block-7 {
  margin-bottom: 19px;
  font-family: "Avenirltstd book 0";
  font-size: 15px;
}

.text-block-7._72 {
  margin-top: 26px;
}

.bold-text-2 {
  letter-spacing: .1vw;
  font-size: 14px;
}

.div-block-81 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-82 {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding-top: 0;
}

.div-block-82.dcv654 {
  padding-top: 20px;
}

.html-embed-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed-3.htmlembed4 {
  width: auto;
  margin-left: 10%;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-83 {
  background-color: #f7eee8;
  padding-top: 59px;
  padding-bottom: 78px;
  display: none;
}

.columns-9 {
  width: 600px;
  height: 150px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.column-25, .column-26, .column-27, .column-28 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}

.text-block-8 {
  text-align: center;
  margin-top: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  font-style: italic;
  overflow: visible;
}

.text-span {
  font-size: 12px;
}

.text-span-2 {
  letter-spacing: .5px;
}

.div-block-84 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-21 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-85 {
  text-align: center;
  background-color: #f7eee9;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: underline;
}

.text-span-3 {
  font-family: Playfair Display;
  font-size: 17px;
}

.text-span-4 {
  letter-spacing: .1vw;
  font-family: "Avenirltstd book 0";
  font-size: 10px;
}

.div-block-86 {
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: .15vw;
  margin-bottom: -1vw;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
}

.heading-2.head3 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.head4 {
  margin-bottom: 0;
}

.heading-2.visithead {
  margin-top: 2vw;
  margin-bottom: 0;
}

.heading-2.hhh {
  margin-bottom: -2vw;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: .03vw;
  margin-top: 10px;
  font-family: Librecaslondisplay;
  font-size: 4vw;
}

.image-22 {
  width: 280px;
  -webkit-backdrop-filter: drop-shadow(11px 7px 6px var(--black));
  backdrop-filter: drop-shadow(11px 7px 6px var(--black));
  margin-top: 146px;
  margin-left: 31%;
  margin-right: 31px;
  position: relative;
  top: -202px;
}

.image-22._222 {
  margin-top: 0;
}

.cols3 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cols3.cols33 {
  width: 800px;
  margin-top: 55px;
}

.cols4 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  margin-top: 55px;
  margin-right: 408px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.dropdown-list {
  margin-left: 3px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -16px;
  margin-left: -77px;
}

.icon-7 {
  margin-top: 0;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: .2vw;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: "Avenirltstd book 0";
  font-size: 10px;
}

.dropdown-link.drpdwn {
  color: #000;
  background-color: #fff;
  padding: 13px 40px 2px;
}

.dropdown-link.last {
  padding-bottom: 14px;
}

.column-29 {
  text-align: center;
}

.div-block-87 {
  width: 80%;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  margin-top: 76px;
}

.link-5 {
  color: var(--white);
}

.bold-text-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.ph, .linkblack {
  color: #000;
}

.text-block-9 {
  color: #205c5c;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 24px;
}

.text-block-9.subtitle {
  color: #eeeeac;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.text-block-9.subtitle.subtitle2 {
  text-align: left;
  width: 570px;
  margin-bottom: 3px;
  font-size: 15px;
}

.text-block-9.subtitle.subtitle2.subtitle3 {
  text-align: right;
}

.text-block-9.subtitle.subtitle2.subtitle3.abt3 {
  color: #fff;
  width: 600px;
  font-weight: 400;
}

.text-block-9.txt10 {
  color: #fff;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 2px;
  font-size: 15px;
}

.text-block-9.txt10.txt102 {
  width: auto;
}

.text-block-9.txt10.txt102.txt103 {
  width: auto;
  margin-top: 20px;
  padding-right: 78px;
}

.text-block-9.txt10.txt102._102b {
  color: #205c5c;
  margin-top: 0;
  padding-right: 10px;
}

.text-block-9.txt10.txt102._102b._102c {
  margin-top: -15px;
  display: block;
}

.text-block-9.txt10.txt102._102b._102c._102xx {
  margin-top: 12px;
}

.text-block-9.txt10.txt103 {
  width: 250px;
}

.text-block-9.txt10.txt_doubts {
  clear: none;
  width: 200px;
  margin-top: 18px;
  display: flex;
}

.text-block-9.txt10.txt_doubts.txt_helpme {
  color: #eeeeac;
  margin-bottom: -10px;
}

.text-block-9.txt10.how-it-works {
  color: #eeeeac;
  text-align: left;
  width: auto;
  margin-left: 40px;
  padding-left: 20px;
  line-height: 21px;
  list-style-type: none;
  display: block;
}

.text-block-9.txt10.how-it-works.hiw4 {
  width: 80%;
  padding-left: 0;
}

.text-block-9.txt10.how-it-works.slidr {
  color: #316968;
  margin-left: 10px;
  padding-left: 0;
}

.text-block-9.txt10.txt_diff {
  color: #316968;
  text-align: left;
  margin-top: 19px;
}

.text-block-9.txt10.txt11 {
  text-align: left;
  margin-bottom: 15px;
}

.text-block-9.txt10.txt12 {
  color: #15645a;
  width: 100%;
  margin-top: 26px;
  padding-right: 0;
}

.text-block-9.txt10.txt12.cntct4 {
  letter-spacing: 0;
  margin-top: 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.text-block-9.txt10.txt12.subscribe_sub {
  color: #16494a;
  text-align: left;
  margin-bottom: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-9.txt10.txt12.subscribe_sub.sub_note {
  color: #fff;
  width: 460px;
  margin: 45px auto 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-block-9.txt10.txt12.subscribe_sub.subsubsub {
  text-align: right;
}

.text-block-9.txt10.supporttext {
  max-width: 400px;
}

.text-block-9.txt10.supporttext.support2 {
  text-align: center;
  max-width: none;
  padding-left: 40px;
}

.text-block-9.txt10.txt16 {
  color: #195c5d;
  text-align: center;
  width: 620px;
  margin: -52px auto 114px;
}

.text-block-9.txt10.howworks2 {
  color: #eeeeac;
  width: 80%;
  line-height: 18px;
}

.text-block-9.txt10.howitworks2 {
  color: #eeeeac;
  width: 90%;
  line-height: 18px;
}

.text-block-9.txt9 {
  margin-top: 17px;
}

.text-block-9.txt11 {
  margin-top: 4px;
  margin-bottom: 0;
}

.text-block-9.txt11._11b {
  color: var(--white);
}

.image-23 {
  flex: none;
  width: 21px;
  margin-top: 32px;
  margin-left: 34px;
}

.image-24 {
  width: 21px;
  margin-top: 20px;
  margin-left: 25px;
}

.image-25 {
  width: 120px;
  margin-top: 11px;
}

.columns-10 {
  width: 90%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  color: #c4e3d0;
  font-size: 14px;
  line-height: 21px;
}

.column-30 {
  text-align: left;
}

.text-block-10 {
  color: #269494;
  text-align: right;
  margin-top: 14px;
  margin-right: 27px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
}

.columns-11 {
  justify-content: flex-end;
  width: 90px;
  display: flex;
}

.column-31 {
  text-align: right;
}

.image-26 {
  width: 30px;
  margin-top: 3px;
}

.div-block-88 {
  justify-content: flex-end;
  width: auto;
  margin-top: 29px;
  display: flex;
}

.columns-12 {
  width: 100%;
  max-width: 1200px;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
}

.columns-12._12b {
  margin-top: 0;
}

.div-block-89 {
  z-index: 99;
  background-color: #fff;
  background-image: url('../images/tile2.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 16px;
  border-radius: 8px;
  margin-top: -20px;
  padding: 60px 40px 44px;
  position: relative;
}

.div-block-89.div3 {
  background-color: #a2d2bd;
  background-image: none;
  height: 240px;
  margin-top: -50px;
  padding-top: 15px;
  padding-bottom: 31px;
}

.div-block-89.div3.dicv33.div3b._3b2 {
  background-image: none;
}

.div-block-89.div3.div3b {
  background-color: #0000;
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
}

.div-block-89.divsupport {
  background-color: #f4f5ea;
  background-size: auto 140px;
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 12px;
  padding-left: 0;
}

.div-block-89.divsupport.div_contact {
  background-image: none;
  margin-top: 0;
  padding-top: 59px;
}

.div-block-89._89_2 {
  background-image: none;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-4 {
  color: #205c5c;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
}

.heading-4.head5 {
  color: #fff;
  text-align: left;
  align-items: flex-end;
  width: 100%;
  font-size: 31px;
  line-height: 35px;
  display: block;
}

.heading-4.head5.head_doubts {
  margin-bottom: 1vw;
}

.heading-4.head5.head_doubts.head_helpme {
  color: #c1f2d6;
}

.heading-4.head5.head_doubts.head_about {
  color: #fff;
}

.heading-4.head5.head_doubts.head_about.head_about2 {
  color: #15645a;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead {
  color: #a0d3b6;
  text-align: center;
  margin-top: -1px;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead.subscribehead {
  color: #16494a;
  text-align: left;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead.subhead33 {
  color: #fff;
  text-align: right;
}

.heading-4.head5.head_doubts.head_journey_cntct {
  color: #15645a;
}

.heading-4.head5.head6 {
  color: #c1f2d6;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 4vw;
  display: block;
}

.heading-4.head5.head6.head13 {
  color: #fff;
  margin-bottom: 3vw;
  margin-left: 32px;
}

.heading-4.head5.head6.head13.head14 {
  color: #1c575d;
  text-align: center;
  margin-top: -193px;
  margin-bottom: 63px;
  margin-left: 0;
}

.heading-4.head5.headfoster {
  color: #316968;
}

.heading-4.head7 {
  padding-left: 41px;
  font-size: 21px;
}

.heading-4.head7.contcthead {
  color: #c0f1d6;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 16px;
  line-height: 19px;
}

.heading-4.head7.contcthead.cntcthead2 {
  margin-bottom: 20px;
}

.heading-4.head7.head9 {
  padding-left: 0;
}

.heading-4.head7.head9._9b {
  color: #a4d4bf;
  background-color: #a4d4bf00;
}

.heading-4.head99 {
  color: #51b8af;
}

.heading-4.head_journey {
  background-color: #8b5b5b;
  margin-bottom: 16px;
}

.div-block-90 {
  background-color: #51b8af;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 25px;
}

.div-block-90.line2 {
  margin-top: 0;
}

.div-block-90.line3 {
  margin-bottom: 7px;
}

.div-block-90.line3.line4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-91 {
  color: #205c5c;
  height: auto;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-91.div912 {
  padding-top: 0;
}

.div-block-91.div912._9122 {
  text-align: left;
}

.div-block-91._912 {
  padding-left: 40px;
}

.div-block-91.getit {
  margin-top: 50px;
  padding-top: 53px;
}

.text-span-6 {
  color: #bff0d6;
}

.text-span-6._8b {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  display: inline;
}

.button-3 {
  color: #205c5c;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 32px;
  padding: 5px 15px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-3.button4 {
  color: #fff;
  background-color: #51b8af;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button-3.button4._4_ {
  margin-bottom: 32px;
}

.button-3.button5 {
  margin-top: 42px;
}

.button-3.butt6 {
  margin-top: 48px;
}

.button-3.butt6.butt62 {
  margin-top: 28px;
  margin-bottom: 0;
}

.button-3.whatsapp-butt {
  display: none;
}

.italic-text-2 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-11 {
  color: #eeeeac;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
}

.text-block-11.txt_how {
  color: #205c5c;
  max-width: 650px;
  margin: 5% auto;
  font-size: 18px;
  line-height: 24px;
}

.heading-5 {
  color: #c0f1d6;
  width: 80%;
  margin-top: 0;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.heading-5.decide1 {
  color: var(--white);
  margin-right: 34px;
  padding-right: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  display: block;
  position: static;
}

.heading-5.decide1.decide2 {
  color: #eeeeac;
  width: 90%;
  margin-right: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.heading-5.head6 {
  width: 90%;
}

.heading-5.hed52 {
  width: 100%;
}

.column-32, .column-33 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-6 {
  color: #eeeeac;
  font-style: italic;
  font-weight: 700;
}

.columns-13 {
  margin-bottom: 69px;
  margin-left: 0%;
  padding-left: 3%;
  padding-right: 3%;
}

.column-34 {
  padding-right: 15px;
}

.column-35 {
  padding-left: 15px;
}

.div-block-92 {
  width: 20px;
  height: 20px;
}

.div-block-93 {
  padding-left: 5%;
}

.column-36 {
  padding-left: 42px;
}

.column-36._36b {
  padding-left: 50px;
}

.column-37 {
  background-image: url('../images/home_icon1b.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 180px;
}

.column-37.col38 {
  background-image: url('../images/home_icon3b.png');
  background-position: 82% 0;
  background-size: 50px;
}

.column-38 {
  background-image: url('../images/home_icon2b.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: 48px;
  height: 180px;
}

.column-38._38b {
  background-image: url('../images/home_icon4b.png');
  background-size: 45px;
}

.div-block-94 {
  background-image: url('../images/foster_to_grow3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 638px;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.columns-14 {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
}

.column-39 {
  margin-top: 40px;
  padding-right: 91px;
  display: block;
}

.column-39._392 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 3px;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  margin-bottom: 29px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.italic-text-3 {
  font-size: 19px;
}

.columns-15 {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.columns-16 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.columns-17 {
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.head2 {
  color: var(--white);
  text-align: left;
  margin-right: 30px;
  display: block;
}

.head2.head3 {
  padding-top: 25px;
  display: block;
}

.head2.list {
  margin-right: 34px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 400;
  display: inline;
}

.head2.list.list2 {
  margin-right: 0;
  padding-top: 18px;
  padding-right: 0;
  display: inline;
}

.head2.head14 {
  color: #316968;
  text-align: left;
  letter-spacing: 0;
  margin-right: 10px;
  font-style: normal;
  line-height: 20px;
  display: block;
}

.column-40 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-95 {
  background-color: #c0f3d6;
  border-radius: 8px;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 57%;
  margin-bottom: 56px;
  margin-left: 16px;
  padding: 35px 40px 25px;
  display: block;
  position: relative;
}

.text-span-7 {
  color: #eeeeac;
}

.div-block-96 {
  background-color: #fff;
  border-radius: 8px;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 39px;
  display: none;
  position: relative;
}

.div-block-96._962 {
  background-image: url('../images/f.png'), url('../images/fostr_way_bg.gif');
  background-position: 95% 90%, 50% 0;
  background-repeat: no-repeat, repeat-x;
  background-size: 40px, 8px 100%;
  width: 90%;
  max-width: 1100px;
  margin-bottom: 2px;
  padding: 25px 20px 25px 60px;
  display: block;
  overflow: hidden;
}

.div-block-96._962.slidervs {
  display: none;
}

.div-block-97 {
  text-align: center;
  background-color: #165151;
  background-image: url('../images/tile.gif');
  background-position: 0 0;
  background-size: 100%;
  border-radius: 8px;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-41 {
  text-align: left;
  padding-top: 29px;
  padding-left: 4%;
}

.div-block-98 {
  background-color: #1e595e;
  background-image: url('../images/how_works_mid.jpg');
  background-position: 0 65%;
  background-repeat: repeat;
  background-size: 1440px;
  margin-top: -150px;
  padding: 138px 5% 60px;
}

.div-block-99 {
  max-width: 1100px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-100 {
  background-color: #bff0d6;
  border-radius: 8px;
  height: 390px;
  padding: 30px 40px 20px;
}

.txt14 {
  color: #1c575c;
}

.image-27 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-2 {
  text-align: center;
}

.div-block-101 {
  text-align: left;
  background-image: url('../images/1_11.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  width: auto;
  height: auto;
  padding-top: 34px;
  padding-right: 0;
}

.div-block-101._1013 {
  background-image: url('../images/2_12.png');
}

.div-block-101._1014 {
  background-image: url('../images/3_13.png');
}

.div-block-101._1015 {
  background-image: url('../images/4_14.png');
}

.div-block-101._1016 {
  background-image: url('../images/5_15.png');
}

.div-block-101._10122 {
  background-image: none;
}

.div-block-101._10122._101 {
  padding-top: 0;
}

.div-block-101._10122._10144 {
  background-image: url('../images/2_12.png');
}

.div-block-101._10122._1014 {
  padding-top: 2px;
}

.div-block-101._10133 {
  background-image: url('../images/3_13.png');
  background-position: 0 0;
  background-size: 22px;
}

.div-block-101._10133._101 {
  background-image: none;
  padding-top: 0;
}

.div-block-101._10144 {
  background-image: url('../images/4_14.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10144._101444 {
  background-image: none;
  padding-top: 0;
}

.div-block-101._10155 {
  background-image: url('../images/5_15.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10155._101555 {
  background-image: none;
  padding-top: 0;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-103 {
  width: 160px;
  height: 200px;
  margin-left: 42px;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-13 {
  color: #222;
  letter-spacing: .3vw;
  font-family: Lato, sans-serif;
}

.text-block-14 {
  color: #94752b;
  text-align: center;
  letter-spacing: .3vw;
  margin-bottom: 17px;
  font-size: 15px;
}

.text-block-14.hd55 {
  color: #316968;
  margin-top: 41px;
  margin-bottom: 11px;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding-right: 0;
}

.tab-link-tab-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
}

.tabs-menu {
  margin-bottom: 14px;
}

.columns-18 {
  margin-left: 3%;
  margin-right: -164px;
}

.columns-18._18-2 {
  margin-bottom: 7px;
  margin-left: 0%;
  margin-right: -164px;
  display: block;
}

.image-28 {
  width: 40px;
  margin-top: 6px;
  margin-bottom: 9px;
  margin-left: 0;
  display: block;
}

.paragraph-7 {
  color: #316968;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-7.para7_2 {
  color: #316968;
}

.column-42 {
  padding-right: 53px;
}

.column-43 {
  padding-left: 0;
}

.column-44 {
  padding-right: 0;
}

.columns-19 {
  margin-left: auto;
  margin-right: auto;
}

.column-45 {
  padding-left: 57px;
}

.italic-text-4 {
  color: #316968;
}

.div-block-104 {
  text-align: center;
  background-color: #eeeeac;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 220px;
}

.div-block-105 {
  color: #316968;
  background-color: #eeeeac;
  border-radius: 8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 15px 10px 0;
}

.column-46, .column-47, .column-48, .column-49 {
  padding-right: 5px;
}

.text-span-8 {
  color: #c0f1d6;
}

.italic-text-5 {
  color: #eeeeac;
  font-weight: 700;
}

.div-block-106 {
  text-align: left;
  background-image: url('../images/iion_abt_1iion_abt.png');
  background-position: 0 68px;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 60px;
}

.div-block-106._1062 {
  background-image: url('../images/ion_vision_1ion_vision.png');
  background-position: 0 48px;
  background-size: 45px;
  width: 100%;
  max-width: none;
  padding-top: 53px;
}

.div-block-106._1062._10667 {
  padding-right: 54px;
}

.div-block-106._1063 {
  background-image: url('../images/lightbulb.png');
  background-position: 0 60px;
  background-size: 50px;
}

.div-block-106._1054 {
  background-image: url('../images/ion_valus.png');
  background-position: 0 60px;
  background-size: 45px;
}

.div-block-106._106nt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
  position: static;
}

.div-block-106._106nt.subblog {
  width: 700px;
  margin-left: 20%;
  padding-top: 72px;
}

.div-block-106._106_2 {
  background-image: url('../images/icon_vision2_1icon_vision2.png');
  padding-right: 366px;
}

.link-7 {
  color: #c2f3d6;
  font-weight: 400;
}

.image-29 {
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
}

.columns-20 {
  margin-top: 37px;
}

.column-50, .column-51 {
  padding-left: 0;
  padding-right: 30px;
}

.column-52 {
  padding-left: 0;
  padding-right: 40px;
}

.column-52._66 {
  padding-right: 19px;
}

.image-30 {
  margin-top: 20px;
}

.italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11 {
  color: #eeeeac;
}

.div-block-107 {
  text-align: center;
}

.slider-3 {
  background-color: #0000;
  height: 50px;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.link-8 {
  color: #e5eba8;
}

.italic-text-12 {
  color: #ebedad;
  display: block;
}

.italic-text-12._997 {
  margin-top: 34px;
}

.div-block-108 {
  background-color: #51b8af;
  padding: 20px 40px 10px;
}

.text-span-9 {
  font-style: italic;
}

.text-block-15 {
  margin-top: 63px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.html-embed-4 {
  margin-left: 0;
  margin-right: -37px;
}

.div-block-109 {
  z-index: 101;
  background-color: #3f797a;
  border-radius: 8px;
  width: 77%;
  max-width: 900px;
  height: 150px;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-109.contct2 {
  background-color: #0000;
  background-image: none;
  margin-top: 21px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-109.blog {
  background-color: #f5f5eb;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-top: -226px;
  margin-bottom: 0;
  padding: 10px;
}

.div-block-109._109b {
  background-image: url('../images/mint.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 7px 55px;
  height: 150px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-8 {
  color: #3f797a;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.paragraph-8._82 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.paragraph-8._82.sameday {
  color: #3f797a;
}

.text-block-16 {
  color: #236f66;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.columns-21 {
  width: 100%;
}

.image-31 {
  width: 50px;
  display: inline-block;
}

.column-53 {
  padding-top: 14px;
}

.text-block-17 {
  display: block;
}

.text-block-17.phonenr {
  color: #fff;
  margin-top: 7px;
  margin-left: 58px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-17.phonenr.phone2 {
  text-align: center;
  margin-top: 5px;
}

.columns-22 {
  background-image: url('../images/icon_phone_1icon_phone.gif');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 61px;
  align-items: flex-start;
  height: 90px;
  padding-top: 13px;
  display: none;
}

.column-54 {
  background-image: url('../images/icon_whatsapp_1icon_whatsapp.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 61px;
  padding-left: 83px;
}

.div-block-110 {
  border-radius: 8px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 41px;
}

.column-55 {
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
  padding-left: 0;
  padding-right: 15px;
}

.text-block-18 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
}

.column-56 {
  padding-left: 15px;
  padding-right: 0;
}

.link-9 {
  color: #eeeeac;
  text-decoration: none;
}

.link-10 {
  color: #eeeeac;
}

.div-block-111 {
  width: 77%;
  max-width: 900px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 1px;
}

.div-block-111._1112 {
  background-color: var(--white);
  background-image: url('../images/foster_journey_bg2.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 349px;
  border-radius: 8px;
  margin-bottom: 35px;
  padding-left: 40px;
}

.text-span-10 {
  color: #bff0d6;
}

.text-span-10._102 {
  color: #15645a;
}

.html-embed-5 {
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.column-57 {
  padding-left: 0;
  padding-right: 0;
}

.link-11 {
  color: var(--white);
}

.link-11.link112 {
  text-align: left;
}

.link-12 {
  color: #c4e3d1;
}

.link-13 {
  color: #c4e5cf;
}

.link-14 {
  color: #c4e5d0;
}

.link-15, .link-16 {
  color: #c4e4cf;
}

.div-block-112 {
  background-color: #0000;
  background-image: url('../images/plus_1plus.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-end;
  align-items: stretch;
  width: 20px;
  height: 20px;
  margin: 15px 0 -26px 91%;
  padding-left: 68px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-112._113 {
  margin-top: 405px;
}

.div-block-112._1122 {
  padding-left: 189px;
}

.div-block-112._11233 {
  background-position: 50%;
  background-size: 14px;
  margin-left: 96%;
  display: block;
}

.div-block-112._11233._1234 {
  background-position: 50%;
  background-size: 14px;
  height: 20px;
  margin-top: 23px;
  margin-bottom: -47px;
}

.div-block-112._11233._123345 {
  background-size: 14px;
  margin-top: 26px;
  margin-bottom: -47px;
}

.div-block-112._11233._112244 {
  margin-left: 80%;
}

.text-span-11 {
  line-height: 0;
}

.link-17, .link-18 {
  color: var(--white);
  text-decoration: underline;
}

.link-19 {
  color: var(--white);
}

.link-20, .link-21 {
  color: var(--white);
  text-decoration: underline;
}

.div-block-113 {
  margin-right: 0;
  padding-right: 0;
}

.dicx {
  padding-right: 0;
}

.italic-text-13.it13b {
  color: #205c5c;
}

.column-61 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-12 {
  color: #e5eba8;
  font-weight: 700;
}

.div-block-114 {
  background-color: #a3d3be;
  border-radius: 8px;
  height: auto;
  padding: 20px 10px 20px 30px;
}

.column-62 {
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
}

.column-63 {
  align-items: flex-end;
  height: auto;
  padding-right: 53px;
  display: flex;
}

.div-block-115, .div-block-116, .div-block-117 {
  text-align: left;
}

.image-32 {
  width: 27px;
  margin-top: 0;
}

.image-32._322 {
  width: 9px;
}

.image-32.arrow2 {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-118 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 75%;
  margin-top: 178px;
  padding-bottom: 29px;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.div-block-118.blog77 {
  height: 30%;
}

.div-block-118._1183 {
  margin-top: 122px;
  display: none;
}

.div-block-118._1183._184 {
  display: flex;
}

.div-block-118.arrow2 {
  text-align: center;
  justify-content: center;
  margin-top: 160px;
  display: block;
  position: relative;
  top: -83px;
}

.link-block-5 {
  z-index: 99;
  position: absolute;
}

.link-block-5.homeartow {
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.link-block-5.dd {
  width: 20px;
}

.div-block-119 {
  text-align: right;
  height: 20px;
  padding-bottom: 33px;
  padding-right: 29px;
}

.column-64 {
  padding-right: 27px;
}

.image-33 {
  display: none;
}

.div-block-120 {
  text-align: left;
  margin-left: 77px;
  padding-top: 34px;
}

.text-block-19 {
  color: #205c5c;
  background-image: url('../images/download.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 170px;
  margin-top: 6px;
  margin-left: 98px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.image-40 {
  width: 170px;
  margin-top: 15px;
  margin-left: 100px;
}

.text-block-20 {
  color: #205c5c;
  margin-top: 18px;
  padding-left: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-41 {
  display: none;
}

.text-span-13 {
  color: #c2f2d7;
  font-style: italic;
  font-weight: 700;
}

.text-span-14 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.text-span-15 {
  font-style: italic;
  font-weight: 700;
}

.link-22 {
  color: var(--white);
  text-decoration: underline;
}

.text-span-16 {
  text-indent: 0;
  margin-left: 20px;
  display: block;
}

.text-span-17 {
  padding-left: 20px;
  display: block;
}

.invis {
  height: 30px;
}

.invis.invis2 {
  margin-top: -64px;
}

.link-23 {
  color: #c4e5d0;
}

.list-item {
  color: #205c5c;
  background-image: url('../images/Star_teal.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 21px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-span-18 {
  font-size: 15px;
}

.bold-text-5 {
  font-style: italic;
}

.bold-text-5.jj {
  line-height: 19px;
}

.list-item-2 {
  color: #eeeeac;
  background-image: url('../images/Star_Lime.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: -44px;
  padding-left: 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 21px;
}

.list-item-2.list3-4 {
  color: #316968;
  background-image: url('../images/Star_teal.svg');
  background-position: 10px 2px;
  margin-bottom: 1vw;
  margin-left: -34px;
  margin-right: -15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.list-item-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-24 {
  color: var(--white);
  text-decoration: underline;
}

.list-2 {
  padding-left: 2vw;
  list-style-type: none;
}

.slider-4 {
  background-color: var(--white);
  height: auto;
}

.slide-nav-3 {
  justify-content: center;
  margin-bottom: -21px;
  display: block;
}

.icon-8 {
  color: #91aaa0;
  font-size: 27px;
}

.icon-9 {
  color: #b2b3b5;
  font-size: 27px;
}

.right-arrow-2, .left-arrow-2 {
  width: 30px;
}

.mask-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.slide-7, .slide-8 {
  margin-left: 9px;
}

.div-block-121 {
  text-align: right;
  background-color: #0000;
  height: auto;
  margin-bottom: 93px;
  padding: 20px 10% 0;
  position: relative;
}

.div-block-121._121_road {
  color: #000;
  background-color: #000;
  background-image: none;
  height: 400px;
  padding-top: 6px;
}

.div-block-121._121_road.divmtb {
  background-image: url('../images/mtb_footer3.jpg');
  background-size: cover;
}

.div-block-121._121_road.ffhrtyhfgdb {
  margin-bottom: 0;
}

.div-block-121._12122 {
  text-align: left;
  background-color: #221111b0;
  background-image: url('../images/mustard.gif'), linear-gradient(#0d07075e, #0d07075e), url('../images/whiteline.png');
  background-position: 50% 0, 0 0, 50% 0;
  background-repeat: repeat-x, repeat, no-repeat;
  background-size: auto 1px, auto, 100% 1px;
  border: 0 solid #ffffff2e;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0% 0;
}

.div-block-121._12122.asdasdasd {
  background-color: #000;
  padding-bottom: 103px;
}

.video-2 {
  position: absolute;
}

.background-video-2 {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
}

.background-video-2.bgvid3 {
  z-index: 99;
  justify-content: center;
  align-items: stretch;
  display: inline-flex;
}

.background-video-2.bgvid3.bgvid99 {
  z-index: 99;
  align-items: center;
  position: absolute;
}

.text-span-19 {
  font-weight: 700;
}

.div-block-122 {
  background-image: url('../images/icon_phone_1icon_phone.gif');
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: 61px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 31px;
  display: flex;
}

.column-68 {
  padding-right: 5px;
}

.image-42 {
  width: 20px;
  margin-top: 12px;
}

.image-42._421 {
  margin-top: 30px;
}

.image-42._422, .image-42._444, .image-42._445 {
  margin-top: 17px;
}

.columns-24 {
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.column-69 {
  padding-left: 0;
}

.div-block-123 {
  background-image: url('../images/home-mast.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 26vw;
  margin-top: 57px;
}

.column-70 {
  padding-left: 0;
  padding-right: 0;
}

.italic-text-14 {
  font-weight: 700;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  font-style: italic;
  font-weight: 700;
}

.columns-25 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-6 {
  border-radius: 8px;
  width: 620px;
  margin-bottom: 0;
  padding: 10px;
}

.paragraph-9 {
  width: 460px;
  color: var(--white);
  margin-top: 33px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-9.par92 {
  text-align: right;
}

.paragraph-9.par92._9292 {
  width: 100%;
  padding-left: 40%;
}

.image-43 {
  margin-bottom: 70px;
}

.div-block-124 {
  background-color: #fff;
  border-radius: 8px;
  width: 640px;
  padding: 10px;
}

.div-block-125 {
  width: 640px;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-128 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 40px;
  padding-left: 44px;
}

.div-block-128.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.div-block-128.div2.div3 {
  background-image: url('../images/bg3.png');
  padding-bottom: 40px;
}

.div-block-128._1282 {
  border-radius: 8px;
  margin-top: -30px;
  margin-left: 0;
}

.columns-26 {
  width: 700px;
  height: 250px;
  margin-left: 105px;
}

.columns-26.tttyu {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.column-71, .column-72, .column-73 {
  height: 100%;
}

.heading-6 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.heading-6.roadrace {
  margin-bottom: 5px;
  padding-top: 26px;
  font-size: 2.1vw;
}

.heading-6.roadrace.tabhead {
  padding-left: 23px;
  font-size: 27px;
  font-weight: 300;
}

.heading-6.roadrace.tabhead.prizehead {
  text-align: left;
  margin-left: 12px;
  padding-left: 34px;
}

.heading-6.roadrace.tabhead.sss {
  margin-left: 15px;
}

.heading-6.roadrace.mtbrace {
  font-size: 2.1vw;
}

.heading-6.headingexpo1 {
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 19px;
  padding-left: 40px;
}

.text-block-21 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-21.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-21.blok2.blok3 {
  color: #eb0404;
  font-size: 21px;
}

.text-block-21.blok2.hehe {
  font-size: 18px;
}

.text-block-21.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-21.date {
  margin-top: 1px;
  font-size: 18px;
}

.text-block-21.date.dateorange {
  color: #ff924a;
  font-size: 18px;
}

.text-block-21.date.kidsdate2 {
  color: #eb0404;
  letter-spacing: .5px;
  margin-top: 17px;
  font-family: Avantgarde;
  line-height: 15px;
}

.text-block-21._21orange {
  color: #ff924a;
}

.text-block-21._21orange._21orange2 {
  margin-top: 13px;
}

.text-block-21._21orange.closed {
  color: #fde741;
  margin-top: 18px;
  font-size: 18px;
  display: block;
}

.text-block-21.kidstxt {
  color: #eb0404;
  letter-spacing: 0;
}

.text-block-21.txtexpo2 {
  color: #000;
  text-align: left;
  width: auto;
  padding-left: 40px;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-6.txheadexpodisclaim {
  color: #fde941;
}

.button-4 {
  background-color: #3898ec00;
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 50px;
  margin-top: 11px;
  margin-left: -13px;
}

.button-4.navbutt {
  color: #fde741;
  text-align: left;
  margin-top: 9px;
  margin-left: -13px;
  padding-top: 15px;
  padding-left: 38px;
  font-family: intercom;
  font-size: 16px;
  font-style: italic;
}

.button-4.navbutt.racebutt {
  text-align: left;
  background-image: url('../images/train_butt.png');
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: -11px;
  padding-left: 36px;
  font-size: 15px;
}

.button-4.navbutt.racebutt.butt5 {
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt6 {
  margin-top: 26px;
  margin-left: -10px;
}

.button-4.navbutt.racebutt.butt5.nuyy7 {
  width: 170px;
  margin-top: 19px;
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt55 {
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt55.enterbuttblog {
  display: none;
}

.button-4.navbutt.racebutt.butt5.butt77 {
  letter-spacing: .5px;
  height: 60px;
  margin-top: 0;
  padding-top: 21px;
  padding-left: 29px;
}

.button-4.navbutt.racebutt.butt5.butt77.butt78.mobvs {
  display: none;
}

.button-4.navbutt.racebutt.butt5.butt77.buttseeding {
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt77.buttroadclsoe {
  width: 170px;
  padding-left: 33px;
}

.button-4.navbutt.racebutt.butt5.butttt {
  margin-top: 54px;
  margin-bottom: -22px;
}

.button-4.navbutt.racebutt.butt5.butttt.adf.w--current {
  width: 180px;
}

.button-4.navbutt.racebutt.butt5.butttt.adf.newbutt.w--current {
  height: 60px;
  padding-top: 22px;
  position: relative;
  right: -30px;
}

.button-4.navbutt.racebutt.butt5.butttt.thfdfg {
  width: 175px;
  padding-left: 44px;
}

.button-4.navbutt.racebutt.butt5.homeenterbutt {
  text-decoration: line-through;
}

.button-4.navbutt.racebutt.butt5.homeenterbutt.homenteroff {
  display: none;
}

.button-4.navbutt.racebutt.chatbutt {
  margin-top: 37px;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts {
  background-size: 100% 70px;
  height: 60px;
  margin-top: 22px;
  margin-left: -5px;
  padding-top: 21px;
  font-size: 17px;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts.butt66 {
  letter-spacing: .5px;
  padding-left: 41px;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts.ratecardbutt {
  margin-bottom: 21px;
  display: block;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts.tope {
  margin-top: 0;
  font-size: 14px;
}

.button-4.navbutt.racebutt.gallbutt {
  margin-top: -15px;
}

.button-4.navbutt.racebutt.racebutt2 {
  width: 160px;
  padding-left: 42px;
}

.button-4.navbutt.racebutt.enterbutt {
  background-image: url('../images/train_butt.png');
}

.button-4.navbutt.racebutt.enterbutt.entermtb, .button-4.navbutt.racebutt.enterbutt.roadenterbutt {
  text-decoration: line-through;
}

.button-4.navbutt.racebutt.portalbutt {
  margin-top: 27px;
}

.button-4.navbutt.racebutt.portalbutt.enterbutt2 {
  text-align: center;
  width: 200px;
  height: 70px;
  padding-top: 27px;
  padding-left: 3px;
  font-size: 17px;
}

.button-4.navbutt.racebutt.portalbutt.enterbutt2.downlpdf2 {
  margin-top: 86px;
}

.button-4.navbutt.racebutt.portalbutt.adad {
  padding-left: 30px;
  font-size: 14px;
}

.button-4.navbutt.racebutt.gearbutt {
  margin-bottom: 23px;
  margin-left: -103px;
  padding-left: 33px;
  display: none;
}

.button-4.navbutt.racebutt.gearbutt.ff {
  letter-spacing: .5px;
  padding-left: 33px;
  display: none;
}

.button-4.navbutt.racebutt.batchbutt {
  width: 175px;
  height: 60px;
  margin-top: -11px;
  padding-top: 22px;
}

.button-4.navbutt.racebutt.prizebutt {
  margin-top: 13px;
  margin-left: 27px;
}

.button-4.navbutt.racebutt.butt_riders_guide {
  width: 160px;
  height: 65px;
  margin-top: 18px;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
  top: -8px;
}

.button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide {
  letter-spacing: 0;
  padding-left: 25px;
  display: none;
}

.button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults {
  margin-top: 16px;
  margin-bottom: -10px;
  padding-left: 39px;
  position: relative;
  top: -8px;
}

.button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults.mtbpics {
  display: none;
}

.button-4.navbutt.racebutt.entermtb.w--current, .button-4.navbutt.racebutt.kidsrac {
  text-decoration: line-through;
}

.button-4.navbutt.resultsbutt {
  margin-top: 9px;
  margin-left: -18px;
  padding-left: 36px;
  font-size: 12px;
}

.button-4.navbutt.resultsbutt.rstld9 {
  margin-top: 9px;
}

.button-4.navbutt.resultsbutt.rstld9.rquery {
  padding-left: 31px;
}

.button-4.navbutt.resultsbutt.rstld9.roadrage {
  display: none;
}

.button-4.navbutt.resultsbutt.rsltsbutt2 {
  margin-top: 9px;
}

.button-4.navbutt.dd {
  margin-left: 49px;
  margin-right: -6px;
  padding-left: 33px;
}

.button-4.navbutt.dd.w--current {
  margin-top: 13px;
  margin-bottom: 13px;
}

.button-4.navbutt.dd._86854 {
  letter-spacing: 0;
  width: 130px;
  height: 44px;
  margin-top: 23px;
  margin-left: 16px;
  margin-right: 11px;
  padding-top: 12px;
  padding-left: 25px;
}

.button-4.navbutt.dd._86854.gearbutt {
  margin-left: -9px;
}

.button-4.navbutt.dd.dda4 {
  margin-top: 3px;
}

.button-4.navbutt.dd.ff {
  margin-left: -20px;
}

.button-4.navbutt.dd.ssss {
  margin-top: 0;
  margin-left: -7px;
}

.button-4.navbutt.dd.dddd {
  margin-left: -11px;
}

.button-4.navbutt.dddd {
  margin-left: -46px;
}

.link-25 {
  color: #fde741;
}

.div-block-129 {
  width: 98%;
  margin-bottom: -56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.div-block-129.vidplayer {
  margin-top: 27px;
}

.div-block-129.vidplayer.roadrideplayer {
  width: 100%;
  margin-top: 65px;
}

.div-block-129._1290 {
  text-align: center;
  margin-bottom: -57px;
  padding-top: 0;
  padding-bottom: 49px;
}

.div-block-129._1290._1299 {
  padding-top: 37px;
  padding-bottom: 0;
}

.div-block-129._345 {
  margin-top: 25px;
}

.div-block-129.otterevent {
  margin-top: 61px;
}

.div-block-129._12900.chooseanotherevenr {
  display: none;
}

.heading-7 {
  color: #fde841;
  padding-left: 27px;
  font-family: intercom;
  font-style: italic;
  font-weight: 400;
  display: none;
}

.slider-7 {
  background-color: #4c4c4c00;
  height: 100%;
  margin-top: 29px;
}

.slider-7._7776 {
  margin-bottom: 152px;
}

.div-block-130 {
  background-color: #00000040;
  border-radius: 20px;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-130._120_2 {
  width: 100%;
  margin-top: 25px;
}

.div-block-130.ddfty46 {
  width: 65.5%;
}

.div-block-130.ddfty46._4678 {
  background-color: #0000;
}

.div-block-130.ddfty46._4678._94968gncx {
  margin-bottom: -19px;
}

.div-block-130.ddfty46.cashmob {
  height: auto;
}

.div-block-131 {
  background-color: #000;
  border: 5px solid #fff;
  border-radius: 21px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.div-block-131.div_results_gallery {
  z-index: 9999;
  background-image: url('../images/mtb_podium.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vw;
  position: relative;
}

.div-block-131.div_results_gallery.slide2 {
  background-image: url('../images/Untitled-9_0008_LE3A5907.jpg');
  width: 78%;
  margin-top: 21px;
}

.div-block-131.div_results_gallery.slide2.slide3 {
  background-image: url('../images/Untitled-9_0000_LE3A5987.jpg');
}

.div-block-131.div_results_gallery.slide2.slide3.oop {
  background-image: url('../images/roadwomenjpg.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4 {
  background-image: url('../images/Untitled-9_0002_LE3A5974.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5 {
  background-image: url('../images/Untitled-9_0006_LE3A5928.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6 {
  background-image: url('../images/Untitled-9_0005_LE3A5939.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8 {
  background-image: url('../images/Untitled-9_0004_LE3A5947.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9 {
  background-image: url('../images/Untitled-9_0007_LE3A5919.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9.slide10 {
  background-image: url('../images/Untitled-9_0003_LE3A5954.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9.slide11, .div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9.slide11.slide12 {
  background-image: url('../images/Untitled-9_0001_LE3A5979.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt {
  background-image: url('../images/roadmen.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0002_WhatsApp-Image-2024-11-17-at-09.29.15.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0005_WhatsApp-Image-2024-11-17-at-09.29.18.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0004_WhatsApp-Image-2024-11-17-at-09.29.16-1.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee.slidef {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0003_WhatsApp-Image-2024-11-17-at-09.29.16.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee.slidef.slideg {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0001_WhatsApp-Image-2024-11-17-at-09.29.17-1.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee.slidef.slideg.slideh {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0000_WhatsApp-Image-2024-11-17-at-09.29.17.jpg');
}

.div-block-131._13144 {
  border-width: 0;
  padding-bottom: 19px;
}

.slide-11 {
  text-align: center;
}

.slide-nav-6 {
  margin-bottom: -56px;
  font-size: 13px;
  line-height: 12px;
  display: none;
}

.image-46 {
  z-index: 99999;
  width: 100%;
  height: 300px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.container {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 166px;
}

.image-47 {
  width: 50px;
  margin-top: 196px;
  margin-bottom: 196px;
}

.image-47._47_2 {
  margin-top: 237px;
}

.image-48 {
  width: 50px;
  margin-top: 196px;
  margin-bottom: 196px;
}

.image-48._48_2 {
  margin-top: 237px;
}

.div-block-132 {
  background-color: #00000070;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5% 3%;
}

.div-block-132.newsblock {
  background-color: #0000004a;
  border-color: #fff0;
}

.heading-8 {
  color: #fff;
  margin-bottom: 0;
  font-family: intercom;
  font-size: 42px;
  font-style: italic;
}

.columns-27 {
  width: 90%;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-133 {
  background-color: #000;
  border-radius: 7px;
  width: 180px;
  height: 30px;
  padding-top: 5px;
  padding-left: 15px;
}

.text-block-22 {
  color: #fde841;
  text-align: left;
  font-family: intercom;
  font-style: italic;
  font-weight: 400;
}

.text-block-22.txt22_2 {
  color: #ec7b2c;
  text-align: left;
}

.text-block-22.footertxt {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
}

.div-block-134 {
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: inline-flex;
}

.column-74 {
  padding-left: 22px;
}

.image-49 {
  width: 260px;
}

.div-block-135 {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 27px;
  padding-left: 14px;
  padding-right: 0;
  display: block;
}

.columns-28 {
  z-index: 99999999;
  width: 400px;
  margin-top: 18px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.image-50 {
  width: 30px;
}

.image-51 {
  width: 30px;
  margin-right: 6px;
}

.image-52 {
  width: 40px;
  margin-left: 0;
}

.image-53 {
  width: 38px;
  margin-top: -7px;
  margin-left: 8px;
}

.div-block-136 {
  height: auto;
  margin-top: 28px;
  padding-left: 33px;
}

.paragraph-10 {
  color: var(--white);
  margin-top: 13px;
  font-family: Sf Pro Text;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.8px;
}

.paragraph-10.subfoottext {
  color: #646464;
  width: 300px;
  font-family: Montserrat, sans-serif;
}

.div-block-137 {
  width: 90%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.slide-12 {
  background-color: #0000;
}

.slider-8 {
  background-color: #0000;
  width: 930px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-7 {
  display: none;
}

.heading-9 {
  letter-spacing: .5px;
  margin-top: 32px;
  font-family: intercom;
  font-size: 4vw;
  font-style: italic;
}

.heading-9.head92 {
  margin-top: 32px;
}

.heading-9.comingsoon {
  color: var(--black);
  margin-top: 6px;
  font-size: 2.2vw;
}

.heading-9.head99 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 3.8vw;
  line-height: 3vw;
}

.slide-13 {
  background-image: url('../images/slide1.bpng.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 28px;
  padding-left: 101px;
}

.slide-13.slide14 {
  background-image: url('../images/slide1.bpng.png');
}

.slide-13.slide13v {
  background-image: url('../images/gear9.jpg');
  background-size: contain;
}

.icon-12 {
  margin-left: 0;
}

.icon-13 {
  margin-right: 0;
}

.image-54 {
  width: 140px;
  margin-right: 0;
}

.div-block-138 {
  background-color: #121212;
  background-image: url('../images/faces_logo.gif');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 175px;
  border-radius: 7px;
  height: 45px;
  margin-top: 18px;
  padding-top: 4px;
  padding-left: 12px;
}

.left-arrow-4 {
  left: -21px;
}

.right-arrow-4 {
  right: -21px;
}

.image-55 {
  width: 80px;
}

.div-block-139 {
  z-index: 7;
  text-align: right;
  padding-top: 86px;
  display: none;
  position: relative;
}

.image-56 {
  z-index: 7;
  position: absolute;
  inset: 0% 0% auto;
}

.image-57 {
  z-index: 9999;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-140 {
  background-color: #0000;
  background-image: url('../images/jey.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 206px;
  border: 14px solid #fff;
  border-radius: 20px;
  width: 98%;
  margin-top: 41px;
  margin-left: 8%;
  margin-right: auto;
  padding-bottom: 8px;
  padding-left: 0;
}

.div-block-140._140b {
  border-width: 0;
}

.div-block-141 {
  width: 85%;
}

.div-block-142 {
  border: 20px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-top: 41px;
  margin-left: 0;
  padding: 30px;
  overflow: clip;
}

.div-block-142._1422.block2 {
  background-color: #fff;
}

.div-block-142.divgallery2 {
  background-color: #555;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.div-block-142._142b {
  border-width: 14px;
  padding: 0;
}

.div-block-143 {
  background-color: #0000;
  padding-top: 0;
}

.div-block-143._1433 {
  background-color: #fff;
}

.div-block-144 {
  width: 50px;
  height: 50px;
  position: absolute;
}

.column-75 {
  height: 100%;
  margin-top: 15px;
  padding-top: 41px;
  padding-left: 39px;
  padding-right: 0;
  display: inline-block;
}

.column-75._75b {
  padding-left: 58px;
}

.columns-29 {
  width: 80%;
  margin: 12px auto 43px;
}

.div-block-145 {
  width: 85%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-146 {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
}

.image-58 {
  width: 92%;
  margin: -20px 20px 14px;
  padding-right: 0;
}

.image-58.mtbprofile.mtbprofile2 {
  margin-top: -13px;
}

.image-58.mtbprofile.mtbprofile2.mtbprofile3 {
  margin-top: 20px;
}

.div-block-147 {
  text-align: center;
  padding-top: 40px;
}

.div-block-147._1472 {
  padding-top: 41px;
}

.div-block-147._14723 {
  padding-top: 45px;
}

.div-block-148 {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-76 {
  text-align: left;
  background-image: url('../images/cash1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1%;
}

.column-77 {
  text-align: left;
  background-image: url('../images/cash2.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 1%;
}

.column-78 {
  text-align: left;
  background-image: url('../images/cash3.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 1%;
}

.div-block-149 {
  text-align: center;
  padding-top: 22px;
}

.div-block-150 {
  width: 85%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 2%;
  padding-right: 7px;
}

.div-block-150._1501 {
  text-align: left;
}

.image-59 {
  width: 25%;
  margin-top: 0;
  display: block;
}

.div-block-151 {
  background-color: #000;
}

.div-block-152 {
  background-color: #000;
  height: 42vw;
}

.div-block-152.results_subscribew {
  background-image: url('../images/subscribe_bg2.jpg');
}

.div-block-152.results_subscribew.subscr_infohub {
  background-image: url('../images/info_hub_bg4.jpg');
}

.div-block-152.results_subscribew.subscribe_bg_purpose {
  background-image: url('../images/subscribe_bg_purpose.jpg');
}

.div-block-152.results_subscribew.subscribe_bg_purpose.subscribe_seeding {
  background-image: url('../images/subscribe_bg2.jpg');
}

.div-block-152._152_connect {
  background-image: url('../images/subscribe3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.div-block-152.subscribe4 {
  background-image: url('../images/subscribe5.jpg');
  background-position: 50%;
  padding-top: 23px;
  padding-bottom: 44px;
}

.div-block-152.subscribe4.subscribe5 {
  background-image: url('../images/kids_subscribe_bg.jpg');
}

.slider-9 {
  background-color: #ddd0;
  height: 650px;
}

.slide-nav-8 {
  display: none;
}

.slide-14 {
  background-image: url('../images/Untitled-6_0009_RaceJoburg947-5619.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-14.slide15 {
  background-image: url('../images/Untitled-6_0008_RideJoburg947-9598.jpg');
}

.slide-14.slide15.slide16 {
  background-image: url('../images/Untitled-6_0013__TGP9175.jpg');
}

.slide-14.slide15.slide16.slide17 {
  background-image: url('../images/Untitled-6_0015__TGP8837.jpg');
}

.slide-14.slide15.slide16.slide17.slide18 {
  background-image: url('../images/Untitled-6_0000_VLM_6779.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19 {
  background-image: url('../images/Untitled-6_0007_RideJoburg947-9695.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20 {
  background-image: url('../images/Untitled-6_0010_RaceJoburg947-5463.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21 {
  background-image: url('../images/Untitled-6_0012__TGP9639.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22 {
  background-image: url('../images/Untitled-6_0001_VLM_6638.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23 {
  background-image: url('../images/Untitled-6_0003_VLM_6385.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24 {
  background-image: url('../images/Untitled-6_0002_VLM_6453.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25 {
  background-image: url('../images/Untitled-6_0006_RideJoburg947-9816.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26 {
  background-image: url('../images/Untitled-6_0004_VLM_7655.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27 {
  background-image: url('../images/Untitled-6_0006_RideJoburg947-9816.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide28 {
  background-image: url('../images/Untitled-6_0005_VLM_7620.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide28._14d {
  background-image: url('../images/MTB24_0009_LE3A5374.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide28._14d.kds2 {
  background-image: url('../images/Untitled-4_0001_LE3A4566.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide30 {
  background-image: url('../images/Untitled-6_0011_RaceJoburg947-5377.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide30._14e {
  background-image: url('../images/MTB24_0007_LE3A5479.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31 {
  background-image: url('../images/Untitled-6_0014__TGP9024.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31._14c {
  background-image: url('../images/MTB24_0001_LE3A5689.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31._14c._14k {
  background-image: url('../images/MTB24_0003_LE3A5545.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31._14c._14k._14l {
  background-image: url('../images/MTB24_0008_LE3A5431.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26._14f {
  background-image: url('../images/MTB24_0005_LE3A5494.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26._14f.kds3 {
  background-image: url('../images/Untitled-4_0007_LE3A4251.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20._14k {
  background-image: url('../images/road05_0008_RideJhbMTB2023-30.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19._14j {
  background-image: url('../images/MTB24_0004_LE3A5567.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19._14j.kds1 {
  background-image: url('../images/Untitled-4_0000_LE3A4639.jpg');
}

.slide-14.slide15.slide16.slide17.slide18._14i {
  background-image: url('../images/MTB24_0000_LE3A5939.jpg');
}

.slide-14.slide15.slide16.slide17._14g {
  background-image: url('../images/MTB24_0006_LE3A5474.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7 {
  background-image: url('../images/Untitled-4_0004_LE3A4393.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8 {
  background-image: url('../images/Untitled-4_0010_LE3A4065.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9 {
  background-image: url('../images/Untitled-4_0012_LE3A4007.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10 {
  background-image: url('../images/Untitled-4_0005_LE3A4381.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10.kids12 {
  background-image: url('../images/Untitled-4_0008_LE3A4246.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10.kids12.kids13 {
  background-image: url('../images/Untitled-4_0003_LE3A4414.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10.slo {
  background-image: url('../images/Untitled-4_0002_LE3A4495.jpg');
}

.slide-14.slide15.slide16._14f {
  background-image: url('../images/MTB24_0010_LE3A5121.jpg');
}

.slide-14.slide15.slide16._14f.kds6 {
  background-image: url('../images/Untitled-4_0006_LE3A4297.jpg');
}

.slide-14.slide15._14g {
  background-image: url('../images/MTB24_0012_LE3A5086.jpg');
}

.slide-14.slide15._14g.kds4 {
  background-image: url('../images/Untitled-4_0011_LE3A4058.jpg');
}

.slide-14._14b {
  background-image: url('../images/road05_0005_RideJhbMTB2023-43.jpg');
}

.slide-14._14b._14h {
  background-image: url('../images/MTB24_0002_LE3A5588.jpg');
}

.left-arrow-5 {
  display: inline-block;
}

.div-block-153 {
  z-index: 88;
  width: 80%;
  height: 440px;
  margin-top: -40vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  padding-bottom: 62px;
  padding-left: 10%;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-154 {
  z-index: 89;
  background-image: url('../images/gridlines.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 640px;
  height: auto;
  margin-top: 24px;
  padding: 20px;
  position: relative;
}

.div-block-155 {
  width: 97%;
  display: block;
}

.image-60 {
  z-index: 500;
  width: 120px;
  margin-top: 0;
  margin-right: 10%;
  position: static;
}

.div-block-156 {
  z-index: 55;
  text-align: right;
  margin-top: -156px;
  padding-bottom: 30px;
  padding-right: 35px;
  display: none;
  position: relative;
}

.html-embed-7 {
  width: 100%;
  height: auto;
  margin-top: 11px;
  margin-bottom: 0;
}

.html-embed-8 {
  width: 100%;
  height: 100px;
  margin-top: 28px;
}

.text-block-23 {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  margin-top: -50px;
  margin-bottom: 8px;
  font-family: Avantgarde;
  font-size: 33px;
  font-style: normal;
}

.text-block-23._23-3 {
  margin-top: 0;
}

.text-span-26 {
  color: #fde841;
  margin-top: 8px;
  font-size: 21px;
  display: block;
}

.div-block-157 {
  text-align: right;
}

.image-61 {
  width: 70%;
  margin-top: -24px;
  margin-right: -21px;
}

.div-block-158 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-159 {
  background-color: #e7e7e7;
  border-radius: 12px;
  margin-top: 17px;
  padding: 10px 40px;
}

.div-block-159.isaudhfiaushdf {
  background-color: #e7e7e7;
}

.link-26 {
  color: #fde841;
}

.div-block-160 {
  background-color: #fff;
  border-radius: 8px;
  height: auto;
}

.div-block-161 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 80px;
}

.div-block-161.gallerybg {
  background-image: url('../images/gallery_bg2.jpg');
  background-position: 50% 100%;
  padding-top: 40px;
}

.div-block-161.gallerybg.instabg {
  background-color: #0000;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-161._1612 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-161._1612._16666 {
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-161._1612.gear2 {
  background-color: #000;
  background-image: url('../images/gearbg2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0;
  padding-bottom: 47px;
}

.div-block-161._1512 {
  background-color: #000;
  background-image: url('../images/resultsbg2.jpg');
  background-position: 50% 100%;
  background-size: 1439px;
  padding-bottom: 50px;
}

.div-block-162 {
  width: 72%;
  height: auto;
  margin-bottom: 68px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-162.results2 {
  border: 2px solid var(--white);
  background-color: #000;
  background-image: url('../images/tar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 72%;
  margin-bottom: 44px;
  padding-top: 27px;
}

.div-block-162.results2.exhibitors {
  background-image: url('../images/tar2.jpg');
  width: 100%;
  margin-top: 38px;
  padding: 0 20px 27px 40px;
}

.div-block-162.results2.trainblock {
  background-size: contain;
  width: auto;
  max-width: none;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 28px 72px 43px 83px;
}

.div-block-162._1625 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.div-block-162._1625.ridpurposeslider {
  width: 78%;
}

.div-block-162._1622 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-163 {
  background-image: url('../images/results1.jpg');
  background-position: 0 0;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 12px;
  width: 90%;
  height: 38vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-163._1632 {
  background-image: url('../images/results3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-163._1632._1633 {
  background-image: url('../images/results4.jpg');
}

.div-block-163._1632._1633._1634 {
  background-image: url('../images/results2.jpg');
  background-repeat: no-repeat;
}

.div-block-163._1632._1633._1634.purp7 {
  background-image: url('../images/results1_0004_947Road23FL-3687.jpg');
}

.div-block-163._1632._1633._1634.purp7.purp9 {
  background-image: url('../images/results1_0001_947Road23FL-3724.jpg');
}

.div-block-163._1632._1633._1634.purp7.purp9.purp11 {
  background-image: url('../images/results1_0003_947Road23FL-3580.jpg');
}

.div-block-163._1632._1633.purp6 {
  background-image: url('../images/results1_0005_947Road23FL-3692.jpg');
}

.div-block-163._1632.purp4 {
  background-image: url('../images/results1_0002_947Road23FL-3665.jpg');
}

.div-block-163.purp2 {
  background-image: url('../images/results1_0000_947Road23FL-3768.jpg');
}

.column-79 {
  padding-left: 30px;
}

.text-block-24 {
  color: #fff;
  font-family: intercom;
  font-size: 27px;
  font-style: italic;
}

.text-block-24.subhead {
  color: #ffea41;
  max-width: 350px;
  margin-top: 4px;
  margin-bottom: 31px;
  margin-left: 34px;
  font-size: 21px;
}

.text-block-24.subhead.subbbhed {
  color: var(--white);
  margin-bottom: 7px;
  font-size: 33px;
}

.text-block-24.subhead.subbbhed.prize {
  color: #fff;
  margin-top: 8px;
  line-height: 30px;
}

.columns-30 {
  padding-bottom: 50px;
}

.image-62 {
  width: 110px;
}

.image-63 {
  width: 300px;
  height: 1px;
  margin-top: 15px;
  padding-right: 48px;
}

.div-block-164 {
  background-image: url('../images/full_results_bg.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-top: 8px;
  padding-bottom: 22px;
  padding-left: 13px;
}

.div-block-164.resultsdiv {
  display: none;
}

.image-64 {
  width: 50px;
  margin-top: 155px;
  margin-bottom: 155px;
  margin-left: -14px;
}

.image-65 {
  width: 50px;
  margin-top: 155px;
  margin-bottom: 155px;
}

.div-block-165 {
  width: 85%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 52px;
}

.div-block-165.contacty2 {
  width: 80%;
  margin-left: 16%;
}

.column-80 {
  text-align: left;
  padding-top: 72px;
  padding-left: 39px;
  padding-right: 0;
}

.image-66 {
  width: 35px;
}

.text-block-25 {
  color: #fff;
  margin-top: -27px;
  margin-left: 36px;
  font-family: intercom;
  font-size: 32px;
  font-style: italic;
}

.text-block-25._252 {
  margin-left: 72px;
}

.link-27 {
  color: var(--bronze);
}

.link-27.linkyellow {
  color: #fdea41;
}

.columns-31 {
  width: 900px;
}

.html-embed-9 {
  border-radius: 7px;
  padding: 30px 10px;
}

.columns-32 {
  margin-left: auto;
  margin-right: auto;
}

.column-81 {
  text-align: left;
}

.image-67 {
  width: 60px;
  margin-top: 47px;
  margin-bottom: -17px;
}

.div-gallery {
  text-align: center;
}

.html-embed-10 {
  background-color: #ededed00;
  margin-bottom: 0;
}

.html-embed-11 {
  width: 55%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.column-82 {
  background-image: url('../images/title_tag.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.columns-33 {
  width: 600px;
  height: 48px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  color: #fff;
  margin-bottom: -2px;
  font-family: intercom;
  font-size: 20px;
  font-style: italic;
  position: static;
}

.column-83 {
  text-align: center;
}

.column-84 {
  text-align: left;
}

.right-arrow-5 {
  margin-right: -50px;
  display: none;
}

.left-arrow-6 {
  margin-left: -50px;
  display: none;
}

.div-block-166 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 42px;
  padding-bottom: 107px;
}

.div-block-166._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 57px;
}

.div-block-166._1662.expodiv {
  padding-bottom: 127px;
}

.div-block-166._1662._16622 {
  background-color: #000;
  background-image: none;
}

.div-block-166._1662._16622.baaaatch {
  padding-top: 1px;
}

.div-block-166._1662._009 {
  margin-top: -6px;
  padding-top: 4px;
}

.div-block-167 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-167.baaatchnabge45 {
  width: 90%;
}

.div-block-168 {
  border: 1px solid var(--white);
  background-image: url('../images/6_info_hub_thumb1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 12px;
  height: 23vw;
  padding: 20px;
}

.div-block-168._1682 {
  background-image: url('../images/6_info_hub_thumb2.jpg');
  background-position: 100% 100%;
}

.div-block-168._1683 {
  background-image: url('../images/6_info_hub_thumb3.jpg');
}

.column-85 {
  padding-right: 15px;
}

.column-86 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-87 {
  padding-left: 15px;
}

.text-block-27 {
  color: #fff;
  padding-left: 6px;
  font-family: intercom;
  font-size: 27px;
  font-style: italic;
  line-height: 29px;
}

.text-span-27 {
  color: #fce840;
  font-size: 21px;
}

.text-block-28 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-28._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-28._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-28._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.text-block-28._289._2899._289999._80754 {
  color: #ff2c2c;
  background-color: #a7010100;
}

.text-block-28._289._2899._289999._2586 {
  color: #f60000;
  -webkit-text-stroke-color: #c50000;
  background-color: #92010175;
}

.text-block-28._289._2899._289999._2586.faq {
  background-color: #70605300;
}

.text-block-28._289._2899._289999.dddr {
  margin-top: 6px;
}

.text-block-28._289._2899._289999.dddr.ririg {
  margin-top: 28px;
  margin-bottom: 35px;
  font-size: 28px;
}

.text-block-28._289._2899._289999.dddr.ririg.whiite {
  color: #fff;
  margin-bottom: -19px;
}

.text-block-28._289._2899._289999.dddr.ririg.whiite._77 {
  font-size: 33px;
}

.text-block-28._289._2899.sjsj {
  color: #e60000;
}

.text-block-28._289._2899._334567 {
  display: none;
}

.text-block-28._289._28999 {
  background-color: #0000;
  margin-top: 10px;
  margin-left: 15px;
}

.text-block-28._289._28999.herotxt {
  background-image: none;
  margin-top: 21px;
  padding-left: 0;
}

.text-block-28._289._28999.herotxt.exhibitorstxt {
  font-size: 42px;
}

.text-block-28._289._28999.herotxt.exhibitorstxt.expodatetime {
  margin-left: 55px;
}

.text-block-28._289._28999.herotxt.homehero {
  margin-left: 0;
  padding-left: 135px;
}

.text-block-28._289._28999.herotxt.homehero._999765 {
  font-size: 62px;
  font-weight: 300;
}

.text-block-28._289._28999.herotxt.hero2 {
  margin-left: 0;
}

.text-block-28._289._28999.faqhead {
  margin-top: 29px;
}

.text-block-28._29map {
  color: red;
}

.text-block-28._282 {
  color: #b03f20;
}

.text-block-28._293 {
  color: #fff;
  background-color: #a06b0000;
  background-image: none;
  padding-bottom: 0;
}

.text-block-28._293.freerridehead {
  z-index: 999;
  margin-top: -53px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-left: 104px;
  font-size: 55px;
  line-height: 55px;
  position: relative;
}

.div-block-169 {
  background-color: #8d8784;
  border-radius: 12px;
  margin-top: 33px;
  padding: 40px;
}

.div-block-169._1692 {
  background-color: #00000078;
  width: 95%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-169._1692._1698 {
  background-color: #00000078;
  background-image: none;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-169._1692._1698.seeding {
  background-color: #8d8784ba;
  width: 100%;
}

.div-block-170 {
  background-color: #00000078;
  border-radius: 12px;
  width: 180px;
  height: auto;
  margin-bottom: 32px;
  margin-left: 19px;
  padding-bottom: 20px;
  padding-left: 26px;
}

.div-block-170._170_2 {
  background-color: #000000c2;
  padding-bottom: 21px;
  padding-left: 24px;
}

.div-block-170._170_2.kds2 {
  background-image: url('../images/bg3.png');
  background-position: 0 0;
  background-size: cover;
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  margin-left: -5px;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 41px;
}

.div-block-170._170_2.kds2.dsfgh {
  height: 230px;
  margin-top: -18px;
}

.div-block-170._171 {
  border-radius: 24px;
  width: 240px;
  height: auto;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 17px;
  padding-bottom: 20px;
  padding-right: 19px;
}

.image-68 {
  width: 100%;
}

.div-block-171 {
  background-color: #00000070;
  border: 0 solid #fff;
  border-radius: 12px;
  width: 77%;
  height: auto;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 34px;
}

.div-block-171.kidsblock {
  padding-bottom: 0;
}

.div-block-171.cashterms {
  width: 95%;
  margin-top: 13px;
  padding-top: 10px;
  padding-bottom: 28px;
  padding-left: 26px;
}

.div-block-172 {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 14px;
}

.columns-34 {
  padding-right: 27px;
}

.columns-34.kidsinfo {
  padding-bottom: 5px;
  padding-right: 74px;
  display: block;
}

.div-block-173 {
  width: 75%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-174 {
  background-color: red;
  height: 50px;
}

.text-span-28, .text-span-29, .text-span-30 {
  color: #fff;
}

.image-69 {
  width: 98%;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: -7px;
}

.image-69._692 {
  margin-top: -1px;
  margin-bottom: -7px;
}

.image-69._69_2 {
  margin-top: 2px;
  margin-bottom: 10px;
}

.div-block-175 {
  background-color: #0000008a;
}

.link-block-7 {
  background-image: url('../images/arrow_down.png');
  background-position: 87% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 17px;
}

.text-span-31 {
  color: #ffea41;
  font-size: 15px;
}

.image-70 {
  width: 105px;
  height: 290px;
  margin-top: 28px;
  margin-right: 22%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-71 {
  text-align: left;
  width: 100px;
  margin-bottom: 9px;
  margin-left: 42px;
  display: block;
}

.image-71._71_3 {
  margin-left: 17px;
}

.image-71._71_3.ddd {
  margin-left: 33px;
}

.image-71._71_2 {
  margin-left: 18px;
}

.image-71._175 {
  width: 100px;
  margin-top: -11px;
  margin-bottom: 0;
  margin-left: 0;
}

.image-71._715 {
  text-align: left;
}

.image-71._712 {
  margin-left: 19px;
}

.image-72 {
  width: 100%;
}

.background-video-3 {
  width: 105px;
  height: 200px;
  margin-top: 22px;
  margin-bottom: 53px;
  margin-right: 22%;
  padding-right: 0%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-video-4 {
  z-index: 99999;
  width: 108px;
  height: 200px;
  margin-bottom: 70px;
  margin-right: 22%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-176 {
  background-color: #00000047;
  border-radius: 12px;
  width: 200px;
  height: auto;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-176._176_2 {
  text-align: center;
  background-color: #00000052;
}

.column-88 {
  text-align: center;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  margin-top: 6px;
  font-family: intercom;
  font-size: 21px;
  font-weight: 300;
}

.text-block-29.txt29_white {
  color: var(--white);
}

.text-block-30 {
  color: #fff;
  margin-top: -4px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.text-block-30._30_2 {
  color: #fff;
}

.text-block-31 {
  color: var(--bronze);
  margin-top: 0;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-31.txt2 {
  color: #ff7738;
  margin-top: 0;
}

.text-block-31.txt2.txt3 {
  color: #ff0b00;
}

.image-73 {
  width: 100%;
}

.image-73.img73_2.kids {
  height: 100%;
}

.list-item-4 {
  color: #acacac;
  font-family: Sf Pro Text;
  font-size: 13px;
  line-height: 15px;
}

.list-3 {
  padding-left: 36px;
}

.text-span-32, .text-span-33, .text-span-34 {
  color: #fff;
}

.div-block-177 {
  background-color: #0006;
  border-radius: 12px;
  width: 250px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 20px;
}

.div-block-178 {
  background-image: url('../images/title_tag.png');
  background-position: 7% 100%;
  background-repeat: no-repeat;
  background-size: 180px;
  height: 50px;
  margin-top: -50px;
}

.div-block-178._188 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-block-32 {
  color: #fff;
  padding-top: 23px;
  padding-left: 59px;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-32.txt322 {
  color: #fde841;
  text-align: center;
  letter-spacing: .5px;
  width: 220px;
  padding-left: 10px;
}

.slide-nav-9 {
  display: none;
}

.image-74 {
  width: 40px;
  margin-top: 0%;
  display: inline-block;
}

.image-75 {
  width: 45px;
}

.mask-4 {
  background-color: #0000;
  height: auto;
  margin-top: -41px;
  padding-top: 44px;
}

.slider-10 {
  background-color: #ddd0;
  height: 100%;
  display: block;
}

.left-arrow-7, .right-arrow-6 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 208px;
  display: inline-flex;
}

.slide-15 {
  color: #3330;
}

.image-76 {
  text-align: left;
  width: 250px;
  margin-left: 23px;
  position: relative;
}

.div-block-179 {
  text-align: left;
  margin-bottom: -39px;
}

.section {
  z-index: 102;
  text-align: center;
  margin-top: -55px;
  position: relative;
}

.image-77 {
  width: 600px;
  margin: -4vw auto 0;
  padding-left: 63px;
}

.image-77._772 {
  width: 350px;
  margin-top: 60px;
  margin-bottom: -27px;
}

.image-77._772._77789 {
  width: 500px;
  margin-top: 30px;
  margin-bottom: -69px;
  padding-left: 0;
}

.image-77._772._77789.tagline2 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-77._772.fff {
  padding-left: 0;
}

.image-77._773 {
  width: 1000px;
  margin-bottom: -14px;
}

.image-77._773._774 {
  margin-bottom: 20px;
}

.image-77._773._775 {
  margin-bottom: 28px;
}

.image-77._773._776 {
  margin-bottom: 15px;
}

.image-77.tg22 {
  margin-top: 103px;
}

.image-77.tg22.kidstag {
  margin-top: -90px;
}

.div-block-180 {
  text-align: center;
}

.slide-16 {
  background-color: #0000;
}

.slider-11 {
  background-color: #ddd0;
  height: 400px;
}

.left-arrow-8 {
  align-items: center;
  margin-left: -100px;
  display: inline-flex;
}

.right-arrow-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: -100px;
  display: inline-flex;
}

.image-78, .image-79 {
  width: 50px;
}

.slide-nav-10 {
  margin-bottom: -26px;
  padding-top: 55px;
}

.tabs-menu-2 {
  text-align: center;
}

.text-block-33 {
  color: var(--white);
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-33.other {
  color: var(--bronze);
  margin-top: 6px;
  font-weight: 300;
}

.text-block-33.other.other2 {
  color: #ff8425;
}

.text-block-33._332 {
  color: var(--white);
  margin-top: 6px;
  font-weight: 300;
}

.tab-link-tab-1-2 {
  background-color: #4b464600;
  border-radius: 12px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-link-tab-1-2.w--current {
  background-color: #0000;
  border-radius: 12px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-link-tab-2-2 {
  background-color: #fff0;
  border-radius: 12px;
  margin-left: 10px;
  padding: 0;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
}

.text-span-35 {
  color: var(--white);
}

.tabs-content {
  margin-bottom: 35px;
}

.div-block-181 {
  background-color: #000;
  border-radius: 12px;
  width: 100%;
  padding: 9px 30px 14px;
}

.div-block-181._1812 {
  color: var(--white);
  background-color: #464140;
}

.div-block-181._1812._1813 {
  background-color: #464140;
}

.image-80 {
  width: 120px;
  height: 20px;
  margin-top: -13px;
  margin-left: 19px;
  margin-right: auto;
}

.image-80._802 {
  width: 145px;
}

.text-block-34 {
  color: #fff;
  font-family: intercom;
  font-style: italic;
}

.image-81 {
  width: 20px;
  margin-top: -43px;
  margin-left: 85px;
}

.div-block-182 {
  margin-top: 11px;
  margin-left: 7px;
  position: absolute;
}

.tab-link-tab-3 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
}

.image-82 {
  width: 150px;
  margin-right: 155px;
}

.image-82._822 {
  margin-left: 225px;
  margin-right: 0;
}

.image-82._824 {
  margin-right: 391px;
}

.image-82._824._825 {
  margin-left: 6px;
  margin-right: 0;
}

.image-82._824._858 {
  margin-left: 400px;
  margin-right: 0;
}

.tab-pane-tab-1-2, .tab-pane-tab-2 {
  text-align: center;
}

.columns-35 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-tab-1-3, .tab-pane-tab-2-2, .tab-pane-tab-3 {
  text-align: center;
}

.columns-36, .columns-37 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.columns-38 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.columns-39 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-36 {
  color: #fff;
}

.div-block-183 {
  background-color: #b33939ab;
  height: 8vw;
}

.div-block-184 {
  align-items: flex-end;
  margin-bottom: 22px;
  margin-left: 31px;
  display: inline-flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-11 {
  color: var(--bronze);
}

.dropdown-link-2 {
  color: #fde941;
  text-align: center;
  background-color: #00000082;
  border-radius: 9px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: intercom;
  font-size: 15px;
  font-style: italic;
}

.dropdown-link-3 {
  color: var(--bronze);
  text-align: center;
  background-color: #00000080;
  border-radius: 9px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: intercom;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}

.dropdown-link-4 {
  color: #fa0a0d;
  text-align: center;
  background-color: #00000080;
  border-radius: 9px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: intercom;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: #dddddd2e;
  display: none;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
}

.dropdown-2 {
  text-align: center;
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  margin-top: 33px;
  margin-left: 15px;
  display: none;
}

.dropdown-2.drop3 {
  margin-top: 22px;
  display: none;
}

.text-block-35 {
  color: #fde841;
  margin-left: 16px;
  font-family: intercom;
  font-size: 16px;
  font-style: italic;
}

.div-block-185 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-185._0852 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-185._0852.maplayout {
  background-image: none;
}

.div-block-185._0852._77779 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-185._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-185._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-185._0853._0854.gotmhjide {
  display: none;
}

.div-block-185._1852 {
  background-image: url('../images/tangerine.gif');
}

.div-block-185._1853 {
  background-image: url('../images/wine.gif');
  background-size: 9px;
}

.div-block-186 {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-bottom: 20px;
  padding: 27px 0 41px 106px;
  display: block;
}

.div-block-186.map {
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-186.ddddr {
  padding-bottom: 7px;
}

.div-block-186.hospitality-packages {
  display: none;
}

.div-block-186.ridepurpose {
  padding-left: 60px;
}

.div-block-186.prizemoney {
  padding-left: 62px;
}

.div-block-186.charity {
  padding-left: 60px;
}

.div-block-186.join {
  padding-left: 59px;
  padding-right: 14px;
}

.div-block-186._186._1862 {
  padding-left: 50px;
  padding-right: 50px;
}

.link-28 {
  color: var(--bronze);
}

.bold-text-7 {
  color: #fde941;
  letter-spacing: .5px;
  font-size: 15px;
}

.bold-text-8 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
}

.text-span-37 {
  color: #ff7858;
}

.columns-40 {
  margin-top: 10px;
}

.columns-40.cols402 {
  margin-top: -34px;
}

.columns-40.cols402.cols403, .columns-40.cols402.colssseedding {
  margin-top: 0;
}

.column-89 {
  padding-right: 0;
}

.column-90 {
  padding-left: 0;
}

.linkyellow {
  color: #fde941;
}

.div-block-187 {
  text-align: right;
  width: 88%;
  margin-bottom: -104px;
  position: relative;
}

.image-83 {
  width: 35px;
  margin-left: 0;
  margin-right: -6px;
}

.image-83.ff {
  width: 32px;
  margin-top: 2px;
  margin-left: 13px;
}

.link-block-8 {
  text-align: center;
  margin-right: 5px;
  padding-left: 11px;
}

.column-91 {
  text-align: right;
  padding-right: 53px;
}

.column-91._912 {
  padding-right: 0;
}

.column-91._912._9122 {
  text-align: center;
  padding-right: 16px;
}

.link-block-9 {
  margin-right: 0;
}

.link-block-10 {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

.link-29 {
  color: #fde941;
}

.text-span-38 {
  color: #e4d03a;
}

.text-span-39, .text-span-40 {
  color: #fde941;
}

.div-block-188 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-188._188expo, .div-block-188.div_seeding {
  padding-left: 0;
}

.div-block-188.div_seeding.divpolicies {
  margin-bottom: -80px;
}

.div-block-188.div_seeding.divpolicies.batchchange, .div-block-188.div_seeding.ii {
  padding-top: 0;
}

.list-item-5 {
  color: var(--white);
  text-align: left;
  font-family: Sf Pro Text;
  font-size: 15px;
  line-height: 19px;
}

.list-4 {
  color: #fff;
  padding-right: 40px;
}

.list-item-6 {
  color: var(--white);
  text-align: left;
  font-family: Sf Pro Text;
  font-size: 15px;
  line-height: 17px;
}

.colsexpo {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.linyellow {
  color: #fde941;
}

.div-block-189 {
  background-color: #fde941;
  background-image: url('../images/blcktsp_1blcktsp.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 57px;
  border-radius: 12px;
  height: auto;
  padding-bottom: 22px;
}

.div-block-189._1892 {
  background-color: #e8522f;
}

.div-block-189._1893 {
  background-color: #f50605;
}

.div-block-190 {
  background-color: #000000bd;
  border-radius: 12px;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.list-item-7 {
  color: #a7a7a7;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Text;
  font-size: 15px;
  line-height: 17px;
}

.list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.html-embed-12 {
  margin-bottom: 0;
}

.div-block-191, .div-block-191._1911._1912, .div-block-191._191home, .image-84 {
  display: none;
}

.column-92, .column-93, .column-93._923 {
  text-align: center;
}

.link-block-11 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.column-97 {
  justify-content: flex-end;
  display: flex;
}

.column-98 {
  text-align: center;
}

.slide-17 {
  background-color: #0000;
  background-image: url('../images/subscribe_road_bg3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.left-arrow-9, .icon-14, .slide-nav-11 {
  display: none;
}

.slider-12 {
  height: 100%;
}

.slide-18 {
  background-image: url('../images/subscribe_bg2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-18._182 {
  background-image: url('../images/subscribe5.jpg');
}

.slide-18._182._183 {
  background-image: url('../images/subscribe3.jpg');
}

.slide-18._182._183._184 {
  background-image: url('../images/kids_subscribe_bg.jpg');
}

.column-101 {
  margin-top: -6px;
  padding-left: 29px;
}

.image-85 {
  display: none;
}

.div-block-194 {
  width: 80%;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-14 {
  margin-left: 8px;
}

.bold-text-9 {
  font-family: Sf Pro Display;
}

.linkwhite {
  color: var(--white);
}

.text-span-41, .text-span-42 {
  color: #fde941;
}

.list-6 {
  padding-left: 0;
}

.list-item-8 {
  color: var(--white);
  text-align: left;
  letter-spacing: .05vw;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  line-height: 27px;
}

.columns-42 {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-198 {
  text-align: center;
  background-color: #2c2c2c;
  border-radius: 12px;
  padding: 20px 20px 10px;
}

.text-block-36 {
  color: #fff;
  text-align: center;
  font-family: intercom;
  font-size: 27px;
  font-style: italic;
}

.image-87 {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-15, .link-block-16, .link-block-17 {
  width: 100%;
}

.div-block-199 {
  display: none;
}

.list-item-9 {
  color: var(--white);
  text-align: left;
  letter-spacing: .06vw;
  margin-top: 0;
  margin-bottom: -1vw;
  margin-right: 27px;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.list-7 {
  margin-bottom: 1vw;
  padding-left: 0;
}

.list-item-10 {
  font-family: Fontsfree Net Sfprodisplay;
}

.list-item-11 {
  margin-bottom: -1vw;
}

.columns-43 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-201 {
  color: #3330;
  background-color: #9fff0900;
  background-image: url('../images/buttbg1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 14px;
  display: inline-flex;
}

.div-block-201._2012 {
  background-image: url('../images/buttbg2.jpg');
}

.div-block-201._2012._2013 {
  background-image: url('../images/buttgoldbg.jpg');
}

.div-block-202 {
  text-align: center;
  background-color: #0000004f;
  height: auto;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 40px;
  display: block;
}

.div-block-202._2022 {
  background-image: url('../images/35kmtag_135kmtag.png');
}

.list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 31px;
  display: inline-grid;
}

.bold-text-10 {
  letter-spacing: 0;
  font-family: Sf Pro Display;
  font-weight: 700;
}

.bold-text-11 {
  letter-spacing: .5px;
  font-family: Sf Pro Display;
  font-weight: 700;
}

.text-span-43, .bold-text-12 {
  letter-spacing: 0;
  font-family: Sf Pro Display;
}

.bold-text-13 {
  font-family: Sf Pro Display;
}

.link-block-18 {
  width: 150px;
  height: auto;
  margin: 0;
  padding: 10px 10px 0;
}

.text-block-37 {
  color: #fff;
  letter-spacing: 0;
  font-family: intercom;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.text-block-37.txt44 {
  color: #fff17a;
  letter-spacing: .5px;
}

.text-span-44, .text-span-45 {
  color: #fde841;
}

.text-span-46, .text-span-47 {
  color: #fff;
}

.text-span-48 {
  font-family: Sf Pro Display;
}

.bold-text-14 {
  letter-spacing: .5px;
}

.bold-text-15 {
  letter-spacing: .5px;
  font-family: Sf Pro Display;
}

.text-span-49 {
  color: #fff;
  text-align: left;
}

.text-span-50 {
  color: var(--white);
}

.text-span-51, .text-span-52, .text-span-53 {
  color: #fff;
}

.link-30, .whitelink {
  color: var(--white);
}

.link-block-19 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-54 {
  color: #fff;
}

.text-block-38 {
  color: #ff2121;
  margin-top: 42px;
  margin-bottom: 12px;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-38.txt2 {
  color: #fde941;
}

.text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62 {
  font-family: Sf Pro Display;
}

.link-31 {
  color: #fdea41;
}

.text-span-63 {
  font-family: Sf Pro Display;
}

.div-block-203 {
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}

.link-32 {
  color: var(--white);
}

.image-90 {
  align-items: center;
  margin-top: 0;
  margin-bottom: -65px;
  padding-left: 24px;
  display: block;
}

.div-block-204 {
  text-align: left;
  margin-top: 42px;
  margin-bottom: -97px;
  position: relative;
}

.div-block-204._23042 {
  margin-bottom: -107px;
}

.image-91 {
  margin-bottom: 12px;
  margin-left: 46px;
}

.div-block-205 {
  text-align: left;
  margin-top: 50px;
  margin-bottom: -66px;
  padding-left: 55px;
}

.image-92 {
  width: 24%;
  margin-top: 0;
  margin-left: .5%;
}

.div-block-206 {
  z-index: 888;
  text-align: center;
  background-image: url('../images/fade.png');
  background-position: 0 0;
  background-size: contain;
  height: 150px;
  margin-top: -115px;
  margin-bottom: -34px;
  position: relative;
  top: -31px;
}

.text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80 {
  color: #a5a5a5;
}

.text-span-81 {
  color: #a5a5a5;
  font-style: normal;
  text-decoration: none;
}

.text-span-82, .text-span-83, .text-span-84 {
  color: #a5a5a5;
}

.text-span-85 {
  color: #a5a5a5;
  text-decoration: none;
}

.text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129, .text-span-130, .text-span-131, .text-span-132, .text-span-133, .text-span-134, .text-span-135, .text-span-136, .text-span-137, .text-span-138, .text-span-139, .text-span-140, .text-span-141, .text-span-142, .text-span-143, .text-span-144, .text-span-145, .text-span-146, .text-span-147, .text-span-148, .text-span-149, .text-span-150, .text-span-151, .text-span-152, .text-span-153, .text-span-154, .text-span-155, .text-span-156, .text-span-157, .text-span-158, .text-span-159, .text-span-160, .text-span-161 {
  color: #a5a5a5;
}

.link-33 {
  color: var(--white);
}

.link-33._55, .link-34 {
  color: var(--bronze);
}

.text-span-163 {
  color: #a5a5a5;
}

.link-block-20 {
  margin-top: 14px;
}

.link-block-20.w--current {
  z-index: 9999;
  position: relative;
}

.image-93 {
  width: 210px;
  margin-top: -15px;
  margin-left: -5%;
}

.image-94 {
  margin-top: 11px;
}

.div-block-210._2102, .div-block-210._2101 {
  display: none;
}

.div-block-211 {
  text-align: center;
  background-image: url('../images/butt_bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 160px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.div-block-211._2112, .div-block-211._2112._2115.mobentertop {
  display: none;
}

.div-block-212 {
  text-align: right;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-39 {
  color: #f4da18;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-family: intercom;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: inline-flex;
}

.columns-45 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.column-110, .column-111, .column-112 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-214 {
  text-align: center;
  display: none;
}

.div-block-214.entermob {
  background-color: #00000052;
  border-radius: 20px;
  width: 66%;
  margin: 51px auto 20px;
  padding-top: 25px;
  padding-bottom: 24px;
  display: block;
}

.div-block-214.entermob.enter344 {
  width: 99%;
  padding-top: 0;
}

.div-block-214.entermob.roadentermob {
  padding-top: 1px;
}

.div-block-214.entermob.entermopbhome {
  width: 82%;
}

.div-block-216 {
  background-color: #000;
  background-image: url('../images/portal_bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
  padding: 70px 5% 60px;
}

.slider-14 {
  background-color: #ddd0;
  height: 575px;
}

.image-97 {
  width: 550px;
  margin-top: 55px;
  margin-left: 3px;
}

.image-97.fnshrbadges {
  width: 450px;
}

.image-97._972 {
  width: 500px;
  margin-top: 69px;
  margin-left: 0;
}

.image-97._972._977 {
  margin-left: -30px;
}

.image-97._972._977._978 {
  width: 250px;
  margin-left: 98px;
}

.div-block-217 {
  margin-top: 139px;
  margin-left: 84px;
  padding-left: 20px;
}

.div-block-217._2172 {
  padding-top: 22px;
}

.image-98 {
  width: 90px;
  margin-left: 4px;
  display: none;
}

.heading-10 {
  color: #fde741;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Avantgarde;
  font-size: 16px;
  font-style: italic;
}

.heading-10.h1heading {
  color: #fde741;
  flex-flow: column;
  margin-top: 480px;
  margin-bottom: -12px;
  padding-left: 0;
}

.heading-10.coming-soon {
  color: #f97420;
  margin-top: -16px;
  margin-left: -24px;
  padding-left: 25px;
}

.div-block-218 {
  background-image: url('../images/portalbg.jpg');
  background-position: 0 0;
  background-size: 1600px;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 32px;
  padding-left: 0;
  display: block;
  position: relative;
  top: -45px;
}

.div-block-218._218_2 {
  display: none;
}

.div-block-218._219922 {
  border: 12px solid #fff;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 0;
  top: -60px;
}

.div-block-218._219034 {
  padding-top: 78px;
}

.heading-11 {
  color: var(--white);
  margin-top: -15px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: intercom;
  font-size: 62px;
  font-style: italic;
  line-height: 52px;
}

.heading-11._112 {
  margin-top: -6px;
}

.heading-11._112._14154 {
  margin-left: 35px;
}

.text-span-164 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Sf Pro Display;
}

.image-99 {
  margin-top: 17px;
  margin-left: 5px;
}

.text-span-165, .text-span-166, .text-span-167 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Sf Pro Display;
}

.image-100 {
  margin-top: 153px;
  margin-right: 5%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yellow {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Sf Pro Display;
}

.yellow.yellow2 {
  font-family: Sf Pro Text;
}

.bold-text-16 {
  letter-spacing: .5px;
}

.text-span-168 {
  letter-spacing: .5px;
  font-family: Sf Pro Display;
}

.div-block-219 {
  background-image: url('../images/QR-code.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 14px;
  width: 250px;
  height: 250px;
  margin-top: 73px;
  margin-left: -54px;
}

.div-block-219._444 {
  background-size: cover;
  width: 300px;
  height: 300px;
  margin-left: 0;
  position: relative;
}

.col45 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: inline-flex;
}

.div-block-220 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.slide-nav-13 {
  margin-left: 29px;
  padding-right: 0;
  font-size: 10px;
}

.column-119 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: block;
}

.div-block-222 {
  background-image: url('../images/butt_tsp_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 90px;
  margin-top: -3px;
  margin-left: 23px;
  display: inline-flex;
}

.div-block-222._568 {
  margin-top: -16px;
  display: block;
}

.div-block-222._568.roadclose {
  z-index: 222;
  background-size: cover;
  margin-top: 439px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  display: block;
  position: absolute;
  inset: 0% 9% auto 0%;
}

.div-block-222._568._5682 {
  width: 300px;
  margin-top: 0;
  padding-top: 13px;
}

.div-block-222._568._5682.desktopview {
  display: none;
}

.link77 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: intercom;
  font-weight: 400;
}

.column-120 {
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  padding-left: 8%;
  display: inline-flex;
}

.heading-12 {
  color: var(--white);
  margin-top: 501px;
  font-family: Avantgarde;
}

.div-block-223 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
  top: -128px;
}

.div-block-223._2232 {
  width: 500px;
}

.html-embed-13 {
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 750px;
  margin-top: 179px;
  display: inline-flex;
  position: relative;
}

.div-block-224 {
  z-index: 99999;
  background-color: #00000078;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-225 {
  text-align: center;
  background-color: #0000007d;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-225._2252 {
  padding-top: 26px;
}

.div-block-226 {
  text-align: center;
  border-radius: 14px;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-226._2252 {
  width: 500px;
}

.div-block-226._2262 {
  margin-top: 61px;
}

.text-span-169 {
  color: var(--white);
  font-size: 18px;
  line-height: 14px;
}

.div-block-227 {
  margin-top: -87px;
  margin-bottom: 35px;
  position: relative;
}

.link-block-23 {
  z-index: 99999;
  margin-left: 5%;
  position: relative;
  top: -119px;
}

.text-span-170 {
  color: #a5a5a5;
}

.link-35, .link-36, .link-37 {
  color: var(--white);
}

.text-span-171, .text-span-172 {
  color: #a5a5a5;
}

.link-38 {
  color: var(--white);
}

.text-span-173 {
  color: #a5a5a5;
}

.link-39 {
  color: var(--white);
}

.text-span-174 {
  color: #a5a5a5;
}

.link-40 {
  color: var(--white);
}

.text-span-175 {
  color: #a5a5a5;
}

.link-41 {
  color: var(--white);
}

.text-span-176 {
  color: #a5a5a5;
}

.hh {
  color: var(--white);
}

.text-span-177, .text-span-178 {
  color: #a5a5a5;
}

.link-42, .link-43 {
  color: var(--white);
}

.text-span-179 {
  color: #a5a5a5;
}

.link-44 {
  color: var(--white);
}

.text-span-180, .text-span-181 {
  color: #a5a5a5;
}

.link-45, .link-46 {
  color: var(--white);
}

.text-span-182 {
  color: #a5a5a5;
}

.link-47 {
  color: var(--white);
}

.text-span-183 {
  color: #9c9b9b;
}

.link-48 {
  color: var(--white);
}

.text-span-184 {
  color: #a5a5a5;
}

.link-49 {
  color: var(--white);
}

.text-span-185 {
  color: #a5a5a5;
}

.link-50 {
  color: var(--white);
}

.text-span-186 {
  color: #a5a5a5;
}

.link-51 {
  color: var(--white);
}

.text-span-187 {
  color: #a5a5a5;
}

.link-52 {
  color: var(--white);
}

.text-span-188 {
  color: #a5a5a5;
  text-align: left;
}

.link-53 {
  color: var(--white);
}

.text-span-189 {
  color: #a5a5a5;
}

.link-54 {
  color: var(--white);
}

.text-span-190 {
  color: #a5a5a5;
}

.link-55 {
  color: var(--white);
}

.text-span-191, .text-span-192 {
  color: #a5a5a5;
}

.link-56 {
  color: var(--white);
}

.div-block-228 {
  background-color: #00000080;
  width: 100%;
  height: 100vw;
}

.link-57 {
  color: #fde841;
}

.div-block-229 {
  display: none;
}

.code-embed {
  z-index: 888;
  position: relative;
}

.heading-13 {
  font-family: Sf Pro Display;
}

.heading-14 {
  font-family: Sf Pro Display;
  font-weight: 700;
}

.link-58 {
  color: var(--white);
}

.paragraph-12 {
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 17px;
  line-height: 27px;
}

.text-span-193 {
  color: #a4a4a4;
}

.link-59, .link-60 {
  color: var(--white);
}

.list-9 {
  padding-left: 22px;
}

.list-item-12 {
  color: var(--white);
  text-align: left;
  letter-spacing: .05vw;
  margin-bottom: -12px;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  line-height: 19px;
}

.link-61 {
  color: #fde941;
}

.link-62 {
  color: #fce840;
}

.code-embed-2 {
  text-align: center;
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.link-63 {
  color: #fce840;
}

.link-64 {
  color: var(--white);
}

.text-span-194 {
  color: #fbe741;
  font-family: Avantgarde;
  font-size: 17px;
  font-style: italic;
}

.tabs-menu-3 {
  text-align: center;
  margin-top: -15px;
  top: -26px;
}

.tabs-3 {
  z-index: 99;
  background-image: url('../images/train_bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 240px;
  max-width: 1200px;
  height: auto;
  position: relative;
}

.tab-link-tab-3-2 {
  background-color: #94747100;
  background-image: url('../images/train_butt.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 75px;
  padding-top: 29px;
}

.text-block-40 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: intercom;
  font-size: 18px;
  font-style: italic;
  display: flex;
}

.text-block-40._42, .text-block-40._412 {
  color: #000;
}

.text-block-40._402 {
  color: var(--black);
}

.tab-link-tab-2-3 {
  background-color: #ddd0;
  background-image: url('../images/train_butt.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
}

.tab-link-tab-2-3.w--current {
  background-color: #ddd0;
  background-image: url('../images/train_butt2.png');
}

.tab-link-tab-1-3 {
  background-color: #c8c8c800;
  background-image: url('../images/train_butt.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 75px;
  padding-top: 29px;
}

.tab-link-tab-1-3.w--current {
  background-color: #c8c8c800;
  background-image: url('../images/train_butt2.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 75px;
  padding-top: 29px;
}

.traonhead {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 17px;
  padding-left: 63px;
}

.tabs-content-2 {
  margin-top: -27px;
  padding-left: 0;
}

.paragraph-13 {
  color: var(--black);
}

.tab-pane-tab-1-4 {
  padding-bottom: 0;
}

.text-span-195, .text-span-196, .text-span-197, .text-span-198, .text-span-199, .text-span-200, .text-span-201, .text-span-202 {
  color: #ffe941;
}

.columns-46 {
  width: 90%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-203 {
  font-family: Sf Pro Display;
}

.column-121 {
  padding-top: 30px;
  padding-right: 37px;
}

.text-span-204 {
  font-family: Sf Pro Display;
}

.div-block-230 {
  background-image: url('../images/yellow.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 10px;
  height: 130px;
}

.div-block-230._231 {
  background-image: url('../images/orange.gif');
}

.div-block-230._232 {
  background-image: url('../images/red.gif');
}

.column-122 {
  padding-left: 0;
}

.text-span-205, .text-span-206 {
  font-family: Sf Pro Display;
}

.text-span-207 {
  color: #fce840;
}

.column-123 {
  padding-left: 49px;
}

.heading-15 {
  height: 50px;
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 1vw;
  padding-top: 0;
  padding-left: 23px;
  font-size: 21px;
  line-height: 50px;
  display: block;
}

.paragraph-14 {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-14._142 {
  color: var(--white);
}

.text-span-208 {
  font-family: Sf Pro Display;
}

.text-span-209, .text-span-210 {
  color: #fde941;
}

.text-span-211 {
  color: #fde741;
}

.text-span-212 {
  font-family: Sf Pro Display;
}

.div-block-231 {
  background-image: url('../images/train_bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
}

.div-block-232 {
  background-image: url('../images/train_bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 29px;
  padding-bottom: 30px;
}

.div-block-232.div2bh.ffff {
  padding-bottom: 76px;
}

.text-span-213 {
  font-family: Sf Pro Display;
}

.list-item-13 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  line-height: 19px;
}

.list-10 {
  column-count: 2;
  width: auto;
  margin-bottom: 0;
  line-height: 14px;
}

.list-10.lst55 {
  height: 100px;
}

.list-10.afafaf {
  margin-top: 0;
}

.payitforward {
  background-color: #58000d;
  border-radius: 12px;
  height: 77px;
  margin-top: 40px;
}

.link-65, .link-66 {
  color: var(--white);
}

.list-item-14 {
  font-family: Sf Pro Text;
  font-size: 15px;
}

.code-embed-3 {
  padding: 20px;
}

.div-block-233 {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}

.link-67, .link-68 {
  color: var(--white);
}

.heading-16 {
  color: var(--white);
  margin-top: 27px;
}

.div-block-234 {
  background-color: #0000007d;
  border-radius: 12px;
  margin-top: 51px;
  padding: 10px 69px 34px 83px;
}

.text-span-214 {
  color: #a3a3a2;
}

.link-69, .link-70 {
  color: var(--white);
}

.text-span-215 {
  color: #989797;
}

.div-block-235 {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-124 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-236 {
  clear: none;
  background-image: url('../images/gear2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 350px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 550px;
  padding-bottom: 50px;
  padding-left: 65px;
  display: flex;
}

.div-block-236._2362 {
  text-align: left;
  background-image: url('../images/gear1.png');
}

.div-block-236._2363 {
  text-align: left;
  background-image: url('../images/gear3.png');
}

.column-125, .column-126 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-41 {
  color: #fce840;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 148px;
  margin-left: 4px;
  font-family: Avantgarde;
  font-size: 19px;
  display: inline-flex;
}

.text-block-41._2 {
  margin-left: -102px;
  display: block;
}

.text-block-41._2._3 {
  margin-left: -88px;
}

.text-block-41._2._55 {
  text-align: center;
  margin-top: -47px;
  margin-bottom: 42px;
  margin-left: 0;
}

.text-block-41.dd {
  margin-left: -105px;
}

.heading-17 {
  color: var(--white);
  text-align: left;
  margin-bottom: 81px;
  font-size: 40px;
  line-height: 27px;
}

.heading-17.ryet {
  margin-bottom: 30px;
  line-height: 40px;
}

.text-span-216 {
  color: #a39788;
  font-size: 25px;
}

.image-101 {
  width: 500px;
  margin-top: 35px;
}

.image-101._1013 {
  margin-top: 13px;
}

.image-101._1013.taglinefgear {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.image-101._1013.taglinefgear.taglinegold {
  margin-top: 7px;
  margin-left: 19%;
  margin-right: auto;
}

.image-101._1013.taglinefgear.tjrjrt {
  margin-top: -36px;
  margin-bottom: 53px;
}

.image-101._1013.taglinefgear.geartqag {
  margin-top: -77px;
}

.background-video-5 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.link-71 {
  color: var(--white);
}

.text-block-42 {
  color: #fff;
  text-align: left;
  width: 90%;
  margin: 31px auto -18px;
  padding-left: 0;
  font-family: intercom;
  font-size: 36px;
  font-style: italic;
}

.text-block-42._422 {
  margin-top: -14px;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
}

.div-block-237 {
  width: 100%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -34px;
}

.div-block-238 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-239 {
  background-image: url('../images/2024jersey2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  width: 600px;
  height: 600px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 26px;
  padding-left: 61px;
  display: flex;
}

.text-span-217 {
  color: #fde741;
  font-family: Avantgarde;
  font-weight: 400;
}

.image-102 {
  width: 600px;
  margin-top: -45px;
  margin-bottom: -75px;
}

.link-72 {
  color: var(--white);
}

.list-item-15 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.text-span-218 {
  font-weight: 300;
}

.bold-text-17 {
  font-family: Sf Pro Display;
}

.columns-48 {
  border: 0 solid #535353;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-127 {
  border: 1px solid #4e4e4e;
}

.text-span-219, .text-span-220 {
  font-family: Sf Pro Display;
}

.column-128 {
  border: 1px solid #4e4e4e;
  padding-right: 0;
}

.code-embed-4 {
  background-color: #fff;
  padding: 40px;
}

.column-129, .column-130 {
  border: 1px solid #4e4e4e;
}

.div-block-240 {
  margin-top: 40px;
}

.text-span-221 {
  font-family: Sf Pro Display;
}

.div-block-241 {
  background-color: #6b6b6b;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.text-span-222 {
  color: var(--white);
}

.text-span-222.adadada {
  color: #989797;
}

.link-73 {
  color: var(--dim-grey);
}

.grid {
  border: 1px solid #4e4e4e;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4e4e4e;
}

.column-131 {
  border: 1px solid #4e4e4e;
}

.ff {
  border: 0 solid #000;
}

.div-block-242 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.text-span-223, .text-span-224, .text-span-225 {
  font-size: 12px;
}

.text-span-226 {
  font-family: Sf Pro Display;
}

.link-74 {
  color: var(--white);
}

.text-span-227 {
  color: #fce840;
  letter-spacing: .5px;
  font-family: intercom;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.div-block-243 {
  z-index: 222;
  background-color: #4b83341a;
  width: 100px;
  height: 500px;
  margin-top: 293px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-103 {
  background-color: #0000;
}

.link-block-24 {
  display: none;
}

.text-span-228 {
  color: #fff;
}

.text-span-229 {
  color: #fce840;
}

.text-span-230 {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.image-104 {
  width: 150px;
  height: auto;
}

.image-104._1042 {
  display: none;
}

.image-104._1042._1044 {
  margin-left: 0;
  display: block;
}

.div-block-244 {
  background-image: url('../images/portalbg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: block;
}

.div-block-245 {
  background-color: #00000082;
}

.div-block-246 {
  background-image: url('../images/bullet_1bullet.png');
  background-position: -5% 11%;
  background-repeat: no-repeat;
  background-size: 49px;
  height: 280px;
  margin-left: 16px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-right: 35px;
}

.link-75, .link-76 {
  color: #feea41;
}

.div-block-247 {
  justify-content: center;
  align-items: center;
  padding-top: 66px;
  display: inline-flex;
}

.div-block-248 {
  padding-top: 22px;
}

.mtbres {
  display: none;
}

.text-block-43 {
  color: #f1dd3e;
  font-family: intercom;
  font-size: 24px;
}

.div-block-249 {
  background-color: #0006;
  border-radius: 15px;
  width: 40%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-249._2672 {
  width: 80%;
  margin-top: 54px;
}

.div-block-249._2672.closed {
  display: none;
}

.link-77 {
  color: var(--white);
}

.text-block-44 {
  color: #fff;
  margin-top: 50px;
  font-family: intercom;
  font-size: 33px;
  font-style: italic;
}

.text-block-44._442 {
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
}

.text-span-231 {
  color: #fde941;
  font-size: 22px;
}

.text-span-232 {
  color: #fde941;
}

.div-block-250 {
  z-index: 9;
  background-color: #0000;
  background-image: url('../images/blackfade2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 220px;
  margin-top: -220px;
  padding-top: 8px;
  display: block;
  position: relative;
}

.div-block-251 {
  background-color: #0000;
  background-image: url('../images/diagonal.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 836px;
  border: 5px solid #fff;
  border-radius: 21px;
  width: 63%;
  height: 180px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 38px;
  padding-right: 38px;
  display: none;
  position: relative;
  top: 14px;
  left: 0;
}

.div-block-251._2532 {
  background-image: url('../images/diagonal.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 836px;
  height: 180px;
  display: block;
  top: -4px;
}

.div-block-251._2532.winners {
  width: 78%;
  margin-top: 48px;
}

.div-block-251._2532.fffg {
  height: 190px;
  padding-top: 24px;
  padding-bottom: 5px;
}

.div-block-251._2532.fffg.sf {
  height: 185px;
  padding-top: 34px;
  display: none;
}

.div-block-251._2532.djdjd {
  height: 190px;
  padding-top: 18px;
  padding-left: 21px;
  padding-right: 3px;
}

.div-block-251._2532.djdjd.fhfhf {
  height: 180px;
}

.text-block-45 {
  color: #fff;
  width: 80%;
  font-family: intercom;
  font-size: 2.1vw;
  font-style: italic;
  font-weight: 400;
}

.text-block-45._452 {
  color: #fff;
  margin-top: -2px;
  font-size: 24px;
  line-height: 26px;
}

.text-block-45._452._2124 {
  margin-top: -2px;
}

.text-block-45._452._44447 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
}

.text-block-45._452._44447.dushne {
  margin-top: 15px;
  font-size: 30px;
}

.text-block-45._452.ddf {
  margin-left: 0%;
}

.text-block-45._452._4522 {
  margin-top: 14px;
}

.text-block-45._452._4522.asasd, .text-block-45._452._4522.ssd {
  margin-top: -3px;
}

.text-block-45.ylw, .text-span-233 {
  color: #fce840;
}

.column-132 {
  background-image: url('../images/whitebar.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 7px;
  height: 120px;
  padding-top: 5px;
  padding-left: 35px;
  position: relative;
}

.column-132._96yvds {
  padding-left: 45px;
  left: -86px;
}

.column-132.rrr {
  height: 130px;
  padding-top: 0;
}

.column-132.didjd {
  background-position: 0%;
  margin-top: 7px;
  padding-top: 0;
  padding-right: 0;
}

.column-132.ssf {
  height: 130px;
  padding-left: 40px;
}

.text-span-234 {
  color: #fce840;
}

.column-134 {
  padding-top: 5px;
}

.column-134._134r.ithg {
  margin-top: -13px;
  padding-top: 0;
}

.text-span-235 {
  letter-spacing: 0;
}

.link-78 {
  color: #fce840;
}

.text-span-236 {
  color: #fde941;
}

.div-block-252 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-252.menwoman {
  padding-top: 36px;
}

.div-block-253 {
  width: 78%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-253._2532 {
  margin-top: 83px;
}

.text-span-237 {
  color: #f05a24;
  font-size: 24px;
}

.text-span-238 {
  color: #fff;
  font-size: 37px;
}

.winnners {
  color: #fff;
  font-size: 38px;
}

.mtbraces4 {
  color: #fce840;
}

.mtbraces4.ddd {
  color: #fff;
}

.div-block-254 {
  background-color: #00000040;
  border-radius: 20px;
  width: 82%;
  height: auto;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-255 {
  background-image: url('../images/live_on.png'), url('../images/tar2_1.jpg');
  background-position: 95% 16%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 281px, 100% 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  height: auto;
  padding: 21px 47px 20px;
}

.image-105 {
  width: 100%;
  margin-top: -5px;
}

.link-79 {
  color: #fde941;
}

.div-block-256 {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

.text-span-239 {
  color: #fce840;
  font-size: 30px;
}

.text-span-240 {
  color: #fce840;
  font-size: 36px;
}

.columns-49 {
  margin-top: 18px;
  display: none;
}

.div-block-257 {
  width: 805%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-258 {
  text-align: center;
  margin-top: 0;
  padding-top: 23px;
}

.text-span-241 {
  color: #fce840;
}

.link-80 {
  color: #fde941;
}

.link-80.w--current {
  color: #fce840;
}

.code-embed-5 {
  width: 400px;
  height: 750px;
  margin-top: 193px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-46, .div-block-260 {
  display: none;
}

.text-span-243 {
  color: #fce840;
}

.text-span-243.ddd {
  color: #fff;
}

.text-span-244 {
  color: #fce840;
  font-family: Avantgarde;
  font-size: 21px;
  font-style: normal;
}

.text-span-245, .text-span-246 {
  font-family: Sf Pro Display;
}

.text-block-47 {
  color: #fce840;
  margin-top: 6px;
  padding-top: 0;
  padding-left: 13px;
  font-family: Sf Pro Display;
  font-size: 9px;
  font-style: italic;
}

.div-block-261 {
  background-color: #ee4824;
  border-radius: 8px;
  width: 105px;
  height: 20px;
  margin-top: -2px;
  margin-left: 134px;
}

.div-block-261.comingsoon2 {
  margin-left: 0;
}

.background-video-6 {
  flex: 0 auto;
  width: 100%;
  height: 90%;
  margin-top: -216px;
}

.div-block-262 {
  justify-content: flex-end;
  margin-top: 7px;
  padding-right: 22px;
  display: flex;
}

.div-block-262._2822 {
  margin-top: 3px;
}

.div-block-262._2622 {
  margin-top: -19px;
}

.div-block-263 {
  background-color: #00000085;
  align-items: flex-end;
  margin-top: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-flex;
}

.text-span-247 {
  color: #fce840;
}

.columns-50 {
  width: 100%;
  margin-left: -24%;
}

.grid-3 {
  display: none;
}

.linkresults {
  color: var(--white);
}

.text-span-248 {
  color: #fff;
}

.text-span-249 {
  color: #f7e43f;
}

.text-span-250 {
  color: #fff;
}

.image-106 {
  width: 40px;
  height: 40px;
}

.div-block-265 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding: 6px 34px 40px 44px;
}

.div-block-265.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.text-block-48 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-48.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-48.blok2.hehe {
  font-size: 18px;
}

.text-block-48.blok2.blok3 {
  color: #eb0404;
  font-size: 18px;
}

.text-block-48.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.div-block-266 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 14px;
}

.div-block-267 {
  background-color: #8d8784;
  border-radius: 12px;
  margin-top: 33px;
  padding: 40px;
}

.div-block-267._1692 {
  background-color: #8d8784ba;
  width: 95%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-267._1692._1698 {
  background-color: #8d8784c2;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 13px;
}

.div-block-267._1692._1698.seeding {
  background-color: #8d8784ba;
  width: 100%;
}

.bold-text-18 {
  font-weight: 400;
}

.div-block-268 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-18 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.button-5 {
  background-color: #3898ec00;
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 50px;
  margin-top: 11px;
  margin-left: -13px;
}

.button-5.navbutt {
  color: #fde741;
  margin-top: 16px;
  margin-left: -10px;
  padding-top: 15px;
  padding-left: 38px;
  font-family: intercom;
  font-size: 16px;
  font-style: italic;
}

.button-5.navbutt.posd {
  padding-left: 0;
}

.text-span-251 {
  font-family: Sf Pro Display;
}

.text-block-49 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-49._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-49._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-49._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.div-block-269 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-269.div_seeding {
  padding-left: 0;
}

.text-span-252 {
  font-family: Sf Pro Display;
}

.column-138 {
  height: 100%;
}

.text-span-253 {
  font-family: Sf Pro Display;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
}

.paragraph-15.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-15.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph-15.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph-15.parahome.parasubscribe.infohubtext.roadraceseeding {
  white-space: normal;
  word-break: normal;
  direction: ltr;
  margin-bottom: 13px;
  line-height: 21px;
}

.paragraph-15.parahome.parasubscribe.infohubtext.roadraceseeding.seedingcols {
  column-count: 2;
}

.paragraph-15.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.list-item-16 {
  color: #a7a7a7;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Text;
  font-size: 15px;
  line-height: 17px;
}

.div-block-270 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 107px;
}

.div-block-270._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  padding-bottom: 57px;
}

.list-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.text-span-254 {
  font-family: Sf Pro Display;
}

.column-139, .column-140 {
  height: 100%;
}

.div-block-271 {
  color: #000;
  text-align: left;
  background-color: #0000;
  padding: 27px 40px 34px 60px;
}

.whitelink-2 {
  color: #fff;
}

.div-block-272 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-272._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-272._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-272._0853._0854.mtbb {
  display: none;
}

.div-block-272._0852 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-273 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 40px;
  padding-left: 44px;
}

.div-block-273.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.text-block-50 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-50.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-50.blok2.hehe {
  font-size: 18px;
}

.text-block-50.blok2.blok3 {
  color: #eb0404;
  font-size: 18px;
}

.text-block-50.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.list-item-17 {
  color: #fff;
  text-align: left;
  letter-spacing: .05vw;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  line-height: 27px;
}

.div-block-274 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 14px;
}

.text-span-255 {
  color: #fde941;
}

.bold-text-19 {
  font-weight: 400;
}

.div-block-275 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.text-block-51 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-51._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-51._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-51._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.div-block-276 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-276.div_seeding {
  padding-left: 0;
}

.div-block-276.div_seeding.divpolicies {
  margin-bottom: 22px;
}

.column-141 {
  height: 100%;
}

.paragraph-16 {
  font-family: Lato, sans-serif;
}

.paragraph-16.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-16.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph-16.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph-16.parahome.parasubscribe.infohubtext.roadraceseeding {
  column-count: auto;
  margin-bottom: 25px;
  line-height: 21px;
}

.paragraph-16.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.paragraph-16.parahome.parasubscribe.infohubtext.mtbseeding.policy {
  width: 90%;
}

.div-block-277 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 107px;
}

.div-block-277._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 57px;
}

.div-block-277._1662._16622 {
  background-color: #000;
  background-image: none;
}

.text-span-256 {
  color: #fde941;
}

.column-142, .column-143 {
  height: 100%;
}

.div-block-278 {
  color: #000;
  text-align: left;
  background-color: #0000;
  padding: 27px 40px 34px 60px;
}

.div-block-279 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-279._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-279._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-279._0852 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-280 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 40px;
  padding-left: 44px;
}

.div-block-280.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.text-block-52 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom;
  font-size: 21px;
  font-style: italic;
}

.text-block-52.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-52.blok2.hehe {
  font-size: 18px;
}

.text-block-52.blok2.blok3 {
  color: #eb0404;
  font-size: 18px;
}

.text-block-52.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.list-item-18 {
  color: #fff;
  text-align: left;
  letter-spacing: .05vw;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  line-height: 27px;
}

.div-block-281 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 14px;
}

.text-span-257 {
  color: #fde941;
}

.bold-text-20 {
  font-weight: 400;
}

.div-block-282 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-20 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.text-block-53 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-53._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-53._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-53._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.div-block-283 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-283.div_seeding {
  padding-left: 0;
}

.div-block-283.div_seeding.divpolicies {
  margin-bottom: 22px;
}

.column-144 {
  height: 100%;
}

.paragraph-17 {
  font-family: Lato, sans-serif;
}

.paragraph-17.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-17.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph-17.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph-17.parahome.parasubscribe.infohubtext.roadraceseeding {
  column-count: auto;
  margin-bottom: 25px;
  line-height: 21px;
}

.paragraph-17.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.paragraph-17.parahome.parasubscribe.infohubtext.mtbseeding.policy {
  width: 90%;
}

.div-block-284 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 107px;
}

.div-block-284._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 57px;
}

.div-block-284._1662._16622 {
  background-color: #000;
  background-image: none;
  padding-bottom: 140px;
}

.text-span-258 {
  color: #fde941;
}

.column-145, .column-146 {
  height: 100%;
}

.div-block-285 {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-bottom: -55px;
  padding: 27px 40px 34px 60px;
}

.div-block-286 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-286._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-286._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-286._0852 {
  margin-left: 0;
  margin-right: 0;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/bg.jpg');
  background-position: 62% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-287, .div-block-288 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-289 {
  background-color: #00000036;
  border-radius: 13px;
  width: 600px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.text-span-259 {
  color: #adadad;
}

.bold-text-21 {
  color: #fee03c;
  font-family: Avantgarde;
  font-size: 17px;
}

.text-span-260 {
  color: #f7da3b;
  font-family: Avantgarde;
  font-size: 17px;
}

.text-span-261 {
  color: #fce840;
  text-transform: uppercase;
  font-family: Avantgarde;
  font-size: 21px;
}

.italic-text-15 {
  font-size: 14px;
}

.image-107 {
  z-index: 99;
  width: 100%;
  position: absolute;
}

.div-block-290 {
  text-align: center;
  background-color: #000;
  height: auto;
  padding-top: 40px;
  padding-bottom: 65px;
}

.code-embed-6 {
  width: 1200px;
  max-width: none;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-108 {
  vertical-align: bottom;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: -170px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-109 {
  width: 500px;
  margin-top: -73px;
  margin-left: 66px;
}

.div-block-291 {
  background-color: #0000;
  background-image: url('../images/openraods4.png'), url('../images/openraods3.png');
  background-position: 100%, 5%;
  background-repeat: repeat, no-repeat;
  background-size: 1728px, 100% 300px;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-top: -236px;
  padding-left: 825px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-110 {
  opacity: 1;
  mix-blend-mode: screen;
  width: 300px;
  margin-top: 686px;
  margin-left: 89px;
  position: static;
}

.div-block-292 {
  text-align: center;
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-top: 220px;
  margin-left: 0;
  padding-top: 60px;
  display: flex;
}

.div-block-292._2922 {
  text-align: right;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: -86px;
  margin-bottom: -69px;
  margin-right: -34px;
}

.image-111 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 200px;
  margin-top: -41px;
}

.div-block-293 {
  margin-top: -108px;
}

.div-block-293.aa {
  margin-right: 13%;
}

.div-block-294 {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 53px;
  display: block;
}

.div-block-295 {
  background-color: #000;
  width: 100%;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 4px;
  display: none;
}

.column-147 {
  background-color: #00000080;
  background-image: url('../images/leftframe.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 175px;
  padding-top: 31px;
  padding-bottom: 0;
  padding-left: 32px;
  font-size: 36px;
  font-style: italic;
}

.column-147._1472 {
  text-align: left;
}

.columns-51 {
  margin-bottom: 0;
}

.column-148 {
  background-image: url('../images/redframe.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 175px;
  padding-top: 31px;
  padding-left: 36px;
}

.column-148._1482 {
  text-align: left;
}

.column-149 {
  height: 175px;
}

.text-block-54 {
  color: #fde741;
  font-family: Avantgarde;
  font-size: 40px;
  font-style: italic;
}

.text-block-54.lilhead {
  margin-bottom: 13px;
  margin-left: 32px;
  font-size: 21px;
  font-weight: 400;
}

.text-block-54.lilhead.nope {
  margin-top: 12px;
  margin-bottom: -22px;
  margin-left: 0;
}

.text-block-54.lilhead.nope.nope2, .text-block-54._542 {
  color: #f05a24;
  font-style: italic;
}

.text-block-54._542._543 {
  color: #fff;
  margin-top: -14px;
  margin-bottom: -12px;
  padding-top: 0;
  font-family: intercom;
  font-size: 27px;
  line-height: 23px;
}

.text-block-54._542._543._543home {
  margin-bottom: -3px;
  font-size: 1.6vw;
  line-height: 1.5vw;
}

.text-block-54.aaadf {
  margin-top: 3px;
  font-size: 19px;
}

.text-block-54.aaadf.fffs, .text-block-54._543 {
  color: #ff4d00;
}

.text-block-54._546 {
  line-height: 14px;
}

.text-block-54._546.dddff {
  color: #fff;
  margin-top: 27px;
  margin-bottom: 10px;
  font-size: 20px;
}

.text-block-54._546._66890 {
  font-size: 36px;
}

.text-block-54._546.paosdj {
  width: 50%;
}

.div-block-296 {
  text-align: right;
  margin-top: -5px;
  padding-right: 11px;
}

.div-block-296.ajaja {
  padding-top: 11px;
}

.div-block-296.ddf.ssa {
  text-align: left;
  margin-top: 13px;
}

.div-block-296.ddf.ssa.dddddf {
  margin-top: -4px;
}

.div-block-296.ddf.ssa.fing {
  margin-left: 1px;
}

.div-block-296.ddf.aad {
  text-align: left;
}

.div-block-296.ddf.aad.aads.enttr, .div-block-296.ddf.aad.fling {
  margin-left: 0;
}

.div-block-297 {
  border: 5px solid #fff;
  border-radius: 15px;
  height: 175px;
  margin-left: 11px;
  padding-top: 31px;
  padding-left: 23px;
}

.div-block-297._2972 {
  width: 180px;
  height: auto;
  margin-left: 19px;
  padding-bottom: 13px;
  padding-left: 16px;
}

.div-block-297._2972._22334 {
  height: auto;
  margin-left: -4px;
}

.div-block-297._2972._22334.p0dsfs {
  border-radius: 8px;
  width: 100%;
}

.div-block-297._2972._22334.gearvs {
  text-align: left;
  border-width: 12px;
  width: 95%;
  margin: -23px auto 38px;
  padding-top: 38px;
  padding-bottom: 17px;
  padding-left: 26px;
  position: relative;
  top: -39px;
}

.div-block-297._1334 {
  text-align: left;
}

.image-112 {
  width: 75px;
  height: 7px;
  margin-top: 20px;
}

.image-112._1122 {
  margin-top: 5px;
  padding-top: 0;
}

.image-112._1122.aad {
  margin-top: -6px;
}

.image-112._1122.ad {
  width: 65px;
  height: 6px;
  margin-top: 21px;
}

.image-112._1122.ad.sfsg {
  margin-top: 9px;
}

.image-112._1122.ad.sfsg.aaaffgg {
  width: 60px;
  height: 5px;
  margin-top: 3px;
}

.image-112._1122.qe {
  margin-top: 2px;
}

.image-112._1122.twer5 {
  margin-top: 23px;
  margin-bottom: 5px;
}

.div-block-298 {
  background-color: #0000003d;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 0;
  padding-left: 5px;
}

.list-item-19 {
  color: #fde941;
  font-family: Avantgarde;
  font-size: 23px;
  font-style: italic;
}

.list-13 {
  column-count: 2;
  width: 100%;
}

.text-span-262, .text-span-263, .text-span-264, .text-span-265 {
  color: #fde941;
}

.link-81 {
  color: #fff;
}

.div-block-299 {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: -11px;
  padding: 20px 10px 0;
  position: relative;
}

.div-block-299._2998 {
  width: 83%;
  margin: 66px auto -17px;
}

.div-block-300 {
  background-color: #000000bf;
  width: 220px;
  margin-left: -5px;
}

.text-span-266 {
  font-size: 27px;
}

.text-span-267 {
  font-size: 21px;
}

.div-block-301 {
  background-color: #00000080;
  border-radius: 16px;
  width: 220px;
  margin-top: -19px;
  margin-left: -5px;
  padding-top: 19px;
  padding-bottom: 21px;
}

.text-span-268 {
  color: #eb8704;
}

.text-span-269, .text-span-270 {
  color: #ea8705;
}

.div-block-302 {
  margin-left: -25px;
}

.div-block-303 {
  width: 30vw;
  height: 100px;
  margin-top: -133px;
  padding-top: 0;
  padding-left: 115px;
}

.text-block-55 {
  color: #ff8000;
  padding-left: 36px;
  font-family: Avantgarde;
  font-size: 21px;
}

.text-block-55._556 {
  color: #fde741;
  margin-top: 84px;
  padding-left: 24px;
}

.image-114 {
  background-image: url('../images/whiteline.png');
  background-position: 50% 95.5%;
  background-repeat: repeat-x;
  background-size: 816px 15px;
  padding-bottom: 61px;
}

.div-block-304 {
  border: 1px solid var(--dim-grey);
  border-radius: 5px;
  margin-top: 17px;
  margin-left: -3px;
  margin-right: 4px;
  padding: 30px 15px 14px 18px;
}

.text-span-272 {
  font-family: Avantgarde;
  font-size: 24px;
  line-height: 15px;
}

.text-span-273 {
  color: #fde741;
  text-transform: none;
  font-family: Avantgarde;
  font-size: 18px;
  font-style: normal;
}

.text-span-274 {
  color: #fde741;
}

.text-span-275 {
  color: #f7e140;
}

.div-block-305 {
  background-color: #ffffff7d;
  height: 1px;
  margin-top: 16px;
}

.text-span-276 {
  line-height: 0;
}

.ffv {
  color: #fde941;
}

.link-82 {
  color: #fbe741;
}

.columns-52 {
  width: 83%;
  margin-top: -42px;
  margin-bottom: 1px;
  margin-left: -44px;
  position: relative;
  top: 44px;
}

.div-block-306 {
  background-image: url('../images/buttleft.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
  padding-top: 29px;
  padding-bottom: 34px;
  padding-left: 27px;
  font-style: italic;
}

.div-block-306._3062 {
  background-image: url('../images/buttright.jpg');
  margin-top: 4px;
}

.column-152 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-307 {
  text-align: right;
  margin-top: -54px;
  padding-right: 18px;
}

.div-block-307._546 {
  padding-right: 40px;
}

.div-block-308 {
  background-image: url('../images/buttright.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
  margin-top: 0;
  margin-left: -8px;
  padding-top: 28px;
  padding-bottom: 32px;
  padding-left: 27px;
}

.div-block-308._30855 {
  background-image: url('../images/bulletleftnew.jpg');
}

.column-153 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-309 {
  width: 62%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-310 {
  background-color: #ffffff26;
  border-radius: 8px;
  margin: 32px -25px 20px 69px;
  padding: 20px 99px 6px 35px;
}

.text-span-277 {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

.text-span-277._2778 {
  font-size: 18px;
  line-height: 10px;
}

.text-span-277._2778._8sjfg {
  width: auto;
}

.text-span-278 {
  color: #d84f37;
  -webkit-text-stroke-color: #ff4d00;
  font-size: 36px;
}

.text-span-279 {
  color: #fff;
  font-size: 36px;
}

.text-span-280, .text-span-281 {
  color: #fff;
}

.text-span-282 {
  color: #d84f38;
  -webkit-text-stroke-color: #ff4d00;
  font-size: 40px;
}

.div-block-311 {
  background-image: url('../images/ralated.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  padding-bottom: 18px;
  padding-left: 42px;
}

.text-block-56 {
  color: #fff;
  margin-top: 66px;
  margin-bottom: -38px;
  font-family: Avantgarde;
  font-size: 19px;
}

.text-block-56._567 {
  color: #ff4d00;
  margin-top: 21px;
}

.text-block-56._567.afffg {
  color: #fde741;
  margin-bottom: -12px;
}

.text-block-56._000op {
  margin-left: 57px;
}

.text-block-56._000op._887df {
  margin-top: 0;
  margin-bottom: 3px;
}

.text-block-56._000op._887df.ddf {
  color: #fde941;
  margin-left: 24px;
}

.text-block-56._000op._9908j.prizeterms {
  color: #fce840;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: 43px;
}

.div-block-312 {
  width: 70%;
  margin-top: -56px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-313 {
  background-color: #352f29;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  margin-top: 15px;
  margin-left: 16px;
  margin-right: 14px;
  padding-top: 17px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.text-span-283 {
  color: #fce840;
}

.text-block-57 {
  color: var(--white);
  margin-bottom: -7px;
  font-family: Avantgarde;
  font-size: 40px;
  font-style: italic;
}

.div-block-314 {
  background-color: #fff;
  width: 5px;
  min-height: 70px;
  position: absolute;
  inset: 0% 0% 0% 96%;
}

.column-154 {
  padding-left: 29px;
}

.text-span-284 {
  color: #fde741;
  font-style: italic;
}

.text-span-286 {
  font-size: 9px;
}

.text-span-287 {
  color: #969696;
}

.div-block-315 {
  background-color: #fff;
  width: 5px;
  height: 90%;
}

.text-span-290 {
  font-family: Sf Pro Display;
}

.text-span-291 {
  margin-left: -21px;
  font-family: Sf Pro Display;
}

.text-span-292 {
  color: #ff763e;
  margin-left: -18px;
  font-family: Avantgarde;
  font-size: 21px;
}

.text-span-293, .text-span-294, .text-span-295 {
  font-family: Sf Pro Display;
}

.link-83 {
  color: #fde941;
}

.link-84 {
  color: #fce840;
}

.link-85 {
  color: #fde741;
}

.link-86 {
  color: #fce840;
}

.div-block-316 {
  background-color: #0000007a;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-316.asdasdasd {
  background-color: #0000;
  padding-top: 0;
}

.column-156 {
  padding-right: 138px;
}

.div-block-317 {
  background-color: #fff;
  width: 8px;
  height: 120px;
  margin-top: 8px;
  margin-right: 52px;
}

.text-block-58 {
  color: #000;
  width: 200px;
  font-family: Sf Pro Display;
  font-size: 15px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-59 {
  color: #ffec47;
  text-align: right;
  font-family: Avantgarde;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  top: -66px;
  left: -100%;
}

.text-span-296 {
  color: #f68d2c;
}

.text-span-297 {
  color: #ff9f31;
  font-size: 19px;
}

.body-3 {
  background-color: #000;
  padding-bottom: 0;
  overflow: visible;
}

.text-span-298 {
  color: #fff;
}

.code-embed-7 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-299, .text-span-300, .text-span-301, .text-span-302 {
  font-family: Sf Pro Display;
}

.text-span-303 {
  color: #ffa04d;
}

.text-span-304, .text-span-305 {
  font-family: Sf Pro Display;
}

.div-block-318 {
  background-image: url('../images/bulletleftnew.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 125px;
  margin-bottom: 21px;
  margin-left: -20px;
}

.div-block-318._31899 {
  background-image: url('../images/freeride_bg2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  border-radius: 15px;
  height: 170px;
  margin-bottom: 68px;
  margin-left: 0;
  margin-right: 62px;
  padding-top: 23px;
  padding-left: 31px;
  padding-right: 52px;
}

.image-115 {
  width: 500px;
  max-width: none;
  margin-top: -35px;
  margin-bottom: 35px;
}

.text-span-306, .text-span-307, .text-span-308 {
  font-family: Sf Pro Display;
}

.image-116 {
  width: 230px;
  max-width: none;
  margin-bottom: 75px;
  margin-left: 9%;
}

.div-block-319 {
  display: none;
}

.link-87 {
  color: #f8e540;
}

.text-span-309 {
  color: #fff;
}

.ddf {
  margin-top: 13px;
  margin-left: 24px;
  font-size: 14px;
  display: block;
}

.ddf.dddf {
  margin-left: 0;
  font-size: 17px;
}

.italic-text-16 {
  letter-spacing: .2px;
  font-family: Sf Pro Display;
}

.bold-text-22 {
  font-style: italic;
}

.text-span-310 {
  font-family: Fontsfree Net Sfprodisplay;
}

.text-span-311 {
  font-family: Sf Pro Display;
  font-style: italic;
}

.text-span-312 {
  color: #fce840;
  font-family: Avantgarde;
  font-size: 18px;
  font-style: normal;
}

.text-span-313 {
  font-family: Sf Pro Display;
}

.text-span-314, .italic-text-17 {
  color: #fde741;
  font-size: 19px;
  font-style: normal;
}

.div-block-320 {
  background-color: #494949;
  height: 1px;
  margin-bottom: 39px;
}

.text-span-315, .text-span-316 {
  font-family: Sf Pro Display;
}

.text-span-317 {
  color: var(--bronze);
}

.text-span-318 {
  color: #ff763e;
  margin-left: -16px;
  font-family: Avantgarde;
  font-size: 21px;
}

.bold-text-23 {
  color: #ff763e;
  font-family: Avantgarde;
  font-size: 21px;
}

.text-span-319 {
  color: #ff763e;
  margin-left: -17px;
  font-family: Avantgarde;
  font-size: 21px;
}

.text-span-320 {
  color: #ff763e;
  margin-left: -16px;
  font-family: Avantgarde;
  font-size: 21px;
}

.text-span-321 {
  color: #ff763e;
  margin-left: -19px;
  font-family: Avantgarde;
  font-size: 21px;
}

.text-span-322 {
  margin-left: -17px;
  font-family: Avantgarde;
  font-size: 21px;
}

.bold-text-24 {
  color: #ff763e;
}

.text-span-323 {
  color: #ff763e;
  font-family: Avantgarde;
  font-size: 21px;
}

.bold-text-25 {
  margin-left: -13px;
}

.text-span-324 {
  color: #ff763e;
  margin-left: -18px;
  font-family: Avantgarde;
  font-size: 21px;
}

.image-117 {
  width: 500px;
}

.sdfsdf {
  color: #9e9371;
  font-family: Sf Pro Text;
}

.list-item-20 {
  color: #b4b4b4;
  margin-left: 13px;
  padding-left: 18px;
  padding-right: 0;
  font-family: Sf Pro Text;
  font-size: 13px;
  line-height: 15px;
}

.list-14 {
  column-count: 2;
  width: 90%;
  padding-left: 0;
}

.div-block-322 {
  background-color: #0000005c;
  border: 0 solid #fff;
  border-radius: 20px;
  width: 64%;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 28px 18px 24px;
}

.columns-56 {
  height: auto;
}

.list-15 {
  color: #fff;
  column-count: 2;
  width: 100%;
  padding-left: 3vw;
  font-family: Sf Pro Display;
}

.list-item-21 {
  color: var(--white);
  padding-right: 10%;
  font-family: Sf Pro Text;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.div-block-323 {
  color: #616161;
  background-color: #524639;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 13px;
  padding-top: 10px;
  padding-bottom: 1px;
}

.link-88 {
  color: #fde941;
}

.linkylw {
  color: #fde941;
  -webkit-text-stroke-color: #ff9f41;
}

.link-89, .link-90, .text-span-325 {
  color: #fde941;
}

.text-span-326 {
  color: #524855;
  -webkit-text-stroke-color: #816a88;
  font-family: Oswald Variablefont Wght;
  font-size: 33px;
  font-weight: 300;
}

.bold-text-26 {
  font-family: Oswald Variablefont Wght;
}

.div-block-324 {
  justify-content: center;
  width: 100%;
  margin-top: 68px;
  margin-bottom: 33px;
  display: flex;
}

.div-block-325 {
  background-color: #00000014;
  width: 100%;
  height: 100%;
}

.code-embed-8 {
  border-radius: 12px;
  padding: 20px 60px;
  overflow: visible;
}

.div-block-326 {
  mix-blend-mode: screen;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.code-embed-9 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-327 {
  border: 0 solid #000;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 76px;
  margin-right: 0;
}

.div-block-327.original {
  display: none;
}

.paragraph-18 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-328 {
  text-align: center;
  background-color: #151c3100;
  border: 0 solid #2e335282;
  border-radius: 15px;
  padding: 20px;
}

.code-embed-10 {
  margin-left: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-21 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: #8d8d8d;
  margin-top: -14px;
  margin-bottom: 2vw;
  padding-left: 4%;
  font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 500;
}

.paragraph-19 {
  letter-spacing: .75px;
  margin-top: 40px;
  margin-bottom: 47px;
  margin-left: 1px;
  padding-left: 28px;
  font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
  font-size: 19px;
  font-weight: 200;
}

.column-160 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/tsp_1tsp.gif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 1px;
  height: 25vw;
  margin-bottom: 45px;
  padding-left: 55px;
  padding-right: 79px;
}

.link-91 {
  color: var(--white);
}

.div-block-329 {
  text-align: center;
  width: 55%;
  display: block;
}

.code-embed-11 {
  width: 60%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.image-118 {
  width: 140px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-330 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-331 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-119 {
  margin-top: 28px;
}

.image-119._1192 {
  width: 88px;
  max-width: none;
  margin-top: 62px;
}

.div-block-332 {
  background-color: #0000001a;
  width: 100%;
  height: 100%;
}

.div-block-334 {
  background-image: linear-gradient(#000, #fff);
}

.div-block-335 {
  background-color: #0000;
  background-image: linear-gradient(#0000 48%, #000000cf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-92 {
  color: #a7a7a7;
}

.div-block-336 {
  z-index: 99999;
  background-image: linear-gradient(#00000082, #0000), linear-gradient(#0000, #0000005e), radial-gradient(circle, #0000 49%, #0000002e);
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-336.homevideo {
  background-image: linear-gradient(#0000004f, #0000), radial-gradient(circle, #0000 49%, #0000002e);
}

.div-block-336._3365 {
  background-image: radial-gradient(circle, #0000 49%, #0000002e);
}

.background-video-7 {
  vertical-align: middle;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-337 {
  background-image: radial-gradient(circle, #0000, #000);
  flex: 1;
  justify-content: space-between;
  height: 100vw;
  display: none;
}

.column-161 {
  background-image: none;
  padding-top: 30px;
}

.div-block-338 {
  background-image: radial-gradient(circle, #0000, #000);
  height: 9vw;
  margin-top: -124px;
}

.div-block-339 {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: block;
  position: relative;
}

.background-video-8 {
  width: 100vw;
  height: 160vw;
  position: absolute;
}

.div-block-340 {
  background-color: #0000;
  background-image: linear-gradient(0deg, #000, #0000 26%), linear-gradient(0deg, #000000c9 92%, #0000);
  margin-bottom: 0;
  padding-top: 52px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.div-block-340.otterbelow {
  padding-top: 89px;
}

.div-block-340.otterbelow.otterbelow2 {
  background-image: linear-gradient(0deg, #000, #0000 26%), linear-gradient(0deg, #000000c9, #0000);
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-340._3402.uuuyt {
  padding-bottom: 44px;
}

.div-block-340._3402.uuuyt.winecont.vino {
  margin-top: 0;
}

.div-block-340._3403 {
  z-index: 999;
  position: relative;
}

.div-block-340._3403.ddf.ffghjkl {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.div-block-340._3403.launch {
  z-index: 2;
  background-image: linear-gradient(0deg, #000, #0000 26%), linear-gradient(0deg, #000000c9 92%, #0000);
  padding-bottom: 68px;
  position: relative;
}

.div-block-340._3405._667._8hgf5 {
  padding-bottom: 0;
}

.div-block-340._3405._667._8hgf5.naturespackages {
  margin-top: 0;
}

.div-block-340._3406 {
  padding-bottom: 0;
}

.div-block-340._340home {
  padding-bottom: 57px;
}

.div-block-340._341otrsaf.askdjghaksdhkasdha.oo.otrcont {
  margin-top: -166px;
}

.div-block-340._341otrsaf.askdjghaksdhkasdha.oo.otrcont.g7 {
  margin-top: 0;
  padding-bottom: 83px;
}

.div-block-340._34055 {
  background-image: linear-gradient(0deg, #000, #0000 26%), linear-gradient(0deg, #000000c9, #0000);
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-340.otterpackage {
  padding-bottom: 97px;
}

.div-block-340.otterpackage.wineotrcnt {
  margin-top: 0;
  padding-bottom: 48px;
}

.columns-57 {
  mix-blend-mode: normal;
  width: 80%;
  margin-left: 10%;
  margin-right: auto;
  display: none;
}

.image-121 {
  width: 270px;
  margin-top: 0;
}

.image-121.logo2 {
  opacity: .42;
  width: 210px;
  margin-top: -137px;
}

.image-121.logo2.footer_tagline {
  display: none;
}

.background-video-9 {
  opacity: .58;
  mix-blend-mode: screen;
  width: 400px;
  height: 400px;
  margin-top: 43px;
  overflow: visible;
}

.div-block-341 {
  margin-top: 0;
}

.div-block-342 {
  opacity: 1;
  background-color: #00000026;
  height: auto;
}

.div-block-343 {
  min-width: 250px;
}

.div-block-344 {
  background-image: none;
  width: 250px;
  height: 250px;
}

.image-123 {
  width: 139px;
  margin: 0 auto 303px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-327 {
  color: #868686;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.div-block-345 {
  color: #cac6be;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #3f3432;
  background-image: url('../images/email2_1email2.gif');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 10% 0 80px;
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.div-block-345.v2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 44px;
}

.div-block-345.brownbar2 {
  text-align: center;
  mix-blend-mode: normal;
  background-color: #00000080;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 57%;
  padding-left: 111px;
}

.div-block-345.v233 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #413b3a;
  background-image: url('../images/plus2.gif');
  background-position: 98%;
  background-size: contain;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 47px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.div-block-346 {
  width: 100%;
  height: 10%;
}

.div-block-347 {
  background-color: #ff000069;
  margin-top: -82px;
  position: relative;
}

.background-video-10 {
  justify-content: center;
  width: 600px;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 3px;
}

.div-block-348 {
  z-index: 10;
  margin-top: -119px;
  position: static;
}

.text-span-328 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.div-block-349 {
  width: 90%;
  margin-bottom: 108px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-12 {
  z-index: 100;
  border: 0px solid var(--white);
  text-align: left;
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  min-width: 700px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 20px 20px;
  position: relative;
  overflow: hidden;
}

.code-embed-12.faq-embed {
  width: 90%;
}

.div-block-350 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 0;
  width: 80%;
  margin-bottom: 67px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-351 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000002b;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  margin-bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -24px;
}

.div-block-351.foorarrow {
  display: none;
}

.text-block-60 {
  filter: drop-shadow(2px 2px 1px #0000007d);
  margin-top: -58px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 200;
}

.text-block-60.wnlndss {
  filter: none;
  text-align: center;
  letter-spacing: .5px;
  width: 75%;
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 33px;
  line-height: 24px;
}

.text-block-60.wnlndss.aaey {
  text-align: left;
  margin-bottom: -32px;
  margin-left: 38px;
}

.text-block-60.wnlndss.ssdf {
  text-align: right;
  margin-top: 12px;
  margin-left: 102px;
  margin-right: 33px;
  padding-left: 0;
  display: none;
}

.text-block-60.wnlndss.pytkdsmww {
  text-align: left;
  margin-left: 11vw;
}

.text-block-60.wnlndss.pytkdsmww.bloghead2 {
  margin-top: 0;
  margin-bottom: 26px;
  padding-left: 77px;
}

.text-block-60.wnlndss.header55 {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.text-block-60.tagline {
  color: #e5b6ae;
  text-align: center;
  margin-top: 100px;
  font-size: 27px;
}

.text-block-60.tagline2 {
  color: #d8b9b3a1;
  margin-top: 41px;
  font-size: 21px;
}

.image-124 {
  width: 330px;
  margin-left: 0;
}

.image-124.logofoot {
  width: 270px;
}

.div-block-352 {
  z-index: 99;
  background-color: #000000e0;
  border: 0 solid #ffffff45;
  width: 100%;
  height: 50px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-353 {
  color: #ffffff80;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  padding-top: 10px;
  padding-left: 10px;
}

.text-block-61 {
  font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
}

.text-span-329 {
  color: #b5887e;
}

.italic-text-18 {
  font-size: 16px;
}

.text-block-62 {
  color: #5582b9;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
}

.italic-text-19 {
  color: #677485;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 102px;
  padding-left: 32px;
  font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  display: block;
}

.italic-text-19.v2 {
  color: #677485;
  margin-bottom: 9px;
  margin-left: 39px;
  display: flex;
}

.div-block-354 {
  background-color: #00026400;
  background-image: linear-gradient(#080b3d69, #221b6d00);
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-355 {
  border: 0 solid #fff;
  border-radius: 24px;
  width: 96.5%;
  height: auto;
  margin-left: 49px;
  padding: 10px 75px 10px 4px;
  overflow: hidden;
}

.columns-58 {
  border: 0 solid #555;
  height: auto;
  padding-left: 0;
}

.columns-58.cols58 {
  display: none;
}

.image-125 {
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-125._1252 {
  margin-top: 10px;
  margin-bottom: 0;
}

.image-125._1252._11 {
  width: 90px;
}

.image-126 {
  width: 80px;
  margin-bottom: 24px;
}

.column-164 {
  background-image: linear-gradient(#0000, #000000cf 100%, #00000080), url('../images/maa3.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 0 solid #575757;
  border-radius: 0;
  padding: 100px 20px 20px;
}

.column-164._1642 {
  background-image: none;
  padding: 10px 20px 10px 0;
}

.column-165 {
  border: 0 solid #575757;
  height: 150px;
  padding: 18px 0 10px 10px;
}

.image-127 {
  width: 200px;
  margin-top: 14px;
  margin-bottom: 13px;
}

.image-127.logocat {
  margin-bottom: 0;
  margin-left: 24px;
}

.image-127._1272 {
  margin-bottom: 0;
}

.image-127._1272.lg02 {
  width: 200px;
}

.column-166 {
  padding: 10px 10px 0 20px;
}

.div-block-356 {
  background-color: #1f1f1f;
}

.link-block-25 {
  margin-left: 12px;
}

.text-block-63 {
  color: #c3bebe;
  letter-spacing: .5px;
  margin-top: -22px;
  margin-bottom: 12px;
  margin-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-63._653 {
  text-align: right;
  margin-top: -91px;
  margin-bottom: 0;
}

.text-block-63._653._654 {
  margin-top: -111px;
}

.text-span-330 {
  color: #fff;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
}

.button-style-6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #695249;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-6:hover {
  background-color: #235a52;
}

.button-style-6.buttonstyle2 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  mix-blend-mode: color-dodge;
  background-color: #00000052;
  background-image: url('../images/plus2.gif');
  background-position: 98% 98%;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 0 solid #000;
  border-radius: 7px;
  order: -9999;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 17px;
  padding-left: 33px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.button-style-6.buttonstyle2:hover {
  color: #fff;
  background-color: #535353;
  border-color: #0000;
}

.button-style-6.buttonstyle2.w--current {
  mix-blend-mode: color-dodge;
  font-size: 21px;
}

.button-style-6.buttonstyle2.buttv2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #74726961;
  width: 100%;
  margin-left: 0;
  padding: 0 20px;
  display: flex;
}

.button-style-6.buttonstyle2.buttv2.w--current {
  background-color: #7472698a;
  width: 200px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
}

.button-style-6.buttonstyle2.buttv2.cont {
  width: 24vw;
  margin-left: auto;
}

.button-style-6.buttonstyle2.buttv2.cont.ffsy {
  margin-left: auto;
  font-style: normal;
}

.button-style-6.buttonstyle2.buttv2.cont.enq2 {
  margin-top: 2px;
  margin-left: 0;
}

.button-style-6.buttonstyle2.buttv2.v32 {
  width: 100%;
  margin-left: auto;
}

.button-style-6.buttonstyle2.buttv2.buttv7 {
  background-color: #fff0;
  background-image: url('../images/plus2.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-style-6.buttonstyle2._1643 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow-wrap: normal;
  mix-blend-mode: screen;
  background-image: url('../images/plus2.gif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 21vw;
  margin-top: -43px;
  padding-bottom: 22px;
  padding-left: 34px;
  transition: background-color .2s;
  position: relative;
}

.button-style-6.buttonstyle2._1643.w--current {
  background-image: url('../images/plus2.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-style-6.buttonstyle2._1643.medium {
  background-image: url('../images/plus2.gif');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 42px;
  border-width: 2px;
  border-color: #8d8d8d;
  justify-content: flex-end;
  align-items: center;
  width: 28vw;
  height: 56px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 14px;
  font-size: 15px;
  font-style: normal;
}

.button-style-6.buttonstyle2._1643.medium.w--current {
  width: 36vw;
  height: 50px;
  padding-bottom: 10px;
}

.button-style-6.buttonstyle2._1643.medium.otterext {
  display: none;
}

.button-style-6.buttonstyle2._1643.medium.wines {
  width: 37vw;
}

.button-style-6.buttonstyle2._1643.medium.naturesvs {
  width: 33vw;
}

.button-style-6.buttonstyle2._1643.medium.butty {
  width: 36vw;
}

.button-style-6.buttonstyle2._1643.medium.small.butt3 {
  width: 15vw;
  margin-top: 44px;
}

.button-style-6.buttonstyle2._1643.medium.small.butt3.readmorepackage {
  width: 11vw;
  height: 40px;
  margin-top: 27px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 42px;
}

.button-style-6.buttonstyle2._1643.medium.small.butt3.readmorepackage.reserve {
  background-position: 100%;
  width: 240px;
  margin-top: 60px;
  margin-left: auto;
}

.button-style-6.buttonstyle2._1643.medium.small.butt3.readmorepackage.reserve.reserve556.itinerary {
  background-color: var(--white);
  justify-content: center;
  width: 140px;
  height: 30px;
  margin-top: 21px;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-style-6.buttonstyle2._1643.cptmara {
  mix-blend-mode: color-dodge;
  background-position: 98% 98%;
  background-size: 45px;
  height: 21vw;
  padding-bottom: 18px;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 12px;
}

.button-style-6.buttonstyle2._1643.cptmara.winelandsbutt {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 95%;
  height: 330px;
  margin-top: 10px;
  margin-bottom: -414px;
  display: flex;
}

.button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.naturesbutt {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 98%;
  height: 35vw;
  margin-top: -35.5vw;
  margin-bottom: 0;
  display: block;
  top: auto;
}

.button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.buttottrplett {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 32vw;
  margin-top: -32vw;
  margin-bottom: 0;
  display: block;
}

.button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.buttottrplett.h {
  width: 99%;
  display: flex;
}

.button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.safaributt {
  background-image: url('../images/radial2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95%;
  height: 310px;
  display: block;
}

.button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.safariotterbutton {
  height: 280px;
}

.button-style-6.buttonstyle2._1643.cptmara.asdasdaffgh {
  z-index: 99;
  height: 21vw;
}

.button-style-6.buttonstyle2._1643.otterrubn {
  text-align: left;
  mix-blend-mode: color-dodge;
  background-position: 98% 98%;
  background-size: 45px;
  height: 21vw;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 12px;
}

.bold-text-27 {
  color: #c8b7ae;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.bold-text-27._27b {
  color: #fff;
  letter-spacing: 1px;
  font-family: "Circular Std 500", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.bold-text-27._27b._27bb, .bold-text-27._27b._555 {
  font-family: Exo, sans-serif;
  font-size: 21px;
}

.bold-text-27._27b._33 {
  color: #000;
  font-size: 12px;
}

.italic-text-20 {
  color: #919191;
}

.text-span-331 {
  font-weight: 400;
}

.italic-text-21 {
  font-style: normal;
}

.column-167 {
  background-image: url('../images/gif_1gif.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 5px;
  padding-bottom: 25px;
}

.italic-text-23 {
  font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
  font-style: normal;
}

.italic-text-24 {
  width: 90%;
  font-size: 15px;
  font-style: normal;
  display: block;
}

.italic-text-25 {
  font-style: normal;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.div-block-359 {
  text-align: center;
  background-color: #383838;
  background-image: url('../images/fade_1.png'), url('../images/capetown.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, repeat;
  background-size: 199px, cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-359._445 {
  background-color: #493434;
}

.div-block-359._445.ff {
  background-color: #3a2222;
}

.div-block-359._445.ff.ffg {
  background-color: var(--bronze);
}

.div-block-359._445.ff.ffg.typ4 {
  background-image: url('../images/fade5_1.png'), url('../images/grootbosthumb.jpg');
  background-position: 50% 100%, 10% 70%;
  background-repeat: repeat-x, repeat-x;
  background-size: cover, 55vw;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 240px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-359._445.ff.ffg.typ4.winelands2 {
  background-image: url('../images/fade_1.png'), url('../images/winethumb.jpg');
  background-repeat: repeat-x, repeat;
  background-size: auto, cover;
  height: 14vw;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-359._445.ff.typ3 {
  background-image: url('../images/fade5_1.png'), url('../images/safari1.jpg');
  background-position: 50% 100%, 50% 220%;
  background-repeat: repeat-x, repeat-x;
  background-size: cover, 30vw;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 240px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-359._445.ff.typ3.safariotter {
  background-image: url('../images/fade_1.png'), url('../images/shamwari.jpg');
}

.div-block-359._445.ff.typ3.safari_otter {
  background-image: url('../images/fade_1.png'), url('../images/safari_otter.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  height: 14vw;
  margin-right: 5px;
}

.div-block-359._445.ff.typ3.sfri {
  background-image: url('../images/fade5_1.png'), url('../images/safari1.jpg');
  background-position: 50% 100%, 0 100%;
  background-size: cover, 420px;
}

.div-block-359._445.typ2 {
  border: 1px solid var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/fade_1.png'), url('../images/winelands1.jpg');
  background-position: 0 0, 50% 100%, 50% 80%;
  background-repeat: repeat, repeat-x, repeat-x;
  background-size: auto, 199px, 40vw;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 240px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-359._445.typ2.otter2 {
  background-image: url('../images/fade_1.png'), url('../images/keurbooms.jpeg');
  background-size: auto, cover;
  height: 16vw;
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
  display: none;
}

.div-block-359.capetown {
  display: none;
}

.div-block-360 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 94%;
  margin-top: 38px;
  margin-left: 34px;
  margin-right: auto;
  line-height: 1px;
  display: grid;
}

.div-block-360._3601 {
  background-color: #0000;
  margin-top: 60px;
  display: block;
  overflow: visible;
}

.div-block-360._3601.vnnns {
  background-color: #fff0;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: visible;
}

.div-block-360._3601.vnnns.sss {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100%;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-360._3601.vnnns.ddrty {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 85%;
  margin-top: 0;
}

.div-block-360._3601.vnnns.contlimit {
  max-width: 1000px;
}

.div-block-360._3601.vnnns.contlimit.natures {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-360._3601.vnnns.ffgh {
  margin-left: 0;
}

.text-block-64 {
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-style: normal;
  line-height: 17px;
}

.text-block-64._645 {
  line-height: 21px;
}

.image-128 {
  width: 100%;
  height: 100%;
}

.image-128.aaa.cpt.safari {
  margin-top: -220px;
}

.div-block-361 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  height: 300px;
  display: grid;
}

.div-block-361.wnlnds {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 96%;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-left: 29px;
  margin-right: auto;
  display: grid;
}

.div-block-361.wnlnds.asasdasd {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  width: 90%;
  margin-top: -14px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-361.wnlnds.asasdasd.ssde {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  width: 70%;
}

.div-block-361.wnlnds.grootbos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.div-block-361.wnlnds.grootbos.capetown {
  grid-template-columns: 1fr;
  width: 30vw;
}

.div-block-361.wnlnds.safar1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 96%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 5px;
  display: grid;
}

.div-block-361.wnlnds.safar1.safari11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  padding-bottom: 0;
}

.div-block-361.wnlnds.safar1.safari11.grotootbos, .div-block-361.wnlnds.safar1.grootbos {
  grid-template-columns: 1fr 1fr;
}

.div-block-361.wnlnds.safar1.otsaf {
  width: 100%;
}

.div-block-361.wnlnds.safar1.winenew {
  width: 98%;
}

.div-block-362 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000057;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-block-362._3622 {
  border-radius: 8px;
  width: 96%;
  margin-top: 0;
}

.div-block-362.sabibushlodge {
  display: block;
}

.div-block-362.cellars.lastword {
  display: none;
}

.div-block-362.cellars.lastword.lefranschhoek, .div-block-362.cellars.lastword.lefranschhoek.lastwrdfhk {
  display: block;
}

.div-block-362.lepetitmanoire, .div-block-362.lacottefarm {
  display: none;
}

.div-block-363 {
  background-image: url('../images/fade_1.png'), url('../images/hoyopreview.jpg');
  background-position: 50% 100%, 58% 40%;
  background-repeat: repeat-x, no-repeat;
  background-size: 199px, cover;
  align-items: flex-end;
  height: 16vw;
  margin-top: -16px;
  padding-bottom: 15px;
  padding-left: 29px;
  display: flex;
}

.div-block-363.w22 {
  background-image: none;
}

.div-block-363.w22.dddf {
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
  background-color: #ffffff1a;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: -19px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 19px;
}

.div-block-363.w22.dddf.asaa {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff1a;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-363.w22.dddf.asaa.dd {
  margin-top: 0;
  padding-bottom: 29px;
}

.div-block-363.ff5 {
  background-image: url('../images/fade_2.png'), linear-gradient(#0003, #0003), url('../images/fade_1.png'), url('../images/spierthumb.jpg');
  background-position: 50% 100%, 0 0, 50% 100%, 58% 40%;
  background-repeat: no-repeat, repeat, repeat-x, no-repeat;
  background-size: 100% 75px, auto, 199px, cover;
  height: 13vw;
  padding-left: 20px;
}

.div-block-363.ff5.asdasdasd {
  background-image: url('../images/fade_1.png'), url('../images/Preview_1.jpg');
  background-size: 199px, cover;
  height: 16vw;
  padding-left: 20px;
}

.div-block-363.ff5.asdasdasd.grootbos {
  background-image: url('../images/fade_2.png'), linear-gradient(#0000004d, #0000004d), url('../images/fade_1.png'), url('../images/forest_newthumb.jpg');
  background-position: 50% 100%, 0 0, 50% 100%, 50%;
  background-repeat: no-repeat, repeat, repeat-x, repeat-x;
  background-size: 100% 70px, auto, 199px, cover;
  width: auto;
  height: 12vw;
  margin-bottom: 11px;
  padding-bottom: 5px;
}

.div-block-363.ff5.asdasdasd.grootbos.capegrace {
  background-image: url('../images/fade_1.png'), url('../images/capegrace.jpg');
  width: 30vw;
}

.div-block-363.ff5.asdasdasd.grootbos.gardelnlodge {
  background-image: url('../images/fade_2.png'), linear-gradient(#0000004d, #0000004d), url('../images/fade_1.png'), url('../images/garden_preview.jpg');
  background-position: 50% 100%, 0 0, 50% 100%, 50% 70%;
  background-repeat: no-repeat, repeat, repeat-x, repeat-x;
  background-size: auto, auto, 199px, cover;
  padding-bottom: 8px;
}

.div-block-363.ff5.aapqwodj {
  background-image: url('../images/fade_1.png'), url('../images/Shamwari_Thumbnail_PhotoCredit_Shamwari-Game-Reserve.jpg');
  padding-right: 20px;
}

.div-block-363.ff5.aapqwodj.handwe {
  background-image: url('../images/fade_2.png'), url('../images/fade_1.png'), url('../images/Kwandwe_Thumbnail.jpg');
  background-position: 50% 100%, 50% 100%, 50% 100%;
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-size: 100% 75px, auto, cover;
}

.div-block-363.ff5.aapqwodj.handwe.walkers {
  background-image: url('../images/fade_1.png'), url('../images/walkersthumb.jpg');
}

.div-block-363.ff5.aapqwodj.plett1_ {
  background-image: url('../images/fade_1.png'), url('../images/OldRectory_Thumbnail.jpg');
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, cover;
}

.div-block-363.ff5.aapqwodj.shamwari {
  background-image: url('../images/fade_2.png'), url('../images/fade_1.png'), url('../images/otr22.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 100%, 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, repeat-x, repeat-x, repeat;
  background-size: 100% 75px, auto, cover, auto;
}

.div-block-363.ffsw {
  background-image: url('../images/fade_1.png'), url('../images/manoire.jpg');
  padding-left: 30px;
}

.div-block-363.ffsw.re {
  background-image: url('../images/fade_1.png'), url('../images/ekuthuleni.jpg');
  background-size: 199px, cover;
}

.div-block-363.ffsw.re.wks {
  background-image: url('../images/fade_1.png'), url('../images/Preview_3.jpg');
  background-size: 199px, cover;
  height: 16vw;
  padding-left: 20px;
}

.div-block-363.ffsw.re.sbbl {
  background-image: url('../images/fade_1.png'), url('../images/sabisabi_bushloge.jpg');
  background-size: 199px, cover;
  align-items: flex-end;
  height: 20vw;
}

.div-block-363.ffsw.re.salati {
  background-image: url('../images/fade_2.png'), url('../images/fade_1.png'), url('../images/safarithumb1.jpg');
  background-position: 50% 100%, 50% 100%, 50%;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: auto, 100% 70px, cover;
  height: 13vw;
  padding-bottom: 15px;
  padding-left: 20px;
}

.div-block-363.ffsw.re.salati.pels {
  background-image: url('../images/fade_1.png'), url('../images/rare_earth.jpg');
  padding-bottom: 15px;
}

.div-block-363.ffsw.re.salati.outpost {
  background-image: url('../images/fade_1.png'), url('../images/bath.jpg');
  padding-bottom: 15px;
}

.div-block-363.ffsw.re.salati.timbavati {
  background-image: url('../images/fade_2.png'), url('../images/fade_1.png'), url('../images/malathumb.jpg');
  background-position: 50% 100%, 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: 100% 70px, 100% 100px, cover;
  padding-bottom: 15px;
}

.div-block-363.ffsw.re.salati.timbavati.tuning {
  background-image: url('../images/fade_1.png'), url('../images/tuningi.jpg');
  background-size: 199px, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
}

.div-block-363.ffsw.re.salati.timbavati.tuning.kirkman {
  background-image: url('../images/fade_2.png'), url('../images/fade_1.png'), url('../images/safarithumb2.jpg');
  background-position: 50% 100%, 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: 100% 70px, 199px, cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-left: 20px;
}

.div-block-363.ffsw.re.tsweneee {
  background-image: url('../images/fade_1.png'), url('../images/Preview_2.jpg');
}

.div-block-363.ffsw.cellars1 {
  background-image: url('../images/fade_2.png'), linear-gradient(#0003, #0003), url('../images/fade_1.png'), url('../images/cellars.jpeg');
  background-position: 50% 100%, 0 0, 50% 100%, 58% 40%;
  background-repeat: no-repeat, repeat, repeat-x, no-repeat;
  background-size: 100% 75px, auto, 199px, cover;
  height: 13vw;
  padding-left: 19px;
}

.div-block-363.ffsw.cellars1.lastword2 {
  background-image: url('../images/fade_1.png'), url('../images/Preview_6.jpg');
}

.div-block-363.ffsw.cellars1.lastword2.lefranschhoek2 {
  background-image: url('../images/fade_2.png'), linear-gradient(#00000080, #00000080), url('../images/fade_1.png'), url('../images/Preview_5.jpg');
  background-position: 50% 100%, 0 0, 50% 100%, 50% 80%;
  background-repeat: no-repeat, repeat, repeat-x, no-repeat;
  background-size: 100% 75px, auto, 199px, 450px;
}

.div-block-363.ffsw.cellars1.lastword2.lefranschhoek2.lasfhk {
  background-image: url('../images/fade_1.png'), url('../images/Preview_4.jpg');
}

.div-block-363._333 {
  background-image: url('../images/fade_1.png'), url('../images/grootbos1.jpg');
  height: 35vw;
}

.div-block-363.lacotte {
  background-image: url('../images/fade_1.png'), url('../images/LaCotteFarm.jpg');
  background-size: 199px, cover;
  padding-left: 30px;
}

.text-span-332 {
  color: #f5ccc6;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.bold-text-28 {
  font-weight: 400;
}

.div-block-364 {
  clear: none;
  width: 100%;
  position: static;
}

.text-span-333 {
  text-align: right;
  margin-bottom: 4px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  display: block;
}

.text-span-333._3333 {
  text-align: right;
}

.text-span-333._222 {
  text-align: left;
  margin-bottom: 7px;
}

.text-span-333._3334 {
  margin-top: 17px;
}

.text-span-334 {
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 12px;
}

.text-block-65 {
  margin-top: 84px;
  margin-bottom: -108px;
}

.text-block-65.ddfs {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 22px;
}

.text-block-65.ddfs.subhead {
  margin-top: 70px;
}

.div-block-365 {
  background-color: var(--white);
  width: 73%;
  max-width: 1000px;
  height: 1px;
  margin-top: 38px;
}

.text-span-335 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
}

.div-block-366 {
  background-image: url('../images/king11.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.div-block-366._3664 {
  background-image: url('../images/king12.jpg');
  background-position: 50%;
}

.div-block-366._3664._3665 {
  background-image: url('../images/king3.jpg');
  background-position: 50%;
}

.div-block-366._3664._3665.bushl-odge4 {
  background-image: url('../images/bushlodge2.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.bushl-odge4.selai3 {
  background-image: url('../images/sabi3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3 {
  background-image: url('../images/pelthree.jpg');
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3 {
  background-image: url('../images/Suite-Comforts.jpg');
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.spier3 {
  background-image: url('../images/spierroom.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.spier3.lacotte3 {
  background-image: url('../images/lacotte.jpg');
  background-position: 60%;
  background-size: cover;
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.spier3.lacotte3.grootbos7 {
  background-image: url('../images/gardenthree.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.spier3.lacotte3.grootbos3 {
  background-image: url('../images/grootbos_three.jpg');
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.three {
  background-image: url('../images/cellars_suite.jpg');
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.three.lastword3 {
  background-image: url('../images/Three_3.jpg');
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.three.lastword3.lefhk3 {
  background-image: url('../images/lefrans3.jpg');
  background-position: 0%;
}

.div-block-366._3664._3665.bushl-odge4.selai3.pelspost3.lapetit3.three.lastword3.lefhk3.lastfhk3 {
  background-image: url('../images/Three_2.jpg');
}

.div-block-366._3664._3665.kirkman4 {
  background-image: url('../images/kirk3.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.kirkman4.outpost3 {
  background-image: url('../images/outpost-space-3-.jpg');
}

.div-block-366._3664._3665.kirkman4.outpost3.walkers4 {
  background-image: url('../images/Three_1.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.kirkman4.outpost3.walkers4.tunibngi3 {
  background-image: url('../images/tuningi_1.jpg');
}

.div-block-366._3664._3665.kirkman4.outpost3.walkers4.tunibngi3.imbali3 {
  background-image: url('../images/imbali1.jpg');
  background-position: 0 100%;
}

.div-block-366._3664._3665.kirkman4.outpost3.walkers4.tunibngi3.imbali3.hoyo5 {
  background-image: url('../images/hoyo3.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.kirkman4.outpost3.walkers4.tunibngi3.imbali3.hoyo5.ekhu4 {
  background-image: url('../images/ekhuthre3e.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-366._3664._3665.kirkman4.outpost3.walkers4.tunibngi3.imbali3.hoyo5.ekhu4.tshwene33 {
  background-image: url('../images/Three.jpg');
}

.div-block-366._3664._3665.kirkman4.outpost3.shamwai3 {
  background-image: url('../images/shamw3.jpg');
  background-size: cover;
}

.div-block-366._3664._3665.kirkman4.outpost3.shamwai3.kwandwe3 {
  background-image: url('../images/OldRectory_3.jpg');
}

.div-block-366._3664._3665.kirkman4.outpost3.shamwai3.kwandwe3.walkersbeach3 {
  background-image: url('../images/Walkers-Beach_3.jpg');
}

.div-block-366._3664._3665.kirkman4.outpost3.shamwai3.kwandwe3.oldrectory3 {
  background-image: url('../images/kwandwe3.jpg');
}

.div-block-366._3664._3665.mala3 {
  background-image: url('../images/mala3.jpg');
}

.div-block-366._3664.bushlodge2 {
  background-image: url('../images/bushlodge3.jpg');
}

.div-block-366._3664.bushlodge2.selati2 {
  background-image: url('../images/sabi2.jpg');
  background-size: cover;
}

.div-block-366._3664.bushlodge2.selati2.pelspost2 {
  background-image: url('../images/peltwo.jpg');
  background-size: cover;
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.spier2 {
  background-image: url('../images/spier_rooftop.jpg');
  background-size: cover;
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.spier2.lacotte2 {
  background-image: url('../images/lacotte2.jpg');
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.spier2.lacotte2.grootbos2 {
  background-image: url('../images/grootbos_Two.jpg');
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.spier2.lacotte2.grootbos2.grootbos6 {
  background-image: url('../images/Two_1.jpg');
  background-size: cover;
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.cellars2 {
  background-image: url('../images/The-Conservatory-Restaurant-.jpeg');
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.cellars2.laastword2 {
  background-image: url('../images/Two_4.jpg');
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.cellars2.laastword2.lefhk2 {
  background-image: url('../images/lefrans2.jpg');
}

.div-block-366._3664.bushlodge2.selati2.pelspost2.cellars2.laastword2.lefhk2.lastghk2 {
  background-image: url('../images/Two_3.jpg');
}

.div-block-366._3664.kirkman2 {
  background-image: url('../images/kirk2.jpg');
  background-size: cover;
}

.div-block-366._3664.kirkman2.outpost2 {
  background-image: url('../images/Lounge-Area.jpg');
}

.div-block-366._3664.kirkman2.outpost2.walkers2 {
  background-image: url('../images/Two.jpeg');
  background-size: contain;
}

.div-block-366._3664.kirkman2.outpost2.walkers2.tuning2 {
  background-image: url('../images/tuningi-safari-lodge-exterior-dining-boma.c07ed993.jpg');
}

.div-block-366._3664.kirkman2.outpost2.walkers2.tuning2.imbali2 {
  background-image: url('../images/imbali2.jpg');
  background-size: cover;
}

.div-block-366._3664.kirkman2.outpost2.walkers2.tuning2.imbali2.hoyo3 {
  background-image: url('../images/hoyo2.jpg');
  background-size: cover;
}

.div-block-366._3664.kirkman2.outpost2.walkers2.tuning2.imbali2.hoyo3.ekhu2 {
  background-image: url('../images/Two.jpg');
  background-size: cover;
}

.div-block-366._3664.kirkman2.outpost2.walkers2.tuning2.imbali2.hoyo3.ekhu2.tswene2 {
  background-image: url('../images/Two_2.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-block-366._3664.kirkman2.outpost2.shamwari2 {
  background-image: url('../images/shamw2.jpg');
  background-size: cover;
}

.div-block-366._3664.kirkman2.outpost2.shamwari2.kwandwe2 {
  background-image: url('../images/OldRectory_2.jpg');
}

.div-block-366._3664.kirkman2.outpost2.shamwari2.kwandwe2.walkersbeach2 {
  background-image: url('../images/Walkers-Beach_2.jpg');
}

.div-block-366._3664.kirkman2.outpost2.shamwari2.kwandwe2.oldrectory2 {
  background-image: url('../images/kwandwe2.jpg');
}

.div-block-366._3664.mala2 {
  background-image: url('../images/mala2.jpg');
}

.div-block-366.sabsabi1 {
  background-image: url('../images/sabi-sabi-bush-lodge09.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-366.sabsabi1.selati1 {
  background-image: url('../images/sabi1.jpg');
  background-size: cover;
}

.div-block-366.sabsabi1.selati1.pelspost1 {
  background-image: url('../images/One-_1.jpg');
  background-size: cover;
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1 {
  background-image: url('../images/lapetit2.jpg');
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.spier1 {
  background-image: url('../images/spierthumb.jpg');
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.spier1.lacotte1 {
  background-image: url('../images/160f86_eb08b2895ca94dbda4acb0da730d3350~mv2_1160f86_eb08b2895ca94dbda4acb0da730d3350~mv2.avif');
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.spier1.lacotte1.grootbos1 {
  background-image: url('../images/grootbos_one.jpg');
  background-size: cover;
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.spier1.lacotte1.grootbos1.grootbos5 {
  background-image: url('../images/One-.jpg');
  background-size: cover;
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.cellars2 {
  background-image: url('../images/cellars1.jpg');
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.cellars2.lastword1 {
  background-image: url('../images/One_2.jpg');
}

.div-block-366.sabsabi1.selati1.pelspost1.lapetit1.cellars2.lastword1.lefhk1 {
  background-image: url('../images/lefrans1.jpg');
}

.div-block-366.kirkman1 {
  background-image: url('../images/kirkman.jpg');
  background-size: cover;
}

.div-block-366.kirkman1.outpost1 {
  background-image: url('../images/Pool-Area-.jpg');
  background-size: cover;
}

.div-block-366.kirkman1.outpost1.walkers1 {
  background-image: url('../images/One-_2.jpg');
  background-size: cover;
}

.div-block-366.kirkman1.outpost1.walkers1.tuningi1 {
  background-image: url('../images/tuningi-safari-lodge-madikwe-south-africa-timbuktu-travel_1tuningi-safari-lodge-madikwe-south-africa-timbuktu-travel.avif');
}

.div-block-366.kirkman1.outpost1.walkers1.tuningi1.imbali1 {
  background-image: url('../images/imbali_one.jpg');
  background-position: 50%;
}

.div-block-366.kirkman1.outpost1.walkers1.tuningi1.imbali1.hoyo {
  background-image: url('../images/hoyo1.jpg');
  background-position: 50%;
}

.div-block-366.kirkman1.outpost1.walkers1.tuningi1.imbali1.hoyo.ekhu1 {
  background-image: url('../images/One.jpg');
  background-size: cover;
}

.div-block-366.kirkman1.outpost1.walkers1.tuningi1.imbali1.hoyo.ekhu1.tswene1 {
  background-image: url('../images/One_1.jpg');
  background-size: cover;
}

.div-block-366.kirkman1.outpost1.shamwari1 {
  background-image: url('../images/shamwari.jpg');
}

.div-block-366.kirkman1.outpost1.shamwari1.kwandwe1 {
  background-image: url('../images/kwandwe11.jpg');
}

.div-block-366.kirkman1.outpost1.shamwari1.kwandwe1.rectory1 {
  background-image: url('../images/OldRectory_1.jpg');
}

.div-block-366.kirkman1.outpost1.shamwari1.kwandwe1.rectory1.walkersbeach1 {
  background-image: url('../images/Walkers-Beach_1.jpg');
}

.div-block-366.mala1 {
  background-image: url('../images/mala1.jpg');
}

.div-block-367 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  height: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-66 {
  color: #fff;
  font-weight: 500;
  line-height: 12px;
}

.text-block-66._662 {
  margin-top: 11px;
}

.dropdown-toggle {
  color: #fff;
  margin-left: 19px;
  margin-right: -28px;
  padding-top: 37px;
}

.dropdown-list-3 {
  background-color: #000000bf;
  border: 1px solid #949494;
  border-radius: 7px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 10px 10px 20px;
  display: none;
}

.dropdown-list-3.w--open {
  display: block;
}

.dropdown-list-3.drop3 {
  margin-top: 84px;
  display: none;
}

.dropdown-link-5 {
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
}

.dropdown-link-5.w--current {
  color: #fff;
}

.dropdown-link-5.drpdwnotr {
  background-image: none;
  background-size: auto;
  margin-top: 10px;
  margin-left: -4px;
  padding-left: 20px;
}

.dropdown-link-6, .dropdown-link-6.w--current, .dropdown-link-7 {
  color: var(--white);
}

.dropdown-link-7.cpt {
  display: none;
}

.div-block-368 {
  background-color: #fff;
  width: 70%;
  height: 1px;
  margin: 30px auto 61px;
}

.list-16 {
  column-count: 2;
  margin-left: 40px;
}

.list-17 {
  column-count: 2;
  white-space: normal;
  width: 90%;
  margin-left: 40px;
}

.div-block-369 {
  text-align: center;
  margin-top: 91px;
  margin-bottom: 46px;
  padding-left: 23px;
}

.div-block-369._3692 {
  margin-top: 130px;
}

.div-block-369._3692.vf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-369._3692.vf.embed {
  width: 100%;
}

.div-block-369._3692._4458 {
  margin-top: 57px;
}

.div-block-369._3692._4458.ffg {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-369.fff {
  margin-top: 0;
}

.div-block-369.cptext {
  display: none;
}

.div-block-369.dddddd {
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block-369.dddddd.popu {
  margin-top: 55px;
  padding-left: 0;
}

.div-block-370 {
  border: 1px solid #ffffff8f;
  border-radius: 12px;
  width: 95%;
  height: auto;
  margin: 60px auto 25px;
  padding-bottom: 0;
  padding-left: 26px;
  overflow: hidden;
}

.div-block-370.inner {
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 34px;
}

.div-block-370._371 {
  padding-left: 0;
}

.div-block-370._3722 {
  margin-top: 40px;
}

.div-block-370._3722._372222 {
  margin-top: 60px;
}

.div-block-370.enquireframe {
  background-image: linear-gradient(#00000080, #00000080), url('../images/enquiry2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 33% 100%;
  width: 100%;
  margin-top: 61px;
  padding: 0;
  display: block;
}

.div-block-370.enquireframe.enquireframe2 {
  height: auto;
  display: none;
}

.div-block-370.enquireframe.enquireframe2.wetravel2 {
  display: block;
}

.div-block-370.enquireframe.enquireframe2.wetravel2.wetravelbooking {
  background-image: linear-gradient(#0000, #0000), url('../images/africarich.jpg');
  background-size: auto, cover;
  display: none;
}

.div-block-370._3702 {
  width: 72.5%;
}

.div-block-370._378 {
  background-color: #0000004f;
  width: 75%;
}

.text-span-336 {
  font-family: Avenirltstd Roman, Arial, sans-serif;
  font-size: 16px;
}

.dropdown-3 {
  display: block;
}

.dropdown-3.drop4 {
  margin-top: -9px;
}

.list-item-22, .list-item-23 {
  margin-top: 0;
}

.paragraph-22 {
  margin-top: 21px;
  font-style: italic;
  line-height: 24px;
}

.link-94 {
  color: var(--white);
  margin-left: 0;
  line-height: 20px;
}

.paragraph-23 {
  color: #b5887e;
  letter-spacing: 1px;
  margin-bottom: -20px;
  margin-left: 40px;
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-23._23_2 {
  margin-top: 41px;
}

.paragraph-23._23_2.ourpackages {
  width: 59%;
  margin: -39px auto 21px;
  padding-left: .5vw;
}

.text-span-337 {
  color: #fff;
  margin-left: 12px;
  font-weight: 500;
}

.text-span-337.date {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  color: #f8b3aa;
  text-transform: uppercase;
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.text-span-337.date.date2 {
  display: none;
}

.text-span-338 {
  color: var(--white);
  margin-left: 11px;
  font-weight: 500;
}

.text-span-339 {
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 19px;
}

.link-95, .link-96, .link-97 {
  color: var(--white);
}

.text-span-340 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
}

.columns-59 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 41px;
  padding-left: 46px;
  padding-right: 15px;
}

.image-129 {
  mix-blend-mode: screen;
  width: 100px;
  margin-left: -21px;
  margin-right: auto;
}

.image-129._1299 {
  width: 100px;
  margin: -10px auto -1px -21px;
}

.image-129._1299._1230 {
  width: 100px;
  margin-top: 0;
  margin-bottom: 1px;
}

.column-168 {
  text-align: center;
  padding-top: 0;
  padding-right: 20px;
}

.div-block-371 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  margin-top: 79px;
  display: flex;
}

.text-block-67 {
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
}

.text-span-341 {
  color: #de8e83;
  font-size: 27px;
}

.column-169 {
  background-image: url('../images/cntct_yellow_tile.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  padding-bottom: 23px;
  padding-left: 25px;
}

.column-170 {
  height: 140px;
}

.text-span-342 {
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
}

.div-block-372 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 0 solid #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  padding-top: 17px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-372._3774 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.div-block-372.otternew {
  grid-template-columns: 1fr 1fr;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-372.ottervd {
  grid-template-columns: 1fr 1fr;
}

.div-block-372.sfri {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.slider-15 {
  background-color: #ddd0;
  height: auto;
  margin-left: -100px;
  margin-right: -100px;
}

.slide-nav-14 {
  display: none;
}

.icon-15, .icon-16 {
  margin-top: 260.5px;
  font-size: 21px;
}

.slide-20 {
  padding-left: 96px;
  padding-right: 88px;
}

.slide-21 {
  padding-left: 96px;
  padding-right: 96px;
}

._404body {
  background-color: #000;
}

.column-171, .column-172 {
  text-align: center;
  padding-right: 20px;
}

.link-98 {
  color: #aa8b86;
  text-align: center;
  letter-spacing: 1.3px;
  -webkit-text-stroke-color: #3f6fbb;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-span-343 {
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.text-span-344 {
  color: #c9c3a8;
  text-transform: uppercase;
  margin-top: -38px;
  margin-bottom: -55px;
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  display: block;
}

.image-130 {
  width: 270px;
  margin-bottom: 32px;
  margin-left: -20px;
}

.image-130._131 {
  width: 150px;
  margin-bottom: 58px;
}

.image-131 {
  mix-blend-mode: overlay;
  width: 100%;
  height: 70vw;
}

.div-block-374 {
  text-align: center;
  width: 100%;
}

.div-block-375 {
  text-align: center;
  background-image: url('../images/fade5_1.png'), linear-gradient(#00000069, #0000), url('../images/2024-Otter-Race-Fahwaaz-422.jpg');
  background-position: 50%, 0 0, 50% 70%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 150%;
  border: 1px solid #fff;
  border-radius: 6px;
  width: auto;
}

.div-block-375._375643 {
  display: none;
}

.div-block-375._55 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #3a3a3a;
  height: 23vw;
}

.div-block-376 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.div-block-376.contqactblock, .div-block-376._44678 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-376._44678.map {
  width: 550px;
}

.div-block-376._44678.map.mapsafari {
  background-color: #00000069;
}

.div-block-376._44678.map.mapsafari.mapasafasa {
  border-width: 1px;
  width: 90%;
}

.div-block-376._378v2 {
  border-width: 0;
}

.div-block-376._378v2.ddf {
  text-align: center;
  width: 100%;
  margin-top: 45px;
  margin-left: 0;
  display: none;
}

.div-block-376._378v2.ddf.ddftv2 {
  margin-top: 40px;
  display: block;
}

.div-block-376._378v2.ddf.ddftv2.homearow.homearrow2 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 71px;
  display: flex;
}

.div-block-376._378v2.ddf.ddddd {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-top: 36px;
  padding-bottom: 61px;
  display: flex;
}

.div-block-376._378v2.ddf.ddddd.downarrow {
  z-index: 11111;
  height: 50px;
  margin-top: 5px;
  margin-bottom: -220px;
  padding-bottom: 0;
  position: relative;
}

.div-block-376._378v2.ddf.ddddd.naturesescapebg {
  margin-top: 92px;
  margin-bottom: -89px;
}

.div-block-376._378v2.ddf.ddddd.naturesescapebg.arwnature {
  margin-top: 219px;
  margin-bottom: 0;
}

.div-block-376._378v2.ddf.ddddd.otsafarrow {
  margin-top: -277px;
}

.div-block-376._378v2.ddf.ddddd.arrow2 {
  margin-top: -275px;
}

.div-block-376._378v2.ddf.ddddd.arw4 {
  margin-top: -180px;
}

.div-block-377 {
  border: 0px solid var(--white);
  width: 100%;
  padding-top: 16px;
  padding-left: 25px;
}

.div-block-377._3772 {
  padding-bottom: 20px;
}

.div-block-377._3774 {
  padding-left: 28px;
}

.div-block-377._3774.marra {
  padding-left: 0;
  font-size: 15px;
}

.div-block-377._3777f {
  margin-left: -29px;
}

.div-block-378 {
  background-color: #fff;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 0;
}

.div-block-378._999 {
  margin-top: 0;
}

.image-132 {
  width: 45px;
  margin-top: 0;
  margin-bottom: -1px;
  margin-left: 2px;
}

.image-132._1333 {
  width: 90px;
  margin-top: 0;
  margin-bottom: -21px;
  margin-left: -40px;
}

.image-132._1322 {
  width: 50px;
  margin-top: -15px;
  margin-bottom: 7px;
  margin-left: 8px;
}

.image-132._1322.ottericon {
  width: 85px;
  margin-top: -11px;
  margin-bottom: -6px;
  margin-left: 4px;
}

.image-132._1322.smallflame {
  width: 30px;
  margin-bottom: 7px;
}

.image-132._13333 {
  width: 80px;
  margin-top: 10px;
  margin-bottom: -13px;
  margin-left: 2px;
}

.div-block-379 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: screen;
  background-color: #d8d8d83b;
  background-image: url('../images/cpt_icon.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 12px;
  width: 69%;
  height: 70px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 32px;
  font-family: Addingtoncf, Arial, sans-serif;
  position: relative;
}

.text-block-68 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
}

.italic-text-26 {
  color: #fff;
  text-align: right;
  margin-top: -5px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 0;
  display: block;
}

.italic-text-26._262._444 {
  margin-top: 0;
}

.italic-text-26._111, .italic-text-26._444 {
  margin-top: 15px;
}

.italic-text-27 {
  text-align: right;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  display: block;
}

.italic-text-27.ert {
  text-align: left;
  width: 80%;
  font-size: 12px;
  line-height: 15px;
}

.italic-text-28 {
  line-height: 17px;
}

.italic-text-29 {
  text-align: left;
  font-style: normal;
  line-height: 17px;
}

.italic-text-30 {
  line-height: 17px;
}

.div-block-380 {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.div-block-380._381 {
  width: 85%;
  margin-bottom: 108px;
}

.div-block-380.contlimit {
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  display: block;
}

.div-block-380.contlimit.safaricontent {
  margin-top: -87px;
}

.div-block-380.ottermast {
  width: 72.5%;
  min-width: 1000px;
}

.div-block-380.confirmmessage {
  margin-left: -60px;
}

.div-block-380.mara {
  width: 72%;
}

.div-block-381 {
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: stretch;
  width: 93%;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video-11 {
  z-index: 99;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-382 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.div-block-382.origicpt, .div-block-382.origiotter {
  display: none;
}

.column-173 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-174 {
  padding-top: 22px;
}

.div-block-383 {
  height: 100%;
  display: block;
  position: relative;
}

.div-block-384 {
  padding-top: 10px;
}

.div-block-385 {
  background-color: #0000003d;
  border: 1px solid #8b8b8b;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.div-block-385.hidden {
  display: block;
}

.div-block-385.landingblock {
  background-color: #00000030;
  width: 50%;
  margin-bottom: 1px;
  padding-bottom: 0;
}

.div-block-385._3855 {
  padding-top: 1.8vw;
}

.div-block-385._3852.grootb {
  padding-top: 12px;
  padding-bottom: 5px;
}

.div-block-385._3876._4444 {
  height: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-385._3876._4444.wineotterframe {
  height: 315px;
}

.div-block-385.grootb {
  padding-top: 11px;
  padding-bottom: 17px;
}

.div-block-385.le-franschhoek, .div-block-385.kingscamp {
  display: none;
}

.div-block-386 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: url('../images/gif_2gif.gif');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 1px;
  border: 0 solid #888;
  width: 101%;
  margin-top: 9px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 16px;
}

.div-block-386._3852 {
  border-width: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-block-386._3852._334 {
  margin-top: 0;
  padding-left: 0;
}

.div-block-386._442 {
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 29px;
}

.div-block-386._442._443 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 18px;
  padding-left: 0;
}

.div-block-386._333 {
  padding-top: 26px;
}

.text-span-345 {
  color: #b6aa8d;
  font-family: Trade Gothic Lt Std Extended, Arial, sans-serif;
  font-size: 10px;
  line-height: 5px;
}

.columns-60 {
  padding-right: 21px;
}

.column-175 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-69 {
  text-align: center;
  margin-top: 87px;
  margin-bottom: 13px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-69.tesxxt6 {
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.text-block-69.tesxxt6.ddf {
  margin-bottom: 75px;
}

.text-block-69._555, .text-block-69.txt692, .text-block-69._692 {
  font-family: Exo, sans-serif;
  font-style: normal;
}

.text-block-69._892 {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.text-span-346 {
  color: #fff;
  text-align: right;
  font-size: 10px;
  display: block;
}

.text-span-347 {
  text-align: right;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 27px;
  font-style: italic;
  display: block;
}

.column-176 {
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  padding: 11px 29px 20px 20px;
}

.columns-61 {
  height: 100%;
}

.column-177 {
  background-color: #38383800;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
}

.column-177._1772 {
  text-align: left;
  background-color: #776161;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/va_0001_VA_Hotel066-1.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto 100%;
  display: block;
}

.image-133 {
  text-align: left;
  width: 75px;
}

.div-block-387 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 10px;
}

.div-block-387.embedline2 {
  margin-bottom: 20px;
}

.link-block-26 {
  width: 50px;
  height: 50px;
  margin-top: 0;
  position: static;
  top: -216px;
  right: -31.6vw;
}

.image-134 {
  width: 70%;
  height: 70%;
  margin-top: 8px;
}

.div-block-388 {
  text-align: right;
}

.div-block-389 {
  background-color: #3f3533;
}

.div-block-389.ddf {
  width: 90%;
}

.div-block-389.ddf.confirmfoot {
  margin-top: 47px;
}

.text-span-348 {
  text-align: right;
  display: block;
}

.text-span-349 {
  margin-top: 11px;
  display: block;
}

.text-span-350 {
  margin-top: 10px;
  display: block;
}

.text-span-351 {
  color: #fff;
}

.text-span-351.ffsdf {
  font-size: 14px;
}

.text-span-352, .text-span-353 {
  margin-top: 10px;
  display: block;
}

.text-span-354 {
  color: #7a7a7a;
}

.text-span-355, .text-span-356 {
  margin-top: 10px;
  display: block;
}

.text-span-357 {
  color: #919191;
}

.div-block-390 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #3f353387;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.bott2 {
  background-image: linear-gradient(#2e2423, #2e2423);
  padding-top: 15px;
}

.div-block-391 {
  background-image: linear-gradient(#29201e, #29201e);
  padding-top: 15px;
}

.paragraph-24 {
  color: #c0b494;
  padding-left: 30px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
}

.paragraph-24._242 {
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.italic-text-31 {
  color: #867c73;
  font-size: 15px;
  font-style: normal;
  line-height: 16px;
}

.div-block-392 {
  background-color: #29211f;
  padding-top: 15px;
}

.text-span-358 {
  color: #8495b2;
}

.div-block-393 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000008a;
}

.div-block-393.aaas {
  text-align: center;
  background-color: #0000;
  width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px;
}

.div-block-393.aaas.blogembed {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #a0a0a000;
  border-radius: 24px;
  width: 71%;
  margin-top: -72px;
  padding-top: 27px;
  padding-bottom: 31px;
  overflow: hidden;
}

.div-block-393.aaas.itrwe {
  background-color: #3f3533bf;
  border-radius: 12px;
  width: 70%;
}

.div-block-394 {
  text-align: right;
  border-radius: 12px;
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-394.v5 {
  z-index: 21;
  padding-right: 48px;
  position: relative;
}

.div-block-395 {
  mix-blend-mode: normal;
  background-image: url('../images/map4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-end;
  width: 450px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-178 {
  padding-top: 20px;
  padding-bottom: 0;
}

.column-179 {
  height: 100%;
  padding-top: 0;
  padding-right: 0;
}

.div-block-396 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 17vw;
  display: grid;
}

.div-block-397 {
  border: 1px solid var(--bronze);
  background-color: #fff0;
  border-radius: 0;
  padding-top: 10px;
  padding-left: 0;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.link-block-27 {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.dic-block-392 {
  padding-top: 16px;
}

.icon-17 {
  color: #fff;
  margin-top: 41.5px;
}

.icon-18 {
  color: #fff;
  margin-top: 53px;
}

.icon-18.uu {
  margin-top: 42px;
}

.link-99, .link-100 {
  display: block;
}

.div-block-398 {
  margin-bottom: 60px;
  padding-left: 1%;
}

.link-block-28 {
  width: 70px;
  height: 30px;
  display: block;
  position: static;
  top: 30px;
  bottom: 0;
  right: -32px;
}

.link-block-28._282 {
  background-image: none;
  width: 120px;
  height: 21px;
  margin-top: 35px;
  margin-right: -112px;
  position: static;
  top: 68px;
  right: 47px;
}

.link-block-28._282._283 {
  width: 68px;
  height: 36px;
  top: 92px;
}

.link-block-28._282._234 {
  margin-top: 68px;
  margin-right: -90px;
}

.link-block-28._282._234._235 {
  width: 80px;
  height: 30px;
  margin-top: 95px;
  margin-right: -166px;
}

.link-block-28._282._234._235._236 {
  margin-right: 137px;
}

.text-span-359 {
  text-align: right;
  display: block;
}

.text-block-70 {
  color: #ffc0be;
  margin-bottom: 15px;
}

.div-block-399 {
  text-align: right;
  margin-top: -14px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.alleft {
  z-index: 99;
  text-align: left;
  margin-left: 7px;
  margin-right: 26px;
  position: relative;
}

.div-block-400 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-right: 3vw;
  display: flex;
}

.div-block-401 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-401._4012 {
  grid-template-columns: 1fr;
  display: block;
}

.link-block-29 {
  text-align: center;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: 50px;
  margin-top: -59px;
  margin-bottom: 10px;
  margin-left: auto;
  display: flex;
}

.link-block-29.v2 {
  justify-content: flex-start;
  align-items: center;
  width: 47px;
  margin-top: -56px;
  margin-left: 28px;
}

.link-block-29.v2.v3 {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: 9%;
}

.div-block-402 {
  background-image: url('../images/fade5_1.png'), linear-gradient(#00000080, #0000), url('../images/maa3.webp');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, auto, 120%;
  border: 1px solid #fff;
  border-radius: 6px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-402.racepackageshonme {
  height: 200px;
}

.div-block-402.racepackageshonme.ffgty {
  background-image: url('../images/fade5_1.png'), linear-gradient(#00000080, #0000), url('../images/marathon.jpg');
  background-position: 50%, 0 0, 50% 30%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, 120%;
  height: auto;
}

.div-block-403 {
  border: 1px solid #ffffffbf;
  border-radius: 6px;
  height: auto;
  min-height: auto;
  margin-right: 0;
  padding: 20px 10px 22px;
  overflow: hidden;
}

.div-block-404, .div-block-405 {
  border: 1px solid #ffffffbf;
  border-radius: 6px;
  height: auto;
  min-height: auto;
  padding: 20px 10px;
  overflow: hidden;
}

.div-block-406 {
  background-image: url('../images/whiteline.png'), url('../images/home1.jpg');
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat-x, repeat;
  background-size: 100% 1px, cover;
  width: 107%;
  height: 14vw;
  margin-top: -20px;
  margin-left: -8px;
  margin-right: 0;
}

.div-block-406._4062 {
  background-image: url('../images/whiteline.png'), url('../images/home_thumb2.jpg');
  width: 107%;
}

.div-block-406.post {
  background-image: url('../images/whiteline.png'), url('../images/home3.jpg'), url('../images/post.jpg');
  background-position: 50% 100%, 50% 100%, 50%;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto 1px, cover, cover;
}

.text-block-71 {
  text-align: left;
  min-width: 12px;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: -35px;
  margin-left: 32px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  display: block;
  position: relative;
  top: -57px;
}

.text-block-71.v55 {
  text-align: left;
}

.text-block-71.v55.v99 {
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-71._712 {
  margin-top: 10px;
}

.text-span-360 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 15px;
}

.italic-text-32 {
  text-align: left;
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
}

.text-span-361 {
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 21px;
}

.div-block-407 {
  padding-left: 0;
}

.div-block-408 {
  padding-left: 14px;
}

.italic-text-33 {
  margin-top: -11px;
  font-size: 18px;
  display: block;
}

.div-block-409 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-409.naturesescapegrid {
  grid-template-columns: 1fr;
  width: 60%;
}

.div-block-409.naturesgrid {
  max-width: 1000px;
}

.div-block-409.naturesgrid.natureblock {
  width: 65%;
  min-width: 1000px;
  max-width: none;
  height: auto;
  margin-top: 40px;
}

.div-block-409._4092 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-409._4092.ottersafari {
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin-top: 32px;
}

.div-block-409._4092.ottersafari.otterwine.otterwinv2 {
  width: 100%;
  margin-top: 43px;
}

.div-block-409._4092._40922 {
  width: 70%;
  margin-top: 39px;
}

.div-block-409._4092.winecat {
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin-top: 40px;
}

.column-180 {
  padding-left: 0;
}

.text-span-362 {
  font-size: 21px;
}

.text-span-362._363 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-101 {
  color: var(--white);
}

.italic-text-34 {
  font-size: 15px;
  font-style: normal;
  line-height: 17px;
}

.italic-text-35 {
  color: #c7b7ae;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.column-181 {
  background-image: url('../images/whitebar.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 1px;
}

.column-182 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 22px;
  display: flex;
}

.image-135 {
  width: 27px;
  margin-top: 0;
}

.text-span-363 {
  font-size: 21px;
}

.text-span-363._363 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-410 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border: 1px solid #888;
  width: 101%;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 16px;
}

.div-block-410._442 {
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 29px;
}

.div-block-410._442._443 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 18px;
  padding-left: 0;
}

.link-102 {
  color: #fff;
}

.link-block-30 {
  z-index: 99;
  position: absolute;
}

.link-block-30.homeartow {
  z-index: 2147483647;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.link-block-30.homeartow.winevs {
  margin-left: 144px;
}

.paragraph-26 {
  font-family: Lato, sans-serif;
}

.paragraph-26.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-26.parahome.parahome2 {
  text-align: left;
  letter-spacing: .4px;
  width: 100%;
  max-width: none;
  margin: 20px auto 51px;
  padding-left: 52px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 21px;
}

.paragraph-26.parahome.parahome2.ddrty {
  margin-bottom: 75px;
  padding-right: 144px;
}

.paragraph-26.parahome.parahome2.ddrty.cptm {
  margin-bottom: 48px;
  padding-right: 49px;
  font-size: 14px;
}

.paragraph-26.parahome.parahome2.ddrty.cptm.wine1 {
  width: 90%;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 77px;
}

.paragraph-26.parahome.parahome2.ddrty.cptm.wine1.cta {
  text-align: center;
  width: 96%;
  padding-left: 82px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-style: italic;
}

.div-block-411 {
  margin-bottom: 48px;
}

.div-block-412 {
  width: 100%;
}

.div-block-412.limit {
  max-width: 1000px;
  margin-top: 58px;
}

.div-block-412.limit.winelimit {
  width: 100%;
  max-width: 1000px;
  margin-left: 0;
}

.div-block-412.limit.limit2.cpynat {
  width: 70%;
  min-width: auto;
  max-width: none;
  margin-top: 158px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-412.safsaf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -76px;
  display: block;
}

.div-block-412.safsaf.ottersafari2 {
  width: 75%;
}

.div-block-412.safsaf.ottersafari2.racepackagespara {
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-412.safsaf.ottrwine {
  margin-top: 66px;
}

.div-block-412.safsaf.addtext {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}

.columns-62 {
  width: 80%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.column-183 {
  text-align: center;
}

.gg {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
}

.div-block-413 {
  margin-top: 40px;
}

.div-block-413._4132 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.div-block-414 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 47px;
  display: flex;
}

.text-span-364 {
  font-family: Swarsh Daisy, Georgia, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 200;
}

.text-span-365 {
  color: #ebccc5;
}

.text-block-72 {
  color: #ffe0cb;
  letter-spacing: .75px;
  margin-top: 7px;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
}

.text-block-72._998.instruct2 {
  color: #ffe0cb;
  margin-left: 60px;
}

.text-block-72.subheading {
  margin-left: 71px;
}

.text-block-72.subheading.dd, .text-block-72.subheading.dd.ss {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-72.subheading.dd.contsaf {
  width: 60%;
}

.text-block-72.instrcut2 {
  color: #ffe0cb;
  margin-bottom: 35px;
  margin-left: 60px;
}

.text-block-72.instrcut2._44 {
  margin-top: 35px;
  margin-bottom: 60px;
  font-size: 21px;
}

.text-block-72._757 {
  color: #ffe0cb;
  margin-left: 60px;
}

.text-block-72._722 {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  font-style: normal;
}

.text-block-72._722.ddf {
  text-align: right;
}

.text-block-72._722.ddf.dd {
  color: #b3b3b3;
  text-transform: none;
  margin-top: 0;
  margin-bottom: -2px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-72._722.ddf.dd._65 {
  text-align: left;
}

.bold-text-29 {
  text-transform: none;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 27px;
}

.div-block-415 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-366 {
  color: var(--white);
  text-transform: none;
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.italic-text-36 {
  color: #fff;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
}

.italic-text-37 {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
}

.div-block-416 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 140%;
  display: flex;
}

.italic-text-38 {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}

.column-184 {
  padding-left: 8%;
}

.bold-text-30 {
  font-size: 24px;
  font-weight: 500;
}

.image-136 {
  -webkit-backdrop-filter: drop-shadow(-5px -5px 5px #000000b3);
  backdrop-filter: drop-shadow(-5px -5px 5px #000000b3);
  width: 330px;
  margin-top: 0;
  margin-bottom: 9px;
  display: none;
}

.div-block-419 {
  filter: drop-shadow(0 2px 5px #00000080);
  background-image: url('../images/Comp-22.gif'), radial-gradient(circle closest-side, #00000026, #0000);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
  width: 380px;
  height: 300px;
  margin-bottom: 0;
}

.italic-text-41 {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.italic-text-42 {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-span-367 {
  color: #bdbdbd;
}

.italic-text-43 {
  text-align: left;
}

.text-span-368 {
  text-align: right;
}

.text-span-369 {
  text-align: left;
}

.italic-text-44 {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.italic-text-45 {
  font-style: normal;
}

.text-span-370 {
  text-align: right;
}

.text-span-371 {
  color: #bdbdbd;
  text-align: right;
  font-size: 10px;
  line-height: 19px;
  display: block;
}

.italic-text-46, .italic-text-47 {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.italic-text-47.title {
  color: #fff;
}

.italic-text-47.title.titlebigger {
  font-size: 36px;
  font-weight: 400;
}

.italic-text-47._443 {
  font-size: 21px;
}

.italic-text-47.runhed {
  color: #fff;
}

.italic-text-48, .italic-text-49 {
  font-style: normal;
}

.italic-text-50, .italic-text-51 {
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 200;
}

.bold-text-31 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.bold-text-32 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-33 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.italic-text-52 {
  font-style: normal;
}

.italic-text-53 {
  margin-top: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.text-span-372 {
  font-weight: 600;
}

.text-span-373 {
  text-align: left;
  display: block;
}

.div-block-420 {
  padding-bottom: 0;
}

.div-block-420.later {
  display: none;
}

.bold-text-34 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.div-block-421 {
  background-color: #000;
}

.div-block-421.cntctdiv.racepackagereservationsframe {
  margin-top: -290px;
}

.text-span-374 {
  font-weight: 600;
}

.text-span-375, .text-span-376, .text-span-377, .text-span-378 {
  font-weight: 500;
}

.column-185 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -11px;
  padding-top: 25px;
  display: flex;
}

.italic-text-54 {
  font-style: normal;
}

.image-137 {
  width: 90px;
  margin-top: 20px;
  margin-left: 10vw;
  display: none;
}

.text-span-379 {
  column-count: auto;
  padding-right: 10px;
  font-weight: 300;
  display: block;
}

.text-span-379.asdasdasd {
  margin-top: -11px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: block;
}

.text-span-379.asdasdasd.text2 {
  width: 90%;
  line-height: 19px;
}

.text-span-380, .text-span-381 {
  font-weight: 400;
}

.bold-text-35 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-36 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-span-382 {
  font-weight: 500;
}

.text-span-383 {
  color: var(--white);
}

.text-span-384 {
  font-weight: 500;
}

.italic-text-55 {
  font-style: normal;
}

.text-span-385 {
  color: #f7eae7;
  font-size: 15px;
}

.text-span-385.pink {
  color: #fff;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 18px;
}

.pink, .text-span-386 {
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.bold-text-37 {
  font-weight: 400;
}

.text-span-387, .text-span-388 {
  font-family: Addingtoncf, Arial, sans-serif;
  font-style: italic;
}

.italic-text-56 {
  color: #8a7c6f;
  font-size: 15px;
}

.text-span-389 {
  color: #aa9b93;
  font-size: 13px;
}

.text-span-390 {
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.text-span-391 {
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.div-block-423 {
  background-image: url('../images/safaribook.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 70%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  display: flex;
}

.div-block-423.winebg {
  background-image: url('../images/winebg.jpg');
  border-radius: 17px;
  width: 70%;
  margin-top: 88px;
}

.div-block-423.naturescta {
  background-image: url('../images/grootbodbg.jpg');
  margin-top: 20px;
}

.div-block-423.otrvs {
  width: 90%;
  margin-top: 83px;
}

.columns-63 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.column-186 {
  padding-left: 41px;
}

.text-span-392 {
  color: #c7b7ae;
}

.text-span-395, .text-span-397 {
  color: #f0d7d2;
}

.text-span-398, .text-span-399 {
  color: #f0d7d2;
  font-size: 13px;
}

.image-138 {
  width: 50px;
  display: block;
  position: relative;
}

.div-block-424 {
  text-align: center;
  margin-bottom: 53px;
}

.div-block-424.backbuttonotter {
  margin-top: 85px;
  margin-bottom: 0;
}

.div-block-424.backbutton {
  display: none;
}

.div-block-424.back2 {
  margin-top: 52px;
  margin-bottom: 20px;
}

.div-block-424.arrow3 {
  margin-top: 40px;
  margin-bottom: -56px;
}

.div-block-424.arrow3.back3 {
  margin-bottom: 62px;
}

.div-block-425 {
  display: none;
}

.div-block-426 {
  width: 100%;
  margin-left: 0;
  padding-right: 35px;
}

.div-block-426._4265 {
  padding-right: 85px;
}

.div-block-426._4265._42652.sdasd, .div-block-427, .div-block-428 {
  display: none;
}

.text-span-400 {
  color: #e9beb9;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 600;
}

.text-span-400.ee {
  text-transform: uppercase;
}

.div-block-429 {
  mix-blend-mode: normal;
  background-color: #aa988800;
  border: 0 solid #fff;
  border-radius: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 31px 20px;
  overflow: hidden;
}

.text-span-401 {
  font-size: 19px;
  line-height: 12px;
}

.text-span-402 {
  color: #fff;
  letter-spacing: .75px;
  text-transform: none;
  margin-top: -23px;
  margin-bottom: -23px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.text-span-403 {
  display: block;
}

.column-187 {
  padding-top: 12px;
}

.cnt {
  color: #c0a594;
  margin-bottom: 23px;
  font-family: Recoleta Alt, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.text-span-404, .text-span-405 {
  text-align: left;
  width: 80%;
  display: block;
}

.text-span-406, .text-span-407, .text-span-408 {
  text-align: left;
  display: block;
}

.text-span-409 {
  color: #fff;
  text-align: right;
  font-size: 10px;
  display: block;
}

.oldwine {
  display: none;
}

.code-embed-14 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.nn {
  padding-top: 37px;
}

.div-block-431 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.code-embed-15 {
  padding-left: 45px;
  padding-right: 25px;
}

.code-embed-15._152 {
  margin-bottom: 0;
}

.link-block-32 {
  width: 100%;
}

.div-block-432 {
  background-color: #0000;
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-432._4322condensed {
  width: 90%;
}

.image-139 {
  z-index: 55;
  filter: drop-shadow(-5px 5px 5px #000000b3);
  width: 120px;
  margin-left: -216px;
  display: none;
  position: absolute;
  left: auto;
  right: auto;
}

.image-140 {
  filter: drop-shadow(-2px 2px 5px #000000b3);
  width: 420px;
  margin-top: -49px;
  margin-bottom: -38px;
  display: none;
}

.image-141 {
  width: 300px;
  margin-bottom: 52px;
}

.column-188 {
  background-image: url('../images/whitebar.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  align-items: center;
  height: 100%;
  padding-top: 22px;
  display: flex;
}

.columns-64 {
  height: 100%;
  display: flex;
}

.text-span-410 {
  font-weight: 300;
}

.text-span-410.ffgh.head4 {
  line-height: 33px;
}

.list-item-24 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.list-18 {
  margin-top: -10px;
  margin-bottom: 18px;
}

.text-block-73 {
  font-size: 15px;
  font-weight: 500;
}

.text-block-73.ffg {
  margin-top: 57px;
}

.dropdown-4 {
  margin-top: -1px;
  display: flex;
}

.div-block-433 {
  width: 78%;
  min-width: 950px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-434 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: grid;
}

.div-block-434.oneonly2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/oneonlybg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-width: 0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  overflow: hidden;
}

.div-block-434.oneonly2.queenvic2 {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/queenvic1.jpg');
  background-size: auto, cover;
  height: auto;
  display: none;
}

.div-block-434.oneonly2.queenvic2.commodore2 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/commodore_0001_Courtyard.jpg');
  background-size: auto, cover;
  display: none;
}

.div-block-434.oneonly2.queenvic2.va2 {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/queenvic1.jpg');
  background-size: auto, cover;
  display: none;
}

.div-block-434.oneonly2.queenvic2.winchester2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/winchester_0002_Winchester_008.jpg');
  background-size: auto, cover;
  display: none;
}

.div-block-435 {
  background-image: url('../images/oneonly.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 80%;
  height: 166px;
}

.div-block-435.queenvic {
  background-image: url('../images/queenvic.jpg');
}

.div-block-435.queenvic.comodore {
  background-image: url('../images/commodore.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-435.queenvic.vicalf {
  background-image: url('../images/vicalf.jpg');
  background-size: cover;
}

.div-block-435.queenvic.vicalf.winchesrtewr {
  background-image: url('../images/winnchester.jpg');
  background-size: cover;
}

.div-block-436 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  margin-left: -18%;
  padding-top: 0;
  display: grid;
}

.div-block-437 {
  width: 32%;
}

.pricetag {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-right: 17px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 21px;
}

.pricetag.date {
  color: #ffe0cb;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  display: block;
}

.div-block-438 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 130%;
  height: 85%;
  padding-left: 8px;
  display: flex;
}

.div-block-439 {
  height: 200px;
  margin-left: 20%;
  padding-top: 12px;
  padding-right: 26px;
}

.text-span-411 {
  color: #ffe0cb;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.columns-65 {
  height: 100%;
  display: flex;
}

.column-189 {
  height: auto;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}

.column-190 {
  height: 100%;
  padding: 34px 40px 60px 43px;
}

.slider-16 {
  height: 100%;
}

.slide-22 {
  background-image: url('../images/oneonlybg.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22.slid222 {
  background-image: url('../images/one1.jpg');
  background-size: cover;
}

.slide-22.slid222.slide23 {
  background-image: url('../images/one6.jpg');
}

.slide-22.slid222.slide23.slide24 {
  background-image: url('../images/one4.jpg');
}

.slide-22.slid222.slide23.slide24.slide25 {
  background-image: url('../images/one5.jpg');
}

.slide-22.slid222.slide23.slide24.slide27 {
  background-image: url('../images/one3.jpg');
}

.slide-22.slid222.qv2 {
  background-image: url('../images/queenvic1.jpg');
  height: 100%;
}

.slide-22.slid222.qv2.com2 {
  background-image: url('../images/commodore_0001_Courtyard.jpg');
}

.slide-22.slid222.qv2.com2.com3 {
  background-image: url('../images/commodore_0003_Commodore-Courtyard-003.jpg');
}

.slide-22.slid222.qv2.com2.com4 {
  background-image: url('../images/commodore_0005_Commodore-Clipper-Restaurant-004.jpg');
}

.slide-22.slid222.qv2.com2.com5 {
  background-image: url('../images/commodore_0002_Commodore-Room-Deluxe.jpg');
}

.slide-22.slid222.qv2.com2.com6 {
  background-image: url('../images/commodore_0004_Commodore-Clipper-Restaurant-008fixed.jpg');
}

.slide-22.slid222.qv2.va2 {
  background-image: url('../images/va_0000_VA_Hotel068.jpg');
}

.slide-22.slid222.qv2.va2.va3 {
  background-image: url('../images/va_0002_VA_Hotel045.jpg');
}

.slide-22.slid222.qv2.va2.va3.w3 {
  background-image: url('../images/winchester_0001_Winchester_029.jpg');
}

.slide-22.slid222.qv2.va2.va4 {
  background-image: url('../images/va_0001_VA_Hotel066-1.jpg');
}

.slide-22.slid222.qv2.va2.va4.w4 {
  background-image: url('../images/winchester_0002_Winchester_008.jpg');
}

.slide-22.slid222.qv2.va2.w2 {
  background-image: url('../images/winchester_0003_Winchester-Junior-Sea-facing-1.jpg');
}

.slide-22.slid222.qv2.qv3 {
  background-image: url('../images/qv3.jpg');
}

.slide-22.qv1 {
  background-image: url('../images/queenvic2.jpg');
  background-size: cover;
  height: 100%;
}

.slide-22.qv1.com1 {
  background-image: url('../images/commodore_0002_Commodore-Room-Deluxe.jpg');
}

.slide-22.qv1.va1 {
  background-image: url('../images/va_0003_Ginja_2.jpg');
}

.slide-22.qv1.va1.w1 {
  background-image: url('../images/winchester_0000_Winchester_hotel49-HIGH-RES.jpg');
}

.slide-nav-15 {
  display: none;
}

.icon-19 {
  filter: drop-shadow(0 2px 5px #000000b3);
  font-size: 25px;
  inset: auto 0% 7%;
}

.icon-20 {
  filter: drop-shadow(0 -20px 5px #000000b3);
  align-items: flex-end;
  font-size: 25px;
  display: block;
  inset: auto 0% 7%;
}

.text-span-412 {
  color: #fff;
  margin-bottom: -14px;
  font-weight: 500;
  display: block;
}

.image-142 {
  width: 40px;
  margin-right: 19px;
}

.div-block-440 {
  justify-content: flex-end;
  margin-bottom: -37px;
  display: flex;
}

.mask-9 {
  height: 100%;
}

.italic-text-57 {
  font-size: 14px;
  font-style: normal;
}

.right-arrow-11 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.image-143 {
  display: block;
  position: absolute;
  inset: auto 0% 6% 30%;
}

.image-144 {
  display: block;
  position: absolute;
  inset: auto 30% 6% auto;
}

.text-span-413 {
  color: #fff;
  margin-top: -9px;
  margin-bottom: -21px;
  font-family: Addingtoncf, Arial, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.text-span-414 {
  color: #ffe0cb;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.italic-text-58, .italic-text-59 {
  font-style: normal;
}

.div-block-442 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  height: auto;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.div-block-442._4423 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 33px;
  display: none;
}

.div-block-442._4423._33456 {
  display: none;
}

.div-block-443 {
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-1-4 {
  background-color: #2e2c2c;
  border-radius: 7px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1-4.w--current {
  background-color: #494241;
  border-radius: 7px;
  margin-right: 10px;
}

.text-block-74 {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-tab-2-4 {
  background-color: #2e2c2c;
  border-radius: 7px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-4.w--current {
  -webkit-text-stroke-color: var(--black);
  background-color: #504848;
}

.text-block-75 {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-tab-3-3 {
  color: var(--white);
  background-color: #2e2c2c;
  border-radius: 7px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-3-3.w--current {
  background-color: #524848;
}

.text-block-76 {
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tabs-menu-4 {
  margin-bottom: 12px;
  padding-left: 27px;
}

.tabs-menu-4.tabsmenu445 {
  padding-left: 56px;
}

.list-19 {
  column-count: 2;
  width: 100%;
  margin-left: 10px;
  padding-right: 26px;
  font-size: 14px;
}

.list-item-27 {
  margin-top: 0;
  padding-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.tabs-4 {
  margin-top: 22px;
  margin-left: 6px;
  padding-bottom: 23px;
  padding-right: 22px;
}

.text-span-415 {
  color: #e9beba;
}

.bold-text-38 {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-style: normal;
  display: block;
}

.bold-text-39 {
  font-size: 17px;
  font-weight: 400;
}

.slider-17 {
  z-index: 99;
  background-color: #fff0;
  height: 400px;
  margin-left: 0;
}

.slide-23 {
  width: 48%;
  height: auto;
  margin-right: 2%;
}

.slide-24 {
  width: 48%;
  margin-right: 2%;
}

.mask-10 {
  height: 27vw;
  margin-left: 32px;
  margin-right: 19px;
}

.slide-nav-16 {
  display: none;
}

.icon-21 {
  margin-left: 0;
  font-size: 21px;
}

.icon-22 {
  margin-right: 0;
  font-size: 21px;
}

.div-block-444 {
  background-color: #40423e42;
  border-radius: 14px;
  margin-top: 23px;
  margin-left: 28px;
  margin-right: 27px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.text-span-416 {
  font-size: 22px;
}

.text-span-417 {
  color: #fdccc5;
  margin-top: 4px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.bold-text-40, .bold-text-41 {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-42 {
  font-size: 16px;
  font-weight: 500;
}

.bold-text-43, .bold-text-44 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-418 {
  color: #ffe0cb;
  display: inline;
}

.text-span-419, .text-span-420 {
  color: #fedfca;
}

.list-item-27-copy {
  margin-top: 0;
  padding-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-145 {
  width: 42px;
  height: 42px;
}

.link-block-34 {
  width: 30px;
  margin-left: 25px;
}

.image-147 {
  width: 16px;
  height: 30px;
}

.image-148 {
  width: 230px;
}

.link-block-35 {
  margin-top: 43px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  h1 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  h2 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h4 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 2.75vw;
    line-height: 3.25vw;
  }

  h5 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 2.25vw;
    line-height: 3.25vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  p {
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  li {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  blockquote {
    margin-top: 4vw;
    margin-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  figure {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  figcaption {
    margin-top: 2vw;
    margin-bottom: 5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .cover {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .sc-content-holder {
    width: 90%;
    left: auto;
    right: auto;
  }

  .button-style-1 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-style-1.large {
    text-align: center;
    border-radius: 60px;
    height: auto;
    padding: 3vw 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .global-container {
    width: 100%;
    min-height: 10px;
    padding-top: 34px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-container.pigcasso {
    padding-top: 0;
    padding-left: 0;
  }

  .eyebrow {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-5 {
    letter-spacing: .4vw;
    padding-bottom: 1vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .book-button {
    margin-bottom: 3vw;
    margin-right: 3vw;
    padding: 3vw;
  }

  .fullbleed-image {
    height: 80vw;
  }

  .quote-holder {
    margin-bottom: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-logo-holder {
    width: 18vw;
  }

  .navbar-link-holder {
    width: 60%;
  }

  .button-navbar {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.dark {
    font-size: 12px;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 14vw;
  }

  .cover-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image {
    object-fit: cover;
  }

  .image.scale-in {
    height: 250px;
  }

  .global-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.book-now {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.fb-section {
    height: 50vw;
  }

  .global-section.faq-header {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .style-1m {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .style-1m.animate-in {
    font-size: 3.5vw;
  }

  ._3up-image-holder {
    height: 40vw;
  }

  ._3up-image-holder.rooms {
    height: 20vw;
  }

  ._3up-text-holder {
    margin-top: 4vw;
  }

  ._3up-description {
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .ps {
    letter-spacing: .02vw;
    font-size: 2vw;
    line-height: 3.25vw;
  }

  .accordion-wrapper {
    align-items: flex-start;
  }

  .accordion-item {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .accordion-item-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 60px;
    display: flex;
  }

  .menu-items {
    margin-top: 1vw;
  }

  .footer-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .menu-spacer {
    background-color: #ffffff4d;
    width: 1px;
    height: 19vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .menu-container {
    width: 90%;
    min-height: 10px;
  }

  .navbar-sticky {
    padding-left: 9%;
    padding-right: 8%;
  }

  .feature-card {
    min-height: 60vw;
    margin-top: 10vw;
    padding: 5vw;
  }

  .feature-card.featcard2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fc-content {
    margin-top: 10vw;
    padding-left: 3vw;
    padding-right: 0;
  }

  .fc-content.pigcsasocontent {
    margin-top: 0;
  }

  .style-1l {
    font-size: 8vw;
    line-height: 11vw;
  }

  .style-1l.white.homehead.homie2 {
    font-size: 42px;
  }

  .style-1l.white.homehead.homie2.abouthead.abouthead2 {
    text-align: center;
  }

  .style-1l.white.homehead.homie2.support_head {
    margin-top: 410px;
    font-size: 27px;
  }

  .style-1s {
    letter-spacing: -.5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .fc-text {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .fc-column-1 {
    height: 58vw;
  }

  .fc-columns {
    height: 57vw;
    margin-top: -10vw;
    display: flex;
  }

  .stay {
    background-image: none;
    padding: 54px 3% 31px 2%;
    display: none;
  }

  .dine {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .footer-large {
    padding: 0;
  }

  .footer-logo-holder {
    width: 30vw;
  }

  .global-text-styles h2 {
    margin-top: 6vw;
  }

  .global-text-styles p {
    margin-bottom: 2vw;
  }

  .global-text-styles ul {
    margin-bottom: 4vw;
    padding-left: 16vw;
  }

  .global-text-styles ol {
    width: auto;
    margin-bottom: 3vw;
    padding-left: 16vw;
  }

  .global-text-styles figcaption {
    padding-right: 10vw;
  }

  .global-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .global-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .global-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .global-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .footer-description-holder {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 90%;
    padding: 2vw 4vw;
  }

  .sc-title.home.homie {
    margin-bottom: 17vw;
    margin-left: 24px;
  }

  .sc-title.home.homie.about {
    text-align: center;
  }

  .sc-title.home.homie.blogg {
    margin-left: 75px;
  }

  .sc-title.home.homie.road {
    padding-left: 21px;
  }

  .link-in-page {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .services-collection {
    justify-content: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .item-description-holder {
    padding-left: 11.5vw;
    padding-right: 11.5vw;
  }

  .amenity-icon-holder {
    width: 5vw;
    height: 5vw;
  }

  .button-style-2-1 {
    padding-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  ._4up-image {
    height: 19vw;
  }

  .ps-headline {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .line {
    width: 40%;
  }

  .line.left {
    margin-right: 5vw;
  }

  .line.right {
    margin-left: 5vw;
  }

  .view-icon {
    width: 12vw;
    height: 12vw;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 3vw;
    padding-bottom: 1vw;
  }

  .il-photo-holder {
    width: 14vw;
    height: 10vw;
    margin-top: 0;
    margin-bottom: .5vw;
  }

  .global-button-pill {
    height: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .global-button-pill.link-delay {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-style-4 {
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .sc-content {
    width: 100%;
    margin-left: 0;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-cover {
    min-height: 500px;
  }

  .section-cover.secthome.setportaldesktop {
    height: 130vh;
  }

  .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .linebreak-holder {
    width: 100%;
  }

  .team-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 3vw;
  }

  .team-item {
    margin-bottom: 5vw;
  }

  .team-title {
    margin-top: 1vw;
  }

  ._2m {
    margin-bottom: .5vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .style-3xs {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: -.1px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -3px;
  }

  .pxs {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  .pxs.gallery-text {
    margin-bottom: 0;
  }

  .search {
    width: 70%;
  }

  .search-button {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .search-result-item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .lightbox-link {
    height: 81vw;
  }

  .lightbox-images, .big-lightbox {
    height: 80vw;
  }

  .lightbox-button {
    padding-bottom: 5vw;
  }

  .gallery-cta {
    padding: 2vw 3vw;
  }

  .pm {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  ._3up-subtitle-holder, .page-title-holder.events {
    margin-bottom: 1vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .menu-link, ._3up-view-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .style-4s-bold {
    letter-spacing: .4vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .il-title-holder {
    margin-top: 0;
  }

  .h5 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .list-price {
    letter-spacing: -.1px;
    margin-top: -1vw;
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 3vw;
    height: 2vw;
  }

  .bb-content {
    align-items: center;
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    margin-bottom: 3vw;
  }

  .about {
    background-image: none;
    padding-bottom: 60px;
    padding-left: 2%;
  }

  .about.how-it-works {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about.about2 {
    background-position: 75% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about.about2.about4.about5.purpose {
    padding-bottom: 226px;
  }

  .about.road {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-small {
    height: 14vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-content.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .fs-text.spacing-left {
    margin-left: 1.5vw;
  }

  .quote-source {
    margin-top: 1vw;
  }

  .fb-title-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-content-holder {
    width: 90%;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .filter {
    justify-content: flex-start;
    height: 10vw;
    margin-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .filter-title {
    text-align: center;
  }

  .faq-title-holder {
    padding-left: 11%;
    padding-right: 11%;
  }

  .faq-text-styles h2 {
    margin-top: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    margin-bottom: 4vw;
  }

  .faq-text-styles ul {
    padding-left: 16vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 16vw;
  }

  .faq-text-styles figcaption {
    padding-right: 10vw;
  }

  .faq-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .faq-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .faq-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .faq-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .style-2m {
    font-size: 4vw;
    line-height: 6vw;
  }

  .mc-icon-holder {
    margin-left: 2vw;
  }

  .navbar-image {
    width: 80px;
    margin-left: 5%;
  }

  .footer-button-holder {
    margin-top: 0;
  }

  .button-style-2, .button-style-3 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .div-block-47 {
    width: 75%;
    margin-bottom: 4vw;
  }

  .global-ns {
    height: 8vw;
  }

  .global-ns.large {
    height: 17vw;
  }

  .global-ns.medium {
    height: 13vw;
  }

  .global-ns.small {
    height: 5vw;
  }

  .paragraph.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .paragraph.parahome.para_support {
    width: auto;
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph.parahome.parahome2 {
    margin-top: 0;
    padding-left: 22px;
    padding-right: 0;
  }

  .paragraph.parahome.parahome2.headss {
    width: 100%;
    margin-bottom: 22px;
    padding-left: 22px;
    font-size: 24px;
  }

  .paragraph.parahome.parahome2.ae {
    font-size: 17px;
  }

  .paragraph-2.pigtext {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-2.para_end {
    font-size: 13px;
    line-height: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-53 {
    margin-left: -10px;
  }

  .div-block-54 {
    margin-right: 21px;
  }

  .fullbleed-image-2 {
    height: 80vw;
  }

  .image-22 {
    width: 100px;
    margin-top: 351px;
    margin-left: 8%;
  }

  .text-block-9.subtitle.subtitle2.subtitle3 {
    text-align: center;
  }

  .text-block-9.txt10.txt102 {
    padding-right: 20px;
  }

  .text-block-9.txt10.txt102.txt103 {
    padding-right: 33px;
  }

  .text-block-9.txt10.supporttext {
    font-size: 13px;
  }

  .text-block-9.txt10.supporttext.support2 {
    padding-left: 38px;
    padding-right: 40px;
    font-size: 13px;
  }

  .columns-10 {
    width: 100%;
  }

  .paragraph-6 {
    padding-left: 21px;
  }

  .div-block-89.div3 {
    height: 320px;
  }

  .div-block-89.divsupport {
    margin-top: 38px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-89._89_2 {
    padding: 76px 40px 40px;
  }

  .heading-4.head5 {
    font-size: 27px;
  }

  .heading-4.head7.contcthead {
    margin-bottom: 19px;
  }

  .heading-4.head_journey {
    font-size: 27px;
    line-height: 3vw;
  }

  .div-block-91 {
    margin-left: 32px;
    padding-top: 33px;
    padding-right: 20px;
  }

  .div-block-91.div912._9122 {
    margin-left: 0;
  }

  .div-block-91._912 {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 10px;
  }

  .text-block-11 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-11.txt_how {
    width: 100%;
  }

  .column-32, .column-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-13 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-37 {
    background-size: 40px;
  }

  .column-38 {
    background-size: 38px;
  }

  .column-39 {
    margin-top: 0;
    padding-right: 29px;
  }

  .div-block-96._962 {
    background-color: #edeeab;
    background-position: 95% 90%, 50% -25px;
    padding-left: 20px;
    padding-right: 51px;
  }

  .div-block-98 {
    background-repeat: no-repeat;
  }

  .div-block-100 {
    height: auto;
  }

  .div-block-101._1013 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._1014 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._1015 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._1016 {
    background-image: url('../images/5_15.png');
  }

  .div-block-101._10122._1014._10142 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-14.hd55 {
    margin-top: 72px;
  }

  .div-block-104 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-106._106nt {
    padding-left: 0;
  }

  .div-block-106._106nt.subblog {
    width: 640px;
    margin-left: 0%;
    padding-top: 0;
  }

  .div-block-106._106_2 {
    padding-right: 177px;
  }

  .slider-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-15 {
    margin-top: 52px;
    line-height: 2vw;
  }

  .html-embed-4 {
    margin-right: 0;
  }

  .div-block-109.contct2 {
    width: 85%;
  }

  .div-block-109.blog, .div-block-109._109b {
    width: 90%;
  }

  .div-block-110 {
    padding-left: 20px;
  }

  .text-block-18._18_2 {
    margin-top: 40px;
  }

  .div-block-111._1112 {
    width: 90%;
  }

  .column-58 {
    padding-right: 0;
  }

  .title2 {
    padding-right: 5px;
  }

  .column-59 {
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .column-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-61 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-120 {
    margin-left: 0;
    padding-right: 33px;
  }

  .columns-26 {
    width: 600px;
    margin-left: -33px;
  }

  .heading-6 {
    line-height: 3.5vw;
  }

  .heading-6.roadrace, .heading-6.roadrace.mtbrace {
    font-size: 4vw;
  }

  .bold-text-6 {
    line-height: 3.5vw;
  }

  .div-block-135 {
    width: 100%;
  }

  .div-block-142 {
    padding: 20px;
  }

  .column-75 {
    padding-left: 48px;
  }

  .columns-29 {
    width: 95%;
    margin-left: 0;
  }

  .div-block-146 {
    width: 80%;
  }

  .div-block-148 {
    width: 90%;
  }

  .column-76 {
    background-size: 100% 100%;
  }

  .column-77, .column-78 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .slider-9 {
    height: 500px;
  }

  .div-block-155 {
    width: 100%;
    margin-left: 13px;
  }

  .text-block-23 {
    margin-top: -42px;
  }

  .text-block-28._289._28999.herotxt.homehero._999765 {
    padding-left: 22px;
    font-size: 42px;
  }

  .image-77._772 {
    margin-top: 42px;
  }

  .column-95 {
    padding-left: 0;
  }

  .column-96 {
    padding-left: 22px;
  }

  .html-embed-13 {
    margin-top: -286px;
  }

  .image-106 {
    height: 20px;
  }

  .bold-text-18, .heading-18 {
    line-height: 3.5vw;
  }

  .paragraph-15.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .bold-text-19, .heading-19 {
    line-height: 3.5vw;
  }

  .paragraph-16.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .bold-text-20, .heading-20 {
    line-height: 3.5vw;
  }

  .paragraph-17.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .div-block-292 {
    margin-top: 141px;
    margin-left: -109px;
    padding-top: 0;
  }

  .div-block-328 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-10 {
    margin-left: 0;
  }

  .heading-21 {
    font-size: 17px;
  }

  .column-161 {
    margin-bottom: 120px;
  }

  .image-121 {
    width: 30%;
  }

  .button-style-6 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .paragraph-26.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .paragraph-26.parahome.parahome2 {
    margin-top: 0;
    padding-left: 22px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    width: 100%;
  }

  li {
    font-size: 2.25vw;
    line-height: 4vw;
  }

  figcaption {
    font-size: 2.5vw;
  }

  .cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .button-style-1 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .style-4s.menu-link, .style-4s.menu-link.w--current {
    font-size: 1.75vw;
  }

  .sc-sub-title {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .eyebrow {
    font-size: 2vw;
    line-height: 3vw;
  }

  .about-description-holder {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .button-style-5 {
    letter-spacing: .5vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .book-button {
    height: 9vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-logo-holder {
    width: 23vw;
  }

  .button-navbar {
    margin-top: -6px;
    margin-left: 40px;
    font-size: 13px;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
  }

  .button-navbar.dark {
    margin-left: 6px;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-section.faq-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .style-1m {
    font-size: 7vw;
    line-height: 8vw;
  }

  ._3up-image-holder {
    height: 19vw;
  }

  ._3up-text-holder {
    margin-top: 3vw;
  }

  .ps {
    font-size: 2.1vw;
    line-height: 3.3vw;
  }

  .menu-spacer {
    height: 25vw;
  }

  .navbar-sticky {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-card {
    min-height: 70vw;
  }

  .fc-content {
    margin-top: 20vw;
    padding-left: 3vw;
  }

  .style-1l.white.homehead.homie2 {
    margin-top: 191px;
  }

  .style-1s {
    letter-spacing: 0;
    font-size: 4.75vw;
  }

  .fc-text {
    margin-bottom: 2.5vw;
  }

  .fc-column-1 {
    height: 68vw;
  }

  .fc-columns {
    margin-top: -20vw;
  }

  .footer-logo-holder {
    width: 35vw;
  }

  .global-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles ul {
    width: auto;
    padding-left: 8vw;
  }

  .global-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .global-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .global-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .global-text-styles blockquote {
    margin-left: 0;
  }

  .global-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-text-styles h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-description-holder {
    width: 100%;
    margin-top: 3vw;
  }

  .item-description-holder {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .amenity-icon-holder {
    width: 6vw;
    height: 6vw;
  }

  .button-style-2-1 {
    font-size: 2vw;
    line-height: 3vw;
  }

  ._4up-image {
    width: 30%;
    height: 17vw;
  }

  .ps-headline {
    text-align: left;
    line-height: 4vw;
  }

  .book-now-holder {
    padding-left: 0;
    padding-right: 0;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 2vw;
    line-height: 3vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .il-photo-holder {
    width: 23vw;
    height: 16vw;
    margin-right: 3vw;
  }

  .global-button-pill {
    width: auto;
    padding: 4vw;
  }

  .global-button-pill.link-delay {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-style-4 {
    height: 8vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .sc-content {
    justify-content: center;
  }

  .sc-holder.middle {
    height: auto;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    padding-top: 30vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .section-cover.secthome {
    height: 500px;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    text-align: center;
    padding: 4vw 6vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .image-list-collection {
    margin-left: 0;
    margin-right: 0;
  }

  .team-name {
    margin-top: 3vw;
  }

  ._2m {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -.5vw;
  }

  .search.search-page {
    margin-top: 2vw;
    margin-bottom: 6vw;
  }

  .search-button {
    width: 30%;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .search-input {
    width: 70%;
  }

  .search-result-item {
    padding-bottom: 5vw;
  }

  .lightbox-link {
    height: 51vh;
  }

  .lightbox-images, .big-lightbox {
    height: 50vh;
  }

  .gallery-cta {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 1.5vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .style-4s-bold {
    font-size: 1.5vw;
  }

  .h5 {
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  .h5.map-directions {
    margin-top: 2vw;
  }

  .list-price {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 2.5vw;
  }

  .faq-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-spacer, .faq-trigger, .faq-title, .contact-holder, .faq-spacer-end {
    padding-left: 0;
    padding-right: 0;
  }

  .about {
    padding-left: 8%;
  }

  .article-category-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 6vw;
    font-size: 2vw;
    line-height: 3vw;
    position: static;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .filter {
    justify-content: flex-start;
    height: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles ul {
    width: auto;
    padding-left: 12vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .faq-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .faq-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .faq-text-styles blockquote {
    margin-left: 0;
  }

  .faq-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .style-2m {
    font-size: 5vw;
    line-height: 7vw;
  }

  .faq-question-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    margin-bottom: 2vw;
  }

  .div-block-46 {
    margin-bottom: 4vw;
  }

  .button-style-2, .button-style-3 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .div-block-48 {
    margin-bottom: 3vw;
  }

  .image-3 {
    width: 100px;
  }

  .image-22 {
    width: 90px;
    margin-left: -25%;
    position: relative;
    top: -230px;
  }

  .text-block-9.txt10.txt102 {
    width: 400px;
  }

  .div-block-89.div3 {
    height: auto;
    margin-top: -53px;
    padding-bottom: 0;
  }

  .div-block-89.div3.dicv33 {
    margin-top: -47px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .div-block-89._89_2 {
    margin-top: 16px;
    padding-top: 40px;
  }

  .text-block-11 {
    margin-top: 39px;
    margin-bottom: 35px;
    line-height: 3.5vw;
  }

  .column-32 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-33 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 16px;
  }

  .column-35 {
    margin-top: 67px;
    padding-left: 10px;
  }

  .columns-15 {
    margin-top: 0;
  }

  .italic-text-13 {
    line-height: 4vw;
  }

  .column-61 {
    padding-top: 16px;
  }

  .div-block-118 {
    justify-content: flex-end;
    padding-right: 0;
  }

  .column-161 {
    padding-left: 0;
  }

  .image-121 {
    margin-top: -102px;
  }

  .background-video-9 {
    mix-blend-mode: screen;
    height: 300px;
  }

  .div-block-351 {
    margin-right: 0;
  }

  .button-style-6 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .button-style-6.buttonstyle2._1643.cptmara {
    margin-top: -38px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  h1 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 11vw;
  }

  h2 {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 10vw;
  }

  h3 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 6.5vw;
    line-height: 10vw;
  }

  h4 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h5 {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  p {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  ul, ol {
    margin-bottom: 10vw;
  }

  li {
    font-size: 4.75vw;
    line-height: 7.25vw;
  }

  blockquote {
    margin-top: 7vw;
    margin-bottom: 10vw;
    padding-left: 0;
    font-size: 9vw;
    line-height: 12vw;
  }

  figure {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  figcaption {
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .cover, .cover-overlay {
    height: 90vh;
  }

  .sc-content-holder {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-right: 23px;
    position: static;
    overflow: hidden;
  }

  .sc-content-holder.head2 {
    padding-right: 0;
  }

  .sc-content-holder.head2.head3 {
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 271px;
    padding-right: 0;
  }

  .sc-content-holder.head2.head3.sc2 {
    padding-bottom: 129px;
  }

  .sc-content-holder.head2.hd44 {
    padding-bottom: 150px;
  }

  .sc-content-holder.head2.stayhead {
    padding-bottom: 132px;
  }

  .sc-content-holder.cntnt2 {
    text-align: center;
    margin-left: 48px;
    padding-right: 0;
  }

  .sc-content-holder.sccontghome {
    padding-bottom: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-style-1 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .button-style-1.large {
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .button-style-1.buttonstyle2 {
    width: 240px;
    margin-bottom: 21px;
  }

  .button-style-1.buttonstyle2.butt5.butt5_5.butt6 {
    margin-top: 17px;
  }

  .button-style-1.buttonstyle2.buttbisit {
    margin-top: 13px;
  }

  .button-style-1.buttonstyle2.visitbutt {
    margin-top: 13px;
    line-height: 3.5vw;
  }

  .style-4s {
    letter-spacing: .75vw;
    padding-top: 7px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s.white {
    padding-top: 0;
  }

  .style-4s.white.black.title2 {
    margin-bottom: 9vw;
    display: flex;
  }

  .style-4s.white-faded {
    letter-spacing: .5vw;
  }

  .style-4s.menu-link {
    color: #ffffffb3;
    letter-spacing: .25vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 3.5vw;
    display: block;
  }

  .style-4s.menu-link.w--current {
    padding-top: 4px;
    font-size: 3vw;
  }

  .style-4s.menu-link.v66 {
    margin-bottom: 3vw;
    font-size: 3.5vw;
  }

  .style-4s.menu-link.v66.w--current {
    font-size: 3.5vw;
  }

  .style-4s.menu-link.v77 {
    color: #fff;
    text-align: left;
    text-transform: none;
    margin-top: 17px;
    margin-bottom: 5px;
    padding-top: 4px;
    font-family: Exo, sans-serif;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.5vw;
    display: flex;
  }

  .style-4s.menu-link.v77.w--current {
    color: #fff;
    margin-bottom: 5px;
    font-family: Exo, sans-serif;
    font-size: 5vw;
    font-weight: 400;
  }

  .style-4s.menu-link.v77._777 {
    margin-top: 10px;
    margin-left: 1px;
    padding-top: 4px;
  }

  .style-4s.menu-link.v77._777._8795 {
    color: #fde741;
  }

  .style-4s.menu-link.v77._777.rstls.w--current {
    margin-bottom: 1px;
  }

  .style-4s.menu-link.v77.v78 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .style-4s.menu-link.v77.v78.v79 {
    background-image: none;
  }

  .style-4s.gg {
    margin-top: 3px;
  }

  .style-4s.sub_m {
    color: #fff;
    padding-top: 35px;
  }

  .sc-sub-title {
    margin-top: 43vw;
    margin-bottom: 2vw;
  }

  .global-container {
    margin-bottom: -18px;
    padding-left: 0;
  }

  .global-container.amenities {
    padding-left: 0;
    padding-right: 0;
  }

  .global-container.about {
    padding-left: 0;
  }

  .global-container.fb-container {
    width: 90vw;
  }

  .global-container._2ndarticle {
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .global-container.stay {
    margin-top: 0;
    padding-top: 10px;
  }

  .global-container.wine {
    padding-top: 0;
  }

  .eyebrow {
    font-size: 3vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .button-style-5 {
    letter-spacing: .75vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .book-button {
    margin-bottom: 10vw;
    margin-right: 5vw;
    padding: 6vw 7vw;
  }

  .fullbleed-image {
    height: 120vw;
  }

  .quote-holder {
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-holder.stayquote {
    padding-bottom: 4px;
  }

  .navbar {
    z-index: 500;
    padding-left: 8vw;
    padding-right: 3vw;
    display: flex;
  }

  .navbar-logo-holder {
    width: auto;
    height: 100px;
    margin-top: 0;
    margin-left: 0;
  }

  .navbar-logo-holder.w--current {
    width: 30vw;
    margin-top: -5px;
    margin-left: 0;
    position: relative;
  }

  .navbar-link-holder {
    display: none;
  }

  .button-navbar {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .navbar-icon-holder {
    z-index: 600;
    text-align: center;
    background-color: #d6313100;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 40px;
    margin: 0 3px 0 0;
    padding: 10px 6px 0 8px;
    display: block;
    position: relative;
  }

  .navbar-right {
    z-index: 99999;
    position: relative;
  }

  .navbar-right.navbarright2 {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50%;
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .navbar-right.navright_home {
    margin-top: 0;
    position: static;
  }

  .global-assets {
    z-index: 99999999;
    position: relative;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    background-image: url('../images/bggg.jpg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 100vh;
    padding: 33vw 8vw 15vw;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .menu-link-holder {
    text-align: left;
    background-image: url('../images/plus2.gif');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 30px;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .menu-link-holder.train, .menu-link-holder.gallery {
    display: none;
  }

  .menu-link-holder.resultsbutt2 {
    margin-top: -6px;
    display: flex;
  }

  .style-1xl {
    font-size: 13vw;
    line-height: 15vw;
  }

  .style-1xl.animated-text-group {
    line-height: 17vw;
  }

  .cover-image {
    height: 100%;
    display: inline-block;
  }

  .cover-image.concierge {
    object-fit: cover;
  }

  .cover-image.coverimageseeding {
    height: 86%;
  }

  .image.scale-in.scalein2 {
    max-height: none;
    margin-top: 0;
    display: none;
  }

  .image.scale-in.homeend {
    flex: 0 auto;
    height: 1000px;
    margin-top: 26px;
    margin-bottom: -18px;
  }

  .image.pig2.painting {
    margin-bottom: 26px;
  }

  .global-section {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.global-rich-text {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.global-rich-text.concierge {
    background-color: #fff;
  }

  .global-section.food-image {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.line-break {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .global-section.fc-card-holder {
    padding-top: 0;
    display: block;
  }

  .global-section.fc-card-holder.artt {
    flex: 0 auto;
    margin-top: 0;
    display: block;
  }

  .global-section.fb-section {
    height: 70vw;
  }

  .global-section.faq-header {
    background-color: #f7eee8;
    padding-left: 8vw;
    padding-right: 8vw;
    display: none;
  }

  .global-section.blue {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.services {
    padding-left: 0;
    padding-right: 0;
  }

  .style-1m {
    font-size: 8vw;
    line-height: 11.5vw;
  }

  .style-1m.white.accordion-title {
    letter-spacing: .5vw;
    font-size: 9vw;
    line-height: 11vw;
  }

  .style-1m.animate-in.quote {
    width: 80%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
    line-height: 7vw;
  }

  .style-1m.animate-in.quote.quote2 {
    margin-bottom: 6vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .style-1m.animate-in.quote.quote3 {
    margin-top: 3vw;
    padding-left: 20px;
    font-size: 7vw;
    line-height: 6vw;
  }

  .style-1m.animate-in.quote.qq {
    width: 90%;
    margin-top: 5vw;
    line-height: 7vw;
  }

  .style-1m.animate-in.head {
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
  }

  .style-1m.animate-in.ani2 {
    text-align: center;
    margin-left: 0;
  }

  .style-1m.animate-in.hhh {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
    line-height: 8vw;
  }

  .style-1m.subheadhome {
    margin-top: 1vw;
    margin-bottom: 7vw;
    line-height: 8vw;
  }

  .style-1m.subheadhome.slider {
    height: auto;
    display: none;
  }

  .style-1m.subheadhome.slider.slide2 {
    margin-top: 0;
    display: block;
  }

  .style-1m.subheadhome.slider.slide2.stayhead {
    margin-top: -10px;
    font-size: 7vw;
  }

  .style-1m.subheadhome.head1 {
    display: none;
  }

  .style-1m.subheadhome.head2 {
    display: inline;
  }

  .style-1m.style-change {
    color: #fff;
    font-size: 7vw;
    display: none;
  }

  .style-1m.style-change.style3 {
    font-size: 8vw;
    line-height: 8vw;
    display: block;
  }

  .style-1m.deposit {
    font-size: 4vw;
  }

  .style-1m._1m2 {
    line-height: 8vw;
  }

  ._3up-image-holder {
    background-color: var(--light-blue);
    width: 100%;
    height: 70vw;
  }

  ._3up-image-holder.rooms {
    height: 60vw;
  }

  ._3up-text-holder {
    margin-top: 5vw;
  }

  ._3up-description {
    margin-top: 1vw;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 7.5vw;
  }

  .ps.left {
    width: 100%;
    margin-bottom: 3vw;
  }

  .ps._3up-text {
    line-height: 7vw;
  }

  .ps._3up-text.animate-in {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .accordion-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 10px;
    margin-top: 0;
    margin-left: 4px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .accordion-item-content {
    overflow: hidden;
  }

  .menu-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2vw;
    display: flex;
  }

  .footer-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  .menu-spacer {
    display: none;
  }

  .menu-container {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    padding-bottom: 0;
    position: fixed;
  }

  .menu-footer {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 7vw;
    padding-bottom: 3vw;
    display: flex;
  }

  .navbar-sticky {
    z-index: 500;
    border-bottom-style: none;
    height: 75px;
    padding-left: 7vw;
    padding-right: 8vw;
    display: flex;
  }

  .feature-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .feature-card.featurecard2 {
    padding-bottom: 0;
  }

  .feature-card.feature2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fc-content {
    margin-top: 8vw;
    margin-bottom: 0;
    padding-left: 0;
  }

  .fc-content.pigcsasocontent {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .fc-image-holder {
    height: 50vw;
  }

  .fc-image-holder.vertical {
    height: auto;
  }

  .fc-image-holder.vertical.staypic {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 51px;
  }

  .style-1l {
    font-size: 12vw;
    line-height: 15vw;
  }

  .style-1l.white.homehead {
    font-size: 8vw;
  }

  .style-1l.white.homehead.homie2 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 50px;
    line-height: 45px;
  }

  .style-1l.white.homehead.homie2.support_head {
    margin-top: 64px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead {
    margin-top: 180px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead.cntct2 {
    margin-top: 155px;
    font-size: 50px;
    line-height: 45px;
  }

  .style-1l.white.homehead.homie2.profile {
    margin-top: 27px;
    margin-left: 27px;
    line-height: 44px;
  }

  .style-1l.white.homehead.homie2.profile.cash {
    margin-top: 10px;
    margin-bottom: 7px;
    margin-left: 13px;
  }

  .style-1l.white.homehead.homie2.profile.cash.subscribe.cntct2 {
    padding-left: 0;
  }

  .style-1l.white.homehead.homie2.profile.cash.subscribe.cntcturhs {
    width: 100%;
    margin-left: 0;
  }

  .style-1l.white.homehead.homie2.profile.cash.cashsub {
    margin-top: -14px;
  }

  .style-1l.white.homehead.homie2.profile.cash.cashsub.cashsub2 {
    margin-left: 16px;
  }

  .style-1l.white.homehead.homie2.profile.profilemtb {
    margin-bottom: 15vw;
  }

  .style-1l.white.homehead.homie2.results {
    margin-top: 437px;
    line-height: 45px;
  }

  .style-1l.white.homehead.homie2.results.gallery {
    margin-top: 86px;
  }

  .style-1l.white.homehead.homie2.results.purpose {
    margin-top: 534px;
  }

  .style-1l.white.homehead.homie2.mtbhead {
    margin-top: 40px;
  }

  .style-1l.white.homehead.homie2.mtbhead.midshead {
    margin-top: 70px;
  }

  .style-1l.white.homehead.homie2.roadhed {
    margin-top: 290px;
    margin-bottom: 0;
  }

  .style-1l.white.homehead.homie2.roadhed.cash {
    margin-top: 205px;
  }

  .style-1l.white.homehead.homie2.roadhed.heading-prizes.cashprizessubhed {
    margin-top: 0;
  }

  .style-1l.white.homehead.homie2.roadhed.heading-prizes.headingcasg {
    margin-top: 149px;
  }

  .style-1l.white.homehead.homie2.hom3 {
    margin-top: 26px;
  }

  .style-1l.white.homehead.homie2.hom3.hom4.afafaf {
    margin-top: -476px;
    padding-left: 0;
  }

  .style-1l.white.homehead.homie2.hom3.hom4.afafaf.afths {
    margin-top: 0;
    margin-left: -1px;
  }

  .style-1l.white.homehead.homie2.hom3.homenew {
    text-align: center;
    margin-top: 54px;
    margin-bottom: 14vw;
    font-size: 44px;
    display: flex;
  }

  .style-1l.white.homehead.homie2.hom3.homenew.asdasdjh {
    margin-bottom: 12vw;
    display: none;
  }

  .style-1l.white.white_mid {
    font-size: 7vw;
    display: none;
  }

  .style-1l.white.white_mid.navstyle {
    display: none;
  }

  .style-1s {
    font-size: 8vw;
    line-height: 10vw;
  }

  .style-1s.contact-info.address {
    margin-top: 8vw;
  }

  .style-1s.contact-info.animate-in.address {
    margin-top: 14vw;
    padding-bottom: 16px;
    font-size: 5vw;
  }

  .style-1s.concierge {
    font-size: 7vw;
    line-height: 9vw;
  }

  .fc-text {
    margin-top: 2vw;
    margin-bottom: 2.5vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fc-column-1, .fc-column-2 {
    height: auto;
  }

  .fc-columns {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -20vw;
    margin-left: 0;
    padding-right: 0;
  }

  .fc-columns.fccols2 {
    width: 90%;
  }

  .stay {
    background-color: #548484;
    background-image: url('../images/home-doubts-m.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 120%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 39px;
    display: none;
  }

  .dine {
    padding-top: 45px;
    padding-bottom: 18px;
  }

  .dine.dine2 {
    padding-top: 35px;
  }

  .dine.dine2.dine3 {
    background-position: 20% 100%;
    background-size: 600px;
    padding-top: 44px;
    padding-bottom: 241px;
  }

  .dine.blog {
    margin-top: -600px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .dine.blog.blog2 {
    margin-top: 0;
  }

  .live {
    margin-top: 2px;
    margin-bottom: -19px;
    padding-bottom: 64px;
  }

  .live.contct {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .live.cash_mtb {
    margin-top: 0;
  }

  .footer-large {
    padding: 0;
  }

  .footer-logo-holder {
    width: 48vw;
  }

  .footer-section {
    margin-bottom: 5vw;
  }

  .global-text-styles {
    display: block;
  }

  .global-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles li {
    padding-left: 0;
  }

  .global-text-styles ul {
    margin-top: -10px;
    padding-left: 13vw;
    padding-right: 8vw;
  }

  .global-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .global-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .global-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .global-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 22vw;
    line-height: 23vw;
  }

  .global-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .footer-description-holder {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: auto;
    margin-top: 0;
    margin-bottom: 7vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-title.home {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }

  .sc-title.home.homie {
    margin-top: 66vw;
    margin-left: 40px;
    padding-left: 0%;
  }

  .sc-title.home.homie.about {
    align-items: center;
    margin-top: -53vw;
    margin-left: 18px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sc-title.home.homie.road {
    margin-top: -69.1vw;
    padding-left: 0;
  }

  .sc-title.home.homie.road.mtbtitle {
    margin-top: 114.9vw;
    margin-bottom: 27vw;
    padding-bottom: 16vw;
    overflow: visible;
  }

  .sc-title.home.homie.road.kidstitle {
    margin-top: 46.9vw;
    padding-left: 0;
  }

  .sc-title.home.homie.road.resultstitle {
    z-index: 3333;
    margin-top: 48.1vw;
    position: relative;
  }

  .sc-title.home.homie.road.resultstitle.gearhead {
    margin-top: -99vw;
  }

  .sc-title.home.homie.road.resultstitle.rsltstitl {
    padding-left: 7px;
  }

  .sc-title.home.homie.road.resultstitle.rsltstitl.rrytu {
    align-items: flex-start;
    margin-top: 16.1vw;
    margin-left: 12%;
    margin-right: 40px;
    padding-bottom: 38vw;
  }

  .sc-title.home.homie.road.hihghlighhthstitle {
    margin-top: 40.9vw;
  }

  .sc-title.home.homie.road.rr {
    justify-content: flex-start;
    margin-top: 10.9vw;
    padding-left: 0;
  }

  .sc-title.home.homie.road.rr.rrr {
    margin-top: -57.1vw;
  }

  .sc-title.home.homie.road.purpose {
    margin-top: -117.3vw;
  }

  .sc-title.home.homie.road.seedingg {
    margin-top: -56.1vw;
  }

  .sc-title.home.homie.road.freeride {
    margin-top: -6vw;
    margin-left: 26px;
  }

  .sc-title.home.homie.hom {
    margin-top: 30vw;
    padding-bottom: 17vw;
  }

  .sc-title.home.homie.hom.afafaf {
    margin-left: 8px;
  }

  .sc-title.home.homie.hom.afafaf.titleblog {
    margin-top: 262px;
  }

  .sc-title.home.homie.hom.homnewss {
    padding-bottom: 358px;
  }

  .sc-title.home.homie.hom.homnewss.homme {
    width: 100%;
    margin-top: -14vw;
    margin-left: 22px;
    padding-left: 0%;
  }

  .sc-title.home.homie.contacty {
    padding-left: 0%;
  }

  .sc-title.home.homie.infhubtitle {
    padding-left: 7%;
  }

  .link-in-page {
    font-size: 3vw;
    line-height: 5vw;
  }

  .services-collection {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    overflow: hidden;
  }

  .item-description-holder.article-subhead {
    padding-left: 0;
    padding-right: 0;
  }

  .amenity-icon {
    width: 11vw;
  }

  .amenity-icon-holder {
    width: 11vw;
    height: 11vw;
  }

  ._3up-item {
    margin-bottom: 15vw;
  }

  .button-style-2-1 {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  ._3up {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._4up-image {
    height: 20vw;
  }

  .ps-headline {
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps-headline.space-above {
    display: inline;
  }

  .ps-headline.event-details {
    text-align: center;
  }

  .navbar-icon {
    width: 27px;
    display: block;
  }

  .line {
    width: 5%;
  }

  .view-icon {
    width: 25vw;
    height: 25vw;
  }

  .button-holder {
    width: 90%;
  }

  .ps-headline-bold {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list {
    margin-bottom: 6vw;
    padding-bottom: 3vw;
  }

  .image-list-item {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .il-photo-holder {
    width: 24vw;
    height: 16vw;
    margin-bottom: 0;
    margin-right: 4vw;
  }

  .il-photo-holder.link-delay {
    width: 24vw;
    height: 16.5vw;
  }

  .rooms {
    background-color: #f7eee9;
    padding-top: 28px;
  }

  .global-button-pill {
    height: 14vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-button-pill.link-delay {
    height: 12vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-4 {
    height: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 128px;
    overflow: visible;
  }

  .sc-content.concierge {
    height: 90vh;
    margin-top: 80px;
  }

  .sc-content.sc2, .sc-content.sc4, .sc-content.sc6 {
    height: 90vh;
  }

  .sc-content.cntnt2 {
    width: 100%;
    margin-right: 74px;
  }

  .sc-content.sectsafari2.safaribg {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: 48px;
    padding-top: 193px;
  }

  .sc-content.sectsafari2.safaribg.safcol {
    width: 90%;
    margin-left: 17px;
  }

  .sc-content.sc-content-winelands {
    justify-content: flex-start;
  }

  .sc-content.confirm.cntr {
    justify-content: center;
    width: 100%;
  }

  .sc-content.sccont2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 310px;
    overflow: visible;
  }

  .sc-content.sccontott {
    justify-content: flex-start;
    padding-top: 349px;
    overflow: visible;
  }

  .sc-content.cont4ntcontact {
    padding-bottom: 10px;
  }

  .sc-content.conthome {
    margin-top: 0;
  }

  .sc-content.conthome.cntr, .sc-content.cntr {
    justify-content: center;
  }

  .sc-content.contsafotter {
    justify-content: flex-start;
    margin-top: 240px;
    margin-left: 5%;
    margin-right: auto;
  }

  .sc-content.sccontottrwine {
    justify-content: flex-start;
    padding-top: 194px;
  }

  .sc-content.naurresescapecontent {
    justify-content: flex-start;
  }

  .sc-holder.middle {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .sc-holder.middle.oyoy {
    justify-content: flex-start;
    align-items: center;
  }

  .sc-holder.top-bottom {
    align-items: center;
    height: 20%;
    display: flex;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: center;
    height: 40%;
    padding-top: 0;
    padding-bottom: 15vw;
    padding-left: 8vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    height: 60%;
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-cover {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: 90vh;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-cover.concierge {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-cover.secthome {
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .section-cover.secthome.sctblog {
    height: 110vw;
  }

  .section-cover.secthome.sectseeding {
    height: 160vw;
  }

  .sc-overlay {
    background-image: linear-gradient(#0000001a, #0003 0%, #0003);
    height: 100vh;
  }

  .sc-overlay.sc3, .sc-overlay.sc5, .sc-overlay.sc7 {
    height: 90vh;
  }

  .sc-image {
    height: 100vh;
    display: none;
  }

  .sc-image.home {
    background-image: url('../images/forest_lodge.jpg');
    background-position: 50% 100%;
    background-size: 2100px;
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .sc-image.home.aboutmassthead.aboutm {
    display: block;
  }

  .sc-image.home.ome-m {
    height: 200vw;
    min-height: auto;
    margin-top: -52px;
    display: block;
  }

  .sc-image.home.ome-m.newsblock {
    height: 120vw;
  }

  .sc-image.home.ome-m.homeslide {
    margin-top: -84px;
  }

  .sc-image.home.contact {
    margin-top: -60px;
    display: block;
  }

  .sc-image.home.support {
    display: block;
  }

  .sc-image.home.winelandss {
    background-image: linear-gradient(#0000, #00000080), linear-gradient(#0003, #0003), url('../images/wine1.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 1300px;
  }

  .sc-image.home.winelandss.winelands2.safari2 {
    background-image: linear-gradient(#0003, #0003), url('../images/saf_otr_tmp_hd.jpg'), linear-gradient(#0003, #0003);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .sc-image.home.winelandss.winelands2.safari2.plettenberg {
    background-image: linear-gradient(#00000080, #00000080), url('../images/vecteezy_lookout-beach-plettenberg-bay-south-africa_1363619.jpeg');
    background-position: 0 0, 69%;
    background-size: auto, cover;
  }

  .sc-image.home.saafari {
    background-position: 60% 0;
  }

  .sc-image.home.saafari.saafari2 {
    background-image: linear-gradient(#0000, #0000), url('../images/safaripage1.jpg');
    background-position: 0 0, 40% 140%;
    background-size: auto, 1800px;
  }

  .sc-image.home.saafari.saafari2.arrow2 {
    background-image: linear-gradient(#0000, #0000), url('../images/safaripage1.jpg');
    background-position: 0 0, 40% 110%;
  }

  .sc-image.home.cpybb {
    background-position: 50%;
  }

  .sc-image.home.kingscamam {
    background-image: linear-gradient(#00000080, #00000080), url('../images/king1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sc-image.home.kingscamam.sabsabi.selati {
    background-image: url('../images/Pravir_Patel_-_Queens_blog.jpg'), linear-gradient(#0000, #0000);
    background-position: 35%, 0 0;
    background-size: cover, auto;
  }

  .sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier.cellars {
    background-image: url('../images/cellars.jpeg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .sc-image.home.kingscamam.sabsabi.selati.pelspost.lapetit.spier.cellars.lastword.lefhk2 {
    background-position: 50%;
  }

  .sc-image.home.kingscamam.kirkman {
    background-image: linear-gradient(#00000080, #00000080), url('../images/safari_new3.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 75%, 0 0;
    background-size: auto, cover, auto;
  }

  .sc-image.home.kingscamam.kirkman.outpost {
    background-image: url('../images/outpost_airlial-view-of-lodge.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 100%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .sc-image.home.kingscamam.kirkman.outpost.walkers {
    background-image: url('../images/Main-.jpg'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi {
    background-image: url('../images/Tuningi-2024-10-MvR-Lodge-Exterior-Pool-Deck-09-1-scaled.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 10%, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.outpost.walkers.tuningi.imbali.hoyohoyo {
    background-image: linear-gradient(#00000042, #00000042), url('../images/hoyo_hoyo_main.jpg');
    background-position: 0 0, 75%;
    background-size: auto, cover;
  }

  .sc-image.home.kingscamam.kirkman.outpost.shamwari {
    background-image: url('../images/Shamwari_Main1_PhotoCredit_Shamwari-Game-Reserve.jpg'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.outpost.shamwari.kwandwe {
    background-image: url('../images/kwandwe1.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 70%, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.outpost.shamwari.kwandwe.rectory.walkersbeach {
    background-image: url('../images/Walkers-Beach_Main.jpg'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.raceoackages {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/racepackagesbg.jpg');
    background-position: 0 0, 0 0, 20% 100%;
    background-size: auto, auto, cover;
  }

  .sc-image.home.kingscamam.kirkman.raceoackages.rp2 {
    background-image: url('../images/rp2.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 36.5% 0, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.raceoackages.rp2.rp3 {
    background-image: url('../images/rp3.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 70% 0, 0 0, 0 0;
  }

  .sc-image.home.kingscamam.kirkman.raceoackages.racepackage2.racepackagesform {
    background-image: url('../images/race_packages_masthead.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
  }

  .sc-image.home.cptmarathon {
    background-image: linear-gradient(#0003, #0003), url('../images/marathon_bg.jpg');
    background-position: 0 0, 7% -40%;
    background-size: auto, cover;
  }

  .sc-image.home.cptmarathon.otter3 {
    background-position: 50%;
  }

  .sc-image.home.cntcts {
    background-image: url('../images/caapetown.jpg'), linear-gradient(#0003, #0003);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 100vh;
    margin-top: 0;
  }

  .sc-image.home.naturesfade {
    background-image: linear-gradient(0deg, #00000080, #0000 69%, #0000), url('../images/forest_lodge.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, 2000px;
  }

  .sc-image.sc-2, .sc-image.img4 {
    height: 90vh;
    display: block;
  }

  .sc-image.img4.img5.img6 {
    height: 100vh;
  }

  .sc-image.sc7 {
    display: block;
  }

  .section-cover-button {
    padding: 5vw 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .menus {
    margin-top: 0;
    display: none;
  }

  .intro {
    display: flex;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 4vw;
  }

  ._2m {
    margin-top: -4px;
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .style-3xs {
    letter-spacing: -.1vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .style-1xs {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -1.5vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
    font-size: 6vw;
  }

  .pxs {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  ._3up-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .search-holder {
    width: 90%;
    margin-top: 10vw;
  }

  .search {
    width: 100%;
    height: 12vw;
  }

  .search.search-page {
    margin-bottom: 12vw;
  }

  .search-button {
    letter-spacing: .75vw;
    width: 35%;
    font-size: 3vw;
    line-height: 5vw;
  }

  .search-input {
    border-radius: 0;
    width: 65%;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
  }

  .search-result-item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-40 {
    margin-bottom: 3vw;
  }

  .lightbox-link {
    height: 60vh;
  }

  .lightbox-images, .big-lightbox {
    height: 58vh;
  }

  .lightbox-button {
    padding-bottom: 10vw;
  }

  .gallery-cta {
    padding: 2vw 4vw;
  }

  .pm {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .fc-title {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 6vw;
  }

  .page-title-holder.article-headline {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-holder.food-drink-title {
    margin-bottom: 5vw;
  }

  .page-title-holder.experiences {
    margin-bottom: 6vw;
  }

  .menu-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  ._3up-view-link {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s-bold {
    letter-spacing: 1vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .sc-text-holder {
    margin-bottom: 2vw;
  }

  .h5 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h5.map-directions {
    margin-top: 4vw;
  }

  .list-price {
    margin-top: 0;
    margin-bottom: 3vw;
    margin-left: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 5vw;
  }

  .bb-text {
    margin-right: 4vw;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-spacer {
    padding: 4vw 8vw;
  }

  .faq-trigger {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-title {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-spacer-end {
    padding: 4vw 8vw;
  }

  .about {
    background-image: linear-gradient(#0000, #0000);
    margin-top: 120px;
    padding: 0 0% 45px;
    overflow: hidden;
  }

  .about.how-it-works {
    background-image: url('../images/how-it-works-mast_m.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 562px;
  }

  .about.about2 {
    background-position: 76% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
    padding-top: 51px;
    padding-bottom: 40px;
  }

  .about.about2.about4.about5.about6 {
    background-position: 57%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about.about2.about4.about5.subscribe {
    background-color: #f4f6ec;
    background-position: 100% 100%;
    background-size: 250%;
    padding-bottom: 345px;
  }

  .about.about2.about4.about5.subscribe.subscribe2 {
    background-position: 0 0, 20% 100%;
    background-repeat: repeat-x, no-repeat;
    background-size: 200px 100px, 800px;
    padding-bottom: 295px;
  }

  .about.about2.about4.about5.purpose {
    background-size: 640px;
    padding-bottom: 277px;
  }

  .about.about2.about4.contact {
    padding-bottom: 19px;
  }

  .about.about2.contact {
    background-position: 0%;
    background-size: 33%;
  }

  .about.about2.contact.bblog {
    margin-top: 64px;
  }

  .about.about2.contact.contact2 {
    background-image: linear-gradient(#00000029, #00000029), url('../images/Star_teal.svg');
    background-size: auto, 45%;
  }

  .about.about2.about22 {
    padding-bottom: 23px;
  }

  .about.support {
    background-position: 0 100%;
    background-size: cover;
  }

  .about.road {
    background-position: 100%;
    background-size: cover;
    margin-top: 74px;
    padding: 97px 0% 8px;
  }

  .about.road.mtb {
    background-position: 50% 0;
  }

  .about.road.mtb.kids {
    background-position: 100% 0;
  }

  .about.abouut.abtmara {
    padding-bottom: 17px;
  }

  .about.abt3 {
    margin-top: 0;
    padding-top: 68px;
    padding-bottom: 0;
  }

  .about.aboutt {
    margin-top: 78px;
    padding-bottom: 5px;
  }

  .about.abouttttt {
    padding-bottom: 91px;
  }

  .about.abouta {
    padding-bottom: 86px;
  }

  .about.aboutttttt.asdasd {
    margin-top: 0;
  }

  .about.aboutttttt.asdasd.afgfg {
    padding-bottom: 20px;
  }

  .about.about666 {
    margin-top: 0;
  }

  .about.about66567457 {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .about.abgllg {
    margin-top: 0;
    padding-bottom: 0;
  }

  .about.abgllg.flflflf {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-small {
    background-color: #0a2525;
    height: auto;
    padding: 5vw 8vw;
  }

  .fs-content-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fs-content.left {
    text-align: center;
    width: 100%;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-content.right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-text {
    color: var(--white);
    text-align: center;
    margin-top: 16px;
  }

  .fs-text.spacing-left {
    margin-left: 2vw;
  }

  .fs-text.fstext2 {
    margin-top: 3px;
  }

  .fb-image-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .fb-image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 170%;
  }

  .fb-image-overlay {
    background-image: linear-gradient(to right, #000c, #00000080 41%, #0000 77%);
  }

  .fb-content-holder {
    width: 60%;
  }

  .faq-tab {
    letter-spacing: 1vw;
    font-size: 3vw;
  }

  .faq-tab.w--current {
    letter-spacing: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .filter {
    justify-content: center;
    margin-bottom: 15vw;
    padding-top: 1vw;
    padding-left: 8vw;
    padding-right: 0;
    position: static;
  }

  .filter-title {
    letter-spacing: .5vw;
    line-height: 4vw;
  }

  .faq-title-holder {
    padding-left: 9%;
    padding-right: 9%;
  }

  .faq-text-styles {
    display: block;
  }

  .faq-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .faq-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles li {
    padding-left: 2px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .faq-text-styles ul {
    margin-top: -10px;
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .faq-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .faq-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 21vw;
    line-height: 20vw;
  }

  .faq-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .style-2m {
    letter-spacing: .3vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .menu-close-holder {
    width: 60px;
    margin-top: 107px;
    margin-right: 0;
    padding-top: 0;
  }

  .menu-close-holder.mnuclose {
    width: auto;
    margin-top: 60px;
    margin-right: 68px;
    padding-left: 0;
  }

  .mc-icon-holder {
    margin-left: 0;
  }

  .navbar-image {
    object-fit: contain;
    width: 80px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .faq-question-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-block-45 {
    margin-bottom: 4vw;
  }

  .div-block-46 {
    margin-bottom: 6vw;
  }

  .button-style-2, .button-style-3 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-47 {
    width: 100%;
  }

  .utility-page-content {
    width: 80%;
  }

  .global-ns {
    width: auto;
    height: auto;
  }

  .global-ns.large {
    height: 20vw;
  }

  .global-ns.medium {
    height: 7vw;
    margin-top: 0;
    padding-top: 0;
  }

  .global-ns.small {
    height: 10vw;
  }

  .global-ns.xlarge {
    height: 40vw;
  }

  .global-ns.xlarge.med {
    height: 2vw;
  }

  .ensuite-amenities {
    margin-bottom: 5vw;
  }

  .paragraph {
    align-items: center;
    margin-bottom: -9vw;
    display: flex;
  }

  .paragraph.parahome {
    width: 100%;
    margin-top: -11px;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
    display: block;
  }

  .paragraph.parahome.para_support {
    margin-top: 1px;
    padding-right: 39px;
  }

  .paragraph.parahome.para_support.para-journey-cntct {
    margin-top: 9px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .paragraph.parahome.para_support.support2 {
    margin-top: 14px;
    padding-right: 0;
    line-height: 22px;
  }

  .paragraph.parahome.para_support.supp2 {
    padding-left: 0;
  }

  .paragraph.parahome.para_support.supp2.cncts6 {
    margin-top: 13px;
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph.parahome.portaltext {
    width: 100%;
    line-height: 17px;
  }

  .paragraph.parahome.parasubscribe.maildisclaim {
    width: auto;
  }

  .paragraph.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding {
    width: 100%;
    margin-top: -31px;
    margin-bottom: 18px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.table {
    font-size: 13px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.paranewspan {
    font-size: 21px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.freeridetxtx3 {
    margin-top: -5px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.mtbseeding.policy {
    width: 100%;
  }

  .paragraph.parahome.parasubscribe.infohubtext.outrides.inhym {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.parahome.paraside.tabtext {
    color: silver;
    padding-left: 16px;
    font-size: 15px;
    line-height: 17px;
  }

  .paragraph.parahome.parawinn {
    margin-top: 19px;
    margin-bottom: 1vw;
  }

  .paragraph.parahome.parawinn.parawinn2 {
    line-height: 20px;
  }

  .paragraph.parahome.parapurpose {
    width: 100%;
  }

  .paragraph.parahome.parapurpose.paraexpo {
    padding-right: 20px;
  }

  .paragraph.parahome.parapurpose.paratrain {
    margin-bottom: 44px;
  }

  .paragraph.parahome.parapurpose.paratrain.pt2 {
    margin-bottom: 12px;
  }

  .paragraph.parahome.parapurpose.paratrain.txtttt {
    margin-bottom: 26px;
  }

  .paragraph.parahome.parahome2 {
    width: 95%;
    margin-top: 43px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph.parahome.parahome2.headss {
    white-space: normal;
    width: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 7vw;
    display: block;
  }

  .paragraph.parahome.parahome2.headss.headdss4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 24px;
  }

  .paragraph.parahome.parahome2.headss.headdss4.tagline {
    margin-bottom: 68px;
  }

  .paragraph.parahome.parahome2.headss.ddf {
    margin-top: 60px;
    margin-bottom: 77px;
    font-size: 19px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events {
    min-height: auto;
    margin-top: 60px;
    margin-left: 20px;
    line-height: 9vw;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.events2 {
    margin-left: -2px;
    padding-left: 0;
    line-height: 27px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.events2.head3.dd {
    padding-left: 8px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.events2.head3.dd.hh {
    padding-right: 0;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.events2.head3.dd.hh.head5formobile {
    margin-top: 0;
    margin-bottom: -27px;
    margin-left: 0;
    font-size: 24px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.events2.erty {
    padding-left: 13px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg {
    margin-left: -15px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ffty.date.ottervs {
    margin-right: 0;
    font-size: 14px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.getintouch.getintouch2.contacthead {
    margin-left: 71px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ddd {
    margin-top: 15px;
    margin-left: 0;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ddd.styui {
    text-align: center;
    margin-top: 9px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ddd.styui.categroy {
    margin-top: -2px;
    margin-bottom: 9px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.ggh2.ggggg {
    margin-left: 0;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.sdf2.gggg {
    color: #fff;
    margin-left: 14px;
    line-height: 19px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.sssss {
    margin-left: 0;
    line-height: 19px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff {
    width: 90%;
    margin-left: 4px;
    padding-right: 0;
    line-height: 19px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg {
    color: #fff;
    margin-top: 0;
    margin-left: 10px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg.rrty.ffgh {
    align-items: flex-start;
    padding-top: 3px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg._223 {
    color: #fff;
    margin-bottom: 0;
    margin-left: 8px;
    line-height: 21px;
    display: block;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg._223._9 {
    color: var(--white);
    margin-left: 25px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg._987 {
    color: #ffe0cb;
    margin-top: 265px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff.ggg.scrollview {
    margin-top: -87px;
  }

  .paragraph.parahome.parahome2.headss.ddf.events.kkg.ggh.gghh.sdf.ffff._44 {
    margin-left: 0;
  }

  .paragraph.parahome.parahome2.headss.ddf.fft {
    margin-top: 23px;
    font-size: 24px;
  }

  .paragraph.parahome.parahome2.headss.paraking {
    margin-left: 19px;
    padding-right: 20px;
    font-size: 8vw;
  }

  .paragraph.parahome.parahome2.headss.paraking.hheedd {
    margin-top: -54px;
    margin-left: 33px;
    font-size: 22px;
  }

  .paragraph.parahome.parahome2.headss.paraking.txtd.enquiryhead {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .paragraph.parahome.parahome2.ae {
    font-size: 4vw;
    line-height: 6vw;
  }

  .paragraph.parahome.parahome2.eventscopy {
    width: 100%;
    padding-right: 0;
  }

  .paragraph.parahome.parahome2.eventscopy.events2 {
    width: 88%;
    margin-top: 0;
    margin-left: 20px;
  }

  .paragraph.parahome.parahome2.paraking.parakinglist {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.parahome.parahome2.paraking.paraking2 {
    margin-left: 17px;
    padding-right: 0;
  }

  .paragraph.parahome.parahome2.ddrty {
    margin-bottom: 0;
    padding-right: 21px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm {
    width: 100%;
    margin-top: 25px;
    margin-bottom: -19px;
    margin-left: 10px;
    padding-right: 8vw;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2 {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 7px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.gettingthere {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 28px;
    margin-left: 0;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.notintro {
    width: 90%;
    margin-left: 6px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.paa2.intro2.ssss.gettingthere2 {
    width: 90%;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.winlnds {
    margin-top: 18px;
    padding-left: 15px;
    padding-right: 5vw;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.winlnds.text2 {
    padding-left: 0;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.safariintro {
    margin-top: 24px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.safariintro.safariintro2 {
    width: 75%;
    padding-left: 0%;
  }

  .paragraph.parahome.parahome2.ddrty.cptm.text2 {
    padding-left: 0;
    line-height: 21px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm._7 {
    margin-left: 10px;
  }

  .paragraph.parahome.parahome2.ddrty.cptm._8787.itinerarycols {
    column-count: 1;
  }

  .paragraph.parahome.parahome2.pprrt {
    margin-top: 14px;
  }

  .paragraph.parahome.parahome2.cc {
    width: 100%;
    padding-right: 8%;
  }

  .paragraph.parahome.mtb2 {
    display: none;
  }

  .paragraph.parahome.mtb2.entries-closed.closed {
    margin-top: 11px;
    display: block;
  }

  .paragraph.parahome.mtb2.entries-closed.closed.closed2 {
    display: none;
  }

  .paragraph.parahome.mtb3 {
    display: block;
  }

  .paragraph.parahome.kidspara {
    width: auto;
  }

  .paragraph.parahome.parahome22 {
    width: 90%;
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .paragraph.parahome.parahome22.portaltxt {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 2px;
    line-height: 17px;
  }

  .paragraph.parahome.parahome22.portaltxt.prtltxt2 {
    color: #fff;
    width: 90%;
    left: 0;
  }

  .paragraph.parahome.parahome22.parahome55 {
    width: 70%;
    margin-top: -394px;
    padding-left: 0;
  }

  .paragraph.parahome.parahome22.parahome55.aewrsdfeg {
    margin-top: 99px;
  }

  .paragraph.parahome.parahome22.ohoh {
    width: 90%;
    margin-right: 0;
    display: block;
  }

  .paragraph.parahome.expohead {
    width: 90%;
  }

  .paragraph.parahome.introtrain {
    width: 100%;
  }

  .paragraph.parahome.introtrain.gear.gearr {
    z-index: 999;
    width: 90%;
    margin-top: 26px;
  }

  .paragraph.parahome.roadresults {
    width: 95%;
    line-height: 16px;
  }

  .paragraph.parahome.roadresults.rrresults2 {
    width: 100%;
    margin-top: 90px;
  }

  .paragraph.parahome.roadresults.rrresults2.gucci, .paragraph.parahome.roadresults.ii {
    width: 100%;
  }

  .paragraph.parahome.roadresults.tirt {
    margin-bottom: 15px;
  }

  .paragraph.parahome.roadresults.tirt.ttty.ffg, .paragraph.parahome.roadresults.tirt.tyyr, .paragraph.parahome.roadresults.tirt.tyyr.tyyr2, .paragraph.parahome.roadresults.tirt.tyyr.tyyr2.dkwiw3, .paragraph.parahome.roadresults.tirt.tyyr.jji {
    width: 100%;
  }

  .paragraph.parahome.pararoad {
    width: 95%;
    margin-top: 37px;
  }

  .paragraph.parahome.pararoad.aasxc.farright {
    margin-top: 13px;
    font-size: 18px;
    line-height: 23px;
  }

  .paragraph.parahome.pararoad.aasxc.farright.dffff {
    width: 90%;
    padding-right: 10px;
  }

  .paragraph.parahome.pararoad.aasxc.farright._223 {
    margin-top: 12px;
  }

  .paragraph.parahome.pararoad.prizeterms {
    width: 90%;
  }

  .paragraph.parahome.purposepar {
    width: 95%;
    line-height: 19px;
  }

  .paragraph.parahome.freeridemara {
    z-index: 99;
    width: 100%;
    margin-top: 230px;
    margin-left: 2px;
    padding-right: 40px;
    line-height: 19px;
    position: relative;
  }

  .paragraph.parahome.descr {
    text-align: right;
    width: 95%;
  }

  .paragraph.parahome.descr.ss {
    width: 100%;
  }

  .paragraph.parahome.descr.right {
    margin-bottom: 6vw;
    padding-right: 20px;
  }

  .paragraph-2 {
    width: 90%;
    margin-top: 0;
  }

  .paragraph-2.pigtext {
    text-align: center;
    margin-top: 19px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-2.para_end {
    color: #636363;
    width: 80%;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-2.para_end.paraend2 {
    color: #000;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2.para2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .paragraph-2.para2.staypara {
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-2.para2.visitpara {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2.paraprop {
    text-align: center;
  }

  .paragraph-2.cont {
    width: 80%;
  }

  .paragraph-2.home {
    width: 90%;
    margin-top: 27px;
    font-size: 16px;
  }

  .image-2.logostay {
    margin-top: -16px;
    margin-bottom: 31px;
  }

  .image-3 {
    color: #c5b359;
    width: 130px;
    margin-top: 33px;
    margin-bottom: 27px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 21px;
  }

  .paragraph-4 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-53 {
    margin-left: 0;
  }

  .columns-2.cols3 {
    width: 70%;
    margin-bottom: 25px;
  }

  .columns-2.cols3.cols55 {
    width: 70%;
  }

  .image-7 {
    width: auto;
    max-width: 100%;
  }

  .column-4, .column-5 {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .image-8.img88 {
    margin-bottom: 29px;
  }

  .image-8.v5 {
    margin-bottom: 2px;
  }

  .image-8._00 {
    margin-bottom: 22px;
  }

  .image-9 {
    margin-top: 21px;
  }

  .image-9.quote2.quote5 {
    width: 30px;
    margin-top: 41px;
  }

  .div-block-54 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .fullbleed-image-2 {
    height: 120vw;
  }

  .fullbleed-image-2.fullbl2 {
    height: auto;
    margin-bottom: 2px;
  }

  .fullbleed-image-2.fullbl2.fullbl3 {
    height: 1500px;
  }

  .fullbleed-image-2.fullbl2.fullbl3.abt {
    height: auto;
  }

  .fullbleed-image-2.fullblhm {
    background-color: #0000;
    justify-content: flex-start;
    height: auto;
  }

  .div-block-55 {
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .div-block-55.div77 {
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 22px;
    font-size: 4vw;
    position: absolute;
  }

  .div-block-55.giv2 {
    position: absolute;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .slider {
    height: 110vw;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .background-video {
    height: 400px;
    margin-top: 0;
  }

  .div-block-56, .div-block-56.dv562 {
    padding-bottom: 0;
  }

  .image-11._80 {
    margin-top: 16px;
  }

  .icon-3 {
    margin-right: 10px;
    font-size: 21px;
  }

  .icon-4 {
    margin-left: 10px;
    font-size: 21px;
  }

  .smallhead {
    letter-spacing: .2vw;
    margin-bottom: 4.5vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .image-12 {
    width: 50%;
  }

  .link {
    letter-spacing: .3vw;
    font-size: 13px;
  }

  .text-block-6 {
    margin-bottom: 33px;
  }

  .subhead.sub2 {
    text-align: center;
    line-height: 9vw;
  }

  .button-2 {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .columns-4 {
    margin-top: 155px;
    margin-bottom: 29px;
  }

  .columns-4.cols4_2 {
    margin-top: 3px;
  }

  .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    display: block;
  }

  .column-18 {
    padding-left: 0;
  }

  .image-14 {
    width: 120px;
  }

  .image-14._142 {
    width: 110px;
    margin-top: 0;
    margin-bottom: -1px;
    margin-left: -16px;
  }

  .paragraph-5 {
    color: #fff;
    width: 100%;
    font-family: Librecaslondisplay;
    font-size: 21vw;
  }

  .heading {
    color: var(--white);
    text-align: center;
    white-space: normal;
    margin-top: 0;
    font-family: Librecaslondisplay;
    font-size: 10vw;
    line-height: 11vw;
    display: block;
  }

  .column-19 {
    padding-left: 5px;
    display: block;
  }

  .div-block-60 {
    height: 100%;
  }

  .div-block-62, .div-block-63, .div-block-64 {
    background-size: cover;
    height: 100%;
  }

  .div-block-65, .div-block-66 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .div-block-67 {
    background-size: cover;
    height: 100%;
  }

  .div-block-68 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .column-20 {
    padding-top: 29px;
    padding-left: 30px;
  }

  .column-21 {
    padding-top: 29px;
  }

  .column-22, .column-23 {
    display: none;
  }

  .columns-6 {
    display: block;
  }

  .div-block-69 {
    background-position: 40%;
    background-size: cover;
    height: 100%;
  }

  .div-block-70 {
    background-position: 60%;
    background-size: cover;
    height: 100%;
  }

  .div-block-70._70v2 {
    background-position: 40%;
    background-size: cover;
  }

  .div-block-71, .div-block-72 {
    background-size: cover;
    height: 100%;
  }

  .div-block-73 {
    background-position: 70%;
    background-size: cover;
    height: 100%;
  }

  .div-block-74 {
    background-size: cover;
    height: 100%;
  }

  .div-block-75 {
    background-position: 30% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .div-block-76 {
    background-size: cover;
    height: 100%;
  }

  .div-block-77, .div-block-78 {
    height: 100%;
  }

  .image-16, .image-17 {
    margin-bottom: 23px;
  }

  .columns-7 {
    display: block;
  }

  .div-block-79 {
    display: none;
  }

  .columns-8 {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .image-19 {
    width: 10px;
    margin-left: 21px;
  }

  .image-20 {
    width: 10px;
    margin-right: 21px;
  }

  .div-block-81, .div-block-82 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-82.dcv654 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3.htmlembed4 {
    margin-left: 0%;
    margin-right: 0;
  }

  .columns-9 {
    width: 80%;
  }

  .column-25 {
    background-image: none;
    margin-bottom: 0;
  }

  .column-26, .column-27, .column-28 {
    background-image: none;
  }

  .text-block-8 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-84 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .image-21 {
    width: 95%;
  }

  .div-block-85 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 33px;
  }

  .heading-2.head3 {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.head4 {
    font-size: 13px;
  }

  .heading-3 {
    display: none;
  }

  .image-22 {
    width: 200px;
    margin-top: 4px;
    margin-left: 16px;
    margin-right: 0;
    display: block;
    top: 0;
  }

  .cols3 {
    width: 100%;
  }

  .cols3.cols33 {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .cols4 {
    width: 100%;
  }

  .text-span-5 {
    text-align: center;
    display: inline-block;
  }

  .text-span-5.mobstay {
    margin-top: -10px;
    margin-bottom: 9px;
  }

  .dropdown {
    display: none;
  }

  .div-block-87 {
    margin-top: -40px;
  }

  .bold-text-4 {
    text-align: center;
    width: 100%;
    font-size: 10vw;
    line-height: 10vw;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-9.subtitle {
    font-size: 14px;
  }

  .text-block-9.subtitle.subtitle2 {
    width: 75%;
  }

  .text-block-9.subtitle.subtitle2.subtitle3 {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-9.subtitle.subtitle2.subtitle3.abt3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9.txt10 {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-9.txt10.txt102.txt103 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 69px;
  }

  .text-block-9.txt10.txt102._102b {
    width: auto;
    margin-bottom: 7px;
    padding-right: 0;
  }

  .text-block-9.txt10.txt_doubts {
    width: auto;
  }

  .text-block-9.txt10.how-it-works {
    margin-left: -10px;
  }

  .text-block-9.txt10.how-it-works.hiw4 {
    margin-left: 0;
  }

  .text-block-9.txt10.how-it-works.slidr {
    margin-left: 47px;
  }

  .text-block-9.txt10.txt_diff {
    margin-bottom: 0;
  }

  .text-block-9.txt10.txt12.subscribe_sub.sub_note {
    width: auto;
    margin-top: 23px;
  }

  .text-block-9.txt10.txt12.subscribe_sub.subsubsub {
    color: #aecbc9;
    text-align: left;
    width: 75%;
    margin-top: 3px;
  }

  .text-block-9.txt10.supporttext.support2 {
    line-height: 18px;
  }

  .text-block-9.txt10.txt16 {
    color: #1c575e;
    width: auto;
    margin-top: -23px;
  }

  .text-block-9.txt11._11b {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 22px;
  }

  .image-23 {
    margin-top: 6px;
    display: none;
  }

  .image-25 {
    width: 70px;
    margin-top: 0;
    margin-left: 17px;
  }

  .paragraph-6 {
    padding-left: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .image-26 {
    width: 27px;
    margin-top: 5px;
  }

  .div-block-88 {
    margin-top: 9px;
  }

  .columns-12._12b {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-89.div3.dicv33.div3b._3b2 {
    padding-top: 7px;
    padding-bottom: 0;
  }

  .div-block-89.div3.div3b {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-89.divsupport {
    margin-top: 20px;
  }

  .div-block-89.divsupport.div_contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-89._89_2 {
    width: 100%;
    padding: 30px 25px;
  }

  .heading-4.head5 {
    font-size: 25px;
  }

  .heading-4.head5.head_doubts {
    line-height: 28px;
  }

  .heading-4.head5.head_doubts.head_about.head_about2.subhead.subhead33 {
    text-align: left;
  }

  .heading-4.head5.head6.head13.head14 {
    margin-top: -73px;
    margin-bottom: 31px;
    line-height: 25px;
  }

  .heading-4.head5.headfoster {
    line-height: 29px;
  }

  .heading-4.head7.contcthead {
    margin-bottom: 6px;
  }

  .heading-4.head99 {
    font-size: 25px;
  }

  .heading-4.head_journey {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-4.head44 {
    margin-top: 18px;
  }

  .div-block-90 {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .div-block-90.line2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-91 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-91.div912 {
    text-align: left;
  }

  .div-block-91._912 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-91.getit {
    margin-bottom: 35px;
    padding-top: 15px;
  }

  .text-span-6._8b {
    font-size: 14px;
  }

  .button-3 {
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 7px;
  }

  .button-3.button4 {
    margin-top: 0;
  }

  .button-3.button4._4_ {
    margin-bottom: 2px;
  }

  .button-3.button5 {
    margin-top: 28px;
    margin-bottom: 19px;
  }

  .button-3.butt6 {
    margin-top: 10px;
  }

  .text-block-11 {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-5 {
    width: auto;
    margin-top: 0;
    margin-bottom: 17px;
    margin-right: 27px;
    padding-right: 23px;
    line-height: 6vw;
  }

  .heading-5.decide1 {
    margin-right: 0;
    font-size: 13px;
  }

  .heading-5.decide1.decide2 {
    padding-right: 0;
    font-size: 13px;
  }

  .heading-5.hhd {
    margin-top: 22px;
  }

  .column-32, .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-13 {
    margin-left: 0%;
  }

  .column-36 {
    padding-left: 10px;
  }

  .column-36._36b {
    padding-left: 20px;
  }

  .column-37 {
    background-image: url('../images/line3.gif'), url('../images/home_icon1.png');
    background-position: 50% 100%, 100% 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: 701px 1px, 40px;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-37.col38 {
    background-image: url('../images/line3.gif'), url('../images/home_icon3.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 100% 10%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 701px 1px, 40px, auto;
    margin-top: 20px;
  }

  .column-38 {
    background-position: 100% 10%;
    height: auto;
    margin-bottom: 24px;
  }

  .div-block-94 {
    background-position: 50% 0;
    background-size: cover;
    margin: 40px 10px 23px;
  }

  .columns-14 {
    width: 100%;
  }

  .italic-text-3 {
    font-size: 15px;
  }

  .head2.list {
    font-size: 13px;
    line-height: 13px;
  }

  .head2.head14 {
    margin-top: -1px;
    margin-bottom: -14px;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-95 {
    margin-top: 7%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-96 {
    width: 100%;
    padding: 30px 20px 19px;
  }

  .div-block-96._962 {
    padding-left: 10px;
    display: none;
  }

  .div-block-96._962.slidervs {
    background-image: linear-gradient(#edeeac, #edeeac), url('../images/f.png');
    background-position: 0 0, 95% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-97 {
    background-image: url('../images/tile2b.gif');
    background-position: 0 0;
    background-size: contain;
    margin-top: 23px;
  }

  .column-41 {
    padding-bottom: 8px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-98 {
    background-position: 0 -20%;
    background-repeat: no-repeat;
    background-size: 1440px;
    margin-top: -137px;
    padding-top: 7px;
    padding-bottom: 19px;
  }

  .div-block-100 {
    height: auto;
    margin-top: 4px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-100._10101 {
    margin-top: 14px;
  }

  .txt14 {
    line-height: 7vw;
  }

  .image-27 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-101 {
    background-image: url('../images/1_11.png');
    background-position: 27px 0;
    margin-top: 41px;
    padding-left: 26px;
  }

  .div-block-101._1012, .div-block-101._1013, .div-block-101._1014, .div-block-101._1015, .div-block-101._1016 {
    background-position: 0 15px;
  }

  .div-block-101._10122 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._10133 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._10144 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._10155 {
    background-image: url('../images/5_15.png');
  }

  .div-block-101._101-2 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._101-2._101-3 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._101-2._101-3._101-4 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._101-2._101-3._101-4._101-5 {
    background-image: url('../images/5_15.png');
  }

  .text-block-13 {
    text-align: center;
    font-size: 4vw;
  }

  .text-block-14 {
    z-index: 99;
    text-align: center;
    font-size: 4vw;
    position: relative;
  }

  .text-block-14.hd55 {
    margin-top: 16px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tab-link-tab-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-18 {
    margin-left: 0%;
    margin-right: 0;
  }

  .image-28 {
    display: none;
  }

  .paragraph-7 {
    padding-right: 13px;
  }

  .paragraph-7.par_7_2 {
    line-height: 12px;
  }

  .column-42 {
    padding-right: 25px;
  }

  .column-43 {
    padding-right: 0;
  }

  .column-44 {
    padding-left: 0;
  }

  .column-45 {
    padding-left: 14px;
  }

  .div-block-105 {
    margin-bottom: 19px;
  }

  .div-block-106 {
    background-position: 0 28px;
    background-size: 30px;
    width: 85%;
    padding-top: 30px;
    padding-left: 42px;
  }

  .div-block-106._1063 {
    background-position: 0 24px;
    background-size: 35px;
  }

  .div-block-106._1054 {
    background-position: 0 25px;
    background-size: 30px;
  }

  .div-block-106._106nt {
    padding-left: 0;
  }

  .div-block-106._106nt.subblog {
    width: 100%;
    margin-left: 0;
    padding-top: 23px;
    padding-left: 31px;
    padding-right: 28px;
  }

  .div-block-106._106_2 {
    background-position: 0 30px;
    margin-left: 23px;
    padding-left: 44px;
    padding-right: 0;
  }

  .columns-20 {
    margin-top: 6px;
  }

  .column-50, .column-51 {
    padding-right: 0;
  }

  .image-30.img31 {
    margin-top: 11px;
    margin-bottom: 14px;
  }

  .div-block-107 {
    text-align: left;
  }

  .slider-3 {
    width: 260px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block-15 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-109 {
    background-position: 50% 100%;
    background-size: auto 280px;
    width: 85%;
    max-width: none;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-109.blog {
    margin-top: -140px;
  }

  .div-block-109._109b {
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    margin-bottom: 18px;
    line-height: 17px;
  }

  .paragraph-8._82 {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 13px;
  }

  .paragraph-8._82.sameday {
    margin-top: -3px;
    line-height: 13px;
  }

  .column-53 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-17.phonenr {
    text-align: center;
    margin-left: 43px;
  }

  .columns-22 {
    background-position: 0 25px;
    background-size: 40px;
    width: auto;
    height: auto;
    display: none;
  }

  .column-54 {
    background-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 11px;
    padding-left: 53px;
  }

  .div-block-110 {
    height: auto;
    margin-bottom: 13px;
    padding-top: 17px;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 15px;
  }

  .column-55 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px;
  }

  .text-block-18 {
    margin-bottom: 34px;
  }

  .column-56 {
    margin-top: 15px;
    padding-left: 0;
  }

  .div-block-111._1112 {
    background-position: 100% 100%;
    background-size: 352px;
    width: 85%;
    height: 480px;
    margin-top: 20px;
    margin-bottom: 1px;
    padding: 23px 23px 20px 28px;
  }

  .html-embed-5 {
    width: auto;
  }

  .link-11 {
    font-size: 19px;
  }

  .div-block-112._11233 {
    margin-left: 84%;
  }

  .column-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-59 {
    padding-left: 0;
  }

  .italic-text-13.it13b {
    line-height: 21px;
  }

  .column-61 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-114 {
    width: 100%;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-62 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px;
    padding-left: 0;
  }

  .image-32 {
    width: 22px;
  }

  .div-block-118 {
    justify-content: flex-end;
    width: 100%;
    height: 105%;
    margin-top: -52px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
  }

  .div-block-118.blog77 {
    margin-top: 143px;
  }

  .div-block-118._1183 {
    margin-top: 247px;
    display: none;
  }

  .div-block-118._1183._184 {
    display: flex;
  }

  .div-block-118._1182 {
    display: none;
  }

  .div-block-118.arrow2 {
    margin-top: 0;
    padding-bottom: 0;
    top: -201px;
  }

  .link-block-5 {
    display: block;
    bottom: 9px;
  }

  .link-block-5.lnk7 {
    display: none;
  }

  .link-block-5.lnk7._72 {
    display: block;
  }

  .link-block-5.homeartow {
    margin: 0 auto 27px;
    top: 0;
  }

  .div-block-119 {
    display: none;
  }

  .column-64 {
    margin-top: 23px;
    padding-top: 24px;
    padding-left: 20px;
  }

  .image-33 {
    display: inline-block;
  }

  .columns-23 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px 1px;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
    position: static;
  }

  .column-65 {
    display: none;
  }

  .column-66 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-34, .image-35 {
    height: 1px;
  }

  .image-36 {
    height: 1px;
    margin-top: 21px;
    margin-bottom: 29px;
  }

  .image-37, .image-38 {
    height: 1px;
  }

  .image-39 {
    width: 30px;
  }

  .link-block-6 {
    display: flex;
  }

  .div-block-120 {
    background-position: 90%;
    margin-left: 0;
    padding-top: 50px;
  }

  .text-block-19 {
    width: 100%;
    margin-top: 0;
    margin-left: 15px;
  }

  .image-40 {
    width: 200px;
    margin-left: 16px;
  }

  .text-block-20 {
    padding-left: 17px;
    font-size: 4.5vw;
  }

  .column-67 {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .image-41 {
    width: 100%;
    margin-top: -19px;
    margin-bottom: 9px;
    display: block;
  }

  .list-item-2 {
    margin-left: 0;
  }

  .icon-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-9 {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .left-arrow-2 {
    align-items: flex-start;
    display: flex;
  }

  .mask-2 {
    padding-left: 0;
    padding-right: 12px;
  }

  .div-block-121 {
    height: auto;
    padding-top: 0;
    padding-bottom: 124px;
    overflow: hidden;
  }

  .div-block-121._121_road {
    height: 420px;
    overflow: hidden;
  }

  .div-block-121._121_road.nr2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
    position: static;
  }

  .div-block-121._12122 {
    margin-bottom: 0;
    padding: 0 0% 40px 0;
  }

  .div-block-121._12122.asdasdasd {
    padding-bottom: 43px;
  }

  .background-video-2 {
    height: 100%;
    margin-top: -90px;
  }

  .div-block-122 {
    background-position: 0 0;
  }

  .image-42._421 {
    margin-top: 16px;
    margin-bottom: 13px;
  }

  .html-embed-6 {
    width: 100%;
  }

  .paragraph-9 {
    color: #16494a;
    width: 100%;
  }

  .paragraph-9.par92._9292 {
    color: #fff;
    text-align: left;
    padding-left: 0%;
    padding-right: 16px;
  }

  .image-43 {
    margin-bottom: 43px;
  }

  .div-block-124 {
    width: 100%;
  }

  .div-block-124._1242 {
    text-align: left;
    width: 100%;
  }

  .image-44 {
    text-align: left;
  }

  .slider-5 {
    background-color: #0000;
    width: 100%;
    height: 470px;
    margin-top: -63px;
  }

  .slide-9 {
    background-color: #0000;
    background-image: url('../images/cntct_yellow_tile.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 400px;
    padding-top: 23px;
    padding-left: 0;
  }

  .mask-3 {
    padding-left: 0;
  }

  .slide-nav-4 {
    background-color: #edeeac;
  }

  .icon-10 {
    margin-left: 16px;
    font-size: 7vw;
    inset: auto auto 0% 0%;
  }

  .icon-11 {
    margin-right: 16px;
    font-size: 7vw;
    inset: auto 0% 0% auto;
  }

  .div-block-126 {
    background-color: #edeeac;
    height: 200px;
    padding-top: 7px;
  }

  .image-45 {
    width: 65px;
    margin-left: 114px;
    position: relative;
  }

  .div-block-127 {
    text-align: right;
    margin-top: 30px;
    padding-right: 20px;
  }

  .slide-nav-5, .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slider-6 {
    height: 100%;
  }

  .slide-10 {
    background-image: url('../images/h6.jpg');
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-10.slide11 {
    background-image: url('../images/h4.jpg');
    background-size: 562px;
  }

  .slide-10.slide11.slide12 {
    background-image: url('../images/h3.jpg');
    background-position: 10%;
    background-size: cover;
  }

  .slide-10.slide11.slide12.slide13 {
    background-image: url('../images/h8.jpg');
    background-size: cover;
  }

  .slide-10.slide11.slide12.slide13.slide14 {
    background-image: url('../images/h7.jpg');
    background-position: 50%;
    background-size: 562px;
  }

  .slide-10.slide11.slide12.slide13.slide145 {
    background-image: url('../images/mast_slidei.jpg');
  }

  .slide-10.slide11.slide12.slide13._809 {
    background-position: 40%;
  }

  .slide-10.slide11._112 {
    background-position: 100%;
  }

  .div-block-128 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-128.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .columns-26 {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 21px;
  }

  .heading-6.roadrace {
    font-size: 25px;
  }

  .heading-6.roadrace.tabhead {
    padding-top: 40px;
    padding-left: 16px;
  }

  .heading-6.roadrace.tabhead.prizehead {
    padding-top: 20px;
    padding-left: 0;
    line-height: 24px;
  }

  .heading-6.roadrace.mtbrace {
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 27px;
  }

  .heading-6.headingexpo1 {
    padding-top: 15px;
  }

  .text-block-21 {
    font-size: 21px;
  }

  .text-block-21.date {
    margin-top: 4px;
    font-size: 21px;
  }

  .text-block-21.kidstxt {
    width: auto;
    line-height: 25px;
  }

  .bold-text-6 {
    font-size: 30px;
    line-height: 27px;
  }

  .button-4.navbutt {
    display: flex;
  }

  .button-4.navbutt.racebutt {
    margin-top: 23px;
    margin-left: 15px;
    margin-right: auto;
    text-decoration: line-through;
    display: block;
  }

  .button-4.navbutt.racebutt.w--current {
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt5 {
    width: 180px;
    margin-top: 23px;
    padding-top: 17px;
    padding-left: 50px;
    font-size: 17px;
    display: none;
  }

  .button-4.navbutt.racebutt.butt5.nuyy7 {
    letter-spacing: .5px;
    padding-left: 30px;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butt55 {
    padding-left: 42px;
    display: none;
  }

  .button-4.navbutt.racebutt.butt5.butt77 {
    display: none;
  }

  .button-4.navbutt.racebutt.butt5.butt77.butt78.mobvs {
    padding-left: 40px;
    text-decoration: none;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butt77.butt78.mobvs.roadclosemobv {
    padding-left: 37px;
    font-size: 16px;
  }

  .button-4.navbutt.racebutt.butt5.butt77.buttroadclsoe.buttgearrrrr {
    width: 180px;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butttt {
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butttt.adf.w--current {
    width: 190px;
    padding-left: 36px;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butttt.adf.newbutt.blogbutt.w--current {
    right: 0;
  }

  .button-4.navbutt.racebutt.butt5.butttt.thfdfg {
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt5.homeenterbutt.homenteroff {
    display: none;
  }

  .button-4.navbutt.racebutt.chatbutt.infotop3butts {
    height: 55px;
    padding-top: 20px;
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.racebutt2, .button-4.navbutt.racebutt.enterbutt {
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.navbutt.racebutt.enterbutt.entermtb.enteremtb {
    text-decoration: line-through;
  }

  .button-4.navbutt.racebutt.portalbutt {
    z-index: 999;
    margin-top: 18px;
    margin-left: -7px;
    text-decoration: none;
    position: relative;
  }

  .button-4.navbutt.racebutt.portalbutt.enterbutt2 {
    margin-left: auto;
  }

  .button-4.navbutt.racebutt.gearbutt.jersey2024butt {
    margin-left: -87px;
  }

  .button-4.navbutt.racebutt.butt_riders_guide {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide {
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults {
    margin-top: -31px;
  }

  .button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults.mtb2 {
    margin-top: 17px;
    margin-left: -20px;
  }

  .button-4.navbutt.resultsbutt {
    justify-content: flex-start;
    width: 140px;
    margin-top: 9px;
    margin-left: 115px;
    padding-left: 30px;
  }

  .button-4.navbutt.resultsbutt.rstld9 {
    margin-top: -51px;
    margin-left: -14px;
  }

  .button-4.navbutt.resultsbutt.rstld9.ff {
    margin-top: -70px;
  }

  .button-4.navbutt.resultsbutt.rstld9.ff.jhjhhjhjh {
    margin-top: 13px;
  }

  .button-4.navbutt.resultsbutt.rstld9.rquery {
    margin-top: 1px;
    margin-left: -15px;
    padding-left: 28px;
  }

  .button-4.navbutt.resultsbutt.rstld9.roadrage {
    margin-top: 6px;
    padding-top: 16px;
    padding-left: 44px;
    font-size: 14px;
    display: block;
  }

  .button-4.navbutt.resultsbutt.rsltsbutt2.sdfsdfsdfsf {
    margin-top: -16px;
  }

  .button-4.navbutt.resultsbutt.sjsjsss {
    margin-top: -18px;
  }

  .button-4.navbutt.resultsbutt.rst2 {
    margin-left: -10px;
  }

  .button-4.navbutt.resultsbutt.rst2.rst3 {
    margin-top: -50px;
    margin-left: 117px;
  }

  .button-4.navbutt.dd {
    width: 140px;
  }

  .button-4.navbutt.dd._88 {
    align-items: center;
    display: flex;
  }

  .button-4.navbutt.dd.adadadada {
    width: 150px;
    margin-left: -11px;
  }

  .button-4.navbutt.ff {
    padding-top: 17px;
    padding-left: 33px;
  }

  .div-block-129 {
    width: 100%;
    margin-bottom: -74px;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-129.vidplayer {
    width: 125%;
    height: auto;
    margin-top: -65px;
    margin-bottom: -107px;
    margin-left: -12.5%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-129.vidplayer.roadrideplayer {
    margin-top: 0;
    overflow: visible;
  }

  .div-block-129.vidplayer.roadrideplayer._87654 {
    height: 15vw;
  }

  .div-block-129._1290 {
    padding-bottom: 97px;
  }

  .div-block-129.otterevent {
    margin-top: 343px;
  }

  .div-block-129._12900, .div-block-129._12999 {
    padding-bottom: 0;
  }

  .div-block-129.www {
    margin-bottom: -75px;
  }

  .slider-7 {
    width: 100%;
    height: 125vw;
    margin: 18px 0 -197px;
    padding-top: 0;
    overflow: hidden;
  }

  .slider-7.slider72 {
    height: auto;
  }

  .slider-7._7776 {
    height: 130vw;
    margin-bottom: 81px;
  }

  .div-block-130 {
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-130._120_2 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-130.ddfty46 {
    margin-top: 7px;
  }

  .div-block-130.ddfty46._4678 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-130.ddfty46._4678._94968gncx {
    padding-left: 55px;
  }

  .div-block-130.ddfty46.cashmob {
    width: 87%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-131 {
    border-width: 5px;
    border-radius: 8px;
    width: 90%;
    overflow: hidden;
  }

  .div-block-131.div_results_gallery {
    margin-top: -79px;
    padding: 0;
  }

  .div-block-131.div_results_gallery.slide2 {
    background-position: 50% 0;
    background-size: auto 110%;
    width: 100%;
    height: 380px;
  }

  .div-block-131.div_results_gallery.slide2.slide3 {
    background-position: 50%;
    width: 100%;
    height: 380px;
    position: static;
  }

  .slide-11, .slide-11.slide111 {
    overflow: hidden;
  }

  .slide-nav-6 {
    margin-bottom: 0;
  }

  .container {
    text-align: center;
    margin-top: 113px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 84px;
  }

  .image-47 {
    width: 25px;
    margin-top: 270px;
    margin-bottom: 18px;
    margin-left: 13px;
  }

  .image-47._47_2 {
    width: 40px;
  }

  .image-47._472 {
    margin-bottom: 10px;
    margin-left: 34px;
  }

  .image-47._888 {
    position: relative;
    top: -96px;
  }

  .image-48 {
    width: 25px;
    margin-top: 270px;
    margin-bottom: 18px;
  }

  .image-48._48_2 {
    width: 40px;
  }

  .image-48._482 {
    margin-bottom: 10px;
    margin-right: 39px;
  }

  .image-48._8888 {
    position: relative;
    top: -96px;
  }

  .div-block-132.newsblock {
    width: 95%;
  }

  .div-block-132.newsblock.blogblog {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-8 {
    margin-bottom: 7vw;
  }

  .columns-27 {
    width: 100%;
  }

  .div-block-133._133_2 {
    margin-top: 20px;
  }

  .text-block-22.footertxt {
    color: #8d8569;
    margin-bottom: -11px;
    font-family: Avantgarde;
    font-size: 16px;
    font-style: normal;
    line-height: 17px;
  }

  .column-74 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-135 {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
  }

  .columns-28 {
    width: 130%;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 32px;
  }

  .columns-28.rrf {
    width: 110%;
    margin-top: 79px;
    padding-right: 17px;
  }

  .image-50 {
    margin-left: 26px;
    margin-right: auto;
  }

  .image-51 {
    width: 30px;
  }

  .image-52 {
    width: 35px;
    margin-left: 0;
  }

  .image-53 {
    width: 35px;
    margin-top: -7px;
    margin-left: 23px;
  }

  .div-block-136 {
    margin-top: 59px;
    padding-left: 0;
  }

  .paragraph-10 {
    margin-top: 18px;
    margin-right: -79px;
  }

  .paragraph-10.subfoottext {
    width: auto;
    margin-top: 1px;
    line-height: 18px;
  }

  .paragraph-10._91223 {
    margin-right: -118px;
  }

  .div-block-137 {
    width: 100%;
    height: auto;
  }

  .slider-8 {
    width: auto;
    height: auto;
  }

  .heading-9.slidehd {
    margin-top: 39px;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .heading-9.comingsoon {
    font-size: 28px;
  }

  .slide-13 {
    padding-top: 40px;
  }

  .image-54 {
    z-index: 99;
    width: 170px;
    margin-top: 45px;
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .div-block-138 {
    height: 60px;
    margin-top: 3px;
    margin-right: 12px;
    padding-top: 6px;
  }

  .left-arrow-4 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 16px;
    display: inline-flex;
  }

  .right-arrow-4 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
    display: inline-flex;
  }

  .div-block-140 {
    border-width: 6px;
    border-radius: 7px;
    width: 88%;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-142 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-142._1422 {
    max-width: none;
  }

  .div-block-143 {
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .div-block-143._1433 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-75 {
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-75._75mtb {
    margin-top: -40px;
  }

  .column-75._75b {
    padding-left: 7px;
  }

  .columns-29 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-146 {
    width: 100%;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-58 {
    margin-top: 19px;
    margin-left: 11px;
  }

  .div-block-147, .div-block-147._1472 {
    padding-top: 0;
  }

  .div-block-147._14723 {
    padding-top: 17px;
  }

  .column-76 {
    background-size: 105% 115%;
    padding-bottom: 23px;
  }

  .column-77, .column-78 {
    background-repeat: no-repeat;
    background-size: 105% 115%;
    padding-bottom: 23px;
  }

  .div-block-149 {
    padding-top: 13px;
  }

  .div-block-150 {
    height: auto;
  }

  .image-59 {
    width: 33%;
    margin-top: 20px;
  }

  .div-block-151 {
    margin-bottom: -6px;
  }

  .div-block-152 {
    height: 600px;
  }

  .slider-9 {
    height: 500px;
    margin-bottom: -59px;
  }

  .slide-14 {
    background-position: 74%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23 {
    background-position: 35%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide30._9403 {
    background-position: 45%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31 {
    background-position: 65%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26._8ju {
    background-position: 60%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.biggue {
    background-position: 65%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.gty {
    background-position: 73%;
  }

  .slide-14.slide15.slide16.slide17._172 {
    background-position: 55%;
  }

  .slide-14.slide15.slide16.heroes {
    background-position: 34%;
  }

  .slide-14.slide15.pals {
    background-position: 45%;
  }

  .div-block-153 {
    z-index: 101;
    margin-top: -566px;
    padding-top: 0;
    padding-left: 4px;
    position: relative;
    inset: 0 0% 0%;
  }

  .div-block-154 {
    width: auto;
  }

  .div-block-155 {
    width: 100%;
    margin-top: 39px;
  }

  .div-block-156 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -127px;
    padding-right: 0;
    display: inline-flex;
    top: -53px;
  }

  .text-block-23 {
    margin-top: -51px;
    margin-bottom: 4px;
    font-size: 27px;
    line-height: 6vw;
  }

  .text-span-26 {
    margin-top: 6px;
  }

  .image-61 {
    margin-top: -15px;
  }

  .div-block-159.isaudhfiaushdf {
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-161 {
    padding-top: 40px;
    padding-bottom: 59px;
  }

  .div-block-161._1612 {
    background-size: auto;
    padding-bottom: 0;
    display: block;
  }

  .div-block-161._1612._16666 {
    margin-top: 36px;
    position: relative;
  }

  .div-block-161._1612._16666.ridewithapurpose {
    margin-top: 69px;
  }

  .div-block-161._1612.gear2 {
    background-color: #000;
    background-position: 30% 100%;
    background-size: 200%;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-161._1512 {
    padding-top: 4px;
  }

  .div-block-162 {
    width: 100%;
  }

  .div-block-162.results2 {
    background-image: url('../images/tar2.jpg');
    background-size: cover;
    width: 85%;
    margin-top: 102px;
  }

  .div-block-162.results2.exhibitors {
    padding-left: 30px;
  }

  .div-block-162.results2.trainblock {
    width: 90%;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-162._1622 {
    margin-top: 127px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-163 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .div-block-163._1632._1633.purp6 {
    background-position: 0 0;
    height: 300px;
  }

  .div-block-163._1632.purp4 {
    height: 300px;
  }

  .div-block-163.purp2 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .text-block-24 {
    margin-top: 7px;
  }

  .text-block-24.subhead {
    margin-top: 16px;
  }

  .image-63 {
    margin-top: 18px;
  }

  .div-block-164 {
    height: auto;
    padding-top: 9px;
  }

  .div-block-165 {
    width: 100%;
    padding-left: 3px;
  }

  .div-block-165.contacty2 {
    width: 80%;
    height: auto;
    margin-left: 12%;
    padding-left: 0;
  }

  .column-80 {
    padding-left: 0;
  }

  .text-block-25 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .columns-31 {
    width: auto;
  }

  .html-embed-9 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-81 {
    padding-left: 0;
    padding-right: 19px;
  }

  .right-arrow-5, .left-arrow-6 {
    display: none;
  }

  .div-block-166 {
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .div-block-166._1662 {
    padding-top: 20px;
  }

  .div-block-166._1662.expodiv {
    padding-bottom: 87px;
  }

  .div-block-166._1662._16622.rules {
    padding-top: 42px;
  }

  .div-block-167 {
    width: 85%;
  }

  .div-block-168 {
    height: 300px;
  }

  .column-85 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .column-86 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-87 {
    padding-top: 20px;
    padding-left: 10px;
  }

  .text-block-28 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-28._289._2899 {
    background-color: #b1410175;
  }

  .text-block-28._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .text-block-28._289._2899._289999.dddr.ririg {
    line-height: 26px;
  }

  .text-block-28._289._28999.herotxt {
    margin-left: 0;
    line-height: 24px;
  }

  .text-block-28._289._28999.herotxt.exhibitorstxt.expodatetime {
    padding-top: 0;
    line-height: 40px;
  }

  .text-block-28._289._28999.herotxt.homehero {
    padding-left: 0;
  }

  .text-block-28._289._28999.herotxt.homehero._999765 {
    font-size: 42px;
    line-height: 30px;
  }

  .text-block-28._289._28999.herotxt.homehero._999765.atitsbest {
    padding-left: 0;
    line-height: 36px;
  }

  .text-block-28._289._28999.herotxt.hero2 {
    font-size: 33px;
    line-height: 29px;
  }

  .text-block-28._293 {
    padding-top: 0;
    padding-left: 19px;
  }

  .text-block-28._293.freerridehead {
    padding-left: 20px;
    padding-right: 17px;
    line-height: 55px;
    display: flex;
  }

  .div-block-169._1692 {
    padding: 10px;
  }

  .div-block-169._1692._1698 {
    margin-top: 117px;
    padding: 10px;
  }

  .div-block-170 {
    width: 80%;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 26px;
  }

  .div-block-170._170_2.kds2.dsfgh {
    background-color: #0000;
    width: 100%;
    height: 280px;
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 57px;
  }

  .div-block-170._171 {
    width: 88%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-171 {
    width: 80%;
    margin-top: -21px;
  }

  .div-block-171.cashterms {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-172 {
    padding-top: 0;
    padding-left: 0;
  }

  .columns-34 {
    padding-bottom: 32px;
    padding-right: 10px;
  }

  .image-69 {
    height: 15px;
    margin-top: 7px;
  }

  .image-69._692 {
    width: 100%;
    margin-top: 9px;
  }

  .image-70 {
    width: 150px;
    height: 350px;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 80px;
    left: -10px;
  }

  .image-71 {
    margin-left: 11px;
  }

  .background-video-4 {
    width: 150px;
    height: 270px;
    margin: 85px auto -19px;
    position: relative;
    inset: 0% 0% 0% -3%;
  }

  .div-block-176._176_2 {
    margin-top: 11px;
  }

  .text-block-30 {
    margin-top: 0;
    font-family: Fontsfree Net Sfprodisplay;
  }

  .list-3 {
    margin-bottom: -2vw;
  }

  .text-block-32.txt322 {
    width: 200px;
    padding-left: 0;
  }

  .image-74 {
    width: 35px;
    margin-top: 27%;
    margin-bottom: -107px;
  }

  .image-74.mtbarrow1 {
    margin-bottom: -41px;
  }

  .image-75 {
    width: 35px;
    margin-bottom: -107px;
  }

  .image-75.mtbarrow2 {
    margin-bottom: -41px;
  }

  .left-arrow-7, .right-arrow-6 {
    padding-bottom: 207px;
  }

  .image-77 {
    display: none;
  }

  .image-77._772 {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .image-77._772._77789.tagline2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-33.other, .text-block-33._332 {
    text-align: center;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    padding-left: 0;
  }

  .tab-link-tab-2-2 {
    margin-top: 17px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
  }

  .div-block-181 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-181._1812 {
    margin-bottom: 15px;
  }

  .text-block-34 {
    margin-left: 62px;
  }

  .image-81 {
    display: none;
  }

  .div-block-182 {
    margin-top: -31px;
  }

  .image-82, .image-82._822, .image-82._824 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-38 {
    width: auto;
  }

  .dropdown-2, .dropdown-2.drop3 {
    display: none;
  }

  .dropdown-2.drop3.drop45 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-185 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-186 {
    padding: 20px 20px 21px;
  }

  .div-block-186.map {
    margin-bottom: 23px;
    padding-bottom: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-186.ridepurpose {
    padding-left: 31px;
    padding-right: 10px;
  }

  .div-block-186.prizemoney {
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 10px;
  }

  .column-89 {
    padding-left: 0;
  }

  .column-90 {
    padding-right: 0;
  }

  .image-83 {
    width: 25px;
    margin-left: 0;
    margin-right: -1px;
  }

  .image-83.ff {
    width: 28px;
    margin-top: 1px;
    margin-left: 19px;
  }

  .link-block-8 {
    margin-left: 13px;
    margin-right: -17px;
    padding-top: 1px;
    padding-left: 0;
  }

  .column-91._912 {
    text-align: center;
    padding-left: 0;
  }

  .column-91._912._9122 {
    padding-right: 0;
  }

  .link-block-9 {
    text-align: left;
    margin-left: 0;
  }

  .link-block-10 {
    padding-left: 0;
  }

  .link-block-10._102 {
    margin-left: 0;
  }

  .link-block-10._105 {
    margin-left: 9px;
  }

  .link-29 {
    line-height: 19px;
  }

  .link-29.w--current {
    font-size: 15px;
  }

  .link-29.rslts {
    display: inline;
  }

  .div-block-188 {
    padding-left: 0;
  }

  .list-item-5 {
    line-height: 21px;
  }

  .list-4 {
    padding-right: 20px;
    line-height: 6vw;
  }

  .div-block-189 {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }

  .div-block-190 {
    margin-top: 11px;
    padding-left: 40px;
  }

  .list-item-7 {
    line-height: 15px;
  }

  .div-block-191 {
    z-index: 222;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00000054;
    border-radius: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: 57px;
  }

  .div-block-191._1911 {
    text-align: center;
    width: 48px;
    height: 46px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    top: -183px;
  }

  .div-block-191._1911._1912 {
    margin-top: 140px;
    position: static;
    top: 0;
  }

  .div-block-191._1911.mtbslide {
    top: -168px;
  }

  .div-block-191._1911.t8ehf {
    margin-top: 0;
    top: 137px;
  }

  .div-block-191._1911.hand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    margin: 155px auto -203px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-191._191home {
    display: none;
    top: 8px;
  }

  .youtube {
    height: 100vw;
  }

  .image-84 {
    width: 70%;
    margin: 56px auto 52px;
    display: block;
  }

  .column-92 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-93 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-11 {
    text-align: center;
    margin-top: 66px;
    margin-left: 0;
  }

  .link-block-11._112 {
    margin-left: 0;
  }

  .column-94 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-95 {
    margin-top: 77px;
    padding-top: 60px;
    padding-left: 0;
  }

  .column-96 {
    margin-top: 77px;
    padding-top: 60px;
    padding-left: 10px;
  }

  .column-97 {
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 0;
  }

  .youtube-2 {
    height: 100vw;
  }

  .youtube-3 {
    height: 300px;
  }

  .column-98 {
    text-align: center;
    padding-left: 0;
    padding-right: 6px;
  }

  .column-99 {
    text-align: center;
  }

  .column-100 {
    text-align: right;
  }

  .link-block-12 {
    margin-left: 14px;
  }

  .link-block-13 {
    margin-left: -40px;
  }

  .columns-41 {
    margin-top: -94px;
    margin-bottom: 28px;
    margin-left: 5px;
    padding-right: 18px;
  }

  .slide-17 {
    background-position: 100%;
    height: auto;
    overflow: hidden;
  }

  .slide-18 {
    background-position: 50%;
  }

  .slide-18._182 {
    background-position: 60%;
  }

  .slide-18._182._183._184 {
    background-position: 100%;
  }

  .column-101 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-85 {
    width: 20px;
    margin-top: -38px;
    margin-left: 151px;
    display: block;
  }

  .image-85.mtbimag {
    margin-top: -17px;
  }

  .image-86 {
    width: 70%;
    margin: 10px;
  }

  .youtube-4 {
    height: 95vw;
  }

  .div-block-192 {
    text-align: center;
    background-color: #fff0;
    width: 100%;
    height: auto;
    margin-top: 21px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-192._1922 {
    margin-top: 29px;
    margin-bottom: 27px;
  }

  .div-block-192.ddf {
    text-align: left;
  }

  .youtube-5 {
    height: 95vw;
  }

  .div-block-193 {
    text-align: center;
  }

  .mask-5 {
    height: auto;
    margin-bottom: -76px;
    padding-bottom: 78px;
  }

  .mask-5.mask78 {
    margin-top: -7px;
    margin-bottom: 0;
  }

  .mask-6 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-102 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-194 {
    width: 100%;
    display: block;
    overflow: visible;
  }

  .column-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .youtube-6 {
    height: 450px;
  }

  .link-block-14._142 {
    margin-left: -2px;
  }

  .div-block-195 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
  }

  .column-104 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-9 {
    font-size: 15px;
  }

  .div-block-196 {
    text-align: center;
    width: 100%;
    position: relative;
    top: -26px;
  }

  .div-block-197 {
    text-align: center;
  }

  .column-105, .column-106 {
    padding-left: 30px;
  }

  .mask-7 {
    padding-bottom: 85px;
  }

  .div-block-198 {
    margin-bottom: 13px;
  }

  .div-block-199 {
    background-color: var(--black);
    display: block;
  }

  .slide-19 {
    background-image: url('../images/homeslide_m2.jpg');
    background-position: 45% 40%;
    background-size: 500px;
    padding-left: 50px;
    padding-right: 40px;
  }

  .slide-19._192 {
    background-image: url('../images/gear56.jpg');
    background-size: cover;
  }

  .slider-13 {
    height: 600px;
    margin-bottom: 0;
  }

  .slide-nav-12 {
    display: none;
  }

  .image-88 {
    width: 25px;
  }

  .left-arrow-10 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: inline-flex;
  }

  .right-arrow-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .div-block-200 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 0;
    padding-left: 13px;
    display: inline-flex;
    position: absolute;
    inset: 0%;
  }

  .list-item-9 {
    font-size: 14px;
    line-height: 17px;
  }

  .list-7, .list-7._87t987 {
    width: 100%;
  }

  .mask-8 {
    height: 100%;
  }

  .div-block-202 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .list-8 {
    margin-right: 10px;
    display: block;
  }

  .link-block-18 {
    padding-left: 0;
    padding-right: 5px;
  }

  .text-block-37.txt44 {
    line-height: 4vw;
  }

  .column-107 {
    padding-right: 10px;
  }

  .column-108, .column-109 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-89 {
    width: 100%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-32 {
    font-size: 25px;
  }

  .image-90 {
    margin-top: -27px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .image-91 {
    margin-top: -2px;
    margin-bottom: 73px;
    margin-left: 0;
  }

  .div-block-207 {
    background-color: #00000080;
    border-radius: 12px;
    padding: 20px 0 20px 20px;
  }

  .text-span-162 {
    font-family: Sf Pro Display;
  }

  .image-93 {
    width: 150px;
    margin-top: -9px;
    margin-left: -2%;
  }

  .div-block-208 {
    text-align: center;
    width: 120%;
    margin-top: 41px;
    margin-left: -13%;
    font-size: 4vw;
  }

  .div-block-209 {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .columns-44 {
    width: 100%;
  }

  .div-block-210 {
    width: 100%;
    margin-top: 0;
    display: block;
    position: relative;
    top: -40px;
  }

  .div-block-210._2102 {
    width: 90%;
    margin-top: 116px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-210._2101 {
    margin-top: 40px;
    display: none;
  }

  .div-block-210._2101._2555 {
    margin-top: 87px;
    display: none;
  }

  .image-95 {
    width: 100%;
  }

  .link-block-21 {
    width: auto;
    margin-left: 0;
  }

  .div-block-211 {
    background-image: url('../images/butt_bg.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: inline-flex;
  }

  .div-block-211._2112 {
    display: inline-flex;
  }

  .div-block-211._2112._2115.adadaf, .div-block-211._2112._2115.mobentertop {
    display: none;
  }

  .div-block-211.entermobmenu {
    display: block;
  }

  .div-block-211.entermobmenu.aas {
    padding-top: 5px;
    display: flex;
  }

  .image-96 {
    width: auto;
    margin-left: 5px;
    margin-right: 10px;
  }

  .div-block-212 {
    width: 40px;
    height: 20px;
    margin-top: -45px;
    margin-left: 230px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .link-block-22 {
    width: auto;
  }

  .text-block-39 {
    color: #fde741;
    text-align: center;
    margin-top: -1px;
    font-family: intercom;
    font-size: 17px;
    display: inline-flex;
  }

  .columns-45 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .column-110, .column-111, .column-112 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-213 {
    margin-left: -12px;
  }

  .div-block-214 {
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    display: block;
  }

  .div-block-214.entermob {
    display: none;
  }

  .div-block-214.entermob.enter344 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-214.entermob.roadentermob {
    width: 70%;
    margin-top: 240px;
    padding-bottom: 21px;
    display: block;
  }

  .div-block-214.entermob.entermopbhome {
    width: 100%;
    margin-top: 114px;
    padding-top: 18px;
    padding-bottom: 19px;
    display: block;
  }

  .div-block-215 {
    text-align: center;
    background-color: #0006;
    border-radius: 12px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 10px 13px;
    display: none;
  }

  .div-block-216 {
    padding-top: 0;
  }

  .div-block-216.portalslider {
    padding-top: 59px;
  }

  .slider-14 {
    height: 850px;
  }

  .image-97 {
    width: 90%;
    margin-top: -16px;
    margin-left: 15px;
    margin-right: auto;
  }

  .image-97.fnshrbadges {
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: -39px;
    margin-left: -13px;
    margin-right: auto;
    display: inline-flex;
  }

  .image-97._972 {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-97._972._977 {
    width: 90%;
    margin-top: 17px;
    margin-left: 17px;
    margin-right: auto;
  }

  .image-97._972._977._978 {
    width: 50%;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-97._972._977._9888 {
    width: 100%;
    margin-left: -17px;
  }

  .div-block-217 {
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-217._2172 {
    margin-top: 110px;
    padding-top: 35px;
    padding-left: 20px;
  }

  .image-98 {
    width: 70px;
    margin-bottom: 7px;
    margin-left: -5px;
    display: none;
  }

  .heading-10 {
    padding-left: 0;
  }

  .heading-10.h1heading {
    margin-top: 100px;
    margin-bottom: -15px;
  }

  .heading-10.coming-soon {
    position: relative;
    top: 7px;
    right: 4px;
  }

  .div-block-218 {
    height: auto;
    margin-top: 22px;
    padding-top: 15px;
    padding-left: 20px;
  }

  .heading-11 {
    margin-top: -8px;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 50px;
    line-height: 40px;
  }

  .image-99 {
    margin-top: -19px;
    margin-left: 0;
  }

  .div-block-219 {
    width: 160px;
    height: 160px;
    margin-top: -331px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-13 {
    margin-left: 0;
    padding-right: 0;
  }

  .left-arrow-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: -18px;
    display: inline-flex;
  }

  .right-arrow-9 {
    justify-content: flex-end;
    align-items: center;
    margin-right: -8px;
    display: inline-flex;
  }

  .column-113, .column-114 {
    text-align: center;
  }

  .div-block-221 {
    text-align: center;
    position: relative;
    top: -116px;
  }

  .column-115, .column-116, .column-117, .column-118 {
    text-align: center;
  }

  .column-119 {
    display: none;
  }

  .div-block-222 {
    background-size: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -15px;
  }

  .div-block-222._568 {
    display: inline-flex;
  }

  .div-block-222._568.roadclose {
    margin-top: 200vw;
  }

  .div-block-222._568._5682 {
    padding-top: 4px;
  }

  .div-block-222._568._5682.desktopview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 47px;
    padding-top: 17px;
    display: block;
  }

  .link77 {
    color: #ff5d29;
  }

  .column-120 {
    height: 130px;
    padding-left: 0;
  }

  .text-span-169 {
    color: #fff;
  }

  .div-block-228 {
    display: none;
  }

  .div-block-229 {
    z-index: 102;
    background-color: #00000080;
    width: 100%;
    height: 130vw;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .code-embed {
    z-index: 88;
  }

  .code-embed-2 {
    width: 100%;
  }

  .tabs-3 {
    background-position: 0 55px;
    background-size: 100% 300px;
    max-width: none;
  }

  .tab-link-tab-1-3 {
    margin-top: -19px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
  }

  .traonhead {
    text-align: center;
    padding-left: 0;
  }

  .column-121 {
    padding-top: 10px;
    padding-right: 10px;
  }

  .div-block-230 {
    height: 110px;
    margin-bottom: 17px;
  }

  .column-122 {
    padding-left: 10px;
  }

  .column-123 {
    padding-top: 34px;
    padding-left: 10px;
  }

  .div-block-232 {
    background-image: url('../images/colours.jpg');
    background-position: 50% 0;
    background-size: 100% 100%;
    margin-top: 9px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-232.div2bh {
    background-image: url('../images/colours.jpg');
    background-position: 50% -50px;
    height: 400px;
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-13 {
    margin-top: 0;
  }

  .list-10.lst55 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-3 {
    border-radius: 0;
    padding: 0;
  }

  .div-block-233 {
    border-radius: 12px;
    padding: 10px 0 0;
  }

  .div-block-234 {
    padding-left: 40px;
    padding-right: 34px;
  }

  .div-block-235 {
    width: 100%;
    height: auto;
    padding-top: 286px;
  }

  .div-block-235.jerseys {
    padding-top: 115px;
    position: static;
  }

  .div-block-236 {
    background-size: contain;
    height: 490px;
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-236._2362 {
    background-size: contain;
  }

  .text-block-41 {
    margin-top: -21px;
    margin-bottom: -12px;
    position: relative;
  }

  .heading-17.ryet {
    font-size: 30px;
    line-height: 30px;
  }

  .image-101 {
    margin-top: 12px;
  }

  .image-101._1013 {
    margin-top: -32px;
  }

  .image-101._1013.taglinefgear.taglinegold {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .body {
    background-color: #000;
  }

  .text-block-42.finisherjerseys {
    padding-left: 23px;
  }

  .div-block-239 {
    width: 100%;
    height: 450px;
    padding-bottom: 71px;
    padding-left: 41px;
  }

  .image-102 {
    width: 100%;
    margin-top: 30px;
  }

  .columns-47 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-48 {
    width: 100%;
  }

  .div-block-242 {
    width: 100%;
    padding-left: 0;
  }

  .list-11 {
    width: 100%;
  }

  .link-block-24 {
    margin-top: -52px;
    display: inline-block;
  }

  .text-span-230 {
    color: #fff;
  }

  .image-104, .image-104._1042._1044 {
    display: none;
  }

  .div-block-247 {
    padding-top: 0;
  }

  .mtbres {
    margin-top: -10px;
    margin-bottom: 23px;
    display: none;
  }

  .div-block-249._2672 {
    margin-top: 21px;
  }

  .div-block-249._2672.closed {
    width: 100%;
    margin-top: 96px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-249._249mob {
    width: 70%;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-44._442 {
    color: #fde741;
    width: 90%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
  }

  .text-span-231 {
    font-size: 19px;
  }

  .div-block-250 {
    background-image: url('../images/colour_stripes.png'), url('../images/blackfade2.png');
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: 380px;
    margin-top: -173px;
    display: none;
    top: 70px;
  }

  .div-block-251 {
    background-color: #00000091;
    background-position: 0 35px, 50%;
    width: 88%;
    height: auto;
    margin-top: -322px;
    padding: 0 18px 19px 16px;
    top: 34px;
    left: 0;
  }

  .div-block-251._2532 {
    width: 90%;
    height: auto;
    margin-top: -61px;
    padding-bottom: 77px;
    padding-right: 13px;
  }

  .div-block-251._2532.winners {
    width: 90%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 45px;
    padding-left: 20px;
    top: 153px;
  }

  .div-block-251._2532.winners.skskaks {
    padding-top: 21px;
    padding-bottom: 51px;
  }

  .div-block-251._2532.winners.skskaks.op {
    margin-top: 60px;
    padding-bottom: 64px;
  }

  .div-block-251._2532.fffg {
    height: auto;
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 68px;
  }

  .div-block-251._2532.fffg.sf {
    height: auto;
    padding-top: 2px;
    padding-bottom: 13px;
    display: none;
  }

  .div-block-251._2532.djdjd {
    padding-top: 7px;
  }

  .div-block-251._2532.djdjd.fhfhf {
    height: auto;
    padding-bottom: 69px;
  }

  .text-block-45 {
    font-size: 33px;
  }

  .text-block-45._452 {
    width: 90%;
    margin-top: 24px;
  }

  .text-block-45._452._2124 {
    width: 100%;
    margin-top: 36px;
  }

  .text-block-45._452._44447 {
    margin-top: 5px;
  }

  .text-block-45._452.ddf {
    width: 100%;
    margin-top: -17px;
  }

  .text-block-45._452._4522 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-45._452.ffffy {
    width: 100%;
  }

  .column-132 {
    background-image: url('../images/line-hor.gif');
    background-position: 0 10%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    margin-top: 8px;
    padding-top: 0;
    padding-left: 8px;
  }

  .column-132.rrr {
    margin-top: 5px;
  }

  .column-132.didjd {
    background-position: 0 0;
    padding-top: 22px;
  }

  .column-132.ssf {
    height: auto;
    margin-top: -3px;
    padding-left: 12px;
  }

  .column-133 {
    padding-top: 25px;
  }

  .column-134 {
    padding-top: 0;
  }

  .div-block-252 {
    width: 100%;
  }

  .div-block-252.menwoman {
    padding-top: 56px;
    position: relative;
  }

  .div-block-253 {
    margin-top: 63px;
    margin-bottom: 49px;
  }

  .div-block-253._2532 {
    margin-top: 208px;
    margin-bottom: 71px;
  }

  .winnners {
    font-size: 30px;
  }

  .div-block-254 {
    width: 100%;
    margin-top: 60px;
    padding: 0;
  }

  .div-block-255 {
    background-image: url('../images/tar2_1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 28px;
    padding-left: 21px;
    padding-right: 24px;
  }

  .image-105 {
    margin-top: 11px;
  }

  .columns-49 {
    margin-top: 59px;
    display: block;
  }

  .column-135 {
    margin-top: -16px;
  }

  .div-block-259 {
    text-align: center;
    height: 50px;
  }

  .text-span-242 {
    color: #fff;
    font-size: 27px;
  }

  .text-block-46 {
    color: #fff;
    margin-left: -26px;
    font-family: intercom;
    font-size: 20px;
    font-style: italic;
    display: block;
    position: relative;
  }

  .div-block-260 {
    background-color: #6f3a21;
    width: 90%;
    height: 2px;
    margin-top: -10px;
    margin-bottom: 21px;
    padding-bottom: 0;
    display: block;
  }

  .text-span-243 {
    font-size: 24px;
  }

  .div-block-261 {
    margin-top: -61px;
    margin-left: 123px;
  }

  .div-block-261.comingsoon2 {
    margin-left: 128px;
  }

  .div-block-261.dddf {
    margin-top: 2px;
  }

  .div-block-262._2622 {
    margin-top: 35px;
    padding-right: 0;
  }

  .column-136 {
    margin-top: 10px;
  }

  .column-137 {
    margin-top: 20px;
  }

  .div-block-264 {
    width: 127%;
    margin-left: -43px;
    position: relative;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -14px;
    margin-left: -22px;
    display: grid;
  }

  .youtube-7 {
    height: 450px;
  }

  .div-block-265 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-265.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .text-block-48 {
    font-size: 21px;
  }

  .div-block-266 {
    width: 100%;
  }

  .div-block-267._1692, .div-block-267._1692._1698 {
    padding: 10px;
  }

  .bold-text-18 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-268 {
    width: 85%;
  }

  .heading-18 {
    font-size: 25px;
    line-height: 21px;
  }

  .button-5.navbutt {
    display: flex;
  }

  .text-block-49 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-49._289._2899 {
    background-color: #b1410175;
  }

  .text-block-49._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-269 {
    padding-left: 0;
  }

  .paragraph-15.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-15.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph-15.parahome.parasubscribe.infohubtext.roadraceseeding.leftcol {
    width: 60px;
  }

  .list-item-16 {
    line-height: 15px;
  }

  .div-block-270 {
    padding-bottom: 40px;
  }

  .div-block-270._1662 {
    padding-top: 20px;
  }

  .div-block-271 {
    padding: 20px 20px 21px;
  }

  .div-block-272 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-273 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-273.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .text-block-50 {
    font-size: 21px;
  }

  .div-block-274 {
    width: 100%;
  }

  .bold-text-19 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-275 {
    width: 85%;
  }

  .heading-19 {
    font-size: 25px;
    line-height: 21px;
  }

  .text-block-51 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-51._289._2899 {
    background-color: #b1410175;
  }

  .text-block-51._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-276 {
    padding-left: 0;
  }

  .paragraph-16.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-16.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph-16.parahome.parasubscribe.infohubtext.mtbseeding.policy {
    width: 100%;
  }

  .div-block-277 {
    padding-bottom: 40px;
  }

  .div-block-277._1662 {
    padding-top: 20px;
  }

  .div-block-278 {
    padding: 20px 20px 21px;
  }

  .div-block-279 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-280 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-280.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .text-block-52 {
    font-size: 21px;
  }

  .div-block-281 {
    width: 100%;
  }

  .bold-text-20 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-282 {
    width: 85%;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 21px;
  }

  .text-block-53 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-53._289._2899 {
    background-color: #b1410175;
  }

  .text-block-53._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-283 {
    padding-left: 0;
  }

  .paragraph-17.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-17.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph-17.parahome.parasubscribe.infohubtext.mtbseeding.policy {
    width: 100%;
  }

  .div-block-284 {
    padding-bottom: 40px;
  }

  .div-block-284._1662 {
    padding-top: 20px;
  }

  .div-block-285 {
    padding: 20px 20px 21px;
  }

  .div-block-286 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .code-embed-6 {
    width: 100%;
    height: 140vw;
  }

  .image-109 {
    width: 140%;
    max-width: none;
    margin-top: 20px;
    margin-left: -62px;
  }

  .div-block-291 {
    display: none;
  }

  .div-block-292 {
    width: auto;
    height: 100px;
    margin-top: 0;
    margin-left: -33px;
  }

  .div-block-292._2922 {
    margin-top: -70px;
    margin-left: -70px;
  }

  .div-block-294 {
    background-image: url('../images/tagline3.png'), url('../images/footer.jpg');
    background-position: 50%, 50% 100%;
    background-size: contain, 1728px;
    height: 70vw;
  }

  .div-block-295 {
    width: 100%;
    margin-left: 0;
  }

  .column-147 {
    margin-bottom: 11px;
    padding-left: 34px;
  }

  .column-148 {
    padding-left: 37px;
  }

  .text-block-54 {
    font-size: 35px;
  }

  .text-block-54.lilhead {
    margin-top: 13px;
    margin-bottom: -13px;
    margin-left: 8%;
  }

  .text-block-54._542._543 {
    margin-bottom: -4px;
    font-size: 29px;
    line-height: 24px;
  }

  .text-block-54._542._543._543home.hh {
    font-size: 9vw;
    line-height: 7vw;
  }

  .text-block-54.aaadf {
    margin-top: 10px;
  }

  .text-block-54._546, .text-block-54._546._66890 {
    text-align: left;
    font-size: 30px;
  }

  .text-block-54._546.gh {
    padding-left: 9px;
  }

  .text-block-54._546.paosdj {
    width: 45%;
  }

  .div-block-296 {
    margin-top: 27px;
  }

  .div-block-296.ajaja {
    margin-top: 14px;
    padding-top: 0;
  }

  .div-block-296.ajaja.afaggh {
    margin-top: 9px;
    padding-top: 0;
  }

  .div-block-296.ddf.aad.aads {
    margin-top: 9px;
  }

  .div-block-297 {
    border-radius: 8px;
    width: 99%;
    height: auto;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 37px;
    padding-bottom: 12px;
  }

  .div-block-297._2972 {
    height: auto;
  }

  .div-block-297._2972._22334.p0dsfs {
    border-radius: 7px;
    margin-left: 0;
  }

  .div-block-297.ddfs {
    background-color: #0000005c;
    height: auto;
    margin-top: -2px;
    margin-bottom: 34px;
    padding-bottom: 16px;
  }

  .image-112 {
    margin-top: 10px;
  }

  .image-112._1122 {
    margin-top: 15px;
  }

  .image-112._1122.ad.sfsg.aaaffgg {
    margin-top: 9px;
  }

  .div-block-298 {
    padding-left: 19px;
  }

  .div-block-299 {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-299._2998 {
    margin-top: 63px;
    padding-bottom: 29px;
  }

  .div-block-300 {
    margin-top: 24px;
    margin-left: 10%;
  }

  .div-block-301 {
    margin-left: 10%;
  }

  .text-span-271 {
    margin-bottom: -28px;
    font-family: Avantgarde;
    font-style: normal;
    display: block;
  }

  .image-113 {
    z-index: 9999;
    vertical-align: bottom;
    margin-top: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .column-150 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-151 {
    padding-left: 28px;
  }

  .image-114 {
    background-size: auto 8px;
    padding-bottom: 41px;
  }

  .image-114._1142._1156 {
    padding-bottom: 89px;
  }

  .div-block-304 {
    width: 88%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-273 {
    line-height: 0;
  }

  .columns-52 {
    width: 105%;
    margin-bottom: 0;
    margin-left: -25px;
  }

  .div-block-306 {
    padding-left: 18px;
  }

  .div-block-306._3062 {
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 21px;
  }

  .div-block-306._88ghr {
    height: auto;
    padding-top: 32px;
    padding-bottom: 22px;
    padding-left: 40px;
  }

  .column-152 {
    padding-right: 0;
  }

  .div-block-307 {
    margin-top: -3px;
    margin-bottom: -7px;
  }

  .div-block-307._546._876 {
    justify-content: flex-end;
    margin-top: -54px;
    margin-bottom: 13px;
    padding-right: 1px;
    display: flex;
  }

  .div-block-307._808 {
    text-align: right;
    justify-content: flex-end;
    margin-top: -56px;
    display: flex;
  }

  .div-block-308 {
    height: auto;
    margin-left: 0;
    padding-bottom: 26px;
    padding-left: 40px;
    padding-right: 10px;
  }

  .div-block-308._30855 {
    height: auto;
    margin-left: 0;
    padding-top: 31px;
    padding-bottom: 18px;
    padding-left: 23px;
  }

  .div-block-309 {
    width: 100%;
    margin-left: 0;
    padding-left: 39px;
    position: static;
  }

  .div-block-310 {
    background-color: #00000082;
    width: 90%;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-277 {
    margin-top: 4px;
    font-size: 18px;
    display: block;
  }

  .text-span-277._2778 {
    filter: drop-shadow(0 2px 5px #000000b3);
    outline-offset: 0px;
    outline: 3px #fff;
    width: 100%;
    margin-top: 12px;
    font-size: 19px;
    line-height: 18px;
  }

  .text-span-278, .text-span-279 {
    font-size: 30px;
  }

  .div-block-311 {
    background-position: 50%;
    border-radius: 0;
    padding-top: 47px;
    padding-bottom: 39px;
    padding-left: 27px;
    display: block;
  }

  .text-block-56._000op._887df.ddf {
    margin-top: 5px;
  }

  .text-block-56._000op._887df.highlights {
    display: none;
  }

  .text-block-56._000op._9908j {
    color: #fde741;
    margin-left: 39px;
    display: block;
  }

  .text-block-56._000op._9908j.prizeterms {
    margin-left: 12px;
  }

  .div-block-312 {
    width: 100%;
  }

  .div-block-313 {
    background-position: 90%;
  }

  .text-block-57 {
    color: #fff;
  }

  .div-block-314 {
    display: none;
  }

  .column-154 {
    background-color: #00000080;
    border-radius: 8px;
    margin-top: 14px;
    padding-top: 25px;
    padding-bottom: 8px;
    padding-left: 18px;
  }

  .columns-53 {
    width: 100%;
  }

  .text-span-285 {
    margin-top: -17px;
    margin-bottom: -24px;
    display: block;
  }

  .text-span-288 {
    color: #ff4d00;
  }

  .text-span-289 {
    color: #fde741;
  }

  .column-155 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000007d;
    border-radius: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 29px;
    padding-left: 20px;
    display: block;
  }

  .columns-54 {
    width: 90%;
  }

  .column-157 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-3 {
    background-color: #000;
  }

  .div-block-318._31899 {
    height: auto;
    margin-top: 32px;
    margin-bottom: 60px;
    margin-right: 0;
    padding-top: 36px;
    padding-left: 21px;
    padding-right: 34px;
  }

  .image-115 {
    width: 100%;
    margin-top: -33px;
    margin-bottom: -4px;
  }

  .image-116 {
    display: none;
  }

  .div-block-319 {
    display: flex;
  }

  .columns-55 {
    padding-right: 27px;
  }

  .div-block-321 {
    color: #25145a;
    background-color: #0f0f1f;
    background-image: none;
    display: flex;
  }

  .div-block-322 {
    width: 100%;
  }

  .list-15 {
    column-count: 1;
  }

  .column-158, .column-159 {
    padding-bottom: 20px;
  }

  .text-span-326 {
    font-size: 28px;
  }

  .div-block-325 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-8 {
    padding: 0;
  }

  .div-block-326 {
    margin-top: -20px;
  }

  .div-block-327 {
    width: 95%;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-327._3278 {
    margin-top: -67px;
  }

  .div-block-328 {
    padding: 0;
  }

  .code-embed-10 {
    margin-left: 0;
  }

  .heading-21 {
    padding-left: 6%;
    font-size: 4vw;
  }

  .paragraph-19 {
    padding-left: 0;
    font-size: 15px;
  }

  .column-160 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-11 {
    width: 100%;
    margin-top: -66px;
  }

  .div-block-330 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .image-119._1192 {
    margin-top: 40px;
  }

  .div-block-332 {
    height: 120%;
    margin-bottom: 99px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-333 {
    background-color: #fff;
    width: 100%;
    height: 1px;
  }

  .image-120 {
    width: 100%;
    height: 1px;
    margin-top: 9px;
  }

  .div-block-335 {
    height: 120%;
  }

  .div-block-336 {
    overflow-wrap: normal;
    background-image: linear-gradient(#00000040, #00000040), radial-gradient(circle, #0000 49%, #00000087);
    height: 130%;
    padding-bottom: 0;
    display: block;
    inset: 0% 0% auto;
  }

  .div-block-336.ottervd {
    outline-offset: 0px;
    background-image: linear-gradient(#0000, #00000080), linear-gradient(#00000040, #00000040), radial-gradient(circle, #0000 49%, #00000087);
    outline: 3px dashed #fff;
  }

  .div-block-336.safsafasaf {
    background-image: linear-gradient(#0003, #0003), linear-gradient(#00000040, #00000040), radial-gradient(circle, #0000 49%, #00000087);
  }

  .div-block-336.otterwine, .div-block-336.marapack, .div-block-336.imgotrsaf {
    background-image: linear-gradient(#0000, #00000080), linear-gradient(#00000040, #00000040), radial-gradient(circle, #0000 49%, #00000087);
  }

  .div-block-336._3365 {
    background-image: linear-gradient(#00000082, #0000), linear-gradient(#0000, #0000005e), linear-gradient(#00000026, #00000026), radial-gradient(circle, #0000 49%, #0000002e);
  }

  .div-block-340 {
    margin-top: 1206px;
    padding-bottom: 0;
  }

  .div-block-340.otterbelow.otterbelow2 {
    margin-top: 909px;
    padding-bottom: 100px;
  }

  .div-block-340.otterbelow.otterbelow2.otttr {
    margin-top: 887px;
  }

  .div-block-340._3402 {
    margin-top: 989px;
    padding-bottom: 0;
  }

  .div-block-340._3402.uuuyt {
    margin-top: 693px;
  }

  .div-block-340._3402.uuuyt.winecont {
    margin-top: 998px;
    padding-bottom: 0;
  }

  .div-block-340._3402.uuuyt.winecont.vino {
    margin-top: 1910px;
  }

  .div-block-340._3403 {
    margin-top: 1155px;
  }

  .div-block-340._3403.ddf {
    background-image: linear-gradient(0deg, #000000c9 92%, #0000);
    margin-top: 1813px;
    margin-left: 0;
  }

  .div-block-340._3403.ddf.ffghjkl {
    margin-top: 2244px;
  }

  .div-block-340._3403.launch {
    z-index: 2;
    margin-top: 819px;
    padding-top: 0;
    position: relative;
  }

  .div-block-340._3405 {
    margin-top: 928px;
    padding-bottom: 0;
  }

  .div-block-340._3405._667 {
    margin-top: 800px;
  }

  .div-block-340._3405._667._8hgf5 {
    margin-top: 803px;
  }

  .div-block-340._3405._667._8hgf5.naturespackages {
    margin-top: 1835px;
  }

  .div-block-340._3405._667._8hgf5.naturespackages.grootbos {
    margin-top: 1984px;
  }

  .div-block-340._3406.lllllpo {
    margin-top: 600px;
  }

  .div-block-340._340home {
    margin-top: 575px;
  }

  .div-block-340._341otrsaf {
    margin-top: 1163px;
  }

  .div-block-340._341otrsaf.askdjghaksdhkasdha {
    margin-top: 838px;
  }

  .div-block-340._341otrsaf.askdjghaksdhkasdha.oo {
    margin-top: 1048px;
  }

  .div-block-340._341otrsaf.askdjghaksdhkasdha.oo.otrcont.g7.otersaf2 {
    margin-top: 1882px;
  }

  .div-block-340.asf.tty {
    margin-top: 600px;
  }

  .div-block-340._34099 {
    margin-bottom: -47px;
  }

  .div-block-340._34055 {
    margin-top: 1358px;
    padding-bottom: 113px;
  }

  .div-block-340._34055.maracont {
    margin-top: 1486px;
  }

  .div-block-340.rrt, .div-block-340.tty {
    margin-top: 600px;
  }

  .div-block-340.otterpackage {
    margin-top: 1089px;
  }

  .div-block-340.otterpackage.wineotrcnt {
    margin-top: 1009px;
  }

  .columns-57 {
    margin-top: 0;
  }

  .image-121 {
    width: 50%;
    margin-top: -18px;
  }

  .image-121.logo2 {
    width: 150px;
    margin-top: -138px;
  }

  .image-122 {
    width: 60%;
    margin-top: 282px;
  }

  .div-block-341 {
    height: auto;
  }

  .div-block-345 {
    text-align: center;
    background-color: #5d5b578c;
    background-position: 5%;
    border-radius: 9px;
    justify-content: center;
    width: 94%;
    margin-top: 20px;
    margin-bottom: 46px;
    padding-bottom: 0;
    padding-left: 10%;
  }

  .div-block-345.v233 {
    margin-bottom: 0;
    padding-left: 15px;
  }

  .div-block-346 {
    background-color: #0000001f;
    height: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .background-video-10 {
    width: auto;
    height: 300px;
    top: -22px;
  }

  .div-block-348 {
    margin-top: 0;
  }

  .div-block-349 {
    width: 95%;
  }

  .code-embed-12 {
    border-radius: 0;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-350 {
    width: 90%;
  }

  .column-162 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-163 {
    padding-right: 0;
  }

  .div-block-351 {
    width: 70px;
    height: 60px;
    margin: 48px auto 21px;
    padding-top: 25px;
    padding-bottom: 0;
    padding-right: 6px;
    top: 16px;
  }

  .text-block-60 {
    -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
    backdrop-filter: drop-shadow(0 2px 5px #000000b3);
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    max-width: none;
    margin-top: -65px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .text-block-60.wnlndss {
    width: 100%;
    font-size: 33px;
    line-height: 22px;
  }

  .text-block-60.wnlndss.pytkdsmww {
    width: 80%;
    margin-left: 0;
  }

  .text-block-60.wnlndss.pytkdsmww.ffgh {
    line-height: 31px;
  }

  .text-block-60.tagline2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 22px;
  }

  .image-124 {
    width: 250px;
    margin-top: -29px;
    margin-bottom: 34px;
  }

  .image-124.logofoot {
    width: 240px;
    margin-top: -27px;
    margin-bottom: 76px;
  }

  .paragraph-20 {
    margin-top: 140px;
    font-family: "Balootammudu 2 Variablefont Wght", Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
  }

  .paragraph-20._787 {
    color: #6b6d8f;
    text-align: center;
    margin-top: 333px;
    font-family: Exo, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
  }

  .italic-text-19 {
    margin-top: 50px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .div-block-355 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-58 {
    width: 100%;
  }

  .image-125 {
    width: 110px;
  }

  .image-125._1252 {
    width: 90px;
  }

  .column-164 {
    text-align: center;
    padding-bottom: 15px;
    padding-left: 35px;
  }

  .column-164._1642 {
    margin-bottom: 8px;
    padding-right: 0;
  }

  .image-127 {
    margin-left: -12px;
    margin-right: auto;
  }

  .image-127._1272 {
    width: 170px;
    margin-left: 1px;
  }

  .column-166 {
    text-align: center;
    background-image: url('../images/whitebar.gif');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    margin-top: 4px;
    padding: 0;
  }

  .text-block-63 {
    margin-top: -5px;
    margin-left: 0;
  }

  .text-span-330 {
    font-size: 24px;
    font-weight: 300;
  }

  .div-block-357 {
    display: flex;
  }

  .button-style-6 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .button-style-6.buttonstyle2 {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    font-size: 5vw;
    font-weight: 400;
  }

  .button-style-6.buttonstyle2.buttv2.cont {
    width: 235px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-style-6.buttonstyle2._1643.medium {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    margin-top: 8px;
    margin-left: 8px;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 7vw;
  }

  .button-style-6.buttonstyle2._1643.medium.wines, .button-style-6.buttonstyle2._1643.medium.naturesvs {
    width: auto;
  }

  .button-style-6.buttonstyle2._1643.medium.naturesvs.small {
    height: 45px;
  }

  .button-style-6.buttonstyle2._1643.medium.butty {
    width: auto;
    height: auto;
    padding-top: 13px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-style-6.buttonstyle2._1643.medium.butty.w--current {
    padding-bottom: 15px;
  }

  .button-style-6.buttonstyle2._1643.medium.sm.all {
    height: 45px;
  }

  .button-style-6.buttonstyle2._1643.medium.small {
    width: 95%;
    height: 45px;
    margin-left: auto;
  }

  .button-style-6.buttonstyle2._1643.medium.small.small2 {
    height: 48px;
  }

  .button-style-6.buttonstyle2._1643.medium.small.butt3.readmorepackage {
    background-image: url('../images/plus2.gif');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto 42px;
    width: auto;
    margin-top: 11px;
    margin-bottom: -61px;
    margin-left: 8px;
    padding-bottom: 11px;
  }

  .button-style-6.buttonstyle2._1643.medium.small.butt3.readmorepackage.reserve.reserve2 {
    margin-top: 30px;
  }

  .button-style-6.buttonstyle2._1643.medium.small.butt3.readmorepackage.reserve.reserve556 {
    margin-bottom: 8px;
  }

  .button-style-6.buttonstyle2._1643.medium.small.butt3.faqbutt {
    background-image: url('../images/plus2.gif');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto 42px;
    width: 70%;
  }

  .button-style-6.buttonstyle2._1643.cptmara {
    background-position: 100% 7%;
    height: 300px;
    margin-top: -46px;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 17px;
    display: flex;
  }

  .button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.naturesbutt {
    height: 180vw;
    margin-top: -180.5vw;
  }

  .button-style-6.buttonstyle2._1643.cptmara.winelandsbutt.buttottrplett {
    height: 495px;
    margin-top: -488px;
  }

  .button-style-6.buttonstyle2._1643.cptmara.asdasdaffgh {
    height: 56vw;
    margin-top: -33px;
  }

  .button-style-6.buttonstyle2._1643.otterrubn {
    background-position: 100% 7%;
    height: 300px;
    margin-top: -38px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 18px;
  }

  .bold-text-27._27b {
    text-align: center;
    font-size: 14px;
    line-height: 12px;
  }

  .link-93 {
    color: #ff6468;
  }

  .italic-text-22 {
    color: #bbb;
  }

  .column-167 {
    background-repeat: repeat-x;
    padding-top: 22px;
    padding-bottom: 10px;
  }

  .italic-text-25 {
    font-style: italic;
    font-weight: 500;
  }

  .div-block-358 {
    display: block;
  }

  .div-block-359._445.ff.ffg.typ4 {
    background-image: url('../images/fade5_1.png'), url('../images/grootbosthumb.jpg');
    background-position: 50% 100%, 15% 60%;
    background-size: cover, 350vw;
    height: 200px;
  }

  .div-block-359._445.ff.ffg.typ4.winelands2 {
    height: 200px;
    margin-left: 0;
  }

  .div-block-359._445.ff.typ3 {
    height: 200px;
    margin-right: 0;
  }

  .div-block-359._445.ff.typ3.safari_otter {
    height: 200px;
  }

  .div-block-359._445.typ2 {
    background-image: linear-gradient(#0000, #0000), url('../images/fade_1.png'), url('../images/winelands1.jpg');
    background-position: 0 0, 50% 100%, 50% 80%;
    background-size: auto, 199px, 400px;
    height: 200px;
    margin-right: 0;
  }

  .div-block-359._445.typ2.otter2 {
    height: 120px;
  }

  .div-block-360 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
  }

  .div-block-360._3601 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-360._3601.vnnns {
    padding-left: 0;
  }

  .div-block-360._3601.vnnns.sss {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-361.wnlnds {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-361.wnlnds.grootbos {
    grid-template-columns: 1fr;
  }

  .div-block-361.wnlnds.grootbos.capetown {
    width: 90%;
  }

  .div-block-361.wnlnds.safar1 {
    width: 89%;
  }

  .div-block-362 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    display: grid;
  }

  .div-block-362.sabibushlodge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-362._35567 {
    width: 95%;
  }

  .div-block-362.cellars.lastword {
    display: block;
  }

  .div-block-363 {
    height: 80vw;
  }

  .div-block-363.w22.dddf {
    width: 100%;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
  }

  .div-block-363.w22.dddf.asaa {
    margin-top: -16px;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: block;
  }

  .div-block-363.w22.dddf.ddddddd {
    margin-bottom: 10px;
  }

  .div-block-363.ff5, .div-block-363.ff5.asdasdasd {
    height: 80vw;
  }

  .div-block-363.ff5.asdasdasd.grootbos {
    width: 93%;
    height: 80vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-363.ff5.asdasdasd.grootbos.capegrace {
    width: 100%;
  }

  .div-block-363.ff5.asdasdasd.grootbos.gardelnlodge {
    padding-left: 20px;
  }

  .div-block-363.ffsw, .div-block-363.ffsw.re.wks, .div-block-363.ffsw.re.sbbl {
    height: 80vw;
  }

  .div-block-363.ffsw.re.salati {
    height: 70vw;
  }

  .div-block-363.ffsw.re.salati.timbavati.tuning.kirkman {
    background-image: url('../images/fade_2.png'), url('../images/fade_1.png'), url('../images/kirkman.jpg');
    background-position: 50% 100%, 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 100% 75px, 600px 50%, 350px;
  }

  .div-block-363.ffsw.cellars1 {
    height: 80vw;
    display: flex;
  }

  .div-block-363.lacotte {
    height: 80vw;
  }

  .text-span-332 {
    margin-top: 6px;
    margin-bottom: -8px;
    line-height: 17px;
    display: block;
  }

  .text-span-335 {
    white-space: normal;
    width: 70%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: auto;
    font-size: 14px;
    line-height: 15px;
    display: inline;
  }

  .div-block-366 {
    height: 80vw;
  }

  .div-block-366._3664 {
    background-image: url('../images/kingscamp.jpg');
  }

  .div-block-367 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .list-16 {
    column-count: 1;
    width: 90%;
    margin-left: 19px;
  }

  .list-17 {
    column-count: 1;
    margin-left: 20px;
  }

  .div-block-369 {
    margin-top: 97px;
    padding-left: 0;
  }

  .div-block-369._3692.vf {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-369._3692._4458.ffg {
    margin-top: 100px;
  }

  .div-block-369.fff {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-369.fff.popu {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-369.fff._909 {
    width: 95%;
    margin: 76px auto 0;
    padding-top: 0;
  }

  .div-block-369.dddddd.popu {
    width: 100%;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-369.svg {
    margin-top: 69px;
    margin-bottom: 0;
  }

  .div-block-369.pop {
    width: 90%;
    margin-top: 81px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-370 {
    height: auto;
    padding-left: 10px;
  }

  .div-block-370.enquireframe {
    background-image: none;
    background-position: 0 0;
    display: none;
  }

  .div-block-370._3702._4609 {
    width: 80%;
    margin-bottom: 0;
  }

  .div-block-370._378 {
    width: 90%;
    height: 50vw;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .paragraph-23 {
    margin-left: 28px;
  }

  .paragraph-23._23_2 {
    margin-bottom: -13px;
    margin-left: 28px;
  }

  .columns-59 {
    margin-left: 0;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-129 {
    margin-left: 12px;
  }

  .image-129._1299 {
    margin-left: 24px;
  }

  .column-168 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-372 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-372.otternew {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
    width: 115%;
    margin-left: -15px;
    margin-right: -15px;
  }

  .div-block-372.ottervd {
    grid-template-columns: 1fr;
  }

  .div-block-372.sfri {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .slider-15 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-15 {
    align-items: flex-start;
    margin-top: 94.5px;
    display: flex;
  }

  .icon-16 {
    align-items: flex-start;
    margin-top: 92.5px;
    display: flex;
  }

  .slide-20 {
    padding-left: 9px;
    padding-right: 22px;
  }

  .slide-21 {
    padding-left: 12px;
    padding-right: 26px;
  }

  .left-arrow-12 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -25px;
    padding-left: 0;
    display: flex;
  }

  .right-arrow-10 {
    align-items: flex-start;
    margin-right: -26px;
    display: flex;
  }

  .div-block-373 {
    display: block;
  }

  .column-171 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-172 {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-375 {
    background-image: url('../images/fade5_1.png'), linear-gradient(#00000069, #0000), url('../images/2024-Otter-Race-Fahwaaz-422.jpg');
    background-position: 50%, 0 0, 40% 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, 600px;
    border-width: 1px;
    border-radius: 6px;
    height: 300px;
    padding-bottom: 0;
    overflow: visible;
  }

  .div-block-376._378v2 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .div-block-376._378v2.ddf {
    margin-top: 220px;
    margin-bottom: -220px;
    display: block;
  }

  .div-block-376._378v2.ddf.ddftv2 {
    width: 88%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-376._378v2.ddf.ddftv2.homearow {
    margin-top: 599px;
    position: absolute;
  }

  .div-block-376._378v2.ddf.ddftv2.homearow.homearrow2 {
    width: 100%;
    height: 90%;
    margin-top: 0;
  }

  .div-block-376._378v2.ddf.ddddd {
    margin-top: 0;
    display: none;
  }

  .div-block-376._378v2.ddf.tty {
    margin-top: 0;
    margin-bottom: 67px;
  }

  .div-block-376._378v2.ddf.safariarrow {
    margin-top: 40px;
  }

  .div-block-376._378v2.ddf.safariarrow.safsafarrow {
    margin-top: 17px;
    margin-bottom: -207px;
  }

  .div-block-376._378v2.ddf.naturesarrow, .div-block-376._378v2.ddf._999 {
    margin-top: 40px;
  }

  .div-block-376._378v2.ddf._999._990 {
    z-index: 400;
    margin-top: 0;
    margin-bottom: 145px;
    position: static;
    top: 0;
  }

  .div-block-377._3772 {
    padding-left: 4px;
  }

  .div-block-377._3772._44467 {
    margin-left: -15px;
  }

  .image-132 {
    width: 35px;
    margin-bottom: 7px;
    margin-left: -14px;
  }

  .image-132._1333 {
    width: 60px;
    margin-bottom: -1px;
    margin-left: -24px;
  }

  .image-132._13333 {
    width: 60px;
  }

  .italic-text-26 {
    margin-top: -14px;
    line-height: 15px;
    display: block;
  }

  .div-block-380.contlimit.safaricontent {
    margin-top: -91px;
  }

  .div-block-380.ottermast {
    min-width: auto;
    margin-top: 24px;
  }

  .div-block-385 {
    z-index: 999;
    margin-bottom: 15px;
    margin-left: 0%;
    padding-bottom: 1vw;
    position: relative;
  }

  .div-block-385._3876 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-385._3876._4444 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-69 {
    font-size: 17px;
  }

  .text-block-69.tesxxt6 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 17px;
  }

  .text-block-69.tesxxt6.ddf.cat {
    padding-left: 0;
  }

  .text-block-69._555 {
    margin-top: 44px;
  }

  .text-block-69.txt692 {
    margin-top: 48px;
    margin-bottom: 35px;
  }

  .text-block-69._692 {
    margin-top: 48px;
    margin-bottom: 61px;
  }

  .text-block-69._892 {
    margin-bottom: 43px;
  }

  .column-176 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-177._1772 {
    display: none;
  }

  .image-133.logoenq {
    width: 60px;
    margin-top: -18px;
    margin-left: -28px;
  }

  .div-block-387 {
    background-color: #7e7e7e;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-351.ffsdf {
    text-align: left;
  }

  .div-block-393.aaas {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-393.aaas.itrwe {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-394 {
    width: 90%;
  }

  .div-block-394.v5 {
    justify-content: flex-end;
    margin-top: -66px;
    padding-right: 35px;
    display: flex;
  }

  .div-block-395 {
    background-size: contain;
    width: 120%;
    height: 210px;
  }

  .alleft {
    border-radius: 1px;
  }

  .div-block-401 {
    display: block;
  }

  .div-block-402 {
    background-image: linear-gradient(#00000080, #0000), url('../images/maa3.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 300px;
  }

  .div-block-402.racepackageshonme.ffgty {
    background-size: cover, auto, cover;
    height: 300px;
  }

  .div-block-403 {
    height: auto;
    margin-right: -25px;
  }

  .div-block-404 {
    height: auto;
    margin-top: 19px;
    margin-right: -25px;
  }

  .div-block-405 {
    height: auto;
    margin-top: 10px;
    margin-right: -25px;
  }

  .div-block-406 {
    width: 109%;
    height: 65vw;
  }

  .div-block-406._4062 {
    width: 109%;
  }

  .text-block-71 {
    z-index: 999;
    margin-top: -17px;
    margin-bottom: 0;
    margin-left: 17px;
    font-size: 17px;
    line-height: 19px;
    display: block;
    position: relative;
  }

  .text-block-71.v55 {
    margin-top: 217px;
    margin-left: 17px;
  }

  .text-block-71.v55.v99 {
    margin-top: 0;
  }

  .text-block-71._712 {
    margin-top: 68px;
  }

  .text-span-360 {
    font-size: 14px;
  }

  .italic-text-32 {
    margin-top: 9px;
    font-size: 14px;
    display: block;
  }

  .div-block-407 {
    padding-top: 246px;
  }

  .div-block-407._4072 {
    margin-top: -76px;
    padding-top: 0;
  }

  .div-block-409.naturesgrid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-409.naturesgrid.natureblock {
    width: 90%;
    min-width: auto;
    margin-top: 263px;
  }

  .div-block-409._4092 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-409._4092.ottersafari {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 222px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-409._4092.ottersafari.otterwine {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-409._4092.ottersafari.otterwine.otterwinv2 {
    width: 90%;
    margin-top: 185px;
  }

  .div-block-409._4092._40922 {
    width: 100%;
  }

  .div-block-409._4092._40922.aassf {
    margin-top: 155px;
  }

  .div-block-409._4092._40922.aassf.saafari {
    margin-top: 222px;
  }

  .div-block-409._4092.winecat {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
    margin-top: 153px;
  }

  .image-135 {
    width: 22px;
  }

  .link-block-30 {
    display: block;
    bottom: 9px;
  }

  .link-block-30.homeartow {
    z-index: 2;
    margin: 0 auto 27px;
    display: block;
    top: 0;
  }

  .paragraph-26.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-26.parahome.parahome2 {
    width: 90%;
    margin-top: 43px;
    margin-left: 27px;
    padding-left: 0;
    padding-right: 20px;
  }

  .paragraph-26.parahome.parahome2.ddrty {
    margin-bottom: 0;
    padding-right: 21px;
  }

  .div-block-412 {
    width: 115%;
    margin-left: -15px;
  }

  .div-block-412.limit {
    width: 90%;
    max-width: none;
    margin-left: 0;
  }

  .div-block-412.limit.winelimit {
    width: 85%;
    margin-top: 414px;
    padding-top: 0;
  }

  .div-block-412.limit.limit2 {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
  }

  .div-block-412.limit.limit2.cpynat {
    width: 80%;
    margin-top: 293px;
  }

  .div-block-412.safsaf {
    width: 90%;
    margin-top: 161px;
    margin-left: 15px;
    padding-top: 103px;
  }

  .div-block-412.safsaf.ottersafari2 {
    width: 85%;
    margin-top: 96px;
    margin-left: 0;
    padding-top: 6px;
  }

  .div-block-412.safsaf.ottersafari2.racepackagespara {
    margin-bottom: 287px;
  }

  .div-block-412.safsaf.ottrwine {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 97px;
  }

  .gg {
    padding-left: 0;
  }

  .div-block-413._4132 {
    width: 80%;
    padding-left: 0;
  }

  .div-block-414 {
    display: none;
  }

  .text-span-364 {
    font-size: 14px;
  }

  .text-block-72 {
    margin-bottom: -24px;
    margin-left: 0;
    line-height: 19px;
  }

  .text-block-72._998 {
    padding-left: 15px;
  }

  .text-block-72._998.instruct2 {
    margin-left: 0;
  }

  .text-block-72.subheading {
    margin-left: 8px;
  }

  .text-block-72.subheading.dd {
    margin-bottom: -21px;
    margin-left: 9px;
  }

  .text-block-72.instrcut2 {
    margin-left: 2px;
  }

  .text-block-72._757 {
    margin-left: 0;
  }

  .text-block-72._722 {
    margin-top: 6px;
  }

  .text-block-72._722.ddf {
    margin-top: -24px;
    display: inline-flex;
  }

  .text-block-72._722.ddf.dd {
    margin-top: -25px;
    margin-bottom: 4px;
    padding-right: 0;
    display: block;
  }

  .text-block-72._722.ddf.dd._65 {
    margin-top: 6px;
    margin-bottom: -9px;
  }

  .bold-text-29 {
    width: 90%;
  }

  .text-span-366 {
    line-height: 8px;
  }

  .italic-text-36 {
    font-weight: 300;
    line-height: 21px;
  }

  .italic-text-37 {
    color: #e4cfcf;
    margin-top: -16px;
    font-weight: 300;
    line-height: 26px;
    display: block;
  }

  .div-block-416 {
    align-items: center;
  }

  .italic-text-38 {
    text-transform: none;
    font-family: Exo, sans-serif;
    font-size: 21px;
  }

  .column-184 {
    padding-top: 25px;
    padding-left: 3%;
    padding-right: 0;
  }

  .italic-text-39, .italic-text-40 {
    font-size: 8vw;
  }

  .div-block-417 {
    font-family: "Avenirnext 09", Arial, sans-serif;
  }

  .div-block-418 {
    display: flex;
  }

  .image-136 {
    width: 255px;
  }

  .div-block-419 {
    background-repeat: no-repeat, repeat;
    background-size: 90%, auto;
    width: 100%;
  }

  .italic-text-41 {
    padding-left: 9px;
  }

  .italic-text-42 {
    font-weight: 300;
    line-height: 21px;
  }

  .italic-text-42.africalgnds {
    width: 90%;
    line-height: 30px;
  }

  .italic-text-44 {
    color: #dac6c6;
    font-weight: 300;
  }

  .italic-text-47 {
    margin-top: 8px;
    font-weight: 300;
    line-height: 27px;
    display: block;
  }

  .italic-text-47.title {
    margin-bottom: -24px;
  }

  .italic-text-47.title.titlebigger {
    margin-bottom: 3px;
    line-height: 36px;
  }

  .italic-text-47._443.onjk {
    margin-top: -230px;
    margin-bottom: -49px;
  }

  .italic-text-47._576 {
    margin-bottom: -18px;
  }

  .italic-text-47._998 {
    margin-bottom: -21px;
  }

  .italic-text-53 {
    align-items: center;
    margin-top: 36px;
    font-size: 24px;
    display: flex;
  }

  .div-block-420 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-420.later {
    display: none;
  }

  .column-185 {
    order: 0;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-137 {
    width: 70px;
    margin-top: 55px;
    margin-left: -4vw;
    display: none;
  }

  .text-span-379.asdasdasd {
    margin-top: 17px;
  }

  .text-span-379.asdasdasd.text2 {
    width: 100%;
    margin-top: 29px;
  }

  .div-block-422 {
    font-size: 4vw;
  }

  .code-embed-13 {
    width: 100%;
  }

  .italic-text-56 {
    display: block;
  }

  .text-span-389 {
    background-color: #00000080;
  }

  .div-block-423 {
    background-position: 60%;
    background-size: cover;
    align-items: center;
    width: 100%;
    height: 250px;
  }

  .div-block-423.winebg {
    z-index: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-423.naturescta {
    margin-top: 77px;
  }

  .div-block-423.otrvs {
    margin-top: 22px;
    margin-bottom: -19px;
  }

  .columns-63 {
    width: 100%;
  }

  .column-186 {
    padding-left: 10px;
  }

  .text-span-392 {
    background-color: #00000080;
    line-height: 21px;
  }

  .text-span-393 {
    font-size: 12px;
    line-height: 11px;
  }

  .text-span-394 {
    color: #fff;
  }

  .text-span-395 {
    background-color: #00000080;
    width: auto;
    margin-bottom: -12px;
    display: inline;
  }

  .text-span-396, .text-span-397, .text-span-398 {
    background-color: #00000080;
  }

  .text-span-399 {
    background-color: #000;
  }

  .image-138 {
    width: 55px;
  }

  .link-block-31 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-424 {
    text-align: center;
    margin-top: 69px;
    margin-bottom: -64px;
  }

  .div-block-424.backbuttonotter {
    margin-top: 46px;
  }

  .div-block-424.backbutton {
    margin-top: 12px;
    margin-bottom: 18px;
    display: block;
  }

  .div-block-424.arrow3.arrow8 {
    margin-top: 20px;
    margin-bottom: 153px;
  }

  .div-block-425 {
    background-color: #ffffff80;
    width: 80%;
    height: 1px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-426 {
    border-radius: 0;
  }

  .div-block-426._4265._42652 {
    padding-right: 0;
  }

  .div-block-427 {
    display: block;
  }

  .text-span-400 {
    line-height: 10px;
  }

  .text-span-400.ee {
    margin-top: 5px;
    font-size: 14px;
    display: block;
  }

  .div-block-430 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-431 {
    width: 90%;
  }

  .code-embed-15._152 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-141 {
    width: 200px;
    margin-top: 100px;
    margin-bottom: 32px;
  }

  .column-188 {
    padding: 26px 0 12px 19px;
  }

  .text-span-410 {
    line-height: 36px;
  }

  .text-span-410.ffgh {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .text-span-410.ffgh.head4 {
    font-size: 28px;
    font-weight: 400;
  }

  .list-item-24 {
    margin-bottom: 1vw;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .list-item-25, .list-item-26 {
    font-family: Montserrat, sans-serif;
  }

  .list-18 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block-73 {
    text-align: center;
    width: 55%;
    margin-top: 64px;
  }

  .text-block-73.ffg {
    width: 85%;
  }

  .div-block-433 {
    width: 95%;
    min-width: auto;
  }

  .div-block-434 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-434.oneonly2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: none;
  }

  .div-block-434.oneonly2.queenvic2.va2, .div-block-434.oneonly2.queenvic2.winchester2 {
    display: none;
  }

  .div-block-435 {
    width: 95%;
  }

  .div-block-436 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0%;
    padding-top: 8px;
  }

  .pricetag {
    margin-top: 8px;
    margin-bottom: 6px;
    margin-right: 0;
    font-size: 21px;
    display: block;
  }

  .pricetag.date {
    margin-top: 7px;
  }

  .div-block-438 {
    width: 95%;
  }

  .div-block-439 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start end;
    width: 100%;
    min-width: auto;
    height: auto;
    margin-top: -15px;
    display: grid;
  }

  .columns-65 {
    display: block;
  }

  .column-190 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-16 {
    height: 100vw;
  }

  .image-142 {
    margin-right: 0;
  }

  .text-span-413 {
    margin-top: -4px;
  }

  .div-block-441 {
    z-index: 501;
    padding-top: 64vw;
    display: block;
  }

  .div-block-442._4423 {
    display: block;
  }

  .div-block-442._4423._33456 {
    width: 85%;
    display: none;
  }

  .div-block-443._445677889 {
    width: 90%;
  }

  .tab-link-tab-1-4, .tab-link-tab-1-4.w--current, .tab-link-tab-2-4 {
    margin-bottom: 10px;
  }

  .tab-link-tab-3-3 {
    margin-bottom: 9px;
    margin-right: 10px;
  }

  .tabs-menu-4 {
    padding-left: 0;
  }

  .tabs-menu-4.tabsmenu445 {
    padding-left: 20px;
  }

  .list-19 {
    column-count: 1;
    margin-bottom: 0;
  }

  .list-item-27 {
    padding-right: 0;
    line-height: 4.5vw;
  }

  .bold-text-38 {
    margin-bottom: 16px;
  }

  .bold-text-39 {
    margin-top: 9px;
    display: inline;
  }

  .slider-17 {
    height: 360px;
  }

  .slide-23, .slide-24 {
    width: 100%;
    margin-right: 5%;
  }

  .mask-10 {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-21 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 13px;
    font-size: 17px;
    display: flex;
  }

  .icon-22 {
    margin-bottom: 0;
    margin-right: 13px;
    font-size: 17px;
  }

  .left-arrow-13 {
    align-items: flex-end;
    display: flex;
  }

  .div-block-444._4445 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .text-span-416 {
    font-size: 18px;
  }

  .tabs-5 {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .tabs-content-3 {
    padding-left: 23px;
  }

  .div-block-445 {
    margin-bottom: -225px;
  }

  .list-item-27-copy {
    line-height: 4.5vw;
  }

  .div-block-446 {
    z-index: 501;
    width: 100%;
    padding-top: 0;
    padding-left: 18vw;
    padding-right: 23vw;
    display: flex;
  }

  .div-block-447 {
    display: flex;
    position: fixed;
  }

  .link-block-33 {
    margin-top: 0;
  }

  .div-block-448 {
    display: flex;
  }

  .div-block-449 {
    display: none;
  }

  .link-block-34 {
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-146 {
    width: 30px;
  }

  .image-147 {
    width: 15px;
  }

  .link-block-35 {
    margin-top: 1px;
  }
}

#w-node-_5ff3ea3a-a183-5496-68e1-f1ee4a660aa6-327e629f {
  place-self: center;
}

#w-node-ce2ab830-793a-1372-9502-7cc568a4be1a-327e62a0 {
  align-self: auto;
}

#w-node-_1929a07e-0017-f6c2-f28c-56405ad4e9b1-327e62a1 {
  place-self: center;
}

#w-node-f8cd8dcb-37af-e686-4b2d-d0abbee083dd-327e62a2, #w-node-f8cd8dcb-37af-e686-4b2d-d0abbee0844c-327e62a2, #w-node-d782669e-499e-7a9f-59fb-d6ff2d73df9e-327e62a2 {
  align-self: start;
}

#w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62a4, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62a5, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62a6, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62a7, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62a8, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62a9, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62aa, #w-node-_2d7c38a0-43dd-5133-ec6e-8a4842ad302b-327e62ab, #w-node-d788853b-a538-1a2b-d9b6-c150fd1fe6d0-327e62f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_962b32c7-085d-d890-c076-5982449251de-327e62f5 {
  align-self: auto;
}

#w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62f8, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62f9, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62fa, #w-node-a4d06970-1e42-311c-655d-0b4f922974fe-327e62fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc2620c1-eeda-bcc2-c18f-cd317d05a8b9-2d62d912 {
  place-self: start;
}

#w-node-_41988256-3034-e397-bd68-157e70f30b50-2d62d912 {
  place-self: stretch end;
}

#w-node-bbf7d789-2152-4666-8696-5816ad017dd9-2d62d912 {
  place-self: start;
}

#w-node-bbf7d789-2152-4666-8696-5816ad017de7-2d62d912 {
  place-self: stretch end;
}

#w-node-e267f4d5-8e67-8d71-e6b2-ecc4463adc2a-2d62d912 {
  place-self: start;
}

#w-node-e267f4d5-8e67-8d71-e6b2-ecc4463adc3a-2d62d912 {
  place-self: stretch end;
}

#w-node-_47b5aa9e-43be-f93d-3011-a42002992ef5-2d62d912 {
  place-self: start;
}

#w-node-_47b5aa9e-43be-f93d-3011-a42002992f05-2d62d912 {
  place-self: stretch end;
}

#w-node-e1d3ec4a-942f-5175-419b-58dd6a805562-2d62d912 {
  place-self: start;
}

#w-node-e1d3ec4a-942f-5175-419b-58dd6a805572-2d62d912 {
  place-self: stretch end;
}

#w-node-c219dc99-bf3c-df56-087b-7e0b987750fc-ec0211d0 {
  align-self: auto;
}

#w-node-c219dc99-bf3c-df56-087b-7e0b98775111-ec0211d0, #w-node-c219dc99-bf3c-df56-087b-7e0b98775126-ec0211d0, #w-node-c219dc99-bf3c-df56-087b-7e0b9877513d-ec0211d0 {
  align-self: start;
}

#w-node-bc2620c1-eeda-bcc2-c18f-cd317d05a8b9-80e7d839 {
  place-self: start;
}

#w-node-_41988256-3034-e397-bd68-157e70f30b50-80e7d839 {
  place-self: stretch end;
}

#w-node-bbf7d789-2152-4666-8696-5816ad017dd9-80e7d839 {
  place-self: start;
}

#w-node-bbf7d789-2152-4666-8696-5816ad017de7-80e7d839 {
  place-self: stretch end;
}

#w-node-e267f4d5-8e67-8d71-e6b2-ecc4463adc2a-80e7d839 {
  place-self: start;
}

#w-node-e267f4d5-8e67-8d71-e6b2-ecc4463adc3a-80e7d839 {
  place-self: stretch end;
}

#w-node-_47b5aa9e-43be-f93d-3011-a42002992ef5-80e7d839 {
  place-self: start;
}

#w-node-_47b5aa9e-43be-f93d-3011-a42002992f05-80e7d839 {
  place-self: stretch end;
}

#w-node-e1d3ec4a-942f-5175-419b-58dd6a805562-80e7d839 {
  place-self: start;
}

#w-node-e1d3ec4a-942f-5175-419b-58dd6a805572-80e7d839 {
  place-self: stretch end;
}

#w-node-bc2620c1-eeda-bcc2-c18f-cd317d05a8b9-adaa125c {
  place-self: start;
}

#w-node-_41988256-3034-e397-bd68-157e70f30b50-adaa125c {
  place-self: stretch end;
}

#w-node-bbf7d789-2152-4666-8696-5816ad017dd9-adaa125c {
  place-self: start;
}

#w-node-bbf7d789-2152-4666-8696-5816ad017de7-adaa125c {
  place-self: stretch end;
}

#w-node-e267f4d5-8e67-8d71-e6b2-ecc4463adc2a-adaa125c {
  place-self: start;
}

#w-node-e267f4d5-8e67-8d71-e6b2-ecc4463adc3a-adaa125c {
  place-self: stretch end;
}

#w-node-_47b5aa9e-43be-f93d-3011-a42002992ef5-adaa125c {
  place-self: start;
}

#w-node-_47b5aa9e-43be-f93d-3011-a42002992f05-adaa125c {
  place-self: stretch end;
}

#w-node-e1d3ec4a-942f-5175-419b-58dd6a805562-adaa125c {
  place-self: start;
}

#w-node-e1d3ec4a-942f-5175-419b-58dd6a805572-adaa125c {
  place-self: stretch end;
}

@media screen and (max-width: 479px) {
  #w-node-_41988256-3034-e397-bd68-157e70f30b50-2d62d912 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Balootammudu 2 Variablefont Wght';
  src: url('../fonts/BalooTammudu2-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 09';
  src: url('../fonts/AvenirNext-Heavy-09.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std 500';
  src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewBlack';
  src: url('../fonts/NewBlackTypeface-Bold.ttf') format('truetype'), url('../fonts/NewBlackTypeface-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewBlack';
  src: url('../fonts/NewBlackTypeface-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewBlack';
  src: url('../fonts/NewBlackTypeface-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewBlack';
  src: url('../fonts/NewBlackTypeface-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewBlack';
  src: url('../fonts/NewBlackTypeface-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewBlack';
  src: url('../fonts/NewBlackTypeface-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swarsh Daisy';
  src: url('../fonts/Swarsh-Daisy-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trade Gothic Lt Std Extended';
  src: url('../fonts/trade-gothic-lt-std-extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/Recoleta-Alt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/Recoleta-Alt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/Recoleta-Alt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}