/* Hero landing Component */
/* Media query breakpoints */
.c-hero-landing {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 318px;
  padding: 120px 0 0;
  background-color: var(--bg-hero, var(--white));
}
@media (min-width: 376px) {
  .c-hero-landing {
    padding: 100px 16px 0;
  }
}
@media (min-width: 480px) {
  .c-hero-landing {
    padding: 78px 16px 0;
  }
}
@media (min-width: 768px) {
  .c-hero-landing {
    padding: 105px 16px 0;
  }
}
.c-hero-landing--yellow {
  --bg-hero: var(--yellow100);
}
.c-hero-landing--yellow_gold {
  --bg-hero: var(--yellowGold100);
}
.c-hero-landing--dark {
  --bg-hero: var(--darkCyan100);
}
.c-hero-landing--alert {
  --bg-hero: var(--info50);
}
.c-hero-landing--dark_grayish_blue {
  --bg-hero: var(--darkGrayishBlue100);
}
.c-hero-landing--pure_orange {
  --bg-hero: var(--pureOrange50);
}
.c-hero-landing--white {
  --bg-hero: var(--white);
}
.c-hero-landing__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
}
.c-hero-landing__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .c-hero-landing__items {
    text-align: left;
    justify-content: space-between;
  }
}
.c-hero-landing__left {
  padding: 0 16px;
}
@media (min-width: 480px) {
  .c-hero-landing__left {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .c-hero-landing__left {
    max-width: 510px;
    margin-bottom: 64px;
    padding: 0;
  }
}
.c-hero-landing__right {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .c-hero-landing__right {
    display: none;
  }
}
.c-hero-landing__title {
  margin: 0;
  color: var(--secondary-color);
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-family: "Preloslab semibold", sans-serif;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .c-hero-landing__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.c-hero-landing__text {
  margin-top: 8px;
  margin-bottom: 22px;
  color: var(--darkGrey500);
  font-family: "Prelo book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.c-hero-landing__button {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .c-hero-landing__button {
    margin-bottom: 16px;
  }
}
.c-hero-landing__button .c-button {
  min-width: 192px;
  text-align: center;
}
.c-hero-landing__image {
  line-height: 0;
}
.c-hero-landing__image img {
  width: 282px;
  max-height: 318px;
}
.c-hero-landing.microsite .c-hero-landing__content {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .c-hero-landing.microsite .c-hero-landing__content {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 auto;
    padding: 7px 0 48px;
  }
}
.c-hero-landing.microsite .c-hero-landing__title {
  padding-top: 10px;
}
@media (min-width: 480px) {
  .c-hero-landing.microsite .c-hero-landing__title {
    padding-top: 22px;
  }
}
@media (min-width: 768px) {
  .c-hero-landing.microsite .c-hero-landing__title {
    padding-top: 25px;
  }
}
.c-hero-landing.microsite .c-hero-landing__button {
  text-align: center;
}
@media (min-width: 768px) {
  .c-hero-landing.microsite .c-hero-landing__button {
    text-align: unset;
  }
}
.c-hero-landing.microsite .c-hero-landing__items {
  flex-direction: column;
  justify-content: unset;
  text-align: left;
}
.c-hero-landing.microsite .c-hero-landing__items .c-hero-landing__right {
  margin-top: 24px;
  justify-content: unset;
}
@media (min-width: 768px) {
  .c-hero-landing.microsite .c-hero-landing__items .c-hero-landing__right {
    display: block;
  }
}
.c-hero-landing.microsite .c-hero-landing__items .c-hero-landing__left {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-hero-landing.microsite .c-hero-landing__items .c-hero-landing__left {
    max-width: 516px;
    margin-bottom: 64px;
  }
}
.c-hero-landing.microsite .c-hero-microsite {
  max-width: 320px;
  height: 595px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: var(--white);
  box-shadow: 0 0 4px rgba(7, 7, 7, 0.16), 0 8px 8px -8px rgba(7, 7, 7, 0.16);
}
@media (min-width: 768px) {
  .c-hero-landing.microsite .c-hero-microsite {
    width: unset;
    min-width: 305px;
    margin: unset;
  }
}
@media (min-width: 1025px) {
  .c-hero-landing.microsite .c-hero-microsite {
    min-width: 360px;
  }
}
.c-hero-landing.microsite .c-hero-microsite iframe {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
/*# sourceMappingURL=hero-landing.css.map */
