@font-face {
  font-family: Switzer;
  font-weight: 600;
  src: url(../fonts/switzer/fonts/Switzer-Semibold.woff) format("woff"); }
@font-face {
  font-family: ClashDisplay;
  font-weight: 500;
  src: url(../fonts/clashdisplay/fonts/ClashDisplay-Medium.woff) format("woff"); }
@font-face {
  font-family: ClashDisplay;
  font-weight: 600;
  src: url(../fonts/clashdisplay/fonts/ClashDisplay-Semibold.woff) format("woff"); }
@font-face {
  font-family: Switzer;
  font-weight: 600;
  src: url(../fonts/switzer/fonts/Switzer-Semibold.woff) format("woff"); }
@font-face {
  font-family: ClashDisplay;
  font-weight: 500;
  src: url(../fonts/clashdisplay/fonts/ClashDisplay-Medium.woff) format("woff"); }
@font-face {
  font-family: ClashDisplay;
  font-weight: 600;
  src: url(../fonts/clashdisplay/fonts/ClashDisplay-Semibold.woff) format("woff"); }
:root {
  --white-color: #fff !important;
  --black-color: #131313 !important;
  --primary-color: #FC7942;
  --font-family: "Inter", sans-serif;
  --font-family-2: "ClashDisplay", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --font-size-default: 16px;
  --font-weight-default: 400;
  --font-size-theme: 18px;
  --line-height-theme: 32px;
  --font-weight-theme: 600;
  --button-height: 68px;
  --header-height: 85px; }

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,
.h1 {
  font-family: var(--font-family-2);
  font-size: 88px;
  font-weight: var(--font-weight-theme);
  line-height: 104px; }
  @media (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 48px;
      line-height: 68px; } }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 38px;
      line-height: 48px; } }

h2 {
  font-family: var(--font-family-2);
  font-size: 66px;
  font-weight: var(--font-weight-theme);
  line-height: 76px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 36px;
      line-height: 46px; } }

h3 {
  font-family: var(--font-family-2);
  font-size: 42px;
  font-weight: var(--font-weight-theme);
  line-height: 52px; }
  @media (max-width: 1199px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 24px;
      line-height: 38px; } }

h4 {
  font-family: var(--font-family-2);
  font-size: 30px;
  font-weight: var(--font-weight-theme);
  line-height: 40px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 28px;
      line-height: 35px; } }

h5 {
  font-family: var(--font-family-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; }

h6 {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h6 {
      font-size: 18px; } }
  h6.small {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--font-weight-theme); }

p,
main li,
ol li::marker {
  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); }

p.big {
  font-size: 22px;
  line-height: 38px; }

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

main input[type=text],
main input[type=email],
main textarea {
  --border-width: 2px;
  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 var(--black-color);
  border-width: 2px;
  padding-block: 15px;
  outline: none; }
  main input[type=text]::placeholder,
  main input[type=email]::placeholder,
  main textarea::placeholder {
    color: var(--black-color);
    text-transform: capitalize; }

main textarea {
  display: block;
  height: 130px;
  resize: none;
  margin-bottom: 45px; }

hr {
  height: 2px;
  background-color: var(--black-color); }

.button:not(.unshow) {
  display: inline-flex;
  align-items: center;
  height: var(--button-height);
  background-color: var(--white-color);
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-theme);
  line-height: 24px;
  text-transform: uppercase;
  border: 2px solid var(--black-color);
  box-shadow: 4px 4px 0 var(--black-color);
  padding-inline: var(--button-padding-inline, 44px);
  transition: box-shadow .3s ease; }
  @media (max-width: 1199px) {
    .button:not(.unshow) {
      --button-padding-inline: 30px; } }
  @media (max-width: 767px) {
    .button:not(.unshow) {
      --button-height: 58px;
      --button-padding-inline: 20px; } }
  .button:not(.unshow):hover {
    box-shadow: none; }

.btn-wrap {
  margin-top: 30px; }

.swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-color: var(--primary-color);
  padding-bottom: var(--swiper-padding-bottom, 0); }
  .swiper-pagination-bullet {
    transition: all .3s ease; }
  .swiper-button-prev, .swiper-button-next {
    color: var(--black-color);
    font-size: 30px;
    z-index: 1; }
    .swiper-button-prev::after, .swiper-button-next::after {
      display: none; }

.progress-wrap {
  margin-top: 30px; }
  .progress-wrap .item:not(:last-of-type) {
    margin-bottom: 25px; }
  .progress-wrap .item h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px; }
  .progress-wrap .item .progress-bar-line {
    position: relative;
    height: 16px;
    background-color: var(--white-color);
    border: 2px solid var(--black-color);
    border-radius: .25rem;
    box-shadow: 4px 4px 0 var(--black-color); }
    .progress-wrap .item .progress-bar-line::before {
      content: attr(data-percent) "%";
      position: absolute;
      top: -36px;
      right: 0;
      font-family: var(--font-family);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }
    .progress-wrap .item .progress-bar-line .progress {
      height: 100%;
      background-color: var(--primary-color);
      transition: width .6s ease; }

.line {
  --line-width: 0px;
  overflow: hidden; }
  .line .content {
    height: 90px; }
  .line .d-flex {
    flex-wrap: nowrap; }
  .line .text-wrap {
    white-space: nowrap; }
  .line .img-wrap {
    width: 45px;
    margin-inline: 20px; }

@keyframes slide-line {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(-1 * var(--line-width))); } }
@media (min-width: 992px) {
  .pl-100 {
    padding-left: 50px; }

  .pr-100 {
    padding-right: 50px; } }
@media (min-width: 1200px) {
  .pl-100 {
    padding-left: 100px; }

  .pr-100 {
    padding-right: 100px; } }
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px; }

  .pb-100 {
    padding-bottom: 80px; }

  .mt-100 {
    padding-top: 80px; }

  .mb-100 {
    margin-bottom: 80px; } }
@media (max-width: 991px) {
  .d-flex.content.columns-2,
  .content > .d-flex.columns-2 {
    --columns: 1; }
    .d-flex.content.columns-2.toLeft > .item, .d-flex.content.columns-2.toRight > .item,
    .content > .d-flex.columns-2.toLeft > .item,
    .content > .d-flex.columns-2.toRight > .item {
      width: 100% !important; }
  .d-flex.content.columns-3,
  .content > .d-flex.columns-3 {
    --columns: 2;
    justify-content: center; }
  .d-flex.content.columns-4,
  .content > .d-flex.columns-4 {
    --columns: 2; } }
@media (max-width: 767px) {
  .d-flex.content.columns-3, .d-flex.content.columns-4,
  .content > .d-flex.columns-3,
  .content > .d-flex.columns-4 {
    --columns: 1; } }

#header {
  --header-position: fixed;
  --mobile-nav-link-color: var(--black-color);
  --hamburger-lines-color: var(--black-color);
  --hamburger-lines-height: 1px;
  --hamburger-width: 26px;
  --hamburger-height: 20px;
  --links-color: var(--black-color);
  --button-height: 48px;
  transition: background-color .3s ease, box-shadow .3s ease; }
  #header *:not(i):not(.button:not(.unshow)) {
    font-family: var(--font-family); }
  #header .button {
    --button-padding-inline: 25px; }
  #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: uppercase;
    transition: color .3s ease; }
    #header .nav a:not(.button:not(.unshow))::before {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--black-color);
      transform-origin: right;
      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-origin: left;
    transform: scaleX(1); }
  #header.scrolled {
    background-color: var(--white-color);
    box-shadow: 0 4px 6px rgba(12, 0, 46, 0.05); }

#footer *:not(h5) {
  font-family: var(--font-family); }
#footer h5 {
  margin-bottom: 20px; }
#footer p,
#footer ul li {
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }
  #footer p:last-of-type,
  #footer ul li:last-of-type {
    margin-bottom: 0; }
  #footer p a,
  #footer ul li a {
    color: var(--black-color);
    transition: color .3s ease; }
    #footer p a:hover,
    #footer ul li a:hover {
      color: var(--primary-color); }
#footer .content-top {
  padding-block: 80px 70px; }
  #footer .content-top ul li:not(:last-of-type) {
    margin-bottom: 10px; }
  #footer .content-top .d-flex.columns-3 > .item {
    --item-gapX: calc(var(--gapX) / 3 * 2);
    width: calc(var(--item-width) - var(--item-gapX)); }
    #footer .content-top .d-flex.columns-3 > .item:nth-of-type(1) {
      --item-width: 50%; }
      @media (max-width: 991px) {
        #footer .content-top .d-flex.columns-3 > .item:nth-of-type(1) {
          --item-gapX: 0;
          --item-width: 100%; } }
    #footer .content-top .d-flex.columns-3 > .item:nth-of-type(2), #footer .content-top .d-flex.columns-3 > .item:nth-of-type(3) {
      --item-width: 25%; }
      @media (max-width: 991px) {
        #footer .content-top .d-flex.columns-3 > .item:nth-of-type(2), #footer .content-top .d-flex.columns-3 > .item:nth-of-type(3) {
          --item-gapX: calc(var(--gapX) / 2);
          --item-width: 50%; } }
      @media (max-width: 767px) {
        #footer .content-top .d-flex.columns-3 > .item:nth-of-type(2), #footer .content-top .d-flex.columns-3 > .item:nth-of-type(3) {
          --item-gapX: 0;
          --item-width: 100%; } }
#footer .content-middle {
  margin-bottom: 25px; }
  #footer .content-middle ul {
    display: flex;
    gap: 5px 30px; }
    @media (max-width: 575px) {
      #footer .content-middle ul {
        flex-direction: column; } }
    #footer .content-middle ul li {
      font-size: var(--font-size-default);
      font-weight: 500;
      text-transform: uppercase; }
#footer .content-bottom {
  border-top: 2px solid var(--black-color);
  padding-block: 25px; }

#home {
  padding-top: var(--header-height); }
  #home .content {
    border-top: 2px solid var(--black-color); }
  #home.section-1 {
    position: relative; }
    #home.section-1 .content {
      position: relative;
      padding-block: 100px; }
      @media (min-width: 1200px) {
        #home.section-1 .content {
          min-height: calc(100vh - var(--header-height)); } }
      @media (max-width: 991px) {
        #home.section-1 .content {
          padding-block: 50px 80px; } }
    #home.section-1 > .img-wrap {
      position: absolute;
      pointer-events: none; }
      #home.section-1 > .img-wrap.img-1 {
        bottom: 0;
        right: 230px; }
      #home.section-1 > .img-wrap.img-2 {
        top: 155px;
        right: 0; }
      #home.section-1 > .img-wrap.img-3 {
        bottom: 300px;
        left: 100px; }
      @media (max-width: 1199px) {
        #home.section-1 > .img-wrap {
          display: none; } }
  #home.section-11 {
    background-color: #A6D8B5; }
    #home.section-11 .content {
      padding-block: 80px; }
      @media (max-width: 991px) {
        #home.section-11 .content {
          padding-block: 50px 65px; } }
    #home.section-11 .bg-image {
      height: 38vw; }
      @media (max-width: 991px) {
        #home.section-11 .bg-image {
          height: 450px; } }
      @media (max-width: 767px) {
        #home.section-11 .bg-image {
          height: 400px; } }
  #home.section-16 {
    position: relative; }
    #home.section-16 > .bg-image {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% - 100px);
      height: 100%; }
      @media (max-width: 991px) {
        #home.section-16 > .bg-image {
          display: none; } }
    #home.section-16 h1 {
      margin-bottom: 25px; }
    #home.section-16 h6 {
      margin-bottom: 15px; }
    #home.section-16 .content {
      position: relative;
      padding-block: 100px; }
      @media (min-width: 992px) {
        #home.section-16 .content {
          min-height: calc(100vh - var(--header-height)); } }
      @media (max-width: 991px) {
        #home.section-16 .content {
          padding-block: 50px 80px; } }
      #home.section-16 .content .d-flex .img-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #219653; }

#ebooks {
  --swiper-padding-bottom: 50px;
  overflow: hidden; }
  #ebooks .swiper {
    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 {
  --item-padding: 45px;
  border: 2px solid var(--black-color);
  box-shadow: 4px 4px 0 var(--black-color);
  padding: var(--item-padding);
  transition: transform .3s ease, box-shadow .3s ease; }
  @media (max-width: 1199px) {
    #tarifs .context .item {
      --item-padding: 32px; } }
  @media (max-width: 991px) {
    #tarifs .context .item {
      --item-padding: 30px; } }
  #tarifs .context .item:hover {
    box-shadow: none;
    transform: translateY(-5px); }
  #tarifs .context .item h4 {
    margin-bottom: 15px; }
  #tarifs .context .item p {
    margin-bottom: 45px; }
  #tarifs .context .item ul {
    margin-bottom: 55px; }
    #tarifs .context .item ul li {
      font-size: 18px;
      font-weight: var(--font-weight-theme);
      line-height: 28px; }
      #tarifs .context .item ul li::before {
        content: "\f00c";
        color: var(--primary-color);
        font-family: var(--font-awesome);
        font-weight: 900;
        margin-right: 10px; }
      #tarifs .context .item ul li:not(:last-of-type) {
        margin-bottom: 10px; }
  #tarifs .context .item .price {
    width: calc(100% + var(--item-padding));
    color: var(--primary-color);
    font-family: var(--font-family-2);
    font-size: 66px;
    font-weight: var(--font-weight-theme);
    line-height: 76px;
    margin-bottom: 5px; }
    @media (max-width: 1199px) {
      #tarifs .context .item .price {
        font-size: 50px; } }
    #tarifs .context .item .price span {
      font-size: 20px;
      margin-left: -10px; }
  #tarifs .context .item .btn-wrap {
    margin-top: 0; }
    #tarifs .context .item .btn-wrap .button {
      --button-padding-inline: 15px;
      justify-content: center;
      width: 100%; }

#contact p:not(:last-child) {
  margin-bottom: 20px; }
#contact .new-validate__line:not(.new-validate__btn) {
  margin-bottom: 10px; }

#testimonials {
  overflow: hidden; }
  #testimonials .context {
    --swiper-navigation-sides-offset: -50px;
    position: relative; }
  #testimonials.section-15 .swiper {
    padding-block: 5px; }
    #testimonials.section-15 .swiper-slide {
      background-color: var(--white-color);
      border: 2px solid var(--black-color);
      box-shadow: 4px 4px 0 var(--black-color);
      padding: 45px 45px 35px;
      transition: transform .3s ease, box-shadow .3s ease; }
      @media (max-width: 991px) {
        #testimonials.section-15 .swiper-slide {
          padding: 30px; } }
      #testimonials.section-15 .swiper-slide:hover {
        box-shadow: none;
        transform: translateY(-5px); }
      #testimonials.section-15 .swiper-slide h5 {
        line-height: 34px; }
        #testimonials.section-15 .swiper-slide h5 span {
          color: var(--primary-color);
          font-size: 35px; }
          #testimonials.section-15 .swiper-slide h5 span:first-of-type {
            display: inline-block;
            transform: rotate(180deg) translateY(15px); }
    #testimonials.section-15 .swiper .d-flex .img-wrap {
      width: 84px; }
    #testimonials.section-15 .swiper .d-flex .text-wrap {
      width: calc(100% - var(--gapX) - 84px); }

#faq .accordion-container {
  border-top: 2px solid var(--black-color); }
  #faq .accordion-container .accordion {
    border-bottom: 2px solid var(--black-color); }
    #faq .accordion-container .accordion .accordion-title {
      display: flex;
      align-items: center;
      gap: 0 15px;
      padding-block: 20px;
      cursor: pointer; }
      #faq .accordion-container .accordion .accordion-title .text-wrap {
        width: calc(100% - 25px - 15px); }
      #faq .accordion-container .accordion .accordion-title .icon-wrap {
        color: var(--primary-color);
        width: 25px;
        line-height: 1.2;
        text-align: right; }
        #faq .accordion-container .accordion .accordion-title .icon-wrap .fa-minus {
          display: none; }
    #faq .accordion-container .accordion-description {
      height: 0;
      overflow: hidden;
      transition: height .3s ease; }
    #faq .accordion-container .accordion-content {
      padding-bottom: 20px; }
      #faq .accordion-container .accordion-content ul:not(:first-child),
      #faq .accordion-container .accordion-content ol:not(:first-child) {
        margin-top: 5px; }
    #faq .accordion-container .accordion.active .accordion-title .icon-wrap .fa-plus {
      display: none; }
    #faq .accordion-container .accordion.active .accordion-title .icon-wrap .fa-minus {
      display: block; }

.section-1 h1 {
  margin-bottom: 25px; }
.section-1 h2 {
  margin-bottom: 20px; }
.section-1 h4 {
  margin-bottom: 15px; }
.section-1 h6:not(:last-child) {
  margin-bottom: 15px; }
.section-1 p:not(:last-child),
.section-1 ul:not(:last-child) {
  margin-bottom: 20px; }
.section-1 .bg-image {
  aspect-ratio: 1/1.25; }
.section-1 .dynamic-custom-ul {
  margin-top: 30px; }
  .section-1 .dynamic-custom-ul:not(:last-child) {
    margin-bottom: 5px; }
  .section-1 .dynamic-custom-ul .dynamic-custom-li {
    display: flex;
    align-items: center;
    gap: 10px; }
    .section-1 .dynamic-custom-ul .dynamic-custom-li:not(:last-of-type) {
      margin-bottom: 15px; }
    .section-1 .dynamic-custom-ul .dynamic-custom-li .icon-wrap {
      display: flex;
      align-items: center; }
      .section-1 .dynamic-custom-ul .dynamic-custom-li .icon-wrap svg {
        width: 25px;
        height: 25px;
        transform: translateY(-1px); }
.section-1.bg-primary .icon-wrap svg path {
  stroke: var(--black-color) !important; }
.section-1 .content > .d-flex,
.section-1 .content.d-flex {
  align-items: center; }

.section-2 .content {
  border-bottom: 2px solid var(--black-color);
  padding-block: 60px; }
  .section-2 .content .d-flex {
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .section-2 .content .d-flex {
        justify-content: center; } }
  .section-2 .content .h1 {
    color: var(--primary-color); }

.section-3 .context .item {
  --item-gap: 35px;
  display: flex;
  gap: var(--item-gap);
  border: 2px solid var(--black-color);
  box-shadow: 4px 4px 0 var(--black-color);
  padding: 45px;
  transition: transform .3s ease, box-shadow .3s ease; }
  @media (max-width: 991px) {
    .section-3 .context .item {
      --item-gap: 25px;
      padding: 30px; } }
  @media (max-width: 767px) {
    .section-3 .context .item {
      flex-direction: column; } }
  .section-3 .context .item:hover {
    box-shadow: none;
    transform: translateY(-5px); }
  @media (min-width: 768px) {
    .section-3 .context .item .img-wrap {
      width: 100px; }
    .section-3 .context .item .text-wrap {
      width: calc(100% - 100px - var(--item-gap)); } }
  .section-3 .context .item h4 {
    margin-bottom: 20px; }
@media (max-width: 991px) {
  .section-3 .btn-wrap {
    margin-bottom: 20px; } }

.section-4 .context .bg-image {
  aspect-ratio: 1/1;
  margin-bottom: 35px; }
.section-4 .context h4 {
  margin-bottom: 15px; }

.section-5 .context {
  border-top: 2px solid var(--black-color); }
  .section-5 .context > .d-flex {
    counter-increment: itemCounter;
    border-bottom: 2px solid var(--black-color);
    padding-block: 30px; }
    @media (max-width: 767px) {
      .section-5 .context > .d-flex {
        --columns: 1; } }
    @media (max-width: 767px) {
      .section-5 .context > .d-flex .d-flex {
        --gapX: 25px;
        align-items: center; } }
    .section-5 .context > .d-flex .d-flex .img-wrap,
    .section-5 .context > .d-flex .d-flex .text-wrap.number {
      width: 80px; }
    .section-5 .context > .d-flex .d-flex .text-wrap:not(.number) {
      width: calc(100% - 80px - var(--gapX)); }
      @media (min-width: 992px) {
        .section-5 .context > .d-flex .d-flex .text-wrap:not(.number) {
          padding-inline: 80px; } }
    .section-5 .context > .d-flex .number h2 {
      color: var(--primary-color);
      line-height: 1; }
      .section-5 .context > .d-flex .number h2::before {
        content: counter(itemCounter,decimal-leading-zero); }

.section-6:not(.pt-100) {
  padding-top: 300px; }
  @media (max-width: 1199px) {
    .section-6:not(.pt-100) {
      padding-top: 200px; } }
  @media (max-width: 767px) {
    .section-6:not(.pt-100) {
      padding-top: 100px; } }
.section-6:not(.pb-100) {
  padding-bottom: 300px; }
  @media (max-width: 1199px) {
    .section-6:not(.pb-100) {
      padding-bottom: 200px; } }
  @media (max-width: 767px) {
    .section-6:not(.pb-100) {
      padding-bottom: 100px; } }

.section-12 .context .item {
  border: 2px solid var(--black-color);
  box-shadow: 4px 4px 0 var(--black-color);
  padding: 45px;
  transition: transform .3s ease, box-shadow .3s ease; }
  @media (max-width: 1199px) {
    .section-12 .context .item {
      padding: 30px; } }
  .section-12 .context .item:hover {
    box-shadow: none;
    transform: translateY(-5px); }
  .section-12 .context .item .img-wrap {
    margin-bottom: 35px; }
  .section-12 .context .item h4 {
    margin-bottom: 20px; }

.section-13 .context {
  border-top: 1px solid var(--black-color); }
  .section-13 .context .item {
    border-bottom: 1px solid var(--black-color);
    padding-block: 30px; }
    .section-13 .context .item h3 {
      margin-bottom: 5px; }
.section-13 .btn-wrap {
  margin-top: 50px; }

@media (max-width: 767px) {
  .section-14 .context.d-flex {
    --columns: 1; } }
.section-14 .context .item {
  border: 2px solid var(--black-color);
  box-shadow: 4px 4px 0 var(--black-color);
  padding: 25px;
  transition: transform .3s ease, box-shadow .3s ease; }
  .section-14 .context .item:hover {
    box-shadow: none;
    transform: translateY(-5px); }
  .section-14 .context .item .bg-image {
    aspect-ratio: 1/1;
    margin-bottom: 35px; }
  .section-14 .context .item h4 {
    margin-bottom: 20px; }

.section-18 {
  padding-block: 100px;
  overflow: hidden; }
  .section-18 .line {
    --items-position: 50px;
    position: relative;
    width: calc(100% + 30px);
    left: -15px; }
    .section-18 .line:nth-of-type(1) {
      top: var(--items-position);
      transform: rotate(4deg);
      z-index: 1; }
    .section-18 .line:nth-of-type(2) {
      bottom: var(--items-position);
      transform: rotate(-8deg);
      z-index: -1; }
    @media (max-width: 991px) and (min-width: 768px) {
      .section-18 .line {
        --items-position: 75px; } }

.section-19 {
  --swiper-padding-bottom: 50px;
  overflow: hidden; }
  .section-19 .swiper {
    --swiper-pagination-color: var(--white-color);
    position: relative;
    left: 50%;
    width: 130%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .section-19 .swiper {
        left: 0;
        width: calc(100% - 30px);
        transform: translateX(0); } }
    .section-19 .swiper .bg-image {
      aspect-ratio: 1/1;
      margin-bottom: 35px; }
    .section-19 .swiper h4 {
      margin-bottom: 15px; }
  @media (max-width: 991px) {
    .section-19 .btn-wrap.text-right {
      text-align: left; } }
