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

.customContainer1 {
  max-width: 1400px;
}

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

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

img {
  max-width: 100%;
}

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

::-webkit-scrollbar-track {
  background: #40322C;
}

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

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

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

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

.container.megaContainer {
  max-width: 1400px;
  --containerMaxWidth: 1400px;
}
.container.container-custom2 {
  max-width: 990px;
}

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

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

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

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

header {
  padding: 46px 0 30px;
  position: relative;
  z-index: 5;
}
header > .container {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .logo img {
  height: 51px;
}
header .phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .phone .icon {
  width: 27px;
  height: 18px;
  fill: #000;
}
header .phone span {
  color: #000;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  max-width: 66px;
}
header .phone b {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
header .searchMobile {
  display: none;
  align-items: center;
  margin-left: auto;
}
header .searchMobile button {
  height: 50px;
  width: 50px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFF;
  border-radius: 50%;
}
header .searchMobile button .icon {
  width: 17px;
  height: 17px;
  fill: #9A9A9A;
}
header .searchMobile .searchMenu {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #ECECEC;
  position: absolute;
  background-color: #fff;
  width: calc(100vw - 40px);
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  border-radius: 80px;
  overflow: hidden;
  transition: 0.3s ease all;
}
header .searchMobile input {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 20px;
  border: 0;
}
header .searchMobile input.placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .searchMobile input:-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .searchMobile input::-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .searchMobile input:-ms-input-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .searchMobile input::-webkit-input-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .searchMobile.active .searchMenu {
  opacity: 1;
  pointer-events: all;
}
header .search {
  border-radius: 600px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-left: auto;
  position: relative;
}
header .search button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  cursor: pointer;
}
header .search button .icon {
  width: 17px;
  height: 17px;
  fill: #9A9A9A;
}
header .search input {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 500;
  border: 0;
}
header .search input.placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .search input:-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .search input::-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .search input:-ms-input-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .search input::-webkit-input-placeholder {
  color: #9A9A9A;
  opacity: 1;
}
header .menu {
  border-radius: 300px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 0 10px;
  z-index: 1;
}
header .menu > li {
  transition: 0.3s ease all;
}
header .menu > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 22px 20px;
}
header .menu > li > a:before {
  content: "";
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: rgba(170, 255, 31, 0);
  transition: 0.3s ease all;
  position: absolute;
  z-index: -1;
  border-radius: 40px;
  pointer-events: none;
}
header .menu > li .dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  z-index: 6;
}
header .menu > li .dropdownMenu ul {
  background: #fff;
  padding: 30px 20px;
  /*border-radius: 20px;*/
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
header .menu > li .dropdownMenu ul a {
  font-size: 17px;
  display: block;
}
header .menu > li .dropdownMenu ul a:hover {
  color: #d4992c;
}
header .menu > li.dropdown {
  cursor: pointer;
}
header .menu > li.dropdown:hover .dropdownMenu {
  opacity: 1;
  pointer-events: auto;
}
header .menu > li.dropdown.type2 {
  position: relative;
}
header .menu > li.dropdown > a {
  padding-right: 30px;
  /* &:before {
    content: '';
    right: 0;
    width: 23px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
    background: #D9D9D9;
    position: absolute;
    transition: 0.3s ease all;
  } */
}
header .menu > li.dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9.5px;
  height: 5.8px;
  background: #000;
  right: 7px;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
}
header .menu > li.active > a:before {
  background: rgb(170, 255, 31) !important;
}
header .menu > li.active.dropdown > a:before {
  background: #FFFFFF;
}
header .menu > li.active.dropdown > a:after {
  transform: translateY(-50%) rotate(180deg);
}
header .menu > li:hover > a:before {
  background: rgb(170, 255, 31) !important;
}
header .languageSelection {
  height: 60px;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}
header .languageSelection .selected {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 22px 13px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
header .languageSelection .selected span {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 600;
}
header .languageSelection .selected img {
  width: 27px;
  height: 26px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
header .languageSelection .selected .icon {
  width: 11px;
  height: 11px;
  fill: #9A9A9A;
  flex-shrink: 0;
  margin-left: 0px;
}
header .languageSelection .list {
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 0;
  top: calc(100% - 35px);
  border-radius: 0 0 40px 40px;
  padding: 0 13px 0;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease all;
}
header .languageSelection .list a {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .languageSelection .list a span {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease all;
}
header .languageSelection .list a img {
  width: 27px;
  height: 26px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  flex-grow: 0;
}
header .languageSelection .list a:hover span {
  color: #000;
}
header .languageSelection.active .list {
  border-radius: 5px 5px 30px 30px;
  max-height: 200px;
  padding: 40px 13px 20px;
}
header .openMobileMenu {
  cursor: pointer;
  display: none;
}
header .openMobileMenu .icon {
  width: 45px;
  height: 20px;
}

.megaMenuArea {
  top: 135.5px;
  position: absolute;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: 0.3s ease all;
}
.megaMenuArea .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.megaMenuArea .megaMenuOfferForm {
  border-radius: 18px;
  background: #e31e24;
  padding: 105px 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.megaMenuArea .megaMenuOfferForm > div.icon {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  width: 55px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/reference.svg");
  background: #1C1B1F;
}
.megaMenuArea .megaMenuOfferForm .title {
  color: #1C1B1F;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin: 65px 0 30px;
}
.megaMenuArea .megaMenuOfferForm .description {
  color: #1C1B1F;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  max-width: 225px;
  margin-bottom: 40px;
}
.megaMenuArea .megaMenuOfferForm .view {
  display: flex;
  align-items: center;
  gap: 25px;
  line-height: 20px;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: auto;
  padding: 22px;
  border-radius: 10px;
  /* 200% */
}
.megaMenuArea .megaMenuOfferForm .view .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.megaMenuArea .megaMenuOfferForm .view:hover .icon {
  transform: translateX(10px);
}
.megaMenuArea .megaMenuOfferForm:after {
  content: "";
  background: #292929;
  position: absolute;
  background: linear-gradient(90deg, #ffb0b0 12.16%, #000000 82.23%);
  top: 80px;
  left: 0;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slideline.svg");
  aspect-ratio: 303/114;
  flex-shrink: 0;
  width: 303px;
  max-width: 100%;
  z-index: 0;
}
.megaMenuArea.active {
  opacity: 1;
  pointer-events: auto;
}

.megaMenu {
  background: #fff;
  z-index: 5;
  border-radius: 18px;
  padding: 65px 170px 65px 145px;
  height: 100%;
}
.megaMenu .content {
  justify-content: space-between;
  display: flex;
  gap: 50px;
}
.megaMenu .menu1 {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding-top: 10px;
  width: 55%;
}
.megaMenu .menu1 li a {
  color: #0E0E0E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  width: 100%;
  display: flex;
  transition: 0.3s ease all;
}
.megaMenu .menu1 li a:hover {
  font-weight: 700;
}
.megaMenu .menu1 li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowlong.svg");
  transform: translateY(-50%);
  width: 27px;
  height: 13px;
  flex-shrink: 0;
  background: #000;
  opacity: 0;
}
.megaMenu .menu1 li a.active {
  font-weight: 700;
}
.megaMenu .menu1 li a.active:after {
  opacity: 1;
}
.megaMenu .menu2 {
  display: flex;
  align-items: flex-start;
  height: 100%;
  gap: 45px;
  height: 100%;
}
.megaMenu .menu2 .imgArea {
  aspect-ratio: 1/1;
  width: 46px;
}
.megaMenu .menu2 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.megaMenu .menu2 ul {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 31px;
  min-width: 266px;
}
.megaMenu .menu2 ul a a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.megaMenu .menu2 ul a.viewAll {
  display: flex;
  align-items: center;
  color: #ADADAD;
  font-size: 18px;
  font-weight: 600;
  margin-top: auto;
  gap: 15px;
}
.megaMenu .menu2 ul a.viewAll .icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  fill: #ADADAD;
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 53px 0 0;
  z-index: 9;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.mobileMenu .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.mobileMenu .top .logo img {
  height: 34px;
}
.mobileMenu .top .closeMobileMenu .icon {
  width: 30px;
  height: 30px;
}
.mobileMenu .titleArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mobileMenu .titleArea .backButton {
  padding: 10px 15px;
  border-radius: 50px;
  background: #fff;
  transform: rotate(-180deg);
  border: 1px solid #000;
}
.mobileMenu .titleArea .backButton .icon {
  width: 20px;
  height: 12px;
  fill: #000;
}
.mobileMenu .titleArea .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.mobileMenu .menu1 {
  display: block;
}
.mobileMenu .menu1.deactive {
  display: none;
}
.mobileMenu .menu2 {
  display: none;
}
.mobileMenu .menu2.active {
  display: block;
}
.mobileMenu .menu3 {
  display: none;
}
.mobileMenu .menu3.active {
  display: block;
}
.mobileMenu .menuWrapper ul {
  height: calc(100vh - 200px);
  overflow: hidden;
  padding-right: 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mobileMenu .menuWrapper ul li a {
  color: #0E0E0E;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.mobileMenu .menuWrapper ul li.subMenu a {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 30px;
}
.mobileMenu .menuWrapper ul li.subMenu a:after {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  width: 20px;
  height: 15px;
  background: #000;
}
.mobileMenu .menuWrapper ul::-webkit-scrollbar-track {
  background: #ECECEC;
}
.mobileMenu .menuWrapper ul::-webkit-scrollbar {
  width: 7px;
  background-color: #000;
}
.mobileMenu .menuWrapper ul::-webkit-scrollbar-thumb {
  background: #000;
}
.mobileMenu.active {
  pointer-events: auto;
  opacity: 1;
}

.footerTopArea {
  transform: translateY(50%);
}
.footerTopArea .footerTop {
  padding: 45px 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/footertopimg.png");
}
.footerTopArea .footerTop .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerTopArea .footerTop .titleArea .title {
  color: #3186CB;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px; /* 212.5% */
}
.footerTopArea .footerTop .titleArea .description {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px; /* 141.667% */
}
.footerTopArea .footerTop .more {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px; /* 188.889% */
}
.footerTopArea .footerTop .more b {
  text-decoration: underline;
  font-weight: 300;
}
.footerTopArea.type2 {
  margin-top: -79px;
  transform: translateY(79px);
}

footer {
  padding: 160px 0 60px;
  background: #000;
}
footer .footerTopContent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 100px;
}
footer .footerTopContent .brochure {
  display: flex;
  margin-left: 130px;
  gap: 22px;
  align-items: flex-start;
}
footer .footerTopContent .brochure .icon {
  width: 35px;
  height: 31px;
  flex-shrink: 0;
  fill: #C6C6C6;
}
footer .footerTopContent .brochure .arrow {
  margin-top: auto;
  width: 21px;
  height: 21px;
  fill: #C6C6C6;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
footer .footerTopContent .brochure .text {
  color: #C6C6C6;
  font-size: 14px;
  font-weight: 500;
}
footer .footerTopContent .brochure .text b {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
footer .footerTopContent .brochure:hover .arrow {
  transform: translateX(10px);
}
footer .footerTopContent .social {
  margin-left: auto;
  display: flex;
  gap: 25px;
  align-items: center;
}
footer .footerTopContent .social .link {
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
  transition: 0.3s ease all;
}
footer .footerTopContent .social .link:hover {
  color: #FFE500;
}
footer .footerContent {
  border-radius: 20px;
  background: #0E0E0E;
  padding: 85px 0 40px;
  position: relative;
}
footer .footerContent .menus {
  padding-bottom: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #393939;
  display: flex;
  align-items: flex-start;
  gap: 170px;
  justify-content: space-between;
}
footer .footerContent .menus .menu .title {
  color: #9D9D9D;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 65px;
}
footer .footerContent .menus .menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footerContent .menus .menu ul li a {
  line-height: 22px;
  transition: 0.3s ease all;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
footer .footerContent .menus .menu ul li a:hover {
  color: #FFE500;
}
footer .footerContent .menus .menu ul li.viewAll a {
  color: #FFE500;
  position: relative;
}
footer .footerContent .menus .menu ul li.viewAll a:after {
  content: "";
  background: #FFE500;
  position: absolute;
  top: 50%;
  transform: translateX(calc(100% + 20px)) translateY(-50%);
  right: 0;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow_circle.svg");
  width: 21px;
  height: 21px;
}
footer .footerContent .menus .menu ul li.viewAll a:hover:after {
  transform: translateX(calc(100% + 30px)) translateY(-50%);
}
footer .footerContent .contactInfo {
  display: flex;
  align-items: center;
  width: 100%;
}
footer .footerContent .contactInfo .item {
  max-width: 529px;
}
footer .footerContent .contactInfo .item .title {
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 500;
  line-height: 37px; /* 231.25% */
}
footer .footerContent .contactInfo .item .text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
footer .footerContent .contactInfo .item .webLink {
  color: #9D9D9D;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
footer .footerContent .contactInfo .item.type2 {
  max-width: 365px;
  margin-right: auto;
  margin-left: 100px;
}
footer .footerContent .contactInfo .phoneNumber {
  display: flex;
  align-items: center;
}
footer .footerContent .contactInfo .phoneNumber .icon {
  width: 32px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
}
footer .footerContent .contactInfo .phoneNumber .text {
  margin: 0 15px 0 10px;
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
}
footer .footerContent .contactInfo .phoneNumber .number {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}
footer .footerContent:after {
  content: "";
  background: #292929;
  position: absolute;
  top: -30px;
  right: 0;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/footerline.svg");
  aspect-ratio: 497/186;
  flex-shrink: 0;
  width: 497px;
}
footer .copyright {
  padding-top: 50px;
  text-align: center;
  color: #9D9D9D;
  font-size: 17px;
  font-weight: 300;
  line-height: 34px; /* 200% */
}

.mainSlide {
  position: relative;
  border-radius: 20px;
}
.mainSlide .swiper-slide {
  position: relative;
  height: 694px;
  padding: 85px 35px 35px 100px;
}
.mainSlide .swiper-slide .imgArea {
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.mainSlide .swiper-slide .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainSlide .swiper-slide .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.mainSlide .swiper-slide .content .title {
  color: #FFF;
  font-size: 60px;
  font-weight: 500;
  max-width: 500px;
  line-height: normal;
}
.mainSlide .swiper-slide .content .description {
  margin: 20px 0 80px;
  color: #FFF;
  max-width: 635px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  /* 160% */
}
.mainSlide .swiper-slide .content .reviewBtn {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}
.mainSlide .swiper-slide .content .reviewBtn .icon {
  transition: 0.3s ease all;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #fff;
}
.mainSlide .swiper-slide .content .reviewBtn:hover .icon {
  transform: translateX(10px);
}
.mainSlide .swiper-slide .content .bottomPolicy {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mainSlide .swiper-slide .content .bottomPolicy .policiyImg {
  aspect-ratio: 1/1;
  width: 160px;
}
.mainSlide .swiper-slide .content .bottomPolicy .policiyImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.mainSlide .swiper-slide .content .bottomPolicy .text {
  margin-top: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
.mainSlide .swiper-slide .rightImg {
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.mainSlide .swiper-slide .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainSlide .swiper-slide:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(-270deg, #000 0.82%, rgba(3, 3, 3, 0) 89.27%);
}
.mainSlide .swiper-slide.type2 {
  background: #FFE500;
}
.mainSlide .swiper-slide.type2 .content .title {
  color: #000;
}
.mainSlide .swiper-slide.type2 .content .description {
  color: #000;
}
.mainSlide .swiper-slide.type2 .content .reviewBtn {
  color: #000;
}
.mainSlide .swiper-slide.type2 .content .reviewBtn .icon {
  fill: #000;
}
.mainSlide .swiper-slide.type2 .content .reviewBtn:hover .icon {
  transform: translateX(10px);
}
.mainSlide .swiper-slide.type2:after {
  display: none;
}
.mainSlide .buttons {
  position: absolute;
  left: 100px;
  bottom: 100px;
  display: flex;
  gap: 25px;
}
.mainSlide .buttons .swiper-button {
  position: relative;
  margin: 0;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 65px;
  border-radius: 50%;
  border: 1px solid #FFA756;
  flex-shrink: 0;
  min-height: 65px;
  transition: 0.3s ease all;
}
.mainSlide .buttons .swiper-button .icon {
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  fill: #FFA756;
  transition: 0.3s ease all;
}
.mainSlide .buttons .swiper-button:hover .icon {
  scale: 1.5;
}
.mainSlide .buttons .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
.mainSlide .buttons .swiper-button:after {
  display: none;
}
.mainSlide.blackType .buttons .swiper-button {
  border: 1px solid #000;
}
.mainSlide.blackType .buttons .swiper-button .icon {
  fill: #000;
}

section.mainSLider .slideCards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.mainSLider .slideCards .slideCard {
  border-radius: 20px;
  background: #000;
  padding: 35px 45px 50px;
  position: relative;
}
section.mainSLider .slideCards .slideCard > div.icon {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  width: 50px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/navigation.svg");
  background: linear-gradient(180deg, #F3AF32 0%, #8D661D 100%);
}
section.mainSLider .slideCards .slideCard .title {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 15px;
}
section.mainSLider .slideCards .slideCard .description {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  max-width: 225px;
  margin-bottom: 40px;
}
section.mainSLider .slideCards .slideCard .view {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F3AF32;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
}
section.mainSLider .slideCards .slideCard .view .icon {
  width: 24px;
  height: 24px;
  fill: #F3AF32;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
section.mainSLider .slideCards .slideCard .view:hover .icon {
  transform: translateX(10px);
}
section.mainSLider .slideCards .slideCard.type2 {
  background: #40322C;
  padding-bottom: 30px;
}
section.mainSLider .slideCards .slideCard.type2:after {
  background: linear-gradient(-90deg, #CBBFA4 12.16%, #6E6561 82.23%);
}
section.mainSLider .slideCards .slideCard.type2 .title {
  color: #FFF5E3;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
section.mainSLider .slideCards .slideCard.type2 div.icon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/book.svg");
  background: linear-gradient(180deg, #FFDFA4 0%, #FFF5E3 100%);
}
section.mainSLider .slideCards .slideCard:after {
  content: "";
  background: #292929;
  position: absolute;
  background: linear-gradient(-90deg, #CBBFA4 12.16%, #000 82.23%);
  top: 30px;
  left: 0;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slideline.svg");
  aspect-ratio: 239/90;
  flex-shrink: 0;
  width: 239px;
  z-index: 0;
}

section.mainBlogSlide {
  margin-top: 30px;
}
section.mainBlogSlide .mainBlogSlider {
  max-height: 240px;
}
section.mainBlogSlide .mainBlogSlider .swiper-slide {
  background-color: #40322C;
  opacity: 0;
  pointer-events: auto;
  border-radius: 20px 20px 0 0;
}
section.mainBlogSlide .mainBlogSlider .swiper-slide-active {
  opacity: 1;
}
section.mainBlogSlide .mainBlogSlider .buttons {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
  z-index: 2;
}
section.mainBlogSlide .mainBlogSlider .buttons .swiper-button {
  position: relative;
  margin: 0;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
section.mainBlogSlide .mainBlogSlider .buttons .swiper-button .icon {
  transform: rotate(180deg);
  width: 29px;
  height: 16px;
  flex-shrink: 0;
  fill: #fff;
  transition: 0.3s ease all;
}
section.mainBlogSlide .mainBlogSlider .buttons .swiper-button:hover .icon {
  scale: 1.5;
}
section.mainBlogSlide .mainBlogSlider .buttons .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
section.mainBlogSlide .mainBlogSlider .buttons .swiper-button:after {
  display: none;
}
section.mainBlogSlide.type2 .mainBlogSlider .swiper-slide {
  background: #000;
}

.mainBlogSlideContent {
  display: flex;
  padding: 60px 30px 60px 0;
  align-items: center;
  gap: 20px;
}
.mainBlogSlideContent .imgArea {
  border-radius: 150px;
  transition: 0.3s ease all;
  aspect-ratio: 750/200;
  flex-shrink: 0;
  overflow: hidden;
  width: 35%;
}
.mainBlogSlideContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainBlogSlideContent .content .date {
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: #C3C0B7;
}
.mainBlogSlideContent .content .date .icon {
  width: 13px;
  height: 12px;
  fill: #C3C0B7;
}
.mainBlogSlideContent .content .title {
  margin: 15px 0;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mainBlogSlideContent .content .description {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
}
.mainBlogSlideContent:hover .imgArea {
  border-radius: 20px;
}

section.mainPlateArea {
  overflow: hidden;
}
section.mainPlateArea .content {
  background-color: #fff;
  border-bottom: 1px solid #F6F5F2;
}
section.mainPlateArea .plateTextArea {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 100%;
}
section.mainPlateArea .plateTextArea .info {
  color: #7E6A61;
  font-size: 20px;
  white-space: nowrap;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  padding: 110px 30px;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  border-left: 1px solid #F6F5F2;
}
section.mainPlateArea .plateTextArea .info:after {
  content: "";
  top: 50px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFE500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section.mainPlateArea .plateTextArea .description {
  padding: 95px 0 120px 30px;
  max-width: 375px;
  font-size: 26px;
  line-height: 48px;
  font-weight: 300;
  color: #40322C;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
section.mainPlateArea .plateTextArea .description b {
  font-weight: 500;
}
section.mainPlateArea .plateTextArea .buttons {
  display: flex;
  margin-top: 30px;
  gap: 25px;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 65px;
  border-radius: 50%;
  border: 1px solid #40322C;
  flex-shrink: 0;
  min-height: 65px;
  transition: 0.3s ease all;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button .icon {
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  fill: #40322C;
  transition: 0.3s ease all;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button:hover .icon {
  scale: 1.5;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button.prev {
  transform: rotate(180deg);
}
section.mainPlateArea .plateTextArea .buttons .swiper-button:after {
  display: none;
}
section.mainPlateArea .plateSlide {
  margin-right: auto;
  margin-top: 75px;
  border-radius: 20px;
}
section.mainPlateArea .plateSlide .buttons {
  position: absolute;
  left: -57%;
  bottom: 0;
  display: flex;
  gap: 25px;
}
section.mainPlateArea .plateSlide .buttons .swiper-button {
  position: relative;
  margin: 0;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 65px;
  border-radius: 50%;
  border: 1px solid #40322C;
  flex-shrink: 0;
  min-height: 65px;
  transition: 0.3s ease all;
}
section.mainPlateArea .plateSlide .buttons .swiper-button .icon {
  transform: rotate(-90deg);
  width: 12px;
  height: 6px;
  flex-shrink: 0;
  fill: #40322C;
  transition: 0.3s ease all;
}
section.mainPlateArea .plateSlide .buttons .swiper-button:hover .icon {
  scale: 1.5;
}
section.mainPlateArea .plateSlide .buttons .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
section.mainPlateArea .plateSlide .buttons .swiper-button:after {
  display: none;
}

.plateCard {
  background: #FFF8F0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 100px 40px;
  gap: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plateCard span {
  font-weight: 500;
  color: #858585;
  font-size: 16px;
}
.plateCard .imgArea {
  aspect-ratio: 200/260;
}
.plateCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.plateCard .name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

section.salesSupport {
  overflow: hidden;
  margin-bottom: 115px;
  padding-bottom: 254px;
}
section.salesSupport .supportContent {
  padding-top: 90px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
section.salesSupport .content {
  margin-bottom: 100px;
}
section.salesSupport .content .imgArea {
  border-radius: 0 0 20px 20px;
  margin-bottom: 35px;
}
section.salesSupport .content .text {
  font-size: 36px;
  font-weight: 300;
  line-height: 58px;
}
section.salesSupport .content .text b {
  font-weight: 500;
}
section.salesSupport .owl-carousel {
  transform: translateY(50%);
  margin-top: -254px;
}
section.salesSupport .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.supportCard {
  border-radius: 20px;
  background: #000;
  padding: 70px 75px 80px;
  position: relative;
}
.supportCard > div.icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 60px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/navigation.svg");
  background: #fff;
}
.supportCard .title {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 0;
  height: 99px;
}
.supportCard .description {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  height: 169px;
  display: flex;
  align-items: flex-end;
}
.supportCard .view {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F3AF32;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
}
.supportCard .view .icon {
  width: 24px;
  height: 24px;
  fill: #F3AF32;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.supportCard .view:hover .icon {
  transform: translateX(10px);
}
.supportCard.type2 {
  background: #40322C;
}
.supportCard.type2:after {
  background: linear-gradient(-90deg, #CBBFA4 12.16%, #6E6561 82.23%);
}
.supportCard.type2 div.icon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/book.svg");
  background: #FFF5E3;
}
.supportCard:after {
  content: "";
  background: #292929;
  position: absolute;
  background: linear-gradient(-90deg, #CBBFA4 12.16%, #000 82.23%);
  top: 45px;
  left: 45px;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slideline.svg");
  aspect-ratio: 239/90;
  flex-shrink: 0;
  width: 239px;
  z-index: 0;
  max-width: 100%;
}

section.mainTraffic {
  position: relative;
}
section.mainTraffic .content {
  position: absolute;
  right: 200px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
section.mainTraffic .content .text {
  font-size: 48px;
  color: #fff;
  line-height: 61px;
  margin-bottom: 55px;
}
section.mainTraffic .content img {
  height: 45px;
}
section.mainTraffic .imgArea {
  aspect-ratio: 1700/694;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
section.mainTraffic .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainTraffic .imgArea:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(280deg, rgba(0, 0, 0, 0.5) 30%, transparent 100%);
  z-index: 1;
}

section.mainWhy {
  padding-top: 110px;
  margin-bottom: 40px;
}
section.mainWhy .whyInfo .title {
  color: #40322C;
  font-size: 60px;
  font-weight: 500;
  line-height: 81px; /* 135% */
  margin-bottom: 35px;
}
section.mainWhy .whyInfo .description {
  color: #40322C;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px; /* 188.889% */
  margin-bottom: 40px;
  max-width: 585px;
}
section.mainWhy .whyInfo ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.mainWhy .whyInfo ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #40322C;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}
section.mainWhy .whyInfo ul li .icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  fill: #40322C;
}

.worldContent .imgArea {
  margin-bottom: 30px;
  background: #fff;
  aspect-ratio: 1433/887;
  border-radius: 20px;
  overflow: hidden;
}
.worldContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.worldCard {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.worldCard .item {
  display: flex;
  height: 100%;
  gap: 25px;
  padding: 25px 30px;
  color: #000;
  line-height: 24px; /* 181.25% */
  align-items: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
.worldCard .item b {
  font-weight: 600;
}
.worldCard .item .icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: #7E7E7E;
}
.worldCard .item.info {
  border-bottom: 2px solid #ECECEC;
}
.worldCard .item.info b {
  display: flex;
}
.worldCard .doubleItem {
  display: flex;
  border-top: 2px solid #ECECEC;
}
.worldCard .doubleItem .item {
  border-right: 2px solid #ECECEC;
  font-size: 20px;
  width: 50%;
  padding: 25px 30px;
}
.worldCard .doubleItem .item:last-child {
  border: 0;
}

.videoGalleryItem {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.videoGalleryItem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.videoGalleryItem .content {
  position: absolute;
  bottom: 45px;
  left: 45px;
  z-index: 2;
  display: block;
}
.videoGalleryItem .content .icon {
  margin-bottom: 20px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #FFF;
  transition: 0.3s ease all;
}
.videoGalleryItem .content .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.videoGalleryItem:hover .content .icon {
  transform: translateX(10px);
}
.videoGalleryItem:after {
  content: "";
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.galeryItem {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.galeryItem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.3s ease all;
}
.galeryItem:hover img {
  scale: 1.1;
}

.globalContent .galery {
  position: relative;
}
.globalContent .galeryInfo {
  top: 230px;
  position: absolute;
  z-index: 2;
  left: -60px;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}
.globalContent .galeryInfo:after {
  content: "";
  position: absolute;
  border-radius: -20px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF4D00;
}
.globalContent .galeryInfo.type2 {
  left: auto;
  right: -60px;
}

section.productionContent .productionBanner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
  min-height: 650px;
}
section.productionContent .productionBanner .imgArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.productionContent .productionBanner .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.productionContent .productionBanner .content {
  position: relative;
  z-index: 3;
  padding: 30px 150px;
  font-size: 34px;
  color: #fff;
  font-weight: 400;
  line-height: 44px;
}
section.productionContent .productionBanner .content b {
  font-weight: 600;
}
section.productionContent .productionBanner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.3;
}
section.productionContent .productionInfo {
  margin-bottom: 140px;
}
section.productionContent .productionInfo .info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 20px;
}
section.productionContent .productionInfo .info .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D0D0D0;
}
section.productionContent .productionInfo .imgArea {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 701/824;
}
section.productionContent .productionInfo .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.productionContent .productionBottomImg {
  margin-bottom: 100px;
}
section.productionContent .productionBottomImg .imgArea {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1432/559;
  margin-bottom: 90px;
}
section.productionContent .productionBottomImg .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.productionContent .productionBottomImg .text {
  max-width: 1245px;
  margin: 0 auto;
  font-size: 40px;
  color: #000;
  line-height: 59px;
}

section.page404 .imgArea {
  position: relative;
  margin: 0 auto 100px;
  aspect-ratio: 919/561;
  max-height: 561px;
}
section.page404 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.page404 .imgArea .image1, section.page404 .imgArea .image2, section.page404 .imgArea .image3, section.page404 .imgArea .image4 {
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translate(50%, 50%);
}
section.page404 .imgArea .image1 {
  top: -5%;
  left: -32%;
  width: 110px;
  height: 110px;
  animation: animation1 16s infinite;
}
section.page404 .imgArea .image2 {
  top: 28%;
  left: -20%;
  width: 120px;
  height: 120px;
  animation: animation2 12s infinite;
}
section.page404 .imgArea .image3 {
  top: 0%;
  right: -3%;
  width: 150px;
  height: 150px;
  animation: animation3 10s infinite;
}
section.page404 .imgArea .image4 {
  bottom: -5%;
  right: -32%;
  width: 110px;
  height: 110px;
  animation: animation4 4s infinite;
}
@keyframes animation1 {
  0%, 100% {
    transform: translate(50%, 50%);
  }
  25% {
    transform: translate(50%, 40%);
  }
  50% {
    transform: translate(50%, 60%);
  }
  75% {
    transform: translate(45%, 50%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
@keyframes animation2 {
  0%, 100% {
    transform: translate(50%, 50%);
  }
  25% {
    transform: translate(45%, 50%);
  }
  50% {
    transform: translate(55%, 50%);
  }
  75% {
    transform: translate(45%, 50%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
@keyframes animation3 {
  0%, 100% {
    transform: translate(50%, 50%);
  }
  25% {
    transform: translate(55%, 45%);
  }
  50% {
    transform: translate(45%, 55%);
  }
  75% {
    transform: translate(45%, 50%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
@keyframes animation4 {
  0%, 100% {
    transform: translate(50%, 50%);
  }
  25% {
    transform: translate(50%, 45%);
  }
  50% {
    transform: translate(50%, 55%);
  }
  75% {
    transform: translate(45%, 50%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
section.page404 .content {
  margin-bottom: 240px;
  text-align: center;
}
section.page404 .content .title {
  font-weight: 900;
  font-size: 129px;
  color: #000;
  margin-bottom: 30px;
}
section.page404 .content .text {
  font-size: 40px;
  color: #000;
}
section.page404 .content .description {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 90px;
  color: #000;
}
section.page404 .content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
section.page404 .content .buttons .homeBtn {
  background: #000000;
  border-radius: 50px;
  padding: 12px 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #000;
  transition: 0.3s ease all;
}
section.page404 .content .buttons .homeBtn:hover {
  background: transparent;
  color: #000;
}
section.page404 .content .buttons .contactBtn {
  background: transparent;
  border-radius: 50px;
  padding: 12px 30px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #000;
  transition: 0.3s ease all;
}
section.page404 .content .buttons .contactBtn:hover {
  background: #000000;
  color: #fff;
}

section.corporateContent {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 60px 0 120px;
}
section.corporateContent .corporateWidgets {
  margin-bottom: 75px;
}
section.corporateContent .corporateWidgets .imgArea {
  aspect-ratio: 701/566;
}
section.corporateContent .corporateWidgets .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.corporateContent .corporateWidgets .info {
  padding-left: 50px;
}
section.corporateContent .corporateWidgets .info .brand {
  aspect-ratio: 209/37;
  height: 37px;
  margin-left: auto;
}
section.corporateContent .corporateWidgets .info .comma {
  color: #000;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 128px; /* 100% */
}
section.corporateContent .corporateWidgets .info .description {
  margin-top: -60px;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
}
section.corporateContent .corporateWidgets .info .description b {
  font-weight: 500;
}
section.corporateContent .content > .imgArea {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1433/317;
  margin-bottom: 75px;
}
section.corporateContent .content > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.corporateContent .content > .text {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 75px;
  line-height: 51px; /* 159.375% */
}
section.corporateContent .content .corporateImg {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1433/189;
  margin-bottom: 75px;
}
section.corporateContent .content .corporateImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.corporateContent .content .corporateQuality {
  display: flex;
  margin-top: 90px;
  align-items: center;
  gap: 55px;
}
section.corporateContent .content .corporateQuality .imgArea {
  aspect-ratio: 1/1;
  min-width: 197px;
}
section.corporateContent .content .corporateQuality .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.corporateContent .content .corporateQuality .text {
  color: #664B25;
  font-size: 26px;
  font-weight: 300;
  line-height: 44px; /* 169.231% */
}
section.corporateContent .content .security .title {
  color: #ABABAB;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 43px; /* 215% */
}
section.corporateContent .content .security .description {
  color: #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 75px; /* 156.25% */
  margin-bottom: 140px;
}
section.corporateContent .content .security .imgArea {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1433/624;
}
section.corporateContent .content .security .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.corporateContent .corporateCard {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.corporateContent .corporateCard .imgArea {
  aspect-ratio: 642/181;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
section.corporateContent .corporateCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.corporateContent .corporateCard .cardContent {
  padding: 20px 30px 0;
}
section.corporateContent .corporateCard .cardContent .title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px; /* 134.375% */
  margin-bottom: 35px;
}
section.corporateContent .corporateCard .cardContent .description {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px; /* 170% */
  margin-bottom: 60px;
}
section.corporateContent .corporateCard.type2 {
  background: #ECECEC;
}
section.corporateContent .corporateCard.type2 .imgArea {
  margin-bottom: 40px;
}
section.corporateContent .corporateCard.type2 .cardContent .description {
  margin: 0;
}
section.corporateContent .qualityImg {
  margin-top: 100px;
  border-radius: 300px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1433/161;
  margin-bottom: 140px;
}
section.corporateContent .qualityImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section.questionContent {
  margin-bottom: 300px;
}
section.questionContent .title {
  margin-bottom: 70px;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px; /* 130.556% */
}
section.questionContent .questionAccordions {
  padding-left: 95px;
  border-left: 1px solid #000;
}
section.questionContent .questionAccordions .showMore {
  display: flex;
  align-items: center;
  margin-top: 105px;
  gap: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px; /* 127.273% */
  cursor: pointer;
  justify-content: center;
}
section.questionContent .questionAccordions .showMore .icon {
  width: 17px;
  height: 9px;
  fill: #000;
}

section.productDetailContent {
  overflow: hidden;
}
section.productDetailContent .productDetailSlide {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  height: calc(80% - 20px);
  margin-bottom: 20px;
}
section.productDetailContent .productDetailSlide .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
}
section.productDetailContent .productDetailSlide .swiper-slide .imgArea {
  margin: 0 auto;
  aspect-ratio: 350/450;
}
section.productDetailContent .productDetailSlide .swiper-slide .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productDetailContent .productDetailSlide .buttons .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 74px;
  border-radius: 50%;
  border: 1px solid #000;
  flex-shrink: 0;
  min-height: 74px;
}
section.productDetailContent .productDetailSlide .buttons .swiper-button .icon {
  transform: rotate(-90deg);
  width: 18px;
  height: 12px;
  flex-shrink: 0;
  fill: #000;
  transition: 0.3s ease all;
}
section.productDetailContent .productDetailSlide .buttons .swiper-button:hover .icon {
  scale: 1.5;
}
section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  left: 35px;
}
section.productDetailContent .productDetailSlide .buttons .swiper-button.swiper-button-next {
  right: 35px;
}
section.productDetailContent .productDetailSlide .buttons .swiper-button:after {
  display: none;
}
section.productDetailContent .productThumbs {
  height: 20%;
}
section.productDetailContent .productThumbs .swiper-slide {
  aspect-ratio: 1/1;
  width: calc(33.33% - 7px);
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.productDetailContent .productThumbs .swiper-slide .imgArea {
  aspect-ratio: 1/1;
  width: 90px;
}
section.productDetailContent .productThumbs .swiper-slide .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productDetailContent .productDetailInfo {
  background: #fff;
  border-radius: 20px;
}
section.productDetailContent .productDetailInfo .name {
  border-bottom: 1px solid #ECECEC;
  padding: 50px 40px 45px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  /* 103.125% */
}
section.productDetailContent .productDetailInfo .info {
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding: 45px 40px 0;
  max-width: 640px;
}
section.productDetailContent .productDetailInfo .info b {
  font-weight: 500;
}
section.productDetailContent .productDetailInfo .buttons {
  padding: 75px 40px 100px;
  gap: 20px;
  display: flex;
  align-items: center;
}
section.productDetailContent .productDetailInfo .buttons .detailBtn {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 45px;
  border-radius: 9px;
  background: #FF4D00;
  border: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  cursor: pointer;
}
section.productDetailContent .productDetailInfo .buttons .detailBtn .icon {
  margin-left: auto;
  width: 24px;
  height: 24px;
  fill: #fff;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
section.productDetailContent .productDetailInfo .buttons .detailBtn.infoBtn {
  background: #9D9D9D;
}
section.productDetailContent .productDetailInfo .buttons .detailBtn:hover .icon {
  transform: translateX(10px);
}
section.productDetailContent .productDetailInfo .documenty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 60px;
  border-top: 1px solid #ECECEC;
}
section.productDetailContent .productDetailInfo .documenty .item {
  color: #9D9D9D;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  line-height: 22px;
  /* 130% */
}
section.productDetailContent .productDetailInfo .documenty .item .icon {
  fill: #FF4D00;
  width: 29px;
  height: 26px;
  flex-shrink: 0;
}
section.productDetailContent .area3d {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
  padding: 120px 0 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
section.productDetailContent .area3d .imgArea {
  margin-bottom: 80px;
}
section.productDetailContent .area3d .icon {
  width: 71.157px;
  height: 46.252px;
  flex-shrink: 0;
  fill: #9D9D9D;
  margin-bottom: 10px;
  cursor: pointer;
}
section.productDetailContent .area3d .text {
  cursor: pointer;
  color: #9D9D9D;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  /* 113.908% */
}
section.productDetailContent .area3d .text b {
  font-weight: 600;
}
section.productDetailContent .productTable {
  border-radius: 20px;
  overflow: hidden;
}
section.productDetailContent .productTable table {
  width: 100%;
  text-align: left;
}
section.productDetailContent .productTable table thead {
  background: #9D9D9D;
}
section.productDetailContent .productTable table thead tr th {
  color: #ECECEC;
  padding: 22px 55px;
  font-size: 18px;
  font-weight: 600;
}
section.productDetailContent .productTable table thead tr th:first-child {
  width: 350px;
}
section.productDetailContent .productTable table tbody {
  width: 100%;
  background: #fff;
}
section.productDetailContent .productTable table tbody tr {
  border-bottom: 1px solid #ECECEC;
}
section.productDetailContent .productTable table tbody tr td {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding: 22px 55px;
  border-right: 1px solid #ECECEC;
}
section.productDetailContent .productTable table tbody tr td:last-child {
  border: none;
}
section.productDetailContent .productTable table tbody tr:last-child {
  border: none;
}
section.productDetailContent .videoItem {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
  display: block;
  aspect-ratio: 1432/655;
}
section.productDetailContent .videoItem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: blur(4px);
}
section.productDetailContent .videoItem .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
section.productDetailContent .videoItem .content .icon {
  width: 106px;
  height: 106px;
  flex-shrink: 0;
  fill: #fff;
  margin-bottom: 20px;
}
section.productDetailContent .videoItem .content .text {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  /* 216.667% */
}
section.productDetailContent .videoItem:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: #000;
  z-index: 1;
  transition: 0.3s ease all;
}
section.productDetailContent .videoItem:hover:after {
  opacity: 0.3;
}
section.productDetailContent .productQuestions {
  position: relative;
  padding: 90px 0 110px;
}
section.productDetailContent .productQuestions:after {
  content: "";
  z-index: -1;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -325px;
}
section.productDetailContent .productDetailOthers > .title {
  display: flex;
  width: 100%;
  padding: 45px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  position: relative;
}
section.productDetailContent .productDetailOthers > .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(55%);
  width: 6px;
  height: 6px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/circle.svg");
  background: #000;
}
section.productDetailContent .productDetailOthers .titleArea {
  margin-bottom: 30px;
}
section.productDetailContent .catalogCard {
  display: block;
}
section.productDetailContent .catalogCard .imgArea {
  aspect-ratio: 214/305;
}
section.productDetailContent .catalogCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.productDetailContent .catalogCard .viewBtn {
  display: flex;
  gap: 20px;
  color: #5A5A5A;
  font-size: 16px;
  align-items: center;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  margin-top: 25px;
}
section.productDetailContent .catalogCard .viewBtn .icon {
  transition: 0.3s ease all;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #5A5A5A;
}
section.productDetailContent .catalogCard:hover .viewBtn .icon {
  transform: translateX(10px);
}
section.productDetailContent .detailSlide {
  margin-bottom: 100px;
}
section.productDetailContent .detailSlide .owl-stage-outer {
  overflow: unset;
}

section.offerContent .text {
  margin-top: 85px;
  color: #525252;
  font-size: 34px;
  font-weight: 300;
  line-height: 58px;
}
section.offerContent .text b {
  font-weight: 500;
}

.selectArea {
  display: flex;
  align-items: center;
}
.selectArea label {
  display: flex;
  border-radius: 20px 0 0 20px;
  background: #fff;
  height: 100%;
  white-space: nowrap;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px; /* 145% */
  min-height: 130px;
  padding: 0 85px 0 70px;
  align-items: center;
  border-right: 1px solid #ECECEC;
}

.editorContent ul {
  padding-left: 24px;
}
.editorContent ul li {
  font-size: 20px;
  color: #000;
  line-height: 42px;
  position: relative;
}
.editorContent ul li:after {
  content: "";
  left: -14px;
  width: 6px;
  height: 6px;
  top: 18px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
}
.editorContent h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px; /* 158.333% */
}
.editorContent p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.editorContent p b, .editorContent p strong {
  font-weight: 500;
}
.editorContent p b {
  display: block;
}
.editorContent a {
  text-decoration: underline !important;
}

.seoContent {
  border-radius: 20px;
  background: #FFF;
  padding: 42px 55px;
}

.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 label {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.customInput1 input {
  padding: 25px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  min-width: 100%;
  max-width: 100%;
}
.customInput1 input.placeholder {
  color: #000;
}
.customInput1 input:-moz-placeholder {
  color: #000;
}
.customInput1 input::-moz-placeholder {
  color: #000;
}
.customInput1 input:-ms-input-placeholder {
  color: #000;
}
.customInput1 input::-webkit-input-placeholder {
  color: #000;
}
.customInput1 textarea {
  padding: 25px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.customInput1 textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
.customInput1 textarea.placeholder {
  color: #000;
}
.customInput1 textarea:-moz-placeholder {
  color: #000;
}
.customInput1 textarea::-moz-placeholder {
  color: #000;
}
.customInput1 textarea:-ms-input-placeholder {
  color: #000;
}
.customInput1 textarea::-webkit-input-placeholder {
  color: #000;
}

.customInput2 label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  /* 242.857% */
  margin-bottom: 10px;
}
.customInput2 input {
  padding: 16.5px 20px;
  background: transparent;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #ECECEC;
}
.customInput2 input.placeholder {
  color: #000;
}
.customInput2 input:-moz-placeholder {
  color: #000;
}
.customInput2 input::-moz-placeholder {
  color: #000;
}
.customInput2 input:-ms-input-placeholder {
  color: #000;
}
.customInput2 input::-webkit-input-placeholder {
  color: #000;
}
.customInput2 textarea {
  min-height: 60px;
  padding: 16.5px 20px;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #ECECEC;
}
.customInput2 textarea.placeholder {
  color: #000;
}
.customInput2 textarea:-moz-placeholder {
  color: #000;
}
.customInput2 textarea::-moz-placeholder {
  color: #000;
}
.customInput2 textarea:-ms-input-placeholder {
  color: #000;
}
.customInput2 textarea::-webkit-input-placeholder {
  color: #000;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 5px;
  text-align: left;
  margin-bottom: 10px;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark {
  background: #A6DE23;
}
.customcheckbox1 .checkboxText {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #575a63;
}
.customcheckbox1 .checkboxText a {
  color: #A6DE23;
}
.customcheckbox1 .checkboxText b {
  font-weight: 600;
}
.customcheckbox1 .checkmark {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #aeaeae;
  flex-shrink: 0;
  position: relative;
}

.select2-container--bootstrap5 .select2-selection--single {
  display: flex;
  align-items: center;
  transition: unset;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--bootstrap5 .select2-selection {
  box-shadow: none;
  height: auto;
  outline: none !important;
}
.select2-container--bootstrap5 .select2-selection .select2-selection__arrow {
  position: absolute;
  transition: 0.3s ease all;
}
.select2-container--bootstrap5 .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container--bootstrap5.select2-container--disabled .form-select {
  opacity: 0.5;
  pointer-events: none;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single {
  min-height: 76px;
  z-index: 2;
  position: relative;
  background: transparent;
  border: none;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: 7px;
  width: 12px;
  background: #000;
  right: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown {
  border: none;
  background: #fff;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown.select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown.select2-dropdown--above {
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-search {
  padding: 4px 10px 10px;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 20px;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-results .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.select2-container--bootstrap5.defaultStyle-xs.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single {
  border-radius: 0 20px 20px 0;
  min-height: 130px;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 50px 85px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  /* 145% */
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  /* 145% */
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: 15px;
  width: 25px;
  background: #000;
  right: 70px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown {
  border: none;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: 1px solid #ECECEC;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown.select2-dropdown--below {
  padding-top: 40px;
  padding-bottom: 20px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown.select2-dropdown--above {
  padding-bottom: 20px;
  padding-top: 40px;
  border-radius: 20px 20px 0 0;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-search {
  padding: 4px 10px 10px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 20px;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-results .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 85px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open .select2-selection--single {
  border-radius: 0 20px 0 0;
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container--bootstrap5.defaultStyle-career .select2-selection--single {
  min-height: 60px;
  z-index: 2;
  position: relative;
  background: transparent;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 15px 25px;
}
.select2-container--bootstrap5.defaultStyle-career .select2-selection--single .select2-selection__rendered {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.select2-container--bootstrap5.defaultStyle-career .select2-selection--single .select2-selection__placeholder {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.select2-container--bootstrap5.defaultStyle-career .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: 7px;
  width: 12px;
  background: #000;
  right: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown {
  border: 1px solid #ECECEC;
  background: #fff;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 8px 8px;
  border-top: 0;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown.select2-dropdown--above {
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown .select2-search {
  padding: 4px 10px 10px;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 20px;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown .select2-results .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container--bootstrap5.defaultStyle-career .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.select2-container--bootstrap5.defaultStyle-career.select2-container--open .select2-selection--single {
  border-radius: 8px 8px 0 0;
}
.select2-container--bootstrap5.defaultStyle-career.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  border-bottom: 1px solid #9D9D9D;
  margin-top: 10px;
}
.accordionItem .accordionHeader {
  padding: 30px 60px 30px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.302px; /* 247.093% */
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 13px;
  width: 24px;
  -webkit-mask-image: url(../img/svg/chevron.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 25px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
}
.accordionItem.type2 {
  border: none;
  margin-bottom: 20px;
  padding: 0 40px;
  background: #fff;
  border-radius: 20px;
}
.accordionItem.type2 .accordionHeader {
  padding: 23px 0;
  color: #40322C;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
.accordionItem.type2 .accordionHeader:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: #40322C;
}
.accordionItem.type2 .accordionHeader:after {
  display: none;
}
.accordionItem.type2 .accordionHeader span {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #40322C;
  transition: 0.3s ease all;
  display: block;
}
.accordionItem.type2 .accordionBody {
  padding: 0;
  color: #40322C;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.accordionItem.type2.active {
  padding-bottom: 90px;
}
.accordionItem.type2.active .accordionHeader span {
  transform: translateY(-50%) rotate(90deg);
}
.accordionItem.type2.active .accordionBody {
  padding: 20px 0 0;
}
.accordionItem.active {
  padding-bottom: 30px;
  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;
}

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

.breadcrumb {
  padding: 35px 0 35px 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.breadcrumb ul li {
  list-style-type: none;
}
.breadcrumb ul li a {
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.breadcrumb ul li a:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 7px;
  height: 5px;
  background: #C0C0C0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  flex-shrink: 0;
}
.breadcrumb ul li:first-child a:after {
  display: none;
}
.breadcrumb ul li:last-child a {
  color: #5C5C5C;
}
.breadcrumb ul li:last-child a:after {
  background: #1C1B1F;
}

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

.navlist1 li a {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 41px; /* 205% */
  transition: 0.3s ease all;
  display: block;
}
.navlist1 li a.active, .navlist1 li a:hover {
  font-weight: 500;
}

section.pageHeader .banner {
  padding: 70px 0 160px 0;
  background: #000;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  margin-bottom: -90px;
}
section.pageHeader .banner .titleArea .title {
  max-width: 1020px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  /* 130.435% */
}
section.pageHeader .banner .titleArea .description {
  color: #C6C6C6;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  /* 161.111% */
  max-width: 1190px;
}
section.pageHeader .banner .titleArea .date {
  display: flex;
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  /* 200% */
  align-items: center;
  gap: 8px;
}
section.pageHeader .banner .titleArea .date .icon {
  width: 13px;
  height: 12px;
  flex-shrink: 0;
  fill: #9D9D9D;
}
section.pageHeader .banner .workTime {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  /* 161.111% */
}
section.pageHeader .banner .workTime b {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
section.pageHeader .banner .workTime .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #fff;
}
section.pageHeader .bannerImage {
  height: 400px;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  margin-bottom: -50px;
}
section.pageHeader .bannerImage .background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
section.pageHeader .bannerImage .background:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
section.pageHeader .bannerImage .background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.pageHeader .bannerImage > .container {
  display: flex;
  height: 100%;
  align-items: center;
}
section.pageHeader .bannerImage .text {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
}
section.pageHeader .bannerImage .text b {
  font-weight: 500;
}
section.pageHeader .productBanner {
  background: #F6F6F6;
  padding: 50px 0 65px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 0 0 20px 20px;
}
section.pageHeader .productBanner .rightImage {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 2;
  aspect-ratio: 363/249;
}
section.pageHeader .productBanner .rightImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.pageHeader .productBanner .imgArea {
  position: relative;
  margin-right: 160px;
  aspect-ratio: 67/102;
  max-width: 67px;
}
section.pageHeader .productBanner .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}
section.pageHeader .productBanner .imgArea:After {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slideline.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 204px;
  height: 76px;
  flex-shrink: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #9D9D9D 12.16%, #F6F6F6 71.72%);
}
section.pageHeader .productBanner .text {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 47px;
  /* 146.875% */
}
section.pageHeader .productBanner .description {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  display: block;
  line-height: 26px;
}
section.pageHeader .productBanner .container {
  display: flex;
  align-items: center;
}
section.pageHeader .productBanner.offerBanner .description {
  padding-right: 360px;
}
section.pageHeader .productBanner.type2 {
  padding: 105px 0 215px;
  margin-bottom: -145px;
}
section.pageHeader .productBanner.type3 {
  padding: 65px 0 75px;
  margin-bottom: 30px;
}
section.pageHeader .productBanner.type3 .container {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
section.pageHeader .productBanner.type4 {
  margin-bottom: -120px;
  padding: 105px 0 215px;
}
section.pageHeader .productBanner.type4 .container {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
section.pageHeader .productBanner.blogDetail {
  padding: 75px 0 185px;
  margin-bottom: -100px;
}
section.pageHeader .productBanner.blogDetail .container {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
section.pageHeader .productBanner.blogDetail .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  color: #5A5A5A;
}
section.pageHeader .productBanner.blogDetail .date .icon {
  width: 16px;
  height: 16px;
  fill: #5a5a5a;
  margin: 0 5px 0 25px;
}
section.pageHeader .productDetailBanner {
  background: #F6F6F6;
  padding: 70px 0;
  position: relative;
  margin-bottom: 30px;
  border-radius: 0 0 20px 20px;
}
section.pageHeader .productDetailBanner .title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px; /* 130.556% */
}
section.pageHeader .productDetailBanner .description {
  color: #989898;
  font-size: 16px;
  font-weight: 300;
  line-height: 47px;
}
section.pageHeader .productDetailBanner:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slideline.svg");
  position: absolute;
  left: 0;
  top: 70px;
  width: 124px;
  height: 68px;
  flex-shrink: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #9D9D9D 12.16%, #F6F6F6 71.72%);
}
section.pageHeader .productDetailBanner .rightImage {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 2;
}
section.pageHeader.type2 {
  margin-bottom: -190px;
}
section.pageHeader.type2 .banner {
  padding-bottom: 260px;
}
section.pageHeader.type2 .banner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pageSelectTitleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.pageSelectTitleArea > .title {
  color: #000;
  font-size: 46px;
  font-weight: 300;
  line-height: 60px; /* 130.435% */
}

.pageSelect {
  width: 460px;
  position: relative;
}
.pageSelect .title {
  border: 1px solid #ECECEC;
  padding: 20px 45px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-radius: 70px;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.pageSelect .title:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: #ECECEC;
}
.pageSelect .title:after {
  content: "";
  width: 13px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: #000;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
}
.pageSelect ul {
  padding: 0;
  position: absolute;
  background: #fff;
  bottom: 0;
  transform: translateY(100%);
  border: 1px solid #ECECEC;
  border-top: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.pageSelect ul li a {
  padding: 10px 45px;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.pageSelect.active .title {
  border-radius: 30px 30px 0 0;
}
.pageSelect.active .title:after {
  transform: translateY(-50%) rotate(180deg);
}
.pageSelect.active ul {
  padding: 30px 0;
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
}

.newsCard {
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 45px 40px 60px;
}
.newsCard .imgArea {
  aspect-ratio: 374/95;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.4s ease all;
}
.newsCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.newsCard .content .date {
  margin: 35px 0;
  display: flex;
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px; /* 200% */
  align-items: center;
  gap: 8px;
}
.newsCard .content .date .icon {
  width: 13px;
  height: 12px;
  flex-shrink: 0;
  fill: #9D9D9D;
}
.newsCard .content .title {
  height: 105px;
  color: #000;
  margin-bottom: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px; /* 138.296% */
}
.newsCard .content .description {
  height: 104px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 26px; /* 164.375% */
  margin-bottom: 20px;
}
.newsCard .content .goBtn {
  transition: 0.3s ease all;
}
.newsCard .content .goBtn .icon {
  width: 29px;
  fill: #9D9D9D;
  height: 29px;
}
.newsCard:hover .imgArea {
  border-radius: 20px;
}
.newsCard:hover .goBtn {
  transform: translateX(10px);
}

.newsDetailArea {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.newsDetailArea .newsSlide .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
  flex-shrink: 0;
  min-height: 110px;
  right: 60px;
}
.newsDetailArea .newsSlide .swiper-button .icon {
  transform: rotate(-90deg);
  width: 18px;
  height: 11px;
  flex-shrink: 0;
  fill: #fff;
  transition: 0.3s ease all;
}
.newsDetailArea .newsSlide .swiper-button:hover .icon {
  scale: 1.5;
}
.newsDetailArea .newsSlide .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  left: 60px;
  right: auto;
}
.newsDetailArea .newsSlide .swiper-button:after {
  display: none;
}
.newsDetailArea .newsDetailİmg {
  aspect-ratio: 1432/896;
}
.newsDetailArea .newsDetailİmg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.newsDetailArea .bottom {
  background: #000;
  padding: 100px 120px 115px;
}
.newsDetailArea .bottom .description {
  color: #FFF;
  max-width: 710px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.categoryItem {
  display: flex;
  aspect-ratio: 457/200;
  border-radius: 14px;
  background: #fff;
  align-items: center;
  padding: 36px 66px 36px 36px;
  gap: 30px;
  position: relative;
}
.categoryItem .imgArea {
  aspect-ratio: 1/1;
  width: 70px;
  flex-shrink: 0;
  filter: grayscale(100%);
  transition: 0.3s ease all;
}
.categoryItem .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.categoryItem > span {
  /*background: #ECECEC;*/
  width: 1px;
  height: 63px;
}
.categoryItem .categoryName {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
.categoryItem .goDetail {
  width: 55px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #ECECEC;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 22px 0 0 0;
  z-index: 2;
  transition: 0.3s ease all;
}
.categoryItem .goDetail span {
  background: #FF4D00;
  width: 44px;
  aspect-ratio: 1/1;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 14px;
}
.categoryItem .goDetail .icon {
  width: 21px;
  height: 21px;
  fill: #fff;
}
.categoryItem:before {
  content: "";
  right: 0;
  bottom: 55px;
  background: #fff;
  width: 38px;
  aspect-ratio: 1/1;
  position: absolute;
  border-bottom-right-radius: 22px;
  box-shadow: 10px 10px 0px 10px #ECECEC;
  transition: 0.3s ease all;
}
.categoryItem:after {
  content: "";
  right: 55px;
  bottom: 0;
  background: #ffffff;
  width: 38px;
  aspect-ratio: 1/1;
  position: absolute;
  border-bottom-right-radius: 22px;
  box-shadow: 10px 10px 0px 10px #ECECEC;
  transition: 0.3s ease all;
}
.categoryItem:hover .imgArea {
  filter: grayscale(0%);
}
.categoryItem:hover:before {
  bottom: 66px;
}
.categoryItem:hover:after {
  right: 66px;
}
.categoryItem:hover .goDetail {
  width: 66px;
}
.categoryItem:hover .goDetail span {
  width: 55px;
}
.categoryItem.type2 {
  padding: 36px;
  gap: 50px;
}
.categoryItem.type2 > .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  fill: #FF4C00;
}

.contactMap {
  width: 100%;
  aspect-ratio: 1342/403;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 120px;
}
.contactMap .map {
  width: 100%;
  height: 100%;
}

.contactCardArea .titleArea {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.contactCardArea .titleArea .title {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 26px;
}
.contactCardArea .titleArea span {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
}
.contactCardArea .contactCard {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.contactCardArea .contactCard .item {
  display: flex;
  gap: 25px;
  padding: 35px 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  /* 181.25% */
  align-items: center;
}
.contactCardArea .contactCard .item b {
  font-weight: 500;
}
.contactCardArea .contactCard .item .icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: #FF4D00;
}
.contactCardArea .contactCard .doubleItem {
  display: flex;
  border-top: 2px solid #ECECEC;
  border-bottom: 2px solid #ECECEC;
}
.contactCardArea .contactCard .doubleItem .item {
  border-right: 2px solid #ECECEC;
  font-size: 20px;
  width: 50%;
  padding: 25px 30px;
}
.contactCardArea .contactCard .doubleItem .item .icon {
  width: 20px;
  height: 20px;
}
.contactCardArea .contactCard .doubleItem .item:last-child {
  border: 0;
}
.contactCardArea .contactCard.type2 .item .icon {
  fill: #000;
}

.contactForm {
  margin-top: 120px;
}
.contactForm .title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contactForm .description {
  margin-bottom: 55px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.contactForm .btnSend {
  background: #000;
  border: 0;
  padding: 25px 60px;
  border-radius: 20px;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}

section.bottomCards {
  padding-top: 60px;
}
section.bottomCards .bottomCard {
  border-radius: 20px;
  background: #000;
  padding: 35px 45px;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
}
section.bottomCards .bottomCard > div.icon {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  width: 50px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/navigation.svg");
  background: linear-gradient(180deg, #F3AF32 0%, #8D661D 100%);
}
section.bottomCards .bottomCard .texts {
  margin-left: 125px;
  margin-right: auto;
}
section.bottomCards .bottomCard .title {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
}
section.bottomCards .bottomCard .description {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
}
section.bottomCards .bottomCard .view {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F3AF32;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 32px; /* 200% */
}
section.bottomCards .bottomCard .view .icon {
  width: 24px;
  height: 24px;
  fill: #F3AF32;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
section.bottomCards .bottomCard .view:hover .icon {
  transform: translateX(10px);
}
section.bottomCards .bottomCard.type2 {
  background: #40322C;
  padding: 35px;
}
section.bottomCards .bottomCard.type2 .view .icon {
  fill: #fff;
}
section.bottomCards .bottomCard.type2:after {
  background: linear-gradient(-90deg, #CBBFA4 12.16%, #40322C 66.47%);
  aspect-ratio: 155/58;
  flex-shrink: 0;
  width: 155px;
}
section.bottomCards .bottomCard.type2 .title {
  color: #FFF5E3;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  margin-right: 30px;
}
section.bottomCards .bottomCard.type2 div.icon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/book.svg");
  background: linear-gradient(180deg, #FFDFA4 0%, #FFF5E3 100%);
}
section.bottomCards .bottomCard:after {
  content: "";
  background: #292929;
  position: absolute;
  background: linear-gradient(-90deg, #CBBFA4 12.16%, #000 82.23%);
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slideline.svg");
  aspect-ratio: 185/69;
  flex-shrink: 0;
  width: 185px;
  z-index: 0;
}

.blogItem {
  display: flex;
  flex-direction: column;
}
.blogItem .imgArea {
  aspect-ratio: 457/407;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.blogItem .imgArea img {
  transform: scale(1);
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blogItem .title {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blogItem .description {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 75px;
  margin-bottom: 30px;
}
.blogItem .info {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blogItem .info b {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.blogItem .info b .icon {
  width: 16px;
  height: 16px;
}
.blogItem .info span {
  width: 1px;
  height: 12px;
  background: #D0D0D0;
  display: block;
}
.blogItem:hover .imgArea img {
  transform: scale(1.1);
}

section.blogDetail {
  margin-bottom: 60px;
}
section.blogDetail .editorContent {
  margin-bottom: 100px;
}
section.blogDetail .blodDetailImg {
  position: relative;
  aspect-ratio: 1432/778;
  margin-bottom: 70px;
}
section.blogDetail .blodDetailImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.productItem {
  background: #fff;
  border-radius: 20px;
  padding: 65px 65px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productItem .imgArea {
  aspect-ratio: 385/233;
  display: block;
  max-height: 233px;
}
.productItem .imgArea 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;
}
.productItem .content {
  margin-top: 70px;
  text-align: center;
}
.productItem .content .name {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px; /* 120.833% */
}
.productItem .content .view {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px; /* 200% */
  justify-content: center;
}
.productItem .content .view .icon {
  transition: 0.3s ease all;
  width: 20px;
  height: 20px;
  fill: #8C8C8C;
  flex-shrink: 0;
}
.productItem:hover .imgArea img {
  scale: 1.1;
}
.productItem:hover .content .view .icon {
  transform: translateX(10px);
}

.productsContent {
  overflow: hidden;
}

.otherCategories {
  margin-top: 50px;
  margin-bottom: 50px;
}
.otherCategories .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.otherCategories .titleArea .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 47px; /* 195.833% */
}
.otherCategories .titleArea .view {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px; /* 200% */
  justify-content: center;
}
.otherCategories .titleArea .view .icon {
  transition: 0.3s ease all;
  width: 20px;
  height: 20px;
  fill: #8C8C8C;
  flex-shrink: 0;
}
.otherCategories .titleArea .view:hover .icon {
  transform: translateX(10px);
}
.otherCategories .otherProductsSlide .owl-stage-outer {
  overflow: unset;
}

section.careerContent .imgArea {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
section.careerContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.careerContent .careerInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0 20px 20px 0;
  padding: 80px 80px;
  background-color: #fff;
}
section.careerContent .careerInfo .title {
  font-size: 32px;
  line-height: 34px;
  color: #000;
  margin-bottom: 95px;
  font-weight: 500;
}
section.careerContent .careerInfo .description {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  font-weight: 300;
}
section.careerContent .careerInfo .description b {
  font-weight: 500;
}
section.careerContent .careerInfo .careerUpload {
  border: 1px solid #DADADA;
  border-radius: 20px;
  display: flex;
  margin-top: auto;
}
section.careerContent .careerInfo .careerUpload .item {
  border-right: 1px solid #DADADA;
}
section.careerContent .careerInfo .careerUpload .item .uploadInfo {
  border-bottom: 1px solid #DADADA;
  padding: 35px 25px 25px 45px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #000;
  font-size: 21px;
  line-height: 29px;
  font-weight: 500;
}
section.careerContent .careerInfo .careerUpload .item .uploadInfo .icon {
  width: 28px;
  height: 28px;
  fill: #000000;
}
section.careerContent .careerInfo .careerUpload .item .uploadBtn {
  padding: 25px 25px 25px 45px;
  cursor: pointer;
}
section.careerContent .careerInfo .careerUpload .item .uploadBtn button {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 40px;
  border: 0;
  background: transparent;
  color: #555555;
  font-size: 13px;
  line-height: 29px;
  font-weight: 500;
}
section.careerContent .careerInfo .careerUpload .item .uploadBtn button .icon {
  width: 14px;
  height: 14px;
  font: #1C1B1F;
}
section.careerContent .careerInfo .careerUpload .item:last-child {
  border: none;
}

.userFormArea {
  border-radius: 20px;
  background: #FFF;
  padding: 0 60px 55px;
  position: relative;
}
.userFormArea .formTitle {
  padding-top: 40px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 40px;
  margin-bottom: 35px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px; /* 170% */
}
.userFormArea .userArea input {
  display: none;
}
.userFormArea .userArea .titleArea {
  margin-bottom: 35px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.userFormArea .userArea .userProfile {
  aspect-ratio: 1/1;
  max-width: 148px;
  border-radius: 20px;
  overflow: hidden;
}
.userFormArea .userArea .userProfile img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.userFormArea .userArea .addImage {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #ECECEC;
  padding: 10px 15px;
  white-space: nowrap;
}
.userFormArea .userArea .addImage .icon {
  width: 20px;
  height: 20px;
}
.userFormArea .userArea .editButtons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.userFormArea .userArea .cancelImage {
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #ECECEC;
  padding: 12px 15px;
}
.userFormArea .text {
  margin-top: 30px;
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.careerButtons {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
.careerButtons .addcvBtn {
  background: transparent;
  padding: 15px 45px;
  border: 1px solid #000;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  transition: 0.3s ease all;
}
.careerButtons .addcvBtn .icon {
  width: 14px;
  height: 14px;
  transition: 0.3s ease all;
  fill: #000;
}
.careerButtons .addcvBtn:hover {
  color: #fff;
  background: #000;
}
.careerButtons .addcvBtn:hover .icon {
  fill: #fff;
}
.careerButtons .appBtn {
  padding: 15px 45px;
  border: 1px solid #000;
  border-radius: 6px;
  background: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  transition: 0.3s ease all;
}
.careerButtons .appBtn .icon {
  width: 14px;
  height: 14px;
  fill: #000;
}
.careerButtons .appBtn:hover {
  color: #000;
  background: transparent;
}

section.policyContent {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 60px 0 120px;
}

.pdfCard {
  display: flex;
  aspect-ratio: 457/200;
  border-radius: 14px;
  background: #fff;
  align-items: center;
  position: relative;
  padding: 36px;
  gap: 50px;
}
.pdfCard > .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  fill: #FF4C00;
}
.pdfCard > span {
  /*background: #ECECEC;*/
  width: 1px;
  height: 63px;
}
.pdfCard .categoryName {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
.pdfCard .goDetail {
  width: 55px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #ECECEC;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 22px 0 0 0;
  z-index: 2;
  transition: 0.3s ease all;
}
.pdfCard .goDetail span {
  background: #FF4D00;
  width: 44px;
  aspect-ratio: 1/1;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 14px;
}
.pdfCard .goDetail .icon {
  width: 21px;
  height: 21px;
  fill: #fff;
}
.pdfCard:before {
  content: "";
  right: 0;
  bottom: 55px;
  background: #fff;
  width: 38px;
  aspect-ratio: 1/1;
  position: absolute;
  border-bottom-right-radius: 22px;
  box-shadow: 10px 10px 0px 10px #ECECEC;
  transition: 0.3s ease all;
}
.pdfCard:after {
  content: "";
  right: 55px;
  bottom: 0;
  background: #ffffff;
  width: 38px;
  aspect-ratio: 1/1;
  position: absolute;
  border-bottom-right-radius: 22px;
  box-shadow: 10px 10px 0px 10px #ECECEC;
  transition: 0.3s ease all;
}
.pdfCard:hover .imgArea {
  filter: grayscale(0%);
}
.pdfCard:hover:before {
  bottom: 66px;
}
.pdfCard:hover:after {
  right: 66px;
}
.pdfCard:hover .goDetail {
  width: 66px;
}
.pdfCard:hover .goDetail span {
  width: 55px;
}/*# sourceMappingURL=style.css.map */