/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/** */
.news-list .item {
  background: #efefef;
  border-radius: 8px;
  padding: 12px 12px 24px 12px;
}
.news-list .item .cover {
  border-radius: 8px;
}
.news-list .item .content .terms {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.news-list .item .content .terms {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.news-list .item .content .terms a {
  color: #848484;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.news-list .item .content .title {
  color: var(--Primary-01);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}
.news-list .item .content .excerpt {
  color: #696969;
  margin-top: 5px;
}
.news-list .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .news-list .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
/** */
.news-slider .swiper .swiper-slide .item {
  height: 100%;
  box-sizing: border-box;
}
.news-slider .swiper-controls {
  flex-wrap: wrap;
  margin-top: 20px;
}
.news-slider .swiper-controls {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.news-slider .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.news-slider .swiper-controls > * {
  flex: 0 0 auto;
}
.news-slider .swiper-controls .swiper-button {
  cursor: pointer;
  color: var(--Primary-02);
  position: static;
  margin-top: 0;
}
.news-slider .swiper-controls .swiper-button {
  width: 3rem;
  height: 3rem;
}
@media only screen and (max-width: 47.99875rem) {
  .news-slider .swiper-controls .swiper-button {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
.news-slider .swiper-controls .swiper-button::before {
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: currentColor;
  border-color: currentColor;
  opacity: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .news-slider .swiper-controls .swiper-button::before {
    font-size: 16px;
  }
}
.news-slider .swiper-controls .swiper-button.swiper-button-next {
  order: 3;
}
.news-slider .swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}
.news-slider .swiper-controls .swiper-pagination.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
}
.news-slider .swiper-controls .swiper-pagination.swiper-pagination-horizontal {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .news-slider .swiper-controls .swiper-pagination.swiper-pagination-horizontal {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
.news-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background: #d4bcaa;
  border-radius: 20px;
  transition: 0.2s;
  display: inline-block;
  flex: 0 0 auto;
  opacity: 1;
  margin: 0;
}
.news-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (max-width: 47.99875rem) {
  .news-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.news-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: none;
}
.news-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Primary-02);
}
/* */
.section.latest-news {
  position: relative;
  padding-top: 150px;
}
.section.latest-news {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section.latest-news {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 95.99875rem) {
  .section.latest-news {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.latest-news {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.latest-news {
    padding-top: 55px;
  }
}
.section.latest-news::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%201728%20368'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200.5C0%200.5%20784%20103.5%201221%2095C1658%2086.5%201728%200.5%201728%200.5V368H0V0.5Z'%20fill='%23FDF8EE'/%3e%3c/svg%3e");
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-position: top left;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (max-width: 63.99875rem) {
  .section.latest-news::before {
    display: none;
  }
}
.section.latest-news::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 250px;
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  background-color: #fdf8ee;
}
@media only screen and (max-width: 95.99875rem) {
  .section.latest-news::after {
    top: 120px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.latest-news::after {
    top: 0;
  }
}
.section.latest-news .container {
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .section.latest-news .home-title {
    text-align: center;
  }
}
.section.latest-news .news-slider .swiper .swiper-slide {
  width: calc(33.3333333333% - 1.25rem);
}
.section.latest-news .news-slider .swiper .swiper-slide {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section.latest-news .news-slider .swiper .swiper-slide {
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (min-width: 64rem) {
  .section.latest-news .news-slider .swiper .swiper-slide {
    width: calc(33.3333333333% - 1.25rem);
  }
}
.section.latest-news .news-link {
  color: #ff0000;
  position: absolute;
  right: 15px;
  top: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.latest-news .news-link {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    right: unset;
  }
}
.section.latest-news .news-link > span {
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: auto;
  text-decoration-thickness: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .section.latest-news .news-link > span {
    font-size: 16px;
    line-height: 120%;
  }
}
.section.latest-news .news-link > i {
  font-size: 15px;
  font-weight: 500;
}

/** */
body.page-template-page-home .site-footer {
  background-color: #fdf8ee;
  margin-top: 0;
}

/** */
.section.faqs {
  position: relative;
  padding-top: 130px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.faqs {
    background: linear-gradient(0deg, #fdf8ee 0%, rgba(253, 248, 238, 0) 100%);
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.section.faqs::before, .section.faqs::after {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(251, 174, 23, 0.2) 0%, rgba(251, 174, 23, 0) 100%) no-repeat;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
  background-size: 587px 587px;
}
.section.faqs::before, .section.faqs::after {
  width: 18.75rem;
  height: 36.6875rem;
}
.section.faqs::before {
  left: 0;
  background-position: right center;
}
.section.faqs::after {
  right: 0;
  background-position: left center;
}
.section.faqs .container {
  width: 1178px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 80rem) {
  .section.faqs .container {
    max-width: 100%;
  }
}
.section.faqs .container:before {
  content: "";
  position: absolute;
  width: 100%;
  left: -14%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -25%;
  bottom: -11%;
}
@media only screen and (max-width: 95.99875rem) {
  .section.faqs .container:before {
    left: -12%;
    top: -25%;
    bottom: -8%;
  }
}
@media only screen and (max-width: 79.99875rem) {
  .section.faqs .container:before {
    left: -15%;
    bottom: -5%;
    top: -25%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.faqs .container:before {
    display: none;
  }
}
.section.faqs .mobile-banner {
  pointer-events: none;
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media only screen and (min-width: 64rem) {
  .section.faqs .mobile-banner {
    display: none;
  }
}
.section.faqs .cell-faq {
  width: 766px;
  max-width: 100%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .section.faqs .cell-faq {
    width: 100%;
  }
}
.section.faqs .home-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 95.99875rem) {
  .section.faqs .home-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.faqs .home-title {
    text-align: center;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.faqs .faq-pane {
    position: relative;
  }
}
.section.faqs .faq-pane .accordion {
  background: none;
  margin-bottom: 0;
}
.section.faqs .faq-pane .accordion .accordion-item {
  background: linear-gradient(96.35deg, #27496c 51.16%, #fffbf2 133.18%);
  border-radius: 8px;
  padding: 15px 15px 15px 48px;
  position: relative;
}
.section.faqs .faq-pane .accordion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.section.faqs .faq-pane .accordion .accordion-item::before {
  position: absolute;
  top: 12px;
  left: 15px;
  content: attr(data-num);
  pointer-events: none;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #fff;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.section.faqs .faq-pane .accordion .accordion-item::before {
  width: 1.5rem;
  height: 1.5rem;
}
.section.faqs .faq-pane .accordion .accordion-item .accordion-title {
  cursor: default;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0 35px 0 0;
}
.section.faqs .faq-pane .accordion .accordion-item .accordion-title::before {
  font-size: 13px;
  font-weight: 300;
  content: "+";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  position: absolute;
  margin-top: -12px;
  right: 0;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
}
.section.faqs .faq-pane .accordion .accordion-item .accordion-title::before {
  width: 1.5rem;
  height: 1.5rem;
}
.section.faqs .faq-pane .accordion .accordion-item .accordion-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section.faqs .faq-pane .accordion .accordion-item .accordion-title:hover, .section.faqs .faq-pane .accordion .accordion-item .accordion-title:focus {
  background: none;
}
.section.faqs .faq-pane .accordion .accordion-item.is-active .accordion-title {
  color: #fff;
}
.section.faqs .faq-pane .accordion .accordion-item.is-active .accordion-title::before {
  content: "\f068";
}
.section.faqs .faq-pane .accordion .accordion-item .accordion-content {
  color: #efefef;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 0 0 0;
  line-height: 21px;
}

/** */
.section.partners-customers {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.partners-customers {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.partners-customers {
    padding-top: 3.75rem;
  }
}
.section.partners-customers .partners {
  background: rgba(140, 92, 10, 0.2);
}
@media only screen and (max-width: 63.99875rem) {
  .section.partners-customers .partners .container {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section.partners-customers .partners .partner-title {
  color: #27496c;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .section.partners-customers .partners .partner-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
  }
}
.section.partners-customers .partners .partner-list .swiper-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section.partners-customers .partners .partner-list .swiper-container {
    display: block;
  }
}
.section.partners-customers .partners .partner-list .swiper {
  flex: 1 1 0;
}
.section.partners-customers .partners .partner-list .swiper .swiper-slide {
  height: 0;
}
.section.partners-customers .partners .partner-list .swiper .swiper-slide .item {
  height: 100%;
  padding: 25px 50px;
  min-height: 80px;
}
.section.partners-customers .partners .partner-list .swiper .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 95.99875rem) {
  .section.partners-customers .partners .partner-list .swiper .swiper-slide .item {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 95.99875rem) {
  .section.partners-customers .partners .partner-list .swiper .swiper-slide .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.partners-customers .partners .partner-list .swiper .swiper-slide .item {
    padding: 10px;
  }
}
.section.partners-customers .partners .partner-list .swiper.swiper-initialized .swiper-slide {
  height: auto;
}
.section.partners-customers .partners .partner-list .swiper-controls {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.section.partners-customers .partners .partner-list .swiper-controls {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.partners-customers .partners .partner-list .swiper-controls {
    justify-content: center;
  }
}
.section.partners-customers .partners .partner-list .swiper-controls .swiper-button {
  cursor: pointer;
  color: var(--Primary-02);
  position: static;
  margin-top: 0;
}
.section.partners-customers .partners .partner-list .swiper-controls .swiper-button {
  width: 2.125rem;
  height: 2.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.partners-customers .partners .partner-list .swiper-controls .swiper-button {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
.section.partners-customers .partners .partner-list .swiper-controls .swiper-button::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: currentColor;
  border-color: currentColor;
  font-size: 16px;
}
.section.partners-customers .customers {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.section.partners-customers .customers.has-few-cards > .cards {
  width: 100%;
}
.section.partners-customers .customers.has-few-cards > .cards > .card {
  left: 0 !important;
  opacity: 1 !important;
  background: #f1f1f1 !important;
}
@media only screen and (max-width: 63.99875rem) {
  .section.partners-customers .customers {
    display: none;
  }
}
.section.partners-customers .customers > .cards {
  width: 120%;
}
.section.partners-customers .customers > .cards {
  display: flex;
  flex-flow: row wrap;
}
.section.partners-customers .customers > .cards {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.partners-customers .customers > .cards {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section.partners-customers .customers > .cards > .card {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.section.partners-customers .customers > .cards > .card {
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (min-width: 64rem) {
  .section.partners-customers .customers > .cards > .card {
    width: calc(25% - 1.40625rem);
  }
}
.section.partners-customers .customers > .cards > .card {
  position: relative;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.section.partners-customers .customers > .cards > .card {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.partners-customers .customers > .cards > .card .info {
  flex: 1 1 0;
}
.section.partners-customers .customers > .cards > .card .info .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #252525;
  margin-bottom: 0;
}
@media only screen and (min-width: 80rem) {
  .section.partners-customers .customers > .cards > .card .info .name {
    margin-bottom: 5px;
  }
}
.section.partners-customers .customers > .cards > .card .info .position {
  color: #696969;
  margin-bottom: 5px;
}
.section.partners-customers .customers > .cards > .card .info .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .section.partners-customers .customers > .cards > .card .info .desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 79.99875rem) {
  .section.partners-customers .customers > .cards > .card .info .desc {
    font-size: 15px;
  }
  .section.partners-customers .customers > .cards > .card .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 3) {
    .section.partners-customers .customers > .cards > .card .info .desc {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.partners-customers .customers > .cards > .card .thumb {
  flex: 0 0 auto;
  width: 26%;
  overflow: hidden;
  border-radius: 8px;
}
.section.partners-customers .customers > .cards > .card .thumb .cover {
  aspect-ratio: 2/3;
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.section.partners-customers .customers > .cards > .card .thumb .cover img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section.partners-customers .customers > .cards > .card .thumb:hover .cover {
  transform: scale(1.06);
}
.section.partners-customers .customers > .cards > .card:nth-child(1), .section.partners-customers .customers > .cards > .card:nth-child(2), .section.partners-customers .customers > .cards > .card:nth-child(3), .section.partners-customers .customers > .cards > .card:nth-child(4) {
  left: -1%;
}
.section.partners-customers .customers > .cards > .card:nth-child(5), .section.partners-customers .customers > .cards > .card:nth-child(6), .section.partners-customers .customers > .cards > .card:nth-child(7), .section.partners-customers .customers > .cards > .card:nth-child(8) {
  left: -10%;
}
.section.partners-customers .customers > .cards > .card:nth-child(1), .section.partners-customers .customers > .cards > .card:nth-child(4), .section.partners-customers .customers > .cards > .card:nth-child(5), .section.partners-customers .customers > .cards > .card:nth-child(8) {
  background: #f7f7f7;
  opacity: 0.4;
}
.section.partners-customers .customers-sliders {
  margin-top: 20px;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 15px;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs {
  display: flex;
  align-items: center;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs .thumb {
  flex: 0 0 auto;
  width: 30%;
  border-radius: 14px;
  overflow: hidden;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs .thumb .cover img {
  top: 0;
  transform: translateX(-50%) translateY(0);
  object-position: top;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs .info {
  flex: 1 1 0;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs .info .name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #252525;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .thumbs .info .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #696969;
}
.section.partners-customers .customers-sliders .swiper .swiper-slide .item .desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.section.partners-customers .customers-sliders .swiper-controls {
  margin-top: 5px;
}

/** */
.section.highlights {
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.highlights {
    padding-bottom: 10px;
    overflow: hidden;
  }
}
.section.highlights .highlight-desc {
  width: 880px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.section.highlights .highlight-desc :where(b, strong) {
  font-weight: 500;
}
.section.highlights .highlight.counters {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .section.highlights .highlight.counters {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.section.highlights .highlight.counters > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .section.highlights .highlight.counters > li {
    width: calc(50% - 0.3125rem);
  }
}
.section.highlights .highlight.counters .highlight-counter {
  color: var(--Primary-01);
  font-weight: 800;
  font-size: 64px;
  line-height: 96px;
  min-width: 186px;
  white-space: nowrap;
  flex-wrap: nowrap !important;
}
.section.highlights .highlight.counters .highlight-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .section.highlights .highlight.counters .highlight-counter {
    font-size: 50px;
    line-height: 150%;
  }
}
.section.highlights .highlight.counters .highlight-counter .counter {
  font-variant-numeric: tabular-nums;
  letter-spacing: -1px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.highlights .highlight.counters .highlight-counter .symbol {
    font-weight: 700;
    font-size: 45px;
  }
}
.section.highlights .highlight.counters .highlight-title {
  background: rgba(233, 218, 201, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: var(--Primary-01);
  font-weight: 600;
  text-transform: uppercase;
  min-width: 186px;
  height: 34px;
  position: absolute;
  bottom: -5px;
}
.section.highlights .highlight.counters .highlight-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .section.highlights .highlight.counters .highlight-title {
    line-height: 150%;
  }
}

/** */
.section.business {
  position: relative;
  color: #fff;
  background-color: #161a47;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section.business .mobile-banner {
  pointer-events: none;
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media only screen and (min-width: 64rem) {
  .section.business .mobile-banner {
    display: none;
  }
}
.section.business .business-wrap {
  position: relative;
  z-index: 0;
}
.section.business .business-wrap::before, .section.business .business-wrap::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-size: contain;
  pointer-events: none;
}
.section.business .business-wrap::before {
  height: 100%;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .section.business .business-wrap::before {
    display: none;
  }
}
.section.business .business-wrap::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: right center;
  background-image: url("../img/12345.png?v=ukwxaht");
}
@media only screen and (max-width: 63.99875rem) {
  .section.business .business-wrap::after {
    display: none;
  }
}
.section.business .home-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 95.99875rem) {
  .section.business .home-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.business .home-title {
    text-align: center;
  }
}
.section.business .home-title > span {
  color: currentColor;
  background: rgba(255, 255, 255, 0.0509803922);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.section.business .cell-business {
  width: 85%;
  max-width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.business .cell-business {
    margin-top: 20px;
    width: 100%;
  }
}
.section.business .cell-business .accordion {
  background: none;
  margin-bottom: 0;
}
.section.business .cell-business .accordion .accordion-item {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
}
.section.business .cell-business .accordion .accordion-item .accordion-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 0;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 63.99875rem) {
  .section.business .cell-business .accordion .accordion-item .accordion-title {
    font-size: 18px;
    line-height: 120%;
  }
}
.section.business .cell-business .accordion .accordion-item .accordion-title::before {
  font-size: 16px;
  font-weight: 400;
  content: "\f078";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  position: absolute;
  margin-top: -8px;
  right: 0;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.section.business .cell-business .accordion .accordion-item .accordion-title:hover, .section.business .cell-business .accordion .accordion-item .accordion-title:focus {
  background: none;
}
.section.business .cell-business .accordion .accordion-item.is-active .accordion-title {
  color: #fff;
}
.section.business .cell-business .accordion .accordion-item.is-active .accordion-title::before {
  content: "\f077";
}
.section.business .cell-business .accordion .accordion-item .accordion-content {
  color: #fff;
  border: none;
  background: none;
  padding: 10px 0 0 0;
  font-weight: 400;
}
.section.business .cell-business .accordion .accordion-item .accordion-content .business-link {
  margin-top: 20px;
}

/** */
.section.services {
  position: relative;
  padding-top: 260px;
  padding-bottom: 10.4712041885vw;
  color: #fff;
}
@media only screen and (max-width: 95.99875rem) {
  .section.services {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.services {
    padding-top: 150px;
    padding-bottom: 13.612565445vw;
  }
}
.section.services .service-wrap {
  background-color: #161A47;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.services .service-wrap {
    padding-top: 90px;
  }
}
.section.services::before, .section.services::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  pointer-events: none;
}
.section.services::before {
  background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%201728%201051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%20831.226H1728V219.774H0V831.226Z'%20fill='%23161A47'/%3e%3cpath%20d='M1728%200C1728%200%201300.5%20128.866%20864%20128.866C427.5%20128.866%200%200%200%200V831.226H1728V0Z'%20fill='%23161A47'/%3e%3c/svg%3e");
  background-position: top left;
  bottom: 200px;
  top: 0;
}
.section.services::after {
  background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%201728%201051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%201051C0%201051%20427.5%20922.134%20864%20922.134C1300.5%20922.134%201728%201051%201728%201051V0H0V1051Z'%20fill='%23161A47'/%3e%3c/svg%3e");
  background-position: bottom left;
  bottom: 0;
  top: 200px;
}
.section.services .home-title > span {
  background: none;
  color: currentColor;
}
.section.services .service-desc {
  width: 968px;
  max-width: 100%;
  margin: 0 auto;
}
.section.services .service-list .item {
  height: auto;
  width: 100%;
  position: relative;
}
.section.services .service-list .item .cover {
  border: 1px solid #ffffff;
  border-radius: 16px;
}
.section.services .service-list .item .cover::after {
  content: "";
  background: rgba(6, 11, 71, 0.2);
  transition: background-color 0.3s;
}
.section.services .service-list .item .cover::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.services .service-list .item .cover:hover::after {
  background: none;
}
@supports (aspect-ratio: 1) {
  .section.services .service-list .item .cover .ratio-service {
    aspect-ratio: 204 / 227;
  }
}
@supports not (aspect-ratio: 1) {
  .section.services .service-list .item .cover .ratio-service {
    height: 0;
    padding-bottom: 111.2745098039%;
  }
}
.section.services .service-list .item .content {
  border-radius: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(6, 11, 71, 0.6980392157);
  left: 5px;
  right: 5px;
  text-align: center;
  padding: 15px 5px;
}
.section.services .service-list .item .content .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.section.services .service-slider .swiper .swiper-wrapper {
  align-items: stretch;
}
.section.services .service-slider .swiper .swiper-wrapper .item-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.section.services .service-slider .swiper .swiper-slide {
  width: calc(16.6666666667% - 1.5625rem);
}
@media only screen and (max-width: 79.99875rem) {
  .section.services .service-slider .swiper .swiper-slide {
    width: calc(25% - 1.40625rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.services .service-slider .swiper .swiper-slide {
    width: 100%;
  }
  @supports (aspect-ratio: 1) {
    .section.services .service-slider .swiper .swiper-slide .item .cover .ratio-service {
      aspect-ratio: 352 / 253;
    }
  }
  @supports not (aspect-ratio: 1) {
    .section.services .service-slider .swiper .swiper-slide .item .cover .ratio-service {
      height: 0;
      padding-bottom: 71.875%;
    }
  }
}
.section.services .service-slider .swiper .swiper-slide.swiper-slide-active {
  transition: 0s;
}
.section.services .service-slider .swiper .swiper-slide.swiper-slide-active {
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 79.99875rem) {
  .section.services .service-slider .swiper .swiper-slide.swiper-slide-active {
    width: calc(50% - 0.9375rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.services .service-slider .swiper .swiper-slide.swiper-slide-active {
    width: 100%;
  }
}
.section.services .service-slider .swiper .swiper-slide.swiper-slide-active .item .cover .ratio-service {
  transition: 0s;
}
@supports (aspect-ratio: 1) {
  .section.services .service-slider .swiper .swiper-slide.swiper-slide-active .item .cover .ratio-service {
    aspect-ratio: 352 / 253;
  }
}
@supports not (aspect-ratio: 1) {
  .section.services .service-slider .swiper .swiper-slide.swiper-slide-active .item .cover .ratio-service {
    height: 0;
    padding-bottom: 71.875%;
  }
}
.section.services .service-slider .swiper .swiper-slide.swiper-slide-active .item .content {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: unset;
  transform: translateY(0);
}
.section.services .service-slider .swiper-controls {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.services .service-slider .swiper-controls {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.services .service-slider .swiper-controls {
    grid-gap: 14.375rem;
    gap: 14.375rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.services .service-slider .swiper-controls .swiper-pagination {
    display: none;
  }
}
.section.services .home-service-slider {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.services .home-service-slider {
    padding-top: 1.875rem;
  }
}
.section.services .service-link {
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 15px;
}
@media only screen and (min-width: 48rem) {
  .section.services .service-link {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
}

/** */
.section.about-us {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 79.99875rem) {
  .section.about-us {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.about-us {
    padding-bottom: 0;
    margin-bottom: -50px;
  }
}
.section.about-us .mobile-banner {
  display: block;
  margin: 20px auto 0 auto;
  padding: 20px;
}
@media only screen and (min-width: 64rem) {
  .section.about-us .mobile-banner {
    display: none;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.about-us .home-title {
    text-align: center;
  }
}
@media only screen and (min-width: 80rem) {
  .section.about-us .container {
    position: relative;
  }
}
.section.about-us .filter-tabs {
  position: relative;
}
.section.about-us .filter-tabs .tabs-nav {
  width: 100%;
  overflow: hidden;
}
.section.about-us .filter-tabs .tabs-nav .nav-list {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.section.about-us .filter-tabs .tabs-nav .nav-list {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
@media only screen and (max-width: 95.99875rem) {
  .section.about-us .filter-tabs .tabs-nav .nav-list::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.section.about-us .filter-tabs .tabs-nav .nav-list > li > a {
  color: #606060;
  scroll-snap-align: start;
  background: rgba(190, 108, 28, 0.1019607843);
  border-radius: 30px;
  height: 55px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
.section.about-us .filter-tabs .tabs-nav .nav-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 79.99875rem) {
  .section.about-us .filter-tabs .tabs-nav .nav-list > li > a {
    font-size: 16px;
    height: 45px;
    padding: 0 20px;
  }
}
.section.about-us .filter-tabs .tabs-nav .nav-list > li > a.current {
  background-color: #161A47;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1490196078);
  color: #fefefe;
  font-weight: 700;
}
.section.about-us .filter-tabs .tabs-content {
  margin-top: 60px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 79.99875rem) {
  .section.about-us .filter-tabs .tabs-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.about-us .filter-tabs .tabs-content {
    margin-top: 20px;
  }
}
.section.about-us .filter-tabs .tabs-content .tabs-panel {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  padding: 30px;
}
.section.about-us .filter-tabs .tabs-content .tabs-panel .tab-content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  text-transform: uppercase;
  color: #161A47;
}
.section.about-us .filter-tabs .tabs-content .tabs-panel .tab-content-desc {
  color: #161A47;
}
.section.about-us .filter-tabs .tabs-content .tabs-panel .tab-content-desc :where(b, strong) {
  font-weight: 500;
}
.section.about-us .filter-tabs .tabs-content .tabs-panel .tab-content-link {
  margin-top: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.about-us .filter-tabs .tabs-content .tabs-panel .tab-content-link {
    left: 100%;
    transform: translateX(-100%);
  }
}

/** */
.button-link {
  height: 48px;
  border-radius: 50px;
  background-color: #eb1f28;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}
.button-link > i {
  font-weight: 500;
  font-size: 15px;
  top: 1px;
  position: relative;
}
.button-link:hover, .button-link:focus, .button-link:active {
  color: #fff;
  background-color: #eb1f28;
}
@media only screen and (max-width: 47.99875rem) {
  .button-link {
    font-size: 16px;
    height: 42px;
  }
}

/** */
.section.home-infomation {
  padding-top: 40px;
  margin-bottom: -210px;
  position: relative;
  z-index: 1;
}
.section.home-infomation > .container {
  width: 1560px;
  max-width: 100%;
  position: relative;
}
.section.home-infomation > .container .subtitle {
  text-transform: uppercase;
  color: #696969;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .subtitle {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
  }
}
.section.home-infomation > .container .home-title {
  color: #161A47;
  font-weight: 700;
  font-size: 64px;
  line-height: 83.2px;
  text-transform: uppercase;
  width: 870px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 95.99875rem) {
  .section.home-infomation > .container .home-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .home-title {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
.section.home-infomation > .container .thumb-icon {
  display: inline-flex;
  align-items: center;
}
.section.home-infomation > .container .thumb-icon {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .thumb-icon {
    display: none;
  }
}
.section.home-infomation > .container .thumb-icon > img {
  max-height: 75px;
  width: auto;
}
.section.home-infomation > .container .thumb-icon > span {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #696969;
}
.section.home-infomation > .container .cell.cell-1 {
  padding-left: 72px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-1 {
    padding-left: 0;
  }
}
.section.home-infomation > .container .cell.cell-2 .img {
  position: absolute;
  top: 0;
  right: 40px;
  width: 650px;
  max-width: 100%;
  z-index: 1;
}
.section.home-infomation > .container .cell.cell-2 .img > img {
  display: block;
  width: 100%;
}
.section.home-infomation > .container .cell.cell-2 .img > img ~ img {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-2 .img.img-mobile > img {
    display: none;
  }
  .section.home-infomation > .container .cell.cell-2 .img.img-mobile > img:last-child {
    display: block;
  }
}
@media only screen and (max-width: 95.99875rem) {
  .section.home-infomation > .container .cell.cell-2 .img {
    right: 15px;
    width: 40%;
    top: unset;
    bottom: 50px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-2 .img {
    position: relative;
    width: 540px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    right: unset;
    bottom: unset;
    top: -20px;
  }
}
.section.home-infomation > .container .cell.cell-3 .info {
  position: relative;
  /*background: linear-gradient(270deg, #FFEED2 8.74%, #FFFFFF 58.36%);*/
  border-radius: 16px;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info {
    margin-top: 0;
  }
}
.section.home-infomation > .container .cell.cell-3 .info::before, .section.home-infomation > .container .cell.cell-3 .info::after {
  content: "";
}
.section.home-infomation > .container .cell.cell-3 .info::before {
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url("../img/info_bg.png?v=ukwxaj1");
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info::before {
    background-image: url("../img/info_bg_m.png?v=ukwxajn");
  }
}
.section.home-infomation > .container .cell.cell-3 .info .bottom-arrow {
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "\f063";
  color: #fff;
  background-color: #161A47;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  border-radius: 50%;
  bottom: 20px;
}
.section.home-infomation > .container .cell.cell-3 .info .bottom-arrow {
  width: 4.5625rem;
  height: 4.5625rem;
}
.section.home-infomation > .container .cell.cell-3 .info .bottom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .bottom-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .bottom-arrow {
    bottom: 10px;
  }
  .section.home-infomation > .container .cell.cell-3 .info .bottom-arrow {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}
.section.home-infomation > .container .cell.cell-3 .info .bottom-arrow::before {
  font-size: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .bottom-arrow::before {
    font-size: 15px;
  }
}
.section.home-infomation > .container .cell.cell-3 .info .home-info-desc {
  width: 763px;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 95.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc {
    width: 59%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc {
    width: 100%;
  }
}
.section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc {
  padding: 90px 0 0 72px;
  font-size: 24px;
  line-height: 33.6px;
  position: relative;
}
.section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 6) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc {
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc {
    padding: 20px 20px 0 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
}
.section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc :where(b, strong) {
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc :where(b, strong) {
    font-weight: 600;
  }
}
.section.home-infomation > .container .cell.cell-3 .info .home-info-desc .desc p {
  line-height: inherit;
}
.section.home-infomation > .container .cell.cell-3 .info .home-info-desc .home-info-link {
  position: relative;
  margin: 20px 0 30px 72px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc .home-info-link {
    margin: 20px 0 0 0;
    left: calc(100% - 30px);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation > .container .cell.cell-3 .info .home-info-desc .home-info-link {
    margin: 20px 0 0 0;
    left: calc(100% - 20px);
  }
}