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

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

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

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

:root {
  --blanched-almond: #e8dabf;
  --not-white: #e5e5e5;
  --not-white-darker: #bfbfbf;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: #fff;
  text-decoration: none;
}

.s-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-bg-img-wrapper {
  z-index: 1;
  background-image: linear-gradient(to top, #000, #0000), url('../images/section-parallax-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 150vh;
  position: absolute;
  inset: 0%;
}

.hero-bg-img-wrapper.about-us {
  background-image: linear-gradient(to top, #000, #0000 54%), url('../images/Stettler-Aerial-View-2.jpg');
  background-position: 0 0, 100%;
}

.hero-bg-img-wrapper.rules {
  background-image: linear-gradient(to top, #000, #0000), url('../images/stettler-bg-rules.jpg');
}

.hero-bg-img-wrapper.contact-us {
  background-image: linear-gradient(to top, #000, #0000), url('../images/stettler-section-rules.jpg');
  background-position: 0 0, 50%;
}

.hero-bg-img-wrapper.news {
  background-image: linear-gradient(to top, #000, #0000), url('../images/bg-news-1920.jpg');
}

.hero-over-fold-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

.nav-outer-wrapper {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 35px 50px;
  display: flex;
}

.nav-brand {
  cursor: pointer;
  max-width: 50px;
}

.nav-menu-right {
  width: 30px;
}

.nav-vertical-left-wrapper {
  z-index: 4;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-vertical-left-inner-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  height: 30vh;
  display: flex;
}

.nav-vertical-right-wrapper {
  z-index: 4;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.scroll-down {
  transform: rotate(90deg);
}

.hero-under-fold-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 200px;
  display: block;
  position: relative;
}

.c-1200 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.splitted-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.splitted-content-wrapper.reversed {
  flex-direction: row-reverse;
  margin-bottom: 200px;
}

.splitted-content-wrapper.reversed.contact-us, .splitted-content-wrapper.reversed.news {
  margin-bottom: 0;
}

.splitted-content-wrapper.news {
  justify-content: center;
  align-items: center;
}

.splitted-content-wrapper.contact-us, .splitted-content-wrapper.races-section {
  margin-bottom: 200px;
}

.splitted-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.splitted-right.about-us {
  text-align: center;
  align-items: center;
  width: 100%;
}

.splitted-right.rules {
  align-items: center;
  width: 100%;
}

.splitted-right.news {
  text-align: center;
  align-items: center;
  width: 100%;
}

.img-outer-wrapper {
  width: 55%;
  position: relative;
  overflow: hidden;
}

.img-inner-wrapper.hero {
  background-image: url('../images/Stettler-Aerial-View-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.img-inner-wrapper.content-2 {
  background-image: url('../images/20770182_10154781615921931_7804973966412094041_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.img-inner-wrapper.content-2.contact-us {
  background-image: url('../images/4-45830_start-gate-dirt-bike.jpg');
  background-position: 0%;
}

.img-inner-wrapper.contact-us {
  height: 600px;
}

.img-inner-wrapper.content-2-copy {
  background-image: url('../images/41367570_10155754545481931_4772390521979011072_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.img-inner-wrapper.content-2-copy.contact-us {
  background-image: url('../images/4-45830_start-gate-dirt-bike.jpg');
  background-position: 0%;
}

.h3-main {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.h3-main.no-margin {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.h3-main.font-color {
  color: var(--blanched-almond);
}

.s-full-width-img {
  height: 100vh;
  overflow: hidden;
}

.full-width-img-wrapper {
  background-image: linear-gradient(to top, #000, #0000 20%), url('../images/stettler-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.full-width-img-wrapper.about-us {
  background-image: linear-gradient(to top, #000, #0000 20%), url('../images/stettler-bg-section.jpg');
}

.full-width-img-wrapper.contact-us {
  background-image: linear-gradient(to top, #000, #0000 20%), url('../images/stettler-section-bg.jpg');
}

.full-width-img-wrapper.rules {
  background-image: linear-gradient(to top, #000, #0000 20%), url('../images/bg-section-contact.jpg');
  background-position: 0 0, 50%;
}

.full-width-img-wrapper.news {
  background-image: linear-gradient(to top, #000, #0000 20%), url('../images/bg-news-bottom-1920.jpg');
}

.full-width-img-content-outer-wrapper {
  padding: 0;
}

.full-width-img-content-inner-wrapper {
  max-width: 600px;
}

.icon-heading-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-2 {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
}

.full-width-img-overlay {
  background-image: linear-gradient(#00000080, #0000);
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.s-content {
  align-items: center;
  padding: 0 1rem 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-content.rules, .s-content.contact-us, .s-content.news {
  margin-top: 200px;
}

.content-left-wrapper {
  max-width: 75%;
  margin-bottom: 200px;
}

.content-left-wrapper.less-margin {
  z-index: 10;
  margin-bottom: 0;
  position: relative;
}

.s-content-white-lines {
  z-index: 1;
  opacity: .25;
  background-image: url('../images/white-lines-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.s-horizontal-scroll {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: block;
  position: relative;
  overflow: hidden;
}

.read-more-link {
  color: #fff;
  border-bottom: 1px #fff;
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  position: static;
  inset: auto auto 0% 0%;
}

.p-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.p-white.news {
  color: var(--blanched-almond);
  line-height: 1.5;
}

.p-white.center {
  text-align: center;
}

.menu-btn {
  cursor: pointer;
}

.img-slide-overlay {
  background-color: #000;
  width: 100%;
  height: 110%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.subheader {
  color: var(--blanched-almond);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Merriweather, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.subheader.contact-us {
  line-height: 1.7;
}

.subheader.contact-mail {
  text-transform: none;
}

.subheader.location {
  line-height: 1.5;
}

.split-left {
  max-width: 55%;
  margin-left: 0;
  margin-right: 0;
}

.flex-split-wrapper {
  justify-content: space-between;
  margin-bottom: 200px;
  display: flex;
}

.flex-split-wrapper.right {
  justify-content: flex-end;
}

.split-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.scrolling-overlay-wrapper {
  z-index: 5;
  justify-content: space-between;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-left {
  z-index: 2;
  background-image: linear-gradient(to right, #00000080, #fff0 50%);
  width: 50%;
  display: block;
  position: relative;
}

.overlay-right {
  z-index: 2;
  background-image: linear-gradient(270deg, #00000080, #fff0 50%);
  width: 50%;
  display: block;
  position: relative;
}

.s-hero-bottom-content {
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.header-column-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.header-column-wrapper.news {
  justify-content: center;
  margin-bottom: 50px;
}

.video-horizontal-wrapper {
  justify-content: space-between;
  display: flex;
}

.video-wrapper {
  cursor: pointer;
  width: 45%;
  overflow: hidden;
}

.bg-video {
  align-items: flex-end;
  padding: 35px;
  display: flex;
}

.card-header {
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.bg-video-overlay {
  z-index: 4;
  background-image: linear-gradient(to top, #00000080, #fff0 50%);
  position: absolute;
  inset: 0%;
}

.bg-video-hard-overlay {
  z-index: 7;
  background-color: #000;
  height: 100%;
  position: relative;
}

.bg-video-hard-overlay.about-us {
  display: none;
}

.white-lines-bg-2 {
  opacity: .25;
  background-image: url('../images/white-lines-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.wave-lines-bg {
  z-index: 2;
  opacity: .35;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-3 {
  max-width: 500%;
}

.small-logo {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.small-logo.logo {
  width: 100%;
  max-width: 100%;
}

.read-more-icon {
  color: #fff;
  margin-left: 5px;
  font-size: 22px;
}

.read-more-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.read-more-wrapper.news {
  justify-content: center;
}

.scroll-down-link {
  cursor: pointer;
  border-bottom-style: none;
}

.footer-bottom-wrapper {
  padding-bottom: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-split-wrapper {
  justify-content: space-between;
  display: flex;
}

.menu-wrapper {
  z-index: 99;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-inner-wrapper {
  z-index: 5;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-item {
  z-index: 5;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 15px;
  font-size: 30px;
  line-height: 1;
  transition: all .2s;
  position: relative;
}

.nav-item:hover {
  color: #ffffff82;
}

.nav-item.w--current {
  color: var(--blanched-almond);
  font-weight: 600;
}

.nav-item.membership {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.menu-bottom-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-lines-bg {
  z-index: 1;
  opacity: .2;
  width: 100%;
  max-width: 150%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.preloader-wrapper {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader {
  width: 100px;
}

.mainheader {
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

.social-wrapper {
  width: 24px;
}

.link {
  color: #00ff40;
  border-bottom-style: none;
  text-decoration: none;
}

.link:hover {
  color: #005014;
}

.nav-heading {
  letter-spacing: 5px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.text-span {
  text-decoration: underline;
}

.d-133-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/male-user.svg');
  background-size: cover;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/female-user.svg');
  background-size: cover;
}

.d-133-border {
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-133-card-wrapper {
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-133-3d-wrapper {
  perspective: 1000px;
  width: 300px;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.d-133-paragraph {
  color: var(--blanched-almond);
  text-align: center;
  text-shadow: 1px 1px #000;
}

.d-133-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.card-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-133-h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
}

.d-133-color-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.list {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.html-embed {
  height: 600px;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-block.is-hidden {
  display: none;
}

.social-image {
  width: 20px;
  margin-right: 10px;
}

.social-image.location {
  width: 30px;
}

.moto-handle {
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.carousel-item {
  object-fit: cover;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-logo {
  width: 50px;
  margin-bottom: 10px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.image-4 {
  width: 25px;
  margin-right: 5px;
}

.contact-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: 14px;
  line-height: 1;
}

.div-block {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.hidden {
  display: none;
}

.membership-wrapper {
  border: 1px solid var(--blanched-almond);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 35px;
  display: flex;
}

.membership-title {
  text-align: center;
  font-size: 30px;
}

.membership-price {
  text-align: center;
  font-size: 25px;
  line-height: 1;
}

.membership-button {
  color: var(--blanched-almond);
  text-align: center;
}

.modal-single {
  z-index: 99999;
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  display: flex;
  position: relative;
}

.modal-wrapper.family {
  width: 750px;
  height: 600px;
}

.modal-day-single-close {
  color: var(--not-white);
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 25px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-day-single-close:hover {
  opacity: .5;
}

.button-modal {
  background-color: #000;
  padding: 15px 25px;
  font-family: Manrope, sans-serif;
  transition: all .2s;
}

.button-modal:hover {
  opacity: .5;
}

.button-modal.family {
  display: flex;
}

.modal-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.modal-content.family {
  margin-bottom: 0;
}

.big-text-modal {
  color: #000;
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.small-text-modal {
  color: #000;
  margin-bottom: 50px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  line-height: 1;
}

.small-text-modal.family {
  margin-bottom: 0;
}

.modal-family {
  z-index: 99999;
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-family-close {
  color: var(--not-white);
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 25px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-family-close:hover {
  opacity: .5;
}

.div-block-2 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.modal-day-pass {
  z-index: 99999;
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-note-cont {
  z-index: 2;
  margin-top: 50px;
  position: relative;
}

.text-block-2 {
  text-align: center;
}

.html-embed-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}

.heading.is---hidden {
  display: none;
}

.bold-text {
  font-size: 26px;
  font-weight: 600;
}

.button {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-bottom: 50px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.bold-text-2 {
  font-style: italic;
}

.is-hidden {
  display: none;
}

.date-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-inner-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-vertical-left-wrapper {
    padding-left: 35px;
  }

  .nav-vertical-right-wrapper {
    padding-right: 35px;
  }

  .hero-under-fold-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c-1200 {
    max-width: none;
    padding-left: 35px;
    padding-right: 35px;
  }

  .splitted-content-wrapper {
    display: block;
  }

  .splitted-content-wrapper.reversed {
    margin-bottom: 100px;
  }

  .splitted-right {
    width: 100%;
  }

  .img-outer-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .h3-main.about-us {
    font-size: 20px;
  }

  .full-width-img-wrapper {
    padding-left: 50px;
  }

  .s-horizontal-scroll {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex-split-wrapper {
    margin-bottom: 100px;
  }

  .video-horizontal-wrapper {
    display: block;
  }

  .video-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .menu-inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .nav-item {
    margin-bottom: 20px;
  }

  .d-133-3d-wrapper {
    margin-bottom: 80px;
  }

  .card-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .div-block {
    flex-direction: column;
  }

  .button-modal, .button-modal.family {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .big-text-modal {
    text-align: center;
    font-size: 20px;
  }

  .big-text-modal.family {
    font-size: 20px;
  }

  .small-text-modal.family {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-over-fold-wrapper {
    height: 75vh;
  }

  .nav-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-right {
    max-width: 25px;
  }

  .nav-vertical-left-wrapper {
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .nav-vertical-left-inner-wrapper {
    display: none;
  }

  .nav-vertical-right-wrapper {
    padding-bottom: 25px;
    padding-right: 25px;
  }

  .hero-under-fold-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .p-white {
    margin-bottom: 25px;
  }

  .logo {
    max-width: 75%;
  }

  .subheader {
    font-size: 16px;
  }

  .split-left {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .flex-split-wrapper {
    flex-direction: column;
  }

  .split-right {
    max-width: 100%;
  }

  .s-hero-bottom-content {
    padding-bottom: 25px;
  }

  .footer-bottom-wrapper {
    padding-bottom: 50px;
  }

  .footer-split-wrapper {
    flex-direction: column;
  }

  .mainheader {
    font-size: 60px;
  }

  .card-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    margin-bottom: 25px;
  }

  .carousel-item {
    max-height: 40vh;
  }

  .modal-wrapper.family {
    width: 90%;
    height: 80%;
    padding: 25px;
  }

  .button-modal.family {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .big-text-modal.family {
    font-size: 20px;
  }

  .small-text-modal.family {
    margin-bottom: 0;
  }

  .div-block-2 {
    flex-direction: column;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    height: 100%;
    min-height: 100%;
  }

  .hero-bg-img-wrapper {
    height: 100vh;
  }

  .hero-over-fold-wrapper {
    height: 50vh;
  }

  .hero-content-wrapper {
    width: auto;
  }

  .nav-vertical-left-wrapper {
    flex-direction: row;
    display: none;
  }

  .nav-vertical-right-wrapper {
    display: none;
  }

  .hero-under-fold-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c-1200 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-inner-wrapper.hero, .img-inner-wrapper.content-2, .img-inner-wrapper.contact-us, .img-inner-wrapper.content-2-copy {
    height: 300px;
  }

  .h3-main.no-margin {
    font-size: 1.5em;
  }

  .full-width-img-wrapper {
    background-position: 0 0, 75%;
    padding: 35px;
  }

  .icon-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .subheader {
    font-size: 18px;
    display: block;
  }

  .card-header {
    font-size: 1.5em;
  }

  .menu-inner-wrapper {
    flex-direction: column;
  }

  .menu-lines-bg {
    max-width: 100%;
  }

  .mainheader {
    font-weight: 700;
  }

  .mainheader.membership {
    font-size: 40px;
  }

  .nav-heading {
    text-align: center;
  }

  .card-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-item {
    max-height: 65vw;
  }

  .modal-wrapper, .modal-wrapper.family {
    width: 90%;
    height: 90%;
    padding: 15px;
  }

  .button-modal, .button-modal.family {
    padding: 10px 15px;
  }

  .modal-content.family {
    margin-top: 25px;
  }

  .big-text-modal {
    font-size: 20px;
  }

  .small-text-modal {
    text-align: center;
  }

  .small-text-modal.family {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
  }

  .div-block-2 {
    flex-direction: column;
    display: flex;
  }

  .div-block-3 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}