@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

body {
  --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
  .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1450px;
  }
  .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1450px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1450px;
  }
  .containerLeftPadding.container-3xl, .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-3xl > .row > *:last-child, .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-3xl, .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-3xl > .row > *:first-child, .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1450px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.containerPadding-R0 {
  padding-right: 0;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-grid10-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-grid10-2 {
  flex: 0 0 auto;
  width: 20%;
}

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

.col-grid10-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-grid10-4 {
  flex: 0 0 auto;
  width: 40%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-grid10-5 {
  flex: 0 0 auto;
  width: 50%;
}

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

.col-grid10-6 {
  flex: 0 0 auto;
  width: 60%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-grid10-7 {
  flex: 0 0 auto;
  width: 70%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-grid10-8 {
  flex: 0 0 auto;
  width: 80%;
}

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

.col-grid10-9 {
  flex: 0 0 auto;
  width: 90%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-grid10-10 {
  flex: 0 0 auto;
  width: 100%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-grid10-11 {
  flex: 0 0 auto;
  width: 110%;
}

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

.col-grid10-12 {
  flex: 0 0 auto;
  width: 120%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-sm-R0 {
    padding-right: 0;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-sm-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-sm-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-md-R0 {
    padding-right: 0;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-md-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-md-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-lg-R0 {
    padding-right: 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-lg-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-lg-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xl-R0 {
    padding-right: 0;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xxl-R0 {
    padding-right: 0;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xxl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xxl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xxl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xxl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xxl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xxl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xxl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xxl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xxl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-3xl-R0 {
    padding-right: 0;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-3xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-3xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-3xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-3xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-3xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-3xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-3xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-3xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-3xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-3xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-3xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-3xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: grid !important;
}

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1920px) {
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Source Sans 3", sans-serif !important;
  max-width: 100vw;
  background: #EEF2FB;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noScroll {
  overflow: hidden;
  height: 100vh;
}

* {
  font-family: "Source Sans 3", sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #000;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none !important;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #4E6D86;
}

::-webkit-scrollbar-thumb {
  background: #4E6D86;
}

svg.iconset {
  position: absolute;
  pointer-events: none;
}

.owl-carousel:not(.owl-loaded) .owl-stage {
  display: flex;
}
.owl-carousel:not(.owl-loaded):not(.owl-loading) .owl-nav {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}

.container-zero {
  --bs-gutter-x: 0;
}
.container-zero > .row {
  --bs-gutter-x: 0;
}

.row.pageRow {
  --bs-gutter-x: 3rem;
}

.popupOpenMenu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  width: 100%;
  height: 100vh;
}
.popupOpenMenu .content {
  background: red;
  max-width: 1100px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.popupOpenMenu.filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.popupOpenMenu.active {
  opacity: 1;
  pointer-events: auto;
}

.colCenter {
  display: flex;
  align-items: center;
}
.colCenter > div {
  width: 100%;
}

.mainHeader {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.mainHeader .headerTop {
  padding: 25px 0 15px 0;
}
.mainHeader .headerTop .headerContact {
  font-size: 13px;
  color: #9D9FA5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mainHeader .headerTop .headerContact a {
  color: #111111;
  margin: 0 5px;
}
.mainHeader .headerTop .headerContact a:hover {
  color: #009fe3;
}
.mainHeader .headerTop .headerContact .separator {
  margin: 0 5px;
  color: #ddd;
}
.mainHeader .headerTop .headerContact .highlight {
  color: #009fe3;
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
  text-transform: uppercase;
}
.mainHeader .headerMain {
  position: relative;
  z-index: 2;
}
.mainHeader .headerMain .iconContainer {
  position: relative;
}
.mainHeader .headerMain .headerInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
}
.mainHeader .headerMain .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 160px;
}
.mainHeader .headerMain .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.mainHeader .headerMain .navRightWrapper {
  display: flex;
  align-items: center;
  margin-right: 170px;
}
.mainHeader .headerMain .mainNav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainHeader .headerMain .mainNav ul li {
  margin-left: 25px;
}
.mainHeader .headerMain .mainNav ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
}
.mainHeader .headerMain .mainNav ul li a:hover {
  color: #009fe3;
}
.mainHeader .headerMain .mainNav ul li a.active {
  font-weight: 600;
}
.mainHeader .headerMain .langSwitch {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.mainHeader .headerMain .langSwitch .currentLang {
  display: flex;
  align-items: center;
}
.mainHeader .headerMain .langSwitch .currentLang::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #009fe3;
  margin-left: 6px;
  transform: translateY(1px);
}
.mainHeader .headerMain .langSwitch ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  min-width: 60px;
  z-index: 100;
  border-radius: 4px;
  list-style: none;
  text-align: center;
}
.mainHeader .headerMain .langSwitch ul li {
  margin: 0;
  margin-bottom: 5px;
}
.mainHeader .headerMain .langSwitch ul li:last-child {
  margin-bottom: 0;
}
.mainHeader .headerMain .langSwitch ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
}
.mainHeader .headerMain .langSwitch ul li a:hover {
  color: #009fe3;
}
.mainHeader .headerMain .langSwitch.active ul {
  display: block;
}
.mainHeader .headerMain .langSwitch.active .currentLang::after {
  transform: translateY(1px) rotate(180deg);
}
.mainHeader .headerMain .distributorLogo {
  position: absolute;
  right: 0;
  top: 25px;
  background: #009fe3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 15px 20px;
  z-index: 5;
  -webkit-clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 35px);
          clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 35px);
}
.mainHeader .headerMain .distributorLogo img {
  aspect-ratio: 108/69;
  max-width: 108px;
}

.mainHeader .logoWrapper {
  height: 140px;
}

.footerImageSection {
  position: relative;
  padding-top: 50px;
  height: 700px;
  overflow: visible;
}
.footerImageSection .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.footerImageSection .curvedTextWrapper {
  position: absolute;
  top: 14px;
  left: 48%;
  transform: translateX(-50%) rotate(-1deg);
  width: 700px;
  height: 250px;
  z-index: 2;
  pointer-events: none;
}
.footerImageSection .curvedTextWrapper .curvedTextSvg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.footerImageSection .curvedTextWrapper .curvedTextSvg .curveText {
  font-size: 26px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  fill: #009fe3;
  text-transform: capitalize;
}
.footerImageSection .footerHeroImage {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  z-index: 1;
  pointer-events: none;
}
.footerImageSection .footerHeroImage img {
  width: 100%;
  height: auto;
  display: block;
}

.footerMarquee {
  background: #5A6369;
  color: #fff;
  padding: 10px 0 150px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
.footerMarquee .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.footerMarquee .track .content {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}

.mainFooter {
  background-color: #11455F;
  color: #fff;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
.mainFooter .footerCol {
  margin-bottom: 40px;
}
.mainFooter .footerCol:nth-child(2) {
  margin-left: 60px;
  margin-right: auto;
}
.mainFooter .footerLogo {
  margin-bottom: 20px;
}
.mainFooter .footerLogo .logo {
  width: 150px;
  filter: brightness(0) invert(1);
}
.mainFooter .footerDesc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.mainFooter .socialLinks {
  display: flex;
  gap: 10px;
}
.mainFooter .socialLinks a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.mainFooter .socialLinks a .social-icon {
  width: 20px;
  height: 20px;
  fill: #8d9297;
  transition: fill 0.3s ease;
}
.mainFooter .socialLinks a:hover {
  background: #009fe3;
  transform: translateY(-3px);
}
.mainFooter .socialLinks a:hover .social-icon {
  fill: #fff;
}
.mainFooter .footerTitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #fff;
}
.mainFooter .footerLinks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainFooter .footerLinks li {
  margin-bottom: 15px;
}
.mainFooter .footerLinks li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  transition: 0.3s;
  position: relative;
  padding-left: 20px;
}
.mainFooter .footerLinks li a:after {
  content: "+";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 500;
  font-size: 16px;
}
.mainFooter .footerLinks li a:hover {
  color: #fff;
  padding-left: 18px;
}
.mainFooter .contactList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainFooter .contactList li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mainFooter .contactList li .icon {
  width: 38px;
  margin-right: 15px;
}
.mainFooter .contactList li .icon img {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(166deg) brightness(98%) contrast(101%);
}
.mainFooter .contactList li .icon.locate {
  width: 30px;
  margin-right: 23px;
  height: 30px;
}
.mainFooter .contactList li .details {
  display: flex;
  flex-direction: column;
}
.mainFooter .contactList li .details strong {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.mainFooter .contactList li .details span,
.mainFooter .contactList li .details a {
  font-size: 16px;
  color: #fff;
}
.mainFooter .footerBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  background: #EEF2FB;
}
.mainFooter .footerBottom .container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.mainFooter .footerBottom .copyright p {
  font-size: 15px;
  font-weight: 500;
  color: #84858B;
  margin: 0;
}
.mainFooter .footerBottom .footerLegal a {
  font-size: 15px;
  color: #84858B;
}
.mainFooter .footerBottom .footerLegal .sep {
  margin: 0 10px;
  color: #84858B;
}
.mainFooter .footerBottom .row {
  align-items: center;
}

.pageBanner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 0 30px;
  overflow: hidden;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
}
.pageBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 58, 82, 0.85);
  z-index: 1;
}
.pageBanner .container {
  position: relative;
  z-index: 2;
}
.pageBanner .bannerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.pageBanner .bannerContent .leftContent {
  flex: 1;
}
.pageBanner .bannerContent .leftContent .miniTitle {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 8px;
  margin-bottom: 20px;
}
.pageBanner .bannerContent .leftContent .mainTitle {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}
.pageBanner .bgPattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
.pageBanner .bgPattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageBanner.defaultBanner {
  background-image: url(../img/corporatebg.jpg);
}
.pageBanner.productsBanner {
  background-image: url(../img/productbg.jpg);
}
.pageBanner.corporateBanner {
  background-image: url(../img/corporatebg.jpg);
}
.pageBanner.contactBanner {
  background-image: url(../img/contactbg.jpg);
}

.sectionPadding {
  padding: 80px 0;
}

.heroSection {
  position: relative;
  height: 750px;
  overflow: hidden;
  padding: 0 20px;
  z-index: 2;
  margin-bottom: 10px;
}
.heroSection .swiper-container,
.heroSection .swiper-wrapper,
.heroSection .swiper-slide {
  height: 100%;
}
.heroSection .bgImage {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right;
  z-index: -1;
}
.heroSection .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 190px;
}
.heroSection .heroContent {
  color: #fff;
  z-index: 10;
  width: 100%;
}
.heroSection .heroContent .subTitle {
  font-size: 14px;
  letter-spacing: 4px;
  opacity: 0.8;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.heroSection .heroContent .heroTitle {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 50px;
}
.heroSection .heroContent .btnCustom {
  background-color: #009fe3;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  letter-spacing: 1px;
  text-decoration: none;
}
.heroSection .heroContent .btnCustom:hover {
  background-color: #007bb0;
  color: #fff;
}
.heroSection .container {
  position: relative;
  height: 100%;
}
.heroSection .heroSideMenu {
  z-index: 20;
  width: 320px;
}
.heroSection .heroSideMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heroSection .heroSideMenu ul li {
  border-bottom: 1px solid #fff;
}
.heroSection .heroSideMenu ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 9px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.heroSection .heroSideMenu ul li a .icon {
  width: 20px;
  height: 20px;
}
.heroSection .heroSideMenu ul li a .arrow {
  margin-left: auto;
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
}
.heroSection .heroSideMenu ul li a:hover {
  color: #009fe3;
}
.heroSection .heroSideMenu ul li a:hover .arrow {
  transform: translate(2px, -2px);
}
.heroSection .heroNav {
  position: absolute;
  bottom: 80px;
  right: -80px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.heroSection .heroNav .swiper-button-prev,
.heroSection .heroNav .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.heroSection .heroNav .swiper-button-prev img,
.heroSection .heroNav .swiper-button-next img {
  width: 16px;
  height: auto;
}
.heroSection .heroNav .swiper-button-prev:after,
.heroSection .heroNav .swiper-button-next:after {
  display: none;
}
.heroSection .heroNav .swiper-button-prev:hover,
.heroSection .heroNav .swiper-button-next:hover {
  background: #009fe3;
  border-color: #009fe3;
}

.infoBar {
  background-color: #009fe3;
  color: #fff;
  padding: 40px 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, calc(100% - 138px) 0, 100% 125px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 138px) 0, 100% 125px, 100% 100%, 0 100%);
}
.infoBar::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 0% 100%, transparent 0, transparent 20px, #009fe3 20px);
  pointer-events: none;
  z-index: 1;
}
.infoBar.searchBarMode {
  padding: 50px 0;
}
.infoBar.searchBarMode .container form label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.infoBar.searchBarMode .container form .form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #fff;
  padding: 10px 0;
}
.infoBar.searchBarMode .container form .form-select:focus {
  box-shadow: none;
  border-color: #fff;
}
.infoBar.searchBarMode .container form .form-select option {
  color: #333;
}
.infoBar.searchBarMode .container form .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  cursor: pointer;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-select-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 40px;
  transition: all 0.3s;
  padding-right: 5px;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-select-display .placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-select-display .selected-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-select-display .selected-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  padding: 10px 0;
  list-style: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-options .custom-option {
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 500;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-options .custom-option:hover {
  background-color: #f1f5f9;
  color: #009fe3;
}
.infoBar.searchBarMode .container form .custom-select-wrapper .custom-options .custom-option.selected {
  background-color: #e6f7ff;
  color: #009fe3;
  font-weight: 600;
}
.infoBar.searchBarMode .container form .custom-select-wrapper.open .custom-select-display {
  border-bottom-color: #fff;
}
.infoBar.searchBarMode .container form .custom-select-wrapper.open .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.infoBar.searchBarMode .container form .btnSearch {
  background-color: #163E56;
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 25px;
  margin-left: 30px;
  padding: 0 15px;
  cursor: pointer;
}
.infoBar.searchBarMode .container form .btnSearch:hover {
  background-color: #1b4d6a;
}

.introSection {
  padding: 100px 0;
}
.introSection .row {
  align-items: center;
}
.introSection .leftInfo .topLabel {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.introSection .leftInfo .topLabel .miniLogo {
  height: 30px;
  width: auto;
  margin-right: 12px;
}
.introSection .leftInfo .topLabel span {
  font-weight: 600;
  font-size: 17px;
  color: #000;
  line-height: 11px;
}
.introSection .leftInfo .miniTitle {
  font-size: 20px;
  font-weight: 800;
  color: #163E56;
  line-height: 1.4;
  max-width: 90%;
}
.introSection .imageWrapper {
  text-align: center;
}
.introSection .introContent {
  padding-left: 20px;
}
.introSection .introContent .title {
  color: #009fe3;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  font-size: 27px;
}
.introSection .introContent .text {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 500;
  color: #000;
}
.introSection .introContent .btnDarkBlue {
  background-color: #163E56;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.5px;
}
.introSection .introContent .btnDarkBlue i,
.introSection .introContent .btnDarkBlue img {
  margin-left: 10px;
  font-size: 11px;
  font-weight: bold;
}
.introSection .introContent .btnDarkBlue i[src$=".svg"],
.introSection .introContent .btnDarkBlue img[src$=".svg"] {
  width: 12px;
  height: auto;
  filter: brightness(0) invert(1);
}
.introSection .introContent .btnDarkBlue:hover {
  background-color: #205b7f;
  color: #fff;
}

.marqueeSection {
  width: 100%;
}
.marqueeSection .marqueeBar {
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.marqueeSection .marqueeBar b {
  font-weight: 600;
}
.marqueeSection .marqueeBar span {
  padding-right: 25px;
  position: relative;
}
.marqueeSection .marqueeBar span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #fff;
}
.marqueeSection .marqueeBar .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.marqueeSection .marqueeBar .track .content {
  flex-shrink: 0;
}
.marqueeSection .marqueeBar.yellowBar {
  background-color: #ffd200;
  color: #000;
  transform: rotate(-0.5deg);
  z-index: 1;
  color: #009fe3;
}
.marqueeSection .marqueeBar.yellowBar span:after {
  background-color: #009fe3;
}
.marqueeSection .marqueeBar.blueBar {
  background-color: #009fe3;
  color: #fff;
  z-index: 2;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.featuresSection {
  position: relative;
  overflow: hidden;
}
.featuresSection .row {
  align-items: center;
}
.featuresSection .featuresSwiper {
  padding: 150px 0;
}
.featuresSection .featureList {
  background-color: #eff6ff;
  padding: 40px 30px;
  border-radius: 10px;
}
.featuresSection .featureList .header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.featuresSection .featureList .header img {
  max-width: 100%;
  margin-right: 15px;
  width: 50px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(54%) saturate(3419%) hue-rotate(177deg) brightness(97%) contrast(101%);
}
.featuresSection .featureList .header span {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.featuresSection .featureList .productList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.featuresSection .featureList .productList li {
  border-bottom: 1px solid #e1e8f0;
}
.featuresSection .featureList .productList li:last-child {
  border-bottom: none;
}
.featuresSection .featureList .productList li a {
  font-size: 14px;
  color: #7b8fa1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
  letter-spacing: 0.5px;
  display: block;
  padding: 15px 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.featuresSection .featureList .productList li a:hover, .featuresSection .featureList .productList li a.active {
  color: #009fe3;
  padding-left: 15px;
  background-color: #fff;
}
.featuresSection .centerImage {
  position: relative;
  display: inline-block;
  z-index: 5;
  width: 100%;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featuresSection .centerImage:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: url(../img/svg/line.svg);
  background-size: contain;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.1;
  filter: grayscale(100%);
}
.featuresSection .centerImage img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.featuresSection .centerImage .navArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #009fe3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  border: 2px solid #fff;
}
.featuresSection .centerImage .navArrow:hover {
  background: #007bb0;
}
.featuresSection .centerImage .navArrow.prev {
  left: 0;
}
.featuresSection .centerImage .navArrow.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.featuresSection .featureDescription {
  padding-left: 30px;
}
.featuresSection .featureDescription .descText {
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  font-weight: 400;
  margin-bottom: 30px;
}
.featuresSection .featureDescription .btnDarkBlue {
  background-color: #163E56;
  color: #fff;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.featuresSection .featureDescription .btnDarkBlue span {
  margin-left: 7px;
  display: block;
}
.featuresSection .featureDescription .btnDarkBlue:hover {
  background-color: #205b7f;
}
.featuresSection .featureDescription .btnDarkBlue img {
  margin-left: 10px;
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
}

.rentalSection {
  position: relative;
  overflow: hidden;
}
.rentalSection .rentalWrapper {
  display: flex;
  width: 100%;
}
.rentalSection .rentalPart {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  color: #fff;
}
.rentalSection .rentalPart.left {
  width: 31%;
  background-color: #545F71;
  justify-content: flex-end;
  z-index: 3;
  padding-right: 90px;
}
.rentalSection .rentalPart.left h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.rentalSection .rentalPart.left::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: 42px solid #103141;
  border-left: 42px solid transparent;
  z-index: -1;
}
.rentalSection .rentalPart.center {
  width: 42%;
  background-color: #103141;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
}
.rentalSection .rentalPart.center .content {
  max-width: 600px;
}
.rentalSection .rentalPart.center .content p.lead {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}
.rentalSection .rentalPart.center .content p.lead strong {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.rentalSection .rentalPart.right {
  width: 40%;
  background-color: #009fe3;
  z-index: 1;
  padding-left: 80px;
}
.rentalSection .rentalPart.right .serviceList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rentalSection .rentalPart.right .serviceList li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.rentalSection .rentalPart.right .serviceList li:last-child {
  margin-bottom: 0;
}
.rentalSection .rentalPart.right .serviceList li img {
  width: 18px;
  height: auto;
  margin-right: 15px;
  margin-top: 3px;
  filter: brightness(0) invert(1);
}
.rentalSection .rentalPart.right .serviceList li div strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.rentalSection .rentalPart.right .serviceList li div span {
  font-size: 13px;
  opacity: 0.8;
  font-weight: 400;
}
.rentalSection .rentalPart.right .serviceList li.notImg {
  padding-left: 30px;
}
.rentalSection .rentalPart.right::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 42px solid #103141;
  border-right: 42px solid transparent;
  z-index: -1;
}

.bottomBanner {
  background: #fff;
  padding-bottom: 0;
}
.bottomBanner .bannerContent h3 {
  font-weight: 800;
  color: #333;
}
.bottomBanner .bannerContent img {
  margin-top: 50px;
  max-width: 100%;
}

section.corporatePage {
  padding-top: 0;
}
section.corporatePage .companyInfo {
  padding: 80px 0;
  background: #F8FAFB;
}
section.corporatePage .companyInfo .container {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
section.corporatePage .companyInfo .leftSide {
  flex-shrink: 0;
  max-width: 520px;
  width: 100%;
  position: relative;
}
section.corporatePage .companyInfo .leftSide .companyLogo {
  margin-bottom: 30px;
}
section.corporatePage .companyInfo .leftSide .companyLogo img {
  width: 160px;
  height: auto;
}
section.corporatePage .companyInfo .leftSide .companyText {
  font-size: 38px;
  line-height: 1.3;
  color: #0B3A52;
  font-weight: 600;
  margin-bottom: 25px;
}
section.corporatePage .companyInfo .leftSide .companyText strong {
  color: #0B3A52;
  font-weight: 700;
}
section.corporatePage .companyInfo .leftSide .btnWrapper {
  margin-bottom: 30px;
}
section.corporatePage .companyInfo .leftSide .btnWrapper .btnBlue {
  display: inline-block;
  background: #009fe3;
  color: #fff;
  padding: 18px 55px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
section.corporatePage .companyInfo .leftSide .btnWrapper .btnBlue:hover {
  background: #0088cc;
  transform: translateY(-2px);
}
section.corporatePage .companyInfo .leftSide .compressorImage {
  position: relative;
  margin-top: 90px;
  aspect-ratio: 1/1.2;
  max-width: 435px;
  margin-right: 30px;
  margin-left: auto;
}
section.corporatePage .companyInfo .leftSide .compressorImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 2;
  position: relative;
}
section.corporatePage .companyInfo .leftSide .compressorImage:before {
  content: "";
  position: absolute;
  top: 100px;
  right: 90px;
  width: 800px;
  height: 800px;
  z-index: 1;
  opacity: 0.1;
  filter: grayscale(100%);
  background: url(../img/svg/line.svg) 0% 0%/cover;
  border-radius: 50%;
}
section.corporatePage .companyInfo .rightSide {
  flex: 1;
  max-width: 100%;
}
section.corporatePage .companyInfo .rightSide .infoCard {
  margin-bottom: 50px;
}
section.corporatePage .companyInfo .rightSide .infoCard:last-child {
  margin-bottom: 0;
}
section.corporatePage .companyInfo .rightSide .infoCard .cardTitle {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  letter-spacing: 0;
}
section.corporatePage .companyInfo .rightSide .infoCard .cardText {
  font-size: 20px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 0;
  font-weight: 400;
}
section.corporatePage .companyInfo .rightSide .infoCard .highlightedText {
  color: #009fe3;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 18px;
}
section.corporatePage .companyInfo .rightSide .infoCard .certificatesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}
section.corporatePage .companyInfo .rightSide .infoCard .certificatesGrid .certificateCard {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.corporatePage .companyInfo .rightSide .infoCard .certificatesGrid .certificateCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
section.corporatePage .companyInfo .rightSide .infoCard .certificatesGrid .certificateCard .certificateImage {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
section.corporatePage .companyInfo .rightSide .infoCard .certificatesGrid .certificateCard .certificateImage img {
  width: 100%;
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.corporatePage .companyInfo .rightSide .infoCard .certificatesGrid .certificateCard .certificateName {
  font-size: 18px;
  font-weight: 600;
  color: #0B3A52;
  line-height: 1.4;
}

section.productsPage {
  padding-top: 0;
}
section.productsPage .productsContent {
  padding: 80px 0;
}
section.productsPage .productsContent .productsGrid .productCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 15px;
  border-bottom: 2px solid #009FE3;
}
section.productsPage .productsContent .productsGrid .productCard:hover {
  transform: translateY(-8px);
}
section.productsPage .productsContent .productsGrid .productCard .productImage {
  background: #fff;
  border-radius: 20px;
  padding: 70px 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
section.productsPage .productsContent .productsGrid .productCard .productImage img {
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
section.productsPage .productsContent .productsGrid .productCard .productName {
  font-size: 16px;
  font-weight: 600;
  color: #0B3A52;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0 5px;
}
section.productsPage .productsContent .productsGrid .productCard .productName svg {
  flex-shrink: 0;
  margin-top: 2px;
  width: 18px;
  height: 18px;
}
section.productsPage .productsContent .productsGrid .productCard .productName svg .icon-border {
  fill: none;
  stroke: #009FE3;
  stroke-width: 2.5;
}
section.productsPage .productsContent .productsGrid .productCard .productName svg .icon-arrow {
  fill: none;
  stroke: #009FE3;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
section.productsPage .productsContent .productsGrid .productCard .productName svg:hover .icon-border,
section.productsPage .productsContent .productsGrid .productCard .productName svg:hover .icon-arrow {
  stroke: #555;
  transition: 0.3s ease;
}

section.productDetailPage {
  padding-top: 0;
}
section.productDetailPage .productDetailContent {
  padding: 60px 0 80px;
}
section.productDetailPage .productDetailContent .categorySidebar {
  background: #009FE3;
  border-radius: 20px 0 0 20px;
  padding: 0;
}
section.productDetailPage .productDetailContent .categorySidebar .categoryList {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
section.productDetailPage .productDetailContent .categorySidebar .categoryList li:last-child {
  border-bottom: none;
}
section.productDetailPage .productDetailContent .categorySidebar .categoryList li a {
  display: block;
  padding: 18px 55px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}
section.productDetailPage .productDetailContent .categorySidebar .categoryList li a:before {
  content: "+";
  position: absolute;
  left: 25px;
  font-size: 22px;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
}
section.productDetailPage .productDetailContent .categorySidebar .categoryList li a:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 45px;
}
section.productDetailPage .productDetailContent .categorySidebar .categoryList li.active a {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 500;
}
section.productDetailPage .productDetailContent .productContent {
  background: #fff;
  padding: 35px 40px 50px;
  border-radius: 20px;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productMainSwiper {
  margin-bottom: 15px;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productMainSwiper .swiper-slide {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 90px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productMainSwiper .swiper-slide .imgArea {
  aspect-ratio: 330/330;
  max-width: 350px;
  width: 100%;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productMainSwiper .swiper-slide .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productThumbSwiper .swiper-slide {
  width: 90px;
  height: 90px;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 0.6;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productThumbSwiper .swiper-slide:hover {
  border-color: #009FE3;
  opacity: 1;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productThumbSwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #009FE3;
  border-width: 2px;
  opacity: 1;
}
section.productDetailPage .productDetailContent .productContent .productGallery .productThumbSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.productDetailPage .productDetailContent .productContent .productBadge {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
section.productDetailPage .productDetailContent .productContent .productBadge .title {
  font-size: 14px;
  font-weight: 600;
  color: #009FE3;
  background: #F4F9FC;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #009FE3;
}
section.productDetailPage .productDetailContent .productContent .productBadge .btnPdf {
  background: #009FE3;
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
}
section.productDetailPage .productDetailContent .productContent .productBadge .btnPdf svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
section.productDetailPage .productDetailContent .productContent .productBadge .btnPdf svg .icon-border {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
section.productDetailPage .productDetailContent .productContent .productBadge .btnPdf svg .icon-arrow {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
section.productDetailPage .productDetailContent .productContent .productBadge .btnPdf:hover {
  background: #0088cc;
}
section.productDetailPage .productDetailContent .productContent .mobileProductHeader {
  margin-bottom: 30px;
}
section.productDetailPage .productDetailContent .productContent .mobileProductHeader .productTitle {
  font-size: 24px;
  font-weight: 600;
  color: #0B3A52;
  margin-bottom: 0;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productTitle {
  font-size: 28px;
  font-weight: 600;
  color: #0B3A52;
  margin-bottom: 25px;
  line-height: 1.3;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productDescription {
  margin-bottom: 25px;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productDescription p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productSpecs h3 {
  font-size: 16px;
  font-weight: 600;
  color: #009FE3;
  margin-bottom: 15px;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productSpecs .specsIntro {
  font-size: 14px;
  line-height: 1.7;
  color: #009FE3;
  margin-bottom: 15px;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productSpecs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productSpecs ul li {
  padding: 6px 0;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  position: relative;
}
section.productDetailPage .productDetailContent .productContent .productInfo .productSpecs ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
section.productDetailPage .relatedProducts {
  padding: 50px 0;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper {
  position: relative;
  padding: 0 15px;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-wrapper {
  padding: 15px 0;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-slide {
  height: auto;
  flex-shrink: 0;
  width: 100%;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .productCard {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-height: 180px;
  height: 100%;
  text-decoration: none;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .productCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .productCard img {
  max-width: 100%;
  max-height: 130px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-prev,
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  color: #009FE3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-prev:after,
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-next:after {
  font-size: 15px;
  font-weight: bold;
  color: #009FE3;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-prev:hover,
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-next:hover {
  background: #f8f9fa;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-prev {
  left: 0;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-next {
  right: 0;
}
section.productDetailPage .relatedProducts .relatedProductsSwiper .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.contactPage {
  padding: 80px 0;
}
.contactPage .infoCards {
  margin-bottom: 80px;
}
.contactPage .infoCards .infoCard {
  background: #fff;
  padding: 65px 30px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
          clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.contactPage .infoCards .infoCard:hover {
  transform: translateY(-10px);
}
.contactPage .infoCards .infoCard.companyCard {
  background: #009FE3;
  color: #fff;
  align-items: flex-start;
  padding-left: 60px;
}
.contactPage .infoCards .infoCard.companyCard .cardContent {
  text-align: left;
  padding-top: 40px;
}
.contactPage .infoCards .infoCard.companyCard .cardContent h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.contactPage .infoCards .infoCard.companyCard .cardContent p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
.contactPage .infoCards .infoCard .cardIcon {
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009FE3;
  transition: all 0.3s ease;
}
.contactPage .infoCards .infoCard .cardIcon svg {
  width: 32px;
  height: 32px;
}
.contactPage .infoCards .infoCard h4 {
  font-size: 25px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.contactPage .infoCards .infoCard p {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.2;
}
.contactPage .infoCards .infoCard p a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contactPage .infoCards .infoCard p a:hover {
  color: #009FE3;
}
.contactPage .infoCards .infoCard:not(.companyCard):hover .cardIcon {
  color: #0088cc;
  transform: scale(1.1);
}
.contactPage .contactContent .mapSection {
  padding-right: 0;
}
.contactPage .contactContent .mapSection h2 {
  font-size: 38px;
  font-weight: 700;
  color: #009FE3;
  margin-bottom: 25px;
  line-height: 1.2;
}
.contactPage .contactContent .mapSection p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 550px;
}
.contactPage .contactContent .mapSection .mapEmbed {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.contactPage .contactContent .mapSection .mapEmbed iframe {
  display: block;
  filter: grayscale(0.1);
}
.contactPage .contactContent .contactForm {
  background: #0b1522;
  padding: 60px 40px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 120px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 120px, 100% 100%, 0 100%);
  overflow: hidden;
}
.contactPage .contactContent .contactForm .formPattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
.contactPage .contactContent .contactForm h3 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.5px;
}
.contactPage .contactContent .contactForm .formSubtitle {
  font-size: 15px;
  color: #7A8494;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.contactPage .contactContent .contactForm form {
  position: relative;
  z-index: 2;
}
.contactPage .contactContent .contactForm .formControl {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #516281;
  border-radius: 15px;
  background: #06101E;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.contactPage .contactContent .contactForm .formControl::-moz-placeholder {
  color: #516281;
  font-weight: 500;
}
.contactPage .contactContent .contactForm .formControl::placeholder {
  color: #516281;
  font-weight: 500;
}
.contactPage .contactContent .contactForm .formControl:focus {
  outline: none;
  border-color: #009FE3;
  background: #081628;
}
.contactPage .contactContent .contactForm textarea.formControl {
  resize: none;
  min-height: 150px;
}
.contactPage .contactContent .contactForm .btnSubmit {
  background: #fff;
  color: #0b1522;
  border: none;
  padding: 16px 50px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  margin-top: 10px;
}
.contactPage .contactContent .contactForm .btnSubmit:hover {
  background: #009FE3;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 159, 227, 0.3);
}
.contactPage .marqueeSection {
  margin-top: 80px;
}

.editorContent ul li {
  position: relative;
  padding-left: 10px;
  color: #203B79;
  line-height: 33px;
}
.editorContent ul li b {
  font-weight: 600;
}
.editorContent ul li:after {
  content: "*";
  position: absolute;
  left: 0;
}
.editorContent p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #203B79;
}
.editorContent p b, .editorContent p strong {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.editorContent p b {
  display: block;
}
.editorContent a {
  text-decoration: underline !important;
}

.editorContentArea {
  background: #fff;
  padding: 75px 85px;
  border-radius: 20px;
  margin-bottom: 35px;
}

.form-group {
  margin-bottom: 45px;
}
.form-group.type2 {
  margin-bottom: 20px;
}
.form-group.selectFormGroup label {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.form-group.careerForm label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  /* 242.857% */
  margin-bottom: 10px;
}

.customInput1 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 25px 35px;
  gap: 10px;
  border-bottom: 1px solid #4E6D86;
  position: relative;
}
.customInput1 label {
  white-space: nowrap;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 193.75% */
}
.customInput1 label span {
  color: #E30613;
}
.customInput1 input {
  color: #B0D5D7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  border: 0;
  background: transparent;
  width: 100%;
}
.customInput1 input.placeholder {
  color: #B0D5D7;
}
.customInput1 input:-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 input::-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 input:-ms-input-placeholder {
  color: #B0D5D7;
}
.customInput1 input::-webkit-input-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea {
  resize: none;
  border: 0;
  background: transparent;
  color: #B0D5D7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  max-width: 100%;
  width: 100%;
}
.customInput1 textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
.customInput1 textarea.placeholder {
  color: #B0D5D7;
}
.customInput1 textarea:-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea::-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea:-ms-input-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea::-webkit-input-placeholder {
  color: #B0D5D7;
}
.customInput1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 215px;
  height: 1px;
  background: #B0D5D7;
}
.customInput1.type2 input, .customInput1.type2 textarea {
  color: #4E6D86;
}
.customInput1.type2 input::-moz-placeholder, .customInput1.type2 textarea::-moz-placeholder {
  color: #4E6D86;
}
.customInput1.type2 input::placeholder, .customInput1.type2 textarea::placeholder {
  color: #4E6D86;
}

.customInput2 {
  position: relative;
}
.customInput2 label {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  color: #B0D5D7;
  padding: 0 10px;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 242.857% */
}
.customInput2 input {
  border: 1px solid #B0D5D7;
  border-radius: 6px;
  background: #fff;
  padding: 10px 25px;
  width: 100%;
  display: block;
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 170% */
}
.customInput2 input::-moz-placeholder {
  color: #4E6D86;
}
.customInput2 input::placeholder {
  color: #4E6D86;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox1 .checkboxText {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.customcheckbox1 .checkmark {
  width: 18px;
  height: 18px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #2C2C2C;
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #2C2C2C;
  transition: 0.2s ease all;
  opacity: 0;
}

.customcheckbox2 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.customcheckbox2 input {
  display: none;
}
.customcheckbox2 input:checked ~ .checkmark {
  background: #4E6D86;
}
.customcheckbox2 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox2 .checkboxText {
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.customcheckbox2 .checkboxText b {
  font-size: 16px;
  font-weight: 500;
}
.customcheckbox2 .checkboxText a {
  color: #4E6D86;
  text-decoration: underline !important;
}
.customcheckbox2 .checkmark {
  width: 25px;
  height: 25px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #4E6D86;
}
.customcheckbox2 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  background: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}

.customcheckbox3 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
.customcheckbox3 input {
  display: none;
}
.customcheckbox3 input:checked ~ .checkmark {
  background: #4E6D86;
}
.customcheckbox3 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox3 .checkboxText {
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  max-width: 160px;
  margin: 0 auto 15px;
  line-height: 16px; /* 114.286% */
}
.customcheckbox3 .checkmark {
  width: 24px;
  border-radius: 50%;
  height: 24px;
  border: 3px solid #fff;
  flex-shrink: 0;
  position: relative;
  background: #fff;
  margin-top: auto;
}
.customcheckbox3 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  background: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}

.select2-container--bootstrap5 .select2-selection--single {
  display: flex;
  align-items: center;
  transition: unset;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--bootstrap5 .select2-selection {
  box-shadow: none;
  height: auto;
  outline: none !important;
}
.select2-container--bootstrap5 .select2-selection .select2-selection__arrow {
  position: absolute;
  transition: 0.3s ease all;
}
.select2-container--bootstrap5 .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container--bootstrap5.select2-container--disabled .form-select {
  opacity: 0.5;
  pointer-events: none;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single {
  width: 100px;
  margin-right: 15px;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single .select2-selection__rendered {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 31px; /* 193.75% */
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single .select2-selection__placeholder {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 31px; /* 193.75% */
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: #4E6D86;
  right: 0;
  height: 6px;
  width: 11px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow3.svg");
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown {
  border: 1px solid #4E6D86;
  background: #fff;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 31px; /* 193.75% */
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 31px; /* 193.75% */
}
.select2-container--bootstrap5.defaultStyle-xs.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single {
  min-height: 99px;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 31px 40px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single .select2-selection__rendered {
  color: #2C2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single .select2-selection__placeholder {
  color: #2C2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  height: 10px;
  width: 17px;
  background: #4E6D86;
  right: 70px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown {
  filter: drop-shadow(13px 4px 70.8px rgba(0, 0, 0, 0.06));
  background: #fff;
  border: 0;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown.select2-dropdown--below {
  padding-top: 20px;
  padding-bottom: 40px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown.select2-dropdown--above {
  padding-bottom: 20px;
  padding-top: 40px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-search {
  padding: 4px 10px 10px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  color: #2C2C2C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 240% */
  padding: 10px 20px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-results .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 10px 40px;
  color: #2C2C2C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 240% */
  transition: 0.3s ease all;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open .select2-selection--single {
  border-radius: 0 20px 0 0;
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  background: #F4F9FF;
  padding: 33px 85px 33px 45px;
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 11px;
  width: 20px;
  -webkit-mask-image: url(../img/svg/arrow3.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #4E6D86;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 45px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  border: 3px solid #F4F9FF;
  background: #fff;
  padding: 0 45px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  color: #4E6D86;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
}
.accordionItem.active {
  transition: 0.3s ease border, 0.3s ease background;
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: 1000px;
  padding: 33px 45px;
}
.accordionItem.type2 {
  border-bottom: 1px solid rgba(78, 109, 134, 0.2);
}
.accordionItem.type2 .accordionHeader {
  padding: 55px 0 60px;
  background: #fff;
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
}
.accordionItem.type2 .accordionBody {
  padding: 0;
  background: #fff;
  border: 0;
}
.accordionItem.type2.active .accordionBody {
  padding-bottom: 75px;
}

.customTabContent {
  position: relative;
}
.customTabContent .tab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.customTabContent .tab ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  position: relative;
}
.customTabContent .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  overflow: unset;
}/*# sourceMappingURL=style.css.map */