@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.about-hero {
  padding: 7px 10px;
  height: 85vh;
  overflow: hidden;
}
.about-hero .about-hero-wrap {
  position: relative;
  border-radius: 2.5rem;
  height: 100%;
}
.about-hero .about-hero-wrap:after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.68%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
  border-radius: 2.5rem;
}
.about-hero .about-hero-wrap picture {
  width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
}
.about-hero .about-hero-wrap picture * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero .about-hero-wrap picture.hero-picture-mobile {
  display: none;
}
.about-hero .about-hero-wrap .content {
  position: absolute;
  left: 3.75rem;
  bottom: 3.5rem;
  max-width: 800px;
  z-index: 3;
}
.about-hero .about-hero-wrap .content .heading-54 {
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
}
.about-hero .about-hero-wrap .content .group-button span {
  color: #ffffff;
}

.about-sect {
  padding: 6.875rem 0;
}
.about-sect .ab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-sect .ab-wrap .thumb {
  width: 50%;
  border-radius: 2.5rem;
  overflow: hidden;
  aspect-ratio: 590/404;
}
.about-sect .ab-wrap .content {
  width: 44%;
}
.about-sect .ab-wrap .content .heading-54 {
  margin-bottom: 26px;
  text-align: left;
}
.about-sect .ab-wrap .content .richtext a,
.about-sect .ab-wrap .content .richtext b,
.about-sect .ab-wrap .content .richtext strong {
  color: #02539E;
  font-weight: 700;
}

.services {
  padding: 6.25rem 0;
  background: #F5F5F5;
}
.services .service-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  position: relative;
  align-items: start;
}
.services .nav-tabs {
  flex-direction: column;
  align-items: start;
  gap: 0;
  margin-top: 24px;
  position: sticky;
  top: 5rem;
  margin-bottom: 0;
  align-self: start;
}
.services .nav-tabs .nav-item {
  width: 100%;
  border-top: 1px solid rgba(196, 198, 205, 0.3);
}
.services .nav-tabs .nav-item:last-child {
  border-bottom: 1px solid rgba(196, 198, 205, 0.3);
}
.services .nav-tabs .nav-link {
  width: 100%;
  border: 0;
  height: 5.25rem;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.services .nav-tabs .nav-link .group-icon-sv {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .nav-tabs .nav-link .group-icon-sv img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.services .nav-tabs .nav-link .group-icon-sv img.green-arrow {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.services .nav-tabs .nav-link span {
  transition: all 0.5s;
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 600;
}
.services .nav-tabs .nav-link.active {
  background-color: transparent;
}
.services .nav-tabs .nav-link.active img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.services .nav-tabs .nav-link.active img.main-icon {
  opacity: 0;
}
.services .nav-tabs .nav-link.active img.green-arrow {
  opacity: 1;
}
.services .nav-tabs .nav-link.active span {
  font-size: 24px;
}
.services .nav-tabs .nav-link:hover {
  color: transparent;
  border: 0;
}
.services .nav-tabs .nav-link:hover span {
  font-size: 24px;
}
.services .richtext-service {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.services .richtext-service img {
  aspect-ratio: 103/58;
  border-radius: 2.5rem;
  object-fit: cover;
  margin-bottom: 20px;
}

.related-post {
  padding: 6.25rem 0;
  background-color: #ffffff;
}
.related-post .heading-54 {
  margin-bottom: 3.75rem;
}
.related-post .related-post-slider .swiper {
  padding-bottom: 6rem;
}
.related-post .related-post-slider .post-card {
  cursor: pointer;
}
.related-post .related-post-slider .post-card .post-card__link {
  transition: all 0.3s;
  display: flex;
  position: relative;
}
.related-post .related-post-slider .post-card .parallax-box {
  width: 50%;
  aspect-ratio: 3/4;
  border-radius: 2.5rem;
  transition: all 0.5s;
}
.related-post .related-post-slider .post-card .parallax-box .parallax-inner img {
  transition: all 0.5s;
  transform: scale(1);
}
.related-post .related-post-slider .post-card .post-card__content {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
  transition: all 0.5s;
  border-radius: 2.5rem;
  background-color: #F5F5F5;
}
.related-post .related-post-slider .post-card .post-card__content .card-up {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 20px + 6 * (100vw - 1440px) / 480, 26px);
}
.related-post .related-post-slider .post-card .post-card__content .card-up .date {
  font-size: clamp(14px, 0.975vw, 18px);
  font-variant-numeric: lining-nums proportional-nums;
}
.related-post .related-post-slider .post-card .post-card__content .read-more {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.related-post .related-post-slider .post-card .post-card__content .read-more span {
  transition: all 0.3s;
}
.related-post .related-post-slider .post-card .post-card__content .read-more img {
  transition: all 0.5s;
  opacity: 0;
}
.related-post .related-post-slider .post-card:hover .parallax-box {
  border-radius: 2.5rem 0 0 2.5rem;
}
.related-post .related-post-slider .post-card:hover .parallax-box .parallax-inner img {
  transform: scale(1.1);
}
.related-post .related-post-slider .post-card:hover .post-card__content {
  background-color: #ffffff;
  border-radius: 0 2.5rem 2.5rem 0;
}
.related-post .related-post-slider .post-card:hover .post-card__content .read-more span {
  color: #D8DE3F;
}
.related-post .related-post-slider .post-card:hover .post-card__content .read-more img {
  opacity: 1;
}
.related-post .related-post-slider .swiper-button-next {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  top: 38%;
}
.related-post .related-post-slider .swiper-button-next img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.related-post .related-post-slider .swiper-button-prev {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(216, 216, 216, 0.01);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  transform: rotateY(180deg);
  top: 38%;
}
.related-post .related-post-slider .swiper-button-prev img {
  width: 47%;
  height: auto;
  aspect-ratio: 1;
}
.related-post .related-post-slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.related-post .related-post-slider .swiper-pagination span {
  width: 107px;
  height: 6px;
  background: #E8E8E8;
  border-radius: 0;
  opacity: 1 !important;
}
.related-post .related-post-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #FDBB30;
}

@media screen and (max-width: 1023px) {
  .about-hero {
    padding: 0;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .about-hero .about-hero-wrap {
    border-radius: 0;
  }
  .about-hero .about-hero-wrap:after {
    border-radius: 0;
  }
  .about-hero .about-hero-wrap picture {
    border-radius: 0;
  }
  .about-hero .about-hero-wrap picture.hero-picture-desktop {
    display: none;
  }
  .about-hero .about-hero-wrap picture.hero-picture-mobile {
    display: block;
  }
  .about-hero .about-hero-wrap .content {
    left: 0;
    bottom: 2rem;
    max-width: 650px;
    width: 100%;
    padding: 0 24px;
  }
  .about-hero .about-hero-wrap .content .heading-54 {
    margin-bottom: 4px;
    font-size: 1.875rem;
  }
  .about-sect {
    padding: 2rem 0 4rem;
  }
  .about-sect .ab-wrap {
    align-items: start;
    gap: 24px;
    flex-direction: column-reverse;
  }
  .about-sect .ab-wrap .thumb {
    width: 100%;
    border-radius: 2.5rem;
    overflow: hidden;
    aspect-ratio: 590/404;
  }
  .about-sect .ab-wrap .content {
    width: 100%;
  }
  .about-sect .ab-wrap .content .heading-54 {
    font-size: 1.875rem;
  }
  .services {
    padding: 3rem 0;
  }
  .services .service-tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .services .nav-tabs {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 32px;
    margin: 32px 0;
    border-bottom: 1px solid #E1E2E5;
    padding-bottom: 0;
    position: static;
  }
  .services .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .services .nav-tabs .nav-item {
    width: fit-content;
    flex-shrink: 0;
    border-top: 0;
  }
  .services .nav-tabs .nav-item:last-child {
    border-bottom: 0;
  }
  .services .nav-tabs .nav-link {
    width: 100%;
    border: 0;
    height: 5.25rem;
    padding: 12px 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
  }
  .services .nav-tabs .nav-link span {
    font-size: 20px;
  }
  .services .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid #D8DE3F;
  }
  .services .nav-tabs .nav-link.active span {
    font-size: 20px;
    color: #D8DE3F;
  }
  .services .nav-tabs .nav-link:hover {
    color: transparent;
    border: 0;
  }
  .services .nav-tabs .nav-link:hover span {
    font-size: 20px;
  }
  .related-post {
    padding: 3rem 0;
  }
  .related-post .heading-54 {
    margin-bottom: 2rem;
    font-size: 1.875rem;
    text-align: left;
  }
  .related-post .related-post-slider .swiper {
    padding-bottom: 0;
  }
  .related-post .related-post-slider .swiper-button-next,
  .related-post .related-post-slider .swiper-button-prev,
  .related-post .related-post-slider .swiper-pagination {
    display: none;
  }
  .related-post .group-button {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .related-post .related-post-slider .post-card .parallax-box {
    width: 100%;
  }
  .related-post .related-post-slider .post-card .post-card__content {
    width: 100%;
    padding: 20px 20px 32px;
  }
  .related-post .related-post-slider .post-card .post-card__content .card-up {
    align-items: start;
  }
}
/*# sourceMappingURL=tpl-about.css.map */
