:root {
  --navy-blue-color: #172143;
  --orange-color: #F6BE00;
}

/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.bootstrap-wrapper {
  /**
  * Bootstrap overrides
  */
}

.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.bootstrap-wrapper .visible {
  visibility: visible !important;
}

.bootstrap-wrapper .invisible {
  visibility: hidden !important;
}

.bootstrap-wrapper .hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important;
  }
}
.bootstrap-wrapper .hidden-xl-down {
  display: none !important;
}

.bootstrap-wrapper .visible-print-block {
  display: none !important;
}

@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}

@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}

@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}
.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .bootstrap-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .bootstrap-wrapper .container {
    max-width: 1380px;
  }
}
.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.bootstrap-wrapper .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.bootstrap-wrapper .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.bootstrap-wrapper .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.bootstrap-wrapper .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.bootstrap-wrapper .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.bootstrap-wrapper .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.bootstrap-wrapper .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.bootstrap-wrapper .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.bootstrap-wrapper .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.bootstrap-wrapper .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.bootstrap-wrapper .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.bootstrap-wrapper .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.bootstrap-wrapper .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.bootstrap-wrapper .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bootstrap-wrapper .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.bootstrap-wrapper .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.bootstrap-wrapper .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.bootstrap-wrapper .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.bootstrap-wrapper .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.bootstrap-wrapper .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.bootstrap-wrapper .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.bootstrap-wrapper .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.bootstrap-wrapper .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.bootstrap-wrapper .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.bootstrap-wrapper .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.bootstrap-wrapper .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.bootstrap-wrapper .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.bootstrap-wrapper .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.bootstrap-wrapper .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrap-wrapper .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrap-wrapper .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrap-wrapper .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrap-wrapper .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrap-wrapper .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrap-wrapper .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrap-wrapper .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrap-wrapper .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrap-wrapper .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrap-wrapper .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrap-wrapper .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrap-wrapper .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrap-wrapper .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrap-wrapper .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrap-wrapper .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrap-wrapper .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrap-wrapper .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrap-wrapper .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrap-wrapper .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrap-wrapper .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrap-wrapper .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrap-wrapper .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrap-wrapper .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrap-wrapper .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrap-wrapper .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrap-wrapper .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrap-wrapper .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrap-wrapper .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 991px) {
  .bootstrap-wrapper .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrap-wrapper .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrap-wrapper .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrap-wrapper .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrap-wrapper .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrap-wrapper .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrap-wrapper .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrap-wrapper .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrap-wrapper .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrap-wrapper .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrap-wrapper .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrap-wrapper .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrap-wrapper .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrap-wrapper .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrap-wrapper .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrap-wrapper .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrap-wrapper .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrap-wrapper .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrap-wrapper .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrap-wrapper .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrap-wrapper .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrap-wrapper .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrap-wrapper .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrap-wrapper .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrap-wrapper .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrap-wrapper .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrap-wrapper .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrap-wrapper .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrap-wrapper .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.bs-hero {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bs-hero {
    max-height: 700px;
  }
}
.bs-hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(16, 23, 47, 0.8), rgba(16, 23, 47, 0.7));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-blend-mode: hard-light, normal;
}
.bs-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bs-hero .container {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .bs-hero .container {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .bs-hero .container {
    align-items: flex-end;
  }
}
.bs-hero .bs-hero__text {
  max-width: 750px;
  margin-top: -50px;
}
@media (max-width: 768px) {
  .bs-hero .bs-hero__text {
    margin-bottom: 220px;
  }
}
.bs-hero .s-title {
  font-weight: 700;
  font-size: 98px;
  line-height: 110px;
  text-transform: uppercase;
  color: #F6BE00;
}
@media (max-width: 1440px) {
  .bs-hero .s-title {
    font-size: 78px;
    line-height: 86px;
  }
}
@media (max-width: 768px) {
  .bs-hero .s-title {
    font-size: 38px;
    line-height: 46px;
  }
}
.bs-hero .s-description {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .bs-hero .s-description {
    font-size: 36px;
    line-height: 48px;
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .bs-hero .s-description {
    font-size: 22px;
    line-height: 32px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .bs-hero .s-description {
    font-size: 18px;
    line-height: 28px;
  }
}
.bs-hero .slideshow {
  padding-bottom: 100px;
  width: 100%;
  height: 50px;
  z-index: 40;
}
.bs-hero .slideshow__wrapper {
  width: 100%;
  position: absolute;
  bottom: 60px;
}
.bs-hero .slide {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 100px;
  text-align: center;
  height: 110px;
  cursor: default;
}
@media (max-width: 1600px) {
  .bs-hero .slide {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .bs-hero .slide {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .bs-hero .slide {
    width: 140px;
  }
}
.bs-hero .slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.bs-hero .slider-description {
  color: #FFFFFF !important;
  margin: 80px 0 0;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

body.admin-bar .bs-hero {
  height: calc(100vh - 32px);
}

.bs-about-us {
  background: var(--orange-color);
  padding: 100px 0 100px;
}
@media (max-width: 1440px) {
  .bs-about-us {
    padding: 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .bs-about-us {
    padding: 60px 0 60px;
  }
}
@media (max-width: 768px) {
  .bs-about-us {
    padding: 60px 0 100px;
  }
}
.bs-about-us .container {
  position: relative;
}
.bs-about-us .s-title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .bs-about-us .s-title {
    margin-bottom: 40px;
  }
}
.bs-about-us .text {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 1600px) {
  .bs-about-us .text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-about-us .text {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-about-us .text {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-about-us .rotate-svg {
  position: absolute;
  bottom: -260px;
  left: 100px;
  z-index: 10;
  width: 360px;
  height: 360px;
}
@media (max-width: 1600px) {
  .bs-about-us .rotate-svg {
    width: 330px;
    height: 330px;
    bottom: -250px;
  }
}
@media (max-width: 1200px) {
  .bs-about-us .rotate-svg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .bs-about-us .rotate-svg {
    left: unset;
    right: 20px;
    width: 260px;
    height: 260px;
    bottom: -180px;
  }
}
@media (max-width: 500px) {
  .bs-about-us .rotate-svg {
    bottom: -285px;
    left: 10px;
    right: unset;
    margin: auto;
  }
}
.bs-about-us .rotate-svg {
  max-width: 100%;
}
.bs-about-us .swiper-slide {
  width: 350px;
}
@media (max-width: 991px) {
  .bs-about-us .swiper-slide {
    width: 300px;
  }
}
.bs-about-us .jobs-slider {
  position: relative;
  width: 54vw !important;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .bs-about-us .jobs-slider {
    margin-left: 0;
    margin-top: 20px;
    width: 100% !important;
  }
}
.bs-about-us .swiper {
  padding-bottom: 25px;
}
.bs-about-us .swiper-horizontal > .swiper-scrollbar, .bs-about-us .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #FFFFFF;
  padding-left: 0;
  max-width: 650px;
  height: 2px;
  border-radius: 0;
  left: 0;
}
.bs-about-us .swiper-scrollbar-drag {
  background-color: #172143;
  height: 6px;
  margin-top: -1.5px;
  border-radius: 0;
}
.bs-about-us .job-slide {
  width: 350px;
  height: 520px;
  padding: 30px;
  background-color: rgba(23, 33, 67, 0.5);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bs-about-us .job-slide {
    height: 440px;
    width: 300px;
  }
}
.bs-about-us .job-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(23, 33, 67, 0.9), rgba(23, 33, 67, 0.9));
  z-index: 10;
  opacity: 1;
  transition: opacity 0.35s;
}
.bs-about-us .job-slide .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.55s;
}
.bs-about-us .job-slide:hover .bg-image {
  transform: scale(1.05);
}
.bs-about-us .job-slide:hover::before {
  opacity: 0;
}
.bs-about-us .job-slide a {
  position: relative;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs-about-us .job-slide .title {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .bs-about-us .job-slide .title {
    font-size: 20px;
  }
}
.bs-about-us .job-slide .logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  background: url("../images/white-arrow.svg") no-repeat top 20px right;
}
.bs-about-us .job-slide .logo img {
  width: 150px;
  height: auto;
}
.bs-about-us .jobs-slider-link {
  display: inline-flex;
  margin-top: 35px;
  gap: 10px;
  height: 56px;
  padding: 0 20px;
  border: 2px solid #172143;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  align-items: center;
  text-transform: uppercase;
  color: #172143;
  margin-left: 50px;
  font-family: "Arial", sans-serif;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1600px) {
  .bs-about-us .jobs-slider-link {
    padding: 10px 18px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .bs-about-us .jobs-slider-link {
    padding: 10px 18px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .bs-about-us .jobs-slider-link {
    margin-left: 0;
  }
}
.bs-about-us .jobs-slider-link svg * {
  transition: all 0.2s;
}
.bs-about-us .jobs-slider-link:hover {
  color: var(--orange-color);
  background: var(--navy-blue-color);
}
.bs-about-us .jobs-slider-link:hover svg * {
  stroke: var(--orange-color);
}

.bs-core-clients {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .bs-core-clients {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .bs-core-clients {
    padding-top: 200px;
  }
  .bs-core-clients br {
    display: none;
  }
}
.bs-core-clients .s-title {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .bs-core-clients .s-title {
    margin-bottom: 80px;
  }
}
.bs-core-clients .item {
  padding-right: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .bs-core-clients .item {
    margin-bottom: 60px;
    padding-right: 20px;
  }
}
.bs-core-clients .item .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-core-clients .item .title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 1439px) {
  .bs-core-clients .item .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .bs-core-clients .item .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.bs-core-clients .item .description {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  padding-right: 80px;
}
@media (max-width: 1600px) {
  .bs-core-clients .item .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-core-clients .item .description {
    font-size: 21px;
    line-height: 30px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .bs-core-clients .item .description {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .bs-core-clients .item .description {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-core-clients .item svg {
  position: absolute;
  right: 50px;
  top: -70px;
  width: 250px;
  height: 250px;
  object-fit: contain;
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .bs-core-clients .item svg {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .bs-core-clients .item svg {
    width: 200px;
    height: 200px;
    top: -40px;
    right: 0;
  }
}

.bs-core-values {
  padding-top: 130px;
  padding-bottom: 100px;
  background: var(--navy-blue-color);
}
@media (max-width: 1440px) {
  .bs-core-values {
    padding: 80px 0 60px;
  }
}
@media (max-width: 991px) {
  .bs-core-values {
    padding: 70px 0 40px;
  }
}
.bs-core-values .s-title {
  margin-bottom: 140px;
  color: var(--orange-color);
  text-align: center;
}
@media (max-width: 991px) {
  .bs-core-values .s-title {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .s-title {
    margin-bottom: 80px;
  }
}
.bs-core-values .item {
  padding-right: 100px;
  padding-left: 50px;
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .bs-core-values .item {
    margin-bottom: 100px;
    padding-right: 200px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .item {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 80px;
  }
}
.bs-core-values .item.is-last {
  padding-right: 400px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .bs-core-values .item.is-last {
    padding-right: 200px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .item.is-last {
    padding-right: 80px;
  }
}
.bs-core-values .item.is-last svg {
  right: 120px;
  top: -70px;
}
@media (max-width: 991px) {
  .bs-core-values .item.is-last svg {
    right: 50px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .item.is-last svg {
    right: 10px;
  }
}
.bs-core-values .item .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .bs-core-values .item .title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 1439px) {
  .bs-core-values .item .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .item .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.bs-core-values .item .description {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .bs-core-values .item .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-core-values .item .description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .item .description {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-core-values .item svg {
  position: absolute;
  right: 50px;
  top: -80px;
  width: 250px;
  height: 250px;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .bs-core-values .item svg {
    width: 150px;
    height: 150px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .bs-core-values .item svg {
    right: 10px;
  }
}
.bs-core-values .item .path1 {
  stroke-dasharray: 700;
  stroke-dashoffset: 700px;
  animation: dash 3s linear alternate infinite;
}
.bs-core-values .item .path2 {
  stroke-dasharray: 800;
  stroke-dashoffset: 800px;
  animation: dash2 2s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 700px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: 800px;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.bs-yellow-and-white-info {
  position: relative;
}
.bs-yellow-and-white-info .column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px;
}
@media (max-width: 1600px) {
  .bs-yellow-and-white-info .column {
    padding: 40px 60px;
  }
}
@media (max-width: 1200px) {
  .bs-yellow-and-white-info .column {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .bs-yellow-and-white-info .column {
    padding: 50px 15px;
  }
}
.bs-yellow-and-white-info .column p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
}
@media (max-width: 1600px) {
  .bs-yellow-and-white-info .column p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-yellow-and-white-info .column p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-yellow-and-white-info .column p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .bs-yellow-and-white-info .column:first-child {
    background-color: var(--orange-color);
  }
}
.bs-yellow-and-white-info::before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F6BE00;
  position: absolute;
}
@media (max-width: 991px) {
  .bs-yellow-and-white-info::before {
    display: none;
  }
}
.bs-yellow-and-white-info .s-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .bs-yellow-and-white-info .s-title {
    padding-right: 0;
  }
}
.bs-yellow-and-white-info .s-title span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 52px;
  line-height: 58px;
}
@media (max-width: 1600px) {
  .bs-yellow-and-white-info .s-title span {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 1439px) {
  .bs-yellow-and-white-info .s-title span {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .bs-yellow-and-white-info .s-title span {
    font-size: 40px;
    line-height: 46px;
  }
}
.bs-yellow-and-white-info .s-title span:first-child {
  color: #172143;
}
.bs-yellow-and-white-info .s-title span:last-child {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
.bs-yellow-and-white-info .gform_heading {
  display: none !important;
}
.bs-yellow-and-white-info #gform_3 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.bs-yellow-and-white-info #gform_3 input {
  height: 50px;
  border-radius: 0;
  border: 1px solid #172143;
  background: transparent;
}
.bs-yellow-and-white-info #gform_3 .gform-body {
  max-width: 353px;
  width: 100%;
}
.bs-yellow-and-white-info .gform_wrapper.gravity-theme .gform_footer, .bs-yellow-and-white-info .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 18px;
}
.bs-yellow-and-white-info .gform_wrapper.gravity-theme .gform_footer input, .bs-yellow-and-white-info .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0;
  height: 45px;
  border-radius: 0;
  border-color: var(--orange-color) !important;
  background-color: transparent !important;
  color: var(--orange-color);
  text-transform: uppercase;
}

.bs-video {
  height: 800px;
  position: relative;
  background: linear-gradient(0deg, rgb(23, 33, 67), rgb(23, 33, 67));
  overflow: hidden;
}
@media (max-width: 1600px) {
  .bs-video {
    height: 700px;
  }
}
@media (max-width: 1440px) {
  .bs-video {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .bs-video {
    height: 400px;
  }
}
.bs-video a {
  display: block;
  cursor: pointer;
}
.bs-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bs-video img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  transition: all 0.55s;
}
@media (max-width: 1600px) {
  .bs-video img {
    height: 700px;
  }
}
@media (max-width: 1440px) {
  .bs-video img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .bs-video img {
    height: 400px;
  }
}
.bs-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background: url("../images/play-circle.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 10;
  transition: background 0.55s;
}
@media (max-width: 1600px) {
  .bs-video::before {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .bs-video::before {
    width: 100px;
    height: 100px;
  }
}
.bs-video:hover img {
  transform: scale(1.05);
}
.bs-video:hover::before {
  background: url("../images/play-circle-hover.svg") no-repeat center/contain;
}

.bs-stats {
  padding-top: 100px;
  padding-bottom: 120px;
  background: var(--navy-blue-color);
}
@media (max-width: 1440px) {
  .bs-stats {
    padding: 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .bs-stats {
    padding: 60px 0 60px;
  }
}
.bs-stats .s-title {
  color: #ffffff;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .bs-stats .s-title {
    margin-bottom: 50px;
  }
}
.bs-stats .is-col {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .bs-stats .is-col {
    margin-bottom: 15px;
  }
}
.bs-stats .item {
  background: linear-gradient(90deg, #25356C 0%, #172143 100%);
  width: auto;
  margin: 15px;
  padding: 74px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .bs-stats .item {
    padding: 54px 74px;
  }
}
@media (max-width: 991px) {
  .bs-stats .item {
    margin: 0;
    padding: 54px 54px;
  }
}
.bs-stats .item .title {
  font-style: normal;
  font-weight: 900;
  font-size: 58px;
  text-transform: uppercase;
  color: #F6BE00;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .bs-stats .item .title {
    font-size: 56px;
  }
}
@media (max-width: 1439px) {
  .bs-stats .item .title {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .bs-stats .item .title {
    font-size: 40px;
  }
}
.bs-stats .item .description {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .bs-stats .item .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-stats .item .description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-stats .item .description {
    font-size: 18px;
    line-height: 27px;
  }
}

.bs-blog {
  padding-top: 0;
  padding-bottom: 70px;
  background: var(--navy-blue-color);
}
.bs-blog .s-title {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 10;
  color: var(--orange-color);
  transition: all 0.45s;
}
.bs-blog .blog-link {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cccccc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .bs-blog .blog-link {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .bs-blog .blog-link {
    min-height: 350px;
  }
}
.bs-blog .blog-link::before {
  content: "";
  background: rgba(23, 33, 67, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.bs-blog .blog-link:hover .s-title {
  -webkit-text-fill-color: var(--orange-color);
  color: var(--orange-color);
}
.bs-blog .blog-link:hover img {
  transform: scale(1.05);
}
.bs-blog .blog-link .text {
  font-family: "Navigo", sans-serif;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  z-index: 15;
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1440px) {
  .bs-blog .blog-link .text {
    font-size: 20px;
    line-height: 28px;
    bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .bs-blog .blog-link .text {
    font-size: 16px;
    line-height: 22px;
    bottom: 30px;
  }
}
.bs-blog .blog-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  transition: all 0.55s;
}

.bs-testimonial .heading-block {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .bs-testimonial .heading-block {
    margin-bottom: 20px;
  }
}
.bs-testimonial .heading-block img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.bs-testimonial h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--orange-color);
  margin: 0 0 4px;
}
.bs-testimonial .inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bs-testimonial .position {
  display: block !important;
  margin: 0;
  color: var(--orange-color);
  font-size: 18px;
  line-height: 24px;
}
.bs-testimonial blockquote {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.bs-testimonial blockquote svg {
  display: block;
  width: 90px;
}
@media (max-width: 768px) {
  .bs-testimonial blockquote svg {
    width: 50px;
  }
}
.bs-testimonial blockquote p {
  display: block !important;
  margin: 10px 0 0;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.bs-inner-hero {
  min-height: 480px;
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: var(--navy-blue-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply, normal;
  text-align: center;
}
@media (max-width: 1200px) {
  .bs-inner-hero {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.bs-inner-hero h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
  text-transform: uppercase;
  color: #F6BE00;
  margin: 0 auto !important;
  max-width: 1200px;
}
@media (max-width: 1440px) {
  .bs-inner-hero h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1200px) {
  .bs-inner-hero h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .bs-inner-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.bs-inner-hero .rank-math-breadcrumb {
  margin-top: 20px;
}
.bs-inner-hero .rank-math-breadcrumb span, .bs-inner-hero .rank-math-breadcrumb a {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: var(--orange-color);
}
@media (max-width: 1440px) {
  .bs-inner-hero .rank-math-breadcrumb span, .bs-inner-hero .rank-math-breadcrumb a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero .rank-math-breadcrumb span, .bs-inner-hero .rank-math-breadcrumb a {
    font-size: 18px;
  }
}
.bs-inner-hero .rank-math-breadcrumb a {
  color: #ffffff;
}
.bs-inner-hero .description {
  max-width: 1000px;
  margin: 30px auto 30px;
  padding: 0 30px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .bs-inner-hero .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-inner-hero .description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-inner-hero .description {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-inner-hero.is-single h1 {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
  font-weight: 700;
  font-size: 58px;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .bs-inner-hero.is-single h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 1439px) {
  .bs-inner-hero.is-single h1 {
    font-size: 51px;
    line-height: 61px;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero.is-single h1 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  .bs-inner-hero.is-single h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
.bs-inner-hero.is-single .is-aligned-to-center {
  align-items: center;
}
.bs-inner-hero.is-single .excerpt {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  padding-right: 50px;
  text-align: left;
}
.bs-inner-hero.is-single .excerpt p {
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .bs-inner-hero.is-single .excerpt {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-inner-hero.is-single .excerpt {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero.is-single .excerpt {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .bs-inner-hero.is-single .excerpt {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero.is-single [class*=col]:last-child {
    order: -1;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero.is-single.is-case {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
.bs-inner-hero.is-single.is-case .excerpt {
  position: relative;
  z-index: 10;
  padding-right: 0;
}
.bs-inner-hero.is-single.is-case .excerpt * {
  color: var(--navy-blue-color) !important;
}
.bs-inner-hero.is-single.is-case .excerpt *:last-child {
  margin-bottom: 0;
}
.bs-inner-hero.is-single.is-case .dark-logo {
  margin-top: 30px;
  margin-bottom: 60px;
  width: 400px;
  height: auto;
}
@media (max-width: 1440px) {
  .bs-inner-hero.is-single.is-case .dark-logo {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero.is-single.is-case .dark-logo {
    width: 240px;
  }
}
.bs-inner-hero.is-single.is-case .alternative-image {
  width: 872px;
  height: 790px;
  max-width: initial;
  margin-bottom: -180px;
  margin-left: -150px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .bs-inner-hero.is-single.is-case .alternative-image {
    width: 650px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .bs-inner-hero.is-single.is-case .alternative-image {
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 600px;
  }
}

.bs-who-we-are {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .bs-who-we-are {
    padding: 80px 0 50px;
  }
}
@media (max-width: 991px) {
  .bs-who-we-are {
    padding: 60px 0 50px;
  }
}
.bs-who-we-are .s-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .bs-who-we-are .s-title {
    margin-bottom: 50px;
  }
}
.bs-who-we-are .text {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .bs-who-we-are .text {
    padding: 0;
  }
}
.bs-who-we-are .text * {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-who-we-are .text * {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-who-we-are .text * {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-who-we-are .text * {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-who-we-are .text p:last-child {
  margin-bottom: 0;
}
.bs-who-we-are .rotate-svg {
  display: block;
  margin: 50px auto 0;
  width: 360px;
  height: 360px;
}
@media (max-width: 1200px) {
  .bs-who-we-are .rotate-svg {
    width: 250px;
    height: 250px;
  }
}

.bs-media-and-text {
  position: relative;
}
.bs-media-and-text .row {
  justify-content: flex-end;
}
.bs-media-and-text .row .text {
  padding-left: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .bs-media-and-text .row .text {
    padding-left: 0;
  }
}
.bs-media-and-text .row .text h2 {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #172143;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .bs-media-and-text .row .text h2 {
    font-size: 54px;
  }
}
@media (max-width: 1439px) {
  .bs-media-and-text .row .text h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .bs-media-and-text .row .text h2 {
    font-size: 36px;
  }
}
.bs-media-and-text .row .text h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-media-and-text .row .text h3 {
    font-size: 36px;
  }
}
@media (max-width: 1439px) {
  .bs-media-and-text .row .text h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .bs-media-and-text .row .text h3 {
    font-size: 28px;
  }
}
.bs-media-and-text .row .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-media-and-text .row .text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-media-and-text .row .text p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-media-and-text .row .text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-media-and-text .image {
  position: absolute;
  top: -15%;
  left: 0;
  height: 115%;
  width: 46%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .bs-media-and-text .image {
    position: static;
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
  }
}

.bs-gallery {
  display: flex;
  flex-wrap: wrap;
}
.bs-gallery a {
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
@media (max-width: 768px) {
  .bs-gallery a {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
  }
}
.bs-gallery a:hover, .bs-gallery a:focus {
  outline: none;
}
.bs-gallery a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .bs-gallery a img {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .bs-gallery a img {
    height: 160px;
  }
}

.block-accordion m-accordion details summary {
  background: transparent;
  border-radius: 0;
  border: 2px solid #172143;
  display: flex !important;
  padding: 2rem;
}
@media (max-width: 991px) {
  .block-accordion m-accordion details summary {
    padding: 1rem 1.5rem;
  }
}

.block-accordion m-accordion details summary .question {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #172143;
  flex-grow: 1;
  padding-right: 20px;
  width: calc(100% - 54px) !important;
}
@media (max-width: 1600px) {
  .block-accordion m-accordion details summary .question {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  .block-accordion m-accordion details summary .question {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .block-accordion m-accordion details summary .question {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .block-accordion m-accordion details summary .question {
    font-size: 22px;
    line-height: 30px;
  }
}

.block-accordion m-accordion details[open=""],
.block-accordion m-accordion details[open=""] summary {
  background: var(--orange-color);
}

.block-accordion m-accordion details[open=""] summary {
  border-color: var(--orange-color);
  padding-bottom: 0;
}

.block-accordion m-accordion details[open=""] summary .arrow .open {
  fill: var(--navy-blue-color);
}

.block-accordion m-accordion details p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #172143;
  padding: 2rem 2.5rem;
}
@media (max-width: 1600px) {
  .block-accordion m-accordion details p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .block-accordion m-accordion details p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .block-accordion m-accordion details p {
    font-size: 18px;
    line-height: 27px;
  }
}

.block-accordion m-accordion details summary .icon {
  margin-top: 0;
  width: 52px;
  height: 52px;
  background: url("../images/faq-icon.svg") no-repeat center/contain;
}
.block-accordion m-accordion details summary .icon svg {
  display: none !important;
}

.block-accordion m-accordion summary > .arrow svg {
  height: 40px;
  width: 40px;
}

body.faq .gb-inside-container {
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  body.faq .gb-inside-container {
    padding: 80px 0 60px;
  }
}
@media (max-width: 991px) {
  body.faq .gb-inside-container {
    padding: 60px 0 60px;
  }
}

.bs-why {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .bs-why {
    padding: 80px 0 50px;
  }
}
@media (max-width: 991px) {
  .bs-why {
    padding: 60px 0 50px;
  }
}
.bs-why .s-title {
  max-width: 1140px;
  margin: 0 auto 80px;
  font-weight: 700;
  font-size: 58px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-why .s-title {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .bs-why .s-title {
    font-size: 38px;
    line-height: 45px;
  }
}
.bs-why .item {
  padding: 30px 90px 50px;
  margin-bottom: 30px;
  height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #25356C 0%, #172143 100%);
  text-align: center;
}
@media (max-width: 991px) {
  .bs-why .item {
    padding: 40px 50px 50px;
    height: auto;
  }
  .bs-why .item svg {
    width: 120px;
    height: 120px;
  }
}
.bs-why .item h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #F6BE00;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .bs-why .item h3 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 1439px) {
  .bs-why .item h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .bs-why .item h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.bs-why .item p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1600px) {
  .bs-why .item p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-why .item p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-why .item p {
    font-size: 18px;
    line-height: 27px;
  }
}

.bs-contact-intro {
  padding: 150px 0 80px;
  background: var(--navy-blue-color);
}
@media (max-width: 991px) {
  .bs-contact-intro {
    padding-top: 100px;
  }
}
.bs-contact-intro .s-title {
  text-align: center;
  margin-bottom: 80px;
  color: var(--orange-color);
}
@media (max-width: 991px) {
  .bs-contact-intro .s-title {
    margin-bottom: 50px;
  }
}
.bs-contact-intro .description {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .bs-contact-intro .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-contact-intro .description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-contact-intro .description {
    font-size: 18px;
    line-height: 27px;
  }
}

.bs-how-it-works {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .bs-how-it-works {
    padding-bottom: 60px;
  }
}
.bs-how-it-works .item {
  position: relative;
  padding-left: 180px;
  padding-right: 20px;
}
@media (max-width: 990px) {
  .bs-how-it-works .item {
    padding-left: 100px;
    margin-bottom: 50px;
  }
}
.bs-how-it-works .item.has-label-on-top {
  padding-left: 0;
}
@media (max-width: 990px) {
  .bs-how-it-works .item.has-label-on-top {
    padding-left: 100px;
  }
}
.bs-how-it-works .item.has-label-on-top .label {
  position: static;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 990px) {
  .bs-how-it-works .item.has-label-on-top .label {
    position: absolute;
    margin-top: 0;
  }
}
.bs-how-it-works .item.has-left-offset .title,
.bs-how-it-works .item.has-left-offset .description {
  padding-left: 160px;
}
@media (max-width: 1366px) {
  .bs-how-it-works .item.has-left-offset .title,
  .bs-how-it-works .item.has-left-offset .description {
    padding-left: 120px;
  }
}
@media (max-width: 990px) {
  .bs-how-it-works .item.has-left-offset .title,
  .bs-how-it-works .item.has-left-offset .description {
    padding-left: 0;
  }
}
.bs-how-it-works .title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #F6BE00;
}
@media (max-width: 1440px) {
  .bs-how-it-works .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 990px) {
  .bs-how-it-works .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.bs-how-it-works .description {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 1600px) {
  .bs-how-it-works .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-how-it-works .description {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-how-it-works .description {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-how-it-works small {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Arial", sans-serif;
  color: var(--navy-blue-color);
}
@media (max-width: 1366px) {
  .bs-how-it-works small {
    font-size: 16px;
    line-height: 22px;
  }
}
.bs-how-it-works .label {
  border: 2px solid var(--orange-color);
  width: 150px;
  height: 150px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--orange-color);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}
@media (max-width: 990px) {
  .bs-how-it-works .label {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }
}
.bs-how-it-works .label.is-first::after {
  content: "";
  position: absolute;
  top: 145px;
  height: 1px;
  width: 3px;
  background-color: var(--orange-color);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-first::after {
    top: 75px;
    left: 40px;
    height: 370px;
  }
}
@media (min-width: 991px) {
  .bs-how-it-works .label.is-first.animate::after {
    animation: animate-line-1 1s forwards;
  }
}
@keyframes animate-line-1 {
  from {
    height: 1px;
  }
  to {
    height: 370px;
  }
}
.bs-how-it-works .label.is-second {
  z-index: 150;
}
.bs-how-it-works .label.is-second::after {
  content: "";
  position: absolute;
  left: 150px;
  width: 1px;
  height: 3px;
  background-color: var(--orange-color);
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-second::after {
    content: "";
    position: absolute;
    bottom: -400px;
    left: 40px;
    height: 400px;
    width: 3px;
    background-color: var(--orange-color);
    pointer-events: none;
    z-index: -1;
  }
}
@media (min-width: 991px) {
  .bs-how-it-works .label.is-second.animate::after {
    animation: animate-line-2 2.5s forwards 0.5s;
  }
}
@keyframes animate-line-2 {
  from {
    width: 1px;
  }
  to {
    width: 100vw;
  }
}
.bs-how-it-works .label.is-third {
  z-index: 150;
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-third::after {
    content: "";
    position: absolute;
    bottom: -400px;
    left: 40px;
    height: 400px;
    width: 3px;
    background-color: var(--orange-color);
    pointer-events: none;
    z-index: -1;
  }
}
.bs-how-it-works .label.is-forth {
  z-index: 150;
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-forth::after {
    content: "";
    position: absolute;
    bottom: -450px;
    left: 40px;
    height: 450px;
    width: 3px;
    background-color: var(--orange-color);
    pointer-events: none;
    z-index: -1;
  }
}
.bs-how-it-works .label.is-fifth {
  z-index: 150;
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-fifth::after {
    content: "";
    position: absolute;
    bottom: -500px;
    left: 40px;
    height: 500px;
    width: 3px;
    background-color: var(--orange-color);
    pointer-events: none;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .bs-how-it-works .label.is-fifth::after {
    bottom: -500px;
    left: 40px;
    height: 500px;
  }
}
@media (max-width: 450px) {
  .bs-how-it-works .label.is-fifth::after {
    bottom: -700px;
    left: 40px;
    height: 700px;
  }
}
.bs-how-it-works .label.is-sixth {
  z-index: 250;
}
.bs-how-it-works .label.is-sixth::after {
  content: "";
  position: absolute;
  left: 100vw;
  width: 100vw;
  height: 3px;
  background-color: var(--orange-color);
  transform: rotate(180deg);
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-sixth::after {
    display: none;
  }
}
.bs-how-it-works .label.is-sixth::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 3px;
  background-color: var(--orange-color);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 990px) {
  .bs-how-it-works .label.is-sixth::before {
    height: 100px;
    top: 78px;
    left: 40px;
    background-color: #fff;
  }
}
@media (min-width: 991px) {
  .bs-how-it-works .label.is-sixth.animate::after {
    animation: animate-line-6 2s forwards;
  }
  .bs-how-it-works .label.is-sixth.animate::before {
    animation: animate-line-6-2 2.5s forwards 1.5s;
  }
}
@keyframes animate-line-6 {
  from {
    left: 100vw;
  }
  to {
    left: 150px;
  }
}
@keyframes animate-line-6-2 {
  from {
    height: 1px;
  }
  to {
    height: 500px;
  }
}
.bs-how-it-works .start-working {
  margin-top: 40px;
  font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 12px 20px 5px;
  background-color: var(--orange-color);
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
}
@media (max-width: 1440px) {
  .bs-how-it-works .start-working {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bs-how-it-works .start-working {
    font-size: 22px;
  }
}
.bs-how-it-works .s-title-2 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
@media (max-width: 990px) {
  .bs-how-it-works .s-title-2 {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 990px) {
  .bs-how-it-works .s-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 990px) {
  .bs-how-it-works .container .row:first-child [class*=col]:first-child, .bs-how-it-works .container .row:nth-child(3) [class*=col]:first-child {
    order: 12;
  }
}

.bs-yellow-and-white-accordion {
  position: relative;
}
.bs-yellow-and-white-accordion .column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px;
}
@media (max-width: 1600px) {
  .bs-yellow-and-white-accordion .column {
    padding: 40px 60px;
  }
}
@media (max-width: 1200px) {
  .bs-yellow-and-white-accordion .column {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .bs-yellow-and-white-accordion .column {
    padding: 50px 15px;
  }
}
.bs-yellow-and-white-accordion .column p, .bs-yellow-and-white-accordion .column li {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 991px) {
  .bs-yellow-and-white-accordion .column:first-child {
    background: linear-gradient(0deg, rgba(246, 190, 0, 0.9), rgba(246, 190, 0, 0.9)), url("../images/teamwork.jpg") no-repeat center/cover;
    margin-bottom: 60px;
  }
  .bs-yellow-and-white-accordion .column:last-child {
    margin-bottom: 20px;
  }
}
.bs-yellow-and-white-accordion .column:last-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bs-yellow-and-white-accordion::before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(246, 190, 0, 0.9), rgba(246, 190, 0, 0.9)), url("../images/teamwork.jpg") no-repeat center/cover;
  position: absolute;
}
@media (max-width: 991px) {
  .bs-yellow-and-white-accordion::before {
    display: none;
  }
}
.bs-yellow-and-white-accordion .s-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .bs-yellow-and-white-accordion .s-title {
    padding-right: 0;
  }
}
.bs-yellow-and-white-accordion .s-title span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 52px;
  line-height: 58px;
}
@media (max-width: 1600px) {
  .bs-yellow-and-white-accordion .s-title span {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 1439px) {
  .bs-yellow-and-white-accordion .s-title span {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .bs-yellow-and-white-accordion .s-title span {
    font-size: 35px;
    line-height: 41px;
  }
}
.bs-yellow-and-white-accordion .s-title span:first-child {
  color: #172143;
}
.bs-yellow-and-white-accordion .sub-title {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #172143;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
}
.bs-yellow-and-white-accordion .accordion-item__button {
  display: block;
  width: 100%;
  border-top: 1px solid #172143;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #172143;
  padding: 30px 70px 25px 20px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bs-yellow-and-white-accordion .accordion-item__button {
    font-size: 20px;
  }
}
.bs-yellow-and-white-accordion .accordion-item__button::after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url("../images/angle-down.svg") no-repeat center/contain;
  transform-origin: center;
  transition: all 0.3s;
}
.bs-yellow-and-white-accordion .accordion-item__button.is-open::after {
  margin-top: -15px;
  transform: rotate(-180deg);
}
.bs-yellow-and-white-accordion .accordion-item__content {
  display: none;
  padding: 0 60px 40px 20px;
}

.bs-contact-map {
  padding: 0 0 60px;
  background: var(--navy-blue-color);
}
.bs-contact-map iframe {
  max-width: 720px;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  .bs-contact-map iframe {
    max-width: 100%;
  }
}
.bs-contact-map .description {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .bs-contact-map .description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-contact-map .description {
    font-size: 21px;
    line-height: 30px;
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .bs-contact-map .description {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .bs-contact-map .description {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-contact-map .is-aligned-to-center {
  align-items: center;
}
.bs-contact-map .social-icons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  gap: 20px;
  align-items: center;
}
.bs-contact-map .social-icons a:hover svg * {
  stroke: var(--orange-color);
}

.bs-contact-form {
  padding: 100px 0 60px;
  background: var(--navy-blue-color);
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .bs-contact-form {
    padding: 80px 0 60px;
  }
}
.bs-contact-form .gform_title {
  display: none;
}
.bs-contact-form select, .bs-contact-form textarea, .bs-contact-form input[type=url], .bs-contact-form input[type=tel], .bs-contact-form input[type=text], .bs-contact-form input[type=time], .bs-contact-form input[type=date], .bs-contact-form input[type=datetime], .bs-contact-form input[type=datetime-local], .bs-contact-form input[type=email], .bs-contact-form input[type=number], .bs-contact-form input[type=search], .bs-contact-form input[type=password], .bs-contact-form .ct-widget select, .bs-contact-form fieldset .wc-stripe-elements-field {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  background-color: #ffffff;
  font-size: 20px !important;
}
.bs-contact-form select::placeholder, .bs-contact-form textarea::placeholder, .bs-contact-form input[type=url]::placeholder, .bs-contact-form input[type=tel]::placeholder, .bs-contact-form input[type=text]::placeholder, .bs-contact-form input[type=time]::placeholder, .bs-contact-form input[type=date]::placeholder, .bs-contact-form input[type=datetime]::placeholder, .bs-contact-form input[type=datetime-local]::placeholder, .bs-contact-form input[type=email]::placeholder, .bs-contact-form input[type=number]::placeholder, .bs-contact-form input[type=search]::placeholder, .bs-contact-form input[type=password]::placeholder, .bs-contact-form .ct-widget select::placeholder, .bs-contact-form fieldset .wc-stripe-elements-field::placeholder {
  color: var(--navy-blue-color);
  font-size: 20px;
}
.bs-contact-form textarea {
  border: 1px solid #FFFFFF;
  margin-top: 30px !important;
  height: 120px !important;
}
.bs-contact-form .gfield_label {
  display: none !important;
}
.bs-contact-form .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}
.bs-contact-form .gform_wrapper.gravity-theme .gform_footer input {
  border-radius: 0;
  padding: 12px 20px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #F6BE00;
  background: transparent;
  border: 1px solid #F6BE00;
  font-family: "Arial", sans-serif;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
.bs-contact-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: var(--orange-color);
  color: var(--navy-blue-color);
}
@media (max-width: 991px) {
  .bs-contact-form .gform_wrapper.gravity-theme .gform_footer input {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
  }
}
.bs-contact-form .gform_heading {
  margin-top: -20px;
  font-size: 26px;
}
@media (max-width: 991px) {
  .bs-contact-form .gform_heading {
    font-size: 20px;
  }
}
.bs-contact-form img {
  height: 100%;
  object-fit: cover;
  margin-left: 40px;
  display: block;
}
@media (max-width: 991px) {
  .bs-contact-form img {
    margin-left: 0;
    margin-bottom: 50px;
    height: auto;
  }
}
.bs-contact-form .rotate-svg {
  position: absolute;
  left: 50%;
  top: -46%;
  transform: translate(-50%, 50%);
  margin-top: 0;
  width: 350px;
  height: 350px;
}
@media (max-width: 991px) {
  .bs-contact-form .rotate-svg {
    width: 260px;
    height: 260px;
    top: -500px;
  }
}
@media (max-width: 768px) {
  .bs-contact-form .rotate-svg {
    top: -260px;
  }
}
@media (max-width: 991px) {
  .bs-contact-form [class*=col]:last-child {
    order: -1;
  }
}

.bs-blockquote {
  padding: 70px 0;
}
@media (max-width: 1440px) {
  .bs-blockquote {
    padding: 40px 0 30px;
  }
}
.bs-blockquote .has-background {
  padding: 140px 60px;
  background: var(--orange-color);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .bs-blockquote .has-background {
    padding: 100px 60px;
  }
}
@media (max-width: 991px) {
  .bs-blockquote .has-background {
    padding: 40px 25px;
  }
}
.bs-blockquote .has-background p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  color: #4B4F54;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 1600px) {
  .bs-blockquote .has-background p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  .bs-blockquote .has-background p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .bs-blockquote .has-background p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bs-blockquote .has-background h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px !important;
  text-transform: uppercase;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-blockquote .has-background h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 1439px) {
  .bs-blockquote .has-background h3 {
    font-size: 30px !important;
  }
}
.bs-blockquote .has-background span {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #172143;
}
@media (max-width: 1600px) {
  .bs-blockquote .has-background span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .bs-blockquote .has-background span {
    font-size: 18px;
  }
}
.bs-blockquote [class*=col] {
  padding: 0;
}
.bs-blockquote .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu li.menu-item.is-button {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.menu li.menu-item.is-button a {
  border: 2px solid #F6BE00;
  padding: 14px 20px;
  height: 56px;
  color: #F6BE00;
  margin-left: 20px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1600px) {
  .menu li.menu-item.is-button a {
    padding: 10px 18px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .menu li.menu-item.is-button a {
    padding: 10px 18px;
    height: 45px;
  }
}
.menu li.menu-item.is-button a:hover {
  background: #F6BE00;
  color: var(--navy-blue-color);
}

@media (min-width: 1000px) {
  [data-column=end] > [data-items=primary] {
    justify-content: flex-start !important;
  }
}

[class*=header-menu],
[class*=header-menu] .menu {
  width: 100%;
}

@media (max-width: 1600px) {
  .ct-header [data-id=menu] > ul > li > a {
    --fontSize: 18px !important ;
  }
}
@media (max-width: 1440px) {
  .ct-header [data-id=menu] > ul > li > a {
    --fontSize: 16px !important ;
  }
}
@media (max-width: 1200px) {
  .ct-header [data-id=menu] > ul > li > a {
    --fontSize: 15px !important ;
  }
}

nav .menu > li:not(.is-button) > a {
  position: relative;
}
nav .menu > li:not(.is-button) > a::after {
  content: "";
  width: 0 !important;
  height: 1px !important;
  border-top: 1px solid var(--orange-color);
  position: absolute !important;
  bottom: 40px !important;
  left: 21px !important;
  opacity: 1 !important;
  transition: width 0.4s !important;
}

[data-sticky*=yes] nav .menu > li:not(.is-button) > a::after {
  bottom: 24px !important;
}

nav .menu > li:not(.is-button):hover > a {
  position: relative;
}
nav .menu > li:not(.is-button):hover > a::after {
  width: calc(100% - 42px) !important;
}

@media (max-width: 689.98px) {
  .ct-panel-actions {
    padding-top: 30px !important;
  }
}
.ct-container, .ct-container-narrow {
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .ct-container, .ct-container-narrow {
    max-width: 1140px !important;
  }
}
@media (min-width: 1440px) {
  .ct-container, .ct-container-narrow {
    max-width: 1380px !important;
  }
}
@media (min-width: 1600px) {
  .ct-container, .ct-container-narrow {
    max-width: 1520px !important;
  }
}

#header {
  z-index: 1000 !important;
}

body.single-cases [data-sticky=fade] .menu li.menu-item.is-button a {
  border-color: var(--navy-blue-color);
  color: var(--navy-blue-color);
}
body.single-cases [data-sticky=fade] .menu li.menu-item.is-button a:hover {
  background: var(--navy-blue-color);
  color: var(--orange-color);
}
body.single-cases [data-sticky=fade] .ct-icon {
  fill: var(--navy-blue-color);
}
body.single-cases .entry-content, body.single-post .entry-content {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body.single-cases .entry-content, body.single-post .entry-content {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
body.single-cases .entry-content h2.wp-block-heading, body.single-post .entry-content h2.wp-block-heading {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #172143;
  margin-bottom: 40px;
}
@media (max-width: 1439px) {
  body.single-cases .entry-content h2.wp-block-heading, body.single-post .entry-content h2.wp-block-heading {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body.single-cases .entry-content h2.wp-block-heading, body.single-post .entry-content h2.wp-block-heading {
    font-size: 26px !important;
  }
}
@media (max-width: 991px) {
  body.single-cases .entry-content h3, body.single-post .entry-content h3 {
    font-size: 22px !important;
  }
}
body.single-cases .entry-content p, body.single-cases .entry-content li, body.single-cases .entry-content a, body.single-post .entry-content p, body.single-post .entry-content li, body.single-post .entry-content a {
  font-size: 26px !important;
}
@media (max-width: 1600px) {
  body.single-cases .entry-content p, body.single-cases .entry-content li, body.single-cases .entry-content a, body.single-post .entry-content p, body.single-post .entry-content li, body.single-post .entry-content a {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 1439px) {
  body.single-cases .entry-content p, body.single-cases .entry-content li, body.single-cases .entry-content a, body.single-post .entry-content p, body.single-post .entry-content li, body.single-post .entry-content a {
    font-size: 21px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 768px) {
  body.single-cases .entry-content p, body.single-cases .entry-content li, body.single-cases .entry-content a, body.single-post .entry-content p, body.single-post .entry-content li, body.single-post .entry-content a {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
body.single-cases .entry-content li, body.single-post .entry-content li {
  margin-bottom: 12px;
  font-family: "Arial", sans-serif;
}
body.single-post .entry-content {
  margin-top: 80px;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  [data-header*=type-1] .ct-header [data-id=logo] .site-logo-container {
    --logo-max-height: 50px !important;
  }
}

@media (max-width: 991px) {
  .bootstrap-wrapper .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .bootstrap-wrapper .container {
    max-width: 1520px !important;
  }
}

p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 1600px) {
  p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1439px) {
  p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  p {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
    line-height: 27px;
  }
}

#footer {
  padding-bottom: 50px;
  background: url("../images/footer-bg.png") no-repeat center bottom/cover, var(--navy-blue-color) !important;
}
@media (max-width: 820px) {
  #footer {
    background: url("../images/footer-bg.png") no-repeat center bottom/contain, var(--navy-blue-color) !important;
  }
  #footer .wp-block-spacer {
    display: none;
  }
}
#footer .ct-widget .gb-headline-text {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-top: 15px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #footer .ct-widget .gb-headline-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px !important;
  }
}
#footer .ct-widget .menu-item a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 14.5px;
  transition: color 0.3s;
}
#footer .ct-widget .menu-item a:hover {
  color: var(--orange-color);
}
#footer .ct-widget .sub-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  text-transform: none;
}
#footer .ct-widget .sub-menu a:before {
  content: "- ";
}
#footer [data-column=widget-area-4] {
  padding-right: 30px;
}
@media (max-width: 820px) {
  #footer [data-column=widget-area-4] {
    padding-right: 0;
  }
}
#footer [data-column=widget-area-4] p {
  margin: 0 0 0 20px !important;
}
@media (max-width: 820px) {
  #footer [data-column=widget-area-4] p {
    margin-left: 0 !important;
  }
}
#footer [data-column=widget-area-4] .wp-block-image.has-margin {
  margin-left: 20px !important;
}
@media (max-width: 820px) {
  #footer [data-column=widget-area-4] .wp-block-image.has-margin {
    margin-left: 0 !important;
  }
}
#footer [data-column=widget-area-4] .wp-block-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 20px 0 20px 20px !important;
}
@media (max-width: 820px) {
  #footer [data-column=widget-area-4] .wp-block-heading {
    margin: 20px 0 20px 0 !important;
  }
}
#footer [data-column=widget-area-1] {
  width: 80%;
}
#footer [data-column=widget-area-2] {
  width: 75%;
  margin-left: -40px;
}
@media (max-width: 1199px) {
  #footer [data-column=widget-area-2] {
    margin-left: 0;
  }
}
#footer [data-column=widget-area-3] {
  margin-left: -100px;
}
@media (max-width: 1199px) {
  #footer [data-column=widget-area-3] {
    margin-left: 0;
  }
}
#footer [data-column=widget-area-3] h3.gb-headline {
  max-width: 380px;
}
#footer [data-column=widget-area-3] .ct-widget:not(:first-child) {
  margin-top: 20px;
}

[data-footer*=type-1] .ct-footer [data-row*=middle] {
  background: transparent !important;
}

@media (max-width: 1199px) {
  footer.ct-footer [data-row=middle] .ct-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  footer.ct-footer [data-row=middle] .ct-container [data-column] {
    flex-basis: 30%;
    width: 30%;
  }
}
@media (max-width: 820px) {
  footer.ct-footer [data-row=middle] .ct-container [data-column] {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  footer.ct-footer [data-row=middle] .ct-container [data-column]:last-child {
    flex-basis: 100%;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .ct-footer .ct-widget:not(:first-child) {
    margin-top: 5px !important;
  }
}

[data-prefix=blog] .entry-card,
[data-prefix=cases_archive] .entry-card {
  border-radius: 0 !important;
  box-shadow: none !important;
  --card-inner-spacing: 0 !important;
  --horizontal-alignment: flex-start !important;
  margin-bottom: 30px;
}
[data-prefix=blog] .entry-title,
[data-prefix=cases_archive] .entry-title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #172143;
  min-height: 122px;
  display: block;
  text-align: left;
}
[data-prefix=blog] .entry-excerpt,
[data-prefix=cases_archive] .entry-excerpt {
  font-size: 20px !important;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: "Arial", sans-serif;
}
@media (max-width: 1439px) {
  [data-prefix=blog] .entry-excerpt,
  [data-prefix=cases_archive] .entry-excerpt {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  [data-prefix=blog] .entry-excerpt,
  [data-prefix=cases_archive] .entry-excerpt {
    font-size: 18px;
    line-height: 27px;
  }
}
[data-prefix=blog] .entries:not([data-cards=cover]) .entry-button,
[data-prefix=cases_archive] .entries:not([data-cards=cover]) .entry-button {
  width: 192px;
  height: 56px;
  border: 2px solid var(--navy-blue-color);
  padding: 14px 40px 14px 20px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--navy-blue-color);
  border-radius: 0;
  background: transparent;
  position: relative;
  font-family: "Arial", sans-serif;
}
[data-prefix=blog] .entries:not([data-cards=cover]) .entry-button::after,
[data-prefix=cases_archive] .entries:not([data-cards=cover]) .entry-button::after {
  position: absolute;
  top: 54%;
  right: 15px;
  transform: translateY(-50%);
  content: url("../images/buttom-arrow.svg");
}
[data-prefix=blog] .entries:not([data-cards=cover]) .entry-button:hover,
[data-prefix=cases_archive] .entries:not([data-cards=cover]) .entry-button:hover {
  background: var(--navy-blue-color);
  color: var(--orange-color);
}
[data-prefix=blog] .entries:not([data-cards=cover]) .entry-button:hover::after,
[data-prefix=cases_archive] .entries:not([data-cards=cover]) .entry-button:hover::after {
  content: url("../images/buttom-arrow--white.svg");
}

[data-prefix=cases_archive] .entry-title {
  min-height: auto;
}
[data-prefix=cases_archive] .entry-excerpt {
  -webkit-line-clamp: 6;
}
[data-prefix=cases_archive] .entry-excerpt strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.bs-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.outlined-title {
  font-weight: 900;
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
@media (max-width: 1600px) {
  .outlined-title {
    font-size: 130px;
    line-height: 130px;
  }
}
@media (max-width: 1440px) {
  .outlined-title {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  .outlined-title {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 768px) {
  .outlined-title {
    font-size: 55px;
    line-height: 55px;
  }
}

.rotate-svg g.rotate {
  animation: rotation 20s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*# sourceMappingURL=main.css.map */
