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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.lookbook-wrapper {
  width: 100%;
  height: auto;
}

.p {
  margin-bottom: 0;
  font-size: 1em;
}

.p.content-titles {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.p.contents {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.2em;
  font-weight: 700;
}

.p.contact-title {
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}

.p.safari {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.p.contact-txt {
  text-align: center;
}

.p.location-intro {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

.p.white {
  color: #fff;
  text-align: left;
}

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

.p.white.testimonial-txt {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 1.2em;
  display: block;
}

.p.footer-txt {
  color: #fff;
  text-align: center;
}

.p.centered.location-title {
  font-size: 1.4em;
  font-weight: 700;
}

.p.cover-tagline {
  color: #d14900;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

.p.footnote {
  font-size: .9em;
  line-height: 16px;
}

.p.margin-top {
  margin-top: 1em;
}

.p.stand-in-txt {
  text-align: center;
  font-size: 2em;
}

.p.stand-in-txt.margin-top {
  font-size: 1.7em;
}

.apply-now_wrapper {
  pointer-events: auto;
}

.nav {
  pointer-events: none;
}

.icon-line {
  background-color: #fff;
  width: 100%;
  height: .2em;
}

.nav-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.nav-dropdown {
  z-index: 8;
  pointer-events: auto;
  background-color: #2c882b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  padding: 6em 5em 8em 6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-txt {
  z-index: 4;
  pointer-events: auto;
  color: #002f6c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigaton {
  z-index: 9998;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: none;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_icon {
  z-index: 4;
  pointer-events: auto;
  color: #fff;
  flex: none;
  width: 1.9em;
  height: auto;
  position: relative;
}

.hamburger {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.img_cover._1-bg {
  z-index: 0;
  pointer-events: none;
  position: fixed;
}

.img_cover.from-right {
  object-position: 100% 50%;
}

.img_cover.from-btm {
  object-position: 50% 100%;
}

.img_cover._1-bg-copy {
  z-index: 0;
  pointer-events: none;
  position: fixed;
}

.contents-txt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contents-img {
  max-width: none;
  height: 9em;
}

.button {
  color: #fff;
  background-color: #d14900;
  border-radius: 3em;
  font-weight: 700;
}

.button.apply {
  color: #333;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.button.translate {
  justify-content: center;
  align-items: center;
  width: 14em;
  display: flex;
}

.button.download {
  color: #fff;
  background-color: #d14900;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-icon-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #d14900;
  border-radius: 2em;
  padding: .25em 1em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.nav-icon-wrapper:hover {
  color: #fff;
  background-color: #2c882b;
  box-shadow: 0 2px 5px #0003;
}

.contents_blk {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.nav_contents {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 89%;
  max-width: 1200px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-container {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 600px;
  max-height: 65vh;
  margin: 10em auto auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-container.translate {
  width: 30%;
  margin-top: 14em;
}

.modal-component.disabled {
  display: none;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.safari-hint {
  background-color: #d149004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 1em;
  display: flex;
}

.safari-step {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  display: flex;
}

.step-number {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  color: #002f6c;
  font-size: 2.3em;
  font-weight: 900;
  line-height: 33px;
}

.h3.download {
  color: #333;
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}

.safari-steps {
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-wrapper._3, .modal-wrapper._2 {
  display: none;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.contact-form-embed {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-contain {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.add-img {
  border-radius: 10px;
  width: auto;
  overflow: hidden;
}

.tabs-panel {
  z-index: 9999;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8em;
  height: 25%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.share-icon {
  border-radius: 10px;
  width: 3em;
  overflow: hidden;
}

.download-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #d14900;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.button-2.modal-open_btn {
  color: #fff;
  background-color: #d14900;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-size: .9em;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2.modal-open_btn:hover {
  color: #fff;
  background-color: #2c882b;
}

.section-3 {
  z-index: 5;
  pointer-events: auto;
  background-color: #2c882b;
  height: auto;
  position: relative;
}

.section7-scroll-wrapper {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  flex-flow: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.section-5 {
  z-index: 5;
  pointer-events: auto;
  background-color: #e6e6e6;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.section-4 {
  z-index: 5;
  pointer-events: auto;
  background-color: #2c882b;
  background-image: linear-gradient(#2c882b, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.bg-video {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bg-video.round {
  border-radius: 20px;
}

.content-overlay {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  pointer-events: auto;
  background-color: #0000;
  border: 8px #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.content-overlay.stats-section {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.card {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 2em;
  width: 70%;
  height: 70%;
  margin-top: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 15px #0003;
}

.section7-content {
  background-color: #fff;
  border-radius: 2em;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-img {
  width: 100%;
  height: 100%;
}

.section2-content {
  z-index: 2;
  grid-column-gap: 50vh;
  grid-row-gap: 50vh;
  background-color: #dadada00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.section2-content._2 {
  display: flex;
}

.section2-content._1 {
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
  min-height: 100vh;
  margin-top: -100vh;
  padding-top: 10em;
  padding-bottom: 10em;
}

.location-bg {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.card-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.card-img {
  width: 40%;
}

.section5-contents {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #000000bf;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 14em;
  padding: 2em 4em;
  display: flex;
  position: absolute;
}

.section-2 {
  z-index: 5;
  pointer-events: auto;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
}

.play-pause {
  width: 2.5em;
  height: 2.5em;
}

.location-stationary {
  z-index: 4;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: .84;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 6em;
  padding: 3em;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.grid-row-3rds {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.location-scroll {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  background-color: #fff0;
  flex-flow: column;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: 10em;
  padding-top: 8em;
  padding-bottom: 14em;
  display: flex;
  position: relative;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
}

.testimonial-img {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 6px solid #fff;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: block;
  overflow: hidden;
}

.section-6 {
  z-index: 5;
  pointer-events: auto;
  background-color: #fff;
  height: auto;
  position: relative;
}

.testimonial-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding-right: 1rem;
  display: flex;
}

.footer-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  display: flex;
}

.testimonial {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #d14900;
  border-radius: 14em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 4em;
  display: flex;
}

.form-embed {
  width: 100%;
}

.cards-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home_content {
  z-index: 4;
  pointer-events: auto;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-link {
  color: #69caf1;
}

.content {
  background-color: #585858;
}

.card-layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.stats {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 10px #000000a6;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.grid-block {
  width: 50%;
}

.grid-block._60 {
  width: 70%;
}

.grid-block._40 {
  width: 30%;
}

.grid-block._3rds {
  width: 33.3%;
}

.grid-block._3rds.txt2 {
  background-color: #d14900;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.grid-block._100 {
  width: 100%;
}

.grid-block.txt {
  background-color: #2c882b;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.h1 {
  color: #000;
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.h1.centered {
  text-align: center;
  font-weight: 400;
}

.h1.centered.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: .75em;
}

.location-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section5-bg {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-7 {
  z-index: 5;
  pointer-events: auto;
  background-color: #2c882b;
  flex-flow: column;
  height: 100%;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  top: 0;
}

.section-1 {
  background-color: #969696;
  height: 100vh;
}

.card-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 2em 4em;
  display: flex;
}

.section7-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.section-bg-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.footer {
  z-index: 5;
  pointer-events: auto;
  background-color: #000;
  width: 100%;
  height: auto;
  padding-bottom: 4em;
  position: relative;
}

.stats-overlay-blk {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #000000bf;
  border: 3px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  min-height: 100%;
  padding: 2em;
  display: flex;
}

.stats-overlay-blk._40 {
  width: 40%;
}

.section-content {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-txt {
  color: #fff;
  text-align: left;
  border-bottom: 0 #000;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.location-blk {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 1em;
  display: flex;
  position: relative;
}

.section5-grid-wrapper {
  z-index: 3;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 110vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 14em;
  display: flex;
  position: relative;
  inset: 0%;
}

.stats-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  height: 12em;
  min-height: 15em;
  display: flex;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1;
}

.h3-2.white {
  color: #fff;
  font-size: 2.3em;
}

.h3-2.white.centered {
  text-align: center;
  font-size: 3.2em;
  line-height: 1.1;
}

.stats-lrg {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
}

.mask-layer {
  background-color: #53525200;
  width: 100%;
  height: 150vh;
}

.location-blk-vid {
  width: 100%;
  height: 25em;
}

.title_txt {
  z-index: 2;
  background-color: #000c;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  margin-top: 13.4em;
  margin-bottom: 0;
  padding: 2em 2em 1.5em;
  display: flex;
  position: static;
}

.location-bg-vid {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.grid-base {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-flow: column;
  width: 60%;
  padding: 1em;
  display: flex;
}

.section7-form {
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section7-header {
  width: 100%;
  height: 32em;
  position: sticky;
  top: 0;
}

.play-pause-locations {
  width: 2.5em;
  height: 2.5em;
}

.button-3 {
  background-color: #d14900;
  border-radius: 3em;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.button-3.apply {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  display: flex;
}

.button-3.cards {
  margin-top: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-3.cards-2 {
  margin-bottom: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-3.testimonial-btn {
  color: #fff;
  text-align: center;
  background-color: #d14900;
  border: 3px solid #fff;
  width: 100%;
  margin-top: 2em;
  padding: 10px;
  font-size: 1rem;
  line-height: 19px;
}

.button-3.testimonial-btn:hover, .button-3.testimonial-btn:focus-visible, .button-3.testimonial-btn[data-wf-focus-visible] {
  color: #d14900;
  background-color: #fff;
}

.sub-header {
  font-size: 71px;
}

.sub-header.green {
  color: #6cb443;
  font-size: .8em;
  line-height: 0;
}

.line-top {
  border-top: 1px solid #fff;
  margin-top: 1em;
  padding-top: .5em;
}

.footnote {
  font-size: .8em;
  font-style: italic;
  line-height: 1px;
}

.hyperlink {
  color: #d14900;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.list {
  padding-left: 10px;
}

.list.grid {
  color: #fff;
}

.gradient-top {
  background-image: linear-gradient(0deg, #0000, #2c882b);
  height: 8em;
  position: absolute;
  inset: 0 0% auto;
}

.gradient-top.blk {
  background-image: linear-gradient(0deg, #0000, #000);
}

.gradient-btm {
  z-index: 2;
  background-image: linear-gradient(#0000, #2c882b);
  height: 12em;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-btm.blk {
  background-image: linear-gradient(#0000, #000);
}

.green {
  color: #6cb443;
}

.num {
  background-color: #d14900;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.stat-num {
  color: #fff;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.stats-green {
  color: #6cb443;
  font-family: Big Noodle Titling, Impact, sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
}

.clubs-vid_embed {
  width: 100%;
  height: 100%;
}

.orange {
  color: #d14900;
}

.apply-txt2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.apply-btn-wrapper {
  width: 100%;
  margin-top: 1em;
}

.arrow-animate-1 {
  z-index: 4;
  width: 10em;
  height: 14em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  display: flex;
  position: static;
  inset: 15em 0% 0;
}

.lottie-animation {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.lottie-animation.arrow {
  transform: none;
}

.link-block {
  text-decoration: underline;
}

.testimonial-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 70%;
  margin-top: 2em;
  display: flex;
}

.testimonial-top {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.testimonial-btm {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .p {
    font-size: 1em;
  }

  .p.contact-title {
    font-size: 2em;
  }

  .p.white.testimonial-txt {
    text-align: left;
    width: 100%;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 2em;
    display: flex;
  }

  .img_cover {
    max-width: none;
  }

  .img_cover.card-img {
    object-position: 50% 100%;
  }

  .img_cover.from-top {
    object-position: 50% 15%;
  }

  .img_cover.iep {
    object-position: 50% 36%;
  }

  .nav_contents {
    margin-top: 4em;
  }

  .modal-container {
    width: 70%;
    margin-top: 25%;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-wrapper._3 {
    z-index: 9999999;
    display: none;
    overflow: auto;
  }

  .modal-close_area {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-panel {
    margin-bottom: 2em;
  }

  .section-4 {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-overlay {
    width: 70%;
    height: auto;
    position: relative;
    top: 7em;
  }

  .content-overlay.stats-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 80%;
  }

  .card {
    width: 80%;
    height: 80%;
  }

  .section7-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section2-content {
    z-index: 4;
    height: auto;
    margin-top: -80vh;
    padding-bottom: 14em;
    position: static;
  }

  .section2-content._1 {
    height: auto;
    min-height: auto;
    margin-top: -104vh;
    padding-bottom: 20em;
  }

  .card-content {
    flex-flow: column;
  }

  .card-img {
    object-position: 50% 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 37%;
    margin-top: auto;
    display: flex;
  }

  .section-2 {
    height: auto;
    position: sticky;
  }

  .play-pause {
    width: 2.5em;
    height: 2.5em;
    inset: 2em 2em auto auto;
  }

  .location-stationary {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .grid-row-3rds {
    flex-flow: column;
  }

  .location-scroll {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
    width: 70%;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonial {
    border-radius: 8em;
    flex-flow: column;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .home_content {
    padding-left: 0;
  }

  .card-layer {
    height: 105vh;
  }

  .stats {
    margin-bottom: 0;
  }

  .grid-block, .grid-block._60, .grid-block._40, .grid-block._3rds, .grid-block.txt {
    width: 100%;
  }

  .card-txt {
    width: 100%;
    margin-top: auto;
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section7-txt {
    width: 100%;
  }

  .section-bg-video {
    z-index: 2;
    height: 100vh;
    position: sticky;
    inset: 0%;
  }

  .stats-overlay-blk {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .stats-overlay-blk._40 {
    width: 100%;
    min-height: auto;
  }

  .grid-txt {
    font-size: 1.3em;
  }

  .location-blk {
    pointer-events: auto;
  }

  .stats-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .title_txt {
    margin-top: 14.4em;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-row {
    flex-flow: column;
  }

  .grid-base {
    width: 70%;
  }

  .gradient-btm {
    height: 18em;
    bottom: 0;
  }

  .arrow-animate-1 {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .p {
    line-height: 18px;
  }

  .p.contents {
    font-size: 1.1em;
  }

  .p.white.testimonial-txt {
    text-align: center;
    font-size: 1.3em;
    line-height: 22px;
  }

  .p.cover-tagline {
    margin-bottom: 1em;
  }

  .p.stand-in-txt {
    line-height: 30px;
  }

  .p.stand-in-txt.margin-top {
    font-size: 1.5em;
    line-height: 22px;
  }

  .nav-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-row.end {
    margin-top: -1em;
  }

  .nav-dropdown {
    pointer-events: auto;
    margin-top: -100vh;
    padding-left: 2em;
  }

  .nav-txt {
    justify-content: center;
    align-items: center;
    padding-bottom: .2em;
    display: flex;
  }

  .navigaton {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .contents-img {
    display: none;
  }

  .button.apply {
    font-size: 1.1em;
  }

  .button.download {
    text-align: center;
  }

  .contents_blk {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .nav_contents {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .modal-container {
    width: 80%;
  }

  .safari-step {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border: 2px solid #002f6c;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
  }

  .h3 {
    margin-top: 0;
    font-size: 2.1em;
    line-height: 1.1;
  }

  .modal-wrapper, .modal-wrapper._3 {
    display: none;
  }

  .tabs-panel {
    width: 8.4em;
  }

  .button-2, .button-2.modal-open_btn {
    font-size: 1em;
  }

  .section-4 {
    padding-bottom: 14em;
  }

  .content-overlay {
    width: 80%;
  }

  .content-overlay.stats-section {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .card {
    width: 80%;
    height: 70%;
  }

  .section7-content {
    width: 80%;
  }

  .section2-content._1 {
    padding-top: 20em;
  }

  .card-img {
    height: auto;
  }

  .section5-contents {
    width: 64%;
  }

  .location-stationary {
    opacity: 1;
    background-color: #000c;
    width: 65%;
  }

  .location-scroll {
    width: 80%;
    margin-right: auto;
    padding-top: 1em;
  }

  .testimonial-txt {
    width: 90%;
    line-height: 22px;
  }

  .stats {
    font-size: 1.7em;
  }

  .card-txt {
    margin-top: 0;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 16px;
  }

  .stats-overlay-blk {
    width: 100%;
  }

  .grid-txt {
    font-size: 1.2em;
  }

  .stats-row {
    padding-top: 0;
  }

  .location-blk-vid {
    height: 18em;
  }

  .grid-base, .section7-form {
    width: 80%;
  }

  .button-3 {
    text-align: center;
    font-size: 16px;
  }

  .gradient-btm {
    height: 18em;
    margin-bottom: -4em;
    inset: auto 0% 0%;
  }

  .arrow-animate-1 {
    top: 105%;
    bottom: auto;
  }

  .text-span {
    line-height: 40px;
  }

  .testimonial-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .p {
    font-size: .9em;
  }

  .p.contents {
    font-size: 1.1em;
  }

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

  .p.location-intro {
    font-size: 1em;
  }

  .p.centered.location-title {
    font-size: 1.2em;
  }

  .p.stand-in-txt {
    line-height: 30px;
  }

  .nav-row.end {
    padding-bottom: 3em;
  }

  .nav-dropdown {
    flex: 0 auto;
    height: 100vh;
    padding-bottom: 8em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .nav-txt {
    padding-bottom: 0;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 1em;
  }

  .button.apply {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .button.download {
    width: 100%;
  }

  .nav-icon-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contents_blk {
    width: 100%;
  }

  .nav_contents {
    padding-bottom: 6em;
  }

  .modal-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .safari-hint {
    margin-top: 1em;
  }

  .safari-step {
    padding: 1em .5em;
  }

  .step-number {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .step-number._1 {
    flex-flow: row;
  }

  .h3 {
    font-size: 1.6em;
    line-height: 1;
  }

  .h3.download {
    text-align: center;
  }

  .modal-wrapper, .modal-wrapper._3 {
    display: none;
  }

  .add-img {
    width: 10em;
  }

  .tabs-panel {
    width: 7.5em;
    margin-bottom: 3em;
  }

  .download-btns {
    flex-flow: column;
  }

  .button-2 {
    padding: 5px 5px 5px 9px;
    font-size: .9em;
    line-height: 1;
  }

  .button-2.modal-open_btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9em;
    line-height: 1;
  }

  .button-2.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .section-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .content-overlay {
    width: 80%;
  }

  .card {
    width: 85%;
    height: 90%;
  }

  .section7-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section2-content._1 {
    padding-top: 10em;
  }

  .card-img {
    height: 100%;
    overflow: hidden;
  }

  .section5-contents {
    width: 85%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .location-stationary {
    width: 85%;
  }

  .location-scroll {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .h2 {
    font-size: 2.5em;
  }

  .testimonial-img {
    width: 15em;
    height: 15em;
  }

  .testimonial-txt {
    width: 80%;
  }

  .testimonial {
    border-radius: 2em;
    width: 85%;
    padding: 2em 1em 3em;
  }

  .home_content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 9.1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .card-layer {
    height: 100vh;
    padding-top: 3em;
  }

  .stats {
    font-size: 1.4em;
  }

  .h1.centered.white {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 4em;
    line-height: .9em;
  }

  .card-txt {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding: 2em;
  }

  .section7-txt, .stats-overlay-blk {
    width: 100%;
  }

  .grid-txt {
    font-size: 1.4em;
  }

  .h3-2 {
    font-size: 2.2em;
  }

  .location-blk-vid {
    height: 15em;
  }

  .title_txt {
    width: 100%;
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-base {
    width: 85%;
  }

  .button-3 {
    line-height: 18px;
  }

  .button-3.cards {
    line-height: 17px;
  }

  .sub-header.green {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    vertical-align: baseline;
    font-size: .9em;
    display: inline;
  }

  .arrow-animate-1 {
    height: 9em;
    padding-left: 4em;
    top: 100%;
  }
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca65e-28da7e8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca66b-28da7e8a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-28da7e8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca67a-28da7e8a, #w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca6a7-28da7e8a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca65e-470239df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca66b-470239df {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-470239df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca67a-470239df, #w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca6a7-470239df {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Big Noodle Titling';
  src: url('../fonts/big_noodle_titling.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}