@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
.d-flex {
  display: flex;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: normal;
}

body {
  font-family: Inter;
  color: #1a1a1a;
}

.btn {
  height: 61px;
  cursor: pointer;
  font-style: normal;
  padding: 16px;
  border: none;
  font-family: "SF Pro Display";
}
.btn.primary {
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(90deg, #103142 0%, #297da8 100%);
}
.btn.primary-outline {
  border-radius: 30px;
  color: #17455d;
  background: transparent;
  border: 1.5px solid #103142;
}
.btn.lightblue {
  font-size: 25px;
  border-radius: 30.5px;
  background: #D8F2FF;
}

.section {
  padding: 0 168px;
  position: relative;
  z-index: 2;
}
@media (max-width: 670px) {
  .section {
    padding: 0 24px;
  }
}

.main-section {
  position: relative;
  height: 1139px;
  background-image: url("../assets/bg-section-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e8f5f2;
}
@media (max-width: 670px) {
  .main-section {
    height: auto;
  }
}
.main-section::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 250px;
  right: 414px;
  bottom: 174px;
  z-index: 0;
  background-image: url("../assets/bg-center.png");
  background-position-x: 50%;
}
.main-section .bg-center {
  position: absolute;
  top: 12px;
  left: 250px;
}
.main-section .navbar {
  position: relative;
  padding: 0 42px;
  height: 103px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 670px) {
  .main-section .navbar {
    height: 85px;
    padding: 0 16px;
  }
}
.main-section .navbar::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #e8b097 0%, #59a4b6 100%);
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 670px) {
  .main-section .navbar::after {
    display: none;
  }
}
@media (max-width: 670px) {
  .main-section .navbar .logo-section {
    margin-top: 12px;
    width: 100%;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
  }
}
.main-section .navbar .logo-section .logo {
  width: 120px;
}
@media (max-width: 670px) {
  .main-section .navbar .logo-section .logo {
    width: auto;
    height: 38px;
  }
}
.main-section .navbar .logo-section .btn {
  display: none;
  width: 81px;
  height: 33px;
  border-radius: 6px;
  background: #FFF;
  color: #17455D;
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  line-height: 130.017%;
  padding: 8px 12px;
  text-decoration: none;
}
@media (max-width: 670px) {
  .main-section .navbar .logo-section .btn {
    display: inline;
  }
}
.main-section .navbar .search {
  width: 100px;
  height: 20px;
  max-width: 1015px;
  flex: 1;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #cbb2b8;
}
@media (max-width: 670px) {
  .main-section .navbar .search {
    display: none;
  }
}
.main-section .navbar .btn {
  gap: 6px;
  font-size: 20px;
  width: 256px;
}
@media (max-width: 670px) {
  .main-section .navbar .btn {
    display: none;
  }
}
.main-section .section-1 {
  padding-top: 60px;
  padding-bottom: 49px;
}
@media (max-width: 670px) {
  .main-section .section-1 {
    padding-top: 26px;
    padding-bottom: 31px;
    overflow: hidden;
  }
}
.main-section .section-1 .title {
  margin-top: 18px;
  color: #00606e;
  font-size: 65px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 670px) {
  .main-section .section-1 .title {
    font-size: 24px;
  }
}
.main-section .section-1 .slogan {
  color: #0f0f0e;
  font-size: 65px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 670px) {
  .main-section .section-1 .slogan {
    font-size: 16px;
    font-weight: 500;
  }
}
.main-section .section-1 .description {
  max-width: 921px;
  margin-top: 37px;
  color: #393939;
  font-size: 25px;
  font-style: normal;
  font-weight: 510;
  line-height: 130.017%;
}
@media (max-width: 670px) {
  .main-section .section-1 .description {
    font-size: 13px;
    max-width: 188px;
  }
}
.main-section .section-1 .btn-new {
  margin-top: 47px;
  min-width: 289px;
  height: 42px;
  border-radius: 31.5px;
  border: 1px solid #e8b097;
  background: #fadcd2;
}
@media (max-width: 670px) {
  .main-section .section-1 .btn-new {
    display: none;
  }
}
.main-section .section-1 .btn-new span {
  padding: 0 13px 0 7px;
  color: #1a1a1a;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-section .section-1 .btn-cnt {
  margin-top: 66px;
  gap: 26px;
}
@media (max-width: 670px) {
  .main-section .section-1 .btn-cnt {
    margin-top: 30px;
  }
}
.main-section .section-1 .btn-cnt .btn {
  font-size: 25px;
  text-decoration: none;
}
@media (max-width: 670px) {
  .main-section .section-1 .btn-cnt .btn {
    font-size: 16px;
    height: 48px;
    padding: 0;
    gap: 8px;
  }
  .main-section .section-1 .btn-cnt .btn img {
    width: 18px;
  }
}
.main-section .section-1 .btn-cnt .btn.primary {
  width: 213px;
}
@media (max-width: 670px) {
  .main-section .section-1 .btn-cnt .btn.primary {
    width: 155px;
  }
}
.main-section .section-1 .btn-cnt .btn.primary-outline {
  width: 247px;
  padding: 14px 12px;
  text-align: center;
}
@media (max-width: 670px) {
  .main-section .section-1 .btn-cnt .btn.primary-outline {
    width: 151px;
    display: none;
  }
}
@media (max-width: 670px) {
  .main-section .section-1 .card {
    position: relative;
  }
}
.main-section .section-1 .card > img {
  width: 358px;
}
@media (max-width: 670px) {
  .main-section .section-1 .card > img {
    width: 250px;
    position: absolute;
    top: -135px;
    left: -141px;
    transform: rotate(-5.858deg);
  }
}
.main-section .section-1 .card-slogan {
  color: #393939;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 670px) {
  .main-section .section-1 .card-slogan {
    display: none;
  }
}
@media (max-width: 670px) {
  .main-section .section-1 .card-slogan-arrow {
    display: none;
  }
}
.main-section .section-2 {
  position: relative;
  padding-top: 42px;
  padding-bottom: 38px;
  background: linear-gradient(90deg, rgba(245, 206, 133, 0.1) 0%, rgba(76, 92, 97, 0.1) 100%);
}
@media (max-width: 670px) {
  .main-section .section-2 {
    padding-top: 26px;
    background: white;
    padding-bottom: 0;
  }
}
.main-section .section-2 > div {
  z-index: 2;
  position: relative;
}
.main-section .section-2-title {
  color: #393939;
  font-family: "SF Pro Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.017%;
}
@media (max-width: 670px) {
  .main-section .section-2-title {
    display: none;
  }
}
.main-section .section-2 .tag-cnt {
  gap: 26px;
  margin-top: 25px;
}
@media (max-width: 670px) {
  .main-section .section-2 .tag-cnt {
    display: none;
  }
}
.main-section .section-2 .tag {
  border-radius: 31.5px;
  border: 1px solid #b2b2b2;
  background: rgba(243, 242, 240, 0.52);
  backdrop-filter: blur(2px);
  min-height: 47px;
  gap: 10px;
  padding: 0 19px;
}
.main-section .section-2 .tag span {
  color: #1a1a1a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-section .section-2 .info {
  margin-top: 56px;
  gap: 45px;
}
@media (max-width: 670px) {
  .main-section .section-2 .info {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 24px;
    gap: 16px;
  }
}
.main-section .section-2 .info .info-card {
  padding: 27px 33px 27px 24px;
  border-radius: 21px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5.0999999046px);
}
@media (max-width: 670px) {
  .main-section .section-2 .info .info-card {
    padding: 16px 24px;
  }
}
.main-section .section-2 .info .info-card .title {
  gap: 14px;
}
@media (max-width: 670px) {
  .main-section .section-2 .info .info-card .title {
    gap: 6px;
  }
  .main-section .section-2 .info .info-card .title img {
    height: 30px;
  }
}
.main-section .section-2 .info .info-card .title span {
  color: #393939;
  font-family: "SF Pro Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 510;
  line-height: 130.017%;
}
@media (max-width: 670px) {
  .main-section .section-2 .info .info-card .title {
    font-size: 20px;
  }
}
.main-section .section-2 .info .info-card .content {
  margin-top: 20px;
  color: #393939;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.017%;
}
@media (max-width: 670px) {
  .main-section .section-2 .info .info-card .content {
    font-size: 14px;
    margin-top: 12px;
  }
}
.main-section .section-2 .info .swiper-slide {
  padding: 4px;
}
.main-section .section-2 .bg-section-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 670px) {
  .main-section .section-2 .bg-section-2 {
    display: none;
  }
}
.main-section .section-2 .bg-section-2-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 670px) {
  .main-section .section-2 .bg-section-2-2 {
    display: none;
  }
}

.cards-bg {
  background-image: url("../assets/cards-bg.svg");
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 670px) {
  .cards-bg {
    background-image: none;
  }
}

.cards-section {
  padding: 0 145px;
}
@media (max-width: 670px) {
  .cards-section {
    padding: 0 24px;
  }
}
.cards-section .section-title {
  margin-top: 83px;
  color: #0F0F0E;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 590;
  line-height: 120%;
}
.cards-section .section-title span {
  color: #056A9B;
}
@media (max-width: 670px) {
  .cards-section .section-title {
    font-size: 20px;
    margin-top: 32px;
  }
}
.cards-section .tags {
  margin-top: 24px;
  gap: 20px;
}
.cards-section .tags .tag {
  display: inline-flex;
  height: 46px;
  padding: 14px 20px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 31.5px;
  border: 1px solid #B2B2B2;
  background: rgba(243, 242, 240, 0.52);
  backdrop-filter: blur(2px);
  cursor: pointer;
  user-select: none;
}
@media (max-width: 670px) {
  .cards-section .tags .tag {
    height: 35px;
    font-size: 14px;
  }
}
.cards-section .tags .tag:hover {
  opacity: 0.8;
}
.cards-section .tags .tag-services {
  height: 78px;
  gap: 20px;
  padding: 0 20px 0 31px;
  border-radius: 39px;
  border: 1px solid #EBEBEB;
  background: rgba(243, 242, 240, 0.25);
  backdrop-filter: blur(2px);
  overflow: hidden;
}
@media (max-width: 670px) {
  .cards-section .tags .tag-services {
    display: none;
  }
}
.cards-section .tags .tag-services span:first-of-type {
  font-weight: 500;
}
@media (max-width: 670px) {
  .cards-section .tags {
    gap: 8px;
  }
}
.cards-section .product-cnt {
  margin-top: 94px;
  display: flex;
  gap: 32px;
}
@media (max-width: 670px) {
  .cards-section .product-cnt {
    flex-direction: column;
    margin-top: 33px;
  }
}
.cards-section .product-cnt .product-card, .cards-section .product-cnt .service-card {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
  background: white;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 670px) {
  .cards-section .product-cnt .product-card:nth-child(n+4), .cards-section .product-cnt .service-card:nth-child(n+4) {
    display: none;
  }
}
.cards-section .product-cnt .product-card .top-shadow, .cards-section .product-cnt .service-card .top-shadow {
  position: relative;
  width: 100%;
}
.cards-section .product-cnt .product-card .top-shadow::before, .cards-section .product-cnt .service-card .top-shadow::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10px;
  right: 10px;
  height: 19px;
  background: #E5E5E5;
  border-radius: 16px 16px 0 0;
  transition: top 0.3s;
}
.cards-section .product-cnt .product-card .top-shadow::after, .cards-section .product-cnt .service-card .top-shadow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  right: 5px;
  height: 19px;
  background: #B0B0B0;
  border-radius: 16px 16px 0 0;
  transition: top 0.3s;
}
.cards-section .product-cnt .product-card .top-shadow .variants, .cards-section .product-cnt .product-card .top-shadow .tiers, .cards-section .product-cnt .service-card .top-shadow .variants, .cards-section .product-cnt .service-card .top-shadow .tiers {
  top: 16px;
  border-radius: 16px;
  background: rgba(240, 240, 240, 0.85);
  backdrop-filter: blur(1px);
  height: 24px;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards-section .product-cnt .product-card .top-shadow .variants span, .cards-section .product-cnt .product-card .top-shadow .tiers span, .cards-section .product-cnt .service-card .top-shadow .variants span, .cards-section .product-cnt .service-card .top-shadow .tiers span {
  font-size: 12px;
}
.cards-section .product-cnt .product-card .top-shadow .variants, .cards-section .product-cnt .service-card .top-shadow .variants {
  left: 16px;
}
.cards-section .product-cnt .product-card .top-shadow .tiers, .cards-section .product-cnt .service-card .top-shadow .tiers {
  right: 16px;
}
.cards-section .product-cnt .product-card .card-image, .cards-section .product-cnt .service-card .card-image {
  position: relative;
  overflow: hidden;
}
.cards-section .product-cnt .product-card .card-image img, .cards-section .product-cnt .service-card .card-image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.cards-section .product-cnt .product-card .card-image .service-bg, .cards-section .product-cnt .service-card .card-image .service-bg {
  color: white;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px;
  border-radius: 16px 16px 0 0;
}
.cards-section .product-cnt .product-card .card-image .service-bg.gradient-blue, .cards-section .product-cnt .service-card .card-image .service-bg.gradient-blue {
  background: linear-gradient(253deg, #366FBE 2.07%, #214579 97.8%);
}
.cards-section .product-cnt .product-card .card-image .service-bg.gradient-blue .icon, .cards-section .product-cnt .service-card .card-image .service-bg.gradient-blue .icon {
  background: #15386A;
}
.cards-section .product-cnt .product-card .card-image .service-bg.gradient-gray, .cards-section .product-cnt .service-card .card-image .service-bg.gradient-gray {
  background: linear-gradient(251deg, #8B8B8B 0%, #424242 101.53%);
}
.cards-section .product-cnt .product-card .card-image .service-bg.gradient-gray .icon, .cards-section .product-cnt .service-card .card-image .service-bg.gradient-gray .icon {
  background: rgba(0, 0, 0, 0.5);
}
.cards-section .product-cnt .product-card .card-image .service-bg .icon, .cards-section .product-cnt .service-card .card-image .service-bg .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.cards-section .product-cnt .product-card .card-image .service-bg .icon img, .cards-section .product-cnt .service-card .card-image .service-bg .icon img {
  width: 40px;
}
.cards-section .product-cnt .product-card .card-image .service-bg .title, .cards-section .product-cnt .service-card .card-image .service-bg .title {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cards-section .product-cnt .product-card .card-image .service-bg .description, .cards-section .product-cnt .service-card .card-image .service-bg .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cards-section .product-cnt .product-card .product-details .title, .cards-section .product-cnt .service-card .product-details .title {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cards-section .product-cnt .product-card .product-details .description, .cards-section .product-cnt .service-card .product-details .description {
  color: #474747;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-top: 8px;
}
.cards-section .product-cnt .product-card .service-details .bullets, .cards-section .product-cnt .service-card .service-details .bullets {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards-section .product-cnt .product-card .service-details .bullets:nth-child(-n+2), .cards-section .product-cnt .service-card .service-details .bullets:nth-child(-n+2) {
  margin-bottom: 10px;
}
.cards-section .product-cnt .product-card .service-details .bullets span, .cards-section .product-cnt .service-card .service-details .bullets span {
  font-size: 14px;
}
.cards-section .product-cnt .product-card .product-details, .cards-section .product-cnt .product-card .service-details, .cards-section .product-cnt .service-card .product-details, .cards-section .product-cnt .service-card .service-details {
  padding-top: 16px;
}
.cards-section .product-cnt .product-card .product-details .title, .cards-section .product-cnt .product-card .product-details .description, .cards-section .product-cnt .product-card .product-details .bullets, .cards-section .product-cnt .product-card .product-details .price-cnt, .cards-section .product-cnt .product-card .service-details .title, .cards-section .product-cnt .product-card .service-details .description, .cards-section .product-cnt .product-card .service-details .bullets, .cards-section .product-cnt .product-card .service-details .price-cnt, .cards-section .product-cnt .service-card .product-details .title, .cards-section .product-cnt .service-card .product-details .description, .cards-section .product-cnt .service-card .product-details .bullets, .cards-section .product-cnt .service-card .product-details .price-cnt, .cards-section .product-cnt .service-card .service-details .title, .cards-section .product-cnt .service-card .service-details .description, .cards-section .product-cnt .service-card .service-details .bullets, .cards-section .product-cnt .service-card .service-details .price-cnt {
  padding: 0 16px;
}
.cards-section .product-cnt .product-card .product-details .price-cnt, .cards-section .product-cnt .product-card .service-details .price-cnt, .cards-section .product-cnt .service-card .product-details .price-cnt, .cards-section .product-cnt .service-card .service-details .price-cnt {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.cards-section .product-cnt .product-card .product-details .price-cnt .price, .cards-section .product-cnt .product-card .service-details .price-cnt .price, .cards-section .product-cnt .service-card .product-details .price-cnt .price, .cards-section .product-cnt .service-card .service-details .price-cnt .price {
  color: #A43921;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cards-section .product-cnt .product-card .product-details .price-cnt .slash, .cards-section .product-cnt .product-card .service-details .price-cnt .slash, .cards-section .product-cnt .service-card .product-details .price-cnt .slash, .cards-section .product-cnt .service-card .service-details .price-cnt .slash {
  color: #838383;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cards-section .product-cnt .product-card .product-details .price-cnt .dropdown, .cards-section .product-cnt .product-card .service-details .price-cnt .dropdown, .cards-section .product-cnt .service-card .product-details .price-cnt .dropdown, .cards-section .product-cnt .service-card .service-details .price-cnt .dropdown {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  border-radius: 4px;
  background: rgba(240, 240, 240, 0.85);
}
.cards-section .product-cnt .product-card .product-details .price-cnt .dropdown span, .cards-section .product-cnt .product-card .service-details .price-cnt .dropdown span, .cards-section .product-cnt .service-card .product-details .price-cnt .dropdown span, .cards-section .product-cnt .service-card .service-details .price-cnt .dropdown span {
  font-size: 14px;
}
.cards-section .product-cnt .product-card .product-details .quote-request, .cards-section .product-cnt .product-card .service-details .quote-request, .cards-section .product-cnt .service-card .product-details .quote-request, .cards-section .product-cnt .service-card .service-details .quote-request {
  margin-top: 16px;
  height: 25px;
  display: flex;
  padding: 0 16px;
  align-items: center;
  gap: 12px;
}
.cards-section .product-cnt .product-card .product-details .quote-request span, .cards-section .product-cnt .product-card .service-details .quote-request span, .cards-section .product-cnt .service-card .product-details .quote-request span, .cards-section .product-cnt .service-card .service-details .quote-request span {
  background: linear-gradient(253deg, #366FBE 2.07%, #214579 97.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: normal;
}
.cards-section .product-cnt .product-card .product-details hr, .cards-section .product-cnt .product-card .service-details hr, .cards-section .product-cnt .service-card .product-details hr, .cards-section .product-cnt .service-card .service-details hr {
  margin-top: 16px;
  color: rgba(210, 210, 210, 0.3137254902);
}
.cards-section .product-cnt .product-card .product-details .company, .cards-section .product-cnt .product-card .service-details .company, .cards-section .product-cnt .service-card .product-details .company, .cards-section .product-cnt .service-card .service-details .company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.cards-section .product-cnt .product-card .product-details .company img, .cards-section .product-cnt .product-card .service-details .company img, .cards-section .product-cnt .service-card .product-details .company img, .cards-section .product-cnt .service-card .service-details .company img {
  width: 24px;
}
.cards-section .product-cnt .product-card .product-details .company .company-name, .cards-section .product-cnt .product-card .service-details .company .company-name, .cards-section .product-cnt .service-card .product-details .company .company-name, .cards-section .product-cnt .service-card .service-details .company .company-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards-section .product-cnt .product-card .product-details .company .company-name span, .cards-section .product-cnt .product-card .service-details .company .company-name span, .cards-section .product-cnt .service-card .product-details .company .company-name span, .cards-section .product-cnt .service-card .service-details .company .company-name span {
  color: #7A7A7A;
  font-size: 14px;
}
.cards-section .product-cnt .product-card:hover, .cards-section .product-cnt .service-card:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  scale: 1.02;
  transition: scale 0.4s;
}
.cards-section .product-cnt .product-card:hover .top-shadow::before, .cards-section .product-cnt .service-card:hover .top-shadow::before {
  top: -16px;
}
.cards-section .product-cnt .product-card:hover .top-shadow::after, .cards-section .product-cnt .service-card:hover .top-shadow::after {
  top: -8px;
}
.cards-section .product-cnt .tags.mobile-tags {
  display: none;
}
@media (max-width: 670px) {
  .cards-section .product-cnt .tags.mobile-tags {
    display: block;
    margin-top: 0;
  }
}

.categories .categories-caption {
  margin-top: 110px;
  padding: 0 186px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 670px) {
  .categories .categories-caption {
    padding: 0 24px;
    margin-top: 36px;
    flex-direction: column;
  }
}
.categories .categories-caption .title {
  max-width: 622px;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-style: Semibold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
}
.categories .categories-caption .title span {
  color: #056A9B;
}
@media (max-width: 670px) {
  .categories .categories-caption .title {
    font-size: 20px;
  }
}
.categories .categories-caption .description {
  max-width: 732px;
  color: #393939;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.017%;
}
@media (max-width: 670px) {
  .categories .categories-caption .description {
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
  }
}
.categories .categories-cards {
  margin-top: 70px;
  display: flex;
  padding: 0 228px;
}
@media (max-width: 670px) {
  .categories .categories-cards {
    display: none;
  }
}
.categories .categories-cards img {
  cursor: pointer;
}
.categories .categories-cards-mobile {
  display: none;
  margin-top: 26px;
  padding: 0 24px;
  gap: 24px;
}
.categories .categories-cards-mobile img {
  width: 100%;
}
.categories .categories-cards-mobile div {
  color: #232323;
}
@media (max-width: 670px) {
  .categories .categories-cards-mobile {
    display: flex;
  }
}
.categories .filter-buttons-container {
  padding: 0 186px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 71px;
  overflow: hidden;
  height: 48px;
}
@media (max-width: 670px) {
  .categories .filter-buttons-container {
    display: none;
  }
}
.categories .filter-buttons-container .filter-button {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 3px 18px 3px 12px;
  border-radius: 36px;
  border: 1.5px solid #E7E7E7;
  background: #FFF;
  font-size: 15px;
  font-weight: 500;
  color: #232323;
  cursor: pointer;
  letter-spacing: 0.15px;
}
.categories .more-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.categories .more-categories div {
  margin-top: 26px;
  color: #393939;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  line-height: 130%;
}
@media (max-width: 670px) {
  .categories .more-categories div {
    display: none;
  }
}
.categories .more-categories button {
  margin-top: 39px;
  border-radius: 30.5px;
  border: 1.5px solid #056A9B;
  width: 381px;
  height: 61px;
  color: #056A9B;
  font-family: "SF Pro Display";
  font-size: 25px;
  line-height: 1;
  gap: 8px;
}
@media (max-width: 670px) {
  .categories .more-categories button {
    display: none;
  }
}

.country-flags {
  margin-top: 131px;
  height: 127px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 670px) {
  .country-flags {
    margin-top: 58px;
    height: 63px;
    gap: 8px;
  }
}
.country-flags > div {
  width: 614px;
  border-radius: 0 62px 62px 0;
  background: #64BCE8;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 10px;
}
@media (max-width: 670px) {
  .country-flags > div {
    padding-right: 6px;
    flex: 1 0 auto;
    max-width: 100px;
  }
}
.country-flags > div .circle {
  width: 111px;
  height: 111px;
  background: #056A9B;
  border-radius: 50%;
}
@media (max-width: 670px) {
  .country-flags > div .circle {
    height: 55px;
    width: 55px;
  }
}

.country-slider {
  margin-top: 93px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  gap: 60px;
}
@media (max-width: 670px) {
  .country-slider {
    flex-direction: column;
    padding: 0 24px;
    margin-top: 43px;
    gap: 0;
  }
}
.country-slider .left-title {
  width: 100%;
}
.country-slider .left-title .title {
  color: #0F0F0E;
  font-family: "SF Pro Display";
  font-size: 89px;
  font-style: normal;
  font-weight: 590;
  line-height: 100%;
  max-width: 467px;
}
.country-slider .left-title .title span {
  color: #056A9B;
}
@media (max-width: 670px) {
  .country-slider .left-title .title {
    font-size: 40px;
    max-width: 233px;
  }
}
.country-slider .left-title .description {
  margin-top: 23px;
  margin-bottom: 30px;
  color: #696969;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-weight: 590;
  line-height: 120%;
}
@media (max-width: 670px) {
  .country-slider .left-title .description {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
  }
}
.country-slider .swiper-countries .swiper-slide {
  max-width: 523px;
}
.country-slider .swiper-countries .swiper-slide img {
  max-width: 100%;
}
.country-slider .swiper-button-cnt {
  position: absolute;
  bottom: 100px;
}
.country-slider .swiper-button-cnt .swiper-button-next {
  left: 90px;
}
.country-slider .swiper-button-cnt .swiper-button-prev svg {
  rotate: 180deg;
}
.country-slider .swiper-button-cnt .swiper-button-next, .country-slider .swiper-button-cnt .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #6FCCFA;
}
.country-slider .swiper-button-cnt .swiper-button-next.swiper-button-disabled, .country-slider .swiper-button-cnt .swiper-button-prev.swiper-button-disabled {
  background: #EBEBEB;
}
.country-slider .swiper-button-cnt .swiper-button-next.swiper-button-disabled svg path, .country-slider .swiper-button-cnt .swiper-button-prev.swiper-button-disabled svg path {
  fill: #9F9F9F;
}
@media (max-width: 670px) {
  .country-slider .swiper-button-cnt .swiper-button-next, .country-slider .swiper-button-cnt .swiper-button-prev {
    display: none;
  }
}

.plans {
  margin-top: 90px;
  background-image: url("../assets/plan-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 670px) {
  .plans {
    background-image: none;
    margin-top: 48px;
  }
}
.plans .plans-title {
  flex-direction: column;
}
.plans .plans-title .title {
  color: #1A1A1A;
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 670px) {
  .plans .plans-title .title {
    font-size: 20px;
  }
}
.plans .plans-title .description {
  margin-top: 27px;
  color: #575A5D;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 670px) {
  .plans .plans-title .description {
    display: none;
  }
}
.plans .plans-title .plan-switch-cnt {
  gap: 24px;
  margin-top: 27px;
}
@media (max-width: 670px) {
  .plans .plans-title .plan-switch-cnt {
    gap: 14px;
  }
}
.plans .plans-title .plan-switch-cnt span {
  color: #474747;
  font-size: 22px;
  font-weight: 500;
}
.plans .plans-title .plan-switch-cnt span:last-of-type {
  font-weight: 700;
}
@media (max-width: 670px) {
  .plans .plans-title .plan-switch-cnt span {
    font-size: 13px;
  }
}
.plans .plans-title .plan-switch-cnt .plan-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 26px;
}
@media (max-width: 670px) {
  .plans .plans-title .plan-switch-cnt .plan-switch {
    width: 33px;
    height: 15px;
  }
}
.plans .plans-title .plan-switch-cnt .plan-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.plans .plans-title .plan-switch-cnt .plan-switch input:checked + .plan-switch-slider:before {
  transform: translateX(26px);
}
@media (max-width: 670px) {
  .plans .plans-title .plan-switch-cnt .plan-switch input:checked + .plan-switch-slider:before {
    transform: translateX(14px);
  }
}
.plans .plans-title .plan-switch-cnt .plan-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1A1A1A;
  transition: 0.4s;
  border-radius: 34px;
}
.plans .plans-title .plan-switch-cnt .plan-switch-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 2px;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 50%;
}
@media (max-width: 670px) {
  .plans .plans-title .plan-switch-cnt .plan-switch-slider:before {
    width: 13px;
    height: 13px;
    bottom: 1px;
  }
}
.plans .swiper-prices {
  display: none;
  margin-top: 26px;
}
@media (max-width: 670px) {
  .plans .swiper-prices {
    padding: 0 24px;
    display: block;
  }
}
.plans .swiper-prices .swiper-slide img {
  width: 100%;
}
.plans .prices {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 26px;
  margin-top: 41px;
}
@media (max-width: 670px) {
  .plans .prices {
    display: none;
  }
}
.plans .prices img {
  width: 100%;
  max-width: 378px;
}
.plans .prices img:hover {
  cursor: pointer;
  scale: 1.01;
  transition: scale 0.2s;
}
.plans .prices img.plan-core {
  margin-top: 93px;
}
.plans .prices .plan-green {
  border-radius: 28px;
  border: 1px solid #ADF084;
  background: #E6FDEB;
  padding: 16px;
}
.plans .prices .plan-green .ai-description {
  padding: 3px 16px 35px;
  max-width: 673px;
  color: #1A1A1A;
  text-align: center;
  font-size: 16px;
  line-height: 122.336%;
}
.plans .prices .plan-green .ai-description .ai-icon {
  width: 18px;
  vertical-align: bottom;
}
.plans .prices .plan-green .plan-pro {
  display: flex;
  gap: 8px;
}
.plans .prices .plan-green .plan-pro > div {
  margin-top: -13px;
}
.plans .plan-footer {
  margin: 30px auto 68px;
  padding: 10px 16px 10px 25px;
  gap: 25px;
  border-radius: 12px;
  border: 1px dashed #B7B7B7;
  background: #FCFAFA;
  max-width: 1208px;
  height: 62px;
}
@media (max-width: 670px) {
  .plans .plan-footer {
    display: none;
  }
}
.plans .plan-footer .lock-img {
  width: 40px;
}
.plans .plan-footer div {
  flex: 1;
}
.plans .plan-footer button {
  width: 139px;
  height: 40px;
  border-radius: 20px;
  color: #424242;
  background: #D9D9D9;
  gap: 6px;
}

.footer {
  margin-top: 350px;
  margin-bottom: 148px;
  position: relative;
}
@media (max-width: 670px) {
  .footer {
    margin-top: 132px;
    margin-bottom: 0;
  }
}
.footer .cnt {
  justify-content: end;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("../assets/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1297px;
  height: 707px;
  border-radius: 60px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 66px;
}
@media (max-width: 670px) {
  .footer .cnt {
    height: 300px;
    border-radius: 0;
    justify-content: unset;
    padding-top: 88px;
  }
}
.footer .cnt img {
  position: absolute;
  top: -37%;
}
@media (max-width: 670px) {
  .footer .cnt img {
    width: 300px;
  }
}
.footer .cnt .title {
  max-width: 831px;
  color: #FFFFDA;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 89px;
  font-style: normal;
  font-weight: 590;
  line-height: 100%;
}
@media (max-width: 670px) {
  .footer .cnt .title {
    font-size: 30px;
    max-width: 291px;
  }
}
.footer .cnt .description {
  margin-top: 23px;
  max-width: 777px;
  color: #D9D8B5;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 510;
  line-height: 130.017%;
}
@media (max-width: 670px) {
  .footer .cnt .description {
    font-size: 12px;
    max-width: 310px;
  }
}
.footer .cnt .btn {
  margin-top: 48px;
  width: 213px;
  text-decoration: none;
}
@media (max-width: 670px) {
  .footer .cnt .btn {
    font-size: 10px;
    width: 85px;
    height: 24px;
    margin-top: 23px;
    padding: 0;
  }
  .footer .cnt .btn svg {
    width: 14px;
  }
}

.contact {
  background: #A1D6E2;
}
.contact .container {
  overflow: hidden;
  height: 100dvh;
}
@media (max-width: 670px) {
  .contact .container {
    padding: 28px 20px 34px;
    justify-content: start;
    height: 100%;
  }
}
.contact .container-bg {
  position: relative;
  background: #1995AD;
  border-radius: 10px;
  padding: 47px 22px 32px;
}
@media (max-width: 670px) {
  .contact .container-bg {
    padding: 41px 7px 8px;
  }
}
.contact .container-bg .bullets {
  position: absolute;
  top: 16px;
}
.contact .container-bg .men {
  position: absolute;
  left: -200px;
  bottom: -38px;
}
@media (max-width: 670px) {
  .contact .container-bg .men {
    height: 247px;
    left: -22px;
    top: 70px;
    bottom: unset;
  }
}
.contact .container-bg .woman {
  position: absolute;
  right: -220px;
  bottom: -50px;
}
@media (max-width: 670px) {
  .contact .container-bg .woman {
    height: 175px;
    right: -75px;
    bottom: -2px;
  }
}
.contact .container-footer {
  height: 131px;
  width: 100%;
  background: #EBFCFF;
  margin-top: 37px;
}
@media (max-width: 670px) {
  .contact .container-footer {
    display: none;
  }
}
.contact .container .corner-bg {
  position: absolute;
  right: 0;
  bottom: 160px;
}
@media (max-width: 670px) {
  .contact .container .corner-bg {
    display: none;
  }
}
.contact .container .title {
  margin-bottom: 48px;
  color: #474747;
  font-family: "SF Pro Display";
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 670px) {
  .contact .container .title {
    font-size: 26px;
    margin-bottom: 38px;
  }
}
.contact .container .rocket {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 42px;
}
@media (max-width: 670px) {
  .contact .container .rocket {
    margin-bottom: 48px;
    width: 36px;
  }
}
.contact .container .contact-form {
  background: #FFFFFF;
  border-radius: 14px;
  width: 100%;
  max-width: 986px;
  display: flex;
  flex-direction: column;
  padding: 50px 70px;
}
@media (max-width: 670px) {
  .contact .container .contact-form {
    padding: 32px 34px;
  }
}
.contact .container .contact-form .cnt {
  margin: 48px 20px 0 20px;
  display: flex;
  gap: 48px;
}
@media (max-width: 670px) {
  .contact .container .contact-form .cnt {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
}
.contact .container .contact-form .cnt .input-cnt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 670px) {
  .contact .container .contact-form .cnt .input-cnt {
    margin-bottom: 24px;
  }
}
.contact .container .contact-form .cnt .input-cnt label {
  color: #474747;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 670px) {
  .contact .container .contact-form .cnt .input-cnt label {
    font-size: 16px;
  }
}
.contact .container .contact-form .cnt .input-cnt input {
  display: flex;
  height: 56px;
  margin-top: 12px;
  padding: 8px 27px;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #D5D5D5;
  background: rgba(250, 248, 241, 0.6);
  font-size: 14px;
}
.contact .container .contact-form button {
  margin: 73px auto 16px auto;
  display: flex;
  width: 406px;
  height: 61px;
  justify-content: center;
  align-items: center;
  border-radius: 30.5px;
  border: none;
  background: linear-gradient(90deg, #103142 0%, #297DA8 100%);
  color: #FFF;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-weight: 500;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 670px) {
  .contact .container .contact-form button {
    width: 100%;
    margin: 50px auto 16px auto;
    font-size: 16px;
  }
}
.contact .container .contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.contact .container .contact-form .terms {
  color: #838383;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.contact .container .contact-form .message {
  padding: 12px 16px;
  border-radius: 8px;
  display: none;
  font-size: 14px;
  margin: 20px auto 0;
}
.contact .container .contact-form .message.show {
  display: block;
}
