@charset "UTF-8";
/*--------------------------------------------------------------
# PAGE PRICES
--------------------------------------------------------------*/

.hero-prices {
  margin-block: -150px -320px;
  padding-block: 150px 300px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero-prices {
    margin-bottom: -275px;
  }
}
.hero-prices__inner {
  --col-2: 615px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-prices__inner {
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .hero-prices__content {
    display: contents;
  }
}
.hero-prices__media {
  height: 492px;
}
@media screen and (max-width: 991px) {
  .hero-prices__media {
    order: 2;
    margin-top: -15px;
  }
}
@media screen and (max-width: 650px) {
  .hero-prices__media {
    height: 288px;
  }
}
.hero-prices__media img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .hero-prices__title {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .hero-prices__text {
    order: 4;
  }
}
@media screen and (max-width: 991px) {
  .hero-prices .btn {
    order: 3;
  }
}
.hero-prices__bg {
  --flip-x: -1;
  --rotate: 120deg;
  right: -320px;
  top: 0px;
}
@media screen and (max-width: 991px) {
  .hero-prices__bg {
    right: -360px;
    top: 300px;
  }
}

.package-offer__inner {
  --gap: 50px;
  --col-1: 593px;
}
@media screen and (max-width: 991px) {
  .package-offer__inner {
    flex-direction: column-reverse;
  }
}
.package-offer__media {
  height: 627px;
}
@media screen and (max-width: 991px) {
  .package-offer__media {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.package-offer__text b {
  color: var(--color-text);
  text-transform: uppercase;
}

.payment-terms {
  padding-block: 30px;
}
@media screen and (max-width: 991px) {
  .payment-terms {
    padding-block: 25px;
  }
}
.payment-terms__inner {
  --gap: 30px;
  --col-2: 613px;
  position: relative;
  align-items: center;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .payment-terms__inner {
    align-items: stretch;
    padding: 16px;
    border-radius: 12px;
  }
}
.payment-terms__inner:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../images/global/content-mask.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  border-radius: 24px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .payment-terms__inner:before {
    border-radius: 12px;
    transform: scale(1, -1);
  }
}
.payment-terms__features {
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .payment-terms__features {
    gap: 12px;
  }
}
.payment-terms__features b {
  text-transform: uppercase;
}

.hourly-payment__inner {
  --gap: 50px;
  --col-1: 593px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hourly-payment__inner {
    align-items: stretch;
  }
}
.hourly-payment__media {
  height: 459px;
}
@media screen and (max-width: 650px) {
  .hourly-payment__media {
    height: 200px;
  }
}