@charset "UTF-8";
/*!
* Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import "../node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css";
@import "../node_modules/swiper/swiper-bundle.css";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.container, .container-fluid, .container-ul, .container-xl, .container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1140px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-ul, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-ml, .col-ml-auto, .col-ml-12, .col-ml-11, .col-ml-10, .col-ml-9, .col-ml-8, .col-ml-7, .col-ml-6, .col-ml-5, .col-ml-4, .col-ml-3, .col-ml-2, .col-ml-1, .col-ul, .col-ul-auto, .col-ul-12, .col-ul-11, .col-ul-10, .col-ul-9, .col-ul-8, .col-ul-7, .col-ul-6, .col-ul-5, .col-ul-4, .col-ul-3, .col-ul-2, .col-ul-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs, .col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 375px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-ul {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-ul-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-ul-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-ul-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-ul-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-ul-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-ul-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ul-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-ul-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-ul-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ul-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ul-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-ul-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-ul-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ul-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-ul-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-ul-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ul-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-ul-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-ul-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-ul-first {
    order: -1;
  }

  .order-ul-last {
    order: 13;
  }

  .order-ul-0 {
    order: 0;
  }

  .order-ul-1 {
    order: 1;
  }

  .order-ul-2 {
    order: 2;
  }

  .order-ul-3 {
    order: 3;
  }

  .order-ul-4 {
    order: 4;
  }

  .order-ul-5 {
    order: 5;
  }

  .order-ul-6 {
    order: 6;
  }

  .order-ul-7 {
    order: 7;
  }

  .order-ul-8 {
    order: 8;
  }

  .order-ul-9 {
    order: 9;
  }

  .order-ul-10 {
    order: 10;
  }

  .order-ul-11 {
    order: 11;
  }

  .order-ul-12 {
    order: 12;
  }

  .offset-ul-0 {
    margin-left: 0;
  }

  .offset-ul-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ul-2 {
    margin-left: 16.6666666667%;
  }

  .offset-ul-3 {
    margin-left: 25%;
  }

  .offset-ul-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ul-5 {
    margin-left: 41.6666666667%;
  }

  .offset-ul-6 {
    margin-left: 50%;
  }

  .offset-ul-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ul-8 {
    margin-left: 66.6666666667%;
  }

  .offset-ul-9 {
    margin-left: 75%;
  }

  .offset-ul-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ul-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-ml {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-ml-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-ml-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-ml-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-ml-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-ml-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-ml-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-ml-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-ml-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ml-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ml-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-ml-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-ml-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ml-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-ml-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-ml-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ml-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-ml-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-ml-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-ml-first {
    order: -1;
  }

  .order-ml-last {
    order: 13;
  }

  .order-ml-0 {
    order: 0;
  }

  .order-ml-1 {
    order: 1;
  }

  .order-ml-2 {
    order: 2;
  }

  .order-ml-3 {
    order: 3;
  }

  .order-ml-4 {
    order: 4;
  }

  .order-ml-5 {
    order: 5;
  }

  .order-ml-6 {
    order: 6;
  }

  .order-ml-7 {
    order: 7;
  }

  .order-ml-8 {
    order: 8;
  }

  .order-ml-9 {
    order: 9;
  }

  .order-ml-10 {
    order: 10;
  }

  .order-ml-11 {
    order: 11;
  }

  .order-ml-12 {
    order: 12;
  }

  .offset-ml-0 {
    margin-left: 0;
  }

  .offset-ml-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ml-2 {
    margin-left: 16.6666666667%;
  }

  .offset-ml-3 {
    margin-left: 25%;
  }

  .offset-ml-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ml-5 {
    margin-left: 41.6666666667%;
  }

  .offset-ml-6 {
    margin-left: 50%;
  }

  .offset-ml-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ml-8 {
    margin-left: 66.6666666667%;
  }

  .offset-ml-9 {
    margin-left: 75%;
  }

  .offset-ml-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ml-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-ul-none {
    display: none !important;
  }

  .d-ul-inline {
    display: inline !important;
  }

  .d-ul-inline-block {
    display: inline-block !important;
  }

  .d-ul-block {
    display: block !important;
  }

  .d-ul-table {
    display: table !important;
  }

  .d-ul-table-row {
    display: table-row !important;
  }

  .d-ul-table-cell {
    display: table-cell !important;
  }

  .d-ul-flex {
    display: flex !important;
  }

  .d-ul-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-ml-none {
    display: none !important;
  }

  .d-ml-inline {
    display: inline !important;
  }

  .d-ml-inline-block {
    display: inline-block !important;
  }

  .d-ml-block {
    display: block !important;
  }

  .d-ml-table {
    display: table !important;
  }

  .d-ml-table-row {
    display: table-row !important;
  }

  .d-ml-table-cell {
    display: table-cell !important;
  }

  .d-ml-flex {
    display: flex !important;
  }

  .d-ml-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-ul-row {
    flex-direction: row !important;
  }

  .flex-ul-column {
    flex-direction: column !important;
  }

  .flex-ul-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ul-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ul-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ul-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ul-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-ul-fill {
    flex: 1 1 auto !important;
  }

  .flex-ul-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-ul-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-ul-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-ul-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-ul-start {
    justify-content: flex-start !important;
  }

  .justify-content-ul-end {
    justify-content: flex-end !important;
  }

  .justify-content-ul-center {
    justify-content: center !important;
  }

  .justify-content-ul-between {
    justify-content: space-between !important;
  }

  .justify-content-ul-around {
    justify-content: space-around !important;
  }

  .align-items-ul-start {
    align-items: flex-start !important;
  }

  .align-items-ul-end {
    align-items: flex-end !important;
  }

  .align-items-ul-center {
    align-items: center !important;
  }

  .align-items-ul-baseline {
    align-items: baseline !important;
  }

  .align-items-ul-stretch {
    align-items: stretch !important;
  }

  .align-content-ul-start {
    align-content: flex-start !important;
  }

  .align-content-ul-end {
    align-content: flex-end !important;
  }

  .align-content-ul-center {
    align-content: center !important;
  }

  .align-content-ul-between {
    align-content: space-between !important;
  }

  .align-content-ul-around {
    align-content: space-around !important;
  }

  .align-content-ul-stretch {
    align-content: stretch !important;
  }

  .align-self-ul-auto {
    align-self: auto !important;
  }

  .align-self-ul-start {
    align-self: flex-start !important;
  }

  .align-self-ul-end {
    align-self: flex-end !important;
  }

  .align-self-ul-center {
    align-self: center !important;
  }

  .align-self-ul-baseline {
    align-self: baseline !important;
  }

  .align-self-ul-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-ml-row {
    flex-direction: row !important;
  }

  .flex-ml-column {
    flex-direction: column !important;
  }

  .flex-ml-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ml-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ml-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ml-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ml-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-ml-fill {
    flex: 1 1 auto !important;
  }

  .flex-ml-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-ml-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-ml-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-ml-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-ml-start {
    justify-content: flex-start !important;
  }

  .justify-content-ml-end {
    justify-content: flex-end !important;
  }

  .justify-content-ml-center {
    justify-content: center !important;
  }

  .justify-content-ml-between {
    justify-content: space-between !important;
  }

  .justify-content-ml-around {
    justify-content: space-around !important;
  }

  .align-items-ml-start {
    align-items: flex-start !important;
  }

  .align-items-ml-end {
    align-items: flex-end !important;
  }

  .align-items-ml-center {
    align-items: center !important;
  }

  .align-items-ml-baseline {
    align-items: baseline !important;
  }

  .align-items-ml-stretch {
    align-items: stretch !important;
  }

  .align-content-ml-start {
    align-content: flex-start !important;
  }

  .align-content-ml-end {
    align-content: flex-end !important;
  }

  .align-content-ml-center {
    align-content: center !important;
  }

  .align-content-ml-between {
    align-content: space-between !important;
  }

  .align-content-ml-around {
    align-content: space-around !important;
  }

  .align-content-ml-stretch {
    align-content: stretch !important;
  }

  .align-self-ml-auto {
    align-self: auto !important;
  }

  .align-self-ml-start {
    align-self: flex-start !important;
  }

  .align-self-ml-end {
    align-self: flex-end !important;
  }

  .align-self-ml-center {
    align-self: center !important;
  }

  .align-self-ml-baseline {
    align-self: baseline !important;
  }

  .align-self-ml-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0, .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0, .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0, .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0, .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1, .my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1, .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1, .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1, .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2, .my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2, .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2, .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2, .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3, .my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3, .mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3, .my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3, .mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4, .my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4, .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4, .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4, .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5, .my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5, .mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5, .my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5, .mx-xs-5 {
    margin-left: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0, .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0, .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0, .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0, .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1, .py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1, .px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1, .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1, .px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2, .py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2, .px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2, .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2, .px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3, .py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3, .px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3, .py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3, .px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4, .py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4, .px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4, .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4, .px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5, .py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5, .px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5, .py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5, .px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1, .my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1, .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1, .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1, .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2, .my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2, .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2, .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2, .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n3 {
    margin: -1rem !important;
  }

  .mt-xs-n3, .my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3, .mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3, .my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3, .mx-xs-n3 {
    margin-left: -1rem !important;
  }

  .m-xs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xs-n4, .my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4, .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4, .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4, .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xs-n5 {
    margin: -3rem !important;
  }

  .mt-xs-n5, .my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5, .mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5, .my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5, .mx-xs-n5 {
    margin-left: -3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto, .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto, .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto, .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto, .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-ul-0 {
    margin: 0 !important;
  }

  .mt-ul-0, .my-ul-0 {
    margin-top: 0 !important;
  }

  .mr-ul-0, .mx-ul-0 {
    margin-right: 0 !important;
  }

  .mb-ul-0, .my-ul-0 {
    margin-bottom: 0 !important;
  }

  .ml-ul-0, .mx-ul-0 {
    margin-left: 0 !important;
  }

  .m-ul-1 {
    margin: 0.25rem !important;
  }

  .mt-ul-1, .my-ul-1 {
    margin-top: 0.25rem !important;
  }

  .mr-ul-1, .mx-ul-1 {
    margin-right: 0.25rem !important;
  }

  .mb-ul-1, .my-ul-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-ul-1, .mx-ul-1 {
    margin-left: 0.25rem !important;
  }

  .m-ul-2 {
    margin: 0.5rem !important;
  }

  .mt-ul-2, .my-ul-2 {
    margin-top: 0.5rem !important;
  }

  .mr-ul-2, .mx-ul-2 {
    margin-right: 0.5rem !important;
  }

  .mb-ul-2, .my-ul-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-ul-2, .mx-ul-2 {
    margin-left: 0.5rem !important;
  }

  .m-ul-3 {
    margin: 1rem !important;
  }

  .mt-ul-3, .my-ul-3 {
    margin-top: 1rem !important;
  }

  .mr-ul-3, .mx-ul-3 {
    margin-right: 1rem !important;
  }

  .mb-ul-3, .my-ul-3 {
    margin-bottom: 1rem !important;
  }

  .ml-ul-3, .mx-ul-3 {
    margin-left: 1rem !important;
  }

  .m-ul-4 {
    margin: 1.5rem !important;
  }

  .mt-ul-4, .my-ul-4 {
    margin-top: 1.5rem !important;
  }

  .mr-ul-4, .mx-ul-4 {
    margin-right: 1.5rem !important;
  }

  .mb-ul-4, .my-ul-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-ul-4, .mx-ul-4 {
    margin-left: 1.5rem !important;
  }

  .m-ul-5 {
    margin: 3rem !important;
  }

  .mt-ul-5, .my-ul-5 {
    margin-top: 3rem !important;
  }

  .mr-ul-5, .mx-ul-5 {
    margin-right: 3rem !important;
  }

  .mb-ul-5, .my-ul-5 {
    margin-bottom: 3rem !important;
  }

  .ml-ul-5, .mx-ul-5 {
    margin-left: 3rem !important;
  }

  .p-ul-0 {
    padding: 0 !important;
  }

  .pt-ul-0, .py-ul-0 {
    padding-top: 0 !important;
  }

  .pr-ul-0, .px-ul-0 {
    padding-right: 0 !important;
  }

  .pb-ul-0, .py-ul-0 {
    padding-bottom: 0 !important;
  }

  .pl-ul-0, .px-ul-0 {
    padding-left: 0 !important;
  }

  .p-ul-1 {
    padding: 0.25rem !important;
  }

  .pt-ul-1, .py-ul-1 {
    padding-top: 0.25rem !important;
  }

  .pr-ul-1, .px-ul-1 {
    padding-right: 0.25rem !important;
  }

  .pb-ul-1, .py-ul-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-ul-1, .px-ul-1 {
    padding-left: 0.25rem !important;
  }

  .p-ul-2 {
    padding: 0.5rem !important;
  }

  .pt-ul-2, .py-ul-2 {
    padding-top: 0.5rem !important;
  }

  .pr-ul-2, .px-ul-2 {
    padding-right: 0.5rem !important;
  }

  .pb-ul-2, .py-ul-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-ul-2, .px-ul-2 {
    padding-left: 0.5rem !important;
  }

  .p-ul-3 {
    padding: 1rem !important;
  }

  .pt-ul-3, .py-ul-3 {
    padding-top: 1rem !important;
  }

  .pr-ul-3, .px-ul-3 {
    padding-right: 1rem !important;
  }

  .pb-ul-3, .py-ul-3 {
    padding-bottom: 1rem !important;
  }

  .pl-ul-3, .px-ul-3 {
    padding-left: 1rem !important;
  }

  .p-ul-4 {
    padding: 1.5rem !important;
  }

  .pt-ul-4, .py-ul-4 {
    padding-top: 1.5rem !important;
  }

  .pr-ul-4, .px-ul-4 {
    padding-right: 1.5rem !important;
  }

  .pb-ul-4, .py-ul-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-ul-4, .px-ul-4 {
    padding-left: 1.5rem !important;
  }

  .p-ul-5 {
    padding: 3rem !important;
  }

  .pt-ul-5, .py-ul-5 {
    padding-top: 3rem !important;
  }

  .pr-ul-5, .px-ul-5 {
    padding-right: 3rem !important;
  }

  .pb-ul-5, .py-ul-5 {
    padding-bottom: 3rem !important;
  }

  .pl-ul-5, .px-ul-5 {
    padding-left: 3rem !important;
  }

  .m-ul-n1 {
    margin: -0.25rem !important;
  }

  .mt-ul-n1, .my-ul-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-ul-n1, .mx-ul-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-ul-n1, .my-ul-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-ul-n1, .mx-ul-n1 {
    margin-left: -0.25rem !important;
  }

  .m-ul-n2 {
    margin: -0.5rem !important;
  }

  .mt-ul-n2, .my-ul-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-ul-n2, .mx-ul-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-ul-n2, .my-ul-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-ul-n2, .mx-ul-n2 {
    margin-left: -0.5rem !important;
  }

  .m-ul-n3 {
    margin: -1rem !important;
  }

  .mt-ul-n3, .my-ul-n3 {
    margin-top: -1rem !important;
  }

  .mr-ul-n3, .mx-ul-n3 {
    margin-right: -1rem !important;
  }

  .mb-ul-n3, .my-ul-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-ul-n3, .mx-ul-n3 {
    margin-left: -1rem !important;
  }

  .m-ul-n4 {
    margin: -1.5rem !important;
  }

  .mt-ul-n4, .my-ul-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-ul-n4, .mx-ul-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-ul-n4, .my-ul-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-ul-n4, .mx-ul-n4 {
    margin-left: -1.5rem !important;
  }

  .m-ul-n5 {
    margin: -3rem !important;
  }

  .mt-ul-n5, .my-ul-n5 {
    margin-top: -3rem !important;
  }

  .mr-ul-n5, .mx-ul-n5 {
    margin-right: -3rem !important;
  }

  .mb-ul-n5, .my-ul-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-ul-n5, .mx-ul-n5 {
    margin-left: -3rem !important;
  }

  .m-ul-auto {
    margin: auto !important;
  }

  .mt-ul-auto, .my-ul-auto {
    margin-top: auto !important;
  }

  .mr-ul-auto, .mx-ul-auto {
    margin-right: auto !important;
  }

  .mb-ul-auto, .my-ul-auto {
    margin-bottom: auto !important;
  }

  .ml-ul-auto, .mx-ul-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-ml-0 {
    margin: 0 !important;
  }

  .mt-ml-0, .my-ml-0 {
    margin-top: 0 !important;
  }

  .mr-ml-0, .mx-ml-0 {
    margin-right: 0 !important;
  }

  .mb-ml-0, .my-ml-0 {
    margin-bottom: 0 !important;
  }

  .ml-ml-0, .mx-ml-0 {
    margin-left: 0 !important;
  }

  .m-ml-1 {
    margin: 0.25rem !important;
  }

  .mt-ml-1, .my-ml-1 {
    margin-top: 0.25rem !important;
  }

  .mr-ml-1, .mx-ml-1 {
    margin-right: 0.25rem !important;
  }

  .mb-ml-1, .my-ml-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-ml-1, .mx-ml-1 {
    margin-left: 0.25rem !important;
  }

  .m-ml-2 {
    margin: 0.5rem !important;
  }

  .mt-ml-2, .my-ml-2 {
    margin-top: 0.5rem !important;
  }

  .mr-ml-2, .mx-ml-2 {
    margin-right: 0.5rem !important;
  }

  .mb-ml-2, .my-ml-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-ml-2, .mx-ml-2 {
    margin-left: 0.5rem !important;
  }

  .m-ml-3 {
    margin: 1rem !important;
  }

  .mt-ml-3, .my-ml-3 {
    margin-top: 1rem !important;
  }

  .mr-ml-3, .mx-ml-3 {
    margin-right: 1rem !important;
  }

  .mb-ml-3, .my-ml-3 {
    margin-bottom: 1rem !important;
  }

  .ml-ml-3, .mx-ml-3 {
    margin-left: 1rem !important;
  }

  .m-ml-4 {
    margin: 1.5rem !important;
  }

  .mt-ml-4, .my-ml-4 {
    margin-top: 1.5rem !important;
  }

  .mr-ml-4, .mx-ml-4 {
    margin-right: 1.5rem !important;
  }

  .mb-ml-4, .my-ml-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-ml-4, .mx-ml-4 {
    margin-left: 1.5rem !important;
  }

  .m-ml-5 {
    margin: 3rem !important;
  }

  .mt-ml-5, .my-ml-5 {
    margin-top: 3rem !important;
  }

  .mr-ml-5, .mx-ml-5 {
    margin-right: 3rem !important;
  }

  .mb-ml-5, .my-ml-5 {
    margin-bottom: 3rem !important;
  }

  .ml-ml-5, .mx-ml-5 {
    margin-left: 3rem !important;
  }

  .p-ml-0 {
    padding: 0 !important;
  }

  .pt-ml-0, .py-ml-0 {
    padding-top: 0 !important;
  }

  .pr-ml-0, .px-ml-0 {
    padding-right: 0 !important;
  }

  .pb-ml-0, .py-ml-0 {
    padding-bottom: 0 !important;
  }

  .pl-ml-0, .px-ml-0 {
    padding-left: 0 !important;
  }

  .p-ml-1 {
    padding: 0.25rem !important;
  }

  .pt-ml-1, .py-ml-1 {
    padding-top: 0.25rem !important;
  }

  .pr-ml-1, .px-ml-1 {
    padding-right: 0.25rem !important;
  }

  .pb-ml-1, .py-ml-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-ml-1, .px-ml-1 {
    padding-left: 0.25rem !important;
  }

  .p-ml-2 {
    padding: 0.5rem !important;
  }

  .pt-ml-2, .py-ml-2 {
    padding-top: 0.5rem !important;
  }

  .pr-ml-2, .px-ml-2 {
    padding-right: 0.5rem !important;
  }

  .pb-ml-2, .py-ml-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-ml-2, .px-ml-2 {
    padding-left: 0.5rem !important;
  }

  .p-ml-3 {
    padding: 1rem !important;
  }

  .pt-ml-3, .py-ml-3 {
    padding-top: 1rem !important;
  }

  .pr-ml-3, .px-ml-3 {
    padding-right: 1rem !important;
  }

  .pb-ml-3, .py-ml-3 {
    padding-bottom: 1rem !important;
  }

  .pl-ml-3, .px-ml-3 {
    padding-left: 1rem !important;
  }

  .p-ml-4 {
    padding: 1.5rem !important;
  }

  .pt-ml-4, .py-ml-4 {
    padding-top: 1.5rem !important;
  }

  .pr-ml-4, .px-ml-4 {
    padding-right: 1.5rem !important;
  }

  .pb-ml-4, .py-ml-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-ml-4, .px-ml-4 {
    padding-left: 1.5rem !important;
  }

  .p-ml-5 {
    padding: 3rem !important;
  }

  .pt-ml-5, .py-ml-5 {
    padding-top: 3rem !important;
  }

  .pr-ml-5, .px-ml-5 {
    padding-right: 3rem !important;
  }

  .pb-ml-5, .py-ml-5 {
    padding-bottom: 3rem !important;
  }

  .pl-ml-5, .px-ml-5 {
    padding-left: 3rem !important;
  }

  .m-ml-n1 {
    margin: -0.25rem !important;
  }

  .mt-ml-n1, .my-ml-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-ml-n1, .mx-ml-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-ml-n1, .my-ml-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-ml-n1, .mx-ml-n1 {
    margin-left: -0.25rem !important;
  }

  .m-ml-n2 {
    margin: -0.5rem !important;
  }

  .mt-ml-n2, .my-ml-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-ml-n2, .mx-ml-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-ml-n2, .my-ml-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-ml-n2, .mx-ml-n2 {
    margin-left: -0.5rem !important;
  }

  .m-ml-n3 {
    margin: -1rem !important;
  }

  .mt-ml-n3, .my-ml-n3 {
    margin-top: -1rem !important;
  }

  .mr-ml-n3, .mx-ml-n3 {
    margin-right: -1rem !important;
  }

  .mb-ml-n3, .my-ml-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-ml-n3, .mx-ml-n3 {
    margin-left: -1rem !important;
  }

  .m-ml-n4 {
    margin: -1.5rem !important;
  }

  .mt-ml-n4, .my-ml-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-ml-n4, .mx-ml-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-ml-n4, .my-ml-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-ml-n4, .mx-ml-n4 {
    margin-left: -1.5rem !important;
  }

  .m-ml-n5 {
    margin: -3rem !important;
  }

  .mt-ml-n5, .my-ml-n5 {
    margin-top: -3rem !important;
  }

  .mr-ml-n5, .mx-ml-n5 {
    margin-right: -3rem !important;
  }

  .mb-ml-n5, .my-ml-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-ml-n5, .mx-ml-n5 {
    margin-left: -3rem !important;
  }

  .m-ml-auto {
    margin: auto !important;
  }

  .mt-ml-auto, .my-ml-auto {
    margin-top: auto !important;
  }

  .mr-ml-auto, .mx-ml-auto {
    margin-right: auto !important;
  }

  .mb-ml-auto, .my-ml-auto {
    margin-bottom: auto !important;
  }

  .ml-ml-auto, .mx-ml-auto {
    margin-left: auto !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .container .row {
    padding: 60px 0;
  }
}
.container .row .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

html body.scroll {
  overflow: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  html body.scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
}
html body figure {
  margin: 0;
}

html body img {
  display: block;
  width: 100%;
}

html body input:-webkit-autofill, html body input:-webkit-autofill:hover, html body input:-webkit-autofill:focus input:-webkit-autofill, html body textarea:-webkit-autofill, html body textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, html body select:-webkit-autofill, html body select:-webkit-autofill:hover, html body select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #1d1d1b;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::selection {
  color: #fff;
  background-color: #f25319;
}

@media (min-width: 1024px) {
  body:not(.home) h2 {
    font-size: 50px;
    hyphens: initial;
  }
}
@media (min-width: 1024px) {
  body:not(.home) h3 {
    font-size: 26px;
    hyphens: initial;
  }
}
body {
  font-family: "work-sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #1d1d1b;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-locked, body.fancybox-active {
  overflow: hidden;
}

body h1 {
  font-family: "work-sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #004d82;
  margin: 0 0 10px 0;
  line-height: normal;
  hyphens: auto;
  letter-spacing: -1.2px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  body h1 {
    margin: 0 0 15px;
    font-size: 32px;
  }
}
body h2 {
  font-family: "work-sans", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #004d82;
  margin: 0 0 20px 0;
  line-height: 1.2;
  hyphens: auto;
  letter-spacing: -1.6px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  body h2 {
    margin: 0 0 20px;
    letter-spacing: -0.8px;
    font-size: 40px;
  }
}
body h3 {
  font-family: "work-sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  color: #004d82;
  margin: 0 0 30px 0;
  hyphens: auto;
  line-height: 1.2;
  letter-spacing: -0.96px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  body h3 {
    margin: 0 0 20px;
    font-size: 33px;
  }
}
body h4 {
  font-family: "work-sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #004d82;
  margin: 0 0 30px 0;
  line-height: 1.2;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h4 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  body h4 {
    font-size: 28px;
  }
}
body h5 {
  font-family: "work-sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #004d82;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  body h5 {
    margin: 0 0 10px 0;
  }
}
body h6 {
  font-weight: 700;
  color: #004d82;
  line-height: 1.2;
  margin: 0 0 30px 0;
  letter-spacing: 2.6px;
  font-size: 50px;
  font-family: "work-sans", sans-serif;
  text-transform: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h6 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  body h6 {
    margin: 0 0 20px;
    font-size: 33px;
    line-height: 1.4;
  }
}
body p {
  margin: 0;
  line-height: 1.6;
}

body p:not(:last-child) {
  margin: 0 0 15px 0;
}

@media (max-width: 767.98px) {
  body p {
    font-size: 16px;
  }
}
body a:not(.button) {
  color: #1779bc;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

body a:not(.button):hover {
  color: #cc3f0c;
}

body q {
  font-size: 1.1em;
  margin: 0;
  line-height: 2em;
}

body q:not(:last-child) {
  margin: 0 0 15px 0;
}

body q.bigquote {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

body ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

body ul:not(:last-child) {
  margin: 0 0 15px 0;
}

body button, body [type=button], body [type=reset], body [type=submit] {
  -webkit-appearance: button;
}

body button::-moz-focus-inner, body [type=button]::-moz-focus-inner, body [type=reset]::-moz-focus-inner, body [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

body button:-moz-focusring, body [type=button]:-moz-focusring, body [type=reset]:-moz-focusring, body [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

body [type=number]::-webkit-inner-spin-button, body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

body select {
  width: 100%;
  height: auto;
}

body .button, body button, body input[type=submit] {
  cursor: pointer;
}

body input[type=date], body input[type=datetime], body input[type=datetime-local], body input[type=email], body input[type=month], body input[type=number], body input[type=password], body input[type=range], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body textarea, body select {
  outline: none;
  appearance: none;
  font-weight: 400;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  background: #fff !important;
  color: #1d1d1b !important;
  padding: 12px 20px;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 16px;
  font-family: "work-sans", sans-serif !important;
  -webkit-text-fill-color: #1d1d1b !important;
  -webkit-box-shadow: none !important;
  line-height: inherit !important;
  min-height: inherit !important;
}

body[aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}

body textarea {
  resize: none;
  height: 110px !important;
  border-radius: 20px;
}

body textarea.large {
  height: 110px !important;
}

body .gfield_label {
  font-size: 14px;
  font-weight: 500 !important;
}

body .gform_wrapper {
  margin: 0 !important;
}

body .gform_wrapper .gform_required_legend {
  display: none;
}

body .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0;
}

body .gform_wrapper ul.gform_fields li.gfield:not(:last-child) {
  margin-bottom: 10px;
}

body .gform_wrapper ul.gform_fields li.gfield.hidden_label input {
  margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
  font-size: 14px;
  color: #1d1d1b;
  font-weight: 400 !important;
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield textarea.large {
  height: 200px !important;
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin: 0 !important;
}

@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    padding: 0 5px 0 0 !important;
  }

  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    padding: 0 0 0 5px !important;
  }
}
body .gform_wrapper .gform_footer {
  display: flex;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  justify-content: flex-start;
}

body .gform_wrapper .gform_footer input[type=submit] {
  outline: 0;
  border: none;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  body .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    justify-content: center;
  }
}
body .gform_wrapper div.validation_error {
  color: #1779bc;
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #1779bc;
  border-bottom: 1px solid #1779bc;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #202020;
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0;
  border-radius: 6px;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

body .gform_wrapper .validation_message {
  border: none;
  color: #c02b0a;
  padding-top: 5px !important;
  padding-left: 0;
  background: transparent;
  font-weight: 400;
}

body .gform_wrapper .gform_validation_errors {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  body main {
    min-height: calc(100vh - 80px - 500px);
  }
}
.ui-datepicker {
  display: none;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.button, button, input[type=submit] {
  width: auto;
  color: #fff;
  max-width: 100%;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  border: none;
  padding: 15px 41px 14px 22px;
  align-items: center;
  text-transform: none;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  -webkit-appearance: none;
  line-height: normal;
  font-family: "work-sans", sans-serif;
  border-radius: 6px;
  background-image: linear-gradient(to right, #FF6200 0%, #F24100 100%);
  background-size: 200% auto;
  transition: all 0.2s ease-in-out;
}

.button:after, button:after, input[type=submit]:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  margin-left: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.button:hover, button:hover, input[type=submit]:hover {
  color: #fff;
  background-position: right center;
}

.button:hover:after, button:hover:after, input[type=submit]:hover:after {
  color: #fff;
}

.button.alt, button.alt, input[type=submit].alt {
  color: #f25319;
  background-image: none;
  background-color: #ffdfc9;
}

.button.alt:after, button.alt:after, input[type=submit].alt:after {
  color: #f25319;
}

.button.alt:hover, button.alt:hover, input[type=submit].alt:hover {
  color: #f25319;
  background-color: #ffd0b0;
}

.button.alt:hover:after, button.alt:hover:after, input[type=submit].alt:hover:after {
  color: #f25319;
}

.button-holder {
  gap: 10px;
  width: 100%;
  margin-top: 25px;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .button-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-holder .button {
    width: auto;
  }
}
.button-holder.aligned-center {
  justify-content: center;
}

.hamburger {
  right: 0;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  transition-property: opacity, filter;
  padding: 0 0;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  gap: 11px;
}

.hamburger p {
  font-size: 18px;
  font-weight: 600;
  color: #004d82;
}

.hamburger :focus {
  outline: 0;
}

.hamburger:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger__box {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
}

.hamburger .hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger .hamburger__inner, .hamburger .hamburger__inner::before, .hamburger .hamburger__inner::after {
  width: 18px;
  height: 2px;
  background-color: #004d82;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger .hamburger__inner::before, .hamburger .hamburger__inner::after {
  content: "";
  display: block;
}

.hamburger .hamburger__inner::before {
  right: 0;
  width: 18px;
  top: -6px;
}

.hamburger .hamburger__inner::after {
  bottom: -6px;
}

.hamburger .hamburger__inner {
  top: 1px;
}

.hamburger .hamburger__inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger .hamburger__inner::after {
  top: 12px;
}

.hamburger.is-active .hamburger__inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger__inner::before {
  transform: rotate(-45deg) translate3d(-2.5714285714px, -4px, 0);
  opacity: 0;
}

.hamburger.is-active .hamburger__inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev:hover, .slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: #cc3f0c;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.15;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 35px;
  line-height: 1;
  display: block;
  color: #f25319;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.15s ease-in-out;
}

.slick-prev {
  left: 15px;
}

@media (min-width: 768px) {
  .slick-prev {
    left: 30px;
  }
}
@media (min-width: 1280px) {
  .slick-prev {
    left: 50px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 30px;
}

.slick-prev:before {
  content: "";
  font-weight: bold;
}

[dir=rtl] .slick-prev:before {
  content: "";
  font-weight: bold;
}

.slick-next {
  right: 15px;
}

@media (min-width: 768px) {
  .slick-next {
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .slick-next {
    right: 50px;
  }
}
[dir=rtl] .slick-next {
  left: 30px;
  right: auto;
}

.slick-next:before {
  content: "";
  font-weight: bold;
}

[dir=rtl] .slick-next:before {
  content: "";
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: -6px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 5px;
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 13px;
  left: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.35;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #88dd57;
  opacity: 0.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f25319;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  height: auto;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: sticky;
  background-color: #fff;
  font-family: "work-sans", sans-serif;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #e0edfa;
}

@media (min-width: 768px) {
  header {
    height: 70px;
    margin-bottom: -70px;
  }
}
@media (max-width: 767.98px) {
  header {
    height: 50px;
    margin-bottom: -50px;
  }
}
header .container {
  height: 100%;
  display: flex;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: height 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .container .header-items {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1023.98px) {
  header .container .header-items {
    justify-content: space-between;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .logo {
    z-index: 102;
    position: relative;
  }
}
header .container .header-items .logo a {
  display: block;
}

header .container .header-items .logo a img, header .container .header-items .logo a svg {
  width: auto;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container .header-items .logo a img, header .container .header-items .logo a svg {
    height: 30px;
  }
}
header .container .header-items .navigation-holder {
  display: flex;
}

@media (min-width: 1280px) {
  header .container .header-items .navigation-holder {
    margin-left: 100px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 1279.98px) {
  header .container .header-items .navigation-holder {
    margin-left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder {
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    opacity: 0;
    z-index: 101;
    height: 100dvh;
    margin-left: 0;
    position: fixed;
    background: #fff;
    visibility: hidden;
    align-items: center;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }

  header .container .header-items .navigation-holder.is-visible {
    opacity: 1;
    visibility: visible;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li {
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(1n) {
    animation-delay: 0.325s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(2n) {
    animation-delay: 0.45s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(3n) {
    animation-delay: 0.575s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(4n) {
    animation-delay: 0.7s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(5n) {
    animation-delay: 0.825s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(6n) {
    animation-delay: 0.95s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(7n) {
    animation-delay: 1.075s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(8n) {
    animation-delay: 1.2s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(9n) {
    animation-delay: 1.325s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(10n) {
    animation-delay: 1.45s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(11n) {
    animation-delay: 1.575s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(12n) {
    animation-delay: 1.7s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(13n) {
    animation-delay: 1.825s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(14n) {
    animation-delay: 1.95s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(15n) {
    animation-delay: 2.075s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(16n) {
    animation-delay: 2.2s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(17n) {
    animation-delay: 2.325s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(18n) {
    animation-delay: 2.45s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(19n) {
    animation-delay: 2.575s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(20n) {
    animation-delay: 2.7s;
  }
}
header .container .header-items .navigation-holder nav.navigation {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation {
    padding-top: 50px;
    overflow: scroll;
  }
}
header .container .header-items .navigation-holder nav.navigation > * {
  z-index: 1;
  position: relative;
}

header .container .header-items .navigation-holder nav.navigation > ul {
  z-index: 3;
  width: 100%;
  display: flex;
  position: unset;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    max-height: calc(100dvh - 50px);
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li {
    width: 100%;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li:first-child {
    border-top: 1px solid #e0edfa;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li:not(:last-child) {
    border-bottom: 1px solid #e0edfa;
  }
}
@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children:hover {
    cursor: pointer;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children a.navlink:after {
    font-size: 14px;
    content: "";
    font-weight: 400;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 6 Sharp";
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children.is-opened > a.navlink .toggle-subnav {
    transform: rotate(180deg);
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > a.navlink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    right: 0;
    top: 55px;
    opacity: 0;
    width: 100%;
    display: grid;
    gap: 3rem 2rem;
    overflow-x: auto;
    max-width: 1000px;
    padding: 60px 70px;
    visibility: hidden;
    position: absolute;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 30px 50px 0 rgba(0, 77, 130, 0.2);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul:has(li:hover) > li:not(:hover) {
    opacity: 0.4;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    gap: 40px;
    opacity: 0;
    display: none;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    flex-direction: column;
    padding: 25px 15px 40px 30px;
    transition: all 0.3s ease-in-out;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-active {
    opacity: 1;
    display: flex;
    max-height: unset;
    visibility: visible;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li {
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(1n) {
    animation-delay: 0.325s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(2n) {
    animation-delay: 0.45s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(3n) {
    animation-delay: 0.575s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(4n) {
    animation-delay: 0.7s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(5n) {
    animation-delay: 0.825s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(6n) {
    animation-delay: 0.95s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(7n) {
    animation-delay: 1.075s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(8n) {
    animation-delay: 1.2s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(9n) {
    animation-delay: 1.325s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(10n) {
    animation-delay: 1.45s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(11n) {
    animation-delay: 1.575s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(12n) {
    animation-delay: 1.7s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(13n) {
    animation-delay: 1.825s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(14n) {
    animation-delay: 1.95s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(15n) {
    animation-delay: 2.075s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(16n) {
    animation-delay: 2.2s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(17n) {
    animation-delay: 2.325s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(18n) {
    animation-delay: 2.45s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(19n) {
    animation-delay: 2.575s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li:nth-child(20n) {
    animation-delay: 2.7s;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li {
  gap: 15px;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .icon {
  width: 25px;
  display: flex;
  margin-top: 5px;
  align-items: center;
  color: #86a9cf;
  justify-content: flex-start;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item {
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item > a {
  padding: 0;
  font-size: 18px;
  color: #004d82;
  font-weight: 600;
  text-decoration: none;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item > a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item > a {
    font-size: 16px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item span.navlink-subtitle {
  font-size: 14px;
  color: 5 #5d5d5d;
  display: inline-block;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item span.navlink-link {
  gap: 8px;
  color: #f25319;
  font-size: 14px;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li .item span.navlink-link span {
  font-weight: 600;
  display: inline-block;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.alt-nav {
    max-width: 215px;
    background-color: #fff;
    padding: 30px 20px;
    right: unset;
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    gap: 15px;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.alt-nav {
    gap: 15px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.alt-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #004d82;
  text-decoration: none;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.log-in {
  display: flex;
  align-items: center;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.log-in a {
  color: #f25319;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.log-in a {
    padding: 10px 15px;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.log-in a {
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.log-in a i {
  color: #f25319;
  margin-right: 7px;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.search-function {
    padding: 10px 30px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.search-function a {
  text-decoration: none;
}

@media (min-width: 1280px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.search-function a {
    padding: 5px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.search-function a {
    padding: 10px 15px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.search-function a i {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 900;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-button {
  padding-left: 20px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-button {
    padding-left: 15px;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-button {
    padding: 15px 30px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-button .button {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-button .button {
    width: 100%;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-button .button:after {
  display: none;
}

header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "work-sans", sans-serif;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink.has-alt-nav {
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink:hover {
    color: #1779bc;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink.is-active {
    color: #1779bc;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink.is-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1779bc;
    margin-top: -4px;
    bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink {
    padding: 10px 13px;
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink {
    width: 100%;
    font-size: 18px;
    color: #004d82;
    font-weight: 600;
    padding: 15px 30px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav:before {
  font-size: 14px;
  content: "";
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Sharp";
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
    display: none;
  }
}
header .container .header-items .header-actions {
  gap: 15px;
  z-index: 102;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

header .container .header-items .header-actions .mobile-header-button {
  display: none;
}

@media (min-width: 768px) {
  header .container .header-items .header-actions .mobile-header-button {
    display: none;
  }
}
header .container .header-items .header-actions .mobile-header-button .button {
  font-size: 14px;
  padding: 10px 20px;
}

header.hidden-nav .header-items {
  justify-content: center;
}

.language-selector {
  display: flex;
  margin: 0 20px;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .language-selector {
    margin: 0 15px;
  }
}
.language-selector:hover .active-language + ul {
  opacity: 1;
  visibility: visible;
}

.language-selector img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.language-selector span {
  color: #1d1d1b;
  font-size: 18px;
  display: inline-block;
  font-family: "work-sans", sans-serif;
}

.language-selector .active-language {
  gap: 5px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}

.language-selector .active-language:after {
  line-height: 1;
  font-size: 16px;
  content: "";
  font-weight: 400;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  color: #1d1d1b;
  margin-top: -5px;
}

.language-selector .active-language a, .language-selector .active-language span {
  text-decoration: none;
  color: #1d1d1b;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

.language-selector ul {
  top: 40px;
  opacity: 0;
  left: -5px;
  right: -5px;
  position: absolute;
  visibility: hidden;
  padding: 0 5px 5px 5px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #e0edfa;
}

.language-selector ul li a {
  gap: 10px;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  color: #1d1d1b;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .language-switcher-desktop {
    display: none;
  }
}
.language-switcher-mobile {
  margin: 25px auto 0 auto;
}

@media (min-width: 1024px) {
  .language-switcher-mobile {
    display: none;
  }
}
.language-switcher-mobile ul {
  border-bottom: none;
}

footer.footer {
  padding: 80px 0 0 0;
  background-color: #004d82;
  position: relative;
}

footer.footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 275px;
  height: 339px;
  background-image: url("/app/themes/freshdev/resources/img/footer-element.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767.98px) {
  footer.footer:after {
    width: 180.519px;
    height: 222px;
    bottom: 80px;
    left: -30px;
  }
}
@media (max-width: 767.98px) {
  footer.footer {
    padding: 70px 0 0px 0;
  }
}
footer.footer .container {
  z-index: 1;
  max-width: 1205px;
  position: relative;
}

@media (max-width: 767.98px) {
  footer.footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer.footer .container .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  footer.footer .container .footer-content {
    gap: 50px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    margin-bottom: 70px;
  }
}
footer.footer .container .footer-content .footer-column {
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  footer.footer .container .footer-content .footer-column {
    margin: 0;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
footer.footer .container .footer-content .footer-column .holder {
  width: 410px;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  footer.footer .container .footer-content .footer-column .holder {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}
footer.footer .container .footer-content .footer-column .holder .image-holder {
  width: 300px;
  height: 92px;
}

@media (max-width: 1279.98px) {
  footer.footer .container .footer-content .footer-column .holder .image-holder {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .container .footer-content .footer-column .holder .image-holder {
    width: 248.53px;
    height: 76.591px;
    margin-left: 0;
  }
}
footer.footer .container .footer-content .footer-column .holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer.footer .container .footer-content .footer-column .holder .image-holder .socials-holder {
  width: 100px;
  height: 140px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: -40px 0 0 -50px;
}

footer.footer .container .footer-content .footer-column .holder .image-holder .socials-holder .social {
  width: 45px;
  height: 45px;
  display: flex;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  position: absolute;
  text-align: center;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  transform: rotate(45deg);
  background: linear-gradient(94deg, #ff6200 1.02%, #f24100 95.02%);
}

footer.footer .container .footer-content .footer-column .holder .image-holder .socials-holder .social:nth-child(1) {
  top: 10px;
  left: 32px;
  transform: translateX(-50%) rotate(45deg);
}

footer.footer .container .footer-content .footer-column .holder .image-holder .socials-holder .social:nth-child(2) {
  top: 50%;
  left: calc(100% + 12.5px);
  transform: translate(-150%, -50%) rotate(45deg);
}

footer.footer .container .footer-content .footer-column .holder .image-holder .socials-holder .social:nth-child(3) {
  left: 32px;
  bottom: 10px;
  transform: translateX(-50%) rotate(45deg);
}

footer.footer .container .footer-content .footer-column .holder .image-holder .socials-holder .social i {
  transform: rotate(-45deg);
}

footer.footer .container .footer-content .footer-column .holder .contact-column {
  width: 100%;
  display: flex;
  justify-content: end;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul {
  max-width: 230px;
  padding-top: 40px;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul li {
  display: flex;
  padding: 12.5px 0;
  align-items: flex-start;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul li:first-of-type {
  padding: 0 0 12.5px 0;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul li:last-of-type {
  padding: 12.5px 0 0 0;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul li:last-of-type a {
  font-weight: 400;
  font-size: 16px;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul li i {
  color: #f25319;
  padding-right: 8px;
  font-size: 13px;
  font-weight: 900;
  margin-top: 5px;
}

footer.footer .container .footer-content .footer-column .holder .contact-column ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

footer.footer .container .footer-content .footer-column .holder .contact-column .route {
  padding-left: 19px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

footer.footer .container .footer-content .footer-column .holder .contact-column .email, footer.footer .container .footer-content .footer-column .holder .contact-column .phone {
  margin-top: 20px;
}

footer.footer .container .footer-content .footer-column .holder .contact-column .email i, footer.footer .container .footer-content .footer-column .holder .contact-column .phone i {
  font-size: 16px;
  margin-right: 10px;
}

footer.footer .container .footer-content .footer-column .holder .contact-column .email a, footer.footer .container .footer-content .footer-column .holder .contact-column .phone a {
  font-weight: 500;
}

footer.footer .container .footer-content .footer-column h3, footer.footer .container .footer-content .footer-column p, footer.footer .container .footer-content .footer-column span, footer.footer .container .footer-content .footer-column a {
  color: #fff;
}

footer.footer .container .footer-content .footer-column h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

footer.footer .container .footer-content .footer-column a:not(.button):hover {
  color: #f25319;
}

footer.footer .container .footer-content .footer-column.links-column {
  max-width: 138px;
}

@media (max-width: 1279.98px) {
  footer.footer .container .footer-content .footer-column.links-column {
    max-width: 230px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .container .footer-content .footer-column.links-column {
    padding-top: 20px;
  }
}
footer.footer .container .footer-content .footer-column.links-column h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  padding-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  footer.footer .container .footer-content .footer-column.links-column h4 {
    padding-top: 0;
  }
}
footer.footer .container .footer-content .footer-column.links-column .links {
  padding-left: 19px;
}

footer.footer .container .footer-content .footer-column.links-column .links li {
  position: relative;
}

footer.footer .container .footer-content .footer-column.links-column .links li:not(:last-child) {
  margin-bottom: 6px;
}

footer.footer .container .footer-content .footer-column.links-column .links li:before {
  top: 4px;
  left: -20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
}

footer.footer .container .footer-content .footer-column.links-column .links li a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

footer.footer .container .footer-content .footer-column.form-column {
  max-width: 302px;
  width: 302px;
}

footer.footer .container .footer-content .footer-column.form-column h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  padding-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  footer.footer .container .footer-content .footer-column.form-column h4 {
    padding-top: 0;
  }
}
footer.footer .container .footer-content .footer-column.form-column p {
  font-size: 15px;
  font-weight: 400;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder {
  overflow: hidden;
  padding-top: 29px;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder .gform_validation_errors {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 0;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder .gform_validation_errors .gform-icon {
  border: 1px solid #fff;
  color: #fff;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder .gform_validation_errors h2 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: unset;
  font-weight: normal;
  color: #fff;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder .validation_message {
  border: none;
  outline: none;
  padding-top: 0x !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  padding-left: 20px;
  margin-top: 0 !important;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields {
  gap: 15px;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield {
  position: relative;
  border-radius: 8px;
  border: 2px solid #1779bc;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield.gfield--type-textarea {
  padding: 0 15px !important;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield.gfield--type-textarea.active label {
  top: 2%;
  left: 10px;
  font-size: 0.8em;
  color: #fff;
  background: #004d82;
  text-transform: uppercase;
  padding: 0 5px;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield.active label {
  top: 0%;
  left: 10px;
  color: #fff;
  background: #004d82;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  opacity: 1;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background: #004d82;
  padding: 0 5px;
  z-index: 8;
  opacity: 0.8;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container {
  position: relative;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container input, footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  padding: 17px 413.5px 16px 20.5px;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent !important;
  position: relative;
  z-index: 2;
  color: #fff !important;
  font-weight: 500;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 1023.98px) {
  footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container input, footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container textarea {
    padding: 17px 41.5px 16px 20.5px;
  }
}
footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container input::placeholder, footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  opacity: 0;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform-body .gform_fields .gfield.gfield_error:not(.active) label {
  top: 30%;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform_footer {
  margin-top: 15px;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform_footer .button {
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: 0.28px !important;
  background: linear-gradient(94deg, #ff6200 1.02%, #f24100 95.02%);
  transition: all 0.2s ease-in-out;
  border-radius: 6px !important;
}

footer.footer .container .footer-content .footer-column.form-column .form-holder form .gform_footer .button:after {
  display: none;
}

footer.footer .footer-copyright {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0 20px 0;
  z-index: 1;
  position: relative;
}

footer.footer .footer-copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1280px) {
  footer.footer .footer-copyright .container {
    max-width: 1320px;
  }
}
@media (max-width: 1023.98px) {
  footer.footer .footer-copyright .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-copyright .container {
    flex-direction: column;
    align-items: center;
  }
}
footer.footer .footer-copyright .container .copyright-text {
  display: flex;
}

@media (max-width: 767.98px) {
  footer.footer .footer-copyright .container .copyright-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer.footer .footer-copyright .container .copyright-text p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.26px;
  margin-bottom: 0;
}

footer.footer .footer-copyright .container .copyright-text p .separator {
  color: #1e1e1c;
  margin: 0 7px 0 7px;
}

@media (max-width: 767.98px) {
  footer.footer .footer-copyright .container .copyright-text p .separator {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-copyright .container .copyright-text .link-pages {
    display: flex;
    gap: 5px 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
footer.footer .footer-copyright .container .copyright-text .link-pages a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 768px) {
  footer.footer .footer-copyright .container .copyright-text .link-pages a:not(:last-of-type) {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  footer.footer .footer-copyright .container .copyright-text .link-pages a:not(:last-of-type) {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  footer.footer .footer-copyright .container .copyright-text .link-pages a:last-of-type {
    padding-right: 7px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer-copyright .container .made-by-text {
    margin-top: 15px;
  }
}
footer.footer .footer-copyright .container .made-by-text .made-by {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

footer.footer .footer-copyright .container .made-by-text .made-by a {
  color: #fff;
}

footer.footer .footer-copyright .container .made-by-text .made-by a:hover {
  color: #f25319;
}

footer.footer .footer-copyright .container .made-by-text .made-by i {
  color: #f25319;
}

@media (max-width: 767.98px) {
  footer.footer .footer-copyright .container .made-by-text .made-by {
    display: block;
  }
}
ol.breadcrumbs {
  display: none;
}

html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0;
  border-bottom: none;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  border: none;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: none;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 0;
    border-bottom: none;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.featherlight-next, .featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover, .featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span, .featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-next:hover span, .featherlight-previous:hover span {
  display: inline-block;
}

.featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
  display: none;
}

.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none;
}

.featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: none;
  }

  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.cookiepopup {
  left: 15px;
  bottom: 15px;
  z-index: 100;
  font-size: 14px;
  position: fixed;
  max-width: 350px;
  line-height: 1.4;
  border-radius: 5px;
  color: #1d1d1b;
  box-shadow: 0 4px 10px rgba(43, 43, 43, 0.15);
  width: calc(100% - 30px);
  background-color: #1d1d1b;
}

@media (min-width: 480px) {
  .cookiepopup {
    width: 350px;
  }
}
.cookiepopup .closebutton {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #1779bc;
}

.cookiepopup .closebutton:before {
  color: #fff;
  font-size: 15px;
  content: "";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}

.cookiepopup .inner {
  padding: 15px;
}

.cookiepopup .inner p:not(:last-child) {
  margin-bottom: 20px;
}

.cookiepopup .buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.cookiepopup .buttons .button {
  width: 100%;
  border: none;
  flex: 1 0 50%;
  max-width: 50%;
  box-shadow: none;
  padding: 14px 6px;
}

.cookiepopup .buttons .button:hover {
  top: 0;
}

.cookiepopup .buttons .button.removecookie {
  border-radius: 0 0 0 5px;
}

.cookiepopup .buttons .button.secondary {
  color: #fff;
  background: #f5f5f5;
  border-radius: 0 0 5px 0;
}

.cookiepopup .buttons .button.secondary:after {
  display: none;
}

.cookiepopup .buttons .button.secondary:hover {
  color: #fff;
  background: #e8e8e8;
}

.section {
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.45s ease-in-out;
}

.section.has-bg-lightblue {
  background-color: #e0edfa;
}

.section.has-bg-lightblue ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li:before {
  color: #fff;
  background-color: #86a9cf;
}

.section.has-bg-white {
  background-color: #fff;
}

.section.has-bg-beige {
  background-color: #fff4e8;
}

.section.has-pattern-blue {
  position: relative;
}

.section.has-pattern-blue:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 340px;
  height: 684px;
  background-image: url("/app/themes/freshdev/resources/img/pattern-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: -1;
}

.section.has-pattern-colored {
  position: relative;
}

.section.has-pattern-colored:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -145px;
  width: 444.012px;
  height: 753px;
  background-image: url("/app/themes/freshdev/resources/img/pattern-colored.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.has-pattern-colored:after {
    top: 50%;
    width: 256px;
    height: 433px;
    transform: translateY(-50%);
  }
}
.section.is-visible {
  opacity: 1;
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li {
  position: relative;
  margin-left: 50px;
}

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li:before {
  top: 4px;
  left: -35px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #004d82;
  content: "";
  font-weight: bold;
  position: absolute;
  align-items: center;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  background-color: #e0edfa;
  font-family: "Font Awesome 6 Pro";
}

@media (min-width: 768px) {
  .section {
    padding: 100px 0;
  }

  .section.has-no-padding-top-d {
    padding-top: 0 !important;
  }

  .section.has-no-padding-bottom-d {
    padding-bottom: 0 !important;
  }

  .section.has-large-padding {
    padding: 150px 0;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding: 50px 0;
  }

  .section.has-no-padding-top-m {
    padding-top: 0 !important;
  }

  .section.has-no-padding-bottom-m {
    padding-bottom: 0 !important;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.link-holder {
  width: 100%;
}

.link-holder .link {
  color: #1779bc;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.link-holder .link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-holder .link.has-arrow-right i {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.link-holder .link.has-arrow-right:hover i {
  margin-left: 15px;
}

.fancybox-slide--html {
  overflow: hidden;
  padding: 0 !important;
}

.popupconsent.for-cookie-modal-consent .popup-inner {
  border-radius: 8px;
}

.popupconsent.for-cookie-modal-consent .popup-inner .popup-holder .content p a {
  color: #f25319 !important;
  font-size: 14px;
  font-weight: 400;
}

.popupconsent.for-cookie-modal-consent .popup-inner .popup-holder .content p a span {
  color: #f25319 !important;
  font-size: 14px;
  font-weight: 400;
}

.popupconsent.for-cookie-modal-consent .popup-inner .popup-holder .button-holder .button.accept {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #007bff;
  background-image: none;
  color: #fff;
}

.popup {
  width: 80%;
  max-width: 1120px;
  max-height: 940px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
  height: calc(100vh - 80px);
}

.popup.for-cookie-modal {
  height: auto;
  max-width: 500px;
}

.popup.for-cookie-modal .fancybox-button {
  display: none;
}

.popup.for-cookie-modal .popup-holder {
  gap: 0;
  padding: 0;
}

.popup.for-cookie-modal .popup-holder .content {
  padding: 40px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .popup.for-cookie-modal .popup-holder .content {
    padding: 20px;
  }
}
.popup.for-cookie-modal .popup-holder .content h2 {
  font-size: 26px;
  line-height: 1.2;
}

.popup.for-cookie-modal .popup-holder .cookie-settings {
  padding: 0 40px 40px 40px;
}

@media (max-width: 767.98px) {
  .popup.for-cookie-modal .popup-holder .cookie-settings {
    padding: 0 20px 20px 20px;
  }
}
.popup.for-cookie-modal .popup-holder .cookie-settings.is-hidden {
  display: none;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form {
  width: 100%;
  display: inline-block;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label {
  width: 100%;
  cursor: pointer;
  padding-left: 45px;
  position: relative;
  display: inline-block;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label:not(:last-child) {
  margin-bottom: 15px;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label input:checked ~ .checkmark:before {
  opacity: 1;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span {
  width: 100%;
  display: inline-block;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.label-title {
  font-weight: 500;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.label-content {
  font-size: 13px;
  line-height: 1.2;
  text-align: justify;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.checkmark {
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #f5f5f5;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.checkmark:before {
  opacity: 0;
  color: #1d1d1b;
  line-height: 1;
  font-size: 14px;
  content: "";
  font-weight: normal;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 6 Sharp";
}

.popup.for-cookie-modal .popup-holder .button-holder {
  gap: 0;
  margin: 0;
}

.popup.for-cookie-modal .popup-holder .button-holder .button {
  border: none;
  outline: none;
}

.popup.for-cookie-modal .popup-holder .button-holder .button.alt {
  border: none;
  outline: none;
}

.popup.for-cookie-modal .popup-holder .button-holder .button.toggle-cookie-settings.is-active span.open {
  display: none;
}

.popup.for-cookie-modal .popup-holder .button-holder .button.toggle-cookie-settings:not(.is-active) span.close {
  display: none;
}

.popup.warning {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 415px;
  min-height: 400px;
  height: auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.popup.warning.active {
  opacity: 1;
  visibility: visible;
}

.popup.warning .content-holder {
  position: relative;
  padding: 8px 16px 32px 16px;
}

.popup.warning .content-holder .icon {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.popup.warning .content-holder .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup.warning .content-holder .icon i {
  font-size: 12px;
  color: #d92d20;
}

.popup.warning .content-holder .icon::before, .popup.warning .content-holder .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1.5px solid #d30909;
  background-color: transparent;
  z-index: 0;
  animation: pulse 2s infinite ease-out;
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .popup.warning .content-holder .icon::before, .popup.warning .content-holder .icon::after {
    width: 40%;
    height: 40%;
  }
}
.popup.warning .content-holder .icon::after {
  animation-delay: 1s;
}

.popup.warning .content-holder .icon.is-info i {
  color: #003e68;
}

.popup.warning .content-holder .icon.is-info::before, .popup.warning .content-holder .icon.is-info::after {
  border-color: #003e68;
}

.popup.warning .content-holder .icon.is-malfunction i {
  color: #dc6803;
}

.popup.warning .content-holder .icon.is-malfunction::before, .popup.warning .content-holder .icon.is-malfunction::after {
  border-color: #dc6803;
}

.popup.warning .content-holder .icon.is-emergency i {
  color: #d92d20;
}

.popup.warning .content-holder .icon.is-emergency::before, .popup.warning .content-holder .icon.is-emergency::after {
  border-color: #d92d20;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.popup.warning .content-holder .inner {
  padding-top: 23px;
}

.popup.warning .close-button {
  position: absolute;
  top: 16px;
  right: 16px;
}

.popup.warning .close-button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  font-weight: 900;
  color: #000;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .popup {
    height: 100%;
  }
}
.popup .fancybox-button {
  opacity: 1;
  width: 50px;
  height: 50px;
  color: #1d1d1b;
}

.popup .fancybox-button:after {
  display: none !important;
}

.popup .fancybox-button:hover {
  color: #f25319;
  background-color: transparent;
}

.popup .popup-holder {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (min-width: 768px) {
  .popup .popup-holder {
    padding: 50px 40px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .popup .popup-holder {
    order: 1;
    padding: 60px 25px 25px 25px;
  }
}
.popup .popup-holder .iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%;
}

.popup .popup-holder .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popup .popup-holder h1, .popup .popup-holder h2, .popup .popup-holder h3, .popup .popup-holder h4, .popup .popup-holder h5, .popup .popup-holder h6, .popup .popup-holder p, .popup .popup-holder a:not(.button), .popup .popup-holder ul li, .popup .popup-holder ol li {
  color: #1d1d1b;
}

.popup.customer {
  border-radius: 24px;
}

@media (max-width: 767.98px) {
  .popup.customer {
    border-radius: 12px;
    width: 90%;
  }
}
.popup.customer .inner {
  padding: 48px;
  position: relative;
}

@media (max-width: 767.98px) {
  .popup.customer .inner {
    padding: 16px;
  }
}
@media (max-width: 767.98px) {
  .popup.customer .inner .content-holder h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    max-width: 231px;
  }
}
.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield label {
  font-size: 18px;
  color: #004d82;
  font-weight: 600 !important;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield h3 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #004d82;
  font-weight: 600;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #1d1d1b;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select {
  position: relative;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select:after {
  position: absolute;
  bottom: 17px;
  right: 52%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #717680;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select:after {
    right: 90%;
  }
}
.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select .ginput_container select {
  width: 49%;
}

@media (max-width: 767.98px) {
  .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select .ginput_container select {
    width: 100%;
  }
}
.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-html {
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-html {
    margin-top: 10px;
  }
}
.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-multi_choice {
  margin-top: -15px;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.square .ginput_container .gfield_checkbox .gchoice input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #d5d7da;
  background: transparent !important;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.square .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.square .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #004d82;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.round .ginput_container .gfield_radio .gchoice input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 15px;
  height: 15px;
  border-radius: 100% !important;
  border: 1px solid #d5d7da;
  background: transparent !important;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  margin-left: 0;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.round .ginput_container .gfield_radio .gchoice input[type=radio]:checked {
  background-color: #000;
  border-color: #000;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.round .ginput_container .gfield_radio .gchoice input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #004d82;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea, .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  border-radius: 8px !important;
  border: 1px solid #86a9cf !important;
  background: #fff !important;
  padding: 17px 20.5px 16px 20.5px !important;
  line-height: normal;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder, .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder, .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder {
  color: #5d5d5d !important;
  -webkit-text-fill-color: #5d5d5d !important;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder, .popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
  color: #5d5d5d !important;
  -webkit-text-fill-color: #5d5d5d !important;
  font-size: 16px;
  font-weight: 400;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #1d1d1b;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #1d1d1b;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form .gform-footer {
  display: none;
}

.popup.customer .inner .content-holder .form-holder .gform_wrapper form.gform_validation_error .gform-footer {
  display: block;
}

.popup.customer .sticky-button {
  position: sticky;
  bottom: 0;
  left: 0;
  height: 130px;
  width: 100%;
  display: flex;
  background-color: #fff;
  box-shadow: 0 -4px 25px 0 rgba(0, 77, 130, 0.1);
}

@media (max-width: 767.98px) {
  .popup.customer .sticky-button {
    height: 97px;
  }
}
.popup.customer .sticky-button .button-holder {
  justify-content: flex-end;
  margin-right: 48px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .popup.customer .sticky-button .button-holder {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
}
.popup.reseller {
  border-radius: 24px;
}

@media (max-width: 767.98px) {
  .popup.reseller {
    border-radius: 12px;
    width: 90%;
  }
}
.popup.reseller .inner {
  padding: 48px;
  position: relative;
}

@media (max-width: 767.98px) {
  .popup.reseller .inner {
    padding: 16px;
  }
}
@media (max-width: 767.98px) {
  .popup.reseller .inner .content-holder {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .popup.reseller .inner .content-holder h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
  }
}
.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield label {
  font-size: 18px;
  color: #004d82;
  font-weight: 600 !important;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield h3 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #004d82;
  font-weight: 600;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #1d1d1b;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select {
  position: relative;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select:after {
  position: absolute;
  bottom: 17px;
  right: 52%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #717680;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select:after {
    right: 10px;
  }
}
.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select .ginput_container select {
  width: 49%;
}

@media (max-width: 767.98px) {
  .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.country-select .ginput_container select {
    width: 100%;
  }
}
.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-html {
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-html {
    margin-top: 10px;
  }
}
.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-multi_choice {
  margin-top: -15px;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.square .ginput_container .gfield_checkbox .gchoice input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #d5d7da;
  background: transparent !important;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.square .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.square .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #004d82;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.round .ginput_container .gfield_radio .gchoice input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 15px;
  height: 15px;
  border-radius: 100% !important;
  border: 1px solid #d5d7da;
  background: transparent !important;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  margin-left: 0;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.round .ginput_container .gfield_radio .gchoice input[type=radio]:checked {
  background-color: #000;
  border-color: #000;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.round .ginput_container .gfield_radio .gchoice input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #004d82;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea, .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  border-radius: 8px !important;
  border: 1px solid #86a9cf !important;
  background: #fff !important;
  padding: 17px 20.5px 16px 20.5px !important;
  line-height: normal;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder, .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder, .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder {
  color: #5d5d5d !important;
  -webkit-text-fill-color: #5d5d5d !important;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder, .popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
  color: #5d5d5d !important;
  -webkit-text-fill-color: #5d5d5d !important;
  font-size: 16px;
  font-weight: 400;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #1d1d1b;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #1d1d1b;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form .gform-footer {
  display: none;
}

.popup.reseller .inner .content-holder .form-holder .gform_wrapper form.gform_validation_error .gform-footer {
  display: block;
}

.popup.reseller .sticky-button {
  position: sticky;
  bottom: 0;
  left: 0;
  height: 130px;
  width: 100%;
  display: flex;
  background-color: #fff;
  box-shadow: 0 -4px 25px 0 rgba(0, 77, 130, 0.1);
}

@media (max-width: 767.98px) {
  .popup.reseller .sticky-button {
    height: 97px;
  }
}
.popup.reseller .sticky-button .button-holder {
  justify-content: flex-end;
  margin-right: 48px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .popup.reseller .sticky-button .button-holder {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
}
.sticky-page-navigation {
  z-index: 12;
  color: #fff;
  font-size: 14px;
  position: fixed;
  overflow: hidden;
  border-radius: 12px;
  display: inline-block;
  background-color: #004d82;
  box-shadow: 0 -1px 10px 0 rgba(145, 158, 171, 0.16), 0 4px 8px 0 rgba(145, 158, 171, 0.16);
  padding: 24px 40px;
  min-width: 250px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .sticky-page-navigation {
    width: 100%;
    z-index: 14;
    right: 40px;
    bottom: 60px;
    max-width: 377px;
  }
}
@media (max-width: 767.98px) {
  .sticky-page-navigation {
    left: unset;
    right: 15px;
    bottom: 45px;
    padding: 20px 20px;
    max-width: 270px;
  }
}
.sticky-page-navigation .title {
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.sticky-page-navigation .title:after {
  right: 0;
  color: #fff;
  font-size: 18px;
  content: "";
  position: absolute;
  font-weight: 400;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Pro";
}

.sticky-page-navigation .title i {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-right: 12px;
}

@media (max-width: 767.98px) {
  .sticky-page-navigation .title i {
    font-size: 20px;
  }
}
.sticky-page-navigation .title span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  display: inline-block;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .sticky-page-navigation .title span {
    font-size: 20px;
  }
}
.sticky-page-navigation .content {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.sticky-page-navigation .content ol {
  padding: 0;
  margin-top: 0;
  max-height: 0;
  line-height: 1.6;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.sticky-page-navigation .content ol li:not(:last-child) {
  margin-bottom: 3px;
}

.sticky-page-navigation .content ol li a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .sticky-page-navigation.is-opened {
    max-height: 65%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sticky-page-navigation.is-opened .title:after {
  transform: rotate(180deg);
}

.sticky-page-navigation.is-opened .content {
  opacity: 1;
  max-height: unset;
  visibility: visible;
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .sticky-page-navigation.is-opened .content {
    margin-top: 12px;
  }
}
.sticky-page-navigation.is-opened .content ol {
  max-height: unset;
  margin-left: 17px;
  margin-right: 5px;
}

.sticky-page-navigation.is-opened .content ol li {
  margin-bottom: 16px;
}

.sticky-page-navigation.is-opened .content ol li:last-child {
  margin-bottom: 0;
}

.sticky-page-navigation.is-opened .content ol li a {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

@media (max-width: 767.98px) {
  .sticky-page-navigation.is-opened .content ol li a {
    font-size: 13px;
  }
}
.sticky-page-navigation.is-opened .content ol li a:hover {
  color: #cc3f0c;
}

.topbar {
  background-color: #e0edfa;
}

.topbar .container {
  max-width: 100%;
  padding: 12px 30px;
}

@media (max-width: 1279.98px) {
  .topbar .container {
    padding: 12px 16px;
  }
}
.topbar .container .holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  .topbar .container .holder {
    display: none;
  }
}
.topbar .container .holder .content-holder {
  display: flex;
  align-items: center;
}

.topbar .container .holder .content-holder .image-holder {
  width: 85px;
  height: 24px;
  margin-right: 24px;
}

.topbar .container .holder .content-holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topbar .container .holder .content-holder .review-holder {
  display: flex;
  gap: 4px;
  margin-right: 12px;
}

.topbar .container .holder .content-holder .review-holder .star-holder {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.topbar .container .holder .content-holder .review-holder .star-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topbar .container .holder .content-holder .text-holder {
  display: flex;
  margin-right: 24px;
  gap: 4px;
  align-self: end;
}

@media (max-width: 1279.98px) {
  .topbar .container .holder .content-holder .text-holder {
    display: none;
  }
}
.topbar .container .holder .content-holder .text-holder p {
  font-size: 14px;
  color: #004d82;
  font-weight: 500;
  margin-bottom: 0;
}

.topbar .container .holder .content-holder .text-holder p strong {
  font-weight: 700;
}

.topbar .container .holder .content-holder .text-holder span {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 0;
}

.topbar .container .holder .content-holder .review-link-holder {
  display: flex;
  align-self: end;
}

.topbar .container .holder .content-holder .review-link-holder a {
  font-size: 14px;
  font-weight: 500;
  color: #f25319;
}

@media (max-width: 1023.98px) {
  .topbar .container .holder .content-holder .review-link-holder a {
    line-height: normal;
  }
}
.topbar .container .holder .info-holder {
  display: flex;
  gap: 24px;
  align-items: center;
}

.topbar .container .holder .info-holder .phone, .topbar .container .holder .info-holder .email {
  display: flex;
  gap: 8px;
  align-items: center;
}

.topbar .container .holder .info-holder .phone i, .topbar .container .holder .info-holder .email i {
  color: #f25319;
  font-size: 14px;
  font-weight: 900;
}

.topbar .container .holder .info-holder .phone a, .topbar .container .holder .info-holder .email a {
  font-size: 14px;
  font-weight: 500;
  color: #004d82;
  text-decoration: none;
}

.topbar .container .holder-mobile {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .topbar .container .holder-mobile {
    display: none;
  }
}
.topbar .container .holder-mobile .content-holder {
  display: flex;
}

.topbar .container .holder-mobile .content-holder .star-holder {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.topbar .container .holder-mobile .content-holder .star-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topbar .container .holder-mobile .content-holder .text-holder {
  display: flex;
  gap: 4px;
  align-items: center;
}

.topbar .container .holder-mobile .content-holder .text-holder p {
  font-size: 18px;
  font-weight: 700;
  color: #004d82;
  margin-bottom: 0;
}

.topbar .container .holder-mobile .content-holder .text-holder span {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.topbar .container .holder-mobile .review-link-holder a {
  color: #f25319;
  font-size: 14px;
  font-weight: 500;
}

.section-pageheader {
  padding: 180px 0 90px 0;
  background-color: #e0edfa;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual > img, .section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual > video {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content h1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(1n) {
  animation-delay: 0.725s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(2n) {
  animation-delay: 0.85s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(3n) {
  animation-delay: 0.975s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(4n) {
  animation-delay: 1.1s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(5n) {
  animation-delay: 1.225s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(6n) {
  animation-delay: 1.35s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(7n) {
  animation-delay: 1.475s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(8n) {
  animation-delay: 1.6s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(9n) {
  animation-delay: 1.725s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(10n) {
  animation-delay: 1.85s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(11n) {
  animation-delay: 1.975s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(12n) {
  animation-delay: 2.1s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(13n) {
  animation-delay: 2.225s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(14n) {
  animation-delay: 2.35s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(15n) {
  animation-delay: 2.475s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(16n) {
  animation-delay: 2.6s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(17n) {
  animation-delay: 2.725s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(18n) {
  animation-delay: 2.85s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(19n) {
  animation-delay: 2.975s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder > .button:nth-child(20n) {
  animation-delay: 3.1s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(1n) {
  animation-delay: 1.325s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(2n) {
  animation-delay: 1.45s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(3n) {
  animation-delay: 1.575s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(4n) {
  animation-delay: 1.7s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(5n) {
  animation-delay: 1.825s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(6n) {
  animation-delay: 1.95s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(7n) {
  animation-delay: 2.075s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(8n) {
  animation-delay: 2.2s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(9n) {
  animation-delay: 2.325s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(10n) {
  animation-delay: 2.45s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(11n) {
  animation-delay: 2.575s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(12n) {
  animation-delay: 2.7s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(13n) {
  animation-delay: 2.825s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(14n) {
  animation-delay: 2.95s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(15n) {
  animation-delay: 3.075s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(16n) {
  animation-delay: 3.2s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(17n) {
  animation-delay: 3.325s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(18n) {
  animation-delay: 3.45s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(19n) {
  animation-delay: 3.575s;
}

.section-pageheader.is-visible .container .pageheader-wrapper .pageheader-links .links > .link:nth-child(20n) {
  animation-delay: 3.7s;
}

@media (max-width: 767.98px) {
  .section-pageheader {
    padding: 80px 0 100px 0;
  }
}
.section-pageheader.has-pattern-colored:after, .section-pageheader.has-pattern-blue:after {
  z-index: -1;
  left: 0px;
  width: 290px;
  height: 750px;
  bottom: -140px;
  position: absolute;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .section-pageheader.has-pattern-colored:after, .section-pageheader.has-pattern-blue:after {
    bottom: -115px;
    width: 342.001px;
    height: 580px;
    left: -30px;
    top: unset;
    transform: unset;
  }
}
@media (min-width: 1440px) {
  .section-pageheader .container {
    max-width: 1280px;
  }
}
@media (max-width: 767.98px) {
  .section-pageheader .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-pageheader .container .pageheader-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper {
    gap: 30px;
  }
}
.section-pageheader .container .pageheader-wrapper .video-button {
  position: absolute;
  top: 24px;
  left: 48px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 4;
}

@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .video-button {
    top: 12px;
    left: 12px;
  }
}
.section-pageheader .container .pageheader-wrapper .video-button .video-button-inner {
  padding: 12px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .video-button .video-button-inner {
    padding: 6px 12px;
    gap: 8px;
  }
}
.section-pageheader .container .pageheader-wrapper .video-button .video-button-inner a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #004d82;
}

.section-pageheader .container .pageheader-wrapper .video-button .video-button-inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.section-pageheader .container .pageheader-wrapper .video-button .video-button-inner i {
  font-size: 16px;
  font-weight: 400;
  color: #004d82;
}

.section-pageheader .container .pageheader-wrapper .pageheader-visual {
  height: 565px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  width: calc(100% - 340px + 120px);
  flex: 1 0 calc(100% - 340px + 120px);
  max-width: calc(100% - 340px + 120px);
  background-color: #b4d4f3;
}

@media (max-width: 1023.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual {
    width: calc(100% - 270px + 60px);
    flex: 1 0 calc(100% - 270px + 60px);
    max-width: calc(100% - 270px + 60px);
  }
}
@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual {
    width: 100%;
    height: auto;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section-pageheader .container .pageheader-wrapper .pageheader-visual:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px;
  background-color: rgba(29, 29, 27, 0.2);
}

@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
}
.section-pageheader .container .pageheader-wrapper .pageheader-visual .background-visual {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 40px;
}

.section-pageheader .container .pageheader-wrapper .pageheader-visual .visual-icons {
  z-index: 2;
  opacity: 0.4;
  left: -15px;
  width: 260px;
  bottom: -20px;
  height: 320px;
  position: absolute;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual .visual-icons {
    left: -5px;
    width: 135px;
    bottom: -15px;
    height: 165px;
  }
}
.section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content {
  z-index: 3;
  height: 100%;
  display: flex;
  max-width: 860px;
  position: relative;
  flex-direction: column;
  padding: 0 0 110px 90px;
  justify-content: flex-end;
}

@media (max-width: 1439px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content {
    padding: 0 0 50px 50px;
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 1023.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content {
    padding: 0 0 25px 25px;
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content {
    display: none;
  }
}
.section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h1, .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h2, .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h3, .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h4, .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h5, .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h6, .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content p {
  color: #fff;
}

.section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h1 {
  margin-bottom: 0;
}

@media (max-width: 1279.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content h1 {
    font-size: 45px;
  }
}
.section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder .button.alt {
  padding: 15px 22px;
}

.section-pageheader .container .pageheader-wrapper .pageheader-visual .pageheader-content .button-holder .button.alt:after {
  display: none;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links {
  z-index: 2;
  width: 340px;
  flex: 1 0 340px;
  max-width: 340px;
  position: relative;
  margin-left: -120px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
}

@media (max-width: 1023.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-links {
    width: 270px;
    flex: 1 0 270px;
    max-width: 270px;
    margin-left: -60px;
  }
}
@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-links {
    margin-left: 0;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section-pageheader .container .pageheader-wrapper .pageheader-links .pageheader-links-heading {
  padding: 25px 30px;
  border-bottom: 1px solid #e0edfa;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .pageheader-links-heading h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
  font-family: "work-sans", sans-serif;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .links .link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: #004d82;
  padding: 20px 30px;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .links .link:not(:last-child) {
  border-bottom: 1px solid #e0edfa;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .links .link:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .links .link:hover {
  color: #fff;
  background-color: #1779bc;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .links .link:hover i {
  color: #fff;
}

.section-pageheader .container .pageheader-wrapper .pageheader-links .links .link i {
  color: #f25319;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}

.section-pageheader .container .pageheader-wrapper .pageheader-content-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .section-pageheader .container .pageheader-wrapper .pageheader-content-mobile {
    display: block;
    padding: 0 10px 0 10px;
  }

  .section-pageheader .container .pageheader-wrapper .pageheader-content-mobile h1 {
    hyphens: none;
  }

  .section-pageheader .container .pageheader-wrapper .pageheader-content-mobile .button-holder .button.alt {
    padding: 15px 22px;
  }

  .section-pageheader .container .pageheader-wrapper .pageheader-content-mobile .button-holder .button.alt:after {
    display: none;
  }
}
.pageheader-scroll-icon {
  z-index: 3;
  width: 100%;
  position: relative;
}

.pageheader-scroll-icon .scroll-icon {
  left: 50%;
  top: -30px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #004d82;
  position: absolute;
  border-radius: 60px;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
}

.section.section-content.has-pattern-colored:after {
  bottom: -370px;
}

@media (max-width: 1279.98px) {
  .section.section-content.has-pattern-colored:after {
    bottom: -420px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-content.has-pattern-colored:after {
    top: unset;
    transform: unset;
    bottom: -475px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content.has-pattern-colored:after {
    bottom: -208px;
  }
}
.section.section-content.has-pattern-colored .container .content-holder {
  padding-bottom: 150px;
}

@media (max-width: 1279.98px) {
  .section.section-content.has-pattern-colored .container .content-holder {
    padding-bottom: 180px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-content.has-pattern-colored .container .content-holder {
    padding-bottom: 180px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content.has-pattern-colored .container .content-holder {
    padding-bottom: 180px;
  }
}
.section.section-content.has-pattern-blue:after {
  bottom: -290px;
}

@media (max-width: 1279.98px) {
  .section.section-content.has-pattern-blue:after {
    bottom: -390px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-content.has-pattern-blue:after {
    top: unset;
    transform: unset;
    bottom: -108px;
    height: 384px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content.has-pattern-blue:after {
    bottom: -208px;
    height: 384px;
  }
}
.section.section-content.has-pattern-blue .container .content-holder {
  padding-bottom: 150px;
}

@media (max-width: 1023.98px) {
  .section.section-content.has-pattern-blue .container .content-holder {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content.has-pattern-blue .container .content-holder {
    padding-bottom: 180px;
  }
}
.section.section-content.is-visible .container .content-holder > .column {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(1n) {
  animation-delay: 0.325s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(2n) {
  animation-delay: 0.45s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(3n) {
  animation-delay: 0.575s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(4n) {
  animation-delay: 0.7s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(5n) {
  animation-delay: 0.825s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(6n) {
  animation-delay: 0.95s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(7n) {
  animation-delay: 1.075s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(8n) {
  animation-delay: 1.2s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(9n) {
  animation-delay: 1.325s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(10n) {
  animation-delay: 1.45s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(11n) {
  animation-delay: 1.575s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(12n) {
  animation-delay: 1.7s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(13n) {
  animation-delay: 1.825s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(14n) {
  animation-delay: 1.95s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(15n) {
  animation-delay: 2.075s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(16n) {
  animation-delay: 2.2s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(17n) {
  animation-delay: 2.325s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(18n) {
  animation-delay: 2.45s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(19n) {
  animation-delay: 2.575s;
}

.section.section-content.is-visible .container .content-holder > .column:nth-child(20n) {
  animation-delay: 2.7s;
}

.section.section-content.two-columns .container .content-holder {
  display: flex;
  gap: 120px;
  max-width: 100%;
}

@media (max-width: 1279.98px) {
  .section.section-content.two-columns .container .content-holder {
    flex-direction: column;
    gap: 30px;
  }
}
.section.section-content.two-columns .container .content-holder .column {
  width: 50%;
}

@media (max-width: 1279.98px) {
  .section.section-content.two-columns .container .content-holder .column {
    width: 100%;
  }
}
.section.section-content.two-columns .container .content-holder .column .content h2:only-child, .section.section-content.two-columns .container .content-holder .column .content h3:only-child {
  margin-bottom: 0;
}

.section.section-content.text-columns .container .content-holder {
  max-width: 100%;
}

.section.section-content.text-columns .container .content-holder .title {
  max-width: 880px;
  padding-bottom: 55px;
}

@media (max-width: 767.98px) {
  .section.section-content.text-columns .container .content-holder .title {
    padding-bottom: 40px;
  }
}
.section.section-content.text-columns .container .content-holder .column-holder {
  display: flex;
  gap: 160px;
}

@media (max-width: 1279.98px) {
  .section.section-content.text-columns .container .content-holder .column-holder {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content.text-columns .container .content-holder .column-holder {
    flex-direction: column;
  }
}
.section.section-content.text-columns .container .content-holder .column-holder .column {
  max-width: 520px;
}

@media (max-width: 1279.98px) {
  .section.section-content.text-columns .container .content-holder .column-holder .column {
    max-width: 100%;
  }
}
.section.section-content.text-columns .container .content-holder .column-holder .column .content h3, .section.section-content.text-columns .container .content-holder .column-holder .column .content h4 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  .section.section-content.text-columns .container .content-holder .column-holder .column .content h3, .section.section-content.text-columns .container .content-holder .column-holder .column .content h4 {
    margin-bottom: 30px;
  }
}
.section.section-content.text-columns .container .content-holder .column-holder .column .content h4 {
  margin-top: 42px;
}

@media (max-width: 767.98px) {
  .section.section-content.text-columns .container .content-holder .column-holder .column .content h4 {
    margin-top: 30px;
  }
}
.section.section-content.text-columns.has-indentation .container .content-holder .column-holder .column:last-of-type {
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .section.section-content.text-columns.has-indentation .container .content-holder .column-holder .column:last-of-type {
    margin-top: 0;
  }
}
.section.section-content .container .content-holder {
  max-width: 880px;
}

.section.section-content .container .content-holder .inner h2 {
  margin-bottom: 55px;
}

.section.section-content .container .content-holder .inner .button-holder {
  margin-top: 35px;
}

@media (max-width: 1023.98px) {
  .section.section-content .container .content-holder .inner .button-holder {
    justify-content: flex-start;
    width: unset;
  }
}
@media (max-width: 1023.98px) {
  .section.section-slider .content-holder {
    height: 350px;
  }
}
.section.section-slider .content-holder .swiper-holder .swiper-wrapper .swiper-slide .image-wrapper {
  position: relative;
}

.section.section-slider .content-holder .swiper-holder .swiper-wrapper .swiper-slide .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section.section-slider .content-holder .swiper-holder .swiper-wrapper .swiper-slide .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.section.section-slider .content-holder .swiper-holder .swiper-actions .swiper-button-prev, .section.section-slider .content-holder .swiper-holder .swiper-actions .swiper-button-next {
  color: #fff !important;
}

.section-faq.is-visible .container .faq-wrapper .faq-title h1, .section-faq.is-visible .container .faq-wrapper .faq-title h2, .section-faq.is-visible .container .faq-wrapper .faq-title h3, .section-faq.is-visible .container .faq-wrapper .faq-title h4 {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section-faq.is-visible .container .faq-wrapper .faq-title p {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > * {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-faq.is-visible .container .faq-wrapper .faq-items-wrapper > *:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-faq.has-content .container {
  display: flex;
  gap: 97px;
}

@media (max-width: 1279.98px) {
  .section-faq.has-content .container {
    gap: 35px;
  }
}
@media (max-width: 1023.98px) {
  .section-faq.has-content .container {
    flex-direction: column;
  }
}
.section-faq.has-content .container .content-wrapper {
  max-width: 520px;
}

@media (max-width: 1023.98px) {
  .section-faq.has-content .container .content-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .section-faq.has-content .container .content-wrapper h2 {
    font-size: 50px;
  }
}
.section-faq.has-content .container .faq-wrapper .faq {
  max-width: 550px;
}

@media (max-width: 1023.98px) {
  .section-faq.has-content .container .faq-wrapper .faq {
    max-width: 100%;
  }
}
.section-faq.has-content .container .faq-wrapper .faq .faq-items-wrapper .faq-item .faq-heading {
  align-items: flex-start;
}

.section-faq.has-content .container .faq-wrapper .faq .faq-items-wrapper .faq-item .faq-heading h3 {
  width: calc(100% - 60px);
}

.section-faq .faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section-faq .faq-wrapper .faq {
  z-index: 2;
  max-width: 880px;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq {
    max-width: 100%;
  }
}
.section-faq .faq-wrapper .faq .faq-title {
  padding-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .section-faq .faq-wrapper .faq .faq-title {
    padding-bottom: 25px;
  }
}
.section-faq .faq-wrapper .faq .faq-title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.8px;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .faq-title h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
  }
}
.section-faq .faq-wrapper .faq .faq-title p {
  max-width: 480px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-faq .faq-wrapper .faq {
    margin-left: -170px;
  }
}
@media (max-width: 1279.98px) {
  .section-faq .faq-wrapper .faq {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .section-faq .faq-wrapper .faq {
    width: 100%;
    flex: 1 0 100%;
    margin: 0 auto;
  }
}
.section-faq .faq-wrapper .faq .faq-items-wrapper {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.section-faq .faq-wrapper .faq .faq-item {
  position: relative;
  border-radius: 6px;
  background-color: #e0edfa;
  border: 1px solid #e0edfa;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading {
  gap: 20px;
  padding: 20px;
  display: flex;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading:hover {
  cursor: pointer;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading h3 {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .faq-item .faq-heading h3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.85px;
    hyphens: none;
    max-width: calc(100% - 60px);
    flex: 1 0 calc(100% - 60px);
  }
}
.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon {
  width: 40px;
  height: 40px;
  display: flex;
  color: #004d82;
  border-radius: 6px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon:after {
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 6 Pro";
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon.opened:after {
  content: "";
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon.closed:after {
  content: "";
}

.section-faq .faq-wrapper .faq .faq-item .faq-body {
  padding: 0 80px 20px 20px;
}

.section-faq .faq-wrapper .faq .faq-item .faq-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

@media (min-width: 1920px) {
  .section-faq .faq-wrapper .faq .faq-item .faq-body p {
    font-size: 18px;
  }
}
.section-faq .faq-wrapper .faq .faq-item .faq-body:not(.is-opened) {
  display: none;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .button-holder {
    width: unset;
  }
}
.section.section-cta {
  overflow: visible;
  padding-top: 200px;
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .section.section-cta {
    margin-top: 0;
  }
}
.section.section-cta.is-visible .holder .container .cta-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image {
    padding-top: 0;
  }
}
.section.section-cta.has-small-image .holder {
  top: 0px;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .holder {
    position: relative;
    top: 54px;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder {
  box-shadow: none;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f25319;
}

@media (max-width: 1023.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder {
    flex-direction: column;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .image-holder, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder {
  background-color: #f25319;
}

.section.section-cta.has-small-image .holder .container .cta-holder .image-holder {
  flex: 1 0 465px;
  max-width: 465px;
}

@media (max-width: 1023.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .image-holder {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .image-holder img {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .image-holder img {
    width: 180px;
    height: 180px;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .content-holder {
  flex: 1 0 calc(100% - 465px);
  max-width: calc(100% - 465px);
}

@media (max-width: 1023.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .content-holder {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner {
  padding: 45px 48px 55px 0;
}

@media (max-width: 1279.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner {
    padding: 0px 40px 33px 30px;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h2, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h3, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h2, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h3, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h4 {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h2, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h3, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h4, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h5, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner h6, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner p, .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner a:not(.button) {
  color: #fff;
}

.section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner a:not(.button) {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner a:not(.button) {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 22px;
  }
}
.section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner p {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .holder .container .cta-holder .content-holder .inner p {
    line-height: 22px;
    font-size: 14px;
  }
}
.section.section-cta.has-small-image .background-image {
  top: 0;
  height: 712px;
}

@media (max-width: 767.98px) {
  .section.section-cta.has-small-image .background-image {
    bottom: 0;
    height: 225px;
    top: unset;
  }
}
.section.section-cta.has-small-image .background-image:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.section.section-cta .holder {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.section.section-cta .holder .container .cta-holder {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 100px 60px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

@media (max-width: 1023.98px) {
  .section.section-cta .holder .container .cta-holder {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .holder .container .cta-holder {
    box-shadow: none;
  }
}
.section.section-cta .holder .container .cta-holder .image-holder {
  width: 100%;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1440px) {
  .section.section-cta .holder .container .cta-holder .image-holder {
    flex: 1 0 520px;
    max-width: 520px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cta .holder .container .cta-holder .image-holder {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.section.section-cta .holder .container .cta-holder .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1023.98px) {
  .section.section-cta .holder .container .cta-holder .image-holder img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.section.section-cta .holder .container .cta-holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

@media (max-width: 1023.98px) {
  .section.section-cta .holder .container .cta-holder .image-holder:after {
    padding-bottom: 40%;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .holder .container .cta-holder .image-holder:after {
    padding-bottom: 68%;
  }
}
.section.section-cta .holder .container .cta-holder .content-holder {
  width: 100%;
  background-color: #fff4e8;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 1440px) {
  .section.section-cta .holder .container .cta-holder .content-holder {
    flex: 1 0 calc(100% - 520px);
    max-width: calc(100% - 520px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cta .holder .container .cta-holder .content-holder {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
.section.section-cta .holder .container .cta-holder .content-holder .inner {
  padding: 77px 85px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1279.98px) {
  .section.section-cta .holder .container .cta-holder .content-holder .inner {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .holder .container .cta-holder .content-holder .inner {
    padding: 45px 20px;
  }
}
.section.section-cta .holder .container .cta-holder .content-holder .inner h3 {
  margin-bottom: 35px;
}

.section.section-cta .background-image {
  position: relative;
  width: 100%;
  height: 627px;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .section.section-cta .background-image {
    height: 692px;
  }
}
.section.section-cta .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-cta .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section.section-usps.is-visible .container .usp-holder > * {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(1n) {
  animation-delay: 0.325s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(2n) {
  animation-delay: 0.45s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(3n) {
  animation-delay: 0.575s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(4n) {
  animation-delay: 0.7s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(5n) {
  animation-delay: 0.825s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(6n) {
  animation-delay: 0.95s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(7n) {
  animation-delay: 1.075s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(8n) {
  animation-delay: 1.2s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(9n) {
  animation-delay: 1.325s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(10n) {
  animation-delay: 1.45s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(11n) {
  animation-delay: 1.575s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(12n) {
  animation-delay: 1.7s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(13n) {
  animation-delay: 1.825s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(14n) {
  animation-delay: 1.95s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(15n) {
  animation-delay: 2.075s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(16n) {
  animation-delay: 2.2s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(17n) {
  animation-delay: 2.325s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(18n) {
  animation-delay: 2.45s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(19n) {
  animation-delay: 2.575s;
}

.section.section-usps.is-visible .container .usp-holder > *:nth-child(20n) {
  animation-delay: 2.7s;
}

.section.section-usps .container .usp-holder {
  gap: 30px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .section.section-usps .container .usp-holder {
    margin: 0 -5px;
    gap: 10px;
  }
}
.section.section-usps .container .usp-holder .usp {
  margin: 0 15px;
  width: calc(25% - 30px);
  background-color: #e0edfa;
  border-radius: 40px;
  padding: 51px 40px 50px 40px;
}

@media (max-width: 1023.98px) {
  .section.section-usps .container .usp-holder .usp {
    width: calc(50% - 10px);
    margin: 0;
    padding: 33px 4px 33px 5px;
  }
}
.section.section-usps .container .usp-holder .usp .text {
  text-align: center;
}

.section.section-usps .container .usp-holder .usp .text .counter-number {
  color: #1779bc;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
}

@media (max-width: 1023.98px) {
  .section.section-usps .container .usp-holder .usp .text .counter-number {
    font-size: 46px;
  }
}
.section.section-usps .container .usp-holder .usp .text p {
  font-size: 16px;
}

.section.section-logos.is-visible .container .content-holder h1, .section.section-logos.is-visible .container .content-holder h2, .section.section-logos.is-visible .container .content-holder h3, .section.section-logos.is-visible .container .content-holder h4 {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-logos.is-visible .container .swiper .swiper-wrapper > .swiper-slide:nth-child(20n) {
  animation-delay: 2.9s;
}

@media (min-width: 1440px) {
  .section.section-logos .container {
    max-width: 1214px;
  }
}
.section.section-logos .container .content-holder {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.section.section-logos .container .content-holder .inner {
  text-align: center;
}

.section.section-logos .container .swiper-holder-contained .swiper-wrapper {
  margin-left: 70px;
}

@media (max-width: 767.98px) {
  .section.section-logos .container .swiper-holder-contained .swiper-wrapper {
    margin-left: 0;
  }
}
.section.section-logos .container .swiper-holder-contained .swiper-wrapper .swiper-slide .image-wrapper img {
  max-width: 110px;
  height: 40px;
  object-fit: contain;
}

.section.section-logos .container .swiper-holder-contained .swiper-actions .swiper-button-prev, .section.section-logos .container .swiper-holder-contained .swiper-actions .swiper-button-next {
  color: #f25319 !important;
}

.section.section-logos .container .swiper-holder-contained .swiper-actions .swiper-button-prev:after, .section.section-logos .container .swiper-holder-contained .swiper-actions .swiper-button-next:after {
  font-size: 24px;
  font-weight: 400;
}

.section.section-logos .container .swiper-holder-contained .swiper-actions .swiper-button-prev {
  left: 0;
  opacity: 1;
}

.section.section-logos .container .swiper-holder-contained .swiper-actions .swiper-button-next {
  right: 0;
  opacity: 1;
}

.section.section-blog-snippet.is-visible .holder .content {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-blog-snippet.is-visible .holder .cards > .card {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-blog-snippet.is-visible .holder .cards > .card:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-blog-snippet:after {
  background-color: #fff4e8;
  position: absolute;
  width: 100%;
  bottom: 150px;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.section-blog-snippet:after {
    bottom: 140px;
  }
}
.section.section-blog-snippet .holder {
  display: flex;
  gap: 107px;
  margin: 0 auto;
  max-width: 1215px;
}

@media (min-width: 1920px) {
  .section.section-blog-snippet .holder {
    padding-left: calc((100vw - 1140px + 10px) / 2);
    padding-right: calc((100vw - 1140px + 10px) / 2);
    max-width: unset;
    margin: unset;
  }
}
@media (max-width: 1439.98px) {
  .section.section-blog-snippet .holder {
    padding-left: calc((100vw - 1140px + 10px) / 2);
    padding-right: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-blog-snippet .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
    padding-right: calc((100vw - 960px + 10px) / 2);
    gap: 80px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-blog-snippet .holder {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    gap: 82px;
  }
}
@media (max-width: 767.98px) {
  .section.section-blog-snippet .holder {
    gap: 62px;
    padding-right: 0;
  }
}
.section.section-blog-snippet .holder .content {
  width: 399px;
  max-width: 399px;
  padding-bottom: 130px;
}

@media (max-width: 1279.98px) {
  .section.section-blog-snippet .holder .content {
    width: 340px;
    max-width: 340px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-blog-snippet .holder .content {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-blog-snippet .holder .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section.section-blog-snippet .holder .cards {
  width: calc(100% - 399px - 107px);
  max-width: calc(100% - 399px - 107px);
  display: flex;
  gap: 30px;
}

@media (max-width: 1279.98px) {
  .section.section-blog-snippet .holder .cards {
    width: calc(100% - 340px - 107px);
    max-width: calc(100% - 340px - 107px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-blog-snippet .holder .cards {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section.section-blog-snippet .holder .cards {
    display: none;
  }
}
.section.section-blog-snippet .holder .cards .card {
  position: relative;
}

.section.section-blog-snippet .holder .cards .card .content-holder {
  height: 100%;
}

.section.section-blog-snippet .holder .cards .card .content-holder .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.section.section-blog-snippet .holder .cards-mobile {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 480px) {
  .section.section-blog-snippet .holder .cards-mobile {
    display: none;
  }
}
.section.section-blog-snippet .holder .cards-mobile .swiper-slide {
  height: auto;
}

.section.section-blog-snippet .holder .cards-mobile .swiper-slide .card {
  width: 100%;
  height: 100%;
  box-shadow: 10px -3px 25px -3px rgba(0, 77, 130, 0.2);
}

.section.section-cases-slider.is-visible .holder .content {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper-actions {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-cases-slider.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-cases-slider:after {
  background-color: #fff4e8;
  position: absolute;
  width: 100%;
  bottom: 190px;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.section-cases-slider:after {
    bottom: 140px;
  }
}
.section.section-cases-slider .holder {
  display: flex;
  padding-left: calc((100vw - 1140px + 10px) / 2);
  align-items: stretch;
  gap: 40px;
}

@media (max-width: 1279.98px) {
  .section.section-cases-slider .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cases-slider .holder {
    margin-left: auto;
    padding-left: 20px;
    flex-direction: column;
    gap: 100px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cases-slider .holder {
    gap: 80px;
  }
}
.section.section-cases-slider .holder .content {
  width: 399px;
  max-width: 399px;
  padding-bottom: 130px;
}

@media (max-width: 1023.98px) {
  .section.section-cases-slider .holder .content {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-cases-slider .holder .content {
    padding-left: 10px;
  }
}
.section.section-cases-slider .holder .case-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-cases-slider .holder .case-holder {
    flex: 1 0 calc(100% - 399px - 40px);
    max-width: calc(100% - 399px - 40px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cases-slider .holder .case-holder {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section.section-cases-slider .holder .case-holder {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .section.section-cases-slider .holder .case-holder .swiper {
    padding: 50px 30px;
  }
}
.section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper {
  align-items: stretch;
}

@media (max-width: 1023.98px) {
  .section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper {
    padding: 20px 0;
  }
}
.section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  transition: 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  .section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev:not(.force-visible) {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper .swiper-slide .card {
  box-shadow: 0px 0px 30px 0px rgba(0, 77, 130, 0.2);
  position: relative;
  height: 100%;
}

@media (max-width: 767.98px) {
  .section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper .swiper-slide .card {
    box-shadow: 10px -3px 25px -3px rgba(0, 77, 130, 0.2);
  }
}
.section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper .swiper-slide .card .content-holder {
  height: 100%;
}

.section.section-cases-slider .holder .case-holder .swiper .swiper-wrapper .swiper-slide .card .content-holder .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 60px);
}

.section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-prev, .section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-next {
  top: 12%;
}

@media (max-width: 1023.98px) {
  .section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-prev, .section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-next {
    display: none;
  }
}
.section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-prev:after, .section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-next:after {
  color: #f25319;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-next {
  right: 35px;
}

.section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-prev {
  left: auto;
  right: 65px;
}

.section.section-cases-slider .holder .case-holder .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(1n) {
  animation-delay: 0.325s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(2n) {
  animation-delay: 0.45s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(3n) {
  animation-delay: 0.575s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(4n) {
  animation-delay: 0.7s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(5n) {
  animation-delay: 0.825s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(6n) {
  animation-delay: 0.95s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(7n) {
  animation-delay: 1.075s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(8n) {
  animation-delay: 1.2s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(9n) {
  animation-delay: 1.325s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(10n) {
  animation-delay: 1.45s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(11n) {
  animation-delay: 1.575s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(12n) {
  animation-delay: 1.7s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(13n) {
  animation-delay: 1.825s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(14n) {
  animation-delay: 1.95s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(15n) {
  animation-delay: 2.075s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(16n) {
  animation-delay: 2.2s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(17n) {
  animation-delay: 2.325s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(18n) {
  animation-delay: 2.45s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(19n) {
  animation-delay: 2.575s;
}

.section.section-images-slider.is-visible .slider-container .slider-track > .slide:nth-child(20n) {
  animation-delay: 2.7s;
}

.section.section-images-slider .slider-container {
  overflow: hidden;
  width: 100%;
}

.section.section-images-slider .slider-container .slider-track {
  display: flex;
  width: max-content;
}

.section.section-images-slider .slider-container .slider-track .slide {
  flex: 0 0 auto;
  margin-right: 10px;
}

.section.section-images-slider .slider-container .slider-track .slide img {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 400px;
}

@media (max-width: 767.98px) {
  .section.section-images-slider .slider-container .slider-track .slide img {
    width: 350px;
  }
}
.section.section-image-card.is-visible .container .card-holder .content-holder .inner {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

@media (min-width: 1440px) {
  .section.section-image-card .container {
    max-width: 1240px;
  }
}
.section.section-image-card .container .card-holder {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section.section-image-card .container .card-holder {
    flex-direction: column;
  }
}
.section.section-image-card .container .card-holder:before {
  background: #004d82;
  width: 45%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .section.section-image-card .container .card-holder:before {
    width: 100%;
    height: 200px;
  }
}
.section.section-image-card .container .card-holder:after {
  background: linear-gradient(270deg, rgba(0, 77, 130, 0) 0%, #004D82 100%);
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  height: 100%;
  z-index: 1;
  right: 0;
}

@media (max-width: 1023.98px) {
  .section.section-image-card .container .card-holder:after {
    top: 180px;
    width: 100%;
    height: 100%;
    left: 0;
    transform: unset;
    background: linear-gradient(0deg, rgba(0, 77, 130, 0) 0%, #004D82 100%);
  }
}
.section.section-image-card .container .card-holder .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section.section-image-card .container .card-holder .image-wrapper .image-holder {
  width: 100%;
  height: 100%;
}

.section.section-image-card .container .card-holder .image-wrapper .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-image-card .container .card-holder .content-holder {
  position: relative;
  z-index: 2;
}

.section.section-image-card .container .card-holder .content-holder .inner {
  padding: 100px 0 100px 75px;
  max-width: 810px;
}

@media (max-width: 1023.98px) {
  .section.section-image-card .container .card-holder .content-holder .inner {
    padding: 40px 50px 340px 30px;
    max-width: 100%;
  }
}
.section.section-image-card .container .card-holder .content-holder .inner h3 {
  max-width: 326px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  line-height: normal;
  hyphens: none;
}

@media (max-width: 767.98px) {
  .section.section-image-card .container .card-holder .content-holder .inner h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.56px;
  }
}
.section.section-image-card .container .card-holder .content-holder .inner h2, .section.section-image-card .container .card-holder .content-holder .inner h3, .section.section-image-card .container .card-holder .content-holder .inner h4, .section.section-image-card .container .card-holder .content-holder .inner h5, .section.section-image-card .container .card-holder .content-holder .inner p, .section.section-image-card .container .card-holder .content-holder .inner a:not(.button), .section.section-image-card .container .card-holder .content-holder .inner ul li {
  color: #fff;
}

.section.section-image-card .container .card-holder .content-holder .inner ul li {
  margin-bottom: 10px;
}

.section.section-card-slider.is-visible .holder .text-holder h1, .section.section-card-slider.is-visible .holder .text-holder h2, .section.section-card-slider.is-visible .holder .text-holder h3, .section.section-card-slider.is-visible .holder .text-holder h4 {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-card-slider.is-visible .holder .text-holder p {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-card-slider.is-visible .card-holder .slider-wrapper > .slide:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-card-slider.is-visible .wrapper .visual > img, .section.section-card-slider.is-visible .wrapper .visual > video {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-card-slider.is-visible .wrapper .visual .content h1, .section.section-card-slider.is-visible .wrapper .visual .content h2, .section.section-card-slider.is-visible .wrapper .visual .content h3, .section.section-card-slider.is-visible .wrapper .visual .content h4 {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-card-slider.is-visible .wrapper .visual .content p {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(1n) {
  animation-delay: 0.725s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(2n) {
  animation-delay: 0.85s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(3n) {
  animation-delay: 0.975s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(4n) {
  animation-delay: 1.1s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(5n) {
  animation-delay: 1.225s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(6n) {
  animation-delay: 1.35s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(7n) {
  animation-delay: 1.475s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(8n) {
  animation-delay: 1.6s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(9n) {
  animation-delay: 1.725s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(10n) {
  animation-delay: 1.85s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(11n) {
  animation-delay: 1.975s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(12n) {
  animation-delay: 2.1s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(13n) {
  animation-delay: 2.225s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(14n) {
  animation-delay: 2.35s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(15n) {
  animation-delay: 2.475s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(16n) {
  animation-delay: 2.6s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(17n) {
  animation-delay: 2.725s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(18n) {
  animation-delay: 2.85s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(19n) {
  animation-delay: 2.975s;
}

.section.section-card-slider.is-visible .wrapper .visual .content .button-holder > .button:nth-child(20n) {
  animation-delay: 3.1s;
}

.section.section-card-slider.is-grid .holder {
  min-height: 764px;
}

.section.section-card-slider.is-grid .holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.section.section-card-slider.is-grid .holder .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
}

.section.section-card-slider.is-grid .holder .background-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section.section-card-slider.is-grid .holder .text-holder {
  padding-bottom: 550px;
}

.section.section-card-slider.is-grid .holder .card-holder {
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -425px;
  display: flex;
  padding-bottom: unset;
}

@media (max-width: 1439.98px) {
  .section.section-card-slider.is-grid .holder .card-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-card-slider.is-grid .holder .card-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.section-card-slider.is-grid .holder .card-holder .card-grid {
  max-width: 1236px;
  display: flex;
  gap: 80px 32px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.section.section-card-slider.is-grid .holder .card-holder .card-grid .card {
  align-items: stretch;
  height: auto;
}

.section.section-card-slider .holder {
  position: relative;
}

.section.section-card-slider .holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.section.section-card-slider .holder .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.section.section-card-slider .holder .background-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section.section-card-slider .holder .text-holder {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 557px;
  padding-top: 120px;
  padding-bottom: 220px;
}

@media (max-width: 1023.98px) {
  .section.section-card-slider .holder .text-holder {
    padding: 110px 30px 160px 30px;
  }
}
.section.section-card-slider .holder .text-holder h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .section.section-card-slider .holder .text-holder h2 {
    font-size: 28px;
    font-weight: 700;
  }
}
.section.section-card-slider .holder .text-holder P {
  font-weight: 500;
}

.section.section-card-slider .holder .text-holder h2, .section.section-card-slider .holder .text-holder h3, .section.section-card-slider .holder .text-holder h4, .section.section-card-slider .holder .text-holder h5, .section.section-card-slider .holder .text-holder h6, .section.section-card-slider .holder .text-holder p, .section.section-card-slider .holder .text-holder a:not(.button) {
  color: #fff;
  text-align: center;
}

.section.section-card-slider .holder .card-holder {
  padding-bottom: 70px;
  margin-top: -125px;
  z-index: 4;
  display: flex;
  align-items: stretch;
}

.section.section-card-slider .holder .card-holder .swiper-wrapper {
  z-index: 3;
  display: flex;
  margin: 0 -10px;
  overflow-y: visible;
  position: relative;
  margin-bottom: -30px;
  padding: 50px 50px 30px 50px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (max-width: 1439.98px) {
  .section.section-card-slider .holder .card-holder .swiper-wrapper {
    padding-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-card-slider .holder .card-holder .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-card-slider .holder .card-holder .swiper-wrapper {
    padding-left: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .section.section-card-slider .holder .card-holder .swiper-wrapper {
    padding: 50px 20px 30px 10px;
    margin-left: 10px;
  }
}
.section.section-card-slider .holder .card-holder .swiper-wrapper .swiper-slide {
  height: auto;
}

.section.section-card-slider .holder .card-holder .swiper-wrapper .swiper-slide .card {
  min-width: 100%;
}

.section.section-card-slider .holder .card-holder .swiper-wrapper .swiper-slide .card .inner h4 {
  hyphens: none;
}

.section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-prev, .section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-next {
  top: unset;
  bottom: -5px;
  left: 55%;
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-prev, .section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-next {
    display: none;
  }
}
.section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-next {
  right: 35px;
}

.section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #f25319;
}

.section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-prev {
  left: 45%;
  right: unset;
}

.section.section-card-slider .holder .card-holder .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #f25319;
}

.section.section-contact {
  overflow: visible;
}

.section.section-contact.is-visible .holder .sidebar .content {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-contact.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-contact.is-visible .holder .form-holder {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

@media (min-width: 768px) {
  .section.section-contact {
    margin-bottom: 150px;
  }
}
.section.section-contact .breadcrumbs {
  padding-left: calc((100vw - 1140px + 10px) / 2);
}

@media (min-width: 1920px) {
  .section.section-contact .breadcrumbs {
    padding-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-contact .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.section-contact .breadcrumbs .rank-math-breadcrumbs .rank-math-breadcrumb p a, .section.section-contact .breadcrumbs .rank-math-breadcrumbs .rank-math-breadcrumb p span {
  color: #86a9cf;
  font-size: 14px;
  font-size: 14px;
}

.section.section-contact .holder {
  padding-top: 102px;
  display: flex;
  gap: 34px;
  padding-left: 150px;
  padding-right: 60px;
  align-items: center;
  margin-bottom: -235px;
}

@media (min-width: 1920px) {
  .section.section-contact .holder {
    padding-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1439.98px) {
  .section.section-contact .holder {
    padding-left: calc((100vw - 1140px + 10px) / 2);
    padding-right: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-contact .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
    padding-right: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact .holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .holder {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 30px;
  }
}
.section.section-contact .holder .sidebar {
  width: 553px;
  max-width: 553px;
}

@media (max-width: 1279.98px) {
  .section.section-contact .holder .sidebar {
    width: 430px;
    max-width: 430px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact .holder .sidebar {
    width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .holder .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.section.section-contact .holder .sidebar .content {
  max-width: 501px;
}

.section.section-contact .holder .sidebar .card-holder {
  padding-top: 90px;
}

@media (max-width: 767.98px) {
  .section.section-contact .holder .sidebar .card-holder {
    padding-top: 30px;
  }
}
.section.section-contact .holder .sidebar .card-holder .contact-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 77, 130, 0.2);
  max-width: 400px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section.section-contact .holder .sidebar .card-holder .contact-card {
    margin-bottom: 20px;
  }
}
.section.section-contact .holder .sidebar .card-holder .contact-card .inner {
  padding: 30px;
}

@media (max-width: 1023.98px) {
  .section.section-contact .holder .sidebar .card-holder .contact-card .inner {
    padding: 20px;
  }
}
.section.section-contact .holder .sidebar .card-holder .contact-card .inner h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner p {
  max-width: 300px;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner a {
  color: #f25319;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner a i {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 900;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner a.address {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner .contact-information-row {
  display: flex;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner .contact-information-row a {
  display: flex;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner .contact-information-row .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner .contact-information-row .icon i {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #f25319;
}

.section.section-contact .holder .sidebar .card-holder .contact-card .inner .contact-information-row p {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}

.section.section-contact .holder .form-holder {
  width: calc(100% - 553px - 34px);
  max-width: calc(100% - 553px - 34px);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 77, 130, 0.2);
  padding: 50.5px 65.5px 50.5px 66.5px;
  height: fit-content;
  margin-top: 60px;
}

@media (min-width: 1440px) {
  .section.section-contact .holder .form-holder {
    max-width: 800px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-contact .holder .form-holder {
    width: calc(100% - 430px - 34px);
    max-width: calc(100% - 430px - 34px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact .holder .form-holder {
    width: calc(100% - 350px - 34px);
    max-width: calc(100% - 350px - 34px);
    padding: 50.5px 20.5px 50.5px 20.5px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .holder .form-holder {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.section.section-contact .holder .form-holder .inner {
  padding-bottom: 45px;
}

.section.section-contact .holder .form-holder .inner p {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}

.section.section-contact .holder .form-holder .gform_wrapper .gform_heading {
  display: none;
}

.section.section-contact .holder .form-holder .gform_wrapper .gform_validation_errors {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 30px;
  padding-inline-end: 25px;
  padding-inline-start: 25px;
}

.section.section-contact .holder .form-holder .gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}

.section.section-contact .holder .form-holder .gform_wrapper .gform_validation_errors h2 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: unset;
  font-weight: normal;
}

.section.section-contact .holder .form-holder .gform_wrapper .validation_message {
  border: none;
  outline: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff9f9 !important;
  padding: 12.992px 24px !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields {
  gap: 15px;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) {
  position: relative;
  border: 2px solid #e0edfa;
  border-radius: 8px;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).active:not(.gfield--type-radio, .gfield--type-fileupload, .gfield--type-checkbox, .gfield--type-multi_choice) {
  border: 2px solid #86a9cf;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-textarea.active label {
  top: 0%;
  left: 10px;
  font-size: 12px;
  color: #004d82;
  background: #fff;
  text-transform: uppercase;
  padding: 0 5px;
  opacity: 1;
  font-weight: 600;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-fileupload input[type=file]::file-selector-button {
  padding: 0 10px 0 0;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  color: #004d82;
  font-size: 16px;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-fileupload .ginput_container input {
  padding: 8px 20px !important;
  color: #5d5d5d;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal;
  background: #fff;
  z-index: 8;
  height: 52px;
  font-style: italic;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: normal;
  background: #fff;
  padding: 0 5px;
  z-index: 8;
  opacity: 0.8;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).active label {
  top: 0%;
  left: 10px;
  color: #004d82;
  background: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 600 !important;
  opacity: 1;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container {
  position: relative;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container .gfield_description {
  padding-left: 20.5px;
  padding-bottom: 5px;
  font-size: 12px !important;
  margin-top: 0 !important;
  display: none;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container input:not([type=checkbox], [type=radio]) {
  min-height: 52px !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container input:not(.gfield-choice-input), .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container textarea {
  width: 100%;
  padding: 17px 41.5px 16px 20.5px;
  border: none;
  outline: none;
  font-size: 1em;
  background: transparent !important;
  position: relative;
  z-index: 2;
  color: #1d1d1b !important;
  font-weight: 500;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container input:not(.gfield-choice-input)::placeholder, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .ginput_container textarea::placeholder {
  opacity: 0;
  color: #5d5d5d !important;
  font-weight: 900 !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield_error:not(.active) label {
  top: 30%;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_checkbox {
  padding-left: 10px;
  padding-bottom: 10px;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio label, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_checkbox label {
  top: unset;
  left: unset;
  transform: unset;
  position: relative;
  font-weight: 400 !important;
  text-transform: unset;
  font-size: 16px !important;
  pointer-events: all;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio input, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_checkbox input {
  accent-color: #f25319;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio .gchoice, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio .gchoice .gfield-choice-input, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_checkbox .gchoice .gfield-choice-input {
  cursor: pointer;
  resize: none;
  color: #f25319 !important;
  caret-color: #f25319 !important;
  border: 2px solid #f25319 !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio .gchoice .gfield-choice-input:before, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_checkbox .gchoice .gfield-choice-input:before {
  color: #f25319 !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha) .gfield_radio .gchoice .gfield-choice-input:before {
  background-color: #f25319 !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-radio .gfield_label, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-checkbox .gfield_label, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-select .gfield_label, .section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-multi_choice .gfield_label {
  top: 0;
  left: 0;
  font-size: 12px !important;
  padding: 0 5px;
  color: #004d82;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-textarea label {
  top: 15px;
  transform: unset;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-captcha).gfield--type-textarea.active label {
  transform: translateY(-50%);
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform_footer {
  margin-top: 15px;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform_footer .button {
  width: auto !important;
  color: #fff !important;
  max-width: 100% !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  position: relative !important;
  border: none !important;
  padding: 15px 41px 14px 22px !important;
  align-items: center !important;
  text-transform: none !important;
  display: inline-flex !important;
  text-decoration: none !important;
  justify-content: center !important;
  -webkit-appearance: none !important;
  line-height: normal !important;
  font-family: "work-sans", sans-serif !important;
  border-radius: 6px !important;
  background-image: linear-gradient(to right, #FF6200 0%, #F24100 100%) !important;
  background-size: 200% auto !important;
  transition: all 0.2s ease-in-out !important;
}

.section.section-contact .holder .form-holder .gform_wrapper form .gform_footer .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro" !important;
  color: #fff;
  margin-left: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(1n) {
  animation-delay: 0.325s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(2n) {
  animation-delay: 0.45s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(3n) {
  animation-delay: 0.575s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(4n) {
  animation-delay: 0.7s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(5n) {
  animation-delay: 0.825s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(6n) {
  animation-delay: 0.95s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(7n) {
  animation-delay: 1.075s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(8n) {
  animation-delay: 1.2s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(9n) {
  animation-delay: 1.325s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(10n) {
  animation-delay: 1.45s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(11n) {
  animation-delay: 1.575s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(12n) {
  animation-delay: 1.7s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(13n) {
  animation-delay: 1.825s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(14n) {
  animation-delay: 1.95s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(15n) {
  animation-delay: 2.075s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(16n) {
  animation-delay: 2.2s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(17n) {
  animation-delay: 2.325s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(18n) {
  animation-delay: 2.45s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(19n) {
  animation-delay: 2.575s;
}

.section.section-small-image-cards.is-visible .container .card-holder > .image-card:nth-child(20n) {
  animation-delay: 2.7s;
}

.section.section-small-image-cards .container .card-holder {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

@media (max-width: 1439.98px) {
  .section.section-small-image-cards .container .card-holder {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section.section-small-image-cards .container .card-holder {
    flex-direction: column;
    gap: 10px;
  }
}
.section.section-small-image-cards .container .card-holder .image-card {
  position: relative;
  width: calc(50% - 20px);
  height: auto;
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  .section.section-small-image-cards .container .card-holder .image-card {
    width: 100%;
  }
}
.section.section-small-image-cards .container .card-holder .image-card:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.section.section-small-image-cards .container .card-holder .image-card .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.section-small-image-cards .container .card-holder .image-card .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.section.section-small-image-cards .container .card-holder .image-card .inner {
  z-index: 1;
  padding: 50px 0 50px 60px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-small-image-cards .container .card-holder .image-card .inner {
    padding: 30px 0 40px 30px;
  }
}
.section.section-small-image-cards .container .card-holder .image-card .inner .content-holder h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}

@media (max-width: 767.98px) {
  .section.section-small-image-cards .container .card-holder .image-card .inner .content-holder h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.52px;
  }
}
.section.section-small-image-cards .container .card-holder .image-card .inner .filter-holder {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.section.section-small-image-cards .container .card-holder .image-card .inner .filter-holder .filter {
  padding: 5px 12px 6px 12px;
  background: rgba(29, 29, 27, 0.8);
  border-radius: 100px;
}

.section.section-small-image-cards .container .card-holder .image-card .inner .filter-holder .filter p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.section.section-small-image-cards .container .card-holder .image-card .inner .button-holder {
  margin-top: 28px;
  position: unset;
}

.section.section-small-image-cards .container .card-holder .image-card .inner .button-holder .button {
  position: unset;
}

@media (max-width: 767.98px) {
  .section.section-small-image-cards .container .card-holder .image-card .inner .button-holder .button {
    padding: 12px 41px 11px 22px;
  }
}
.section.section-small-image-cards .container .card-holder .image-card .inner .button-holder .button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.section.section-blog-overview.is-visible .container .intro {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-blog-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-blog-overview .container .intro {
  max-width: 562px;
}

.section.section-blog-overview .container .blog-holder {
  display: flex;
  flex-direction: column;
}

.section.section-blog-overview .container .blog-holder .cards-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  padding-top: 128px;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section.section-blog-overview .container .blog-holder .cards-holder {
    padding-top: 60px;
  }
}
.section.section-blog-overview .container .blog-holder .cards-holder .card {
  width: 30%;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-blog-overview .container .blog-holder .cards-holder .card {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .section.section-blog-overview .container .blog-holder .cards-holder .card {
    width: 100%;
  }
}
.section.section-blog-overview .container .blog-holder .cards-holder .card .content-holder {
  height: 100%;
}

.section.section-blog-overview .container .blog-holder .cards-holder .card .content-holder .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.section.section-blog-overview .container .blog-holder .pages-holder {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  gap: 10px;
}

.section.section-blog-overview .container .blog-holder .pages-holder .page {
  width: 45px;
  height: 45px;
  background-color: #e0edfa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-decoration: none;
}

.section.section-blog-overview .container .blog-holder .pages-holder .page.active {
  background-color: #004d82;
}

.section.section-blog-overview .container .blog-holder .pages-holder .page.active p {
  color: #fff;
}

.section.section-blog-overview .container .blog-holder .pages-holder .page p {
  color: #1779bc;
}

.section.section-block-cards {
  overflow: visible;
  transform: none;
  margin-bottom: 140px;
}

@media (min-width: 1024px) {
  .section.section-block-cards {
    min-height: 700px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards {
    margin-bottom: 40px;
  }
}
.section.section-block-cards.is-visible .holder .content-holder {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-block-cards.is-visible .block-holder .button-holder {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-block-cards.is-visible .block-holder .blocks .column > .block:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-block-cards:after {
  left: -75px;
}

@media (max-width: 1279.98px) {
  .section.section-block-cards:after {
    left: -115px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards:after {
    width: 250px;
    height: 450px;
    left: -80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-block-cards:after {
    width: 244px;
    height: 494px;
  }
}
@media (max-width: 767.98px) {
  .section.section-block-cards {
    margin-bottom: 105px;
  }
}
.section.section-block-cards.has-scroll {
  overflow: hidden;
  backface-visibility: hidden;
}

.section.section-block-cards.has-scroll .holder {
  display: flex;
  gap: 108px;
  align-items: flex-start;
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .section.section-block-cards.has-scroll .holder {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .section.section-block-cards.has-scroll .holder {
    flex-direction: column;
    gap: 50px;
  }
}
.section.section-block-cards.has-scroll .holder .block-holder {
  width: 380px;
  margin-top: 0;
  max-height: 750px;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

@media (min-width: 1024px) {
  .section.section-block-cards.has-scroll .holder .block-holder {
    flex: 1 0 380px;
    max-width: 380px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder {
    width: 500px;
    margin: 0 auto;
    overflow: unset;
  }
}
@media (max-width: 767.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder {
    width: 100%;
    max-height: unset;
  }
}
.section.section-block-cards.has-scroll .holder .block-holder .blocks {
  display: unset;
  width: 100%;
  max-width: 100%;
  gap: 0;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder .blocks:not(.swiper) {
    display: block;
  }
}
.section.section-block-cards.has-scroll .holder .block-holder .blocks .block {
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder .blocks .block {
    box-shadow: 0px 0px 30px 0px rgba(0, 77, 130, 0.2);
  }
}
.section.section-block-cards.has-scroll .holder .block-holder .blocks .block:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1023.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder .blocks .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner {
  padding: 44px 24px 43px 44px;
  position: unset;
}

@media (max-width: 1279.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner {
    padding: 20px 20px 20px 20px;
  }
}
.section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner p {
  color: #5d5d5d;
  font-size: 15px;
}

.section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner h2, .section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner h3, .section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner a {
  font-size: 14px;
  font-weight: 600;
  color: #f25319;
  position: unset;
}

.section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner a i {
  color: #f25319;
  margin-right: 8px;
  font-size: 12px;
}

.section.section-block-cards.has-scroll .holder .block-holder .blocks .block .inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

@media (min-width: 1024px) {
  .section.section-block-cards.has-scroll .holder .content-holder {
    padding-bottom: 400px;
    flex: 1 0 calc(100% - 108px - 380px);
    max-width: calc(100% - 108px - 380px);
  }
}
.section.section-block-cards .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .section.section-block-cards .holder {
    padding-right: 0;
    padding-left: 0;
  }
}
.section.section-block-cards .holder .content-holder {
  max-width: 445px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-block-cards .holder .content-holder {
    width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .content-holder {
    width: 100%;
    max-width: 100%;
  }
}
.section.section-block-cards .holder .content-holder p {
  max-width: 501px;
}

.section.section-block-cards .holder .block-holder {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 445px - 50px);
  max-width: calc(100% - 445px - 50px);
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-block-cards .holder .block-holder {
    width: calc(100% - 400px - 50px);
    max-width: calc(100% - 400px - 50px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .block-holder {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .section.section-block-cards .holder .block-holder {
    flex-direction: column;
  }
}
.section.section-block-cards .holder .block-holder .button-holder .button {
  width: auto;
}

.section.section-block-cards .holder .block-holder .blocks {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.section.section-block-cards .holder .block-holder .blocks.has-four {
  align-items: flex-start;
}

.section.section-block-cards .holder .block-holder .blocks.has-four .column:nth-child(1) {
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .block-holder .blocks {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-block-cards .holder .block-holder .blocks {
    width: 100%;
    max-width: 100%;
    gap: 20px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section.section-block-cards .holder .block-holder .blocks .column {
    flex: 1 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.section.section-block-cards .holder .block-holder .blocks .column .block {
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 77, 130, 0.2);
  background-color: #fff;
  position: relative;
}

@media (max-width: 767.98px) {
  .section.section-block-cards .holder .block-holder .blocks .column .block {
    box-shadow: 0px 0px 30px 0px rgba(0, 77, 130, 0.2);
  }
}
.section.section-block-cards .holder .block-holder .blocks .column .block:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .block-holder .blocks .column .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section.section-block-cards .holder .block-holder .blocks .column .block .inner {
  padding: 30px;
  position: unset;
}

@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .block-holder .blocks .column .block .inner {
    padding: 20px;
  }
}
.section.section-block-cards .holder .block-holder .blocks .column .block .inner p {
  color: #5d5d5d;
  font-size: 15px;
}

.section.section-block-cards .holder .block-holder .blocks .column .block .inner h2, .section.section-block-cards .holder .block-holder .blocks .column .block .inner h3, .section.section-block-cards .holder .block-holder .blocks .column .block .inner h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.section.section-block-cards .holder .block-holder .blocks .column .block .inner a {
  font-size: 14px;
  font-weight: 600;
  color: #f25319;
  position: unset;
}

.section.section-block-cards .holder .block-holder .blocks .column .block .inner a i {
  color: #f25319;
  margin-right: 8px;
  font-size: 12px;
}

.section.section-block-cards .holder .block-holder .blocks .column .block .inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.section.section-block-cards .holder .block-holder .blocks.swiper {
  width: 100%;
  width: calc(100% + 50px);
  padding-left: 30px;
  padding-top: 90px;
  min-height: 500px;
  margin-top: -60px;
  margin-right: -20px;
  padding-right: 20px;
  margin-left: -30px;
  max-width: calc(100% + 50px);
}

@media (min-width: 768px) {
  .section.section-block-cards .holder .block-holder .blocks.swiper {
    display: none;
  }
}
.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper:not(.has-four) .swiper-slide:nth-child(1) {
  display: flex;
  align-items: center;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper.has-four {
  align-items: flex-start;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper.has-four .swiper-slide:nth-child(1) {
  margin-top: 40px;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block {
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 77, 130, 0.2);
  background-color: #fff;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner {
  padding: 44px 24px 43px 44px;
}

@media (max-width: 1279.98px) {
  .section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner {
    padding: 20px 20px 20px 20px;
  }
}
.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner p {
  color: #5d5d5d;
  font-size: 14px;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  margin-bottom: 14px;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner a {
  font-size: 14px;
  font-weight: 600;
  color: #f25319;
}

.section.section-block-cards .holder .block-holder .blocks.swiper .swiper-wrapper .swiper-slide .column .block .inner a i {
  color: #f25319;
  margin-right: 8px;
  font-size: 12px;
}

.pin-spacer {
  box-sizing: border-box !important;
  overflow: visible !important;
}

.section.section-content-tabs {
  padding: 180px 0 90px 0;
}

.section.section-content-tabs.is-visible .container .content-wrapper > * {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(1n) {
  animation-delay: 0.325s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(2n) {
  animation-delay: 0.45s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(3n) {
  animation-delay: 0.575s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(4n) {
  animation-delay: 0.7s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(5n) {
  animation-delay: 0.825s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(6n) {
  animation-delay: 0.95s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(7n) {
  animation-delay: 1.075s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(8n) {
  animation-delay: 1.2s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(9n) {
  animation-delay: 1.325s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(10n) {
  animation-delay: 1.45s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(11n) {
  animation-delay: 1.575s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(12n) {
  animation-delay: 1.7s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(13n) {
  animation-delay: 1.825s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(14n) {
  animation-delay: 1.95s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(15n) {
  animation-delay: 2.075s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(16n) {
  animation-delay: 2.2s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(17n) {
  animation-delay: 2.325s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(18n) {
  animation-delay: 2.45s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(19n) {
  animation-delay: 2.575s;
}

.section.section-content-tabs.is-visible .container .content-wrapper > *:nth-child(20n) {
  animation-delay: 2.7s;
}

.section.section-content-tabs.is-visible .wrapper .visual > img, .section.section-content-tabs.is-visible .wrapper .visual > video {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-content-tabs.is-visible .wrapper .visual .content h1, .section.section-content-tabs.is-visible .wrapper .visual .content h2, .section.section-content-tabs.is-visible .wrapper .visual .content h3, .section.section-content-tabs.is-visible .wrapper .visual .content h4 {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-content-tabs.is-visible .wrapper .visual .content p {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(1n) {
  animation-delay: 0.725s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(2n) {
  animation-delay: 0.85s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(3n) {
  animation-delay: 0.975s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(4n) {
  animation-delay: 1.1s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(5n) {
  animation-delay: 1.225s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(6n) {
  animation-delay: 1.35s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(7n) {
  animation-delay: 1.475s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(8n) {
  animation-delay: 1.6s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(9n) {
  animation-delay: 1.725s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(10n) {
  animation-delay: 1.85s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(11n) {
  animation-delay: 1.975s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(12n) {
  animation-delay: 2.1s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(13n) {
  animation-delay: 2.225s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(14n) {
  animation-delay: 2.35s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(15n) {
  animation-delay: 2.475s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(16n) {
  animation-delay: 2.6s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(17n) {
  animation-delay: 2.725s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(18n) {
  animation-delay: 2.85s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(19n) {
  animation-delay: 2.975s;
}

.section.section-content-tabs.is-visible .wrapper .visual .content .button-holder > .button:nth-child(20n) {
  animation-delay: 3.1s;
}

@media (max-width: 767.98px) {
  .section.section-content-tabs {
    padding: 80px 0 100px 0;
  }
}
.section.section-content-tabs .background-pattern {
  z-index: -1;
  left: -150px;
  width: 445px;
  height: 755px;
  bottom: -145px;
  position: absolute;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .background-pattern {
    display: none;
  }
}
.section.section-content-tabs .background-pattern-mobile {
  z-index: -1;
  left: -45px;
  width: 255px;
  height: 433px;
  top: 245px;
  position: absolute;
  object-fit: contain;
}

@media (min-width: 480px) {
  .section.section-content-tabs .background-pattern-mobile {
    display: none;
  }
}
.section.section-content-tabs .container .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 90px;
}

@media (max-width: 1023.98px) {
  .section.section-content-tabs .container .content-wrapper {
    flex-direction: column;
  }
}
.section.section-content-tabs .container .content-wrapper .text {
  max-width: 605px;
}

.section.section-content-tabs .container .content-wrapper .button-holder {
  justify-content: flex-end;
}

@media (min-width: 1440px) {
  .section.section-content-tabs .container .content-wrapper .button-holder {
    width: 85%;
    margin-right: 25px;
  }
}
@media (min-width: 480px) {
  .section.section-content-tabs .container .content-wrapper .button-holder .button {
    background-image: linear-gradient(to right, #FF6200 0%, #F24100 100%);
    color: #fff;
  }

  .section.section-content-tabs .container .content-wrapper .button-holder .button:after {
    color: #fff;
  }

  .section.section-content-tabs .container .content-wrapper .button-holder .button:hover {
    color: #fff;
    background-position: right center;
  }
}
.section.section-content-tabs .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper {
    display: none;
  }
}
.section.section-content-tabs .container .wrapper .visual {
  height: 565px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  background: #e0edfa;
  width: calc(100% - 340px + 120px);
  flex: 1 0 calc(100% - 340px + 120px);
  background: linear-gradient(90deg, #e0edfa 0%, #86a9cf 50%, #e0edfa 100%);
}

@media (max-width: 1023.98px) {
  .section.section-content-tabs .container .wrapper .visual {
    width: calc(100% - 270px + 60px);
    flex: 1 0 calc(100% - 270px + 60px);
    max-width: calc(100% - 270px + 60px);
  }
}
@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper .visual {
    width: 100%;
    height: auto;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-content-tabs .container .wrapper .visual:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px;
  opacity: 0.8;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper .visual {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
}
.section.section-content-tabs .container .wrapper .visual .background-visual {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 40px;
  z-index: 3;
}

.section.section-content-tabs .container .wrapper .visual .visual-icons {
  z-index: 2;
  opacity: 0.4;
  left: -15px;
  width: 260px;
  bottom: -20px;
  height: 320px;
  position: absolute;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper .visual .visual-icons {
    left: -5px;
    width: 135px;
    bottom: -15px;
    height: 165px;
  }
}
.section.section-content-tabs .container .wrapper .visual .content {
  z-index: 4;
  height: 100%;
  display: flex;
  max-width: 800px;
  position: relative;
  flex-direction: column;
  padding: 0 0 110px 90px;
  justify-content: flex-end;
}

@media (max-width: 1279.98px) {
  .section.section-content-tabs .container .wrapper .visual .content {
    padding: 0 0 50px 50px;
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-content-tabs .container .wrapper .visual .content {
    padding: 0 0 25px 25px;
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper .visual .content {
    display: none;
  }
}
.section.section-content-tabs .container .wrapper .visual .content h1, .section.section-content-tabs .container .wrapper .visual .content h2, .section.section-content-tabs .container .wrapper .visual .content h3, .section.section-content-tabs .container .wrapper .visual .content h4, .section.section-content-tabs .container .wrapper .visual .content h5, .section.section-content-tabs .container .wrapper .visual .content h6, .section.section-content-tabs .container .wrapper .visual .content p {
  color: #fff;
}

.section.section-content-tabs .container .wrapper .visual .content h3 {
  line-height: 1;
}

.section.section-content-tabs .container .wrapper .visual .content p {
  font-size: 16px;
  max-width: 400px;
}

.section.section-content-tabs .container .wrapper .wrapper-links {
  z-index: 4;
  width: 340px;
  flex: 1 0 340px;
  max-width: 340px;
  margin-left: -120px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
  margin-top: -110px;
  position: absolute;
  right: 20px;
}

@media (max-width: 1023.98px) {
  .section.section-content-tabs .container .wrapper .wrapper-links {
    width: 270px;
    flex: 1 0 270px;
    max-width: 270px;
    margin-left: -60px;
    margin-top: -45px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper .wrapper-links {
    margin-left: 0;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-content-tabs .container .wrapper .wrapper-links .links .link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 500;
  color: #004d82;
  padding: 23px 15px 23px 30px;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link:not(:last-child) {
  border-bottom: 1px solid #e0edfa;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link:hover {
  color: #fff;
  background-color: #1779bc;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link:hover i {
  color: #fff;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link.active {
  color: #fff;
  font-weight: 600;
  background-color: #1779bc;
}

.section.section-content-tabs .container .wrapper .wrapper-links .links .link i {
  color: #f25319;
  transition: all 0.3s ease-in-out;
}

.section.section-content-tabs .container .wrapper .content-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .container .wrapper .content-mobile {
    display: block;
    padding: 0 20px 0 10px;
  }

  .section.section-content-tabs .container .wrapper .content-mobile h1 {
    hyphens: none;
  }

  .section.section-content-tabs .container .wrapper .content-mobile .button-holder .button.alt {
    padding: 15px 22px;
  }

  .section.section-content-tabs .container .wrapper .content-mobile .button-holder .button.alt:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .section.section-content-tabs .wrapper-mobile {
    display: none;
  }
}
.section.section-content-tabs .wrapper-mobile .swiper-wrapper {
  margin-left: 10px;
  will-change: transform;
}

@media (max-width: 1023.98px) {
  .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual {
  overflow: hidden;
  position: relative;
  width: calc(100% - 340px + 120px);
  flex: 1 0 calc(100% - 340px + 120px);
  max-width: calc(100% - 340px + 120px);
}

@media (max-width: 1023.98px) {
  .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual {
    height: 100%;
    width: calc(100% - 270px + 60px);
    flex: 1 0 calc(100% - 270px + 60px);
    max-width: calc(100% - 270px + 60px);
  }
}
@media (max-width: 767.98px) {
  .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px;
  opacity: 0.8;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual:before {
    opacity: 0.8;
    background: #1d1d1b;
  }
}
.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .background-visual {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 40px;
  z-index: 3;
}

.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .visual-icons {
  z-index: 2;
  opacity: 0.4;
  left: -15px;
  width: 260px;
  bottom: -20px;
  height: 320px;
  position: absolute;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .visual-icons {
    left: -5px;
    width: 135px;
    bottom: -15px;
    height: 165px;
  }
}
.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content {
  z-index: 4;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 50px 30px 55px 30px;
  max-width: 100%;
  justify-content: flex-end;
}

@media (max-width: 1023.98px) {
  .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content {
    height: calc(100% - 105px);
    justify-content: space-between;
  }
}
.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h1, .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h2, .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h3, .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h4, .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h5, .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h6, .section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content p {
  color: #fff;
}

.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 38px;
  letter-spacing: -0.64px;
}

.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content p {
  font-size: 14px;
  font-weight: 500;
  line-heigth: 24px;
}

.section.section-content-tabs .wrapper-mobile .swiper-wrapper .swiper-slide .visual .content .button-holder .button {
  font-size: 15px;
}

.section.section-content-tabs .wrapper-links-mobile {
  overflow: hidden;
  padding-top: 30px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .section.section-content-tabs .wrapper-links-mobile {
    display: none;
  }
}
.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper {
  padding-bottom: 10px;
  will-change: transform;
}

.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper .swiper-slide {
  width: fit-content;
}

.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper .swiper-slide:last-child {
  padding-right: 20px;
}

.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper .swiper-slide a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #004d82;
  text-decoration: none;
}

.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper .swiper-slide a span {
  position: relative;
}

.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper .swiper-slide a span.active {
  font-size: 16px;
  color: #1779bc;
  font-weight: 700;
}

.section.section-content-tabs .wrapper-links-mobile .swiper-wrapper .swiper-slide a span.active:after {
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -6px;
  position: absolute;
  background-color: #1779bc;
}

.section.section-pageheader-detail {
  padding-top: 150px;
  padding-bottom: 0;
}

.section.section-pageheader-detail.is-visible .container .holder .background-image > img, .section.section-pageheader-detail.is-visible .container .holder .background-image > video {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-pageheader-detail.is-visible .container .holder .content > * {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-pageheader-detail.is-visible .container .holder .content > *:nth-child(20n) {
  animation-delay: 2.9s;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail {
    padding-top: 77px;
  }
}
.section.section-pageheader-detail:after {
  background-color: #e0edfa;
  position: absolute;
  width: 100%;
  bottom: 40px;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail:after {
    bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .section.section-pageheader-detail .container {
    max-width: 1280px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section.section-pageheader-detail .container .holder {
  height: 100%;
  min-height: 330px;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container .holder {
    min-height: 203px;
    border-radius: 30px;
  }
}
.section.section-pageheader-detail .container .holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 40px;
}

.section.section-pageheader-detail .container .holder:before {
  position: absolute;
  background-image: url("/app/themes/freshdev/resources/img/arrows.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 280px;
  height: 380px;
  left: -25px;
  bottom: -30px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container .holder:before {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 137.724px;
    height: 164.375px;
  }
}
.section.section-pageheader-detail .container .holder .background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background-color: #b4d4f3;
}

.section.section-pageheader-detail .container .holder .background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container .holder .background-image img {
    border-radius: 30px;
    object-fit: fill;
  }
}
.section.section-pageheader-detail .container .holder .content {
  z-index: 2;
  position: relative;
  padding-left: 65px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container .holder .content {
    padding-left: 30px;
    padding-bottom: 35px;
  }
}
.section.section-pageheader-detail .container .holder .content .date {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container .holder .content .date {
    margin-bottom: 5px;
  }
}
.section.section-pageheader-detail .container .holder .content .date p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #fff;
}

.section.section-pageheader-detail .container .holder .content h1 {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-detail .container .holder .content h1 {
    font-size: 30px;
  }
}
.section.section-pageheader-detail .container .holder .content .rank-math-breadcrumbs {
  color: #e0edfa;
  font-size: 14px;
  font-weight: 500;
}

.section.section-pageheader-detail .container .holder .content .rank-math-breadcrumbs a {
  color: #e0edfa;
  font-weight: 500;
}

.section-intro-text-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.section-intro-text-image.is-visible .wrapper .title {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(1n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(2n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(3n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(4n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(5n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(6n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(7n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(8n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(9n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(10n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(11n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(12n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(13n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(14n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(15n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(16n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(17n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(18n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(19n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(1n) {
  animation-delay: 0.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(2n) {
  animation-delay: 0.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(3n) {
  animation-delay: 0.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(4n) {
  animation-delay: 0.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(5n) {
  animation-delay: 1.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(6n) {
  animation-delay: 1.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(7n) {
  animation-delay: 1.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(8n) {
  animation-delay: 1.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(9n) {
  animation-delay: 1.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(10n) {
  animation-delay: 1.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(11n) {
  animation-delay: 1.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(12n) {
  animation-delay: 1.9s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(13n) {
  animation-delay: 2.025s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(14n) {
  animation-delay: 2.15s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(15n) {
  animation-delay: 2.275s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(16n) {
  animation-delay: 2.4s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(17n) {
  animation-delay: 2.525s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(18n) {
  animation-delay: 2.65s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(19n) {
  animation-delay: 2.775s;
}

.section-intro-text-image.is-visible .wrapper .column-holder > .column:nth-child(20n) > .image-holder:nth-child(20n) {
  animation-delay: 2.9s;
}

.section-intro-text-image.is-visible .wrapper .text .inner {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

@media (max-width: 1023.98px) {
  .section-intro-text-image {
    padding-bottom: 300px;
  }
}
@media (max-width: 767.98px) {
  .section-intro-text-image {
    padding-bottom: 50px;
  }
}
.section-intro-text-image .wrapper .column-wrapper .column-holder {
  display: flex;
  gap: 10px;
  width: 403px;
  position: absolute;
  bottom: 30px;
  left: -195px;
  transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .section-intro-text-image .wrapper .column-wrapper .column-holder {
    display: none;
  }
}
.section-intro-text-image .wrapper .column-wrapper .column-holder .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column:nth-of-type(3) .image-holder {
  overflow: hidden;
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column:nth-of-type(3) .image-holder:first-child {
  width: 379px;
  height: 379px;
  margin-top: -190px;
}

@media (max-width: 1279.98px) {
  .section-intro-text-image .wrapper .column-wrapper .column-holder .column:nth-of-type(3) .image-holder:first-child {
    width: 260px;
    height: 260px;
    margin-top: -77px;
  }
}
.section-intro-text-image .wrapper .column-wrapper .column-holder .column:nth-of-type(3) .image-holder:first-child img {
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  transform: rotate(-45deg);
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column .image-holder {
  width: 185px;
  position: relative;
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column .image-holder.is-blue {
  background-color: #1779bc;
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column .image-holder.is-lightblue {
  background-color: #86a9cf;
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column .image-holder img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section-intro-text-image .wrapper .column-wrapper .column-holder .column .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 767.98px) {
  .section-intro-text-image .wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.section-intro-text-image .wrapper .title {
  max-width: 705px;
}

@media (max-width: 767.98px) {
  .section-intro-text-image .wrapper .title {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
.section-intro-text-image .wrapper .title p {
  max-width: 500px;
}

.section-intro-text-image .wrapper .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 50px 0;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 1439.98px) {
  .section-intro-text-image .wrapper .text {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-intro-text-image .wrapper .text {
    margin: 50px 0;
  }
}
.section-intro-text-image .wrapper .text .inner {
  width: 500px;
  flex: 1 0 500px;
  max-width: 500px;
}

@media (max-width: 767.98px) {
  .section-intro-text-image .wrapper .text .inner {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section-intro-text-image .wrapper .mobile-image {
  display: none;
}

@media (max-width: 767.98px) {
  .section-intro-text-image .wrapper .mobile-image {
    display: block;
    margin-top: 50px;
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder {
    display: flex;
    gap: 10px;
    transform: rotate(45deg);
    width: 100%;
    height: 322px;
    margin-top: 160px;
    margin-left: -160px;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column:nth-of-type(3) .image-holder {
    overflow: hidden;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column:nth-of-type(3) .image-holder:first-child {
    width: 286px;
    height: 286px;
    margin-top: -175px;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column:nth-of-type(3) .image-holder:first-child img {
    transform: rotate(-45deg);
    width: 143%;
    height: 161%;
    top: -100px;
    left: -90px;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column .image-holder {
    width: 112px;
    position: relative;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column .image-holder.is-blue {
    background-color: #1779bc;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column .image-holder.is-lightblue {
    background-color: #86a9cf;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-intro-text-image .wrapper .mobile-image .column-holder .column .image-holder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.section.section-image-content.has-image-right .holder {
  padding-left: calc((100vw - 1180px + 10px) / 2);
  padding-right: 0;
  margin-right: -160px;
  margin-left: 0;
}

@media (min-width: 1920px) {
  .section.section-image-content.has-image-right .holder {
    padding-left: calc((100vw - 1280px + 10px) / 2);
    padding-right: calc((100vw - 1280px + 10px) / 2);
    margin-right: -100px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content.has-image-right .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
    padding-right: 0;
    margin-right: -100px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.has-image-right .holder {
    padding-right: 0px;
    padding-left: 15px;
    gap: 45px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-image-right .holder {
    flex-direction: column;
    margin-right: 0;
    gap: 0px;
    padding-left: 0;
  }
}
.section.section-image-content.has-image-right .holder .image-holder {
  order: 2;
  width: calc(100% - 500px - 95px);
  max-width: calc(100% - 500px - 95px);
}

@media (min-width: 1920px) {
  .section.section-image-content.has-image-right .holder .image-holder {
    width: calc(100% - 670px - 95px);
    max-width: calc(100% - 670px - 95px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.has-image-right .holder .image-holder {
    width: calc(100% - 400px - 95px);
    max-width: calc(100% - 400px - 95px);
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-image-right .holder .image-holder {
    display: none;
  }
}
.section.section-image-content.has-image-right .holder .image-holder .column:nth-child(3) {
  margin-top: 100px;
}

.section.section-image-content.has-image-right .holder .image-holder .column .image-wrapper.is-blue {
  background-color: #1779bc;
}

.section.section-image-content.has-image-right .holder .image-holder-mobile {
  order: 2;
  margin-top: -60px;
}

.section.section-image-content.has-image-right .holder .content-holder {
  order: 1;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-image-right .holder .content-holder {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
  }
}
.section.section-image-content .holder {
  display: flex;
  gap: 95px;
  align-items: flex-start;
  margin-left: -160px;
  margin-top: 160px;
  margin-bottom: 50px;
  padding-right: calc((100vw - 1180px + 10px) / 2);
}

@media (min-width: 1920px) {
  .section.section-image-content .holder {
    padding-left: calc((100vw - 1280px + 10px) / 2);
    padding-right: calc((100vw - 1280px + 10px) / 2);
    margin-left: -100px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content .holder {
    padding-right: calc((100vw - 960px + 10px) / 2);
    padding-left: 0;
    margin-top: 105px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .holder {
    padding-left: 0px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .holder {
    flex-direction: column;
    margin-left: 0;
    gap: 100px;
    padding-right: 0;
  }
}
.section.section-image-content .holder .image-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(-45deg);
  width: calc(100% - 670px - 95px);
  max-width: calc(100% - 670px - 95px);
}

@media (max-width: 1919.98px) {
  .section.section-image-content .holder .image-holder {
    width: calc(100% - 670px - 95px);
    max-width: calc(100% - 670px - 95px);
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content .holder .image-holder {
    width: calc(100% - 550px - 95px);
    max-width: calc(100% - 550px - 95px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .holder .image-holder {
    width: calc(100% - 400px - 95px);
    max-width: calc(100% - 400px - 95px);
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .holder .image-holder {
    display: none;
  }
}
.section.section-image-content .holder .image-holder .column {
  width: 33%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.section.section-image-content .holder .image-holder .column .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-image-content .holder .image-holder .column .image-wrapper img {
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  object-fit: cover;
  transform: rotate(45deg);
}

@media (max-width: 1023.98px) {
  .section.section-image-content .holder .image-holder .column .image-wrapper img {
    width: 186%;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .holder .image-holder .column .image-wrapper img {
    width: 195%;
    height: 165%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .holder .image-holder .column .image-wrapper img {
    height: 170%;
    width: 205%;
  }
}
.section.section-image-content .holder .image-holder .column .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.section.section-image-content .holder .image-holder-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(-45deg);
  width: 145%;
  max-width: 145%;
  margin-left: 10px;
}

@media (min-width: 480px) {
  .section.section-image-content .holder .image-holder-mobile {
    display: none;
  }
}
.section.section-image-content .holder .image-holder-mobile .column {
  width: 33%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.section.section-image-content .holder .image-holder-mobile .column:nth-child(3) {
  margin-top: 100px;
}

.section.section-image-content .holder .image-holder-mobile .column .image-wrapper.is-blue {
  background-color: #1779bc;
}

.section.section-image-content .holder .image-holder-mobile .column .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-image-content .holder .image-holder-mobile .column .image-wrapper img {
  width: 180%;
  height: 158%;
  position: absolute;
  top: -80px;
  left: -80px;
  object-fit: fill;
  transform: rotate(45deg);
}

@media (max-width: 1023.98px) {
  .section.section-image-content .holder .image-holder-mobile .column .image-wrapper img {
    width: 186%;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .holder .image-holder-mobile .column .image-wrapper img {
    width: 195%;
    height: 165%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .holder .image-holder-mobile .column .image-wrapper img {
    height: 170%;
    width: 205%;
  }
}
.section.section-image-content .holder .image-holder-mobile .column .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 1919.98px) {
  .section.section-image-content .holder .content-holder {
    width: 670px;
    max-width: 670px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content .holder .content-holder {
    width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .holder .content-holder {
    width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .holder .content-holder {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .section.section-image-content .holder .content-holder .inner {
    max-width: 543px;
  }
}
.section.section-contact-cta {
  overflow: visible;
}

.section.section-contact-cta.is-visible .holder .sidebar .content {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-contact-cta.is-visible .holder .sidebar .card-holder > .contact-card:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-contact-cta.is-visible .holder .form-holder {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

.section.section-contact-cta .breadcrumbs {
  padding-left: 150px;
  padding-right: 60px;
}

@media (min-width: 1920px) {
  .section.section-contact-cta .breadcrumbs {
    padding-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-contact-cta .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact-cta .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.section-contact-cta .breadcrumbs .rank-math-breadcrumbs .rank-math-breadcrumb p a, .section.section-contact-cta .breadcrumbs .rank-math-breadcrumbs .rank-math-breadcrumb p span {
  color: #86a9cf;
  font-size: 14px;
  font-size: 14px;
}

.section.section-contact-cta .holder {
  display: flex;
  gap: 125px;
  align-items: flex-start;
}

@media (max-width: 1023.98px) {
  .section.section-contact-cta .holder {
    gap: 80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact-cta .holder {
    flex-direction: column;
    gap: 50px;
  }
}
.section.section-contact-cta .holder .sidebar {
  width: 400px;
  max-width: 400px;
}

@media (max-width: 1023.98px) {
  .section.section-contact-cta .holder .sidebar {
    width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact-cta .holder .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.section.section-contact-cta .holder .form-holder {
  width: calc(100% - 400px - 125px);
  max-width: calc(100% - 400px - 125px);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 77, 130, 0.2);
  padding: 51px 66px;
  height: fit-content;
}

@media (max-width: 1279.98px) {
  .section.section-contact-cta .holder .form-holder {
    padding: 33.5px 30.5px 34.5px 30.5px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact-cta .holder .form-holder {
    width: calc(100% - 350px - 34px);
    max-width: calc(100% - 350px - 34px);
    padding: 50.5px 20.5px 50.5px 20.5px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact-cta .holder .form-holder {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.section.section-contact-cta .holder .form-holder .inner {
  padding-bottom: 45px;
}

.section.section-contact-cta .holder .form-holder .inner p {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper .gform_heading {
  display: none;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper .gform_validation_errors {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 30px;
  padding-inline-end: 25px;
  padding-inline-start: 25px;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper .gform_validation_errors h2 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: unset;
  font-weight: normal;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper .validation_message {
  border: none;
  outline: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff9f9 !important;
  padding: 12.992px 24px !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields {
  gap: 15px;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield {
  position: relative;
  border: 2px solid #e0edfa;
  border-radius: 8px;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.active:not(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-multi_choice) {
  border: 2px solid #86a9cf;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-textarea.active label {
  top: 0%;
  left: 10px;
  font-size: 12px;
  color: #004d82;
  background: #fff;
  text-transform: uppercase;
  padding: 0 5px;
  opacity: 1;
  font-weight: 600;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-fileupload input[type=file]::file-selector-button {
  padding: 0 10px 0 0;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  color: #004d82;
  font-size: 16px;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-fileupload {
  border: 2px solid #e0edfa;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-fileupload .ginput_container input {
  padding: 8px 20px !important;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  z-index: 8;
  opacity: 0.8;
  height: 52px;
  font-style: italic;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: normal;
  background: #fff;
  padding: 0 5px;
  z-index: 8;
  opacity: 0.8;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.active label {
  top: 0%;
  left: 10px;
  color: #004d82;
  background: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 600 !important;
  opacity: 1;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container {
  position: relative;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_description {
  padding-left: 20.5px;
  padding-bottom: 5px;
  font-size: 12px !important;
  margin-top: 0 !important;
  display: none;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not([type=checkbox], [type=radio]) {
  min-height: 52px !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not(.gfield-choice-input), .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  padding: 17px 41.5px 16px 20.5px;
  border: none;
  outline: none;
  font-size: 1em;
  background: transparent !important;
  position: relative;
  z-index: 2;
  color: #1d1d1b !important;
  font-weight: 500;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not(.gfield-choice-input)::placeholder, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  opacity: 0;
  color: #5d5d5d !important;
  font-weight: 900 !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error:not(.active) label {
  top: 30%;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_checkbox {
  padding-left: 10px;
  padding-bottom: 10px;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio label, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_checkbox label {
  top: unset;
  left: unset;
  transform: unset;
  position: relative;
  font-weight: 400 !important;
  text-transform: unset;
  font-size: 16px !important;
  pointer-events: all;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio input, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_checkbox input {
  accent-color: #f25319;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio .gchoice, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio .gchoice .gfield-choice-input, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_checkbox .gchoice .gfield-choice-input {
  cursor: pointer;
  resize: none;
  color: #f25319 !important;
  caret-color: #f25319 !important;
  border: 2px solid #f25319 !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio .gchoice .gfield-choice-input:before, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_checkbox .gchoice .gfield-choice-input:before {
  color: #f25319 !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield .gfield_radio .gchoice .gfield-choice-input:before {
  background-color: #f25319 !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-radio .gfield_label, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-select .gfield_label, .section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-multi_choice .gfield_label {
  top: 0;
  left: 0;
  font-size: 12px !important;
  padding: 0 5px;
  color: #004d82;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-textarea label {
  top: 15px;
  transform: unset;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-textarea.active label {
  transform: translateY(-50%);
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform_footer {
  margin-top: 15px;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform_footer .button {
  width: auto !important;
  color: #fff !important;
  max-width: 100% !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  position: relative !important;
  border: none !important;
  padding: 15px 41px 14px 22px !important;
  align-items: center !important;
  text-transform: none !important;
  display: inline-flex !important;
  text-decoration: none !important;
  justify-content: center !important;
  -webkit-appearance: none !important;
  line-height: normal !important;
  font-family: "work-sans", sans-serif !important;
  border-radius: 6px !important;
  background-image: linear-gradient(to right, #FF6200 0%, #F24100 100%) !important;
  background-size: 200% auto !important;
  transition: all 0.2s ease-in-out !important;
}

.section.section-contact-cta .holder .form-holder .gform_wrapper form .gform_footer .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro" !important;
  color: #fff;
  margin-left: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.section.section-card-overview.is-visible .container .intro {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-card-overview.is-visible .container .blog-holder .cards-holder > .card:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-card-overview .container .intro-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1439.98px) {
  .section.section-card-overview .container .intro-wrapper {
    gap: 30px;
  }
}
.section.section-card-overview .container .intro-wrapper .intro {
  max-width: 720px;
}

.section.section-card-overview .container .cards-holder {
  display: flex;
  flex-direction: column;
}

.section.section-card-overview .container .cards-holder .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  margin: 0 -15px;
  padding-top: 70px;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section.section-card-overview .container .cards-holder .cards {
    margin: 0;
  }
}
.section.section-card-overview .container .cards-holder .cards.align-center {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-card-overview .container .cards-holder .cards {
    padding-top: 60px;
  }
}
.section.section-card-overview .container .cards-holder .cards .card {
  margin: 0 15px;
  width: calc(33.333% - 30px);
  flex: 1 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-card-overview .container .cards-holder .cards .card {
    width: calc(50% - 30px);
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .section.section-card-overview .container .cards-holder .cards .card {
    margin: 0;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-card-overview .container .cards-holder .cards .card.is-small p {
  font-size: 12px;
}

.section.section-card-overview .container .cards-holder .cards .card.is-small .image-holder {
  margin: 20px auto 0 auto;
}

.section.section-card-overview .container .cards-holder .cards .card.is-small .image-holder img {
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: auto;
  height: 145px;
  border-radius: 0;
  position: relative;
  object-fit: contain;
  max-width: 280px;
}

@media (max-width: 767.98px) {
  .section.section-card-overview .container .cards-holder .cards .card.is-small .image-holder img {
    height: 95px;
  }
}
.section.section-card-overview .container .cards-holder .cards .card.is-small .image-holder:after {
  content: unset;
}

.section.section-card-overview .container .cards-holder .cards .card.is-small .title {
  padding-bottom: 10px;
}

.section.section-card-overview .container .cards-holder .cards .card .content-holder {
  height: 100%;
}

.section.section-card-overview .container .cards-holder .cards .card .content-holder .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 768px) {
  .section.section-card-overview .container .cards-holder .cards .card .content-holder .inner p {
    font-size: 16px;
  }
}
.section.section-card-overview .container .cards-holder .cards .card .content-holder .inner .info .content p {
  margin-bottom: 15px;
}

.section.section-card-overview .container .cards-holder .pages-holder {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  gap: 10px;
}

.section.section-card-overview .container .cards-holder .pages-holder .page {
  width: 45px;
  height: 45px;
  background-color: #e0edfa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-decoration: none;
}

.section.section-card-overview .container .cards-holder .pages-holder .page.active {
  background-color: #004d82;
}

.section.section-card-overview .container .cards-holder .pages-holder .page.active p {
  color: #fff;
}

.section.section-card-overview .container .cards-holder .pages-holder .page p {
  color: #1779bc;
}

.section.section-card-slider-contained.has-no-navigation .holder .card-holder .swiper-actions {
  display: none;
}

.section.section-card-slider-contained.is-transparent:after {
  background-color: transparent;
}

.section.section-card-slider-contained.is-visible .holder .content {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper-actions {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-card-slider-contained.is-visible .holder .case-holder .swiper .swiper-wrapper > .swiper-slide:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-card-slider-contained:after {
  background-color: #fff4e8;
  position: absolute;
  width: 100%;
  bottom: 190px;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.section-card-slider-contained:after {
    bottom: 140px;
  }
}
.section.section-card-slider-contained .holder {
  display: flex;
  padding-left: calc((100vw - 1140px + 10px) / 2);
  align-items: center;
  gap: 40px;
}

@media (max-width: 1279.98px) {
  .section.section-card-slider-contained .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder {
    margin-left: auto;
    padding-left: 0;
    padding-left: 20px;
    flex-direction: column;
    gap: 100px;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section.section-card-slider-contained .holder {
    gap: 30px;
    padding-left: 0;
  }
}
.section.section-card-slider-contained .holder .content {
  width: 399px;
  max-width: 399px;
}

@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder .content {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-card-slider-contained .holder .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.section-card-slider-contained .holder .card-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-card-slider-contained .holder .card-holder {
    flex: 1 0 calc(100% - 399px - 40px);
    max-width: calc(100% - 399px - 40px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder .card-holder {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section.section-card-slider-contained .holder .card-holder {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .section.section-card-slider-contained .holder .card-holder .swiper {
    padding: 50px 30px;
  }
}
.section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper {
  align-items: stretch;
}

@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  transition: 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  .section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev:not(.force-visible) {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide .card {
  box-shadow: 0 0 30px 0 rgba(0, 77, 130, 0.2);
  height: 100%;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide .card {
    box-shadow: 10px -3px 25px -3px rgba(0, 77, 130, 0.2);
  }
}
.section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide .card .content-holder {
  height: 100%;
}

.section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide .card .content-holder .inner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 60px);
}

@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide .card .content-holder .inner {
    padding: 20px;
  }
}
.section.section-card-slider-contained .holder .card-holder .swiper .swiper-wrapper .swiper-slide .card .content-holder .inner .title {
  padding-bottom: 10px;
}

.section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-prev, .section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-next {
  top: 12%;
}

@media (max-width: 1023.98px) {
  .section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-prev, .section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-next {
    display: none;
  }
}
.section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-prev:after, .section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-next:after {
  color: #f25319;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-next {
  right: 35px;
}

.section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-prev {
  left: auto;
  right: 65px;
}

.section.section-card-slider-contained .holder .card-holder .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

@media (max-width: 1023.98px) {
  .section.section-team .container .holder {
    display: flex;
    justify-content: center;
  }
}
.section.section-team .container .holder .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 130px;
  justify-items: center;
  position: relative;
}

@media (max-width: 1439.98px) {
  .section.section-team .container .holder .grid {
    gap: 75px 50px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-team .container .holder .grid {
    gap: 85px 55px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid {
    gap: 85px 68px;
  }
}
@media (max-width: 767.98px) {
  .section.section-team .container .holder .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 85px 71px;
    left: 0;
  }
}
.section.section-team .container .holder .grid .image-holder {
  width: 290px;
  aspect-ratio: 1/1;
  background: #e0edfa;
  transform: rotate(45deg);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.section.section-team .container .holder .grid .image-holder .overlay {
  background: rgba(0, 77, 130, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.section.section-team .container .holder .grid .image-holder .overlay .inner {
  transform: rotate(-45deg);
  text-align: center;
}

@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner {
    max-width: 110px;
  }
}
@media (max-width: 479.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner {
    max-width: 85px;
  }
}
.section.section-team .container .holder .grid .image-holder .overlay .inner .text p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner .text p {
    line-height: normal;
    font-size: 13px;
  }
}
@media (max-width: 479.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner .text p {
    font-size: 10px;
    line-height: normal;
  }
}
.section.section-team .container .holder .grid .image-holder .overlay .inner .text span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner .text span {
    line-height: normal;
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner .text span {
    font-size: 11px;
    line-height: normal;
  }
}
.section.section-team .container .holder .grid .image-holder .overlay .inner .socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner .socials {
    margin-top: 0;
  }
}
.section.section-team .container .holder .grid .image-holder .overlay .inner .socials .social a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 479.98px) {
  .section.section-team .container .holder .grid .image-holder .overlay .inner .socials .social a {
    font-size: 12px;
  }
}
.section.section-team .container .holder .grid .image-holder .overlay .inner .socials .social a i {
  color: #fff;
}

.section.section-team .container .holder .grid .image-holder:hover {
  background: none;
}

.section.section-team .container .holder .grid .image-holder:hover .overlay {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.section.section-team .container .holder .grid .image-holder:hover img {
  opacity: 0.2;
}

.section.section-team .container .holder .grid .image-holder.active {
  background: none;
}

.section.section-team .container .holder .grid .image-holder.active .overlay {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.section.section-team .container .holder .grid .image-holder.active img {
  opacity: 0.2;
}

@media (max-width: 1439.98px) {
  .section.section-team .container .holder .grid .image-holder {
    width: 240px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-team .container .holder .grid .image-holder {
    width: 230px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder {
    width: 160px;
  }
}
@media (max-width: 479.98px) {
  .section.section-team .container .holder .grid .image-holder {
    width: 124px;
  }
}
.section.section-team .container .holder .grid .image-holder img {
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: -13%;
  left: 13%;
  object-fit: cover;
  transform: rotate(-45deg);
}

.section.section-team .container .holder .grid .image-holder:nth-child(n+4) {
  margin-top: -139px;
}

@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(n+4) {
    margin-top: -120px;
  }
}
.section.section-team .container .holder .grid .image-holder:nth-child(5n+4) {
  grid-column: 1;
  position: relative;
  left: 210px;
}

@media (max-width: 1439.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+4) {
    left: 190px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+4) {
    left: 164px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+4) {
    left: 113px;
  }
}
@media (max-width: 767.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+4) {
    position: static;
    left: auto;
    grid-column: auto;
    margin-top: -120px;
  }
}
.section.section-team .container .holder .grid .image-holder:nth-child(5n+5) {
  grid-column: 3;
  position: relative;
  left: -209px;
}

@media (max-width: 1439.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+5) {
    left: -195px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+5) {
    left: -163px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+5) {
    left: -113px;
  }
}
@media (max-width: 767.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(5n+5) {
    position: static;
    left: auto;
    grid-column: auto;
  }
}
@media (max-width: 767.98px) {
  .section.section-team .container .holder .grid .image-holder:nth-child(n) {
    position: static;
  }

  .section.section-team .container .holder .grid .image-holder:nth-child(3n+1), .section.section-team .container .holder .grid .image-holder:nth-child(3n+2) {
    grid-column: auto;
  }

  .section.section-team .container .holder .grid .image-holder:nth-child(3n) {
    grid-column: 1/span 2;
    justify-self: center;
    margin-top: -118px;
  }
}
.section.section-content-blocks .container .content-holder {
  max-width: 880px;
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 2px solid #e0edfa;
}

@media (max-width: 767.98px) {
  .section.section-content-blocks .container .content-holder {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.section.section-content-blocks .container .content-holder .block {
  padding: 37px 0 37px 0;
}

@media (max-width: 767.98px) {
  .section.section-content-blocks .container .content-holder .block {
    padding: 20px 0 20px 0;
  }
}
.section.section-content-blocks .container .content-holder .block:first-child {
  padding-top: 0;
}

.section.section-content-blocks .container .content-holder .block:last-child {
  padding-bottom: 0;
}

.section.section-content-blocks .container .content-holder .block.for-content h2 {
  font-size: 50px;
  margin: 0 0 30px 0;
}

@media (max-width: 1023.98px) {
  .section.section-content-blocks .container .content-holder .block.for-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content-blocks .container .content-holder .block.for-content h2 {
    margin: 0 0 20px;
  }
}
.section.section-content-blocks .container .content-holder .block.for-image .image-holder {
  width: 100%;
  position: relative;
}

.section.section-content-blocks .container .content-holder .block.for-image .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
}

.section.section-content-blocks .container .content-holder .block.for-image .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 46%;
}

@media (max-width: 767.98px) {
  .section.section-content-blocks .container .content-holder .block.for-image .image-holder:after {
    padding-bottom: 60%;
  }
}
.section.section-content-blocks .container .content-holder .block .button-holder {
  justify-content: flex-start;
  margin-top: 25px;
}

@media (max-width: 1023.98px) {
  .section.section-content-blocks .container .content-holder .block .button-holder {
    align-items: flex-start;
  }
}
.section.section-content-blocks .container .content-holder .block .button-holder .button {
  width: auto;
  color: #fff;
  max-width: 100%;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  border: none;
  padding: 15px 41px 14px 22px;
  align-items: center;
  text-transform: none;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  -webkit-appearance: none;
  line-height: normal;
  font-family: "work-sans", sans-serif;
  border-radius: 6px;
  background-image: linear-gradient(to right, #FF6200 0%, #F24100 100%);
  background-size: 200% auto;
  transition: all 0.2s ease-in-out;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  margin-left: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  left: unset;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button:hover {
  color: #fff;
  background-position: right center;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button:hover:after {
  color: #fff;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button.alt {
  color: #f25319;
  background-image: none;
  background-color: #ffdfc9;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button.alt:after {
  color: #f25319;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button.alt:hover {
  color: #f25319;
  background-color: #ffd0b0;
}

.section.section-content-blocks .container .content-holder .block .button-holder .button.alt:hover:after {
  color: #f25319;
}

.section.section-content-blocks .container .button-holder {
  max-width: 880px;
  margin-top: 0;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .section.section-content-blocks .container .button-holder {
    align-items: center;
  }
}
.section.section-content-blocks .container .button-holder .button {
  background-image: unset;
  background-color: #e0edfa;
  color: #1779bc;
  padding: 15px 22px 14px 41px;
}

.section.section-content-blocks .container .button-holder .button:after {
  left: 10px;
  right: unset;
  color: #1779bc;
  content: "";
  font-size: 17px;
  font-weight: 900;
}

.section.section-content-blocks .container .button-holder .button:hover {
  background-color: #c6dcf2;
}

.section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions {
  position: relative;
  margin-top: 23px;
  height: 50px;
}

.section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions .swiper-button-next, .section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions .swiper-button-prev {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background: #e0edfa;
}

.section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions .swiper-button-next:after, .section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions .swiper-button-prev:after {
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions .swiper-button-next {
  left: 60px;
  right: unset;
}

.section.section-reviews.has-multiple .container .holder .content-holder .swiper-actions .swiper-button-prev {
  left: 0;
}

.section.section-reviews .container {
  max-width: 1160px;
}

.section.section-reviews .container .holder {
  display: flex;
  gap: 50px;
}

@media (max-width: 1279.98px) {
  .section.section-reviews .container .holder {
    gap: 25px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder {
    flex-direction: column;
    gap: 50px;
  }
}
.section.section-reviews .container .holder .content-holder {
  width: 399px;
}

@media (max-width: 767.98px) {
  .section.section-reviews .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-reviews .container .holder .content-holder .button-holder {
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.section.section-reviews .container .holder .content-holder .swiper-actions .swiper-button-next, .section.section-reviews .container .holder .content-holder .swiper-actions .swiper-button-prev {
  display: none;
}

.section.section-reviews .container .holder .review-holder {
  width: calc(100% - 399px - 50px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 77, 130, 0.2);
  max-width: 711px;
}

@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder .review-holder {
    width: 100%;
  }
}
.section.section-reviews .container .holder .review-holder .inner {
  padding: 30px;
}

@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder .review-holder .inner {
    padding: 20px;
  }
}
.section.section-reviews .container .holder .review-holder .inner .icon {
  padding-bottom: 30px;
}

.section.section-reviews .container .holder .review-holder .inner .icon i {
  font-size: 88px;
  font-style: normal;
  font-weight: 900;
  color: #e0edfa;
}

.section.section-reviews .container .holder .review-holder .reviews-swiper .swiper-wrapper .swiper-slide .content .name p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #004d82;
}

.section.section-donations {
  overflow: visible;
  padding-top: 200px;
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .section.section-donations {
    margin-top: 0;
  }
}
.section.section-donations.is-visible .holder .container .cta-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.section.section-donations .holder {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.section.section-donations .holder .container .cta-holder {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 100px 60px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

@media (max-width: 1023.98px) {
  .section.section-donations .holder .container .cta-holder {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section.section-donations .holder .container .cta-holder {
    box-shadow: none;
  }
}
.section.section-donations .holder .container .cta-holder .information-holder {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  width: 516px;
  height: auto;
}

@media (max-width: 1279.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder {
    width: 416px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder {
    flex-direction: column;
  }
}
.section.section-donations .holder .container .cta-holder .information-holder .image-holder {
  border-top-left-radius: 20px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder .image-holder {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder .image-holder {
    display: none;
  }
}
.section.section-donations .holder .container .cta-holder .information-holder .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  position: absolute;
  border-top-left-radius: 20px;
}

.section.section-donations .holder .container .cta-holder .information-holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

@media (max-width: 1023.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder .image-holder:after {
    padding-bottom: 40%;
  }
}
@media (max-width: 767.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder .image-holder:after {
    padding-bottom: 68%;
  }
}
.section.section-donations .holder .container .cta-holder .information-holder .text {
  background: linear-gradient(258deg, #004D82 -4.48%, #0080D9 100%);
  border-bottom-left-radius: 20px;
  position: relative;
  height: 100%;
}

@media (max-width: 1023.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder .text {
    width: 50%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-donations .holder .container .cta-holder .information-holder .text {
    width: 100%;
    border-top-left-radius: 20px;
  }
}
.section.section-donations .holder .container .cta-holder .information-holder .text .text-inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.section-donations .holder .container .cta-holder .information-holder .text .text-inner h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  max-width: 307px;
}

.section.section-donations .holder .container .cta-holder .information-holder .text .text-inner h3 strong {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.section.section-donations .holder .container .cta-holder .information-holder .text .text-inner h3.amount {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 0;
}

.section.section-donations .holder .container .cta-holder .content-holder {
  width: calc(100% - 516px);
  background-color: #fff4e8;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1 1 50%;
  height: auto;
}

@media (max-width: 1279.98px) {
  .section.section-donations .holder .container .cta-holder .content-holder {
    width: calc(100% - 416px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-donations .holder .container .cta-holder .content-holder {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
  }
}
.section.section-donations .holder .container .cta-holder .content-holder .inner {
  padding: 40px 30px 40px 63px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1279.98px) {
  .section.section-donations .holder .container .cta-holder .content-holder .inner {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-donations .holder .container .cta-holder .content-holder .inner {
    padding: 45px 20px;
  }
}
.section.section-donations .holder .container .cta-holder .content-holder .inner h3 {
  margin-bottom: 35px;
}

.section.section-donations .holder .container .cta-holder .content-holder .inner .button-holder {
  margin-top: 12px;
}

.section.section-donations .background-image {
  position: relative;
  width: 100%;
  height: 627px;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .section.section-donations .background-image {
    height: 692px;
  }
}
.section.section-donations .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-donations .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sticky-bar {
  padding: 0;
  top: 0;
  left: 0;
  opacity: 1 !important;
  width: 100%;
  border-bottom: 1px solid #d5d7da;
  background: #fff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  position: sticky;
  height: 55px;
}

@media (max-width: 767.98px) {
  .sticky-bar {
    height: 40px;
  }
}
.sticky-bar .holder {
  background-color: #fff;
  height: 100%;
  padding: 8px 16px;
}

@media (max-width: 767.98px) {
  .sticky-bar .holder {
    padding: 0 15px;
  }
}
.sticky-bar .holder .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .sticky-bar .holder .inner {
    flex-direction: row;
  }
}
.sticky-bar .holder .inner .content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sticky-bar .holder .inner .content .heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .sticky-bar .holder .inner .content .heading {
    gap: 8px;
  }
}
.sticky-bar .holder .inner .content .heading .icon {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sticky-bar .holder .inner .content .heading .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-bar .holder .inner .content .heading .icon i {
  font-size: 12px;
  color: #d92d20;
}

.sticky-bar .holder .inner .content .heading .icon::before, .sticky-bar .holder .inner .content .heading .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1.5px solid #d30909;
  background-color: transparent;
  z-index: 0;
  animation: pulse 2s infinite ease-out;
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  .sticky-bar .holder .inner .content .heading .icon::before, .sticky-bar .holder .inner .content .heading .icon::after {
    width: 40%;
    height: 40%;
  }
}
.sticky-bar .holder .inner .content .heading .icon::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.sticky-bar .holder .inner .content .heading p {
  color: #d92d20;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1023.98px) {
  .sticky-bar .holder .inner .content .heading p {
    font-size: 12px;
    line-height: normal;
  }
}
.sticky-bar .holder .inner .content .heading.is-malfunction .icon i {
  color: #dc6803;
}

.sticky-bar .holder .inner .content .heading.is-malfunction .icon::before, .sticky-bar .holder .inner .content .heading.is-malfunction .icon::after {
  border-color: #dc6803;
}

.sticky-bar .holder .inner .content .heading.is-malfunction p {
  color: #dc6803;
}

.sticky-bar .holder .inner .content .heading.is-emergency .icon i {
  color: #d92d20;
}

.sticky-bar .holder .inner .content .heading.is-emergency .icon::before, .sticky-bar .holder .inner .content .heading.is-emergency .icon::after {
  border-color: #d92d20;
}

.sticky-bar .holder .inner .content .heading.is-emergency p {
  color: #d92d20;
}

.sticky-bar .holder .inner .content .heading.is-info .icon i {
  color: #003e68;
}

.sticky-bar .holder .inner .content .heading.is-info .icon::before, .sticky-bar .holder .inner .content .heading.is-info .icon::after {
  border-color: #003e68;
}

.sticky-bar .holder .inner .content .heading.is-info p {
  color: #003e68;
}

.sticky-bar .holder .inner .content .text {
  max-width: 760px;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .sticky-bar .holder .inner .content .text {
    max-width: 460px;
  }
}
@media (max-width: 1023.98px) {
  .sticky-bar .holder .inner .content .text {
    display: none;
  }
}
.sticky-bar .holder .inner .content .text p {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-bar .holder .inner .button-holder {
  width: auto;
  margin-top: 0;
}

.sticky-bar .holder .inner .button-holder .button {
  background-image: none;
  color: #1779bc;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16px;
  padding: 0;
}

@media (max-width: 1023.98px) {
  .sticky-bar .holder .inner .button-holder .button {
    font-size: 12px;
  }
}
.sticky-bar .holder .inner .button-holder .button:after {
  display: none;
}

.section.section-product-overview .container .filter-holder {
  margin-bottom: 80px;
}

.section.section-product-overview .container .filter-holder .filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.section.section-product-overview .container .filter-holder .filterbar .select-wrap {
  position: relative;
  flex: 1 1 180px;
  max-width: 215px;
}

.section.section-product-overview .container .filter-holder .filterbar .select-wrap select {
  width: 100%;
  padding: 9px 20px !important;
  font-size: 16px !important;
  -webkit-text-fill-color: #717680 !important;
  cursor: pointer;
  border-radius: 8px !important;
  border: 1px solid #d5d7da;
}

.section.section-product-overview .container .filter-holder .filterbar .select-wrap:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  background: center/contain no-repeat url('data:image/svg+xml;utf8,              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23667185" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">                <polyline points="6 9 12 15 18 9"/>              </svg>');
}

.section.section-product-overview .container .product-holder {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.section.section-product-overview .container .no-products-found {
  text-align: center;
}

.section.section-form-quote .container .breadcrumbs .rank-math-breadcrumbs .rank-math-breadcrumb p a, .section.section-form-quote .container .breadcrumbs .rank-math-breadcrumbs .rank-math-breadcrumb p span {
  color: #86a9cf;
  font-size: 14px;
  font-size: 14px;
}

.section.section-form-quote .container .content-holder {
  margin-top: 100px;
}

.section.section-form-quote .container .content-holder h1 {
  font-size: 80px;
  letter-spacing: -1.6px;
}

@media (max-width: 1023.98px) {
  .section.section-form-quote .container .content-holder h1 {
    font-size: 30px;
  }
}
.section.section-form-quote .container .form-choice {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .section.section-form-quote .container .form-choice {
    margin-top: 40px;
  }
}
.section.section-form-quote .container .form-choice .inner {
  display: flex;
  justify-content: space-between;
  padding: 32px 40px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-form-quote .container .form-choice .inner {
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }
}
.section.section-form-quote .container .form-choice .inner .text h3 {
  color: #004d82;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}

.section.section-form-quote .container .form-choice .inner .form-group {
  position: relative;
  width: 320px;
}

@media (max-width: 767.98px) {
  .section.section-form-quote .container .form-choice .inner .form-group {
    width: 100%;
  }
}
.section.section-form-quote .container .form-choice .inner .form-group select {
  padding: 12px 40px 12px 20px !important;
  border-radius: 8px !important;
  border: 1px solid #d5d7da;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
}

.section.section-form-quote .container .form-choice .inner .form-group i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #71777e;
}

.section.section-form-quote .container .form-holder {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
}

.section.section-form-quote .container .form-holder .gform_validation_errors {
  outline: none;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section.section-form-quote .container .form-holder .gform_validation_errors h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  font-family: "work-sans", sans-serif;
}

.section.section-form-quote .container .form-holder .gform_wrapper form {
  padding: 64px 66px;
}

@media (max-width: 767.98px) {
  .section.section-form-quote .container .form-holder .gform_wrapper form {
    padding: 30px 15px;
  }
}
.section.section-form-quote .container .form-holder .gform_wrapper form .gf_progressbar_wrapper {
  margin-bottom: 80px;
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .section.section-form-quote .container .form-holder .gform_wrapper form .gf_progressbar_wrapper {
    margin-bottom: 50px;
  }
}
.section.section-form-quote .container .form-holder .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar_title {
  text-align: end;
  top: 75px;
  position: relative;
  color: #004d82;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar {
  background: #f8f8f8;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 99px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 99px;
  background: #00406c;
  height: 28px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-html {
  max-width: 725px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-html:not(:first-child) {
  margin-top: 10px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-html p {
  color: #004d82;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 2px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-html span {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-textarea .ginput_container textarea {
  border-radius: 8px !important;
  border: 1px solid #86a9cf;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05) !important;
  min-height: 147px !important;
  -webkit-text-fill-color: #717680 !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_radio .gchoice {
  margin-bottom: 15px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_radio .gchoice input {
  width: 20px;
  height: 20px;
  border-radius: 6px !important;
  border-color: #d5d7da !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_radio .gchoice input.gchoice_other_control {
  margin-top: 0 !important;
  border-radius: 8px !important;
  border: 1px solid #86a9cf !important;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05) !important;
  width: 100%;
  height: unset;
  border-color: unset;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_radio .gchoice:last-child {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_checkbox .gchoice {
  position: relative;
  margin-bottom: 16px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_checkbox .gchoice input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked + label::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 14px;
  color: #004d82;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_checkbox .gchoice label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-choice .ginput_container .gfield_checkbox .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #d5d7da;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-date .ginput_container input {
  border-radius: 8px !important;
  border: 1px solid #86a9cf !important;
  color: #5d5d5d !important;
  -webkit-text-fill-color: #5d5d5d !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-select.has-element {
  position: relative;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-select.has-element:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 16px;
  color: #d5d7da;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-select.has-element .ginput_container select {
  border-radius: 8px !important;
  border: 1px solid #d5d7da;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05) !important;
  font-size: 16px !important;
  font-family: "Inter", sans-serif !important;
  color: #717680 !important;
  -webkit-text-fill-color: #717680 !important;
  font-weight: 400;
  height: 44px !important;
  padding: 9px 20px 12px 20px !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-text, .section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-phone, .section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-email {
  margin-bottom: -5px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-text .ginput_container input, .section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-phone .ginput_container input, .section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield.gfield--type-email .ginput_container input {
  border-radius: 8px !important;
  border: 1px solid #86a9cf !important;
  color: #5d5d5d !important;
  -webkit-text-fill-color: #5d5d5d !important;
  font-size: 16px !important;
  font-weight: 400;
  opacity: 0.8 !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .gfield_radio .gchoice {
  position: relative;
  margin-bottom: 15px;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #004d82;
  border-radius: 50%;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .gfield_radio .gchoice label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .gfield_radio .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #d5d7da;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .gfield_validation_message {
  padding-top: 12.992px !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0 !important;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer .gform_previous_button {
  color: #f25319 !important;
  background-image: unset;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer .gform_previous_button:after {
  left: 0;
  right: unset;
  margin-left: 0;
  font-size: 14px;
  content: "";
  color: #f25319;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer .gform_next_button {
  color: #f25319 !important;
  background-image: unset;
  border-radius: 6px;
  background: #ffdfc9;
  margin-left: auto;
}

.section.section-form-quote .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer .gform_next_button:after {
  font-size: 14px;
  color: #f25319;
}

.section.section-form-quote .container .form-holder .gform_confirmation_message {
  padding: 25px;
}

@media (max-width: 767.98px) {
  .section.section-video.has-pattern-colored:after {
    top: unset;
    width: 382px;
    height: 400px;
    bottom: 0;
    transform: unset;
  }
}
.section.section-video .container .content-holder {
  padding-bottom: 40px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.section.section-video .container .video-holder {
  position: relative;
  border-radius: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
  height: 600px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .section.section-video .container .video-holder {
    height: 300px;
  }
}
.section.section-video .container .video-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.section.section-video .container .video-holder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f25319;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f25319;
}

.section.section-video .container .video-holder .play-button i {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
}

.section.section-video .container .video-holder .play-button:before {
  display: none;
}

.section.section-search:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 218px;
  background-color: #e0edfa;
  content: "";
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.section-search:after {
    height: 166px;
  }
}
.section.section-search.has-title:after {
  height: 270px;
}

@media (max-width: 767.98px) {
  .section.section-search.has-title:after {
    height: 180px;
  }
}
.section.section-search.has-title.has-search-term:after {
  height: 300px;
}

@media (max-width: 767.98px) {
  .section.section-search.has-title.has-search-term:after {
    height: 210px;
  }
}
.section.section-search .container .search-holder {
  padding-top: 30px;
}

.section.section-search .container .search-holder p {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}

.section.section-search .container .search-holder .search-bar {
  background: #fff;
  margin: 16px 0 50px 0;
  border-radius: 8px;
  box-shadow: 0 10px 25px 0 rgba(0, 77, 130, 0.1);
}

.section.section-search .container .search-holder .search-bar form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section.section-search .container .search-holder .search-bar .search-button {
  cursor: pointer;
  font-size: 16px;
  color: #005187;
  border: none;
  background: none;
  padding: 15px 41px 14px 22px;
}

.section.section-search .container .search-holder .search-bar .search-button:after {
  display: none;
}

.section.section-search .container .search-holder .search-bar input[type=text] {
  flex: 1;
  border: none;
  outline: none;
  margin-left: 10px;
  font-size: 24px;
  padding: 21px 20px !important;
  font-weight: 700;
  color: #004d82 !important;
  -webkit-text-fill-color: #004d82 !important;
}

@media (max-width: 767.98px) {
  .section.section-search .container .search-holder .search-bar input[type=text] {
    font-size: 18px;
  }
}
.section.section-search .container .search-holder .search-bar input[type=text]::placeholder {
  color: #1d1d1b !important;
  -webkit-text-fill-color: #1d1d1b !important;
  font-weight: 400;
  opacity: 0.7 !important;
  font-size: 18px;
}

.section.section-search .container .search-holder .search-results {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 136px;
  max-width: 816px;
  margin: 0 auto;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .section.section-search .container .search-holder .search-results {
    gap: 30px 136px;
  }
}
.section.section-search .container .search-holder .search-results .search-result {
  width: 340px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-search .container .search-holder .search-results .search-result {
    width: 320px;
  }
}
@media (max-width: 767.98px) {
  .section.section-search .container .search-holder .search-results .search-result {
    width: 100%;
  }
}
.section.section-search .container .search-holder .search-results .search-result p {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.section.section-search .container .search-holder .search-results .search-result h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}

.section.section-search .container .search-holder .search-results .search-result a {
  color: #f25319;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.section.section-search .container .search-holder .search-results .search-result a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.section.section-search .container .search-holder .search-results .search-result a i {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 900;
}

.section.section-refurbished-products-overview .container .content-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section.section-refurbished-products-overview .container .content-holder {
    flex-direction: column;
  }
}
.section.section-refurbished-products-overview .container .content-holder .text {
  max-width: 538px;
}

.section.section-refurbished-products-overview .container .content-holder .button-holder {
  justify-content: flex-end;
}

.section.section-refurbished-products-overview .container .product-holder {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.section.section-links .container .holder .title h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}

@media (max-width: 767.98px) {
  .section.section-links .container .holder .title h2 {
    font-size: 40px;
  }
}
.section.section-links .container .holder .links-holder {
  margin-top: 40px;
  width: 100%;
}

.section.section-links .container .holder .links-holder .link {
  border-radius: 12px;
  border: 1px solid rgba(0, 77, 130, 0.5);
  padding: 32px 40px;
  display: flex;
  gap: 16px;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  margin-bottom: 16px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-links .container .holder .links-holder .link {
    padding: 22px 20px;
  }
}
.section.section-links .container .holder .links-holder .link:hover {
  background-color: #e0edfa;
}

.section.section-links .container .holder .links-holder .link:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #f25319;
  font-size: 14px;
  font-weight: 900;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .section.section-links .container .holder .links-holder .link:after {
    right: 20px;
  }
}
.section.section-links .container .holder .links-holder .link .icon i {
  color: #004d82;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}

.section.section-links .container .holder .links-holder .link a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  text-decoration: none;
  position: unset;
}

@media (max-width: 767.98px) {
  .section.section-links .container .holder .links-holder .link a {
    width: calc(100% - 40px);
  }
}
.section.section-links .container .holder .links-holder .link a:hover {
  color: #004d82;
}

.section.section-links .container .holder .links-holder .link a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section.section-cards-finn.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-cards-finn.is-visible .container .holder .cards-holder .card:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-cards-finn:after {
  left: -158px;
  top: 388px;
  width: 403.327px;
  height: 684.002px;
  background-image: url("/app/themes/freshdev/resources/img/blue-elements2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
}

@media (min-width: 1024px) {
  .section.section-cards-finn .container .holder .content-holder {
    margin-bottom: 116px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-finn .container .holder .content-holder {
    margin-bottom: 30px;
  }
}
.section.section-cards-finn .container .holder .content-holder h2 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -1.6px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-finn .container .holder .content-holder h2 {
    font-size: 40px;
  }
}
.section.section-cards-finn .container .holder .cards-holder .card {
  background-color: #fff;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .section.section-cards-finn .container .holder .cards-holder .card {
    margin-bottom: 116px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-finn .container .holder .cards-holder .card {
    margin-bottom: 30px;
  }
}
.section.section-cards-finn .container .holder .cards-holder .card .inner {
  padding: 40px 48px;
  display: flex;
  gap: 104px;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-cards-finn .container .holder .cards-holder .card .inner {
    gap: 50px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-finn .container .holder .cards-holder .card .inner {
    flex-direction: column;
    padding: 40px 25px;
  }
}
.section.section-cards-finn .container .holder .cards-holder .card .inner .image-holder {
  width: 251px;
  height: 240px;
}

.section.section-cards-finn .container .holder .cards-holder .card .inner .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-cards-finn .container .holder .cards-holder .card .inner .card-content {
  width: calc(100% - 251px - 104px);
}

@media (max-width: 1279.98px) {
  .section.section-cards-finn .container .holder .cards-holder .card .inner .card-content {
    width: calc(100% - 259px - 50px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-finn .container .holder .cards-holder .card .inner .card-content {
    width: 100%;
  }
}
.section.section-cards-finn .container .holder .cards-holder .card .inner .card-content h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

.section.section-cards-finn .container .holder .cards-holder .card .inner .card-content p {
  font-size: 16px;
  line-height: 1.4;
}

.section.section-cta-finn.is-visible .container .holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cta-finn .container .holder {
  background-color: #e0edfa;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.section.section-cta-finn .container .holder:after {
  right: 0;
  bottom: 0;
  width: 370px;
  height: 310px;
  background-image: url("/app/themes/freshdev/resources/img/finn-cta.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .section.section-cta-finn .container .holder:after {
    width: 270px;
    height: 215px;
  }
}
.section.section-cta-finn .container .holder:before {
  right: 0px;
  bottom: 2px;
  width: 164px;
  height: 155px;
  background-image: url("/app/themes/freshdev/resources/img/element-cta.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  z-index: 0;
}

.section.section-cta-finn .container .holder .inner {
  padding: 80px 140px 80px 80px;
}

@media (max-width: 1023.98px) {
  .section.section-cta-finn .container .holder .inner {
    padding: 80px 140px 215px 80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta-finn .container .holder .inner {
    padding: 40px 25px 225px 25px;
  }
}
.section.section-cta-finn .container .holder .inner .content-holder {
  max-width: 650px;
}

@media (max-width: 1439.98px) {
  .section.section-cta-finn .container .holder .inner .content-holder {
    max-width: 500px;
  }
}
.section.section-cta-finn .container .holder .inner .content-holder h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.section.section-usps-finn.has-pattern-blue:after {
  bottom: -113px;
  width: 260px;
  height: 640px;
}

.section.section-usps-finn.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-usps-finn.is-visible .container .holder .usp-holder .usp:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-usps-finn .container .holder .content-holder {
  margin-bottom: 64px;
}

.section.section-usps-finn .container .holder .content-holder h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}

@media (max-width: 1023.98px) {
  .section.section-usps-finn .container .holder .content-holder h2 {
    font-size: 40px;
  }
}
.section.section-usps-finn .container .holder .usp-holder {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (max-width: 1279.98px) {
  .section.section-usps-finn .container .holder .usp-holder {
    gap: 20px;
  }
}
.section.section-usps-finn .container .holder .usp-holder .usp {
  background-color: #fff;
  border-radius: 12px;
  height: auto;
  flex: 0 0 calc((100% - (40px * 2)) / 3);
}

@media (max-width: 1279.98px) {
  .section.section-usps-finn .container .holder .usp-holder .usp {
    flex: 0 0 calc((100% - (20px * 2)) / 3);
  }
}
@media (max-width: 1023.98px) {
  .section.section-usps-finn .container .holder .usp-holder .usp {
    flex: 0 0 100%;
  }
}
.section.section-usps-finn .container .holder .usp-holder .usp .inner {
  padding: 32px;
  height: 100%;
}

.section.section-usps-finn .container .holder .usp-holder .usp .inner .icon {
  margin-bottom: 24px;
}

.section.section-usps-finn .container .holder .usp-holder .usp .inner .icon i {
  font-size: 32px;
  font-weight: 900;
  color: #004d82;
}

.section.section-usps-finn .container .holder .usp-holder .usp .inner h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  margin-bottom: 12px;
}

.section.section-usps-finn .container .holder .usp-holder .usp .inner p {
  font-size: 16px;
}

.section.section-cards-stacked {
  overflow: unset;
}

.section.section-cards-stacked.is-visible .container .title {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cards-stacked.is-visible .container .holder {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cards-stacked .container .title {
  margin-bottom: 130px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-stacked .container .title {
    margin-bottom: 0;
  }
}
.section.section-cards-stacked .container .title h2 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -1.6px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-stacked .container .title h2 {
    font-size: 40px;
  }
}
.section.section-cards-stacked .container .holder {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 104px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-stacked .container .holder {
    flex-direction: column;
    gap: 0;
  }
}
.section.section-cards-stacked .container .holder .image-holder {
  top: 160px;
  position: sticky;
  padding-top: 50px;
  height: 364px;
  width: calc(100% - 642px - 104px);
}

@media (max-width: 1279.98px) {
  .section.section-cards-stacked .container .holder .image-holder {
    width: calc(100% - 467px - 104px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-stacked .container .holder .image-holder {
    top: 110px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards-stacked .container .holder .image-holder {
    display: none;
  }
}
.section.section-cards-stacked .container .holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-cards-stacked .container .holder .stackable-cards {
  gap: 32px 0;
  display: grid;
  position: relative;
  width: 642px;
}

@media (max-width: 1279.98px) {
  .section.section-cards-stacked .container .holder .stackable-cards {
    width: 467px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-stacked .container .holder .stackable-cards {
    width: 100%;
  }
}
.section.section-cards-stacked .container .holder .stackable-cards .stackable-card {
  top: 160px;
  position: sticky;
}

@media (max-width: 1023.98px) {
  .section.section-cards-stacked .container .holder .stackable-cards .stackable-card {
    top: 30px;
  }
}
.section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner {
  will-change: transform;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(14, 63, 126, 0.04) 0 0 0 1px, rgba(42, 51, 69, 0.04) 0 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  transform-origin: center top;
  padding: 40px;
}

@media (max-width: 767.98px) {
  .section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner {
    padding: 24px;
  }
}
.section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner .icon {
  margin-bottom: 12px;
}

.section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner .icon i {
  font-size: 32px;
  color: #003d6c;
  font-weight: 300;
}

.section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner .card-content {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner .card-content h4 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.section.section-cards-stacked .container .holder .stackable-cards .stackable-card .card-inner .card-content p {
  font-size: 16px;
}

.space {
  height: 50vh;
}

@media (max-width: 1023.98px) {
  .space {
    height: 25vh;
    display: none;
  }
}
.space--small {
  height: 40vh;
}

.section.section-image-content-finn {
  padding-bottom: 0;
  margin-bottom: -100px;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-finn {
    padding-bottom: 50px;
    margin-bottom: unset;
  }
}
.section.section-image-content-finn:after {
  right: -35px;
  top: 0;
  width: 400px;
  height: 100%;
  background-image: url("/app/themes/freshdev/resources/img/Achtergrond_Finn_2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .section.section-image-content-finn:after {
    right: -150px;
    width: 474px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-finn:after {
    right: -166px;
    width: 278px;
    top: 50%;
    transform: translateY(-50%);
    height: 62%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn:after {
    height: 46%;
    top: unset;
    bottom: 0;
    transform: unset;
    right: -190px;
  }
}
.section.section-image-content-finn.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-image-content-finn.is-visible .container .holder .image-holder {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-image-content-finn .holder {
  display: flex;
  gap: 25px;
  padding-left: calc((100vw - 1140px + 10px) / 2);
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-finn .holder {
    padding-left: 15px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-finn .holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn .holder {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn .holder {
    padding-right: 15px;
  }
}
.section.section-image-content-finn .holder .content-holder {
  width: calc(100% - 627px - 25px);
  padding-bottom: 140px;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-finn .holder .content-holder {
    width: calc(100% - 515px - 25px);
    padding-bottom: 170px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-finn .holder .content-holder {
    width: calc(100% - 315px - 25px);
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn .holder .content-holder {
    width: 100%;
    padding-bottom: 0;
  }
}
.section.section-image-content-finn .holder .content-holder h2 {
  font-size: 80px !important;
  font-weight: 700;
  letter-spacing: -1.6px;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-finn .holder .content-holder h2 {
    font-size: 40px !important;
  }
}
.section.section-image-content-finn .holder .image-holder {
  width: 627px;
  height: 840px;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-finn .holder .image-holder {
    width: 515px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-finn .holder .image-holder {
    height: 440px;
    width: 315px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn .holder .image-holder {
    width: 100%;
  }
}
.section.section-image-content-finn .holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-image-content-finn.has-image-left .holder {
  padding-left: unset;
  padding-right: calc((100vw - 1140px + 10px) / 2);
  gap: 130px;
}

@media (min-width: 768px) {
  .section.section-image-content-finn.has-image-left .holder {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content-finn.has-image-left .holder {
    padding-right: 15px;
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn.has-image-left .holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.section-image-content-finn.has-image-left:after {
  background-image: url("/app/themes/freshdev/resources/img/Achtergrond_Finn_1.svg");
  left: -20px;
  right: unset;
  width: 361px;
  height: 100%;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-finn.has-image-left:after {
    left: -173px;
    width: 278px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn.has-image-left:after {
    height: 53%;
    top: unset;
    bottom: 0;
    transform: unset;
    left: -190px;
  }
}
.section.section-image-content-finn.has-image-left .content-holder {
  width: calc(100% - 481px - 130px);
}

@media (max-width: 1279.98px) {
  .section.section-image-content-finn.has-image-left .content-holder {
    width: calc(100% - 400px - 130px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-finn.has-image-left .content-holder {
    width: calc(100% - 315px - 25px);
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn.has-image-left .content-holder {
    width: 100%;
  }
}
.section.section-image-content-finn.has-image-left .image-holder {
  width: 481px;
  height: 687px;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-finn.has-image-left .image-holder {
    width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-finn.has-image-left .image-holder {
    height: 440px;
    width: 315px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-finn.has-image-left .image-holder {
    width: 100%;
  }
}
.section.section-pageheader-finn {
  background-color: #e0edfa;
}

.section.section-pageheader-finn.has-pattern-colored:after {
  bottom: -230px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-finn.has-pattern-colored:after {
    top: 110%;
  }
}
.section.section-pageheader-finn:before {
  right: -50px;
  bottom: -50px;
  width: 204.291px;
  height: 204.291px;
  background-image: url("/app/themes/freshdev/resources/img/element-phfinn.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
}

@media (max-width: 1023.98px) {
  .section.section-pageheader-finn:before {
    display: none;
  }
}
.section.section-pageheader-finn.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-pageheader-finn .container .holder .content-holder {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 454px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-finn .container .holder .content-holder {
    padding-bottom: 254px;
  }
}
.section.section-pageheader-finn .container .holder .image-holder {
  width: 394px;
  height: 364px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1023.98px) {
  .section.section-pageheader-finn .container .holder .image-holder {
    left: 70%;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-finn .container .holder .image-holder {
    height: 250px;
    left: 60%;
  }
}
.section.section-pageheader-finn .container .holder .image-holder img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.section.section-pageheader-home-finn {
  padding-top: 70px;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader-home-finn {
    padding-top: 50px;
  }
}
.section.section-pageheader-home-finn:after {
  top: 70px;
  width: 290px;
  height: 640px;
  background-image: url("/app/themes/freshdev/resources/img/bg-finn-left.png");
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: absolute;
  content: "";
  z-index: -1;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader-home-finn:after {
    top: 50px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-home-finn:after {
    width: 260px;
    height: 540px;
  }
}
.section.section-pageheader-home-finn.is-visible .holder .content-holder {
  animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-pageheader-home-finn.is-visible .holder .image-holder {
  animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-pageheader-home-finn.is-visible .filter-holder .filters .filter:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-pageheader-home-finn .items-holder {
  position: relative;
}

.section.section-pageheader-home-finn .holder {
  display: flex;
  gap: 40px;
  padding-right: calc((100vw - 1140px + 10px) / 2);
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader-home-finn .holder {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-home-finn .holder {
    flex-direction: column;
  }
}
.section.section-pageheader-home-finn .holder .content-holder {
  width: calc(100% - 478px - 40px);
}

@media (max-width: 1279.98px) {
  .section.section-pageheader-home-finn .holder .content-holder {
    width: calc(100% - 515px - 40px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader-home-finn .holder .content-holder {
    width: calc(100% - 315px - 40px);
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-home-finn .holder .content-holder {
    width: 100%;
  }
}
.section.section-pageheader-home-finn .holder .content-holder h4 {
  color: #1d1d1b;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-bottom: 12px;
}

.section.section-pageheader-home-finn .holder .content-holder h1 {
  line-height: 1;
}

.section.section-pageheader-home-finn .holder .content-holder p {
  font-size: 16px;
}

.section.section-pageheader-home-finn .holder .content-holder .button-holder {
  margin-top: 50px;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader-home-finn .holder .content-holder .button-holder {
    margin-top: 25px;
  }
}
.section.section-pageheader-home-finn .holder .image-holder {
  width: 478px;
  height: 640px;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader-home-finn .holder .image-holder {
    width: 515px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader-home-finn .holder .image-holder {
    width: 315px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-home-finn .holder .image-holder {
    height: 530px;
    width: 100%;
  }
}
.section.section-pageheader-home-finn .holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-pageheader-home-finn .filter-holder {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 0;
  padding-right: calc((100vw - 1140px + 10px) / 2);
  right: 0;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader-home-finn .filter-holder {
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-home-finn .filter-holder {
    padding-left: 15px;
    margin-top: 50px;
    justify-content: flex-start;
  }
}
.section.section-pageheader-home-finn .filter-holder .filters {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.section.section-pageheader-home-finn .filter-holder .filters .filter {
  border-radius: 6.857px;
  width: 80px;
  height: 80px;
  opacity: 0.2;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-home-finn .filter-holder .filters .filter {
    width: 60px;
    height: 60px;
  }
}
.section.section-pageheader-home-finn .filter-holder .filters .filter.is-active {
  opacity: 1;
}

.section.section-pageheader-home-finn .filter-holder .filters .filter:nth-child(1) {
  background-color: #3581a8;
}

.section.section-pageheader-home-finn .filter-holder .filters .filter:nth-child(2) {
  background-color: #edca68;
}

.section.section-pageheader-home-finn .filter-holder .filters .filter:nth-child(3) {
  background-color: #558940;
}

.section.section-pageheader-home-finn .filter-holder .filters .filter:nth-child(4) {
  background-color: #435592;
}

.section.section-pageheader-home-finn .filter-holder .filters .filter a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-cta-one-for-one.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-cta-one-for-one .container .holder {
  position: relative;
  background-color: #e0edfa;
  border-radius: 16px;
  padding: 80px 140px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section.section-cta-one-for-one .container .holder {
    padding: 80px 100px 100px 100px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta-one-for-one .container .holder {
    padding: 40px 20px 100px 20px;
  }
}
.section.section-cta-one-for-one .container .holder:after {
  content: "";
  position: absolute;
  right: -31px;
  bottom: -81px;
  width: 180px;
  height: 306px;
  background-image: url("/app/themes/freshdev/resources/img/cta-element-one-for-one.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .section.section-cta-one-for-one .container .holder:after {
    width: 130px;
  }
}
.section.section-cta-one-for-one .container .holder .content-holder {
  text-align: center;
  max-width: 772px;
  margin: 0 auto;
}

.section.section-cta-one-for-one .container .holder .content-holder h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.section.section-cta-one-for-one .container .holder .content-holder .button-holder {
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-cta-one-for-one .container .holder .content-holder .button-holder {
    align-items: center;
  }
}
.section.section-benefits.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-benefits.is-visible .container .holder .benefits-holder .benefit:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-benefits .container .holder .benefits-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 64px;
}

@media (max-width: 767.98px) {
  .section.section-benefits .container .holder .benefits-holder {
    gap: 15px;
  }
}
.section.section-benefits .container .holder .benefits-holder .benefit {
  flex: 0 0 calc(50% - 20px);
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 77, 130, 0.2);
}

@media (max-width: 1023.98px) {
  .section.section-benefits .container .holder .benefits-holder .benefit {
    flex: 1 0 100%;
  }
}
.section.section-benefits .container .holder .benefits-holder .benefit .inner {
  display: flex;
  gap: 22px;
  padding: 32px 40px;
}

@media (max-width: 767.98px) {
  .section.section-benefits .container .holder .benefits-holder .benefit .inner {
    gap: 15px;
    padding: 20px;
  }
}
.section.section-benefits .container .holder .benefits-holder .benefit .inner .icon {
  height: 40px;
  width: 40px;
  border-radius: 123.75px;
  background: #00b400;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .section.section-benefits .container .holder .benefits-holder .benefit .inner .icon {
    width: 30px;
    height: 30px;
  }
}
.section.section-benefits .container .holder .benefits-holder .benefit .inner .icon i {
  color: #fff;
  font-size: 22.5px;
  font-weight: 900;
}

@media (max-width: 1023.98px) {
  .section.section-benefits .container .holder .benefits-holder .benefit .inner .icon i {
    font-size: 18px;
  }
}
.section.section-benefits .container .holder .benefits-holder .benefit .inner .text {
  width: calc(100% - 40px - 22px);
}

@media (max-width: 1023.98px) {
  .section.section-benefits .container .holder .benefits-holder .benefit .inner .text {
    width: calc(100% - 30px - 22px);
  }
}
.section.section-benefits .container .holder .benefits-holder .benefit .inner .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #004d82;
}

.section.section-content-full-image.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-content-full-image.is-visible .container .holder .image-holder {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-content-full-image .container .holder .content-holder {
  max-width: 977px;
  margin: 0 auto;
  text-align: center;
}

.section.section-content-full-image .container .holder .content-holder h2 {
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section.section-content-full-image .container .holder .content-holder h2 {
    font-size: 40px;
    hyphens: none;
  }
}
.section.section-content-full-image .container .holder .image-holder {
  position: relative;
  width: 100%;
  margin-top: 64px;
}

@media (max-width: 767.98px) {
  .section.section-content-full-image .container .holder .image-holder {
    margin-top: 40px;
  }
}
.section.section-content-full-image .container .holder .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 12px;
}

.section.section-content-full-image .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}

.section.section-quote.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-quote .container .holder .content-holder {
  text-align: center;
}

.section.section-quote .container .holder .content-holder h2 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -1.28px;
}

@media (max-width: 1023.98px) {
  .section.section-quote .container .holder .content-holder h2 {
    font-size: 40px;
    hyphens: none;
  }
}
.section.section-offers.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-offers.is-visible .container .holder .offer-holder .offer:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-offers .container .holder .offer-holder {
  display: flex;
  gap: 40px;
  margin-top: 64px;
}

@media (max-width: 1023.98px) {
  .section.section-offers .container .holder .offer-holder {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-offers .container .holder .offer-holder {
    flex-direction: column;
    margin-top: 20px;
  }
}
.section.section-offers .container .holder .offer-holder .offer {
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(0, 77, 130, 0.2);
  flex: 0 0 calc(50% - 20px);
}

@media (max-width: 1023.98px) {
  .section.section-offers .container .holder .offer-holder .offer {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .section.section-offers .container .holder .offer-holder .offer {
    flex: 1 0 100%;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner {
  padding: 48px;
}

@media (max-width: 1023.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner {
    padding: 25px;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
}

@media (max-width: 1023.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner h3 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner h3 {
    font-size: 30px;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner .usps {
  margin-top: 48px;
}

@media (max-width: 1023.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner .usps {
    margin-top: 24px;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner .usps .usp {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 1023.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner .usps .usp {
    margin-bottom: 12px;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .icon {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00b400;
}

@media (max-width: 767.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .icon {
    height: 25px;
    width: 25px;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .icon i {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .icon i {
    font-size: 16px;
  }
}
.section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .text {
  width: calc(100% - 32px - 16px);
}

.section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .text p {
  font-size: 20px;
  font-weight: 500;
  color: #004d82;
}

@media (max-width: 767.98px) {
  .section.section-offers .container .holder .offer-holder .offer .inner .usps .usp .text p {
    font-size: 18px;
  }
}
.section.section-content-one-for-one.is-visible .container .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-content-one-for-one:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 268px;
  height: 454px;
  background-image: url("/app/themes/freshdev/resources/img/Pattern-content.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section.section-content-one-for-one:after {
    bottom: -30px;
    width: 110px;
    height: 255px;
  }
}
.section.section-content-one-for-one .container .holder .content-holder {
  max-width: 800px;
}

@media (max-width: 1023.98px) {
  .section.section-content-one-for-one .container .holder .content-holder {
    max-width: 600px;
  }
}
.section.section-image-content-one-for-one.is-visible .container .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-image-content-one-for-one.is-visible .container .holder .image-holder {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-image-content-one-for-one.has-img-left .container .holder .content-holder {
  order: 2;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-one-for-one.has-img-left .container .holder .content-holder {
    order: 1;
  }
}
.section.section-image-content-one-for-one.has-img-left .container .holder .image-holder {
  order: 1;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-one-for-one.has-img-left .container .holder .image-holder {
    order: 2;
  }
}
.section.section-image-content-one-for-one .container .holder {
  display: flex;
  gap: 104px;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-one-for-one .container .holder {
    gap: 60px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-one-for-one .container .holder {
    flex-direction: column;
    gap: 40px;
  }
}
.section.section-image-content-one-for-one .container .holder .content-holder {
  width: calc(100% - 486px - 104px);
}

@media (max-width: 1279.98px) {
  .section.section-image-content-one-for-one .container .holder .content-holder {
    width: calc(100% - 486px - 60px);
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content-one-for-one .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-image-content-one-for-one .container .holder .image-holder {
  width: 486px;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-one-for-one .container .holder .image-holder {
    width: 100%;
  }
}
.section.section-image-content-one-for-one .container .holder .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 12px;
}

.section.section-image-content-one-for-one .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 99%;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-one-for-one .container .holder .image-holder:after {
    padding-bottom: 80%;
  }
}
.section.section-steps-slider.has-pattern-blue:after {
  width: 197px;
  height: 334px;
}

@media (max-width: 767.98px) {
  .section.section-steps-slider.has-pattern-blue:after {
    width: 180px;
    height: 190px;
  }
}
.section.section-steps-slider.is-visible .holder .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-steps-slider.is-visible .holder .steps-holder {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-steps-slider .holder {
  padding-left: calc((100vw - 1140px + 10px) / 2);
}

@media (max-width: 1279.98px) {
  .section.section-steps-slider .holder {
    padding-left: 15px;
  }
}
.section.section-steps-slider .holder .content-holder {
  position: relative;
  padding-right: calc((100vw - 1140px + 10px) / 2);
}

@media (max-width: 1279.98px) {
  .section.section-steps-slider .holder .content-holder {
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-prev, .section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-next {
    top: 85px;
  }
}
.section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-prev:after, .section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-next:after {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #f25319;
}

.section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-next {
  right: 150px;
}

@media (max-width: 767.98px) {
  .section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-next {
    right: 25px;
  }
}
.section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-prev {
  right: 200px;
  left: unset;
}

@media (max-width: 767.98px) {
  .section.section-steps-slider .holder .content-holder .swiper-actions .swiper-button-prev {
    right: 70px;
  }
}
.section.section-steps-slider .holder .steps-holder {
  margin-top: 64px;
}

.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide {
  position: relative;
}

.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide:not(:last-child):after {
  content: "";
  background-image: url("/app/themes/freshdev/resources/img/Arrow-long.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -87px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 33px;
}

@media (max-width: 1439.98px) {
  .section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide:not(:last-child):after {
    right: -67px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide:not(:last-child):after {
    right: -66px;
  }
}
@media (max-width: 767.98px) {
  .section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide:not(:last-child):after {
    right: -55px;
  }
}
.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide .card {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: unset;
}

.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide .card .inner {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide .card .inner {
    padding: 25px;
  }
}
.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide .card .inner .icon {
  margin-bottom: 24px;
}

.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide .card .inner .icon i {
  color: #004d82;
  font-size: 32px;
  font-weight: 400;
}

.section.section-steps-slider .holder .steps-holder .swiper-wrapper .swiper-slide .card .inner h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}

.section.section-usps-one-for-one:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 683px;
  background-image: url("/app/themes/freshdev/resources/img/usp-element.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: -1;
}

@media (max-width: 1279.98px) {
  .section.section-usps-one-for-one:after {
    width: 160px;
    height: 383px;
    bottom: -45px;
  }
}
.section.section-usps-one-for-one.is-visible .container .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(1n) {
  animation-delay: 0.525s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(2n) {
  animation-delay: 0.65s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(3n) {
  animation-delay: 0.775s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(4n) {
  animation-delay: 0.9s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(5n) {
  animation-delay: 1.025s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(6n) {
  animation-delay: 1.15s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(7n) {
  animation-delay: 1.275s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(8n) {
  animation-delay: 1.4s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(9n) {
  animation-delay: 1.525s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(10n) {
  animation-delay: 1.65s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(11n) {
  animation-delay: 1.775s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(12n) {
  animation-delay: 1.9s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(13n) {
  animation-delay: 2.025s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(14n) {
  animation-delay: 2.15s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(15n) {
  animation-delay: 2.275s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(16n) {
  animation-delay: 2.4s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(17n) {
  animation-delay: 2.525s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(18n) {
  animation-delay: 2.65s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(19n) {
  animation-delay: 2.775s;
}

.section.section-usps-one-for-one.is-visible .container .usp-holder .usp:nth-child(20n) {
  animation-delay: 2.9s;
}

.section.section-usps-one-for-one .container .holder .content-holder {
  margin-bottom: 64px;
}

@media (max-width: 767.98px) {
  .section.section-usps-one-for-one .container .holder .content-holder {
    margin-bottom: 30px;
  }
}
.section.section-usps-one-for-one .container .holder .usp-holder {
  display: flex;
  gap: 48px 141px;
  flex-wrap: wrap;
}

@media (max-width: 1279.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder {
    gap: 48px 100px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder {
    gap: 48px 40px;
  }
}
@media (max-width: 767.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder {
    gap: 30px;
  }
}
.section.section-usps-one-for-one .container .holder .usp-holder .usp {
  width: calc((100% - 2 * 141px) / 3);
}

@media (max-width: 1279.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder .usp {
    width: calc((100% - 2 * 100px) / 3);
  }
}
@media (max-width: 1023.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder .usp {
    width: calc((100% - 2 * 40px) / 3);
  }
}
@media (max-width: 767.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder .usp {
    width: 100%;
  }
}
.section.section-usps-one-for-one .container .holder .usp-holder .usp .icon {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder .usp .icon {
    font-size: 30px;
  }
}
.section.section-usps-one-for-one .container .holder .usp-holder .usp h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .section.section-usps-one-for-one .container .holder .usp-holder .usp p {
    max-width: 285px;
  }
}
.section.section-pageheader-one-for-one {
  min-height: 720px;
  display: flex;
  align-items: center;
  position: relative;
}

.section.section-pageheader-one-for-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(224, 237, 250, 0) 0%, #E0EDFA 55.28%);
  z-index: 0;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-one-for-one:after {
    width: 135%;
  }
}
.section.section-pageheader-one-for-one img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.section.section-pageheader-one-for-one:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 268px;
  height: 454px;
  background-image: url("/app/themes/freshdev/resources/img/pattern-ph-1for1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: 1;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader-one-for-one:before {
    height: 254px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-one-for-one:before {
    bottom: -50px;
  }
}
.section.section-pageheader-one-for-one.is-visible .container .content-holder {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.section.section-pageheader-one-for-one .container {
  display: flex;
  align-items: center;
}

.section.section-pageheader-one-for-one .container .content-holder {
  max-width: 660px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1439.98px) {
  .section.section-pageheader-one-for-one .container .content-holder {
    margin-left: 50px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-pageheader-one-for-one .container .content-holder {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader-one-for-one .container .content-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section.section-pageheader-one-for-one .container .content-holder h4 {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #1d1d1b;
  margin-bottom: 12px;
}

.section.section-logos-grid .container .holder .content-holder {
  max-width: 882px;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .section.section-logos-grid .container .holder .content-holder {
    margin-bottom: 40px;
  }
}
.section.section-logos-grid .container .holder .content-holder h2 {
  text-align: center;
}

@media (max-width: 767.98px) {
  .section.section-logos-grid .container .holder .content-holder h2 {
    hyphens: none;
  }
}
.section.section-logos-grid .container .holder .logo-holder .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1023.98px) {
  .section.section-logos-grid .container .holder .logo-holder .logo-list {
    gap: 15px;
  }
}
.section.section-logos-grid .container .holder .logo-holder .logo-list .logo {
  flex: 0 0 calc((100% - (4 * 30px)) / 5);
  aspect-ratio: 13/18;
  position: relative;
  border-radius: 12px;
  background: #e0edfa;
  height: 120px;
}

@media (max-width: 1023.98px) {
  .section.section-logos-grid .container .holder .logo-holder .logo-list .logo {
    flex: 0 0 calc((100% - (4 * 15px)) / 5);
  }
}
@media (max-width: 767.98px) {
  .section.section-logos-grid .container .holder .logo-holder .logo-list .logo {
    flex: 0 0 calc((100% - (1 * 15px)) / 2);
  }
}
.section.section-logos-grid .container .holder .logo-holder .logo-list .logo .logo-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section.section-logos-grid .container .holder .logo-holder .logo-list .logo .logo-clip [data-logo-wall-target] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.section.section-logos-grid .container .holder .logo-holder .logo-list .logo .logo-clip [data-logo-wall-target] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-logos-grid [data-logo-wall-list] [data-logo-wall-item]:nth-child(n+11) {
  display: none;
}

.section.section-logos-grid.has-single-row [data-logo-wall-list] [data-logo-wall-item]:nth-child(n+6) {
  display: none;
}

@media (max-width: 767.98px) {
  .section.section-logos-grid.has-single-row [data-logo-wall-list] [data-logo-wall-item]:nth-child(n+5) {
    display: none;
  }
}
.section.section-content-usps.has-pattern-colored:after {
  left: -60px;
  bottom: -500px;
}

@media (max-width: 767.98px) {
  .section.section-content-usps.has-pattern-colored:after {
    top: 116%;
  }
}
.section.section-content-usps.is-vertical .container .holder {
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 767.98px) {
  .section.section-content-usps.is-vertical .container .holder {
    gap: 40px;
  }
}
.section.section-content-usps.is-vertical .container .holder .content-holder {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.section.section-content-usps.is-vertical .container .holder .content-holder h2 {
  margin-bottom: 0;
  text-align: center;
}

.section.section-content-usps.is-vertical .container .holder .content-holder .button-holder {
  justify-content: center;
}

.section.section-content-usps.is-vertical .container .holder .usp-holder {
  width: 100%;
}

.section.section-content-usps.is-vertical .container .holder .usp-holder .usp {
  width: calc(24% - 20px);
}

@media (max-width: 1279.98px) {
  .section.section-content-usps.is-vertical .container .holder .usp-holder .usp {
    width: calc(50% - 20px);
  }
}
.section.section-content-usps .container .holder {
  display: flex;
  gap: 44px;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .section.section-content-usps .container .holder {
    gap: 22px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content-usps .container .holder {
    flex-direction: column;
  }
}
.section.section-content-usps .container .holder .content-holder {
  width: 456px;
}

@media (max-width: 1023.98px) {
  .section.section-content-usps .container .holder .content-holder {
    width: 380px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content-usps .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-content-usps .container .holder .content-holder h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}

@media (max-width: 1023.98px) {
  .section.section-content-usps .container .holder .content-holder h2 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content-usps .container .holder .content-holder h2 {
    font-size: 45px;
    text-align: center;
  }
}
.section.section-content-usps .container .holder .content-holder .button-holder {
  justify-content: flex-start;
}

.section.section-content-usps .container .holder .usp-holder {
  width: calc(100% - 456px - 44px);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 1023.98px) {
  .section.section-content-usps .container .holder .usp-holder {
    width: calc(100% - 380px - 22px);
  }
}
@media (max-width: 767.98px) {
  .section.section-content-usps .container .holder .usp-holder {
    width: 100%;
  }
}
.section.section-content-usps .container .holder .usp-holder .usp {
  width: calc(50% - 20px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.section-content-usps .container .holder .usp-holder .usp .icon {
  border-radius: 8px;
  background: #1779bc;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.section.section-content-usps .container .holder .usp-holder .usp .icon i {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.section.section-content-usps .container .holder .usp-holder .usp p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #004d82;
  line-height: normal;
}

@media (max-width: 1023.98px) {
  .section.section-content-usps .container .holder .usp-holder .usp p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-content-usps .container .holder .usp-holder .usp p {
    font-size: 16px;
  }
}
@property --gradient-opacity {
  syntax: "<number>";
  initial-value: 0;
  inherits: false;
}
.section.section-refurbished-categories .container .content-holder h2 {
  margin-bottom: 0;
}

.section.section-refurbished-categories .container .card-holder {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .section.section-refurbished-categories .container .card-holder {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .section.section-refurbished-categories .container .card-holder {
    flex-direction: column;
    gap: 24px;
  }
}
.section.section-refurbished-categories .container .card-holder .card {
  width: calc((100% - 48px) / 3);
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(0, 77, 130, 0.12);
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-refurbished-categories .container .card-holder .card {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 767.98px) {
  .section.section-refurbished-categories .container .card-holder .card {
    width: 100%;
  }
}
.section.section-refurbished-categories .container .card-holder .card .image-holder {
  position: relative;
  width: 100%;
}

.section.section-refurbished-categories .container .card-holder .card .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-refurbished-categories .container .card-holder .card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}

@media (max-width: 767.98px) {
  .section.section-refurbished-categories .container .card-holder .card .image-holder:after {
    padding-bottom: 66%;
  }
}
.section.section-refurbished-categories .container .card-holder .card .content-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media (max-width: 1023.98px) {
  .section.section-refurbished-categories .container .card-holder .card .content-card {
    padding: 24px 17px;
  }
}
@media (max-width: 767.98px) {
  .section.section-refurbished-categories .container .card-holder .card .content-card {
    padding: 24px;
  }
}
.section.section-refurbished-categories .container .card-holder .card .content-card .content-inner {
  margin-bottom: 24px;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .content-inner h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .content-inner p {
  font-size: 14px;
  font-weight: 400;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder {
  margin-top: auto;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder .button {
  width: 100%;
  position: unset;
  --gradient-opacity: 0;
  background-image: linear-gradient(94deg, rgba(255, 98, 0, var(--gradient-opacity)) 1.02%, rgba(242, 65, 0, var(--gradient-opacity)) 95.02%);
  transition: --gradient-opacity 0.4s ease-in-out, color 0.4s ease-in-out;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder .button i {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 900;
  color: #f25319;
  transition: color 0.4s ease-in-out;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder .button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder .button:after {
  display: none;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder .button:hover {
  --gradient-opacity: 1;
  color: #fff;
}

.section.section-refurbished-categories .container .card-holder .card .content-card .button-holder .button:hover i {
  color: #fff;
}

.section.section-refurbished-important-features .container .content-holder {
  max-width: 870px;
}

.section.section-refurbished-important-features .container .content-holder h2 {
  margin-bottom: 53px;
}

@media (max-width: 1023.98px) {
  .section.section-refurbished-important-features .container .content-holder h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-refurbished-important-features .container .content-holder h2 {
    hyphens: none;
  }
}
.section.section-refurbished-important-features .container .usp-holder {
  display: flex;
  gap: 64px 70px;
  margin-top: 100px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .section.section-refurbished-important-features .container .usp-holder {
    flex-direction: column;
    gap: 40px 0;
    margin-top: 40px;
  }
}
.section.section-refurbished-important-features .container .usp-holder .usp {
  width: calc((100% - 140px) / 3);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .section.section-refurbished-important-features .container .usp-holder .usp {
    width: calc((100% - 70px) / 2);
  }
}
@media (max-width: 767.98px) {
  .section.section-refurbished-important-features .container .usp-holder .usp {
    width: 100%;
  }
}
.section.section-refurbished-important-features .container .usp-holder .usp .icon {
  border-radius: 8px;
  background: #1779bc;
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .section.section-refurbished-important-features .container .usp-holder .usp .icon {
    width: 56px;
    height: 56px;
  }
}
.section.section-refurbished-important-features .container .usp-holder .usp .icon i {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .section.section-refurbished-important-features .container .usp-holder .usp .icon i {
    font-size: 24px;
  }
}
.section.section-refurbished-important-features .container .usp-holder .usp .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.section.section-refurbished-important-features .container .usp-holder .usp .content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  max-width: 285px;
}

@media (max-width: 767.98px) {
  .section.section-refurbished-important-features .container .usp-holder .usp .content h4 {
    max-width: 100%;
  }
}
.section.section-refurbished-important-features .container .usp-holder .usp .content .text p {
  font-size: 14px;
  font-weight: 400;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 50px 0px rgba(0, 77, 130, 0.2);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767.98px) {
  .card {
    box-shadow: 0px 0px 40px 0px rgba(0, 77, 130, 0.2);
  }
}
.card.usp {
  box-shadow: 0px 0px 30px 0px rgba(0, 77, 130, 0.2);
  max-width: 380px;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.card.usp .icon {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

.card.usp .icon .icon-wrapper {
  background-color: #1779bc;
  transform: rotate(-45deg);
  padding: 5.962px 6.565px 5.955px 5.352px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
}

.card.usp .icon .icon-wrapper:after {
  position: absolute;
  right: -6px;
  top: 8px;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-right: 2px solid #f25319;
  border-bottom: 2px solid #f25319;
  content: "";
}

.card.usp .icon .icon-wrapper i {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  transform: rotate(45deg);
  color: #fff;
}

.card.usp .inner {
  padding: 78px 30px 30px 30px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .card.usp .inner {
    padding: 64.774px 20px 20px 20px;
  }
}
.card.usp .inner h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.card.usp .inner p {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 767.98px) {
  .card.usp .inner p {
    font-size: 14px;
  }
}
.card .image-holder {
  position: relative;
}

.card .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.card .content-holder {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: unset;
}

.card .content-holder .inner {
  padding: 30px;
  position: unset;
}

@media (max-width: 767.98px) {
  .card .content-holder .inner {
    padding: 20px;
  }
}
.card .content-holder .inner .date {
  padding-bottom: 6px;
}

.card .content-holder .inner .date p {
  color: #86a9cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}

.card .content-holder .inner .title {
  padding-bottom: 18px;
}

.card .content-holder .inner .title h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  line-height: normal;
}

.card .content-holder .inner a.inline-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #f25319;
  text-decoration: none;
  position: unset;
}

.card .content-holder .inner a.inline-button i {
  margin-right: 7px;
}

.card .content-holder .inner a.inline-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.product-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.product-card {
  margin: 20px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  width: calc(33.333% - 40px);
}

.product-card.is-recommended .recommended {
  position: absolute;
  border-radius: 6px;
  background: #e0edfa;
  top: -16px;
  left: 0;
}

.product-card.is-recommended .recommended .inner {
  padding: 12px 16px;
}

.product-card.is-recommended .recommended .inner p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #1779bc;
}

@media (max-width: 1023.98px) {
  .product-card {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767.98px) {
  .product-card {
    width: 100%;
  }
}
.product-card .image-holder {
  position: relative;
  width: 100%;
}

.product-card .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 82%;
}

.product-card .content-holder {
  flex: 1;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card .content-holder .inner .title {
  margin-bottom: 15px;
}

.product-card .content-holder .inner .title h4 {
  color: #004d82;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

.product-card .content-holder .inner .title h4 a {
  color: #004d82;
  text-decoration: none;
}

.product-card .content-holder .inner .title h4 a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  position: absolute;
}

.product-card .content-holder .inner .title span {
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
}

.product-card .content-holder .inner p {
  font-size: 14px;
  margin-bottom: 25px;
}

.product-card .content-holder .inner ul li {
  margin-left: 33px !important;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
}

.product-card .content-holder .inner ul li:before {
  top: 0 !important;
  left: -32px !important;
  background: #3dad79 !important;
  color: #fff !important;
}

.product-card .content-holder .button-holder {
  z-index: 3;
  margin-top: 32px;
  position: relative;
}

.product-card .content-holder .button-holder .button {
  width: 100%;
}

.section.section-specifications .container .rank-math-breadcrumbs .rank-math-breadcrumb p a {
  color: #004d82;
  font-size: 14px;
  font-weight: 500;
}

.section.section-specifications .container .rank-math-breadcrumbs .rank-math-breadcrumb p span .separator {
  color: #004d82;
  font-size: 14px;
  font-weight: 900;
}

.section.section-specifications .container .rank-math-breadcrumbs .rank-math-breadcrumb p span {
  color: #004d82;
  font-size: 14px;
  font-weight: 500;
}

.section.section-specifications .container .holder .top-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 183px;
  margin-top: 50px;
}

@media (max-width: 1279.98px) {
  .section.section-specifications .container .holder .top-row {
    gap: 100px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .top-row {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .section.section-specifications .container .holder .top-row {
    flex-direction: column;
  }
}
.section.section-specifications .container .holder .top-row .product {
  width: 565px;
}

@media (max-width: 1279.98px) {
  .section.section-specifications .container .holder .top-row .product {
    width: 450px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .top-row .product {
    width: 325px;
  }
}
@media (max-width: 767.98px) {
  .section.section-specifications .container .holder .top-row .product {
    width: 100%;
  }
}
.section.section-specifications .container .holder .top-row .product .title {
  margin-bottom: 25px;
}

.section.section-specifications .container .holder .top-row .product .title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.section.section-specifications .container .holder .top-row .product .title p {
  font-size: 16px;
}

.section.section-specifications .container .holder .top-row .product .product-image {
  width: 100%;
  position: relative;
}

.section.section-specifications .container .holder .top-row .product .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section.section-specifications .container .holder .top-row .product .product-image:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

@media (max-width: 767.98px) {
  .section.section-specifications .container .holder .top-row .product .product-image.is-recommended {
    margin-top: 30px;
  }
}
.section.section-specifications .container .holder .top-row .product .product-image.is-recommended .recommended {
  position: absolute;
  border-radius: 6px;
  background: #e0edfa;
  top: 64px;
  left: 0;
}

@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .top-row .product .product-image.is-recommended .recommended {
    top: -20px;
  }
}
.section.section-specifications .container .holder .top-row .product .product-image.is-recommended .recommended .inner {
  padding: 12px 16px;
}

.section.section-specifications .container .holder .top-row .product .product-image.is-recommended .recommended .inner p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #1779bc;
}

.section.section-specifications .container .holder .top-row .product .small-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
}

.section.section-specifications .container .holder .top-row .product .small-images .small-image {
  width: 178px;
  height: 143px;
}

@media (max-width: 1279.98px) {
  .section.section-specifications .container .holder .top-row .product .small-images .small-image {
    width: 140px;
    height: 108px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .top-row .product .small-images .small-image {
    width: 30%;
    height: 130px;
  }
}
.section.section-specifications .container .holder .top-row .product .small-images .small-image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-specifications .container .holder .top-row .order-info {
  width: calc(100% - 565px - 183px);
}

@media (max-width: 1279.98px) {
  .section.section-specifications .container .holder .top-row .order-info {
    width: calc(100% - 450px - 100px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .top-row .order-info {
    width: calc(100% - 325px - 50px);
  }
}
@media (max-width: 767.98px) {
  .section.section-specifications .container .holder .top-row .order-info {
    width: 100%;
  }
}
.section.section-specifications .container .holder .top-row .order-info.show-toggle p {
  color: #004d82;
  font-size: 18px;
  font-weight: 600;
}

.section.section-specifications .container .holder .top-row .order-info.show-toggle .toggle {
  display: inline-flex;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 40px;
}

.section.section-specifications .container .holder .top-row .order-info.show-toggle .toggle button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: #f7f7f7;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  background-image: unset;
}

.section.section-specifications .container .holder .top-row .order-info.show-toggle .toggle button:after {
  display: none;
}

.section.section-specifications .container .holder .top-row .order-info.show-toggle .toggle button.active {
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 10px 0 #e9e9e9;
  color: #f25319;
}

.section.section-specifications .container .holder .top-row .order-info .price {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 13px;
}

.section.section-specifications .container .holder .top-row .order-info .price p {
  margin-bottom: 0;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
}

.section.section-specifications .container .holder .top-row .order-info .price span {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}

.section.section-specifications .container .holder .top-row .order-info .price .monthly-cost {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.section.section-specifications .container .holder .top-row .order-info .select-wrapper {
  position: relative;
}

.section.section-specifications .container .holder .top-row .order-info .select-wrapper:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #d5d7da;
}

.section.section-specifications .container .holder .top-row .order-info .select-wrapper .select-wrap select {
  border-radius: 8px !important;
  border: 1px solid #d5d7da;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.section.section-specifications .container .holder .top-row .order-info .addon-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
}

.section.section-specifications .container .holder .top-row .order-info .info-text {
  color: #004d82;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.section.section-specifications .container .holder .top-row .order-info ul {
  margin-top: 32px;
}

.section.section-specifications .container .holder .top-row .order-info ul li {
  margin-left: 20px !important;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
}

.section.section-specifications .container .holder .top-row .order-info ul li:before {
  left: -25px;
  width: 16px;
  height: 16px;
  font-size: 8px;
  background: #3dad79 !important;
  color: #fff !important;
}

.section.section-specifications .container .holder .top-row .order-info .button-holder {
  margin-bottom: 8px;
}

.section.section-specifications .container .holder .top-row .order-info .button-holder .button {
  width: 100%;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta {
  border-radius: 12px;
  background: #e0edfa;
  margin-top: 40px;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner {
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner .image-holder {
  width: 56px;
  height: 56px;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner .contact-info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 56px - 15px);
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner .contact-info span {
  color: #1779bc;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -5px;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner .contact-info p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1779bc;
}

.section.section-specifications .container .holder .top-row .order-info .small-cta .inner .contact-info p a {
  font-weight: 600;
}

.section.section-specifications .container .holder .bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 179px;
  margin-top: 150px;
}

@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .bottom-row {
    margin-top: 80px;
    flex-direction: column;
    gap: 40px;
  }
}
.section.section-specifications .container .holder .bottom-row .product-description {
  width: calc(100% - 395px - 179px);
}

@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .bottom-row .product-description {
    width: 100%;
  }
}
.section.section-specifications .container .holder .bottom-row .product-description h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section.section-specifications .container .holder .bottom-row .product-description p {
  font-size: 16px;
}

.section.section-specifications .container .holder .bottom-row .product-specifications {
  width: 395px;
}

@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .bottom-row .product-specifications {
    width: 100%;
  }
}
.section.section-specifications .container .holder .bottom-row .product-specifications h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section.section-specifications .container .holder .bottom-row .product-specifications p {
  font-size: 16px;
}

.section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification {
  display: flex;
  border-bottom: 0.5px solid #d5d7da;
  gap: 53px;
  padding: 16px 0;
}

.section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification .category {
  width: calc(100% - 157px - 53px);
}

@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification .category {
    width: 50%;
  }
}
.section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification .category p {
  font-size: 16px;
}

.section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification .text {
  width: 157px;
}

@media (max-width: 1023.98px) {
  .section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification .text {
    width: 50%;
  }
}
.section.section-specifications .container .holder .bottom-row .product-specifications .specifications-holder .specification .text p {
  font-weight: 500 !important;
  font-size: 16px;
}

.section.section-product-detail-form {
  margin-bottom: 230px;
  overflow: visible;
}

.section.section-product-detail-form .container .form-holder {
  background-color: #fff;
  width: 667px;
  border-radius: 12px;
  box-shadow: 0 0 50px 0 rgba(0, 77, 130, 0.2);
  margin: 0 auto;
  padding: 40px 40px 30px 40px;
  margin-bottom: -230px;
}

@media (max-width: 1023.98px) {
  .section.section-product-detail-form .container .form-holder {
    width: 100%;
  }
}
.section.section-product-detail-form .container .form-holder .content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper {
  margin-top: 45px !important;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gf_progressbar_wrapper {
  display: none;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gfield_description.instruction {
  display: none;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield--type-html {
  margin-bottom: 24px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield--type-html h3 {
  margin-bottom: 5px;
  font-weight: 600;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield--type-html p {
  font-size: 16px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield--type-text .ginput_container input {
  height: 52px;
  border-radius: 8px !important;
  border: 1px solid #86a9cf !important;
  color: #5d5d5d !important;
  font-size: 16px !important;
  font-weight: 400;
  opacity: 0.8;
  padding: 17px 20px 16px 20.5px !important;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper {
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 35px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper button {
  color: #1779bc;
  height: 100%;
  border-radius: 4px;
  background: #e0edfa;
  padding: 0 19px 0 19px !important;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper button:after {
  display: none;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper .gfield {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper .gfield .ginput_container input {
  border: 1px solid #d5d7da !important;
  border-radius: 4px !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 12px 10px !important;
  height: 48px;
  -moz-appearance: textfield;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper .gfield .ginput_container input::-webkit-inner-spin-button, .section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .counter-wrapper .gfield .ginput_container input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield h3 {
  font-weight: 600;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

@media (max-width: 767.98px) {
  .section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox {
    flex-direction: column;
  }
}
.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  max-width: 100%;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice:nth-child(even) {
  width: 70%;
}

@media (max-width: 767.98px) {
  .section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice:nth-child(even) {
    width: 100%;
    display: flex;
  }
}
.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice:nth-child(odd) {
  width: 30%;
}

@media (max-width: 767.98px) {
  .section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice:nth-child(odd) {
    width: 100%;
    display: flex;
  }
}
.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d5d7da;
  appearance: none;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked + label::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 14px;
  color: #004d82;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #d5d7da;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer {
  justify-content: space-between;
  display: flex;
  margin-top: 30px;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer .gform_next_button {
  background-color: #ffdfc9 !important;
  color: #f25319;
  background-image: unset !important;
  padding: 15px 22px 14px 22px;
  margin-left: auto;
}

.section.section-product-detail-form .container .form-holder .gform_wrapper form .gform-body .gform_page .gform-page-footer .gform_previous_button {
  background-image: unset !important;
  color: #f25319;
  padding-left: 0;
}

.section.section-product-detail-form .container .form-holder .gform_confirmation_message {
  margin-top: 30px;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .section.section-product-detail-form .container .form-holder .gform_confirmation_message {
    font-size: 16px;
  }
}