@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: 1447px;
  }
  .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: 1447px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1447px;
  }
  .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: 1447px;
  }
}
.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: "Albert Sans", serif;
  max-width: 100vw;
  background: #F4F9FF;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}

.whiteBg {
  background: #fff;
}

.customContainer1 {
  max-width: 1700px;
}

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

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

img {
  max-width: 100%;
}

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.megaContainer {
  max-width: 1733px;
  --containerMaxWidth: 1733px;
}
.container.container-custom2 {
  max-width: 990px;
}

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

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

.text-end {
  text-align: right;
}

.text-center {
  text-align: center;
}

.backdrop {
  height: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(3px);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 4;
}
.backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

header {
  position: relative;
  z-index: 3;
}
header .headerContent {
  background: #fff;
  border-bottom: 1px solid #F4F4F4;
}
header .headerContent .container {
  display: flex;
  position: relative;
}
header .headerContent .headerLogos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
  width: 68%;
}
header .headerContent .headerLogos .logo {
  aspect-ratio: 259/48;
  height: 48px;
}
header .headerContent .headerLogos .germany {
  aspect-ratio: 83/40;
  height: 40px;
  filter: drop-shadow(13px 6px 26px rgba(0, 0, 0, 0.18));
}
header .headerContent .headerLogos .germany img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
header .headerContent .menuArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid #F4F4F4;
  width: 32%;
  padding: 46.5px 0 46.5px 55px;
}
header .headerContent .dealerBtn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 468.056% */
}
header .headerContent .dealerBtn .icon {
  width: 24px;
  height: 27px;
  flex-shrink: 0;
  fill: #2C2C2C;
}
header .headerContent .langs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 50px;
}
header .headerContent .langs .lang {
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  opacity: 0.5;
  line-height: 20px; /* 142.857% */
}
header .headerContent .langs .selected .lang {
  opacity: 1;
}
header .headerContent .openHeaderMenu {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
header .headerContent .openHeaderMenu .hamburgerMenu {
  position: relative;
  display: flex;
  width: 31px;
  height: 23px;
}
header .headerContent .openHeaderMenu .hamburgerMenu span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #2C2C2C;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease all;
}
header .headerContent .openHeaderMenu .hamburgerMenu span:nth-child(1) {
  top: 0;
}
header .headerContent .openHeaderMenu .hamburgerMenu span:nth-child(2) {
  top: 50%;
  width: 50%;
  left: unset;
  right: 0;
  transform: translateX(0) translateY(-50%);
}
header .headerContent .openHeaderMenu .hamburgerMenu span:nth-child(3) {
  top: 100%;
  transform: translateX(-50%) translateY(-100%);
}
header .headerContent .openHeaderMenu .hamburgerMenu.active span:nth-child(1) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 50%;
}
header .headerContent .openHeaderMenu .hamburgerMenu.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%) translateY(-50%);
}
header .headerContent .openHeaderMenu .hamburgerMenu.active span:nth-child(3) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  top: 50%;
}
header .headerContent .openHeaderMenu .text {
  color: rgba(44, 44, 44, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 192.857% */
}
header .headerMenu {
  position: absolute;
  right: 4px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  width: 32%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}
header .headerMenu .openHeaderMenu {
  display: none;
}
header .headerMenu .menu {
  padding: 60px 60px 30px 75px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .headerMenu .menu li > a, header .headerMenu .menu li .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  transition: 0.3s ease all;
  color: rgba(44, 44, 44, 0.5);
}
header .headerMenu .menu li > a:hover, header .headerMenu .menu li .title:hover {
  color: #2C2C2C;
}
header .headerMenu .menu li ul {
  padding: 20px 0 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
header .headerMenu .menu li ul li a {
  color: rgba(44, 44, 44, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: 0.3s ease all;
  display: flex;
  position: relative;
}
header .headerMenu .menu li ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  opacity: 0;
  background: #2C2C2C;
  transition: 0.3s ease all;
}
header .headerMenu .menu li ul li a:hover {
  color: #2C2C2C;
}
header .headerMenu .menu li.dropdown .title {
  color: #2c2c2c;
}
header .headerMenu .guarantee {
  padding: 25px 90px 50px 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .headerMenu .guarantee .title {
  margin-bottom: 10px;
  color: #2c2c2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 242.857% */
}
header .headerMenu .guarantee .formBtn {
  display: inline-flex;
  align-items: center;
  padding: 16px 20px 16px 35px;
  max-width: 300px;
  border-radius: 6px;
  border: 1px solid rgba(44, 44, 44, 0.3);
  gap: 25px;
}
header .headerMenu .guarantee .formBtn .icon {
  width: 25px;
  fill: #2c2c2c;
  height: 20px;
  flex-shrink: 0;
}
header .headerMenu .guarantee .formBtn .text {
  color: #2c2c2c;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 120% */
}
header .headerMenu.active {
  opacity: 1;
  pointer-events: auto;
}

body.mainHeader > .container {
  position: relative;
}
body.mainHeader header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
body.mainHeader header .headerContent {
  background: rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.mainHeader header .headerContent .dealerBtn {
  color: #fff;
}
body.mainHeader header .headerContent .dealerBtn .icon {
  fill: #fff;
}
body.mainHeader header .headerContent .langs .lang {
  color: #fff;
}
body.mainHeader header .headerContent .menuArea {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body.mainHeader header .headerContent .openHeaderMenu .text {
  color: #fff;
}
body.mainHeader header .headerContent .openHeaderMenu .hamburgerMenu span {
  background: #fff;
}
body.mainHeader header .headerBottom {
  background: rgba(255, 255, 255, 0.1);
}
body.mainHeader header .headerBottom .searchArea {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body.mainHeader header .headerBottom .searchArea input {
  color: #fff;
}
body.mainHeader header .headerBottom .searchArea input::placeholder {
  color: #fff;
}
body.mainHeader header .headerBottom .searchArea .searchBtn .icon {
  color: #fff;
}
body.mainHeader header .headerMenu {
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(75px);
}
body.mainHeader header .headerMenu .menu li > a, body.mainHeader header .headerMenu .menu li > .title {
  color: rgba(255, 255, 255, 0.5);
}
body.mainHeader header .headerMenu .menu li > a:hover, body.mainHeader header .headerMenu .menu li > .title:hover {
  color: #fff;
}
body.mainHeader header .headerMenu .menu li ul li a {
  color: rgba(255, 255, 255, 0.5);
}
body.mainHeader header .headerMenu .menu li ul li a:after {
  background: #fff;
}
body.mainHeader header .headerMenu .menu li ul li a:hover {
  color: #fff;
}
body.mainHeader header .headerMenu .menu li.dropdown .title {
  color: #fff;
}
body.mainHeader header .headerMenu .guarantee .title {
  color: #fff;
}
body.mainHeader header .headerMenu .guarantee .formBtn {
  border: 1px solid #fff;
}
body.mainHeader header .headerMenu .guarantee .formBtn .text {
  color: #fff;
}
body.mainHeader header .headerMenu .guarantee .formBtn .icon {
  fill: #fff;
}

.subHeader {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.subHeader .container {
  display: flex;
  align-items: center;
}
.subHeader .textArea {
  width: 68%;
}
.subHeader .textArea .mainContent {
  display: flex;
  align-items: center;
  gap: 35px;
}
.subHeader .textArea .mainContent .imgArea {
  aspect-ratio: 45/51;
  overflow: hidden;
  border-radius: 6px;
}
.subHeader .textArea .mainContent .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.subHeader .textArea .mainContent .items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.subHeader .textArea .mainContent .items .item .title {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  opacity: 0.5;
}
.subHeader .textArea .mainContent .items .item .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 279.676% */
}
.subHeader .textArea .mainContent .items .item:first-child {
  margin-right: 20px;
}
.subHeader .textArea .mainContent p {
  color: #2C2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
}
.subHeader .textArea .mainContent p b {
  font-weight: 600;
}
.subHeader .searchArea {
  width: 32%;
  padding: 26px 0 26px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  border-left: 1px solid #F4F4F4;
}
.subHeader .searchArea input {
  background: transparent;
  border: 0;
  color: #2C2C2C;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  min-width: 290px;
}
.subHeader .searchArea input::placeholder {
  color: #2C2C2C;
}
.subHeader .searchArea .searchBtn {
  width: 47px;
  height: 47px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
}
.subHeader .searchArea .searchBtn .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #2C2C2C;
  fill: transparent;
}

footer {
  background: #4E6D86;
  padding-bottom: 75px;
}
footer .footerTop {
  margin-bottom: 80px;
}
footer .footerTop .top, footer .footerTop .bottom {
  display: flex;
}
footer .footerTop .top .left, footer .footerTop .bottom .left {
  width: 32.5%;
  min-height: 170px;
  display: flex;
  align-items: center;
  position: relative;
}
footer .footerTop .top .left:after, footer .footerTop .bottom .left:after {
  content: "";
  background: #446580;
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 1000px;
  border-bottom: 1px solid #5B7D98;
}
footer .footerTop .top .content, footer .footerTop .bottom .content {
  display: flex;
  align-items: center;
  min-height: 100%;
  width: 67.5%;
  border-bottom: 1px solid #5B7D98;
}
footer .footerTop .top {
  position: relative;
}
footer .footerTop .top .logo {
  position: relative;
  z-index: 1;
  aspect-ratio: 237/39;
  height: 39px;
}
footer .footerTop .top .logo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
footer .footerTop .top .content {
  padding: 20px 35px 20px 110px;
}
footer .footerTop .top .content .text {
  color: #8EB0CC;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px; /* 144.444% */
}
footer .footerTop .top:after {
  content: "";
  top: 0;
  transform: translateY(-50%);
  width: 87px;
  right: 35px;
  position: absolute;
  height: 87px;
  flex-shrink: 0;
  background: #B0D5D7;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
}
footer .footerTop .bottom .left {
  gap: 30px;
  position: relative;
}
footer .footerTop .bottom .left .imgArea {
  position: relative;
  z-index: 1;
  height: 47px;
  aspect-ratio: 132/47;
}
footer .footerTop .bottom .left .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
footer .footerTop .bottom .left .text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.502px;
}
footer .footerTop .bottom .left .text .icon {
  fill: #FFF;
  margin-left: -3px;
  width: 87px;
  height: 9px;
  flex-shrink: 0;
}
footer .footerTop .bottom .left:before {
  content: "";
  right: 0;
  top: 0;
  transform: translate(50%, calc(-50% + 9px));
  background-image: url("../img/svg/footerimg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  width: 128px;
  height: 201px;
  position: absolute;
}
footer .footerTop .bottom .content .text {
  border-right: 1px solid #5B7D98;
  color: #8EB0CC;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  padding: 20px 40px 20px 110px;
}
footer .footerTop .bottom .content .subs {
  padding: 20px 40px 20px 110px;
}
footer .footerTop .bottom .content .subs .mail {
  color: #A9D8DA;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px; /* 144.444% */
}
footer .footerTop .bottom .content .subs .subsBtn {
  margin-top: 20px;
  gap: 10px;
  display: flex;
  color: #A9D8DA;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}
footer .footerTop .bottom .content .subs .subsBtn .icon {
  fill: #A9D8DA;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
footer .footerTop .bottom .content .subs .subsBtn:hover .icon {
  transform: translate(5px, -5px);
}
footer .menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 75px;
}
footer .menus .menu .title {
  position: relative;
  color: #8EB0CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 185.714% */
  margin-bottom: 30px;
  padding-left: 30px;
}
footer .menus .menu .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #B0D5D7;
}
footer .menus .menu ul {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .menus .menu ul li a {
  color: #8EB0CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  transition: 0.3s ease all;
}
footer .menus .menu ul li a:hover {
  color: #B0D5D7;
}
footer .menus .dealer {
  max-width: 185px;
}
footer .menus .dealer .subsBtn {
  margin-top: 20px;
  gap: 10px;
  display: flex;
  color: #A9D8DA;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}
footer .menus .dealer .subsBtn .icon {
  fill: #A9D8DA;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
footer .menus .dealer .subsBtn:hover .icon {
  transform: translate(5px, -5px);
}
footer .menus .dealer p {
  color: #8EB0CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
footer .policys {
  display: flex;
  border-top: 1px solid #5B7D98;
  border-bottom: 1px solid #5B7D98;
}
footer .policys .links {
  display: flex;
  padding: 20px 20px 20px 0;
  align-items: center;
  gap: 40px;
  min-height: 100%;
  width: 32.5%;
}
footer .policys .links .link {
  color: #8EB0CC;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 200% */
  transition: 0.3s ease all;
}
footer .policys .links .link:hover {
  color: #B0D5D7;
}
footer .policys .right {
  border-left: 1px solid #5B7D98;
  width: 67.5%;
  padding: 40px 50px;
}
footer .policys .right .text {
  color: #8EB0CC;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
footer .policys .right .text b {
  font-weight: 600;
}
footer .policys .right .items {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .policys .right .items .item {
  color: #BBDBF4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  transition: 0.3s ease all;
}
footer .policys .right .items .item:hover {
  color: #fff;
}
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 65px;
}
footer .copyright .text {
  color: #8EB0CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
footer .copyright .text b {
  font-weight: 600;
}
footer .copyright .stageLogo {
  display: block;
}
footer .copyright .stageLogo .icon {
  transition: 0.3s ease all;
  width: 85px;
  height: 32px;
  flex-shrink: 0;
  fill: #B0D5D7;
}
footer .copyright .stageLogo .icon .path7 {
  transition: 0.3s ease all;
  fill: #E1FBFC;
}
footer .copyright .stageLogo:hover .icon {
  fill: #E1FBFC;
}
footer .copyright .stageLogo:hover .icon .path7 {
  fill: #B0D5D7;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-155px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-95px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float4 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(95px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float5 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(155px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.mainSlider {
  position: relative;
  z-index: 1;
}
section.mainSlider .swiper-slide {
  min-height: 1080px;
  position: relative;
  padding-top: 121px;
}
section.mainSlider .swiper-slide .customContainer1 {
  position: relative;
  z-index: 2;
}
section.mainSlider .swiper-slide .productInfo {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
section.mainSlider .swiper-slide .productInfo .container {
  display: flex;
  align-items: center;
}
section.mainSlider .swiper-slide .productInfo .textArea {
  width: 68%;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent {
  display: flex;
  align-items: center;
  gap: 35px;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent .imgArea {
  aspect-ratio: 45/51;
  overflow: hidden;
  border-radius: 6px;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items .item .title {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  opacity: 0.5;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items .item .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 279.676% */
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items .item:first-child {
  margin-right: 20px;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent p {
  color: #2C2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
}
section.mainSlider .swiper-slide .productInfo .textArea .mainContent p b {
  font-weight: 600;
}
section.mainSlider .swiper-slide .productInfo .searchArea {
  width: 32%;
  padding: 26px 0 26px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  border-left: 1px solid rgba(244, 244, 244, 0.2);
}
section.mainSlider .swiper-slide .productInfo .searchArea input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  min-width: 290px;
}
section.mainSlider .swiper-slide .productInfo .searchArea input::placeholder {
  color: #fff;
}
section.mainSlider .swiper-slide .productInfo .searchArea .searchBtn {
  cursor: pointer;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
}
section.mainSlider .swiper-slide .productInfo .searchArea .searchBtn .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #fff;
  fill: transparent;
}
section.mainSlider .swiper-slide .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.mainSlider .swiper-slide .background img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainSlider .swiper-slide .content {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.mainSlider .swiper-slide .content .contentCard {
  width: 32%;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(75px);
}
section.mainSlider .swiper-slide .content .contentCard .cardBody {
  padding: 70px;
}
section.mainSlider .swiper-slide .content .contentCard .cardBody .subTitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 30px;
}
section.mainSlider .swiper-slide .content .contentCard .cardBody .title {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  line-height: 37px;
  margin-bottom: 40px;
}
section.mainSlider .swiper-slide .content .contentCard .cardBody .title b {
  color: #D2F4F5;
  font-weight: 600;
}
section.mainSlider .swiper-slide .content .contentCard .cardBody .description {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
}
section.mainSlider .swiper-slide .content .contentCard .viewProduct {
  height: 115px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  padding: 0 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
section.mainSlider .swiper-slide .content .contentCard .viewProduct .icon {
  fill: #fff;
  width: 16px;
  height: 16px;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
section.mainSlider .swiper-slide .content .contentCard .viewProduct:hover .icon {
  transform: translate(5px, -5px);
}
section.mainSlider .swiper-slide .content .text {
  color: #FFF;
  font-size: 36px;
  max-width: 780px;
  line-height: 46px;
  margin-bottom: 115px;
}
section.mainSlider .swiper-slide .content .text img {
  height: 40px;
  transform: translateY(10px);
}
section.mainSlider .swiper-slide .content .text b {
  font-weight: 600;
}
section.mainSlider .swiper-slide .features {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
section.mainSlider .swiper-slide .features .item {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(75px);
  aspect-ratio: 218/180;
  padding: 30px 40px 30px 45px;
  gap: 26px;
  display: flex;
  flex-direction: column;
}
section.mainSlider .swiper-slide .features .item .iconArea {
  border-radius: 12px;
  border: 1.8px solid rgba(255, 255, 255, 0.28);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mainSlider .swiper-slide .features .item .iconArea .icon {
  width: 20px;
  height: 24px;
  flex-shrink: 0;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
}
section.mainSlider .swiper-slide .features .item .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.921px; /* 106.25% */
}
section.mainSlider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1913px;
  height: 320px;
  z-index: 1;
  --fade: 40%;
  --gradient-fade: var(--fade) calc(50% - var(--fade));
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  background: rgba(231, 233, 234, 0.2);
  filter: blur(100px);
  backdrop-filter: blur(101.3499984741px);
}

section.whyClassen {
  position: relative;
  z-index: 1;
  padding: 110px 0;
  margin-bottom: 90px;
}
section.whyClassen .titleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 115px;
}
section.whyClassen .titleArea .title {
  color: #4E6D86;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  align-items: center;
  position: relative;
}
section.whyClassen .titleArea .title:after {
  content: "";
  position: absolute;
  width: 124px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(78, 109, 134, 0.1019607843);
  right: 90px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
}
section.whyClassen .titleArea .title .icon {
  height: 26px;
  width: 200px;
  fill: #4E6D86;
  margin-left: 10px;
}
section.whyClassen .titleArea .description {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  gap: 30px;
  color: #4E6D86;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px; /* 140% */
  max-width: 850px;
}
section.whyClassen .titleArea .description img {
  width: 90px;
}
section.whyClassen .tabArea {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
section.whyClassen .tabArea .content {
  color: #4E6D86;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
section.whyClassen .tabArea .content img {
  margin: 30px 0;
}
section.whyClassen .tabArea .content ul li {
  position: relative;
  padding-left: 40px;
  color: #4E6D86;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
section.whyClassen .tabArea .content ul li b {
  font-weight: 600;
}
section.whyClassen .tabArea .content ul li:before {
  content: "";
  background: #B0D5D7;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  left: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
}
section.whyClassen .tabArea .customTabNavs {
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #F1F7FD;
  box-shadow: -115px 132px 248px 0px rgba(78, 109, 134, 0.16);
  overflow: hidden;
  max-width: 700px;
  width: 100%;
}
section.whyClassen .tabArea .customTabNavs > li:not(:last-child) {
  border-bottom: 3px solid #fff;
}
section.whyClassen .tabArea .customTabNavs > li > a {
  display: flex;
  align-items: center;
  position: relative;
  color: rgba(78, 109, 134, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  padding: 60px 75px;
  gap: 60px;
  background: rgba(255, 255, 255, 0);
}
section.whyClassen .tabArea .customTabNavs > li > a:before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
  background: #B0D5D7;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease all;
}
section.whyClassen .tabArea .customTabNavs > li > a .icon {
  fill: #4E6D86;
  opacity: 0.5;
  width: 35px;
  height: 30px;
  transition: 0.3s ease all;
}
section.whyClassen .tabArea .customTabNavs > li > a:hover {
  color: rgb(78, 109, 134);
}
section.whyClassen .tabArea .customTabNavs > li > a:hover .icon {
  opacity: 1;
}
section.whyClassen .tabArea .customTabNavs > li > a.active {
  color: rgb(78, 109, 134);
  background: #fff;
}
section.whyClassen .tabArea .customTabNavs > li > a.active:before {
  opacity: 1;
}
section.whyClassen .tabArea .customTabNavs > li > a.active .icon {
  opacity: 1;
}

section.mainProducts {
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
section.mainProducts .sectionTitle {
  color: #4E6D86;
  font-size: 46px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  margin-bottom: 140px;
}
section.mainProducts .sectionTitle:after {
  content: "";
  position: absolute;
  width: 124px;
  aspect-ratio: 1/1;
  top: 80%;
  transform: translateY(-50%);
  background: rgba(78, 109, 134, 0.1019607843);
  left: 130px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
}
section.mainProducts .sectionTitle span {
  display: block;
  color: rgba(78, 109, 134, 0.5);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}
section.mainProducts .sectionTitle span .icon {
  width: 100px;
  height: 13px;
  fill: #4E6D86;
}

section.mainClassen {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 220px;
}
section.mainClassen .titleArea {
  display: flex;
  margin-bottom: 200px;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* &:before {
     z-index: 0;
     position: absolute;
     left: 0;
     right: 0;
     height: 570px;
     opacity: 0.85;
     background: rgba(231, 233, 234, 0.20);
     filter: blur(100px);
     backdrop-filter: blur(101.3499984741211px);
   }*/
}
section.mainClassen .titleArea:before {
  content: "";
  left: 120px;
  top: -115px;
  aspect-ratio: 1/1;
  width: 631px;
  z-index: -1;
  position: absolute;
}
section.mainClassen .titleArea .title {
  color: #4E6D86;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  max-width: 500px;
}
section.mainClassen .titleArea .title .icon {
  width: 100px;
  height: 13px;
  display: block;
  fill: #4E6D86;
  margin-bottom: 20px;
}
section.mainClassen .titleArea > img {
  height: 165px;
}
section.mainClassen .titleArea .description {
  color: #4E6D86;
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px; /* 145% */
  max-width: 700px;
}
section.mainClassen .classenContent {
  position: relative;
  min-height: 770px;
}
section.mainClassen .classenContent .imgArea {
  top: -200px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
section.mainClassen .classenContent .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainClassen .classenContent .content {
  position: relative;
  z-index: 2;
}
section.mainClassen .classenContent .text {
  margin-top: 155px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}
section.mainClassen .classenContent .text:after {
  content: "";
  position: absolute;
  width: 183px;
  height: 153px;
  bottom: -48%;
  right: 15%;
  background-image: url("../img/wood6.png");
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(2.5499999523px);
}
section.mainClassen:after {
  content: "";
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1913px;
  height: 585px;
  z-index: 1;
  --fade: 45%;
  --gradient-fade: var(--fade) calc(50% - var(--fade));
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(231, 233, 234, 0.88) 28%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.85;
  background: rgba(231, 233, 234, 0.1);
  filter: blur(100px);
  backdrop-filter: blur(101.3499984741px);
}
section.mainClassen:before {
  content: "";
  position: absolute;
  bottom: -185px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1913px;
  height: 585px;
  z-index: 2;
  --fade: -65%;
  --gradient-fade: var(--fade) calc(100% - var(--fade));
  -webkit-mask-image: linear-gradient(180deg, rgb(231, 233, 234) 21%, black var(--gradient-fade), rgb(244, 249, 255) 81%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(231, 233, 234, 0.88) 28%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  background: rgba(231, 233, 234, 0.1);
  filter: blur(100px);
  backdrop-filter: blur(101px);
}

section.mainWidgets {
  margin-top: 200px;
  background: #F4F9FF;
}
section.mainWidgets .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
section.mainWidgets .titleArea .title {
  margin: 0;
  text-align: left;
  max-width: 620px;
  color: #4E6D86;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px; /* 118.421% */
}
section.mainWidgets .titleArea .subTitle {
  max-width: 405px;
  color: #4E6D86;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 145% */
}
section.mainWidgets .container > .text {
  margin-top: 105px;
  text-align: center;
  color: rgba(78, 109, 134, 0.5);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 131.818% */
}
section.mainWidgets:after {
  background: #F4F9FF;
}

section.lifeArea {
  padding: 0 50px 115px;
  margin-top: 240px;
  position: relative;
}
section.lifeArea > .title {
  max-width: 635px;
  margin: 0 auto 105px;
  color: #4E6D86;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px; /* 118.421% */
}
section.lifeArea > .text {
  margin: 80px auto 0;
  max-width: 1315px;
  color: #4E6D86;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 161.111% */
}
section.lifeArea .productCard2 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
section.lifeArea .productCard2 .title {
  margin-bottom: 10px;
  min-height: 124px;
  height: auto;
}
section.lifeArea .productCard2 .text {
  min-height: 59px;
  height: auto;
  margin-bottom: auto;
}
section.lifeArea .productCard2 .viewAll {
  margin-top: 20px;
}
section.lifeArea:after {
  content: "";
  position: absolute;
  width: 108px;
  height: 108px;
  top: -15%;
  right: 12%;
  background-image: url("../img/svg/leaf3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(22px 26px 42.4px rgba(78, 109, 134, 0.35)) blur(4.0999999046px);
}

section.mainNews {
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
}
section.mainNews .titleArea {
  margin-bottom: 120px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: space-between;
}
section.mainNews .titleArea .title {
  color: #4E6D86;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
}
section.mainNews .titleArea .text {
  max-width: 800px;
  color: #4E6D86;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
section.mainNews .content {
  position: relative;
  z-index: 2;
}
section.mainNews:before {
  content: "";
  position: absolute;
  right: 115px;
  top: 70px;
  aspect-ratio: 1/1;
  width: 224px;
  pointer-events: none;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img./svg/leaf2.svg");
  background: #B0D5D7;
  filter: drop-shadow(22px 26px 42.4px rgba(78, 109, 134, 0.35));
}
section.mainNews:after {
  content: "";
  position: absolute;
  top: 79px;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1913px;
  height: 470px;
  z-index: 1;
  --fade: 40%;
  --gradient-fade: var(--fade) calc(50% - var(--fade));
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(231, 233, 234, 0.88) 28%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  background: rgba(78, 109, 134, 0.2);
  filter: blur(100px);
  backdrop-filter: blur(101.3499984741px);
}
section.mainNews .row {
  gap: 40px;
}
section.mainNews .newsItem {
  width: calc(23% - 20px);
}
section.mainNews .newsItem.type2 {
  width: calc(54% - 40px);
}

.newsCard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.newsCard .imgArea {
  margin-bottom: 25px;
  height: 230px;
  width: 100%;
}
.newsCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.newsCard .content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin-top: auto;
}
.newsCard .content .text {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}
.newsCard .content .title {
  color: #4E6D86;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 95.833% */
}
.newsCard .content .viewAll {
  margin-top: 50px;
  display: flex;
  max-width: 305px;
  align-items: center;
  justify-content: space-between;
  color: #4E6D86;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.newsCard .content .viewAll .icon {
  width: 12px;
  height: 11px;
  flex-shrink: 0;
  fill: #4E6D86;
}

section.mainBottomWidgets {
  background: #EAFAFB;
  padding: 185px 0;
  position: relative;
}
section.mainBottomWidgets .container {
  justify-content: space-between;
  display: flex;
  position: relative;
}
section.mainBottomWidgets .titleArea {
  max-width: 625px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  align-items: flex-start;
}
section.mainBottomWidgets .titleArea .title {
  margin: 40px 0 35px;
  color: #4E6D86;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 126.087% */
}
section.mainBottomWidgets .titleArea .text {
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
section.mainBottomWidgets .titleArea .info {
  opacity: 0.5;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  margin-top: auto;
  margin-bottom: 45px;
}
section.mainBottomWidgets .imgArea {
  position: absolute;
  width: 554px;
  z-index: 1;
  height: 278px;
  bottom: 85px;
  right: 325px;
}
section.mainBottomWidgets .buttons {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 20px;
}
section.mainBottomWidgets .bottomCards {
  min-height: unset;
}

section.products {
  margin-bottom: 185px;
}

section.productDetail {
  margin-bottom: 125px;
  margin-top: 40px;
}
section.productDetail .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}
section.productDetail .top .titleArea {
  max-width: 460px;
}
section.productDetail .top .titleArea .no {
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
}
section.productDetail .top .titleArea .title {
  margin: 15px 0;
  color: #2C2C2C;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
}
section.productDetail .top .titleArea .dimensions {
  display: flex;
  align-items: center;
  gap: 7px 15px;
  flex-wrap: wrap;
}
section.productDetail .top .titleArea .dimensions .item {
  opacity: 0.5;
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 235.714% */
}
section.productDetail .top .btnBuy {
  display: flex;
  align-items: center;
  padding: 22px 45px;
  background: #4E6D86;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 135% */
  gap: 15px;
}
section.productDetail .top .btnBuy .icon {
  width: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  fill: #fff;
}
section.productDetail .productImages {
  display: flex;
}
section.productDetail .productImages .item {
  width: 33.3333333333%;
  display: flex;
}
section.productDetail .productImages .imgArea {
  cursor: pointer;
  aspect-ratio: 554/482;
  width: 100%;
}
section.productDetail .productImages .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.productDetail .whiteBg .container > .features {
  padding: 70px 0;
  background: #fff;
  border-bottom: 1px solid rgba(78, 109, 134, 0.2);
}
section.productDetail .whiteBg .container > .features .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
section.productDetail .whiteBg .container > .features .item .icon {
  width: 26px;
  height: 22px;
  flex-shrink: 0;
  background: #2C2C2C;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
}
section.productDetail .whiteBg .container > .features .item .text {
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  border-right: 1px solid rgba(78, 109, 134, 0.2);
  line-height: 20px; /* 142.857% */
}
section.productDetail .whiteBg .container > .features .row > div:last-child .item .text {
  border: 0;
}
section.productDetail .productsDocs {
  padding-bottom: 90px;
}
section.productDetail .productsDocs .productDocsCard {
  background: #F4F9FF;
  display: flex;
}
section.productDetail .productsDocs .productDocsCard .titleArea {
  border-right: 1px solid rgba(78, 109, 134, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 20px 60px;
}
section.productDetail .productsDocs .productDocsCard .titleArea .imgArea {
  margin-bottom: 10px;
  width: 160px;
  height: 26px;
  flex-shrink: 0;
}
section.productDetail .productsDocs .productDocsCard .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.productDetail .productsDocs .productDocsCard .titleArea .title {
  padding-left: 35px;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}
section.productDetail .productsDocs .productDocsCard .buttons .viewBtn {
  border-bottom: 1px solid rgba(78, 109, 134, 0.1);
}
section.productDetail .productsDocs .productDocsCard .buttons a {
  padding: 27px 47px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #4E6D86;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 283.333% */
}
section.productDetail .productsDocs .productDocsCard .buttons a .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #4E6D86;
}
section.productDetail .scenes {
  background: #fff;
  position: relative;
  padding: 150px 0;
  min-height: 800px;
}
section.productDetail .scenes .content {
  position: relative;
  z-index: 2;
}
section.productDetail .scenes .content .titleArea {
  margin-bottom: 150px;
}
section.productDetail .scenes .content .titleArea .title {
  margin-bottom: 10px;
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 106.25% */
}
section.productDetail .scenes .content .titleArea .subTitle {
  color: #4E6D86;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 154.545% */
}
section.productDetail .scenes .content .customTabContent {
  padding: 65px;
  background: linear-gradient(356deg, rgba(255, 255, 255, 0.8) 3.31%, rgba(255, 255, 255, 0.8) 93.13%);
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 161.111% */
}
section.productDetail .scenes .content .text {
  margin-top: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
}
section.productDetail .scenes .imgArea {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.productDetail .scenes .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.productDetail .scenes:after {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1913px;
  height: 585px;
  z-index: 1;
  --fade: 45%;
  --gradient-fade: var(--fade) calc(50% - var(--fade));
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(231, 233, 234) 54%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.85;
  background: rgba(255, 255, 255, 0.85);
  filter: blur(100px);
  backdrop-filter: blur(101px);
}
section.productDetail .scenes:before {
  content: "";
  position: absolute;
  bottom: -175px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1913px;
  height: 585px;
  z-index: 2;
  --fade: 65%;
  --gradient-fade: var(--fade) calc(100% - var(--fade));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(231, 233, 234) 54%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  background: rgba(231, 233, 234, 0.2);
  filter: blur(100px);
  backdrop-filter: blur(101px);
}
section.productDetail .productProjects {
  margin: 150px 0 110px;
  position: relative;
  z-index: 2;
}
section.productDetail .comments {
  margin-bottom: 100px;
}
section.productDetail .comments .commtentSlide .owl-item {
  display: flex;
  min-height: 100%;
}
section.productDetail .comments .container > .title {
  margin-bottom: 110px;
  color: #4E6D86;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
}
section.productDetail .delivery {
  padding-top: 55px;
}
section.productDetail .delivery > .title {
  display: flex;
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
  margin-bottom: 110px;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid rgba(78, 109, 134, 0.2);
  padding-bottom: 60px;
}
section.productDetail .delivery > .title .icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  fill: #4E6D86;
}
section.productDetail .delivery .questions .titleArea {
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
section.productDetail .delivery .questions .titleArea .text {
  text-align: right;
  max-width: 495px;
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
section.productDetail .otherProducts > .title {
  color: #4E6D86;
  font-size: 32px;
  margin-bottom: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
}

.advisorCard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #3D5F7A;
}
.advisorCard .cardContent {
  padding: 60px 105px 60px 125px;
}
.advisorCard .cardContent .icon {
  margin-bottom: 40px;
  width: 52px;
  height: 39px;
  flex-shrink: 0;
  fill: #FFF;
  filter: drop-shadow(0px 0px 46.7px #B0D5D7);
}
.advisorCard .cardContent .cardTitle {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 34px; /* 106.25% */
}
.advisorCard .cardContent .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 146.667% */
}
.advisorCard .goBtn {
  background: #4E6D86;
  padding: 30px 105px 30px 125px;
  display: flex;
  color: #FFF;
  margin-top: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px; /* 188.889% */
}

.commentCard {
  padding: 65px 70px 65px 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.commentCard .title {
  color: #2C2C2C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
}
.commentCard .text {
  margin: 40px 0 35px;
  color: #2C2C2C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  height: 130px;
  overflow: hidden;
  overflow-y: auto;
}
.commentCard .text::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
.commentCard .name {
  color: rgba(44, 44, 44, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-top: auto;
  line-height: 26px; /* 216.667% */
}

section.catalog {
  margin-bottom: 185px;
}
section.catalog .titleArea {
  display: flex;
  gap: 110px;
  margin: 125px 0;
}
section.catalog .titleArea .title {
  color: #2C2C2C;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 120% */
  min-width: 300px;
}
section.catalog .titleArea .title b {
  font-weight: 900;
}
section.catalog .titleArea .text {
  color: #2C2C2C;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
}

.catalogCard {
  position: relative;
  aspect-ratio: 461/250;
}
.catalogCard .imgArea {
  overflow: hidden;
}
.catalogCard .imgArea img {
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.catalogCard .text {
  position: absolute;
  left: 55px;
  bottom: 45px;
  max-width: 205px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}
.catalogCard:hover .imgArea img {
  transform: scale(1.05);
}

section.contact {
  margin-bottom: 80px;
  padding-top: 30px;
  overflow-x: hidden;
}
section.contact .pageInfo {
  margin-bottom: 50px;
}
section.contact .contactMap {
  position: relative;
  z-index: 2;
}
section.contact .contactMap .mapMarker {
  position: absolute;
  display: flex;
  justify-content: center;
  right: 23%;
  top: 43%;
}
section.contact .contactMap .mapMarker .classesLogo {
  position: relative;
  padding: 20px;
  min-height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
section.contact .contactMap .mapMarker .classesLogo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 118px;
  height: 19px;
  flex-shrink: 0;
}
section.contact .contactMap .mapMarker .classesLogo:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  transform: translatey(calc(100% - 10px)) rotate(-180deg);
  height: 35px;
  background: #fff;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}
section.contact .contactMap .mapMarker .recipe {
  padding: 20px 42px;
  color: #FFF;
  background: #B0D5D7;
  box-shadow: 0px 0px 51.3px 0px rgba(176, 213, 215, 0.8);
  backdrop-filter: blur(15px);
  transition: 0.3s ease all;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  display: block;
}
section.contact .contactMap .mapMarker .recipe:hover {
  box-shadow: 0px 0px 61.3px 0px rgba(176, 213, 215, 0.8);
}
section.contact .customTabContent {
  display: flex;
  min-height: 100%;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
section.contact .dealersInfo {
  border: 4px solid rgba(255, 255, 255, 0.76);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
section.contact .dealersInfo > .title {
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  padding: 53px 85px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.76);
}
section.contact .dealersInfo .content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 83px;
  justify-content: center;
  gap: 33px;
}
section.contact .dealersInfo .content .item .title {
  display: block;
  margin-bottom: 5px;
  color: rgba(78, 109, 134, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1.04px;
}
section.contact .dealersInfo .content .item .text {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  display: block;
}
section.contact .dealersInfo .content .item .text b {
  font-size: 20px;
  font-weight: 500;
}
section.contact .contactFormArea {
  margin-bottom: 130px;
  position: relative;
}
section.contact .contactFormArea .title {
  margin-bottom: 40px;
  margin-top: 90px;
  color: #2C2C2C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  position: relative;
  z-index: 1;
}
section.contact .contactFormArea .title b {
  display: block;
  font-weight: 500;
}
section.contact .contactFormArea .checkboxArea {
  margin-top: 60px;
  margin-bottom: 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.contact .contactFormArea .sendBtn {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 135% */
  border: 0;
  padding: 21px 65px;
  background: #4E6D86;
  cursor: pointer;
}
section.contact .contactFormArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  height: 220px;
  width: 100vw;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #F4F9FF 18%, rgb(255, 255, 255) 100%);
}

.salesPoints {
  display: flex;
  align-items: center;
  background: rgba(176, 213, 215, 0.2);
  padding: 20px 65px 20px 25px;
}
.salesPoints .imgArea {
  position: relative;
}
.salesPoints .imgArea .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  fill: #B0D5D7;
}
.salesPoints .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.salesPoints .titleArea {
  margin: 0 auto 0 60px;
}
.salesPoints .titleArea .title {
  margin-bottom: 10px;
  color: #4E6D86;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 103.846% */
}
.salesPoints .titleArea .text {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}
.salesPoints .btnSales {
  padding: 22px 30px 22px 25px;
  border: 1px solid rgba(176, 213, 215, 0.56);
  background: #FFF;
  box-shadow: -19px 13px 86.2px 0px rgba(176, 213, 215, 0.65);
  display: flex;
  gap: 20px;
  align-items: center;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
}
.salesPoints .btnSales .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #4E6D86;
}

section.support {
  overflow: hidden;
  padding-bottom: 100px;
}
section.support .pageText {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
section.support .pageText:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  bottom: 0;
  background: #F4F9FF;
}
section.support .preiod {
  margin-top: 70px;
}
section.support .preiod > .title {
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 31px; /* 96.875% */
}
section.support .preiod .subTitle {
  margin-bottom: 70px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
section.support .preiod .periodCards {
  background: rgba(176, 213, 215, 0.1);
  padding: 70px 60px 50px 75px;
  display: flex;
  gap: 65px;
  min-height: 100%;
}
section.support .preiod .periodCards .icon {
  width: 50px;
  height: 60px;
  flex-shrink: 0;
  fill: #4E6D86;
  margin: auto 0;
}
section.support .preiod .periodCards .infoArea .title {
  margin-bottom: 25px;
  color: #4E6D86;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 140.909% */
}
section.support .preiod .periodCards .infoArea .text {
  color: rgba(78, 109, 134, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
section.support .preiod .customTabContent {
  background: #fff;
  border: 3px solid #F1F7FD;
  padding: 45px;
}

.montages {
  margin-bottom: 75px;
  padding: 75px 0 125px;
  border: 3px solid #FFF;
}
.montages .container > .title {
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 96.875% */
  margin-bottom: 75px;
}
.montages .montagesCard {
  background: #fff;
}
.montages .montagesCard .titleArea {
  display: flex;
  border-bottom: 1px solid rgba(78, 109, 134, 0.1);
}
.montages .montagesCard .titleArea .iconArea {
  padding: 35px 95px 45px 95px;
  border-right: 1px solid rgba(78, 109, 134, 0.1);
}
.montages .montagesCard .titleArea .iconArea .icon {
  width: 28px;
  height: 35px;
  flex-shrink: 0;
  fill: #4E6D86;
}
.montages .montagesCard .titleArea .title {
  padding: 15px 55px;
  align-items: center;
  display: flex;
  min-height: 100%;
  color: #4E6D86;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 110.714% */
}
.montages .montagesCard .content {
  padding: 40px 60px 45px 70px;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 138.889% */
}

.technical {
  padding-bottom: 110px;
}
.technical .container > .title {
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 96.875% */
  margin-bottom: 10px;
}
.technical .container .subTitle {
  margin-bottom: 75px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.questions {
  background: #fff;
  padding: 85px 0;
}
.questions .title {
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 96.875% */
  margin-bottom: 10px;
}
.questions .title.type2 {
  margin-bottom: 75px;
}
.questions .subTitle {
  margin-bottom: 75px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.questions .fastContactCard {
  background: #EEF6F6;
}
.questions .fastContactCard .titleArea {
  padding: 55px 125px 60px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.questions .fastContactCard .titleArea .icon {
  width: 43px;
  height: 43px;
  transform: rotate(-3deg);
  flex-shrink: 0;
  fill: #B0D5D7;
  filter: drop-shadow(0px 0px 39.5px #CDFDFF);
  margin-bottom: 35px;
}
.questions .fastContactCard .titleArea .cardTitle {
  margin-bottom: 20px;
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
}
.questions .fastContactCard .titleArea .text {
  max-width: 1065px;
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 146.667% */
}
.questions .fastContactCard .goForm {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 31px 125px;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px; /* 188.889% */
  background: rgba(176, 213, 215, 0.16);
}
.questions .fastContactCard .goForm .icon {
  width: 18px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-right: 20px;
  fill: #4E6D86;
}
.questions .fastContactCard.type2 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.questions .fastContactCard.type2 .goForm {
  width: 100%;
}

.docs {
  background: #fff;
  padding-bottom: 145px;
}
.docs .container > .title {
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 96.875% */
  margin-bottom: 85px;
}

.docsCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 3px solid rgba(176, 213, 215, 0.2);
  padding: 70px 85px;
}
.docsCard > .icon {
  width: 45px;
  height: 46px;
  flex-shrink: 0;
  margin-bottom: 35px;
  fill: #B0D5D7;
}
.docsCard .title {
  margin-bottom: 10px;
  color: #4E6D86;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px; /* 106.25% */
}
.docsCard .text {
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 126.667% */
}
.docsCard .goBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 97px;
  height: 79px;
  flex-shrink: 0;
  background-image: url("../img/svg/vector.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.docsCard .goBtn .icon {
  margin: auto 30px auto auto;
  width: 16px;
  transition: 0.3s ease all;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  fill: #B0D5D7;
  transform: rotate(45deg);
}
.docsCard:hover .goBtn .icon {
  margin-right: 25px;
}

.dealersCard {
  background: #fff;
}
.dealersCard .content {
  padding: 60px 50px 55px;
}
.dealersCard .content .title {
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 155% */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dealersCard .content .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #B0D5D7;
}
.dealersCard .content .city {
  color: #4E6D86;
  font-family: "Albert Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 31px; /* 221.429% */
}
.dealersCard .content .address {
  margin-bottom: 15px;
  max-width: 275px;
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.dealersCard .content .phone {
  margin-bottom: 15px;
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: 24px; /* 160% */
}
.dealersCard .content .mail {
  display: block;
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.dealersCard .directions {
  display: flex;
  border-top: 1px solid #F4F4F4;
  background: #fff;
  transition: 0.3s ease all;
}
.dealersCard .directions .text {
  padding: 28px 50px;
  border-right: 1px solid #F4F4F4;
  color: #4E6D86;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  transition: 0.3s ease all;
}
.dealersCard .directions .iconArea {
  padding: 28px 40px;
}
.dealersCard .directions .iconArea .icon {
  width: 16px;
  height: 19px;
  flex-shrink: 0;
  fill: #4E6D86;
  transition: 0.3s ease all;
}
.dealersCard .directions:hover {
  background: #4E6D86;
}
.dealersCard .directions:hover .text {
  color: #fff;
  border-right: 1px solid #fff;
}
.dealersCard .directions:hover .iconArea .icon {
  fill: #fff;
}

section.dealers {
  margin-bottom: 305px;
}
section.dealers .selectArea {
  display: flex;
  align-items: center;
}
section.dealers .selectArea label {
  display: flex;
  background: #fff;
  height: 100%;
  justify-content: center;
  min-height: 99px;
  padding: 0 40px;
  align-items: center;
  border-right: 1px solid #ECECEC;
}
section.dealers .selectArea label .icon {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  fill: #4E6D86;
}
section.dealers .lp {
  margin: 30px 0;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  color: #4E6D86;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 140.909% */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #4E6D86;
}

section.registerForm {
  background: #fff;
  padding: 45px 0 70px;
  margin-bottom: 195px;
}
section.registerForm .title {
  display: flex;
  gap: 10px;
  color: #4E6D86;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 140.909% */
  align-items: center;
  margin: 35px 0 25px;
}
section.registerForm .title .icon {
  width: 24px;
  height: 27px;
  flex-shrink: 0;
  fill: #4E6D86;
}
section.registerForm .guaranteeArea {
  margin-bottom: 50px;
}
section.registerForm .guaranteeArea .guaranteeCard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 40px 34px 40px 100px;
  border-radius: 6px;
  background: rgba(176, 213, 215, 0.3);
}
section.registerForm .guaranteeArea .guaranteeCard .info {
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
section.registerForm .guaranteeArea .guaranteeCard .text {
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
section.registerForm .guaranteeArea .guaranteeCard .text b {
  font-weight: 500;
}
section.registerForm .contactCheckbox {
  margin-bottom: 65px;
}
section.registerForm .radioArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 50px;
}
section.registerForm button.send {
  margin-top: 70px;
  background: #4E6D86;
  border: 0;
  padding: 21px 65px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 135% */
  transition: 0.3s ease all;
}
section.registerForm button.send:hover {
  color: #4E6D86;
  background: #FFF;
}

section.megaloc {
  margin-top: 30px;
}
section.megaloc > .title {
  color: #4E6D86;
  font-size: 59px;
  font-style: normal;
  font-weight: 200;
  line-height: 73px; /* 122.52% */
  margin-bottom: 70px;
}
section.megaloc > .title b {
  font-weight: 300;
}
section.megaloc > .title img {
  width: 122px;
  height: 37px;
  flex-shrink: 0;
  aspect-ratio: 122/37;
}
section.megaloc .subTitle {
  margin-top: 20px;
  color: #4E6D86;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 145.833% */
}
section.megaloc .imgArea {
  margin-bottom: 165px;
  position: relative;
  border: 3px solid #FFF;
  aspect-ratio: 1434/531;
}
section.megaloc .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.megaloc .imgArea .content {
  background: #FFF;
  max-width: 700px;
  color: #A09174;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  padding: 45px 75px 40px 65px;
  position: absolute;
  left: 0;
  top: 0;
}
section.megaloc .advantages {
  margin-bottom: 160px;
}
section.megaloc .advantages .titleArea {
  position: relative;
  padding-right: 80px;
}
section.megaloc .advantages .titleArea .title {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #4E6D86;
  font-size: 59px;
  font-style: normal;
  font-weight: 200;
  line-height: 73px; /* 122.52% */
  margin-bottom: 70px;
}
section.megaloc .advantages .titleArea .title img {
  margin-top: 7px;
}
section.megaloc .advantages .titleArea .title b {
  font-weight: 300;
}
section.megaloc .advantages .titleArea:after {
  content: "";
  right: 10px;
  z-index: -1;
  top: 55%;
  width: 350px;
  height: 347px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #fff;
  position: absolute;
}

.advantagesCard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.advantagesCard .title {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  background: #FFF;
  box-shadow: -19px 25px 44.9px 0px rgba(78, 109, 134, 0.1);
  position: relative;
}
.advantagesCard .title .icon {
  width: 31px;
  height: 34px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  background: #4E6D86;
}
.advantagesCard .cardContent {
  border: 3px solid #fff;
  background: #F4F9FF;
  border-top: none;
  color: #4E6D86;
  padding: 60px 55px 70px 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.megalocStages {
  padding: 120px 0;
}
.megalocStages .title {
  text-align: center;
  color: #4E6D86;
  font-size: 59px;
  font-style: normal;
  font-weight: 300;
  line-height: 73px; /* 122.52% */
  margin-bottom: 55px;
}
.megalocStages > .text {
  max-width: 1210px;
  margin: 0 auto 120px;
  color: #4E6D86;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  text-align: center;
}
.megalocStages > .text b {
  font-weight: 500;
}
.megalocStages > .text .fancybox {
  width: 132px;
  height: 46px;
  display: inline-block;
  transform: translateY(10px);
}
.megalocStages > .text .fancybox a {
  position: relative;
  border-radius: 86px;
  display: block;
  overflow: hidden;
}
.megalocStages > .text .fancybox a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.megalocStages > .text .fancybox a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.megalocStages > .text .fancybox a .play .icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: #FFF;
}

.megalocVerticalAccordions {
  padding: 110px 0 160px;
}
.megalocVerticalAccordions .sectionTitle {
  margin-bottom: 120px;
  color: #4E6D86;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px; /* 182.5% */
}

.megalocProducts {
  overflow: hidden;
  background: #fff;
  padding: 120px;
}
.megalocProducts .container > .text {
  max-width: 770px;
  color: #4E6D86;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px; /* 139.286% */
  margin-bottom: 120px;
}
.megalocProducts .viewAllProducts {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
  margin-top: 95px;
}
.megalocProducts .viewAllProducts .viewAll {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.megalocProducts .viewAllProducts .viewAll .iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 21px;
  background: #F1F6FD;
}
.megalocProducts .viewAllProducts .viewAll .iconArea .icon {
  fill: #4E6D86;
  width: 16px;
  transform: rotate(45deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  rotation: 45deg;
}
.megalocProducts .viewAllProducts .text {
  max-width: 100%;
  margin: 0;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 166.667% */
}
.megalocProducts .megalocSlide .owl-item {
  transition: 0.3s ease all;
  filter: blur(2px);
}
.megalocProducts .megalocSlide .owl-item.active {
  filter: blur(0);
}
.megalocProducts .megalocSlide .owl-stage-outer {
  overflow: unset;
}

.technicTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.technicTable thead tr th {
  text-align: left;
  padding: 22px 55px;
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 172.222% */
  background: #F4F9FF;
}
.technicTable tbody tr td {
  padding: 22px 20px 22px 55px;
  border-bottom: 2px solid rgba(78, 109, 134, 0.1);
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 206.667% */
  vertical-align: middle;
}
.technicTable tbody tr td span {
  font-weight: 500;
  margin-right: auto;
  width: 70%;
  display: inline-flex;
}
.technicTable tbody tr td b {
  font-weight: 600;
}

.faqSearchBar {
  background: #fff;
  margin-bottom: 500px;
  padding: 46px 0;
  margin-bottom: 26px;
}
.faqSearchBar .container {
  display: flex;
  align-items: center;
  gap: 130px;
}
.faqSearchBar .text {
  color: #4E6D86;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.faqSearchBar form {
  display: flex;
  align-items: center;
}
.faqSearchBar form input {
  color: #2C2C2C;
  font-size: 15px;
  font-weight: 400;
  width: 290px;
  border: 0;
}
.faqSearchBar form input.placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
}
.faqSearchBar form input:-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
}
.faqSearchBar form input::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
}
.faqSearchBar form input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
}
.faqSearchBar form input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
}
.faqSearchBar form button {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 13px;
  cursor: pointer;
}
.faqSearchBar form button .icon {
  width: 16px;
  height: 16px;
  color: #2C2C2C;
  fill: transparent;
}

.blogBanner {
  display: flex;
  align-items: center;
  gap: 130px;
  padding-bottom: 90px;
}
.blogBanner .imgArea {
  flex-shrink: 0;
  aspect-ratio: 704/417;
  max-height: 450px;
}
.blogBanner .content .title {
  color: #2C2C2C;
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  max-width: 420px;
}
.blogBanner .content .info {
  padding: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.blogBanner .content .info span {
  color: #2C2C2C;
  font-size: 15px;
  font-weight: 300;
}
.blogBanner .content .info span a {
  color: #2C2C2C;
  font-weight: 400;
}
.blogBanner .content .description {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.newsBanner {
  display: flex;
  gap: 75px;
}
.newsBanner .imgArea {
  aspect-ratio: 948/681;
  height: 680px;
  overflow: hidden;
  border-radius: 20px;
  flex-shrink: 0;
}
.newsBanner .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.newsBanner .content {
  padding: 30px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.newsBanner .content .date {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px; /* 250% */
}
.newsBanner .content .title {
  color: #2C2C2C;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px; /* 116.667% */
  margin-bottom: auto;
}
.newsBanner .content .viewCount {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 300;
  margin: auto 0;
}
.newsBanner .content .description {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.pageContent.newsDetailContent {
  padding-top: 370px;
  margin-top: -310px;
}

.newsDetailNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 150px 100px 50px;
}
.newsDetailNav .prev, .newsDetailNav .next {
  display: flex;
  align-items: center;
  gap: 35px;
  color: rgba(44, 44, 44, 0.5);
  font-size: 17px;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
}
.newsDetailNav .prev .iconArea, .newsDetailNav .next .iconArea {
  aspect-ratio: 130/71;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px;
  border: 1px solid #4E6D86;
}
.newsDetailNav .prev .iconArea .icon, .newsDetailNav .next .iconArea .icon {
  fill: #4E6D86;
  width: 15px;
  aspect-ratio: 1/1;
}
.newsDetailNav .prev:hover, .newsDetailNav .next:hover {
  color: rgb(44, 44, 44);
}
.newsDetailNav .prev {
  text-align: right;
  justify-content: flex-end;
}
.newsDetailNav .prev .iconArea .icon {
  transform: rotate(-90deg);
}

.projectGallery {
  margin-bottom: -260px;
}

.projectGallery + .pageContent {
  padding-top: 320px;
}

.projectDetail .projectTitle {
  color: #2C2C2C;
  font-size: 32px;
  font-weight: 600;
  line-height: 31px; /* 96.875% */
  margin-bottom: 75px;
}
.projectDetail .projectSubTitle {
  color: #2C2C2C;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 41px; /* 170.833% */
  margin: 55px 0;
}

.projectFeaturesBox {
  border: 2px solid #F4F9FF;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}
.projectFeaturesBox > div {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 50px;
}
.projectFeaturesBox > div b {
  width: 100px;
}
.projectFeaturesBox > div:not(:last-child) {
  border-bottom: 1px solid #F4F9FF;
}
.projectFeaturesBox b {
  color: #4E6D86;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px; /* 125% */
  display: block;
}
.projectFeaturesBox span {
  color: #4E6D86;
  font-size: 16px;
  font-weight: 400;
}
.projectFeaturesBox.type2, .projectFeaturesBox.type3 {
  padding: 20px 50px;
  justify-content: center;
  gap: 30px;
}
.projectFeaturesBox.type3 span {
  font-size: 36px;
  font-weight: 300;
}
.projectSummary .text {
  color: #2C2C2C;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 41px; /* 128.125% */
}

.whyClassenBox {
  border: 2px solid #F4F9FF;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  color: #4E6D86;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.bestsPageTitle {
  color: #4E6D86;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px; /* 119.444% */
  margin: 40px 0 100px;
  position: relative;
  z-index: 2;
}
.bestsPageTitle b {
  font-weight: 500;
}

.bestsPageContent {
  position: relative;
  z-index: 1;
}
.bestsPageContent .background {
  aspect-ratio: 1920/770;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 50px;
}
.bestsPageContent .background img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: -3;
}
.bestsPageContent .background:before {
  content: "";
  left: 0;
  right: 0;
  aspect-ratio: 1920/586;
  bottom: calc(100% - 200px);
  z-index: -1;
  position: absolute;
  --fade: 0%;
  --gradient-fade: var(--fade) calc(50% - var(--fade));
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(231, 233, 234, 0.88) 28%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  background: rgba(231, 233, 234, 0.3);
  filter: blur(100px);
  backdrop-filter: blur(101.3499984741px);
}
.bestsPageContent .background:after {
  content: "";
  left: 0;
  right: 0;
  aspect-ratio: 1920/586;
  top: 100%;
  transform: translateY(-70%);
  z-index: -1;
  position: absolute;
  --fade: 0%;
  --gradient-fade: var(--fade) calc(50% - var(--fade));
  -webkit-mask-image: linear-gradient(0deg, transparent 0%, black var(--gradient-fade), black 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(231, 233, 234, 0.88) 28%, rgb(244, 249, 255) 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  background: rgba(231, 233, 234, 0.3);
  filter: blur(100px);
  backdrop-filter: blur(101.3499984741px);
}

.bestsItem {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 143.1px 0 rgba(169, 216, 218, 0.7), 0 0 20px 0 rgba(169, 216, 218, 0.23) inset;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.bestsItem .iconArea {
  aspect-ratio: 220/180;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  position: relative;
  z-index: 1;
}
.bestsItem .iconArea .icon2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  fill: transparent;
  stroke-width: 1px;
  color: #A9D8DA;
  aspect-ratio: 220/181;
}
.bestsItem .iconArea .icon {
  width: 52px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  fill: #AAD3D4;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bestsItem .title {
  padding: 20px 50px 20px 80px;
  color: #4E6D86;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 100px;
}
.bestsItem .description {
  color: #4E6D86;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding: 0px 50px 20px 80px;
}

.bestsTextcontent {
  margin: 200px 0 200px;
}
.bestsTextcontent .title {
  color: #4E6D86;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 58px; /* 145% */
}
.bestsTextcontent .text {
  color: #4E6D86;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
}
.bestsTextcontent .text b {
  font-weight: 500;
}

.productionCard1 {
  display: flex;
  gap: 90px;
}
.productionCard1 .imgArea {
  border-radius: 20px;
  width: 460px;
}
.productionCard1 .content {
  color: #4E6D86;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  padding: 60px 0;
}
.productionCard1 .content b {
  font-weight: 500;
}

.productionWidget {
  margin: 60px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 20px;
  border: 1px solid rgba(78, 109, 134, 0.25);
}
.productionWidget .item {
  padding: 90px 130px;
}
.productionWidget .item .title {
  color: #4E6D86;
  font-size: 44px;
  font-weight: 500;
  line-height: 58px; /* 131.818% */
  padding-right: 50px;
  margin-bottom: 40px;
}
.productionWidget .item .description {
  color: #4E6D86;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px; /* 154.545% */
}
.productionWidget .item:nth-child(odd) {
  border-right: 1px solid rgba(78, 109, 134, 0.25);
}

.numbersContainer {
  position: relative;
  z-index: 1;
  padding-bottom: 500px;
}
.numbersContainer .bottomBar {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -10px;
  background: #F4F9FF;
  background: linear-gradient(90deg, rgba(244, 249, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(244, 249, 255, 0) 100%);
}
.numbersContainer .bottomBar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  gap: 50px;
}
.numbersContainer .bottomBar .container span {
  display: block;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  width: 20px;
  aspect-ratio: 1/1;
  background: #A9D8DA;
  flex-shrink: 0;
}
.numbersContainer .bottomBar .container .item {
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 115% */
}
.numbersContainer .background {
  aspect-ratio: 1920/1479;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 50px;
}
.numbersContainer .background img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: -3;
}
.numbersContainer .sliderAreaa {
  max-width: 100%;
  overflow: hidden;
  padding: 170px 0;
  margin: -170px 0;
}
.numbersContainer .swiper-container {
  max-width: 460px;
  margin: 0 auto;
}
.numbersContainer .swiper-container .swiper-slide {
  background: #fff;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  padding: 30px 70px;
  border-radius: 20px;
  transition: 0.3s ease all;
  filter: blur(3px);
}
.numbersContainer .swiper-container .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 150px 0 rgba(169, 216, 218, 0.7), 0 0 80.2px 0 rgba(169, 216, 218, 0.44) inset, 0 0 150px 0 rgba(0, 0, 0, 0.15);
  filter: blur(0);
}
.numbersContainer .swiper-container .swiper-slide .counter {
  color: #4E6D86;
  text-align: center;
  font-size: 96px;
  font-weight: 300;
  line-height: 58px; /* 60.417% */
  margin-bottom: 40px;
}
.numbersContainer .swiper-container .swiper-slide .description {
  color: #4E6D86;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 129.167% */
}

.numbersContent {
  position: relative;
  z-index: 2;
  padding: 300px 0 150px;
}
.numbersContent .title {
  color: #4E6D86;
  text-align: center;
  font-size: 47px;
  font-weight: 300;
  line-height: 58px; /* 122.52% */
  margin-bottom: 50px;
}
.numbersContent .description {
  color: #4E6D86;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
}
.numbersContent .description b {
  font-weight: 700;
}

.sustainabilityGreenArea {
  padding-top: 30px;
  margin-bottom: 100px;
}
.sustainabilityGreenArea .imgArea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.sustainabilityGreenArea .imgArea span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #3D6824;
  font-size: 64px;
  font-weight: 300;
  text-align: center;
  z-index: -1;
  white-space: nowrap;
  top: 0;
}
.sustainabilityGreenArea .imgArea img {
  aspect-ratio: 1002/658;
  position: relative;
  z-index: 1;
  max-width: 1002px;
  width: 100%;
}
.sustainabilityGreenArea .description {
  color: #3D6824;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
}
.sustainabilityGreenArea .description b {
  font-weight: 700;
}

.sustainabilityText {
  text-align: center;
  padding: 0 70px;
  margin-top: 100px;
}
.sustainabilityText .title {
  color: #4E6D86;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 60px;
}
.sustainabilityText .description {
  color: #4E6D86;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
}

.editorContent {
  color: #2C2C2C;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.editorContent ul li {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.editorContent ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #2C2C2C;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  top: -3px;
}
.editorContent p {
  color: #2C2C2C;
  margin-bottom: 10px;
}
.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.customcheckbox2 {
  margin-left: -35px;
}
.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::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::placeholder {
  color: #4E6D86;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -ms-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;
  -ms-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);
}

.checkBoxGroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding: 25px 35px;
  margin-bottom: 10px;
}
.checkBoxGroup .groupText {
  color: #4E6D86;
  font-size: 16px;
  font-weight: 300;
}

.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;
}
.accordionItem.type3 .accordionHeader {
  background: #fff;
}

.accordionList .accordionItem:not(:last-child) {
  border-bottom: 0;
}

.breadcrumb {
  margin: 15px 0;
  position: relative;
  z-index: 2;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li a {
  color: rgba(44, 44, 44, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px; /* 308.333% */
}
.breadcrumb ul li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) translateX(50%);
  font-size: 13px;
  color: #6C828D;
  font-weight: 300;
}
.breadcrumb ul li:last-child a {
  color: #2C2C2C;
}
.breadcrumb ul li:last-child:after {
  display: none;
}

.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;
}

.navlist1 {
  display: flex;
  width: 100%;
  margin-bottom: -3px;
}
.navlist1 li {
  width: 33.3333333333%;
}
.navlist1 li a {
  position: relative;
  z-index: 2;
  border: 3px solid #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 155% */
  display: flex;
  color: rgba(78, 109, 134, 0.5);
  padding: 45px 20px;
  justify-content: center;
  border-bottom: 0;
  transition: none;
}
.navlist1 li a.active {
  border: 3px solid #F1F7FD;
  border-bottom: 3px solid #fff;
  color: #4E6D86;
}
.navlist1 li:last-child {
  border: 0;
}

.navlist2 {
  display: flex;
  background: #fff;
}
.navlist2 li {
  width: 50%;
}
.navlist2 li a {
  display: flex;
  padding: 55px;
  align-items: center;
  justify-content: center;
  color: rgba(78, 109, 134, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  transition: 0.3s ease all;
}
.navlist2 li a.active, .navlist2 li a:hover {
  color: #4E6D86;
}

.navlist3 {
  display: flex;
  background: linear-gradient(91deg, #4E6D86 0.45%, rgba(78, 109, 134, 0) 79.79%);
}
.navlist3 li a {
  display: block;
  padding: 35px 65px;
  background: transparent;
  transition: 0.3s ease all;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.708px; /* 126.158% */
}
.navlist3 li a.active {
  opacity: 0.81;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
  color: #4E6D86;
}

.navlist4 {
  display: flex;
}
.navlist4 li {
  width: 25%;
}
.navlist4 li a {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  min-height: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px; /* 122.727% */
  padding: 45px 75px;
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  align-items: center;
  transition: none;
}
.navlist4 li a.active {
  border: 2px solid #fff;
  border-bottom: 2px solid transparent;
}

.tabNavList {
  padding: 65px 75px;
  border: 2px solid #fff;
  border-top: 0;
  background: linear-gradient(180deg, rgba(198, 255, 0, 0) 3.31%, rgba(131, 169, 0, 0.6) 93.13%);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 161.111% */
}

.navlist5 {
  display: flex;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.navlist5 .owl-stage-outer {
  overflow: unset;
}
.navlist5 li {
  flex: 0 0 auto;
  background: #fff;
  opacity: 0.6;
  transition: 0.3s ease all;
}
.navlist5 li a {
  display: flex;
  aspect-ratio: 461/150;
  align-items: center;
  padding: 20px 40px;
  color: #4E6D86;
  font-size: 24px;
  gap: 50px;
}
.navlist5 li a .number {
  color: #B0D5D7;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display: block;
  z-index: 1;
}
.navlist5 li a .number:after {
  content: "";
  right: 10px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 74px;
  height: 74px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: rgba(176, 213, 215, 0.1);
  position: absolute;
}
.navlist5 li.active {
  opacity: 1;
}
.navlist5 li.active a {
  font-weight: 500;
}
.navlist5 li.active + li + li {
  opacity: 0.8;
}
.navlist5 li.active + li {
  opacity: 0.8;
}

.faqTabContainer {
  overflow: hidden;
  margin-bottom: 26px;
  padding-bottom: 115px;
}

.navlist6 {
  border-bottom: 1px solid rgba(78, 109, 134, 0.07);
  display: flex;
  align-items: center;
  gap: 65px;
  justify-content: center;
  margin-top: 23px;
}
.navlist6 li a {
  opacity: 0.5;
  position: relative;
  display: block;
  padding: 30px 0;
  color: #4E6D86;
  font-size: 22px;
  font-weight: 600;
}
.navlist6 li:hover a {
  opacity: 0.8;
}
.navlist6 li.active a {
  opacity: 1;
  border-bottom: 2px solid #4E6D86;
}

.navlist6Text {
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
  text-align: center;
  padding: 35px 0 42px;
}

.navlist7 {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.navlist7 li a {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E6D86;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  background: #F4F9FF;
  padding: 15px 35px;
}
.navlist7 li a.active {
  opacity: 1;
}

.navBtn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border: 2px solid #F4F9FF;
  padding: 30px 55px;
  color: #4E6D86;
  font-size: 22px;
  font-weight: 600;
  min-height: 150px;
}
.navBtn1 .icon {
  fill: #4E6D86;
  width: 13px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.navBtn1.active, .navBtn1:hover {
  background: rgba(211, 247, 249, 0.35);
  color: #4E6D86;
}

.navBtn2 {
  border: 1px solid #F8FAFC;
  background: #F8FAFC;
  padding: 30px 55px;
  min-height: 150px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.navBtn2 .icon {
  fill: #4E6D86;
  width: 13px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-top: 10px;
  opacity: 0.6;
}
.navBtn2 .content {
  color: #4E6D86;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px; /* 126.667% */
  opacity: 0.6;
}
.navBtn2 .content b {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px; /* 140.909% */
  display: block;
  margin-bottom: 10px;
}
.navBtn2.active {
  border: 1px solid #D6EDEE;
  background: #fff;
}
.navBtn2.active .content {
  opacity: 1;
}
.navBtn2.active .icon {
  opacity: 1;
}

.pageContent {
  background: #fff;
  padding: 45px 0 70px;
}
.pageContent .pageText {
  margin-bottom: 15px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.pageContent .pageText.type2 {
  color: #2C2C2C;
  font-weight: 500;
}
.pageContent.halfUpPageContent {
  margin-top: 300px;
}
.pageContent.halfUpPageContent .row {
  margin-top: -270px;
}

.pageTitle {
  margin-bottom: 65px;
  color: #2C2C2C;
  font-size: 32px;
  font-style: normal;
  margin-top: 30px;
  font-weight: 300;
  line-height: 42px; /* 96.875% */
  max-width: 750px;
  position: relative;
  z-index: 2;
}
.pageTitle.type2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 47.339px;
  line-height: 58px;
  max-width: 800px;
  color: #4E6D86;
}

.pageTitle + .pageDescription {
  margin-top: -50px;
}

.pagesep {
  border-color: #D8E5EF;
  border-top: 0;
  margin: 60px 0;
}

.pageDescription {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 60px;
  position: relative;
}
.pageDescription h2 {
  font-size: 32px;
  line-height: 42px; /* 131.25% */
  margin-top: 20px;
  display: block;
}
.pageDescription.type2 {
  color: #4E6D86;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}

.pageDescription + .row {
  margin-bottom: 50px;
}

.pageInfo {
  color: #2C2C2C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 155% */
  max-width: 780px;
}

.productsFilter {
  margin-bottom: 25px;
  border: 1px solid rgba(44, 44, 44, 0.2);
}
.productsFilter .filterMenu {
  border-right: 1px solid rgba(44, 44, 44, 0.2);
  position: relative;
}
.productsFilter .filterMenu .title {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  color: #2C2C2C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 231.25% */
  padding: 35px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.productsFilter .filterMenu .title .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #2C2C2C;
}
.productsFilter .filterMenu .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(180deg);
  width: 12px;
  height: 8px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  background: #2C2C2C;
}
.productsFilter .filterMenu .menu {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
.productsFilter .filterMenu .menu .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(75px);
}
.productsFilter .filterMenu .menu .bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(176, 213, 215, 0.44);
  backdrop-filter: blur(75px);
  padding: 20px 30px;
}
.productsFilter .filterMenu .menu .bottom .text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
}
.productsFilter .filterMenu .menu .bottom .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  fill: #FFF;
}
.productsFilter .filterMenu.active .title {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(75px);
}
.productsFilter .filterMenu.active .title:after {
  transform: rotate(0) translateY(-50%);
}
.productsFilter .filterMenu.active .menu {
  opacity: 1;
  pointer-events: auto;
}
.productsFilter .row > div:last-child .filterMenu {
  border: 0;
}

.bottomWidgets {
  margin-bottom: 140px;
  position: relative;
  padding-top: 140px;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.bottomWidgets .container > .title {
  display: flex;
  flex-direction: column;
  color: #4E6D86;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 145% */
  align-items: center;
}
.bottomWidgets .container > .title .icon {
  width: 96px;
  height: 12px;
  flex-shrink: 0;
  fill: #4E6D86;
  margin-bottom: 15px;
}
.bottomWidgets .container > .content > .text {
  opacity: 0.5;
  margin: 55px 0 45px;
  color: #4E6D86;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
}
.bottomWidgets .imgArea {
  position: relative;
  aspect-ratio: 1076/431;
  max-height: 431px;
  margin: 105px auto;
}
.bottomWidgets .imgArea .images {
  display: flex;
  position: relative;
  z-index: 0;
}
.bottomWidgets .imgArea .images img {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 515px;
  height: 431px;
  aspect-ratio: 515/431;
}
.bottomWidgets .imgArea .images img.images1 {
  left: 0;
  z-index: 1;
  animation: float1 11s cubic-bezier(0.37, -0.21, 0.31, 0.77) infinite;
}
.bottomWidgets .imgArea .images img.images2 {
  left: 15%;
  z-index: 2;
  animation: float2 11s cubic-bezier(0.37, -0.21, 0.31, 0.77) infinite;
}
.bottomWidgets .imgArea .images img.images3 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.bottomWidgets .imgArea .images img.images4 {
  right: 15%;
  z-index: 4;
  animation: float4 11s cubic-bezier(0.37, -0.21, 0.31, 0.77) infinite;
}
.bottomWidgets .imgArea .images img.images5 {
  right: 0;
  z-index: 5;
  animation: float5 11s cubic-bezier(0.37, -0.21, 0.31, 0.77) infinite;
}
.bottomWidgets .imgArea .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottomWidgets .imgArea .content .text {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 300;
  line-height: 29px; /* 181.25% */
}
.bottomWidgets .imgArea .content .viewAllBtn {
  display: block;
  padding: 22px 60px;
  border-radius: 355px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 145% */
  position: relative;
  backdrop-filter: blur(75px);
}
.bottomWidgets:after {
  content: "";
  position: absolute;
  height: 560px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  /*    max-width: 1913px;*/
  z-index: -1;
  top: 0px;
}

.bottomButtons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.bottomButtons .button {
  padding: 25px 35px;
  gap: 20px;
  display: flex;
  color: #88A8A9;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 37px;
  border: 1px solid #88A8A9;
}
.bottomButtons .button .icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: #88A8A9;
  transition: 0.3s ease all;
}
.bottomButtons .button:hover .icon {
  transform: translate(5px, -5px);
}
.bottomButtons .button:last-child {
  border: 1px solid #4E6D86;
  color: #4E6D86;
}
.bottomButtons .button:last-child .icon {
  fill: #4E6D86;
}

.bottomCards {
  background: #FFF;
  display: flex;
  gap: 40px;
  padding: 45px 40px 50px;
  min-height: 100%;
}
.bottomCards .iconArea {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  background: #EAFAFB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomCards .iconArea .icon {
  width: 27px;
  height: 27px;
  transform: rotate(-3.5deg);
  flex-shrink: 0;
  fill: #B0D5D7;
}
.bottomCards .infoArea .title {
  margin-bottom: 10px;
  color: #4E6D86;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px; /* 154.167% */
}
.bottomCards .infoArea .info {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  opacity: 0.5;
}

.stages .title {
  color: #4E6D86;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 85px;
  line-height: 31px; /* 140.909% */
}
.stages .content {
  display: flex;
}
.stages .content .stageItem {
  position: relative;
  padding: 60px 60px 50px;
  width: 25%;
  border: 3px solid #F1F7FD;
  border-right: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.stages .content .stageItem .number {
  position: absolute;
  top: 0;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  background: #F1F6FD;
  transform: translateY(-50%);
  left: 40px;
  color: #4E6D86;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
.stages .content .stageItem .info {
  margin-bottom: 10px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
}
.stages .content .stageItem .text {
  color: rgba(78, 109, 134, 0.5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.stages .content .stageItem:first-child .number {
  background: #B0D5D7;
  color: #fff;
}
.stages .content .stageItem:first-child .number:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(100%) translateY(-100%);
  width: 203px;
  height: 3px;
  right: 0;
  background: linear-gradient(-270deg, #B0D5D7 0%, #F1F6FD 100%);
}
.stages .content .stageItem:last-child {
  border-right: 3px solid #F1F7FD;
}

.productItem {
  display: block;
  border: 1px solid #fff;
}
.productItem .productTitle {
  padding: 50px 50px 0px 58px;
  background: #fff;
  transition: 0.3s ease all;
}
.productItem .productTitle .name {
  color: #4E6D86;
  font-size: 22px;
  font-weight: 800;
  line-height: 29px;
  text-transform: uppercase;
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s ease all;
}
.productItem .productTitle span {
  color: #4E6D86;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.5;
  transition: 0.3s ease all;
}
.productItem .productTitle .imgArea {
  aspect-ratio: 123/49;
  height: 49px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  transform: translateY(50%);
}
.productItem .productTitle .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.productItem .description {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: #4E6D86;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; /* 160% */
  padding: 30px 58px;
}
.productItem .description .icon {
  width: 16px;
  fill: #4E6D86;
  height: 16px;
}
.productItem:hover {
  border-color: #4E6D86;
}
.productItem:hover .productTitle {
  background: #4E6D86;
}
.productItem:hover .productTitle .name, .productItem:hover .productTitle span {
  color: #fff;
}

.productCard {
  padding: 20px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  display: block;
}
.productCard .imgArea {
  position: relative;
}
.productCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.productCard .imgArea .news {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  width: 70px;
  height: 33px;
  border-radius: 100px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCard .imgArea .features {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
}
.productCard .imgArea .features .item {
  border-radius: 10px;
  border: 1px solid #FFF;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.productCard .imgArea .features .item .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.productCard .imgArea .features .item:last-child {
  opacity: 0.5;
}
.productCard .content {
  padding: 30px 20px;
}
.productCard .content .title {
  color: #2C2C2C;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 136.842% */
}
.productCard .content .no {
  color: #2C2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  opacity: 0.5;
}

.productCard2 {
  background: #fff;
  padding: 45px 75px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s ease all;
}
.productCard2 > .icon {
  width: 41px;
  height: 41px;
  transform: rotate(-3.5deg);
  flex-shrink: 0;
  fill: #B0D5D7;
  margin-bottom: 35px;
}
.productCard2 .title {
  margin-bottom: 40px;
  display: block;
  height: 62px;
  color: #4E6D86;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 119.231% */
  transition: 0.3s ease all;
}
.productCard2 .city {
  margin-bottom: 35px;
  color: #4E6D86;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  transition: 0.3s ease all;
}
.productCard2 .text {
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  height: 121px;
  margin-bottom: 50px;
  transition: 0.3s ease all;
}
.productCard2 .text b {
  color: #4E6D86;
  font-size: 15px;
  display: block;
  font-weight: 700;
  line-height: 37px; /* 246.667% */
  transition: 0.3s ease all;
}
.productCard2 .viewAll {
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #4E6D86;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
  gap: 40px;
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.productCard2 .viewAll .icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  fill: #4E6D86;
  transition: 0.3s ease all;
}
.productCard2:hover {
  background: #4E6D86;
}
.productCard2:hover .title, .productCard2:hover .city, .productCard2:hover .text, .productCard2:hover .viewAll {
  color: #fff;
}
.productCard2:hover .title b, .productCard2:hover .city b, .productCard2:hover .text b, .productCard2:hover .viewAll b {
  color: #FFF;
  opacity: 0.5;
}
.productCard2:hover .viewAll {
  border: 1px solid #fff;
}
.productCard2:hover .viewAll .icon {
  fill: #fff;
}
.productCard2.type2 {
  background: #4E6D86;
}
.productCard2.type2 .title, .productCard2.type2 .city, .productCard2.type2 .text {
  color: #fff;
}
.productCard2.type2 .title b, .productCard2.type2 .city b, .productCard2.type2 .text b {
  color: #fff;
  opacity: 0.5;
}
.productCard2.type2 .viewAll {
  color: #fff;
  border: 1px solid #fff;
}
.productCard2.type2 .viewAll .icon {
  fill: #fff;
}

.projectBigCard .top {
  display: flex;
  background: #4E6D86;
}
.projectBigCard .top .titleArea {
  min-height: 100%;
  padding: 30px 40px 30px 55px;
  width: 50%;
  display: flex;
  gap: 50px;
  align-items: center;
  border-right: 1px solid #63849F;
}
.projectBigCard .top .titleArea .icon {
  fill: #B0D5D7;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.projectBigCard .top .titleArea .title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 142.308% */
}
.projectBigCard .top .titleArea .title .city {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px; /* 231.25% */
}
.projectBigCard .top .content {
  padding: 60px 40px 60px 60px;
  width: 50%;
}
.projectBigCard .top .content .title {
  color: #C1F9FB;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 185% */
}
.projectBigCard .top .content .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.projectBigCard .bottom {
  display: flex;
  border: 1px solid #4E6D86;
}
.projectBigCard .bottom .imgArea {
  position: relative;
  width: 50%;
}
.projectBigCard .bottom .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.projectBigCard .bottom .imgArea .detailBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  display: flex;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 20px;
  padding: 15px 25px;
  align-items: center;
  border-radius: 42px;
  background: #4E6D86;
}
.projectBigCard .bottom .imgArea .detailBtn .icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  fill: #FFF;
}
.projectBigCard .bottom .usage {
  width: 50%;
  background: #F4F9FF;
  padding: 55px 55px 60px 60px;
}
.projectBigCard .bottom .usage .title {
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 185% */
}
.projectBigCard .bottom .usage .subTitle {
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 21px; /* 150% */
}
.projectBigCard .bottom .usage ul li {
  position: relative;
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.projectBigCard .bottom .usage ul li:before {
  content: " ✔ ";
}

.productCalculator {
  height: 100vh;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  overflow-y: auto;
  width: 100vw;
  max-width: 1913px;
  display: flex;
  justify-content: center;
  transition: 0.3s ease all;
  pointer-events: none;
  opacity: 0;
}
.productCalculator .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8F8F9;
  padding: 45px 55px 45px 60px;
}
.productCalculator .top .titleArea .title {
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 170% */
}
.productCalculator .top .titleArea .subTitle {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.productCalculator .top .menuClose {
  cursor: pointer;
  background: #FFF;
  border: 1px solid #B0D5D7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
.productCalculator .top .menuClose .icon {
  fill: #B0D5D7;
  width: 13px;
  height: 12px;
  flex-shrink: 0;
}
.productCalculator .calculateContent {
  width: 970px;
  margin-top: 200px;
}
.productCalculator .calculateContent > .info {
  overflow: hidden;
  background: #F6FFFF;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 55px 20px 60px;
}
.productCalculator .calculateContent > .info .iconArea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  box-shadow: -10px 10px 38px -12px rgba(0, 0, 0, 0.45);
}
.productCalculator .calculateContent > .info .iconArea .icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  fill: #B0D5D7;
}
.productCalculator .calculateContent > .info .text {
  max-width: 660px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 131.25% */
}
.productCalculator .content {
  padding: 30px 55px 30px 60px;
  background: #FFF;
}
.productCalculator .content .roomDimensions {
  margin-bottom: 20px;
  padding-right: 40px;
}
.productCalculator .content .roomDimensions .title {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 212.5% */
  margin-bottom: 20px;
}
.productCalculator .content .roomDimensions .items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.productCalculator .content .roomDimensions .items .item {
  max-width: calc(33.33% - 7.5px);
  width: 100%;
}
.productCalculator .content .roomDimensions .items .item .total {
  display: flex;
  justify-content: center;
  padding: 10px;
  min-height: 100%;
  align-items: center;
  border-radius: 6px;
  background: #B0D5D7;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px; /* 170% */
}
.productCalculator .content .infrastructure {
  margin-bottom: 85px;
  padding-right: 40px;
}
.productCalculator .content .infrastructure .title {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 212.5% */
  margin-bottom: 20px;
}
.productCalculator .content .infrastructure .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #B0D5D7;
}
.productCalculator .content .infrastructure .checkboxArea {
  display: flex;
  gap: 24px;
}
.productCalculator .content .infrastructure .checkboxArea .customcheckbox3 {
  padding: 28px 20px 25px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: calc(50% - 12px);
  border-radius: 6px;
  background: rgba(176, 213, 215, 0.3);
}
.productCalculator .content .infrastructure .checkboxArea .customcheckbox3 .checkboxTitle {
  max-width: 115px;
  margin: 0 auto 10px;
  color: #4E6D86;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.productCalculator .content .eMailArea {
  margin-bottom: 35px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #4E6D86;
  display: flex;
  background: #FFF;
  box-shadow: 0 0 16.6px 0 rgba(78, 109, 134, 0.09) inset;
}
.productCalculator .content .eMailArea input {
  width: 100%;
  border: 0;
  display: flex;
  min-height: 100%;
  align-items: center;
  border-radius: 6px;
  padding: 10px 30px;
  color: #4E6D86;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 130.769% */
}
.productCalculator .content .eMailArea input::placeholder {
  color: #4E6D86;
}
.productCalculator .content .eMailArea button {
  border-radius: 0 6px 6px 0;
  border: none;
  border-left: 1px solid #4E6D86;
  background: #4E6D86;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  max-width: 175px;
  padding: 13px 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 121.429% */
  transition: 0.3s ease all;
}
.productCalculator .content .eMailArea button:hover {
  color: #4E6D86;
  background: #fff;
}
.productCalculator .content .eMailArea:after {
  content: "";
  left: -5px;
  top: -5px;
  right: -5px;
  pointer-events: none;
  bottom: -5px;
  border-radius: 9px;
  border: 4px solid #ECF6FF;
  position: absolute;
}
.productCalculator .content .customcheckbox2 {
  margin: 0;
}
.productCalculator .content .customcheckbox2 .checkboxText {
  color: #4E6D86;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
}
.productCalculator .content .package {
  margin-bottom: 85px;
}
.productCalculator .content .package .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.productCalculator .content .package .title .icon {
  width: 18px;
  height: 16px;
  flex-shrink: 0;
  fill: #4E6D86;
}
.productCalculator .content .package .packageContent {
  border-radius: 6px;
  border: 3px solid rgba(176, 213, 215, 0.3);
}
.productCalculator .content .package .packageContent .meter {
  padding: 15px 25px;
  border-bottom: 3px solid rgba(176, 213, 215, 0.3);
  color: #75A2A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 212.5% */
}
.productCalculator .content .package .packageContent .extra {
  border-bottom: 3px solid rgba(176, 213, 215, 0.3);
  padding: 10px 25px 15px;
  color: #75A2A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
}
.productCalculator .content .package .packageContent .extra b {
  font-weight: 700;
}
.productCalculator .content .package .packageContent .double {
  display: flex;
}
.productCalculator .content .package .packageContent .double .totalMeter {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 40px 25px 55px 35px;
  width: 50%;
}
.productCalculator .content .package .packageContent .double .totalMeter .info {
  margin-bottom: 15px;
  color: #75A2A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px; /* 121.429% */
}
.productCalculator .content .package .packageContent .double .totalMeter .conc {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 106.25% */
}
.productCalculator .content .package .packageContent .double .totalMeter .conc b {
  font-size: 24px;
}
.productCalculator .content .package .packageContent .double .totalMeter:first-child {
  border-right: 3px solid rgba(176, 213, 215, 0.3);
}
.productCalculator .content .buttons {
  margin-bottom: 10px;
}
.productCalculator .content .buttons .butBtn {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #4E6D86;
  border: 1px solid #4E6D86;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 106.25% */
  transition: 0.3s ease all;
  padding: 20.5px 30px;
}
.productCalculator .content .buttons .butBtn:hover {
  background: #fff;
  color: #4E6D86;
}
.productCalculator .content .buttons .downloadBtn {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #F9FCFC;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 106.25% */
  width: 100%;
  padding: 21px 30px;
  transition: 0.3s ease all;
  margin-top: 15px;
}
.productCalculator .content .buttons .downloadBtn .icon {
  fill: #4E6D86;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.productCalculator .content .buttons .downloadBtn:hover {
  color: #F9FCFC;
  background: #4E6D86;
}
.productCalculator .content .buttons .downloadBtn:hover .icon {
  fill: #F9FCFC;
}
.productCalculator .content .mainContent {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.productCalculator .content .mainContent .bottom {
  margin-top: auto;
}
.productCalculator.active {
  pointer-events: auto;
  opacity: 1;
}

.verticalAccordions {
  display: flex;
}
.verticalAccordions .accordion {
  height: 580px;
  display: flex;
  flex: 1;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.verticalAccordions .accordion .title {
  background: #fff;
  color: #4E6D86;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 100%;
  width: 210px;
  display: flex;
  align-items: center;
  padding: 70px 20px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease all;
  flex-shrink: 0;
  position: relative;
}
.verticalAccordions .accordion .title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 63px;
  aspect-ratio: 1/1;
  background: #F1F6FD;
  border-radius: 21px;
}
.verticalAccordions .accordion .title:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: 73px;
  aspect-ratio: 1/1;
  background: #4E6D86;
  border-radius: 21px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow4.svg");
  width: 16px;
  height: 16px;
}
.verticalAccordions .accordion .accordionContent {
  max-width: 0;
  overflow: hidden;
  transition: 0.3s ease opacity;
  border: 0px solid #FFF;
  width: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
  position: relative;
}
.verticalAccordions .accordion .accordionContent:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #fff;
  aspect-ratio: 350/347;
  width: 350px;
  z-index: -1;
}
.verticalAccordions .accordion .accordionContent .icon {
  width: 65px;
  height: 60px;
  flex-shrink: 0;
  background: #4E6D86;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
}
.verticalAccordions .accordion .accordionContent p {
  color: #4E6D86;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  margin: 35px 0;
}
.verticalAccordions .accordion .accordionContent img {
  width: 122px;
  height: 37px;
  flex-shrink: 0;
}
.verticalAccordions .accordion.active {
  flex: 4;
}
.verticalAccordions .accordion.active .title {
  opacity: 1;
  box-shadow: 71px -32px 117.6px 0px rgba(78, 109, 134, 0.2);
}
.verticalAccordions .accordion.active .accordionContent {
  padding: 70px 70px;
  transition: 0.3s ease all, 0.3s 0.4s ease opacity;
  max-width: 700px;
  opacity: 1;
  border: 3px solid #FFF;
}

.photoGalleryItem {
  display: flex;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.photoGalleryItem img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  transition: 1s ease all;
  transform: scale(1);
}
.photoGalleryItem.type2 {
  aspect-ratio: 705/460;
}
.photoGalleryItem.type3 {
  border-radius: 20px;
  aspect-ratio: 705/535;
}
.photoGalleryItem.type4 {
  border-radius: 20px;
  aspect-ratio: 1435/497;
}
.photoGalleryItem.type4:hover img {
  transform: scale(1) !important;
}
.photoGalleryItem.type5 {
  border-radius: 20px;
  aspect-ratio: 461/400;
}
.photoGalleryItem .tag {
  position: absolute;
  z-index: 2;
  border-radius: 100px;
  background: #D4F7F9;
  color: #649192;
  font-size: 14px;
  font-weight: 700;
  left: 25px;
  top: 20px;
  padding: 13px 23px;
}
.photoGalleryItem:hover img {
  transform: scale(1.1);
}

.videoGalleryItem {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.videoGalleryItem img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  transition: 1s ease all;
  transform: scale(1);
}
.videoGalleryItem:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 17px;
  background: linear-gradient(180deg, rgba(195, 195, 195, 0) 0%, #4E6D86 100%);
  z-index: 2;
}
.videoGalleryItem .icon {
  position: absolute;
  z-index: 3;
  width: 42px;
  aspect-ratio: 1/1;
  fill: #fff;
  left: 55px;
  bottom: 45px;
}
.videoGalleryItem .text {
  left: 55px;
  position: absolute;
  z-index: 3;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  bottom: 105px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.videoGalleryItem:hover img {
  transform: scale(1.1);
}

.downloadFile {
  display: flex;
  align-items: center;
  border: 2px solid #F4F9FF;
  gap: 32px;
  padding: 30px 50px;
  height: 100%;
}
.downloadFile .icon {
  fill: #4E6D86;
  width: 27px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.downloadFile .fileInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.downloadFile .fileInfo .date {
  color: #4E6D86;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 400;
  transition: 0.3s ease all;
}
.downloadFile .fileInfo .name {
  color: #4E6D86;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  transition: 0.3s ease all;
}
.downloadFile .fileInfo .size {
  color: #4E6D86;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  transition: 0.3s ease all;
}
.downloadFile:hover {
  background: #4E6D86;
}
.downloadFile:hover .icon {
  fill: #fff;
}
.downloadFile:hover .fileInfo .date {
  color: #fff;
}
.downloadFile:hover .fileInfo .name {
  color: #fff;
}
.downloadFile:hover .fileInfo .size {
  color: #fff;
}

.eventItem {
  display: flex;
  flex-direction: column;
  border: 2px solid #F4F9FF;
  aspect-ratio: 1/1;
  height: 100%;
  padding: 45px 55px;
}
.eventItem .title {
  margin: auto 0;
  color: #4E6D86;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.eventItem .title b {
  font-weight: 600;
  display: block;
}
.eventItem .date {
  display: flex;
  flex-direction: column;
  color: #4E6D86;
  font-size: 20px;
  line-height: 25px;
}
.eventItem .date b {
  color: #4E6D86;
  font-size: 20px;
  font-weight: 400;
}
.eventItem .date span {
  font-size: 16px;
}
.eventItem .view {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #4E6D86;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px; /* 160% */
}
.eventItem .view .icon {
  width: 16px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  fill: #4E6D86;
}
.eventItem:hover {
  border-color: rgba(78, 109, 134, 0.52);
}

.blogItem {
  display: flex;
  flex-direction: column;
  border: 2px solid #F4F9FF;
  aspect-ratio: 461/527;
}
.blogItem .imgArea {
  aspect-ratio: 461/150;
  overflow: hidden;
  position: relative;
}
.blogItem .imgArea img {
  transform: scale(1);
  transition: 1s ease all;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.blogItem .content {
  padding: 55px 65px 55px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.blogItem .content .title {
  color: #4E6D86;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.blogItem .content .description {
  color: #4E6D86;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: auto;
}
.blogItem .content .view {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #4E6D86;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px; /* 160% */
  margin-top: auto;
}
.blogItem .content .view .icon {
  width: 16px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  fill: #4E6D86;
}
.blogItem:hover .imgArea img {
  transform: scale(1.1);
}

.newsItem {
  display: flex;
  flex-direction: column;
  border: 2px solid #F4F9FF;
  aspect-ratio: 461/550;
}
.newsItem .imgArea {
  aspect-ratio: 461/300;
  /*overflow: hidden;*/
  position: relative;
}
.newsItem .imgArea img {
  transform: scale(1);
  transition: 1s ease all;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.newsItem .title {
  padding: 40px 65px 55px 50px;
  color: #4E6D86;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px; /* 125% */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsItem .bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding: 30px 65px 40px 50px;
  justify-content: space-between;
}
.newsItem .bottom .date {
  color: #4E6D86;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.92px;
  opacity: 0.5;
  white-space: nowrap;
}
.newsItem .bottom .view {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #4E6D86;
  font-size: 15px;
  font-weight: 500;
}
.newsItem .bottom .view .icon {
  fill: #4E6D86;
  width: 41px;
  aspect-ratio: 1/1;
}
.newsItem:hover .imgArea img {
  transform: scale(1.1);
}

.projectItem {
  display: flex;
  flex-direction: column;
  border: 2px solid #F4F9FF;
  aspect-ratio: 461/527;
}
.projectItem .imgArea {
  aspect-ratio: 461/220;
  overflow: hidden;
  position: relative;
}
.projectItem .imgArea img {
  transform: scale(1);
  transition: 1s ease all;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.projectItem .content {
  padding: 35px 65px 35px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.projectItem .content .title {
  color: #4E6D86;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.projectItem .content .description {
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: auto;
}
.projectItem .content .view {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #4E6D86;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px; /* 160% */
  margin-top: auto;
}
.projectItem .content .view .icon {
  width: 16px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  fill: #4E6D86;
}
.projectItem:hover .imgArea img {
  transform: scale(1.1);
}

.socialItem {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  aspect-ratio: 1434/535;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 80px 30px 160px;
}
.socialItem .background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 2s ease all;
  transform: scale(1);
  z-index: -1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.socialItem .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}
.socialItem .content .title {
  width: 390px;
  color: #938D6F;
  font-size: 48px;
  font-weight: 400;
  line-height: 53px;
  flex-shrink: 0;
}
.socialItem .content .description {
  color: #938D6F;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  max-width: 600px;
}
.socialItem.type2 .content .title {
  color: #80807E;
}
.socialItem.type2 .content .description {
  color: #80807E;
}
.socialItem.type2 .content .title {
  color: #656565;
}
.socialItem.type2 .content .description {
  color: #656565;
}
.socialItem:hover .background {
  transform: scale(1.2);
  transition: 10s ease all;
}

.productionFacilityItem {
  border-radius: 20px;
  background: #4E6D86;
  overflow: hidden;
  height: 100%;
}
.productionFacilityItem .cardHeader {
  border-bottom: 1px solid #61829C;
  height: 120px;
  display: flex;
  align-items: center;
}
.productionFacilityItem .cardHeader .iconArea {
  height: 100%;
  border-right: 1px solid #61829C;
  display: flex;
  align-items: center;
  padding: 20px 70px 20px 90px;
}
.productionFacilityItem .cardHeader .iconArea .icon {
  fill: #AAD0EE;
  width: 52px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.productionFacilityItem .cardHeader .cardTitle {
  color: #AAD0EE;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
}
.productionFacilityItem .content {
  padding: 50px 90px 60px 90px;
}
.productionFacilityItem .content .title {
  color: #FFF;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 37px;
}
.productionFacilityItem .content .description {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.productionFacilityText {
  color: #4E6D86;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px; /* 150% */
  margin-top: 100px;
}
.productionFacilityText b {
  font-weight: 500;
}

section.whyClassen2 {
  position: relative;
  z-index: 1;
}
section.whyClassen2:before {
  content: "";
  position: absolute;
  aspect-ratio: 350/347;
  width: 350px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #fff;
  opacity: 0.8;
  left: 490px;
  top: 260px;
  z-index: -2;
}
section.whyClassen2 .title {
  color: #4E6D86;
  font-size: 59.582px;
  font-style: normal;
  font-weight: 300;
  line-height: 73px; /* 122.52% */
  height: 100%;
  display: flex;
  align-items: center;
}
section.whyClassen2 .description {
  color: #2C2C2C;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px; /* 137.5% */
  margin-top: 50px;
}
section.whyClassen2 .itemBox {
  display: flex;
  align-items: center;
  min-height: 240px;
  height: 100%;
  background: #FFF;
  box-shadow: -19px 25px 44.9px 0 rgba(78, 109, 134, 0.1);
  position: relative;
  z-index: 2;
  padding: 35px;
  color: #4E6D86;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
section.whyClassen2 .itemBox:hover {
  box-shadow: -19px 25px 44.9px 0 rgba(78, 109, 134, 0);
}

.qualityBox {
  border-radius: 20px;
  border: 1px solid rgba(78, 109, 134, 0.3);
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 85px;
  gap: 25px;
}
.qualityBox .title {
  color: #4E6D86;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px; /* 126.667% */
  max-width: 300px;
}
.qualityBox .description {
  color: #4E6D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.qualityBox img.icon {
  max-height: 40px;
  margin-bottom: 8px;
}
.qualityBox svg.icon {
  width: 48px;
  height: 48px;
  fill: #4E6D86;
}

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