.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--green {
  background: #38B54A !important;
}

.color--green {
  color: #38B54A !important;
}

.bg--darkblue {
  background: #184A74 !important;
}

.color--darkblue {
  color: #184A74 !important;
}

.bg--yellow {
  background: #FAF013 !important;
}

.color--yellow {
  color: #FAF013 !important;
}

.bg--pastelgreen {
  background: #DDF2E0 !important;
}

.color--pastelgreen {
  color: #DDF2E0 !important;
}

.bg--pastelblue {
  background: #dbedfa !important;
}

.color--pastelblue {
  color: #dbedfa !important;
}

.bg--pastelyellow {
  background: #FDF89D !important;
}

.color--pastelyellow {
  color: #FDF89D !important;
}

.bg--lightgray {
  background: #F8F8F8 !important;
}

.color--lightgray {
  color: #F8F8F8 !important;
}

.eye-block.hero-block {
  height: 100svh;
  position: relative;
  min-height: 45rem;
}
@media screen and (max-width: 768px) {
  .eye-block.hero-block {
    min-height: 30rem;
  }
}
.eye-block.hero-block.is-home .hero-block-content,
.eye-block.hero-block.is-home .hero-block-bg-video-container,
.eye-block.hero-block.is-home header {
  opacity: 0;
}
.eye-block.hero-block .hero--home-animation {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.eye-block.hero-block .hero--home-animation .animation-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: auto;
  z-index: 2;
  opacity: 0;
}
.eye-block.hero-block .hero--home-animation .animation-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.eye-block.hero-block .hero--home-animation .animation-bg {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: 1;
}
.eye-block.hero-block.kennedy-mars .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item.active, .eye-block.hero-block.kennedy-mars .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item:hover {
  background: #184A74;
}
.eye-block.hero-block.kennedy-mars .hero-block-content .hero-block-content--left .btn-primary {
  background: #184A74;
  border: 1.5px solid #184A74;
}
.eye-block.hero-block.kennedy-mars .hero-block-content .hero-block-content--left .btn-primary:hover {
  background: #1c5789;
}
.eye-block.hero-block.kennedy-mars .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button {
  background: #184A74;
  border-color: #184A74;
}
.eye-block.hero-block.kennedy-mars .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button:hover {
  background: #1c5789;
  border-color: #1c5789;
}
.eye-block.hero-block.swentibold-mars .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item.active, .eye-block.hero-block.swentibold-mars .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item:hover {
  background: #38B54A;
}
.eye-block.hero-block.swentibold-mars .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button {
  background: #38B54A;
  border-color: #38B54A;
}
.eye-block.hero-block.swentibold-mars .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button:hover {
  background: #42c555;
  border-color: #42c555;
}
.eye-block.hero-block.mini-mars .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item.active, .eye-block.hero-block.mini-mars .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item:hover {
  background: #FAF013;
  color: black;
}
.eye-block.hero-block.mini-mars .hero-block-content .hero-block-content--left .btn-primary {
  background: #FAF013;
  border: 1.5px solid #FAF013;
  color: black;
}
.eye-block.hero-block.mini-mars .hero-block-content .hero-block-content--left .btn-primary:hover {
  background: #fbf22c;
}
.eye-block.hero-block.mini-mars .hero-block-content .hero-block-walk-dropdown .dropdown button {
  background: #FAF013 !important;
  border-color: #FAF013 !important;
  color: black !important;
}
.eye-block.hero-block.mini-mars .hero-block-content .hero-block-walk-dropdown .dropdown button:hover {
  background: #fbf22c;
  border-color: #fbf22c;
}
.eye-block.hero-block .hero-block-bg-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.eye-block.hero-block .hero-block-bg-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eye-block.hero-block .hero-block-bg-video-container .hero-block-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.eye-block.hero-block .hero-block-content {
  z-index: 3;
  color: white;
  padding: calc(135px + 1rem) 3rem 3rem 3rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .eye-block.hero-block .hero-block-content {
    padding: calc(100px + 2rem) 1.5rem 1.5rem 1.5rem;
  }
}
.eye-block.hero-block .hero-block-content .hero-block-content--left {
  max-width: 45rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .btn {
  width: fit-content;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left h2 {
  color: #ffffff;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-toggler {
  padding: 0.25rem;
  background: #D9D9D9;
  border-radius: 2rem;
  display: flex;
  width: fit-content;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item {
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  border-radius: 2rem;
  transition: 0.2s ease;
  color: black;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item.active, .eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-toggler .toggler-item:hover {
  background: #184A74;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1.5px solid white;
  color: white;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button:after {
  display: none;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-walk-dropdown .dropdown button:hover {
  background: #184A74;
  border-color: #184A74;
  color: white;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-description {
  margin: 2rem 0;
  max-width: 35rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-date {
  padding: 0.5rem 1rem;
  background: #184A74;
  border-radius: 2rem;
  width: fit-content;
  font-weight: 500;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-countdown {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-countdown .simply-section > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-countdown .simply-section > div .simply-amount {
  font-size: 2rem;
  font-weight: 500;
}
.eye-block.hero-block .hero-block-content .hero-block-content--left .hero-block-countdown .simply-section > div .simply-word {
  font-size: 0.8rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--widget {
  padding: 1.5rem;
  background: #FAF013;
  border-radius: 1rem;
  width: 20rem;
  color: black;
  z-index: 10;
  flex-shrink: 0;
}
.eye-block.hero-block .hero-block-content .hero-block-content--widget h3 {
  font-size: 1.2rem;
  color: black;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--widget .btn-outline {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.eye-block.hero-block .hero-block-content .hero-block-content--widget .btn-link {
  padding: 0.75rem 0 0 0;
}
.eye-block.hero-block .hero-block-content .hero-block-content--usps {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--usps .usps-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 130px;
  transform-origin: top center;
  transition: transform 0.2s ease;
}
.eye-block.hero-block .hero-block-content .hero-block-content--usps .usps-list-item i {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.eye-block.hero-block .hero-block-content .hero-block-content--usps .usps-list-item .usp-content {
  font-size: 1rem;
  line-height: 1.1;
}
@media screen and (max-width: 1390px) {
  .eye-block.hero-block .hero-block-content .hero-block-content--usps {
    gap: 0;
    width: 100%;
    flex-wrap: nowrap;
  }
  .eye-block.hero-block .hero-block-content .hero-block-content--usps .usps-list-item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: scale(0.8);
  }
  .eye-block.hero-block .hero-block-content .hero-block-content--usps .usps-list-item i {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
