.tw-inner-page-banner .swiper-slide .image {
  width: 100%;
  height: 100vh;
  position: relative;
  transition: height ease-in-out 1s;
  -o-transition: height ease-in-out 1s;
  -webkit-transition: height ease-in-out 1s;
}
@media screen and (min-width: 375px) {
  .tw-inner-page-banner .swiper-slide .image {
    height: 100dvh;
    padding-top: calc(868 / 1920 * 100%);
    position: relative;
  }
  .tw-inner-page-banner .swiper-slide .image img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
  }
}
.tw-inner-page-banner .swiper-slide .image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to top, #00b2e3 -25% -25%, hsla(0, 0%, 0%, 0) 25% 60%, hsla(0, 0%, 0%, 0.5) 80% 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.tw-inner-page-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .tw-inner-page-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-page-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-page-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.tw-inner-page-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (min-width: 1400px) {
  .tw-inner-page-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
  }
}
.tw-inner-page-banner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.tw-inner-page-banner img, .tw-inner-page-banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tw-inner-page-banner .title-main {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 9.0925rem;
  line-height: 8.0625rem;
  width: 100%;
  z-index: 9;
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .tw-inner-page-banner .title-main {
    font-size: 5.9675rem;
    line-height: 5.9375rem;
  }
}
@media screen and (min-width: 1350px) {
  .tw-inner-page-banner .title-main {
    font-size: 6.28rem;
    line-height: 6.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-page-banner .title-main {
    font-size: 6.5925rem;
    line-height: 6.5625rem;
  }
}
@media screen and (min-width: 1490px) {
  .tw-inner-page-banner .title-main {
    font-size: 7.2175rem;
    line-height: 7.1875rem;
  }
}
@media screen and (min-width: 1630px) {
  .tw-inner-page-banner .title-main {
    font-size: 7.8425rem;
    line-height: 7.8125rem;
  }
}
@media screen and (min-width: 1920px) {
  .tw-inner-page-banner .title-main {
    font-size: 9.0925rem;
    line-height: 8.0625rem;
  }
}
@media screen and (max-width: 1199px) {
  .tw-inner-page-banner .title-main {
    font-size: 4.0925rem;
    line-height: 4.0625rem;
  }
}
@media screen and (max-width: 575.98px) {
  .tw-inner-page-banner .title-main {
    font-size: 2.8125rem;
    line-height: 1.1;
    padding: 0 15px;
  }
}

.tw-inner-pricing_content_sec {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_content_sec {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-pricing_content_sec {
    padding: 6.25rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .tw-inner-pricing_content_sec {
    padding: 8.75rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_features_sec {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-pricing_features_sec {
    padding: 5.25rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .tw-inner-pricing_features_sec {
    padding: 7.125rem 0;
  }
}
.tw-inner-pricing_services_card {
  border-radius: 0;
  border: 0;
}
.tw-inner-pricing_services_card::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 92%;
  bottom: 37.5px;
  width: 11px;
  height: 20px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.407' height='21.985' viewBox='0 0 12.407 21.985'%3E%3Cg id='Group_1079' data-name='Group 1079' transform='translate(-3320.125 -3400.494)'%3E%3Cpath id='Path_698' data-name='Path 698' d='M3321.539,3401.908l9.579,9.579-9.579,9.579' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_services_card::after {
    left: 75%;
    opacity: 0;
  }
}
.tw-inner-pricing_services_card .stretched-link::after {
  z-index: 10;
}
.tw-inner-pricing_services_card .card-title {
  color: #fff;
  font-size: 1.875rem;
  font-family: "neue_haas_grotesk_display65Md", sans-serif;
  margin-bottom: 0;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_services_card .card-title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-pricing_services_card .card-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .tw-inner-pricing_services_card .card-title {
    font-size: 2.4375rem;
  }
}
.tw-inner-pricing_services_card .card-content {
  color: white;
  margin-bottom: 0;
}
.tw-inner-pricing_services_card .card-top-img {
  padding-top: calc(419 / 419 * 100%);
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.tw-inner-pricing_services_card .card-top-img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.tw-inner-pricing_services_card .card-top-img img {
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.tw-inner-pricing_services_card .card-top-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to top, #00b2e3 -20% -20%, hsla(0, 0%, 0%, 0) 50% 60%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.tw-inner-pricing_services_card_content {
  position: absolute;
  z-index: 9;
  bottom: 13px;
  padding: 0 24px;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_services_card_content {
    bottom: 23px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-pricing_services_card_content {
    padding: 0 28px;
  }
}
@media screen and (min-width: 1600px) {
  .tw-inner-pricing_services_card_content {
    padding: 0 30px;
  }
}
.tw-inner-pricing_services_card .card-body {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_services_card .card-body {
    padding: 2.3125rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_services_card:hover .card-top-img img {
    transform: scale(1.1);
  }
  .tw-inner-pricing_services_card:hover::after {
    opacity: 1;
    left: 92%;
  }
}
.tw-inner-pricing_services_card_btn .btn {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
  min-width: 165px;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_services_card_btn .btn {
    min-width: 192px;
  }
}
.tw-inner-pricing_features_sec .content-text {
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_features_sec .content-text {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-pricing_features_sec .content-text {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .tw-inner-pricing_features_sec .content-text {
    margin-bottom: 5rem;
  }
}
.tw-inner-pricing_features_sec_row {
  --bs-gutter-y:40px;
}
@media screen and (min-width: 1200px) {
  .tw-inner-pricing_features_sec_row {
    --bs-gutter-x:60px;
    --bs-gutter-y:60px;
  }
}
@media screen and (min-width: 1400px) {
  .tw-inner-pricing_features_sec_row {
    --bs-gutter-x: 100px;
    --bs-gutter-y:90px;
  }
}
@media screen and (min-width: 1600px) {
  .tw-inner-pricing_features_sec_row {
    --bs-gutter-x: 159px;
    --bs-gutter-y:130px;
  }
}