.section-hero {
  max-height: 100vh;
  min-height: 100vh;
  background-image: url('../images/Hero-LG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-overview {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.body {
  background-color: #e4dbcb;
  font-family: Satoshi, sans-serif;
  color: #695332;
  line-height: 150%;
}

.container-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-md.c-competition {
  max-width: 630px;
}

.container-md.c-prize {
  max-width: 630px;
}

.section-competition {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-imagery {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-bottom: 0px;
}

.section-prize {
  padding-top: 80px;
  padding-bottom: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#457c86), to(#1f5f6a));
  background-image: linear-gradient(180deg, #457c86, #1f5f6a);
}

.footer-light {
  position: relative;
  padding: 20px 30px 32px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #1f5f6a;
}

.container {
  width: 100%;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 12px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  color: hsla(0, 0%, 100%, 0.61);
  text-align: center;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.heading-title {
  position: relative;
  font-family: Intensa, sans-serif;
  color: #47300e;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
}

.heading-title.sec-prize {
  color: #fff;
  text-shadow: 0 16px 9px rgba(0, 59, 70, 0.32);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-subtitle {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.heading-subtitle.sec-prize {
  color: #ffdb9c;
  font-weight: 500;
}

.p-overview {
  font-size: 20px;
  line-height: 150%;
  font-style: normal;
  text-align: center;
}

.p-overview-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 32px 40px;
}

.heading-wrapper {
  position: static;
}

.text-bg {
  position: relative;
  left: -10%;
  top: 0%;
  right: auto;
  bottom: -44px;
  z-index: 0;
  font-family: Rumpi, sans-serif;
  color: #dbcbb3;
  font-size: 104px;
  line-height: 100%;
}

.text-bg.sec-prize {
  color: #2c6570;
}

.heading-subtitle-top {
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.heading-subtitle-top.sec-prize {
  color: hsla(0, 0%, 100%, 0.71);
  line-height: 100%;
}

.lead-text-container {
  margin-top: 32px;
}

.lead-text {
  font-size: 28px;
  line-height: 150%;
  text-align: center;
}

.competition-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding: 30px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-radius: 20px;
  background-color: #e0d3bb;
}

.list-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-label {
  color: #826d4e;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-label.sec-prize {
  color: hsla(0, 0%, 100%, 0.66);
}

.text-value {
  color: #47300e;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}

.text-value.sec-prize {
  color: #fff;
}

.competition-terms-box {
  width: 100%;
  margin-top: 32px;
  padding: 24px;
  border-radius: 20px;
  background-color: #e0d3bb;
}

.competition-terms-text {
  font-size: 16px;
  line-height: 150%;
}

.competition-terms-list {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.list-item {
  margin-bottom: 10px;
}

.button-primary {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  background-color: #ef4d23;
  box-shadow: 0 3px 11px 0 rgba(239, 78, 35, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.prize-terms-box {
  width: 100%;
  margin-top: 32px;
  padding: 24px;
  border-radius: 20px;
  background-image: linear-gradient(336deg, #184952, #2b6c78);
}

.prize-terms-list {
  margin-bottom: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.prize-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding: 30px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-radius: 20px;
  background-color: #2b6c78;
}

.prize-terms-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.img-overview {
  border-radius: 20px;
  box-shadow: 0 6px 5px 0 rgba(70, 50, 0, 0.03), 0 11px 10px 0 rgba(70, 50, 0, 0.05), 0 22px 17px 0 rgba(70, 50, 0, 0.06), 0 40px 33px 0 rgba(70, 50, 0, 0.07), 0 99px 80px 0 rgba(70, 50, 0, 0.1);
}

.img-imagery-item {
  border-radius: 20px;
  box-shadow: 0 6px 5px 0 rgba(70, 50, 0, 0.03), 0 11px 10px 0 rgba(0, 0, 0, 0.05), 0 22px 17px 0 rgba(0, 0, 0, 0.06), 0 40px 33px 0 rgba(0, 0, 0, 0.07), 0 99px 80px 0 rgba(0, 0, 0, 0.1);
}

.gallery-item {
  width: 770px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-h-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -120px;
  grid-column-gap: 20px;
}

.gallery-h-stack.h-stack-2 {
  margin-left: -390px;
}

.container-gallery {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250vw;
  margin-bottom: -191px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
}

.blue-bg-block {
  width: 100%;
  height: 365px;
  background-color: #457c86;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300%;
}

.marquee-wrapper.marquee-2 {
  margin-top: 20px;
  margin-left: -280px;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
}

.section-marquee {
  overflow: hidden;
}

.marquee-group {
  margin-bottom: -211px;
}

.hero-img-wrapper {
  display: none;
  overflow: hidden;
  width: auto;
  height: 100%;
}

.image {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  position: relative;
  width: 660px;
  height: 260px;
}

.splash-wrapper {
  position: absolute;
  left: -105px;
  bottom: -70px;
  z-index: 11;
  display: none;
  width: 660px;
}

.logo-eiger-wrapper {
  position: absolute;
  left: auto;
  top: 10%;
  right: 16%;
  bottom: auto;
  z-index: 12;
  overflow: hidden;
  width: 200px;
  -webkit-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}

.logo-trip-wrapper {
  position: absolute;
  top: -15%;
  right: 45%;
  bottom: auto;
  z-index: 20;
  overflow: hidden;
  width: 390px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.logo-venture-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 16%;
  bottom: 14%;
  z-index: 12;
  overflow: hidden;
  width: 410px;
  -webkit-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}

.logo-wrapper {
  position: relative;
  z-index: 10;
  width: 660px;
  height: 260px;
}

.splash-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  overflow: visible;
}

.logo-container-copy {
  position: relative;
  width: 660px;
  height: 260px;
}

.logo-wrapper-copy {
  position: relative;
  z-index: 5;
  width: 660px;
  height: 260px;
}

.splash-container-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.logo-trip-wrapper-copy {
  position: absolute;
  top: -15%;
  right: 45%;
  bottom: auto;
  z-index: 20;
  width: 390px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.logo-eiger-wrapper-copy {
  position: absolute;
  left: auto;
  top: 10%;
  right: 16%;
  bottom: auto;
  z-index: 12;
  width: 200px;
  -webkit-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}

.logo-venture-wrapper-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 16%;
  bottom: 14%;
  z-index: 12;
  width: 410px;
  -webkit-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}

.marquee-overlap {
  padding-left: 0px;
}

.general-wrapper {
  overflow: hidden;
}

.general-wrapper.hadiah-text {
  height: auto;
}

.hero-subtitle-wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-transform: skew(0deg, -4deg);
  -ms-transform: skew(0deg, -4deg);
  transform: skew(0deg, -4deg);
  text-align: center;
}

.hero-subtitle {
  margin-top: 18px;
  color: #f2e5c9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 9px #362308;
}

.button-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.button-secondary {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1b4e58;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button-secondary:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.button-secondary.hero {
  background-color: #f2e5c9;
  color: #47300d;
  font-weight: 700;
}

.button-secondary.hero.w--current {
  color: #2c1d06;
  font-weight: 700;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-hero-lg {
  max-height: 100%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img-hero-md {
  display: none;
}

.img-hero-sm {
  display: none;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.brand-logo-wrapper {
  width: 80px;
}

.section-hero-alt {
  max-height: 100vh;
  min-height: 100vh;
  background-image: url('../images/hero-alt-lg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .section-hero {
    background-image: url('../images/Hero-XL.jpg');
  }

  .section-hero-alt {
    background-image: url('../images/hero-alt-xl.jpg');
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .container-md {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .img-imagery-item {
    border-radius: 12px;
  }

  .container-gallery {
    width: 300vw;
  }

  .blue-bg-block {
    height: 277px;
  }

  .marquee-wrapper {
    width: 350%;
  }

  .marquee-wrapper.marquee-2 {
    margin-left: -128px;
  }

  .marquee-group {
    margin-bottom: -119px;
  }

  .hero-container {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .hero-subtitle {
    text-align: center;
    text-shadow: 0 1px 9px #0c0700;
  }

  .section-hero-alt {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 767px) {
  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .logo-container {
    width: 525px;
    height: 215px;
  }

  .logo-eiger-wrapper {
    width: 160px;
  }

  .logo-trip-wrapper {
    width: 280px;
  }

  .logo-venture-wrapper {
    width: 360px;
  }

  .logo-wrapper {
    width: 525px;
    height: 215px;
  }

  .logo-container-copy {
    width: 540px;
    height: 210px;
  }

  .logo-wrapper-copy {
    width: 540px;
    height: 210px;
  }

  .logo-trip-wrapper-copy {
    width: 290px;
  }

  .logo-eiger-wrapper-copy {
    width: 170px;
  }

  .logo-venture-wrapper-copy {
    width: 330px;
  }

  .hero-subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    min-height: 640px;
    background-image: url('../images/Hero-Base.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-competition {
    margin-bottom: 23px;
    padding-bottom: 24px;
  }

  .section-prize {
    padding-top: 0px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading-title {
    font-size: 50px;
  }

  .heading-subtitle {
    font-size: 18px;
  }

  .p-overview {
    font-size: 18px;
  }

  .p-overview-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-bg {
    left: 0%;
    bottom: -17px;
    font-size: 60px;
  }

  .heading-subtitle-top {
    font-size: 15px;
  }

  .lead-text {
    font-size: 19px;
  }

  .competition-date-box {
    padding: 16px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .text-label {
    font-size: 12px;
  }

  .text-value {
    font-size: 18px;
  }

  .competition-terms-box {
    padding: 16px;
  }

  .competition-terms-list {
    padding-left: 20px;
  }

  .list-item {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .prize-terms-box {
    padding: 16px;
  }

  .prize-terms-list {
    padding-left: 20px;
  }

  .prize-date-box {
    padding: 16px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .img-imagery-item {
    border-radius: 8px;
  }

  .gallery-h-stack.h-stack-2 {
    margin-left: -20px;
  }

  .container-gallery {
    width: 360vw;
    margin-bottom: -126px;
    grid-row-gap: 20px;
  }

  .blue-bg-block {
    height: 280px;
  }

  .marquee-wrapper {
    width: 600%;
    margin-left: -79px;
  }

  .marquee-wrapper.marquee-2 {
    margin-top: 12px;
    margin-left: -175px;
  }

  .marquee {
    padding-left: 12px;
    grid-column-gap: 12px;
  }

  .marquee-group {
    margin-bottom: -137px;
  }

  .hero-container {
    min-height: 90vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-container {
    width: 335px;
    height: 140px;
    max-width: 420px;
    margin-right: 25px;
    margin-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo-eiger-wrapper {
    top: 8%;
    width: 120px;
  }

  .logo-trip-wrapper {
    top: -6%;
    right: 47%;
    width: 160px;
  }

  .logo-venture-wrapper {
    bottom: 21%;
    width: 200px;
  }

  .logo-wrapper {
    width: 335px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
  }

  .splash-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .logo-container-copy {
    width: 328px;
    height: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo-wrapper-copy {
    width: 328px;
    height: 130px;
  }

  .logo-trip-wrapper-copy {
    top: -10%;
    right: 43%;
    width: 170px;
  }

  .logo-eiger-wrapper-copy {
    width: 110px;
  }

  .logo-venture-wrapper-copy {
    width: 190px;
  }

  .marquee-overlap {
    -webkit-transform: translate(-300px, 0px);
    -ms-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }

  .hero-subtitle-wrapper {
    -webkit-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    text-align: center;
  }

  .hero-subtitle {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .hero-button-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-hero-alt {
    min-height: 640px;
    background-image: url('../images/hero-alt-sm.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intensa';
  src: url('../fonts/15.-Intensa-Speed.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rumpi';
  src: url('../fonts/Rumpi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}