@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.top-banner {
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1030px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner {
    height: auto;
  }
}
section.top-banner .c-container {
  height: 100%;
  align-items: stretch;
  padding-top: min(max(4px, 0.3125vw), 6px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container {
    padding-top: min(max(10px, 2.6041666667vw), 20px);
  }
}
section.top-banner .c-container .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: min(max(35px, 2.734375vw), 50px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-bottom: min(max(min(max(25px, 6.5104166667vw), 50px), 5.078125vw), 100px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-top-right-radius: 0;
    padding-inline: min(max(26px, 7.1614583333vw), 55px);
    padding-top: calc(var(--hh) + 20px);
    align-items: flex-start;
    row-gap: min(max(30px, 7.421875vw), 57px);
  }
}
section.top-banner .c-container .wrap:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
section.top-banner .c-container .wrap h3 {
  color: #FFFFFF;
}
section.top-banner .c-container .wrap .h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 {
    margin-left: 0;
    text-align: left;
    font-size: min(max(30px, 7.1614583333vw), 55px);
  }
}
section.top-banner .c-container .wrap .h1 span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .h1 + h4 {
  margin-top: calc(0px - min(max(35px, 2.734375vw), 50px) + 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 + h4 {
    margin-top: calc(0px - min(max(30px, 7.421875vw), 57px) + 10px);
  }
}
section.top-banner .c-container .wrap h4 {
  color: #FFFFFF;
  font-weight: 500;
}
section.top-banner .c-container .wrap p {
  margin-top: -10px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap p {
    margin-top: -25px;
    text-align: left;
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
section.top-banner .c-container .wrap p span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .highlighted-links {
  padding-top: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links {
    display: none;
  }
}
section.top-banner .c-container .wrap .highlighted-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: min(max(12px, 2.0833333333vw), 40px);
  padding: min(max(13px, 1.0416666667vw), 20px) min(max(25px, 1.953125vw), 40px);
  border: 2px solid #FFFFFF;
  border-radius: min(max(40px, 3.125vw), 50px);
}
section.top-banner .c-container .wrap .highlighted-links ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    gap: min(max(20px, 1.5625vw), 40px);
    padding: min(max(11px, 0.859375vw), 20px) min(max(25px, 1.953125vw), 40px);
  }
}
section.top-banner .c-container .wrap .highlighted-links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0px;
  left: -100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:hover:before {
  left: 0;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a {
  pointer-events: none;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a:before {
  left: 0;
}
section.top-banner .c-container .wrap .btn-arrow {
  margin-top: min(max(15px, 1.171875vw), 30px);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .btn-arrow {
    display: none;
  }
}
section.top-banner .c-container .wrap .btn-arrow:hover {
  transform: translateY(20%);
}
section.top-banner .c-container .wrap .btn-arrow:after {
  transform: rotate(0deg);
}

section.contact {
  margin-top: -50px;
  padding-top: 50px;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
  height: min(max(530px, 41.40625vw), 780px);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact {
    border-bottom-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
    margin-top: -80px;
    padding-top: 80px;
    height: auto;
  }
}
section.contact:before {
  content: "";
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: linear-gradient(70deg, #000 1.22%, #353535 13.25%, #7C7C7C 30.86%, #B4B4B4 46.72%, #DDD 60.24%, #F6F6F6 70.89%, #FFF 77.35%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact:before {
    background: linear-gradient(48deg, #254846 20.8%, rgba(44, 78, 76, 0.9) 23.86%, rgba(64, 95, 93, 0.76) 27.38%, rgba(97, 123, 121, 0.59) 33.83%, rgba(143, 161, 160, 0.39) 39.99%, rgba(201, 210, 209, 0.18) 46.65%, rgba(255, 255, 255, 0) 52.23%);
  }
}
section.contact .c-container {
  height: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container {
    padding-inline: min(max(35px, 11.0677083333vw), 85px);
    padding-bottom: min(max(37px, 9.765625vw), 75px);
  }
}
section.contact .c-container .c-row {
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
section.contact .c-container .c-row .logo {
  padding: min(max(60px, 4.6875vw), 95px) 0 min(max(10px, 0.78125vw), 20px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -1px;
  margin-bottom: min(max(30px, 2.34375vw), 75px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .logo {
    padding: min(max(47px, 10.4166666667vw), 80px) 0 min(max(12px, 3.2552083333vw), 25px);
    margin-bottom: min(max(40px, 10.4166666667vw), 80px);
  }
}
section.contact .c-container .c-row .logo img {
  width: min(max(90px, 7.03125vw), 135px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .logo img {
    width: min(max(85px, 23.046875vw), 177px);
  }
}
section.contact .c-container .c-row h2 {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.contact .c-container .c-row h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row h2 {
    font-size: min(max(30px, 7.8125vw), 60px);
    max-width: 70%;
    line-height: 0.9;
    margin-bottom: min(max(5px, 1.3020833333vw), 10px);
  }
}
section.contact .c-container .c-row h2:not(.h3) {
  font-weight: 700;
  line-height: 1.2;
}
section.contact .c-container .c-row h2:not(.h3) + h2:not(.h3) {
  color: #e20074;
}
section.contact .c-container .c-row p {
  color: #e20074;
  font-size: min(max(min(max(30px, 7.8125vw), 60px), 4.6875vw), 90px);
  font-weight: 700;
  line-height: 0.8;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row p {
    max-width: 70%;
  }
}
section.contact .c-container .c-row .linkmore {
  margin-top: min(max(25px, 1.953125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .linkmore {
    margin-top: min(max(30px, 8.4635416667vw), 65px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .linkmore.light {
    background-color: #e20074;
    color: #FFFFFF;
  }
  section.contact .c-container .c-row .linkmore.light:before {
    border-color: #e20074;
  }
}

.solutions .top-banner p {
  max-width: 800px;
  margin-inline: auto;
}
.solutions .top-banner h3 {
  margin-top: calc(0px - min(max(23px, 1.796875vw), 32px));
  margin-bottom: calc(0px - min(max(12px, 0.9375vw), 20px));
  color: #FFFFFF;
  font-weight: 500;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .top-banner h3 {
    font-size: min(max(21px, 5.2083333333vw), 40px);
    margin-top: calc(0px - min(max(22px, 5.7291666667vw), 44px));
    margin-bottom: calc(0px - min(max(7px, 1.8229166667vw), 14px));
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .solutions .top-banner h3 {
    margin-bottom: 3px;
  }
}
.solutions .company {
  padding-top: min(max(40px, 3.125vw), 60px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .solutions .company {
    padding-top: 0;
  }
}
.solutions .company .c-container > .c-row {
  padding: min(max(50px, 3.90625vw), 85px) min(max(60px, 4.6875vw), 90px) 0;
  background-color: #e20074;
  margin-bottom: min(max(45px, 3.515625vw), 70px);
  position: relative;
  column-gap: 0;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row {
    padding: min(max(7px, 1.953125vw), 15px);
    margin-bottom: 0;
  }
}
.solutions .company .c-container > .c-row:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: min(max(55px, 4.296875vw), 80px);
  height: min(max(55px, 4.296875vw), 80px);
  top: min(max(20px, 1.5625vw), 35px);
  right: min(max(25px, 1.953125vw), 35px);
  background-image: url("../../../assets/images/care_support-company.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row:before {
    width: min(max(52px, 13.671875vw), 105px);
    height: min(max(52px, 13.671875vw), 105px);
    right: unset;
    left: min(max(20px, 5.859375vw), 45px);
    top: min(max(206px, 57.9427083333vw), 445px);
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(1) {
  flex: 0 0 35%;
  max-width: 35%;
  height: min(max(530px, 41.40625vw), 795px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
    height: min(max(275px, 72.9166666667vw), 560px);
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap {
  height: calc(100% + min(max(45px, 3.515625vw), 70px));
  padding: min(max(25px, 1.953125vw), 35px);
  background-size: cover;
  background-position: center;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap {
    height: 100%;
    padding: min(max(15px, 3.90625vw), 30px);
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap .box {
  height: min(max(140px, 10.9375vw), 228px);
  padding: min(max(min(max(10px, 1.953125vw), 15px), 1.171875vw), 20px) min(max(min(max(12px, 3.2552083333vw), 25px), 1.953125vw), 35px);
  border: min(max(min(max(2px, 0.9114583333vw), 7px), 0.546875vw), 9px) solid #e20074;
  border-radius: inherit;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap .box {
    max-width: 60%;
    border-radius: 30px;
    height: auto;
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap .box h2 {
  color: #e20074;
  font-size: min(max(24px, 1.875vw), 30px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap .box h2 {
    font-size: min(max(20px, 5.46875vw), 42px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(1) .wrap .box h2 {
    margin-bottom: 10px;
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) {
  flex: 0 0 65%;
  max-width: 65%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) .wrap {
  padding-left: min(max(40px, 4.6875vw), 90px);
  padding-bottom: 180px;
  padding-top: min(max(min(max(15px, 4.5572916667vw), 35px), 2.734375vw), 60px);
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  row-gap: min(max(min(max(15px, 3.90625vw), 30px), 3.125vw), 55px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) .wrap {
    padding-left: min(max(40px, 3.125vw), 90px);
    padding-right: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) .wrap {
    padding-left: min(max(14px, 3.2552083333vw), 25px);
    padding-right: 5px;
    padding-bottom: min(max(35px, 9.1145833333vw), 70px);
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 0;
  row-gap: min(max(13px, 3.2552083333vw), 25px);
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(1) > * {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(1) h2 {
  font-size: min(max(25px, 1.953125vw), 35px);
  line-height: 1.1;
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(1) h2 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: min(max(25px, 6.5104166667vw), 50px);
    line-height: 1;
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(1) p {
  font-size: min(max(15px, 1.171875vw), 17px);
  flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(1) p {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: min(max(14px, 3.6458333333vw), 28px);
    line-height: 1.1;
  }
}
.solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(2) p {
  column-count: 2;
  column-gap: 9%;
  font-size: min(max(13px, 1.015625vw), 14px);
  margin-bottom: 0;
  column-fill: auto;
  line-height: 1.2;
  height: 320px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(2) p {
    line-height: 0.94;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .company .c-container > .c-row .c-col:nth-of-type(2) .c-row:nth-of-type(2) p {
    height: auto;
    column-count: 1;
    font-size: min(max(13px, 3.3854166667vw), 26px);
  }
}
.solutions .services .c-container .c-row {
  padding: min(max(340px, 26.5625vw), 500px) min(max(60px, 4.6875vw), 90px) min(max(110px, 9.8958333333vw), 190px) min(max(105px, 8.203125vw), 160px);
  margin-top: calc(0px - min(max(340px, 26.5625vw), 500px));
  background-color: #000000;
  border-top-right-radius: min(max(40px, 3.125vw), 50px);
  border-top-left-radius: min(max(40px, 3.125vw), 50px);
  row-gap: min(max(25px, 1.953125vw), 40px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row {
    padding-left: min(max(105px, 8.203125vw), 160px);
    padding-bottom: min(max(110px, 8.59375vw), 190px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row {
    padding: min(max(7px, 1.953125vw), 15px);
    margin-top: 0px;
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
.solutions .services .c-container .c-row * {
  color: #FFFFFF;
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) {
  padding-top: min(max(60px, 4.6875vw), 90px);
  display: flex;
  flex-wrap: wrap;
  gap: min(max(15px, 1.171875vw), 20px);
  row-gap: min(max(15px, 1.171875vw), 20px);
  padding-right: min(max(45px, 3.515625vw), 70px);
  width: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) {
    padding: 0;
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col {
  flex: 0 0 calc(25% - min(max(12px, 0.9375vw), 16px));
  max-width: calc(25% - min(max(12px, 0.9375vw), 16px));
  display: flex;
  flex-direction: column;
  row-gap: min(max(25px, 1.953125vw), 40px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col {
    flex: 0 0 100%;
    max-width: 100%;
    row-gap: min(max(20px, 5.2083333333vw), 40px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col.selected .bg {
  opacity: 1;
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col.selected h4, .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col.selected h3 {
  color: #FFFFFF;
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col.selected .text-wrap {
  display: flex;
  z-index: 1;
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col.selected .info-wrap h3, .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col.selected .info-wrap h4 {
  color: #FFFFFF;
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap {
  width: 100%;
  border: 3px solid #FFFFFF;
  padding: min(max(20px, 1.5625vw), 30px) min(max(30px, 2.34375vw), 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  cursor: pointer;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap {
    height: min(max(210px, 55.9895833333vw), 430px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap {
    padding: 9px 18px;
    border-width: 1px;
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap h3, .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap h4 {
  color: #e20074;
  font-size: min(max(22px, 1.71875vw), 30px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap h3, .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap h4 {
    font-size: min(max(25px, 6.5104166667vw), 50px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap a,
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .info-wrap p {
  transform: rotate(90deg);
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .bg {
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .bg {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap {
  display: none;
  align-items: center;
  animation: fadeEffect 1s;
  width: calc(400% + min(max(15px, 1.953125vw), 20px) * 3);
  margin-bottom: min(max(10px, 0.78125vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: min(max(10px, 3.2552083333vw), 25px);
    padding-inline: min(max(10px, 2.6041666667vw), 20px);
    margin-left: 0 !important;
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(1) {
  flex: 0 0 48%;
  max-width: 48%;
  border-bottom: 2px solid #e20074;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(1) {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(1) h4 {
  margin-bottom: 0;
  max-width: 50%;
  font-size: min(max(20px, 1.5625vw), 25px);
  margin-bottom: min(max(10px, 0.78125vw), 20px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(1) h4 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(1) h4 {
    font-size: min(max(16px, 4.1666666667vw), 32px);
    max-width: 100%;
    margin-bottom: min(max(20px, 5.2083333333vw), 40px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) {
  flex: 0 0 52%;
  max-width: 52%;
  padding-left: min(max(14px, 1.09375vw), 20px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) p {
  font-size: min(max(14px, 1.09375vw), 16px);
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) p {
    color: #FFFFFF;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col .text-wrap .c-col:nth-of-type(2) p strong {
  color: inherit;
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col:nth-child(4n+2) .text-wrap {
  margin-left: calc(0px - 100% - min(max(15px, 1.953125vw), 20px) * 1);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col:nth-child(4n+2) .text-wrap {
    margin-left: calc(0px - 100% - 15px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col:nth-child(4n+3) .text-wrap {
  margin-left: calc(0px - 200% - min(max(15px, 1.953125vw), 20px) * 2);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col:nth-child(4n+3) .text-wrap {
    margin-left: calc(0px - 200% - 30px);
  }
}
.solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col:nth-child(4n+4) .text-wrap {
  margin-left: calc(0px - 300% - min(max(15px, 1.953125vw), 20px) * 3);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .services .c-container .c-row .wrap:nth-of-type(1) > .c-col:nth-child(4n+4) .text-wrap {
    margin-left: calc(0px - 300% - 45px);
  }
}
.solutions .solutions-wrap {
  overflow: hidden;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  padding-bottom: min(max(45px, 3.515625vw), 60px);
  padding-top: min(max(min(max(25px, 6.5104166667vw), 50px), 3.90625vw), 80px);
  border-top-right-radius: min(max(40px, 3.125vw), 50px);
  border-top-left-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap {
    margin-top: 0px;
    border-radius: min(max(40px, 10.4166666667vw), 80px);
    padding-bottom: min(max(7px, 1.953125vw), 15px);
  }
}
.solutions .solutions-wrap .c-container {
  row-gap: min(max(26px, 2.03125vw), 40px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container {
    row-gap: min(max(36px, 9.1145833333vw), 70px);
  }
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(1) {
  flex-direction: column;
  row-gap: min(max(min(max(4px, 1.0416666667vw), 8px), 0.625vw), 12px);
  text-align: center;
  justify-content: center;
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(1) * {
  margin-bottom: 0;
  color: #000000;
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(1) h2 {
  font-size: min(max(35px, 2.734375vw), 45px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(1) h2 {
    font-size: min(max(25px, 6.5104166667vw), 50px);
    line-height: 1;
  }
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(1) h2 .special {
  color: #e20074;
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(1) p {
  font-size: min(max(18px, 1.40625vw), 20px);
  font-weight: 500;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(1) p {
    font-size: min(max(17px, 4.5572916667vw), 35px);
    line-height: 1;
  }
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) {
  row-gap: min(max(7px, 1.953125vw), 15px);
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col {
  flex: 0 0 calc(50% - min(max(7.5px, 0.9765625vw), 10px));
  max-width: calc(50% - min(max(7.5px, 0.9765625vw), 10px));
  padding: min(max(27px, 2.109375vw), 40px) min(max(32px, 2.5vw), 50px);
  height: min(max(200px, 15.625vw), 300px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: min(max(20px, 5.2083333333vw), 40px) min(max(22px, 6.5104166667vw), 50px);
    height: min(max(220px, 58.0729166667vw), 446px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col * {
  color: #FFFFFF;
  margin-bottom: 0;
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col h3 {
  text-transform: uppercase;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: min(max(20px, 1.5625vw), 24px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col h3 {
    font-size: min(max(17px, 4.5572916667vw), 35px);
  }
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col p {
  align-self: flex-end;
  font-size: min(max(18px, 1.40625vw), 20px);
  font-weight: 500;
  flex: 0 0 35%;
  max-width: 35%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col p {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col p {
    font-size: min(max(15px, 3.7760416667vw), 29px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col p {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col a {
  align-self: flex-end;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col a:hover {
  transform: translateX(15px);
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col:nth-of-type(1) {
  background-color: #000;
}
.solutions .solutions-wrap .c-container .c-row:nth-of-type(2) .c-col:nth-of-type(2) {
  background-color: #e20074;
}
@media only screen and (min-width: 1025px) {
  .solutions .contact {
    margin-top: 0px;
  }
}