/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/section/hero.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
/*images*/
.hero {
  position: relative;
  padding: 1.25rem 0 2.625rem;
  font-family: "Raleway", sans-serif; }
  @media only screen and (max-width: 991px) {
    .hero {
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .hero {
      overflow: hidden; } }
  .hero:before {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 1.25rem;
    background: #F8F8FB;
    width: 34.6875rem;
    height: 68.125rem;
    -webkit-transform: translate(0, -22.5%);
    -ms-transform: translate(0, -22.5%);
    transform: translate(0, -22.5%);
    content: '';
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .hero:before {
        width: 24.875rem;
        height: 20.625rem;
        top: auto;
        bottom: 1.125rem;
        right: -1.375rem;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%); } }
  .hero__bg {
    width: 38.8125rem;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%);
    pointer-events: none;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      .hero__bg {
        width: 20.75rem;
        top: 34%;
        -webkit-transform: rotate(3.181deg);
        -ms-transform: rotate(3.181deg);
        transform: rotate(3.181deg);
        right: -9%; } }
  .hero .container {
    position: relative;
    z-index: 3; }
    @media only screen and (min-width: 992px) {
      .hero .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media only screen and (min-width: 992px) {
    .hero__left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
      flex: 0 0 59%;
      max-width: 59%; } }
  @media only screen and (max-width: 991px) {
    .hero__right {
      padding-top: 3.125rem; } }
  @media only screen and (max-width: 767px) {
    .hero__right {
      padding-top: 1.3125rem; } }
  .hero .md-text {
    font-weight: 500;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .hero .md-text {
        font-size: 0.875rem;
        letter-spacing: -0.00875rem;
        margin-bottom: 0.6875rem; } }
    .hero .md-text strong {
      font-weight: 800; }
  .hero .h1-title {
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .hero .h1-title {
        margin-left: -0.25rem;
        margin-right: -1.5rem;
        margin-bottom: 0.25rem; } }
    @media only screen and (max-width: 392px) {
      .hero .h1-title {
        margin-right: 0; } }
    .hero .h1-title strong {
      font-weight: 600; }
    .hero .h1-title picture {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 8.8125rem;
      margin-left: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .hero .h1-title picture {
          width: 4.25rem;
          margin-left: 0.875rem;
          position: relative;
          top: 0.125rem; } }
  .hero .subtitle {
    font-family: "Raleway", sans-serif;
    font-size: 4.6875rem;
    font-weight: 300;
    line-height: .99;
    letter-spacing: -0.14062rem;
    margin-bottom: 4.375rem; }
    @media only screen and (max-width: 767px) {
      .hero .subtitle {
        font-size: 2.625rem;
        line-height: 1.04;
        letter-spacing: -0.105rem;
        margin-bottom: 1.875rem; } }
  .hero .video-block {
    position: relative;
    width: 21.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 0.841075;
    -webkit-transform: rotate(-6.261deg);
    -ms-transform: rotate(-6.261deg);
    transform: rotate(-6.261deg);
    margin-left: auto;
    margin-top: 1.9375rem;
    margin-right: 1.0625rem;
    -webkit-transition: 1s top;
    transition: 1s top; }
    @media only screen and (min-width: 992px) {
      .hero .video-block {
        top: -25rem; } }
    @media only screen and (max-width: 991px) {
      .hero .video-block {
        margin-left: 10.625rem; } }
    @media only screen and (max-width: 767px) {
      .hero .video-block {
        margin-left: auto;
        margin-right: 0.25rem;
        width: 12.5rem;
        max-width: 90%; } }
    .hero .video-block.is-playing .play-btn {
      opacity: 0; }
    .hero .video-block .play-btn {
      background-color: transparent;
      border: 0;
      position: absolute;
      top: 50%;
      left: 52%;
      -webkit-transform: translate(-50%, -50%) rotate(6deg);
      -ms-transform: translate(-50%, -50%) rotate(6deg);
      transform: translate(-50%, -50%) rotate(6deg);
      width: 2.625rem;
      height: 3.125rem;
      color: var(--color-white);
      z-index: 2;
      -webkit-transition: .3s opacity;
      transition: .3s opacity; }
      @media only screen and (max-width: 767px) {
        .hero .video-block .play-btn {
          top: 52%;
          left: 55%;
          width: 1.5rem;
          height: 1.5rem; } }
      .hero .video-block .play-btn .icon {
        width: 100%;
        height: 100%; }
    .hero .video-block video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1; }

.places {
  border-radius: 1.5625rem;
  background: #EEE;
  -webkit-box-shadow: 0 0 4.625rem 0 rgba(72, 78, 97, 0.08);
  box-shadow: 0 0 4.625rem 0 rgba(72, 78, 97, 0.08);
  max-width: 28.8125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.125rem 1.375rem; }
  @media only screen and (max-width: 767px) {
    .places {
      margin: 0 -1rem;
      padding: 0.75rem 1rem; } }
  @media only screen and (max-width: 392px) {
    .places {
      margin: 0; } }
  .places .h5-title {
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 767px) {
      .places .h5-title {
        font-size: 1.125rem;
        margin-bottom: 0.125rem; } }
  .places__text {
    color: #667085;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .places__text {
        font-size: 0.75rem; } }
  .places .badge {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 0.46875rem 0.5625rem;
    position: relative;
    top: 0.125rem;
    right: -0.0625rem; }
    @media only screen and (max-width: 767px) {
      .places .badge {
        font-size: 1rem;
        top: 0;
        right: -0.375rem; } }

.hero-banner {
  border-radius: 1.5625rem;
  background: #003034;
  width: 16.9375rem;
  -webkit-transform: rotate(5.512deg) translate(-52%, -21.5%);
  -ms-transform: rotate(5.512deg) translate(-52%, -21.5%);
  transform: rotate(5.512deg) translate(-52%, -21.5%);
  padding: 0.3125rem;
  position: relative;
  -webkit-transition: 1s top;
  transition: 1s top;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .hero-banner {
      top: 25rem; } }
  @media only screen and (max-width: 991px) {
    .hero-banner {
      -webkit-transform: rotate(5.512deg) translate(1%, -26%);
      -ms-transform: rotate(5.512deg) translate(1%, -26%);
      transform: rotate(5.512deg) translate(1%, -26%); } }
  @media only screen and (max-width: 767px) {
    .hero-banner {
      width: 13.875rem; } }
  .hero-banner__bg {
    width: 18.9375rem;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1; }
  .hero-banner__head {
    padding: 2.875rem 1.5rem 2.375rem;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .hero-banner__head {
        padding: 1.375rem 0.6875rem; } }
  .hero-banner__title {
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.03rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .hero-banner__title {
        font-size: 1.125rem;
        line-height: 1.3333;
        letter-spacing: -0.0225rem;
        margin-bottom: 0.75rem; } }
  .hero-banner__oldcost, .hero-banner__cost {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05rem; }
    @media only screen and (max-width: 767px) {
      .hero-banner__oldcost, .hero-banner__cost {
        font-size: 1.875rem;
        letter-spacing: -0.0375rem; } }
  .hero-banner__cost {
    margin-bottom: 0.4375rem; }
    @media only screen and (max-width: 767px) {
      .hero-banner__cost {
        margin-bottom: 0.0625rem; } }
  .hero-banner__oldcost {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #FEE1B7;
    position: relative; }
    .hero-banner__oldcost:before {
      position: absolute;
      top: 58%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #FEE1B7;
      content: ''; }
  .hero-banner__footer {
    border-radius: 1.5625rem;
    background: var(--color-white);
    padding: 1.25rem 1.5rem;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .hero-banner__footer {
        padding: 0.625rem 0.75rem; } }
  .hero-banner__prim {
    color: #003034;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.0175rem; }

.body_ready .hero .video-block, .body_ready .hero .hero-banner {
  top: 0; }


/*# sourceMappingURL=section-hero.css.map*/