:root {
  --white-color: #fff !important;
  --black-color: #16292D !important;
  --grey-color: #C5C5C5;
  --primary-color: #EC733B;
  --primary-color-hover: #d65b22;
  --bg-color: var(--white-color);
  --font-family: "Kumbh Sans", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --font-size-default: 16px;
  --font-weight-default: 400;
  --font-size-theme: 17px;
  --line-height-theme: 1.6;
  --font-weight-theme: 700;
  --button-height: 57px;
  --header-height: 120px;
  --container-theme-padding-inline: 70px; }
  @media (max-width: 1199px) {
    :root {
      --container-theme-padding-inline: 30px; } }
  @media (max-width: 575px) {
    :root {
      --container-theme-padding-inline: 15px; } }

body {
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }

h1 {
  font-family: var(--font-family);
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-family: var(--font-family);
  font-size: 3.3529em;
  font-weight: var(--font-weight-theme);
  line-height: 1.05em; }
  h2:not(:last-child) {
    margin-bottom: var(--space-25); }
  @media (max-width: 1199px) {
    h2 {
      font-size: 46px; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-family: var(--font-family);
  font-size: 1.4117em;
  font-weight: var(--font-weight-theme);
  line-height: 1; }
  h3:not(:last-child) {
    margin-bottom: var(--space-25); }

h4 {
  font-family: var(--font-family);
  font-size: 1.333em;
  font-weight: var(--font-weight-theme);
  line-height: 1.2em; }
  h4:not(:last-child) {
    margin-bottom: var(--space-15); }

h5 {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: var(--font-weight-theme);
  line-height: 1.4em; }
  h5:not(:last-child) {
    margin-bottom: var(--space-15); }

h6 {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: var(--font-weight-theme);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  opacity: .9; }
  h6:not(:last-child) {
    margin-bottom: var(--space-25); }

p,
main li,
ol li::marker {
  color: var(--grey-color);
  font-family: var(--font-family);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }

p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
  margin-bottom: var(--space-20); }

p.big {
  font-size: 19px;
  line-height: 1.78em; }
p.small {
  font-size: 15px;
  line-height: 1.333em; }

strong, .strong {
  font-weight: var(--font-weight-theme); }

hr {
  height: 1px;
  background-color: #22393d;
  border: none;
  margin-bottom: var(--space-25); }

.light hr {
  background-color: #e2dcda; }

main input[type=text],
main input[type=email],
main textarea {
  --border-width: 1px;
  width: 100%;
  background-color: transparent;
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: var(--border-width) solid rgba(35, 39, 39, 0.2);
  border-width: var(--border-width);
  padding-block: 12px;
  outline: none; }
  main input[type=text]::placeholder,
  main input[type=email]::placeholder,
  main textarea::placeholder {
    color: #707677;
    font-family: var(--font-family);
    text-transform: capitalize; }

main textarea {
  display: block;
  height: 120px;
  resize: none; }

.button {
  --button-padding-inline: 35px;
  --button-padding: 0 var(--button-padding-inline, 54px);
  height: var(--button-height);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: var(--font-weight-theme);
  line-height: 21px;
  transition: box-shadow .3s ease, background-color .3s ease, color .3s ease; }
  .button:hover {
    background-color: var(--primary-color-hover); }
  .button.style-2, .button.style-2:hover {
    background-color: var(--white-color);
    color: var(--black-color); }
  .button.style-3 {
    background-color: transparent;
    color: #232727;
    box-shadow: inset 0 0 0 2px #232727; }
    .button.style-3:hover {
      background-color: var(--primary-color-hover);
      color: var(--white-color);
      box-shadow: inset 0 0 0 2px var(--primary-color-hover); }
  .button.style-4 {
    background-color: transparent;
    color: var(--white-color);
    box-shadow: inset 0 0 0 2px var(--white-color); }
    .button.style-4:hover {
      background-color: var(--white-color);
      color: var(--black-color); }

.link {
  position: relative;
  color: var(--white-color);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-theme);
  line-height: 28px;
  text-transform: capitalize; }
  .link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white-color);
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .3s ease; }
  .link:hover::before {
    transform: scaleX(0); }

.btn-wrap {
  margin-top: var(--space-30); }

.swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  padding-bottom: var(--swiper-padding-bottom, 0); }
  .swiper-pagination-bullet {
    border: 2px solid #ddd;
    transition: all .3s ease; }
    .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
      background-color: var(--swiper-pagination-color);
      border-color: var(--swiper-pagination-color); }
  .swiper-button-prev::after, .swiper-button-next::after {
    display: none; }

.line {
  --line-width: 0px;
  overflow: hidden; }
  .line .d-flex {
    flex-wrap: nowrap; }
  .line .text-wrap {
    white-space: nowrap; }
    .line .text-wrap > span {
      color: var(--primary-color);
      font-size: 130px;
      font-weight: 600;
      line-height: 1em;
      padding-inline: 30px; }
      @media (max-width: 1199px) {
        .line .text-wrap > span {
          font-size: 78px; } }
  .line .icon-wrap svg {
    width: auto;
    max-width: none;
    height: 1em;
    font-size: 90px;
    animation: spin 3.5s linear infinite; }
    @media (max-width: 1199px) {
      .line .icon-wrap svg {
        font-size: 60px; } }
    .line .icon-wrap svg path {
      fill: var(--primary-color); }

@keyframes slide-line {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(-1 * var(--line-width))); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: var(--space-100); }

  .pb-120 {
    padding-bottom: var(--space-100); }

  .pt-100 {
    padding-top: var(--space-80); }

  .pb-100 {
    padding-bottom: var(--space-80); }

  .mt-100 {
    padding-top: var(--space-80); }

  .mb-100 {
    margin-bottom: var(--space-80); }

  .pl-100 {
    padding-left: var(--space-50); }

  .pr-100 {
    padding-right: var(--space-50); } }
@media (max-width: 991px) {
  .pl-100 {
    padding-left: var(--space-0); }

  .pr-100 {
    padding-right: var(--space-0); } }
.container-fluid {
  --container-padding: var(--container-theme-padding-inline); }

.light p, .light ul, .light ol {
  --grey-color: #707677; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: var(--white-color); }

.section-single .bg-image {
  aspect-ratio: 1/1.25; }
  @media (max-width: 991px) {
    .section-single .bg-image {
      aspect-ratio: 1/1; } }
@media (min-width: 992px) {
  .section-single:not(.reverse) .item-text {
    padding-right: 50px; } }
@media (min-width: 1200px) {
  .section-single:not(.reverse) .item-text {
    padding-right: 100px; } }
.section-single.reverse .content.d-flex {
  flex-direction: row-reverse; }
@media (min-width: 992px) {
  .section-single.reverse .item-text {
    padding-left: 50px; } }
@media (min-width: 1200px) {
  .section-single.reverse .item-text {
    padding-left: 100px; } }
.section-single p.title {
  --space-20: 10px; }
  .section-single p.title i {
    color: var(--primary-color);
    padding-right: 5px; }
@media (max-width: 991px) {
  .section-single .d-flex {
    gap: 50px 0; } }

#header {
  --links-color: var(--black-color);
  --mobile-nav-link-color: var(--black-color);
  --hamburger-lines-color: var(--black-color);
  --hamburger-lines-height: 2px;
  --hamburger-width: 26px;
  --hamburger-height: 24px;
  --button-height: 47px; }
  #header:not(.style-2) {
    background-color: var(--white-color); }
    #header:not(.style-2) .logo .img-1 {
      display: block; }
    #header:not(.style-2) .logo .img-2 {
      display: none; }
  #header.style-2 {
    --hamburger-lines-color: var(--white-color); }
    @media (min-width: 992px) {
      #header.style-2 {
        --links-color: var(--white-color); } }
    #header.style-2 .logo .img-1 {
      display: none; }
    #header.style-2 .logo .img-2 {
      display: block; }
  #header *:not(i):not(.button:not(.unshow)) {
    font-family: var(--font-family); }
  #header .nav a:not(.button:not(.unshow)) {
    position: relative;
    color: var(--links-color);
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-theme);
    line-height: 24px;
    text-transform: capitalize; }
    #header .nav a:not(.button:not(.unshow))::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: var(--links-color);
      transform-origin: left;
      transform: scaleX(0);
      transition: transform .3s ease; }
  @media (min-width: 992px) {
    #header .nav ul {
      align-items: center; } }
  #header .nav li.active a:not(.button:not(.unshow))::before,
  #header .nav a:not(.button:not(.unshow)):hover::before {
    transform: scaleX(1); }

#footer * {
  font-family: var(--font-family); }
#footer.overlay {
  --overlay-bg: #0C1E21;
  --overlay-opacity: .94; }
#footer h2 {
  font-size: 2.7647em;
  line-height: 1.021em; }
  @media (max-width: 1199px) {
    #footer h2 {
      font-size: 36px; } }
  @media (max-width: 991px) {
    #footer h2 {
      font-size: 25px; } }
#footer h5 {
  font-size: 1.117em;
  line-height: 1.474em; }
  @media (max-width: 991px) {
    #footer h5 {
      font-size: 18px; } }
#footer ul li:not(:last-of-type) {
  margin-bottom: var(--space-10); }
#footer p,
#footer ul li {
  color: var(--grey-color);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }
  #footer p a,
  #footer ul li a {
    color: var(--white-color);
    transition: color .3s ease; }
    #footer p a:hover,
    #footer ul li a:hover {
      color: var(--grey-color); }
#footer h2, #footer p {
  margin-bottom: 0px; }
#footer .content-top {
  padding-block: 90px 80px; }
  @media (max-width: 991px) {
    #footer .content-top {
      padding-bottom: 30px; } }
#footer .content-bottom {
  border-top: 1px solid #22393D;
  padding-block: 30px; }
  #footer .content-bottom ul li {
    margin-bottom: 0 !important; }
  @media (max-width: 575px) {
    #footer .content-bottom ul.d-flex {
      flex-direction: column;
      gap: 10px var(--gap, 0); } }
  @media (max-width: 991px) {
    #footer .content-bottom.d-flex {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px var(--gap); } }
  @media (max-width: 575px) {
    #footer .content-bottom.d-flex {
      gap: 30px var(--gap); } }

#home {
  padding-top: var(--header-height); }
  #home.section-1 .swiper {
    --slider-animation-duration: 1s; }
    @media (max-width: 767px) {
      #home.section-1 .swiper {
        --swiper-padding-bottom: 50px; } }
    #home.section-1 .swiper-slide {
      --space-30: 20px;
      transition: opacity .3s ease, visibility .3s ease;
      overflow: hidden; }
      #home.section-1 .swiper-slide:not(.swiper-slide-active) {
        opacity: 0;
        visibility: hidden; }
      @media (max-width: 991px) {
        #home.section-1 .swiper-slide .d-flex.align-center {
          align-items: flex-start; } }
      @media (max-width: 767px) {
        #home.section-1 .swiper-slide .d-flex {
          gap: 50px var(--gap, 0); } }
      @media (min-width: 768px) {
        #home.section-1 .swiper-slide .container-fluid {
          padding-right: 0; } }
      #home.section-1 .swiper-slide .text-wrap h5 {
        color: var(--grey-color);
        font-size: 21px;
        line-height: 28px; }
      #home.section-1 .swiper-slide .btn-wrap {
        --space-30: 20px; }
      #home.section-1 .swiper-slide .context {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100px);
        transition: opacity var(--slider-animation-duration) ease, visibility var(--slider-animation-duration) ease, transform var(--slider-animation-duration) ease; }
      @media (max-width: 991px) and (min-width: 768px) {
        #home.section-1 .swiper-slide .item-text {
          padding-right: 50px; } }
      @media (min-width: 992px) {
        #home.section-1 .swiper-slide .item-img {
          padding-left: var(--container-theme-padding-inline); } }
      #home.section-1 .swiper-slide .item-img .img-wrap {
        --img-width-animation-duration: .6s;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100px);
        transition: width var(--img-width-animation-duration) ease, opacity 0.25s ease, visibility 0.25s ease, transform var(--slider-animation-duration) ease;
        overflow: hidden; }
        #home.section-1 .swiper-slide .item-img .img-wrap img {
          width: 65vw;
          max-width: none; }
          @media (max-width: 1199px) and (min-width: 992px) {
            #home.section-1 .swiper-slide .item-img .img-wrap img {
              width: 85vw; } }
          @media (max-width: 767px) {
            #home.section-1 .swiper-slide .item-img .img-wrap img {
              width: calc(100vw - var(--container-theme-padding-inline) * 2); } }
        @media (max-width: 767px) {
          #home.section-1 .swiper-slide .item-img .img-wrap {
            padding-inline: var(--container-theme-padding-inline); } }
      #home.section-1 .swiper-slide.swiper-slide-active .item-img .img-wrap {
        --img-width-animation-duration: var(--slider-animation-duration);
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translateX(0); }
      #home.section-1 .swiper-slide.swiper-slide-active .context {
        opacity: 1;
        visibility: visible;
        transform: translateX(0); }
    #home.section-1 .swiper-navigation {
      position: absolute;
      bottom: 0;
      left: var(--container-theme-padding-inline);
      display: flex;
      gap: 15px; }
      #home.section-1 .swiper-navigation .swiper-button-prev,
      #home.section-1 .swiper-navigation .swiper-button-next {
        position: relative;
        inset: 0;
        width: 48px;
        height: auto;
        margin: 0;
        transition: transform .3s ease; }
      #home.section-1 .swiper-navigation .swiper-button-prev:hover {
        transform: translateX(-5px); }
      #home.section-1 .swiper-navigation .swiper-button-next:hover {
        transform: translateX(5px); }
  @media (max-width: 991px) and (min-width: 768px) {
    #home.section-1 .columns-2 {
      --columns: 2; } }
  #home.section-11 .content {
    min-height: calc(100vh - var(--header-height));
    padding-block: var(--space-100); }

#ebooks {
  overflow: hidden; }
  #ebooks .swiper {
    --swiper-padding-bottom: 50px;
    position: relative;
    left: 50%;
    width: 120%;
    transform: translateX(-50%); }
    @media (max-width: 575px) {
      #ebooks .swiper {
        left: 0;
        width: calc(100% - 30px);
        transform: translateX(0); } }

#tarifs .context .item {
  background-color: #eff1ef;
  text-align: center;
  padding: 50px 30px; }
  #tarifs .context .item .price {
    margin-bottom: 10px; }
    #tarifs .context .item .price span {
      display: inline-block;
      font-size: 57px;
      line-height: 1;
      font-weight: var(--font-weight-theme); }
  #tarifs .context .item p {
    margin-bottom: var(--space-30); }
  #tarifs .context .item ul li::after {
    content: "\f00c";
    color: var(--primary-color);
    font-family: var(--font-awesome);
    font-weight: 900;
    padding-left: 10px; }
  #tarifs .context .item ul li:not(:last-of-type) {
    margin-bottom: 10px; }
  #tarifs .context .item.popular .price span {
    color: var(--primary-color); }

#contact {
  background-color: #eff1ef; }
  #contact .new-validate__line:not(.new-validate__btn) {
    margin-bottom: 35px; }
  #contact .button {
    --button-padding-inline: 35px; }
  @media (max-width: 991px) {
    #contact .d-flex {
      gap: 50px 0; } }
  #contact.section-15 .item {
    background-color: #F9F9F9;
    padding: 75px; }
    @media (max-width: 1199px) {
      #contact.section-15 .item {
        padding: 40px; } }
  #contact.section-15 h2 {
    font-size: 2.7647em;
    line-height: 1.021em; }
    @media (max-width: 1199px) {
      #contact.section-15 h2 {
        font-size: 36px; } }
  #contact.section-19 {
    background-color: transparent; }

#testimonials.section-8 .swiper {
  --swiper-padding-bottom: 50px; }
  #testimonials.section-8 .swiper-slide {
    background-color: #eff1ef;
    padding: 57px 50px 61px; }
    #testimonials.section-8 .swiper-slide .icon-wrap {
      margin-bottom: var(--space-20); }
      #testimonials.section-8 .swiper-slide .icon-wrap i {
        color: var(--primary-color);
        font-size: 20px; }
    #testimonials.section-8 .swiper-slide .img-wrap img {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      object-fit: cover; }
#testimonials.section-21 .content .item {
  position: relative;
  padding: 100px 100px 100px 0; }
  @media (max-width: 991px) {
    #testimonials.section-21 .content .item {
      padding: 50px 50px 50px 0; } }
  @media (max-width: 767px) {
    #testimonials.section-21 .content .item {
      padding: 50px 0; } }
  #testimonials.section-21 .content .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: #1C1B1B; }
    @media (max-width: 767px) {
      #testimonials.section-21 .content .item::before {
        display: none; } }
  #testimonials.section-21 .content .item > * {
    position: relative;
    z-index: 1; }
@media (max-width: 991px) and (min-width: 768px) {
  #testimonials.section-21 .content.columns-2 {
    --columns: 2; } }
#testimonials.section-21 .swiper {
  --swiper-padding-bottom: 50px; }
  #testimonials.section-21 .swiper-pagination {
    text-align: left; }
  #testimonials.section-21 .swiper .icon-wrap {
    width: 55px;
    color: var(--primary-color);
    font-size: 22px; }
  #testimonials.section-21 .swiper .slide-context {
    flex: 1; }
  #testimonials.section-21 .swiper .img-wrap img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover; }
@media (max-width: 767px) {
  #testimonials.section-21 {
    background-color: #1C1B1B;
    padding-top: 0 !important; }
    #testimonials.section-21 > .bg-image {
      position: relative !important;
      height: 55vw !important; } }

#faq {
  background-color: #eff1ef; }
  #faq.section-single.reverse .item-text {
    padding-left: 0; }
  @media (min-width: 992px) {
    #faq.section-single.reverse .item-img {
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    #faq.section-single.reverse .item-img {
      padding-right: 100px; } }
  #faq .accordion-container {
    --item-padding-block: 23px;
    border-top: 1px solid #d5d8dc; }
    #faq .accordion-container .accordion {
      border-bottom: 1px solid #d5d8dc; }
      #faq .accordion-container .accordion .accordion-title {
        display: flex;
        align-items: center;
        gap: 0 15px;
        padding-block: var(--item-padding-block);
        cursor: pointer; }
        #faq .accordion-container .accordion .accordion-title .text-wrap {
          flex: 1; }
        #faq .accordion-container .accordion .accordion-title .icon-wrap {
          display: flex;
          align-items: center;
          flex: 0 0 25px; }
          #faq .accordion-container .accordion .accordion-title .icon-wrap svg {
            transition: transform .3s ease; }
      #faq .accordion-container .accordion-description {
        height: 0;
        overflow: hidden;
        transition: height .3s ease; }
      #faq .accordion-container .accordion-content {
        padding-bottom: var(--item-padding-block); }
      #faq .accordion-container .accordion.active .accordion-title .icon-wrap svg {
        transform: rotate(45deg); }

.section-2 .text {
  display: block;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center; }

.section-3 .context .item {
  text-align: center; }
  .section-3 .context .item .icon-wrap {
    margin-bottom: var(--space-25); }
    .section-3 .context .item .icon-wrap i {
      color: var(--primary-color);
      font-size: 4em;
      line-height: 1.1em; }
@media (max-width: 1199px) and (min-width: 992px) {
  .section-3 .columns-4 {
    --columns: 2; } }

@media (max-width: 991px) {
  .section-4 .img-1 {
    padding-left: 25%; }
  .section-4 .img-2 {
    padding-right: 25%; }
  .section-4 .d-flex > .item:nth-of-type(2) {
    margin-top: -60%; } }

.section-5 .content .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .section-5 .content .item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-1 * var(--gap) / 2);
    width: 1px;
    height: 60px;
    background-color: #ddd;
    transform: translateY(-50%); }
    @media (max-width: 575px) {
      .section-5 .content .item:not(:last-of-type)::after {
        display: none; } }
  @media (max-width: 991px) {
    .section-5 .content .item:nth-of-type(2)::after {
      display: none; } }
  .section-5 .content .item .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none; }
    .section-5 .content .item .counter span {
      display: inline-block;
      color: rgba(35, 39, 39, 0.03);
      font-size: 10em;
      line-height: 1em;
      font-weight: var(--font-weight-theme); }
      @media (max-width: 1199px) {
        .section-5 .content .item .counter span {
          font-size: 8em; } }
      @media (max-width: 991px) {
        .section-5 .content .item .counter span {
          font-size: 6.5em; } }
  .section-5 .content .item h5 {
    position: relative;
    z-index: 1; }
.section-5.style-2 .content .item {
  flex-direction: column; }

.section-12 .context .item {
  padding: 40px 35px; }
  .section-12 .context .item:nth-of-type(1) {
    --item-color: rgba(35,39,39,.8);
    --hr-bg-color: #232727;
    --hr-opacity: .1;
    background-color: var(--white-color); }
  .section-12 .context .item:nth-of-type(2) {
    --item-color: rgba(255,255,255,.8);
    background-color: var(--primary-color);
    color: var(--white-color); }
  .section-12 .context .item:nth-of-type(3) {
    --item-color: rgba(255,255,255,.8);
    background-color: #232727;
    color: var(--white-color); }
  .section-12 .context .item h6 {
    font-size: var(--font-size-default);
    line-height: 1.5em;
    font-weight: var(--font-weight-default);
    letter-spacing: 0;
    text-transform: none;
    opacity: 1; }
  .section-12 .context .item h3 {
    font-size: 2.7647em;
    line-height: 1.021em; }
    @media (max-width: 1199px) {
      .section-12 .context .item h3 {
        font-size: 1.8em; } }
    @media (max-width: 991px) {
      .section-12 .context .item h3 {
        font-size: 1.6em; } }
  .section-12 .context .item p {
    color: var(--item-color); }
  .section-12 .context .item hr {
    --space-20: 25px;
    background-color: var(--hr-bg-color, var(--white-color));
    opacity: var(--hr-opacity, 0.3); }

.section-13 {
  --img-height: 55vw;
  position: relative; }
  @media (max-width: 991px) {
    .section-13 {
      overflow: hidden; } }
  @media (min-width: 992px) {
    .section-13 .sticky {
      position: sticky;
      top: 0;
      width: 100%;
      height: 100vh; } }
  @media (max-width: 991px) {
    .section-13 .sticky {
      position: relative; } }
  .section-13 .bg-image {
    position: absolute;
    top: 0; }
    @media (min-width: 992px) {
      .section-13 .bg-image {
        right: 0;
        width: 50vw;
        height: 100%; } }
    @media (max-width: 991px) {
      .section-13 .bg-image {
        left: 50%;
        width: 100vw;
        height: var(--img-height);
        transform: translateX(-50%); } }
  .section-13 .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media (min-width: 992px) {
      .section-13 .text-wrap {
        min-height: 100vh;
        padding-block: 80px;
        padding-left: 100px; } }
    @media (max-width: 991px) {
      .section-13 .text-wrap:not(:last-of-type) {
        margin-bottom: 50px; } }
    .section-13 .text-wrap .d-flex {
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #ddd;
      padding-top: 30px;
      margin-top: 80px; }
      @media (max-width: 991px) {
        .section-13 .text-wrap .d-flex {
          margin-top: 30px; } }
      .section-13 .text-wrap .d-flex h2 {
        color: #B5B7B7;
        font-size: 120px;
        line-height: 1em;
        letter-spacing: -0.01em; }
        @media (max-width: 1199px) {
          .section-13 .text-wrap .d-flex h2 {
            font-size: 80px; } }
      .section-13 .text-wrap .d-flex h4 {
        color: var(--primary-color);
        width: min-content;
        font-size: 1.412em;
        text-align: right; }
    .section-13 .text-wrap h6 {
      margin-bottom: 15px; }
  @media (max-width: 991px) {
    .section-13 .content.d-flex > .item:nth-of-type(2) {
      padding-top: calc(var(--img-height) + 100px); } }

.section-14 {
  overflow: hidden; }
  @media (min-width: 576px) {
    .section-14 .content {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; } }
  @media (max-width: 991px) and (min-width: 576px) {
    .section-14 .content.columns-2 {
      --columns: 2; } }
  @media (max-width: 575px) {
    .section-14 .content.d-flex {
      gap: 50px 0; } }
  .section-14 .content > .item:nth-of-type(1) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: var(--bg-color);
    z-index: 10; }
    @media (min-width: 576px) {
      .section-14 .content > .item:nth-of-type(1) {
        border-right: 1px solid #ddd;
        padding: 40px 40px 40px 0; } }
    .section-14 .content > .item:nth-of-type(1)::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100vw;
      width: 100vw;
      height: 100%;
      background-color: var(--bg-color);
      z-index: 10; }
  @media (min-width: 576px) {
    .section-14 .content > .item:nth-of-type(2) {
      padding: 40px 0 40px 40px; } }
  .section-14 .swiper {
    overflow: visible; }
    .section-14 .swiper-slide {
      height: auto; }
      .section-14 .swiper-slide .bg-image {
        aspect-ratio: 1/1;
        margin-bottom: 25px; }
    .section-14 .swiper-navigation {
      display: flex;
      gap: 15px; }
      .section-14 .swiper-navigation .swiper-button-prev,
      .section-14 .swiper-navigation .swiper-button-next {
        position: relative;
        inset: 0;
        width: 48px;
        height: auto;
        margin: 0;
        transition: transform .3s ease, opacity .3s ease; }
        .section-14 .swiper-navigation .swiper-button-prev svg path,
        .section-14 .swiper-navigation .swiper-button-next svg path {
          fill: var(--black-color); }
      .section-14 .swiper-navigation .swiper-button-prev:hover {
        transform: translateX(-5px); }
      .section-14 .swiper-navigation .swiper-button-next:hover {
        transform: translateX(5px); }

.section-16 .context .item:not(:last-of-type) {
  position: relative; }
  .section-16 .context .item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(-1 * var(--gap) / 2);
    width: 1px;
    height: 100%;
    background-color: #ddd; }
    @media (max-width: 575px) {
      .section-16 .context .item:not(:last-of-type)::after {
        display: none; } }
@media (max-width: 1199px) {
  .section-16 .context .item:nth-of-type(2)::after {
    display: none; } }
.section-16 .context .item .img-wrap {
  margin-bottom: 25px; }

.section-17 h3 {
  font-size: 2.0588em;
  line-height: 1.086em; }

.section-20 .context .item {
  background-color: var(--white-color);
  text-align: center;
  padding: 30px; }
  .section-20 .context .item .icon-wrap {
    color: var(--primary-color);
    font-size: 3.8em;
    margin-bottom: 10px; }
@media (max-width: 1199px) and (min-width: 992px) {
  .section-20 .context.columns-4 {
    --columns: 2; } }
@media (max-width: 767px) and (min-width: 576px) {
  .section-20 .context.columns-4 {
    --columns: 1; } }
