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

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

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

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

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

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

::-webkit-scrollbar {
  width: 7px;
  background-color: #245F45;
}

::-webkit-scrollbar-thumb {
  background: #245F45;
}

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

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

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

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

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

.yediVadiText {
  margin-bottom: 85px;
  aspect-ratio: 1920/380;
  width: 100%;
  position: relative;
  max-width: 1920px;
}
.yediVadiText img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.yediVadiText.leaf:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 31%;
  width: 188px;
  height: 143px;
  background-image: url("../img/leaf1.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: float1 6s ease-in-out infinite;
}
.yediVadiText.leaf:before {
  content: "";
  position: absolute;
  bottom: 33%;
  right: 27%;
  width: 72px;
  height: 69px;
  background-image: url("../img/leaf2.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: float2 5s ease-in-out infinite;
}

.customContainer {
  max-width: 1724px;
}

.scrollText p {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #8e8e8e 0%, #8e8e8e 100%);
  will-change: background-image;
}

.transformHover {
  transition: 0.3s ease all;
}
.transformHover:hover {
  transform: translateY(-30px);
}

.headerHidden {
  display: none !important;
}

header {
  padding: 20px 0;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #F9F9F9;
}
header .normalMenu {
  display: flex;
  align-items: center;
}
header .mobileMenu {
  position: absolute;
  padding-top: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .mobileMenu .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
header .mobileMenu .headerMenu {
  flex-direction: column;
  margin: 60px 0 0;
  height: calc(100% - 250px);
}
header .mobileMenu .mobileMenuOpen {
  position: absolute;
  top: 34px;
  right: 12px;
}
header .mobileMenu .rightMenu {
  background: #fff;
  margin-top: 50px;
  display: none;
}
header .mobileMenu .rightMenu .buttons {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
header .mobileMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header .logo {
  aspect-ratio: 141/97;
  max-width: 141px;
  flex-shrink: 0;
  display: block;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .headerMenu {
  gap: 25px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 45px;
}
header .headerMenu li a {
  font-family: "Exo 2", sans-serif;
  color: #245F45;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: block;
}
header .headerMenu li a:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -11px;
  bottom: -11px;
  right: -11px;
  border-radius: 100px;
  background: #F0FFF9;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease all;
}
header .headerMenu li a.active:after {
  opacity: 1;
}
header .rightMenu {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .rightMenu .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .rightMenu .rightImg {
  aspect-ratio: 57/33;
  max-width: 57px;
  width: 100%;
  flex-shrink: 0;
  margin-left: 20px;
}
header .rightMenu .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .mobileMenuOpen {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  margin-left: 20px;
  flex-shrink: 0;
  display: none;
}
header .mobileMenuOpen span {
  height: 6px;
  width: 100%;
  position: absolute;
  background: #000;
  border-radius: 8px;
  transition: 0.3s ease all;
}
header .mobileMenuOpen span:first-child {
  top: 0;
}
header .mobileMenuOpen span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .mobileMenuOpen span:last-child {
  bottom: 0;
}
header .mobileMenuOpen.active span {
  background: #000;
}
header .mobileMenuOpen.active span:first-child {
  transform: translate(0, 12px) rotate(45deg);
}
header .mobileMenuOpen.active span:nth-child(2) {
  opacity: 0;
}
header .mobileMenuOpen.active span:last-child {
  transform: translate(0, -12px) rotate(-45deg);
}
header .catalogBtn,
header .defaultBtn {
  font-family: "Exo 2", sans-serif;
}
header.type2 .normalMenu {
  justify-content: space-between;
}
header.type2 .normalMenu .rightMenu {
  margin-left: auto;
}

.getInfo {
  position: fixed;
  top: 200px;
  transform: rotate(-90deg) translateY(44%);
  background: #245F45;
  color: #fff !important;
  display: none;
  right: -16px;
  z-index: 5;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 57px -5px rgb(0, 0, 0);
}

.infoPopup {
  position: absolute;
  padding: 30px 0;
  max-height: 100vw;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.infoPopup .filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  opacity: 0.37;
}
.infoPopup .popupContent {
  max-width: 505px;
  position: relative;
  z-index: 3;
  background: #fff;
  overflow-y: scroll;
}
.infoPopup .popupContent .titleArea {
  padding: 35px 50px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  gap: 35px;
  align-items: center;
  position: relative;
}
.infoPopup .popupContent .titleArea .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 72px;
  height: 72px;
  border: 1px solid #F2F2F2;
}
.infoPopup .popupContent .titleArea .title {
  font-size: 33px;
  color: #000000;
  font-weight: 400;
  line-height: 116%;
}
.infoPopup .popupContent .titleArea .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #D4D4D4;
  font-size: 28px;
  font-weight: 400;
  line-height: 116%;
  cursor: pointer;
}
.infoPopup .popupContent .content {
  padding: 20px 50px 55px;
}
.infoPopup .popupContent .content .checkboxArea {
  margin: 20px 0 30px;
}
.infoPopup .popupContent .content button {
  border: none;
  outline: none;
  margin: 0;
  cursor: pointer;
}
.infoPopup.active {
  opacity: 1;
  pointer-events: auto;
}

.footerTop .title {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
  color: #C4C3CB;
  text-align: center;
  line-height: 149%;
  font-size: 16px;
  font-weight: 400;
}
.footerTop .brands {
  display: flex;
  align-items: center;
  gap: 100px;
  margin: 60px 0 25px;
  justify-content: center;
}
.footerTop .brands .item {
  transition: 0.3s ease all;
  display: flex;
}
.footerTop .brands .item:hover {
  transform: scale(1.1);
}
.footerTop .text {
  color: #C4C3CB;
  text-align: center;
  line-height: 149%;
  font-size: 16px;
  font-weight: 400;
}

footer {
  background: #245F45;
  margin-top: 90px;
  padding: 75px 0 160px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
footer .container .border {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 1px;
  right: 12px;
}
footer .container .border:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 34px;
  background: #6E9700;
}
footer .container .border:before {
  content: "";
  position: absolute;
  right: 55px;
  top: 0;
  height: 1px;
  width: 54px;
  background: #A6C949;
}
footer .container:after {
  content: "";
  position: absolute;
  left: 230px;
  bottom: 5px;
  max-width: calc(100% - 380px);
  width: 100%;
  height: 1px;
  background: rgba(206, 242, 226, 0.13);
}
footer .leftArea .logoArea {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
footer .leftArea .address {
  color: #CEF2E2;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 35px;
  font-weight: 400;
}
footer .leftArea .phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .leftArea .phone .title {
  color: rgba(206, 242, 226, 0.8);
  font-size: 9px;
  line-height: 149%;
  transition: 0.3s ease all;
}
footer .leftArea .phone .text {
  color: #CEF2E2;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease all;
}
footer .leftArea .phone:hover .text,
footer .leftArea .phone:hover .title {
  color: #fff;
}
footer .rightArea .socialLinks {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}
footer .rightArea .socialLinks a {
  transition: 0.3s ease all;
}
footer .rightArea .socialLinks a:hover {
  scale: 1.1;
}
footer .rightArea .imgT7 {
  margin-right: 20px;
  margin-bottom: 10px;
  aspect-ratio: 82/47;
  max-width: 82px;
}
footer .rightArea .imgT7 img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
footer .rightArea .text {
  margin-right: 20px;
  color: rgba(206, 242, 226, 0.49);
  font-size: 9px;
  font-weight: 500;
  line-height: 146%;
  width: 105px;
}
footer .rightArea .icon {
  aspect-ratio: 125/47;
  max-width: 100px;
  width: 100%;
  transform: translateY(140px);
  display: flex;
}
footer .rightArea .icon svg circle {
  transition: 0.3s ease all;
}
footer .rightArea .icon:hover svg circle {
  transition: 0.3s ease all;
  fill: #000;
}

@keyframes fadeInBg {
  to {
    opacity: 1;
  }
}
@keyframes lineGrow {
  0% {
    height: var(--h);
  }
  60% {
    height: calc(var(--h) + 55px);
  }
  100% {
    height: var(--h);
  }
}
@keyframes lineShrink {
  0% {
    height: var(--h);
  }
  60% {
    height: calc(var(--h) - 55px);
  }
  100% {
    height: var(--h);
  }
}
@keyframes float1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -5px) rotate(2deg);
  }
  50% {
    transform: translate(0, -10px) rotate(-2deg);
  }
  75% {
    transform: translate(-5px, -5px) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-3px, 3px) rotate(-1deg);
  }
  50% {
    transform: translate(0, 6px) rotate(2deg);
  }
  75% {
    transform: translate(3px, 3px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes blink {
  0%, 20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --slide-bg-color: rgba(0, 0, 0, 1);
}

section.mainSlide {
  position: relative;
}
section.mainSlide .pageTitleArea {
  position: relative;
}
section.mainSlide .pageTitleArea:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 275px;
  background: var(--slide-bg-color);
  filter: blur(200px);
  width: calc(100vw - 80px);
  z-index: 3;
  opacity: 0;
  transition: 0.1s ease all;
  animation: fadeInBg 0.3s ease 0.5s forwards;
}
section.mainSlide .mainSlider .swiper-slide {
  aspect-ratio: 1194/611;
  width: 100%;
  max-width: 1194px;
}
section.mainSlide .mainSlider .imgArea {
  width: 100%;
  height: 100%;
  display: flex;
}
section.mainSlide .mainSlider .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainSlide .bottomText {
  background: #245F45;
  padding: 125px 0 125px 100px;
}
section.mainSlide .bottomText .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
section.mainSlide .bottomText .text {
  position: relative;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  max-width: 800px;
}
section.mainSlide .bottomText .text b {
  font-weight: 500;
}
section.mainSlide .bottomText .text:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -20px;
  transform: translateX(-100%);
  height: 1px;
  width: 90px;
  background: #A6C949;
}
section.mainSlide .bottomText .imgArea {
  position: relative;
  aspect-ratio: 393/308;
  max-width: 393px;
  width: 100%;
}
section.mainSlide .bottomText .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainSlide .bottomText .imgArea:after {
  content: "";
  top: 0;
  height: 100%;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/shapes.svg");
  aspect-ratio: 465/308;
  background: rgba(220, 212, 204, 0.25);
}
section.mainSlide:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1193/795;
  max-width: 1193px;
  width: 100%;
  background-image: url(../img/svg/line.svg);
}

section.mainSlideCards {
  position: relative;
}
section.mainSlideCards .container {
  position: relative;
}
section.mainSlideCards .container:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 140px;
  width: 38px;
  height: 38px;
  background-image: url("../img/svg/dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
section.mainSlideCards .cardSlide {
  padding: 140px 0;
}
section.mainSlideCards .cardSlide .swiper-slide {
  max-width: 360px;
  opacity: 1;
}
section.mainSlideCards .cardSlide .swiper-slide.even {
  margin-top: 75px;
}
section.mainSlideCards .cardSlide .swiper-slide.even .mainSlideCard .content {
  padding: 30px 20px 85px;
  margin-bottom: 20px;
  max-width: 230px;
  margin-bottom: 0;
}

section.mainCorporate {
  padding-bottom: 460px;
  position: relative;
}
section.mainCorporate .leftImgArea {
  position: relative;
}
section.mainCorporate .leftImgArea .imgArea {
  aspect-ratio: 465/537;
  max-width: 465px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
section.mainCorporate .leftImgArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainCorporate .leftImgArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 356/537;
  max-width: 356px;
  width: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/shapes2.svg");
  background: rgba(220, 212, 204, 0.97);
}
section.mainCorporate .leftImgArea:before {
  z-index: 3;
  content: "";
  position: absolute;
  bottom: 120px;
  right: 220px;
  aspect-ratio: 707/421;
  max-width: 707px;
  width: 100%;
  background-image: url("../img/maincorporateimg2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(80%, 100%);
  transition: 0.5s ease all;
  opacity: 0;
}
section.mainCorporate .leftImgArea.animate:before {
  opacity: 1;
  transform: translate(100%, 100%);
}
section.mainCorporate .corporateMobileSlide {
  display: none;
}
section.mainCorporate .content {
  max-width: 485px;
  margin-left: 55px;
}
section.mainCorporate .content .icon {
  width: 39px;
  height: 28px;
  display: flex;
  background: #DCD4CC;
  padding-left: 50px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/dotsreverse.svg");
  margin-bottom: 40px;
}
section.mainCorporate .content .title {
  color: #7C7063;
  font-size: 16px;
  line-height: 142%;
  font-weight: 500;
  padding-right: 70px;
  margin-bottom: 55px;
}
section.mainCorporate .content .text {
  color: #7C7063;
  font-size: 16px;
  line-height: 142%;
  font-weight: 400;
}
section.mainCorporate:before {
  z-index: 3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1920/380;
  width: 100%;
  background-image: url("../img/yedivaditext.png");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1920px;
}

section.mainTime {
  border: 1px solid #E5E5E5;
  border-radius: 37px;
  padding: 125px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 85px;
}
section.mainTime .title {
  color: #7C7063;
  font-size: 60px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}
section.mainTime .title b {
  font-weight: 500;
}
section.mainTime .text {
  margin: 60px auto;
  max-width: 970px;
  text-align: center;
  color: #7C7063;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
section.mainTime .text b {
  font-weight: 500;
  margin-bottom: 30px;
}
section.mainTime .bottomItems {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #7C7063;
}
section.mainTime .bottomItems .item {
  border-right: 2px solid #7C7063;
  padding: 20px 15px 20px 20px;
  color: #7C7063;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
section.mainTime .bottomItems .item:last-child {
  border: none;
}
section.mainTime .lines {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 990px;
  width: 100%;
  height: 100%;
}
section.mainTime .lines .top span {
  position: absolute;
  width: 1px;
  background: #E5E5E5;
  top: 0;
  /* Ortak animasyon */
  animation: lineShrink 5s ease-in-out infinite forwards;
}
section.mainTime .lines .top span.line1 {
  --h: 219px;
  height: var(--h);
  left: 0;
  animation-delay: 0s;
}
section.mainTime .lines .top span.line2 {
  --h: 112px;
  height: var(--h);
  left: 25%;
  animation-delay: 0.5s;
}
section.mainTime .lines .top span.line3 {
  --h: 219px;
  height: var(--h);
  right: 0;
  animation-delay: 1s;
}
section.mainTime .lines .bottom span {
  position: absolute;
  width: 1px;
  bottom: 0;
  height: var(--h);
}
section.mainTime .lines .bottom span.line1 {
  --h: 125px;
  background: #A6C949;
  left: 0;
  animation: lineGrow 5s ease-in-out infinite forwards;
  animation-delay: 0s;
}
section.mainTime .lines .bottom span.line2 {
  --h: 32px;
  background: #A6C949;
  left: 25%;
  animation: lineGrow 5s ease-in-out infinite forwards;
  animation-delay: 0.5s;
}
section.mainTime .lines .bottom span.line3 {
  --h: 65px;
  background: #245F45;
  right: 25%;
  animation: lineGrow 5s ease-in-out infinite forwards;
  animation-delay: 1s;
}
section.mainTime .lines .bottom span.line4 {
  --h: 182px;
  background: #495822;
  right: 0;
  animation: lineGrow 5s ease-in-out infinite forwards;
  animation-delay: 1.5s;
}

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

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

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

.customInput1 input {
  color: #060606;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  border: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 21px 30px;
  border: 1px solid #B9B9B9;
  position: relative;
}
.customInput1 input.placeholder {
  color: #060606;
}
.customInput1 input:-moz-placeholder {
  color: #060606;
}
.customInput1 input::-moz-placeholder {
  color: #060606;
}
.customInput1 input:-ms-input-placeholder {
  color: #060606;
}
.customInput1 input::-webkit-input-placeholder {
  color: #060606;
}
.customInput1 textarea {
  color: #060606;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  border: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 21px 30px;
  border: 1px solid #B9B9B9;
  position: relative;
}
.customInput1 textarea.placeholder {
  color: #060606;
}
.customInput1 textarea:-moz-placeholder {
  color: #060606;
}
.customInput1 textarea::-moz-placeholder {
  color: #060606;
}
.customInput1 textarea:-ms-input-placeholder {
  color: #060606;
}
.customInput1 textarea::-webkit-input-placeholder {
  color: #060606;
}

.customInput2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.customInput2 label {
  font-size: 16px;
  font-weight: 600;
  line-height: 138%;
}
.customInput2 input {
  color: #060606;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  border: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 21px 30px;
  border: 1px solid #B9B9B9;
  position: relative;
}
.customInput2 input.placeholder {
  color: #060606;
}
.customInput2 input:-moz-placeholder {
  color: #060606;
}
.customInput2 input::-moz-placeholder {
  color: #060606;
}
.customInput2 input:-ms-input-placeholder {
  color: #060606;
}
.customInput2 input::-webkit-input-placeholder {
  color: #060606;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox1 .checkboxText {
  color: #060606;
  font-size: 14px;
  font-weight: 400;
  line-height: 138%;
  max-width: 910px;
}
.customcheckbox1 .checkboxText a {
  font-weight: 600;
  text-decoration: underline !important;
}
.customcheckbox1 .checkmark {
  width: 25px;
  height: 25px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #B9B9B9;
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check_small.svg");
  background: #2C2C2C;
  transition: 0.2s ease all;
  opacity: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select2-container.defaultStyle-md {
  max-width: 410px;
  width: 100% !important;
}
.select2-container.defaultStyle-md .select2-selection--single {
  border: 1px solid #B9B9B9;
  background: #fff;
  transition: 0.3s ease all;
  box-shadow: none;
  height: auto;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 21px 25px;
  height: 70px;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 15px;
  background: #245F45;
  right: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  transition: 0.3s ease all;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.defaultStyle-md.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg);
}
.select2-container.defaultStyle-md .select2-dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.defaultStyle-md .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-search {
  display: none;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}

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

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

.pageTitleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 65px 0 50px;
}
.pageTitleArea .title {
  color: #000;
  font-size: 67px;
  font-weight: 400;
  max-width: 665px;
  line-height: 75px;
  position: relative;
  z-index: 4;
}
.pageTitleArea .stats {
  display: flex;
  border: 2px solid #000;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
}
.pageTitleArea .stats .statItem {
  padding: 9px 15px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  border-right: 2px solid #000;
}
.pageTitleArea .stats .statItem .counter {
  margin-bottom: 5px;
  width: 100%;
  display: flex;
}
.pageTitleArea .stats .statItem .counter.counter1 {
  min-width: 82px;
}
.pageTitleArea .stats .statItem .counter.counter2 {
  min-width: 85px;
}
.pageTitleArea .stats .statItem:last-child {
  border: none;
}
.pageTitleArea .pageTitleRight {
  position: relative;
  z-index: 4;
}
.pageTitleArea .text {
  color: #000;
  max-width: 380px;
  font-size: 17px;
  font-weight: 400;
  line-height: 125%;
  position: relative;
  z-index: 4;
}
.pageTitleArea.mainType {
  margin: 75px 0;
}
.pageTitleArea.mainType .title {
  max-width: 605px;
  font-size: 50px;
}
.pageTitleArea.mainType .text {
  text-align: right;
  max-width: 700px;
  color: #8E8E8E;
}

.pageTitleArea2 {
  padding: 40px 0 60px;
  position: relative;
}
.pageTitleArea2 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.pageTitleArea2 .title {
  font-family: "Poiret One", sans-serif;
  font-size: 133px;
  line-height: 103%;
  font-weight: 400;
}
.pageTitleArea2 .text {
  color: #8E8E8E;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
}
.pageTitleArea2 .dots span {
  opacity: 0;
  animation: blink 2s infinite;
}
.pageTitleArea2 .dots span:nth-child(1) {
  animation-delay: 0s;
}
.pageTitleArea2 .dots span:nth-child(2) {
  animation-delay: 0.3s;
}
.pageTitleArea2 .dots span:nth-child(3) {
  animation-delay: 0.6s;
}
.pageTitleArea2:after {
  content: "";
  pointer-events: none;
  aspect-ratio: 1920/641;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-image: url("../img/pagetitlebg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.pageTitleArea2.type2 {
  padding-bottom: 190px;
  margin-bottom: 120px;
}
.pageTitleArea2.type2 .container {
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
.pageTitleArea2.type2 .title {
  max-width: 895px;
  text-align: center;
  font-size: 87px;
  font-weight: 400;
  display: flex;
}
.pageTitleArea2.type2 .text {
  color: #000000;
  font-size: 22px;
  line-height: 148%;
  font-weight: 400;
  max-width: 1245px;
  text-align: center;
}
.pageTitleArea2.type2 .text b {
  margin-top: 45px;
  display: block;
  font-weight: 500;
}
.pageTitleArea2.type3 {
  padding-bottom: 40px;
  position: relative;
}
.pageTitleArea2.type3 .title {
  max-width: 400px;
  font-size: 78px;
  font-weight: 400;
}
.pageTitleArea2.type3 .rightArea .features {
  max-width: 525px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 12px;
}
.pageTitleArea2.type3 .rightArea .features .featureItem {
  position: relative;
  display: flex;
  min-height: 100%;
}
.pageTitleArea2.type3 .rightArea .features .featureItem span {
  display: flex;
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  padding: 11px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pageTitleArea2.type3 .rightArea .features .featureItem span small {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}
.pageTitleArea2.type3 .rightArea .features .featureItem:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: -1px;
  right: -1px;
  height: calc(100% + 9px);
  bottom: -8px;
  border-radius: 11px;
  background: #A7A7A7;
  transition: 0.1s ease all;
}
.pageTitleArea2.type3:after {
  content: "";
  position: absolute;
  bottom: 55px;
  aspect-ratio: 171/145;
  left: 2%;
  width: 165px;
  background-image: url("../img/leaf3.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: float1 6s ease-in-out infinite;
  top: auto;
}
.pageTitleArea2.type3:before {
  content: "";
  position: absolute;
  bottom: 33%;
  right: 48%;
  width: 99px;
  height: 99px;
  background-image: url("../img/leaf4.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: float2 5s ease-in-out infinite;
}
.pageTitleArea2.type4 {
  padding-bottom: 70px;
}
.pageTitleArea2.type4 .title {
  max-width: 540px;
  font-size: 92px;
  font-weight: 400;
}
.pageTitleArea2.type4 .text {
  color: #8E8E8E;
  font-size: 32px;
  line-height: 148%;
  font-weight: 400;
  max-width: 750px;
  text-align: right;
}
.pageTitleArea2.type5 {
  padding-bottom: 75px;
}
.pageTitleArea2.type5 .title {
  max-width: 750px;
  font-size: 92px;
  font-weight: 400;
}
.pageTitleArea2.type5 .text {
  color: #8E8E8E;
  font-size: 32px;
  line-height: 148%;
  font-weight: 400;
  max-width: 750px;
  text-align: right;
}

.catalogBtn {
  background: #245F45;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s ease all;
  box-shadow: 9px 30px 49.4px -3px rgba(0, 0, 0, 0.09);
}
.catalogBtn .icon {
  transition: 0.3s ease all;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/download.svg");
}
.catalogBtn:hover {
  background: transparent;
  color: #245F45;
  border: 2px solid #245F45;
}
.catalogBtn:hover .icon {
  background: #245F45;
}

.defaultBtn {
  background: #fff;
  color: #245F45;
  padding: 20px 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s ease all;
  box-shadow: 9px 30px 49.4px -3px rgba(0, 0, 0, 0.09);
}
.defaultBtn:hover {
  background: #245F45;
  color: #fff;
  border: 2px solid #fff;
}
.defaultBtn:hover .icon {
  background: #fff;
}

.lifeBtn {
  position: relative;
  margin-bottom: 45px;
}
.lifeBtn span {
  display: flex;
  font-size: 19px;
  color: #000000;
  line-height: 149%;
  font-weight: 700;
  padding: 11px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.lifeBtn:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100% + 9px);
  bottom: -8px;
  border-radius: 11px;
  background: #8BA939;
  transition: 0.1s ease all;
}
.lifeBtn:hover span {
  color: #fff;
  background: #8BA939;
}

.featureBtn {
  position: relative;
}
.featureBtn span {
  display: flex;
  font-size: 19px;
  color: #245F45;
  line-height: 149%;
  font-weight: 700;
  padding: 11px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.featureBtn:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: -1px;
  right: -1px;
  height: calc(100% + 9px);
  bottom: -8px;
  border-radius: 11px;
  background: #245F45;
  transition: 0.1s ease all;
}
.featureBtn:hover span {
  color: #fff;
  background: #245F45;
}

.galleryBtn {
  position: relative;
  margin-bottom: 45px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.galleryBtn span {
  display: flex;
  font-size: 19px;
  color: #000000;
  line-height: 149%;
  font-weight: 700;
  padding: 11px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: 212px;
  justify-content: center;
  white-space: nowrap;
}
.galleryBtn:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 2px;
  right: 2px;
  height: calc(100% + 9px);
  bottom: -8px;
  border-radius: 11px;
  background: #E2E2E2;
  transition: 0.3s ease all;
}
.galleryBtn.active:after, .galleryBtn:hover:after {
  background: #8BA939;
}

.mainSlideCard {
  border: 2px solid rgba(36, 95, 69, 0.2);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainSlideCard .imgArea {
  aspect-ratio: 324/414;
  max-width: 324px;
  width: 100%;
}
.mainSlideCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.mainSlideCard .content {
  padding: 30px 20px;
  margin-bottom: 20px;
}
.mainSlideCard .content .number {
  color: rgba(36, 95, 69, 0.2);
  font-size: 49px;
  margin-bottom: 20px;
}
.mainSlideCard .content .title {
  color: #245F45;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.lifeCard {
  border: 1px solid #348863;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px 55px;
}
.lifeCard .cardTitle {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  margin-bottom: 45px;
}
.lifeCard .cardTitle .icon {
  aspect-ratio: 1/1;
  width: 63px;
}
.lifeCard .cardTitle .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.lifeCard .cardTitle .title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
}
.lifeCard .cardContent ul {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lifeCard .cardContent ul li {
  position: relative;
  padding-left: 25px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}
.lifeCard .cardContent ul li:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check_small.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 10px;
  background: #E8FFAC;
}

.projectDetailCard {
  position: relative;
  padding: 55px 25px 50px 30px;
  aspect-ratio: 1/1;
}
.projectDetailCard .border {
  border: 1px solid #7C7063;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 82px), calc(100% - 82px) 100%, 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.projectDetailCard .border:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 78px;
  width: 82px;
  height: 82px;
  border-right: 4px solid #8c837a;
  transform: skew(-45deg);
  transform-origin: bottom right;
  pointer-events: none;
}
.projectDetailCard .title {
  color: #7C7063;
  font-size: 22px;
  line-height: 115%;
  margin-bottom: 20px;
  font-weight: 500;
}
.projectDetailCard .icon {
  max-width: 36px;
  height: 22px;
  background: #7C7063;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
}
.projectDetailCard:before {
  content: "";
  background: linear-gradient(315deg, #a8cf45 50%, transparent 50%);
  position: absolute;
  width: 37px;
  height: 37px;
  right: -1px;
  bottom: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
}
.projectDetailCard:hover:before {
  width: 42px;
  height: 42px;
}

.socialCard {
  border: 1px solid #245F45;
  display: flex;
  background: #FBFFFD;
  height: 100%;
}
.socialCard .cardContent {
  width: 100%;
}
.socialCard .cardContent .title {
  padding: 60px 135px;
  color: #245F45;
  font-size: 50px;
  font-weight: 600;
  line-height: 125%;
  border-bottom: 1px solid #245F45;
}
.socialCard .cardContent .content {
  padding: 110px 135px 40px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.socialCard .cardContent .content .features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.socialCard .cardContent .content .text {
  color: #245F45;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
.socialCard .imgArea {
  padding: 7px 7px 7px 0;
  aspect-ratio: 605/732;
  max-width: 605px;
  width: 100%;
  position: relative;
}
.socialCard .imgArea .number {
  color: #FFFFFF;
  font-size: 115px;
  position: absolute;
  right: 105px;
  bottom: 75px;
  line-height: 130%;
  font-weight: 400;
}
.socialCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.unitCard {
  padding: 65px 65px 50px;
  border: 1px solid #7C7063;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.unitCard .title {
  color: #7C7063;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 116%;
}
.unitCard ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: auto;
}
.unitCard ul li {
  position: relative;
  padding-left: 25px;
  color: #7C7063;
  font-size: 14px;
  font-weight: 500;
}
.unitCard ul li:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check_small.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 10px;
  background: #7C7063;
}
.unitCard .unitRoom {
  margin-top: 35px;
  font-size: 32px;
  font-weight: 600;
  color: #245F45;
  padding: 10px 17px;
  border: 1px solid #DBF0A2;
  border-radius: 100px;
  background: #F3FFD3;
  margin-bottom: 10px;
  transform: translateX(-17px);
}
.unitCard .name {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  color: #245F45;
}

.locateCard {
  border: 1px solid #B9B9B9;
  background: #fff;
  padding: 60px 65px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.locateCard .title {
  margin-bottom: 40px;
  color: #8E8E8E;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  min-height: 69px;
}
.locateCard ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: auto;
}
.locateCard ul li {
  position: relative;
  padding-left: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.locateCard ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 3px;
  background: #000;
}
.locateCard .advantage {
  position: absolute;
  bottom: 30px;
  right: 40px;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: top right;
  color: #245F45;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

section.projectDetail .gridArea {
  position: relative;
}
section.projectDetail .gridArea .grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 238.5px);
}
section.projectDetail .gridArea .grid .item {
  display: flex;
  position: relative;
  z-index: 2;
}
section.projectDetail .gridArea .grid .item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}
section.projectDetail .gridArea .grid .item img.active {
  opacity: 1;
}
section.projectDetail .gridArea .grid .i6 {
  grid-row: span 2;
}
section.projectDetail .gridArea .grid .i7 {
  grid-column: span 2;
}
section.projectDetail .gridArea .imgArea {
  aspect-ratio: 1446/482;
  max-width: 1446px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.projectDetail .gridArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.projectDetail .feelGood {
  padding: 125px 0 120px;
  background: #245F45;
  margin-bottom: 230px;
}
section.projectDetail .feelGood .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.projectDetail .feelGood .titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}
section.projectDetail .feelGood .titleArea .title {
  text-align: center;
  max-width: 605px;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 129%;
}
section.projectDetail .feelGood .titleArea .text {
  text-align: center;
  max-width: 915px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 129%;
}
section.projectDetail .feelGood .titleArea .text b {
  font-weight: 500;
  margin-bottom: 25px;
  display: block;
}
section.projectDetail .feelGood .row {
  width: 100%;
}
section.projectDetail .littleSteps {
  margin-bottom: 30px;
}
section.projectDetail .littleSteps .titleArea {
  margin-bottom: 65px;
}
section.projectDetail .littleSteps .titleArea .title {
  margin-bottom: 55px;
  color: #7C7063;
  font-size: 70px;
  font-weight: 400;
  line-height: 115%;
}
section.projectDetail .littleSteps .titleArea .title b {
  font-weight: 500;
}
section.projectDetail .littleSteps .titleArea .text {
  color: #7C7063;
  font-size: 18px;
  font-weight: 400;
  line-height: 141%;
}
section.projectDetail .littleSteps .titleArea .text b {
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
section.projectDetail .littleSteps .rightImgArea {
  position: relative;
}
section.projectDetail .littleSteps .rightImgArea .imgArea {
  aspect-ratio: 465/537;
  max-width: 465px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
section.projectDetail .littleSteps .rightImgArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.projectDetail .littleSteps .rightImgArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 356/537;
  max-width: 356px;
  width: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/shapes2.svg");
  background: rgba(220, 212, 204, 0.97);
}
section.projectDetail .littleSteps .rightImgArea:before {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 260px;
  left: 0;
  transform: translate(0, 100%);
  aspect-ratio: 398/374;
  z-index: 3;
  max-width: 398px;
  width: 100%;
  background-image: url("../img/stepimg2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

section.social .socialBanner {
  position: relative;
  min-height: 480px;
  display: flex;
}
section.social .socialBanner .imgArea {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.social .socialBanner .content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  gap: 40px;
  justify-content: space-between;
  min-height: 100%;
  padding: 50px 160px 40px 75px;
}
section.social .socialBanner .content .discover {
  display: flex;
  flex-direction: column;
  gap: 85px;
  font-size: 20px;
  font-weight: 600;
  color: #8E8E8E;
  line-height: 125%;
  margin-top: auto;
}
section.social .socialBanner .content .discover a {
  display: flex;
  transition: 0.3s ease all;
}
section.social .socialBanner .content .discover a:hover {
  transform: translateY(15px);
}
section.social .socialBanner .content .text {
  max-width: 810px;
  text-align: right;
  color: #8E8E8E;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}
section.social .socialBanner .content .text b {
  font-weight: 600;
  display: block;
}
section.social .myVerticalSwiper {
  max-height: 746px;
  margin-bottom: 70px;
}

section.unitType .diffrentLife {
  margin-top: 100px;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 135px 80px 95px 155px;
}
section.unitType .diffrentLife .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.unitType .diffrentLife .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.unitType .diffrentLife .titleArea {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
section.unitType .diffrentLife .titleArea .title {
  color: #245F45;
  font-size: 50px;
  font-weight: 600;
  line-height: 116%;
  margin-bottom: 35px;
}
section.unitType .diffrentLife .titleArea .text {
  color: #245F45;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
section.unitType .diffrentLife .titleArea .text b {
  font-weight: 600;
  display: block;
}
section.unitType .diffrentLife .rightArea {
  position: relative;
  z-index: 2;
}
section.unitType .diffrentLife .rightArea .text {
  color: #245F45;
  font-size: 15px;
  font-weight: 600;
  line-height: 116%;
  margin-bottom: 15px;
  text-align: right;
}
section.unitType .diffrentLife .rightArea .buttons {
  display: flex;
  gap: 15px;
}

section.unitDetail {
  position: relative;
}
section.unitDetail .unitDetailMarkerArea {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1427/779;
  max-width: 1427px;
  overflow: visible !important;
}
section.unitDetail .unitDetailMarkerArea img {
  width: 100%;
  display: block;
  height: auto;
}
section.unitDetail .unitDetailMarkerArea .marker {
  position: absolute;
  width: 53px;
  height: 53px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.unitDetail .unitDetailMarkerArea .marker span {
  width: 100%;
  height: 100%;
  background-image: url("../img/marker.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: flex;
  position: relative;
  cursor: pointer;
  box-shadow: -1px 0px 25.5px 0px #7F948B;
}
section.unitDetail .unitDetailMarkerArea .markerContent {
  position: absolute;
  width: 322px;
  top: -15px;
  left: 0;
  transform: translateY(-100%);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity linear;
}
section.unitDetail .unitDetailMarkerArea .markerContent .title {
  display: inline-flex;
  background: #FFFFFF;
  border-radius: 13px 13px 0 0;
  padding: 10px 20px;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #245F45;
  align-items: flex-end;
}
section.unitDetail .unitDetailMarkerArea .markerContent .title b {
  font-size: 19px;
}
section.unitDetail .unitDetailMarkerArea .markerContent .content {
  border-radius: 0 19px 19px 19px;
  background: #245F45;
  padding: 30px 25px;
  position: relative;
  z-index: 10;
}
section.unitDetail .unitDetailMarkerArea .markerContent .content ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.unitDetail .unitDetailMarkerArea .markerContent .content ul li {
  position: relative;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
section.unitDetail .unitDetailMarkerArea .markerContent .content ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #fff;
}
section.unitDetail .unitDetailMarkerArea .markerContent .content ul li:nth-child(even) {
  color: #D7F97F;
}
section.unitDetail .unitDetailMarkerArea .markerContent.active {
  opacity: 1;
  pointer-events: auto;
}
section.unitDetail .whyUnit {
  margin-top: 65px;
}
section.unitDetail .whyUnit > .title {
  color: #245F45;
  font-size: 36px;
  font-weight: 400;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
section.unitDetail .whyUnit > .title span {
  z-index: 3;
  position: relative;
}
section.unitDetail .whyUnit > .title:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 63px;
  height: 96px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/question.svg");
  background: #EDEDED;
  z-index: 2;
}
section.unitDetail .whyUnit .content .list {
  display: flex;
  border: 1px solid #EDEDED;
  margin-bottom: 85px;
}
section.unitDetail .whyUnit .content .list .item {
  border-right: 1px solid #EDEDED;
  padding: 33px 35px 33px 55px;
  height: 100%;
  display: flex;
  align-items: center;
}
section.unitDetail .whyUnit .content .list .item .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  color: #245F45;
  font-size: 20px;
  font-weight: 500;
  line-height: 117%;
}
section.unitDetail .whyUnit .content .list .item:last-child {
  border-right: none;
}
section.unitDetail .addressImages {
  margin-bottom: 50px;
}
section.unitDetail .addressImages .row {
  justify-content: center;
}
section.unitDetail .addressImages .title {
  color: #245F45;
  font-size: 24px;
  font-weight: 400;
}
section.unitDetail .addressImages .leftImage .title {
  margin-bottom: 25px;
}
section.unitDetail .addressImages .rightImage .title {
  margin-bottom: 5px;
}
section.unitDetail .yediVadiText {
  margin-top: 75px;
}
section.unitDetail:after {
  content: "";
  pointer-events: none;
  aspect-ratio: 1920/641;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-image: url("../img/pagetitlebg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

section.locate .locateCardTextArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  gap: 50px;
}
section.locate .locateCardTextArea .text {
  color: #245F45;
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
  text-align: right;
  max-width: 850px;
}
section.locate .locateCardTextArea .text b {
  display: block;
  font-weight: 500;
}
section.locate .locateCardTextArea .bottomText {
  color: #245F45;
  font-size: 19px;
  font-weight: 700;
  line-height: 125%;
}
section.locate .mapImgArea {
  aspect-ratio: 1920/700;
  width: 100%;
  margin-bottom: -130px;
  margin-top: 60px;
}
section.locate .mapImgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

section.creators .bottomText {
  margin: 100px auto 150px;
  max-width: 1245px;
  color: #000;
  font-size: 22px;
  line-height: 148%;
  font-weight: 400;
  text-align: center;
}
section.creators .yediVadiText {
  margin-bottom: 140px;
}

section.contact .contactArea {
  border: 1px solid #B9B9B9;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
section.contact .contactArea .contactInfo {
  border-right: 1px solid #B9B9B9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.contact .contactArea .contactInfo .contactSubTitle {
  margin-bottom: 20px;
  color: #060606;
  font-weight: 700;
  font-size: 14px;
}
section.contact .contactArea .contactInfo .titleArea {
  border-bottom: 1px solid #B9B9B9;
  padding: 55px 65px 45px;
}
section.contact .contactArea .contactInfo .titleArea .title {
  color: #060606;
  font-size: 18px;
  font-weight: 400;
  line-height: 138%;
}
section.contact .contactArea .contactInfo .content {
  padding: 40px 65px 50px;
}
section.contact .contactArea .contactInfo .content .double {
  display: flex;
  gap: 85px;
  margin-bottom: 40px;
}
section.contact .contactArea .contactInfo .content .double .phone a {
  color: #060606;
  font-size: 20px;
  font-weight: 600;
  line-height: 136%;
}
section.contact .contactArea .contactInfo .content .double .mail .text {
  color: #060606;
  font-size: 18px;
  font-weight: 400;
  line-height: 136%;
}
section.contact .contactArea .contactInfo .content .workingHours .text {
  display: flex;
  flex-direction: column;
  color: #060606;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
section.contact .contactArea .contactInfo .content .workingHours .text b {
  margin-top: 15px;
  font-size: 13px;
}
section.contact .contactArea .contactMap .map {
  width: 100%;
  height: 490px;
}
section.contact .contactForm {
  margin-bottom: 110px;
}
section.contact .contactForm .checkboxArea {
  margin: 25px 0 35px;
}
section.contact .contactForm .lifeBtn {
  border: none;
  background: transparent;
  cursor: pointer;
}

section.gallery .gallerySelect {
  margin-bottom: 90px;
  position: relative;
  z-index: 3;
}
section.gallery .gallerySelect .list {
  display: flex;
  gap: 20px;
  padding-top: 5px;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.gallery .gallerySelect .list::-webkit-scrollbar {
  display: none;
}
section.gallery .gallerySelect .galleryItem {
  aspect-ratio: 463/400;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
section.gallery .gallerySelect .galleryItem img {
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.gallery .gallerySelect .galleryItem:hover img {
  transform: scale(1.05);
}/*# sourceMappingURL=style.css.map */