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

body {
  --containerMaxWidth: 100%;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  text-decoration: none !important;
}

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

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

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

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

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

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

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

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

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

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

.sample {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  gap: 10px;
}
.sample .imgArea {
  background: #1411EE;
  position: relative;
  width: 46px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #050892;
  box-shadow: 3px 3px 0 0 #0B0D99;
}
.sample .imgArea:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 52px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 19.1px 0 rgba(255, 255, 255, 0.5);
  transition: 0.3s ease all;
}
.sample.type2 {
  color: #8189AA;
  gap: 25px;
}
.sample.type2 .imgArea {
  height: 49px;
  width: 49px;
}

.textshadow {
  text-shadow: 0 0 13.41px rgba(255, 255, 255, 0.66);
}

.cardRight {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.cardLeft {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

header {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 45px;
  padding: 0 17px;
}
header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
header .logo {
  display: block;
  aspect-ratio: 131/55;
  height: 55px;
  position: relative;
  z-index: 3;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .menu {
  margin-left: 55px;
  position: relative;
  z-index: 3;
}
header .menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
header .menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .menu ul li a img {
  width: 14px;
  height: 14px;
}
header .menu.normalMenu ul .dropdownItem {
  position: relative;
}
header .menu.normalMenu ul .dropdownItem .dropdownMenu {
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateY(100%);
  border: 1px solid #050892;
  border-radius: 0 20px 20px 20px;
  background: #1411EE;
  box-shadow: 7px 7px 0 0 #0B0D99;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .menu.normalMenu ul .dropdownItem .dropdownMenu ul {
  flex-direction: column;
  gap: 15px;
  padding: 25px 40px;
  align-items: flex-start;
}
header .menu.normalMenu ul .dropdownItem .dropdownMenu ul li a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  display: flex;
}
header .menu.normalMenu ul .dropdownItem .dropdownMenu ul li a.icon {
  position: relative;
  padding-left: 30px;
}
header .menu.normalMenu ul .dropdownItem .dropdownMenu ul li a.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 17px;
  height: 15px;
  background: #fff;
}
header .menu.normalMenu ul .dropdownItem.active .dropdownMenu {
  opacity: 1;
  pointer-events: auto;
}
header .menu.mobileMenus ul li > a img {
  display: none;
}
header .menu.mobileMenus ul .dropdownItem {
  position: relative;
}
header .menu.mobileMenus ul .dropdownItem .dropdownMenu {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  max-height: 0;
}
header .menu.mobileMenus ul .dropdownItem .dropdownMenu ul {
  flex-direction: column;
  gap: 15px;
  padding: 30px 0;
  align-items: center;
}
header .menu.mobileMenus ul .dropdownItem .dropdownMenu ul li a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  display: flex;
  justify-content: center;
}
header .menu.mobileMenus ul .dropdownItem .dropdownMenu ul li a.icon {
  position: relative;
  padding-left: 30px;
}
header .menu.mobileMenus ul .dropdownItem .dropdownMenu ul li a.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 17px;
  height: 15px;
  background: #050892;
}
header .menu.mobileMenus ul .dropdownItem.active .dropdownMenu {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px;
}
header .mobileMenu {
  z-index: 4;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  padding: 48px;
  overflow-y: auto;
}
header .mobileMenu .menu {
  display: block;
  margin-top: 100px;
  height: calc(100% - 200px);
}
header .mobileMenu .menu ul {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
header .mobileMenu .menu ul li a {
  font-size: 20px;
  color: #000;
  justify-content: center;
}
header .mobileMenu.active {
  display: block;
}
header .rightMenu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
header .rightMenu .userAction {
  display: flex;
  height: 44px;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #C8C8C8;
  box-shadow: 3px 3px 0 0 #C8C8C8;
}
header .rightMenu .userAction .profile {
  width: 46px;
  justify-content: center;
  display: flex;
  align-items: center;
}
header .rightMenu .userAction .profile img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 19px;
}
header .rightMenu .userAction .cart {
  display: block;
  width: 46px;
  justify-content: center;
  display: flex;
  align-items: center;
}
header .rightMenu .userAction .cart span {
  position: absolute;
  width: 28px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1411EE;
  border: 2px solid #050892;
  box-shadow: 2px 2px 0 0 #0B0D99;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  top: -12px;
  right: -1px;
}
header .rightMenu .userAction:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #C8C8C8;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
header .headerBg {
  width: calc(100% - 36px);
  position: absolute;
  left: 17px;
  right: 17px;
  top: 0;
  height: 145px;
}
header .headerBg img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
header .mobileMenuOpen {
  margin-left: 25px;
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 30px;
  position: relative;
}
header .mobileMenuOpen span {
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  transition: 0.3s ease all;
  transform-origin: center;
  z-index: 4;
}
header .mobileMenuOpen span:first-child {
  top: 0;
}
header .mobileMenuOpen span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .mobileMenuOpen span:last-child {
  bottom: 0;
}
header .mobileMenuOpen.active span {
  background: #000;
}
header .mobileMenuOpen.active span:first-child {
  transform: translate(0, 12px) rotate(45deg);
}
header .mobileMenuOpen.active span:nth-child(2) {
  opacity: 0;
}
header .mobileMenuOpen.active span:last-child {
  transform: translate(0, -12px) rotate(-45deg);
}
header.headerType2 {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  top: 17px;
  height: 145px;
  width: calc(100% - 8px);
}

footer {
  margin-bottom: 80px;
}
footer .footerLeft {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
  position: relative;
  z-index: -1;
}
footer .footerLeft .title {
  font-size: 24px;
  color: #7F7F7F;
  line-height: 31px;
  margin-bottom: 15px;
}
footer .footerLeft .text {
  font-size: 24px;
  color: #000;
  line-height: 31px;
  font-weight: 500;
}
footer .footerLeft .logo {
  margin-top: auto;
  margin-bottom: 75px;
  max-width: 130px;
}
footer .footerLeft:before {
  content: "";
  position: absolute;
  right: 110px;
  bottom: 120px;
  aspect-ratio: 52/68;
  max-width: 52px;
  width: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/footerimg2.svg");
  background: #DEDEEF;
}
footer .footerLeft:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -10px;
  aspect-ratio: 120/158;
  max-width: 120px;
  width: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/footerimg.svg");
  background: #1411EE;
}
footer .footerMenus {
  border-radius: 20px;
  border: 1px solid rgba(127, 127, 127, 0.5);
  box-shadow: 7px 7px 0 0 rgba(127, 127, 127, 0.1);
  background: #fff;
}
footer .footerMenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 80px 70px 30px 100px;
}
footer .footerMenu .menu .title {
  margin-bottom: 30px;
  color: #1411EE;
  font-size: 18px;
  line-height: 34px;
  position: relative;
}
footer .footerMenu .menu .title:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  transform: translateX(-100%);
  width: 15px;
  height: 15px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: #1411EE;
}
footer .footerMenu .menu ul li a {
  line-height: 34px;
  color: #7F7F7F;
  font-weight: 500;
  transition: 0.3s ease all;
}
footer .footerMenu .menu ul li a:hover {
  color: #1411EE;
}
footer .footerMenu .contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .footerMenu .contact .title {
  color: #1411EE;
  line-height: 34px;
  font-size: 18px;
}
footer .footerMenu .contact img {
  width: 65px;
  height: 65px;
  margin: -10px 0;
}
footer .footerMenu .contact .number {
  color: #1411EE;
  line-height: 34px;
  font-size: 24px;
  font-weight: 600;
}
footer .footerMenu .contact .mail {
  color: #7F7F7F;
  font-size: 15px;
}
footer .footerMenu .contact .language {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}
footer .footerMenu .contact .language .lang {
  font-size: 15px;
  font-weight: 700;
  color: #B8B8B8;
}
footer .footerMenu .contact .language .lang:hover {
  color: #1411EE;
}
footer .footerBottom {
  border-top: 1px solid rgba(127, 127, 127, 0.5);
  padding: 15px 70px 20px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footerBottom .secrets {
  display: flex;
  flex-direction: column;
  color: #A6A6A6;
  font-size: 11px;
  line-height: 14px;
  max-width: 320px;
}
footer .footerBottom .secrets b {
  font-size: 15px;
  line-height: 34px;
  color: #7F7F7F;
}
footer .footerBottom .policy {
  display: flex;
  gap: 15px;
  align-items: center;
}
footer .footerBottom .policy a {
  position: relative;
  color: #B5B5B5;
  font-size: 15px;
  line-height: 34px;
}
footer .footerBottom .policy a:after {
  content: "/";
  margin-left: 15px;
}
footer .footerBottom .policy a:last-child:after {
  display: none;
}

@keyframes move1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
@keyframes move2 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(18px) rotate(-5deg);
  }
}
@keyframes move3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-14px, 12px) rotate(4deg);
  }
}
@keyframes move4 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(4deg);
  }
}
@keyframes move5 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(12px, -10px) rotate(-5deg);
  }
}
@keyframes move6 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 8px) rotate(3deg);
  }
}
@keyframes move7 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1) translateY(-10px) rotate(3.5deg);
  }
}
section.mainBg {
  padding: 17px 17px 0;
  position: relative;
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
}
section.mainBg .container {
  position: relative;
}
section.mainBg > .imgArea {
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  width: calc(100% - 34px);
  transform: translateX(-50%);
  height: 100%;
  top: 17px;
}
section.mainBg > .imgArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainBg > .imgArea:after {
  content: "";
  position: absolute;
  aspect-ratio: 1139/647;
  max-height: 647px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/dots.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.mainBg .content {
  padding-top: 230px;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
  z-index: 3;
}
section.mainBg .content .title {
  text-align: center;
  font-weight: 500;
  font-size: 70px;
  line-height: 73px;
  color: #fff;
}
section.mainBg .content .title img {
  border-radius: 100px;
  aspect-ratio: 168/62;
  -o-object-fit: cover;
     object-fit: cover;
  height: 62px;
  transform: translateY(10px);
}
section.mainBg .content .items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
section.mainBg .content .items .item {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
section.mainBg .content .items .item img {
  width: 20px;
  height: 20px;
}
section.mainBg .content .mainGetOrder {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 200px;
}
section.mainBg .animationImages {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.mainBg .animationImages img {
  position: absolute;
  transition: transform 0.3s ease;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
section.mainBg .animationImages .package1 {
  height: 65px;
  left: 20%;
  top: 22%;
  animation-name: move1;
  animation-delay: 0s;
  aspect-ratio: 114/65;
}
section.mainBg .animationImages .package2 {
  height: 300px;
  left: 0;
  top: 35%;
  animation-name: move2;
  animation-delay: 0.8s;
  aspect-ratio: 222/300;
}
section.mainBg .animationImages .package3 {
  height: 61px;
  top: 80%;
  left: 35%;
  animation-name: move3;
  animation-delay: 0.4s;
  aspect-ratio: 82/61;
}
section.mainBg .animationImages .package4 {
  height: 66px;
  top: 20%;
  right: 22%;
  animation-name: move4;
  animation-delay: 1s;
  aspect-ratio: 108/66;
}
section.mainBg .animationImages .package5 {
  height: 165px;
  top: 24%;
  right: 12px;
  animation-name: move5;
  animation-delay: 0.6s;
  aspect-ratio: 126/165;
}
section.mainBg .animationImages .package6 {
  height: 59px;
  top: 54%;
  right: 18%;
  animation-name: move6;
  animation-delay: 1.2s;
  aspect-ratio: 101/59;
}
section.mainBg .animationImages .package7 {
  height: 136px;
  top: 77%;
  right: 27%;
  animation-name: move7;
  animation-delay: 0.3s;
  aspect-ratio: 69/136;
}

section.mainCategory {
  margin-bottom: 105px;
}
section.mainCategory .pageTitle {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
section.mainCategory .mainProductSlide .owl-item {
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
}
section.mainCategory .mainProductSlide .owl-stage-outer {
  border-radius: 0 20px 20px 0;
}
section.mainCategory .mainProductSlide .owl-stage {
  display: flex !important;
  align-items: stretch;
}
section.mainCategory .container-fluid, section.mainCategory .container-sm, section.mainCategory .container-md, section.mainCategory .container-lg, section.mainCategory .container-xl, section.mainCategory .container-xxl, section.mainCategory .container-3xl {
  padding-left: 0;
}
section.mainCategory .bottomText {
  margin-top: 65px;
  font-size: 18px;
  color: #7F7F7F;
}

section.designHelp {
  display: flex;
  background-image: url("../img/mainbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 7px 7px 0 0 #035CAA;
  padding: 35px 40px 35px 45px;
  align-items: flex-start;
  border-radius: 20px;
  background-position: center;
  padding: 50px 115px 55px 70px;
  margin-bottom: 65px;
}
section.designHelp img {
  width: 55px;
  height: 55px;
}
section.designHelp .textArea {
  margin-left: 45px;
  max-width: 700px;
  margin-right: auto;
}
section.designHelp .textArea .title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
section.designHelp .textArea .text {
  font-size: 18px;
  line-height: 26px;
  color: #A1E5FF;
}
section.designHelp .buttons {
  margin: auto 0;
}
section.designHelp .buttons .double {
  display: flex;
  gap: 10px;
}
section.designHelp .buttons .double a {
  white-space: nowrap;
}
section.designHelp .buttons .text {
  color: #A1E5FF;
  font-size: 16px;
  font-weight: 600;
  max-width: 350px;
  margin-top: 25px;
}

.gridArea {
  margin-bottom: 65px;
  border: 1px solid #CDDCEB;
  margin-right: 1px;
  height: 625px;
}
.gridArea .tabs {
  width: 100%;
  margin: 0 auto;
  font-family: Inter, sans-serif;
}
.gridArea .tabs .tab-content {
  position: relative;
}
.gridArea .tabs .tab-content .tab-pane {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  z-index: 1;
}
.gridArea .tabs .tab-content .tab-pane.active {
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.gridArea .tabs .grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 125px;
}
.gridArea .tabs .line1,
.gridArea .tabs .line2,
.gridArea .tabs .line3,
.gridArea .tabs .line4,
.gridArea .tabs .line5 {
  display: contents;
}
.gridArea .tabs .box {
  border: 1px solid #CDDCEB;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  transition: all 0.25s ease;
}
.gridArea .tabs .box.tabBox {
  cursor: pointer;
  color: #E2E2E2;
  transition: 0.3s ease all;
  font-size: 20px;
}
.gridArea .tabs .box.tabBox.active, .gridArea .tabs .box.tabBox:hover {
  color: #000;
}
.gridArea .tabs .box.imgBig img {
  margin-top: auto;
}
.gridArea .tabs .box .text b {
  font-weight: 600;
  font-size: 40px;
  color: #000;
  line-height: 60px;
}
.gridArea .tabs .box .textline2 {
  font-size: 20px;
  line-height: 28px;
  color: #7F7F7F;
  padding-left: 60px;
}
.gridArea .tabs .box .boxContent {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gridArea .tabs .box .boxContent .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #119393;
}
.gridArea .tabs .box .boxContent .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 60px;
}
.gridArea .tabs .box .boxContent .text {
  color: #7F7F7F;
  line-height: 28px;
  font-size: 20px;
  max-width: 435px;
}
.gridArea .tabs .box.textBold {
  color: #CDDCEB;
  font-weight: 700;
  line-height: 19px;
}
.gridArea .tabs .line1 > .box:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  -o-border-image: linear-gradient(90deg, #2967F0, #15BCFD) 1;
     border-image: linear-gradient(90deg, #2967F0, #15BCFD) 1;
  position: relative;
}
.gridArea .tabs .line1 > .box:nth-child(1):after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 35px;
  height: 31px;
  background: #2967F0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gridArea .tabs .line1 > .box.big {
  grid-column: 2/7;
  grid-row: 1/2;
}
.gridArea .tabs .line1 > .box:nth-child(3) {
  grid-column: 7/8;
  grid-row: 1/2;
}
.gridArea .tabs .line1 > .box:nth-child(4) {
  grid-column: 8/9;
  grid-row: 1/2;
}
.gridArea .tabs .line1 > .box:nth-child(5) {
  grid-column: 9/10;
  grid-row: 1/2;
}
.gridArea .tabs .line1 > .box:nth-child(6) {
  grid-column: 10/11;
  grid-row: 1/2;
}
.gridArea .tabs .line1 > .box:nth-child(7) {
  grid-column: 11/12;
  grid-row: 1/2;
}
.gridArea .tabs .line1 > .box:nth-child(8) {
  grid-column: 12/13;
  grid-row: 1/2;
}
.gridArea .tabs .line2 > .box:nth-child(1) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.gridArea .tabs .line2 > .box.big {
  grid-column: 2/6;
  grid-row: 2/3;
}
.gridArea .tabs .line2 > .box:nth-child(3) {
  grid-column: 6/7;
  grid-row: 2/3;
}
.gridArea .tabs .line2 > .box:nth-child(4) {
  grid-column: 7/8;
  grid-row: 2/3;
}
.gridArea .tabs .line2 > .box.tall {
  grid-column: 8/13;
  grid-row: 2/5;
}
.gridArea .tabs .line3 > .box:nth-child(n) {
  grid-row: 3/4;
}
.gridArea .tabs .line4 > .box:nth-child(4) {
  grid-column: 4/6;
  grid-row: 4/6;
}

.mobileGridTabs {
  margin-bottom: 40px;
  display: none;
}
.mobileGridTabs > .title {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
.mobileGridTabs .mainTabsContent {
  border: 1px solid #CDDCEB;
  padding: 30px 35px 50px;
}
.mobileGridTabs .mainTabsContent .title {
  color: #000;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
}
.mobileGridTabs .mainTabsContent .text {
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

section.digitalCards {
  margin-top: 65px;
  margin-bottom: 85px;
}

section.mainQuestions {
  margin-bottom: 40px;
}

section.ambalajForm {
  margin-top: 80px;
  position: relative;
  padding: 70px 70px 0 160px;
}
section.ambalajForm .formGrid {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  height: 100%;
}
section.ambalajForm .formGrid img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}
section.ambalajForm .content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
section.ambalajForm .content .title {
  font-size: 36px;
  line-height: 59px;
  position: relative;
}
section.ambalajForm .content .title b {
  font-size: 48px;
  font-weight: 500;
  line-height: 59px;
}
section.ambalajForm .content .title b img {
  transform: translateY(12px);
}
section.ambalajForm .content .title .star {
  width: 45px;
  height: 41px;
  transform: translateY(5px);
}
section.ambalajForm .content .title:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 31px;
  top: 15px;
  transform: translateX(-100%);
  left: -40px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #1411EE;
  transition: 0.3s ease all;
}
section.ambalajForm .content .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.formBottomText {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7F7F7F;
  line-height: 59px;
  margin-bottom: 100px;
  margin-left: 100px;
}
.formBottomText .star {
  width: 20px;
  height: 19px;
}

.editorContent ul li {
  position: relative;
  color: #000;
  line-height: 33px;
}
.editorContent ul li b {
  font-weight: 600;
}
.editorContent ul li:after {
  content: "*";
  position: absolute;
  left: 0;
}
.editorContent p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  color: #000;
}
.editorContent p b, .editorContent p strong {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.editorContent p b {
  display: block;
}
.editorContent a {
  text-decoration: underline !important;
}

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

.form-group {
  margin-bottom: 20px;
  display: block;
}
.form-group.type2 {
  margin-bottom: 20px;
}

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

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

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

textarea.form-control {
  height: unset;
}

.inputArea {
  width: 100%;
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  position: relative;
  transition: 0.3s ease all;
}
.inputArea span {
  font-size: 14px;
  color: #9D9D9D;
  font-weight: 400;
}
.inputArea input {
  width: 100%;
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  border: none;
  outline: none;
  padding: 25px 90px;
  border-radius: 10px;
}
.inputArea input::-moz-placeholder {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.inputArea input::placeholder {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.inputArea textarea {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  border: none;
  outline: none;
  padding: 25px;
  width: 100%;
  min-width: 100%;
  height: 153px;
  border-radius: 10px;
}
.inputArea textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.inputArea textarea::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.inputArea:after {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background: #7F7F7F;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/mail.svg");
}
.inputArea.type2:after {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/password.svg");
}
.inputArea.type3 input {
  padding: 25px 30px !important;
}
.inputArea.type3:after {
  display: none;
}
.inputArea.type4 input {
  padding: 25px 30px !important;
  color: #000;
}
.inputArea.type4 input::-moz-placeholder {
  color: #000;
}
.inputArea.type4 input::placeholder {
  color: #000;
}
.inputArea.type4:after {
  display: none;
}
.inputArea:hover {
  border: 1px solid #1411EE;
}
.inputArea:hover input {
  color: #1411EE;
}
.inputArea:hover input::-moz-placeholder {
  color: #1411EE;
}
.inputArea:hover input::placeholder {
  color: #1411EE;
}
.inputArea:hover:after {
  background: #1411EE;
}

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

.customcheckbox2 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 13px;
  text-align: left;
}
.customcheckbox2 input {
  display: none;
}
.customcheckbox2 input:checked ~ .checkmark {
  background: #3F8199;
}
.customcheckbox2 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox2 .checkboxText {
  color: #3F8199;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.customcheckbox2 .checkboxText b {
  font-weight: 600;
}
.customcheckbox2 .checkmark {
  width: 20px;
  height: 20px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #3F8199;
}
.customcheckbox2 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  background: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}
.customcheckbox2.type2 .checkboxText {
  color: #000;
}
.customcheckbox2.type2 .checkmark {
  border: 1px solid #000;
}
.customcheckbox2.type2 input:checked ~ .checkmark {
  background: #000;
}
.customcheckbox2.type3 .checkboxText {
  color: #7F7F7F;
}
.customcheckbox2.type3 .checkmark {
  border: 1px solid #7F7F7F;
}
.customcheckbox2.type3 input:checked ~ .checkmark {
  background: #7F7F7F;
}

.searchInputArea {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  max-width: 765px;
  width: 100%;
  margin: 0 auto 80px;
  overflow: hidden;
  position: relative;
}
.searchInputArea input {
  width: 100%;
  padding: 25px 50px;
  font-size: 16px;
  font-weight: 500;
  color: #7F7F7F;
  line-height: 25px;
  border: none;
  outline: none;
}
.searchInputArea input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #7F7F7F;
  line-height: 25px;
}
.searchInputArea input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #7F7F7F;
  line-height: 25px;
}
.searchInputArea button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.searchInputArea button img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.registerSelect {
  border-radius: 10px;
  transition: 0.3s ease all;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
}
.registerSelect label {
  display: block;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
}

.floating-select {
  position: relative;
}
.floating-select select.select2-hidden-accessible {
  display: block;
}
.floating-select label {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s;
  z-index: 5;
}
.floating-select label.active {
  top: 15px;
  color: #7F7F7F;
  transform: none;
}
.floating-select .select2-container {
  width: 100% !important;
}
.floating-select.type2 {
  font-size: 14px;
  width: 240px;
}
.floating-select.type2 label {
  bottom: 11px;
  top: auto;
  transform: none;
}
.floating-select.type2 label span {
  font-size: 10px;
  color: #7F7F7F;
  display: block;
  margin-top: 7px;
}
.floating-select.type2 label.active {
  display: none;
}

.select2-container.defaultselect {
  width: 100% !important;
  max-width: 101px;
}
.select2-container.defaultselect .select2-selection--single {
  border-radius: 10px;
  transition: 0.3s ease all;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  height: auto;
}
.select2-container.defaultselect .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  padding: 14px 20px;
}
.select2-container.defaultselect .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.select2-container.defaultselect .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 13px;
  width: 25px;
  background: #1411EE;
  right: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  transition: 0.3s ease all;
}
.select2-container.defaultselect .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.defaultselect.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.defaultselect.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.defaultselect.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.defaultselect .select2-dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.defaultselect .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.defaultselect .select2-dropdown .select2-search {
  display: none;
}
.select2-container.defaultselect .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.defaultselect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.defaultselect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.defaultselect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.defaultselect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}
.select2-container.defaultStyle-md .select2-selection--single {
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease all;
  box-shadow: none;
  height: auto;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  padding: 34px 25px 14px;
  height: 74px;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 13px;
  width: 25px;
  background: #1411EE;
  right: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  transition: 0.3s ease all;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.defaultStyle-md.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.defaultStyle-md .select2-dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.defaultStyle-md .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-search {
  display: none;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}
.select2-container.orderStyle .select2-selection--single {
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease all;
  box-shadow: none;
  height: auto;
}
.select2-container.orderStyle .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 25px;
  height: 50px;
}
.select2-container.orderStyle .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.select2-container.orderStyle .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 13px;
  width: 25px;
  background: #1411EE;
  right: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  transition: 0.3s ease all;
}
.select2-container.orderStyle .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.orderStyle.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.orderStyle.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.orderStyle.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.orderStyle .select2-dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.orderStyle .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.orderStyle .select2-dropdown .select2-search {
  display: none;
}
.select2-container.orderStyle .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.orderStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.orderStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.orderStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.orderStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}
.select2-container.sampleSelect {
  max-width: 368px;
  width: 100% !important;
}
.select2-container.sampleSelect .select2-selection--single {
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease all;
  box-shadow: none;
  height: auto;
}
.select2-container.sampleSelect .select2-selection--single .select2-selection__rendered {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 25px;
  height: 75px;
}
.select2-container.sampleSelect .select2-selection--single .select2-selection__placeholder {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
}
.select2-container.sampleSelect .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 13px;
  width: 25px;
  background: #1411EE;
  right: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  transition: 0.3s ease all;
}
.select2-container.sampleSelect .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.sampleSelect.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.sampleSelect.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.sampleSelect.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.sampleSelect .select2-dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.sampleSelect .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.sampleSelect .select2-dropdown .select2-search {
  display: none;
}
.select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}

.inputArea2 {
  width: 100%;
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  position: relative;
  transition: 0.3s ease all;
}
.inputArea2 span {
  font-size: 14px;
  color: #9D9D9D;
  font-weight: 400;
  position: absolute;
  top: 14px;
  left: 25px;
}
.inputArea2 input {
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  border: none;
  outline: none;
  border-radius: 10px;
  height: 75px;
  padding: 37px 25px 15px;
}
.inputArea2 input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.inputArea2 input::placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.inputArea2:hover {
  border: 1px solid #1411EE;
}
.inputArea2:hover input {
  color: #1411EE;
}
.inputArea2:hover input::-moz-placeholder {
  color: #1411EE;
}
.inputArea2:hover input::placeholder {
  color: #1411EE;
}
.inputArea2:hover:after {
  background: #1411EE;
}

.uploadInput {
  position: relative;
  display: inline-flex;
  max-width: 368px;
  width: 100%;
}
.uploadInput label {
  display: block;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 30px;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.uploadInput label span {
  color: #1411EE;
}
.uploadInput label .fileName {
  max-width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploadInput label:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/upload.svg");
  background: #000;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.customSelect2 {
  width: 100%;
  position: relative;
}
.customSelect2 .cs2-real {
  display: none;
}
.customSelect2 .cs2-selected {
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease all;
  box-shadow: none;
  height: auto;
  padding: 25px 35px 25px 25px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.customSelect2 .arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 13px;
  height: 11px;
  background: #1411EE;
  transition: 0.3s ease all;
}
.customSelect2 .arrow.active {
  transform: translateY(-50%) rotate(-90deg);
}
.customSelect2 .cs2-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 0;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.customSelect2 .cs2-options li {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.customSelect2 .cs2-options li .icon {
  width: 23px;
  height: 23px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--productImg);
  background: #1411EE;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #050892;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  z-index: 2;
}
.customSelect2 .cs2-options li .icon img {
  transition: 0.3s ease all;
  opacity: 0;
  width: 27px;
  height: 27px;
}
.customSelect2 .cs2-options li:hover {
  background: #f2f2f2;
}
.customSelect2.open .cs2-options {
  display: block;
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  padding: 20px 45px 25px 40px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 21px;
  width: 19px;
  -webkit-mask-image: url(../img/svg/arrow3.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 40px;
  transition: 0.5s ease all;
}
.accordionItem .accordionBody {
  background: #fff;
  padding: 0 40px 0 45px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease all;
  opacity: 0;
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  border-radius: 0 0 20px 20px;
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: 400px;
  padding: 0 45px 45px;
}

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

.tabHeaders {
  display: flex;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 1px solid #E9F2FA;
}
.tabHeaders .tabBtn {
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s;
  justify-content: flex-start;
  align-items: flex-start;
  color: #B2B2B2;
  position: relative;
  padding: 16px 5px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}
.tabHeaders .tabBtn span {
  margin-top: 10px;
  min-height: 15px;
  color: #7F7F7F;
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.tabHeaders .tabBtn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/tabline.svg");
  background: #E9F2FA;
  width: 15px;
  height: 100%;
  left: 0;
  -webkit-mask-size: cover;
}
.tabHeaders .tabBtn:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 20px;
  background: #E9F2FA;
}
.tabHeaders .tabBtn.active, .tabHeaders .tabBtn.bgactive {
  background: #E9F2FA;
  color: #000000;
}
.tabHeaders .tabBtn:first-child {
  padding-left: 35px;
}
.tabHeaders .tabBtn:first-child:after {
  display: none;
}
.tabHeaders .tabBtn:disabled {
  pointer-events: none;
}

.progressBar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #E9F2FA;
  border-radius: 10px;
  overflow: hidden;
}
.progressBar .progressFill {
  position: relative;
  height: 100%;
  width: 5.5%;
  /* 1. tab ortasına kadar */
  background: linear-gradient(90deg, #024EAA, #65B9F6, #024EAA);
  background-size: 300% 100%;
  border-radius: 10px;
  animation: progressFlow 1.5s linear infinite;
  transition: width 0.6s ease-in-out;
  box-shadow: 0 0 6px #65B9F6;
  overflow: hidden;
}

.navlist1 {
  display: flex;
  align-items: center;
  border: 1px solid #CDDCEB;
  border-right: none;
}
.navlist1 li {
  width: 20%;
}
.navlist1 li a {
  padding: 25px 35px;
  font-size: 20px;
  width: 100%;
  color: #E2E2E2;
  border-right: 1px solid #CDDCEB;
  display: flex;
  justify-content: center;
  transition: 0.3s ease all;
}
.navlist1 li a.active {
  color: #000;
}

.navlist2 {
  display: flex;
  align-items: center;
  border-right: none;
  justify-content: center;
  gap: 20px;
}
.navlist2 li a {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  color: #E2E2E2;
  display: flex;
  padding: 19px 30px;
  justify-content: center;
  border-radius: 80px;
  border: 1px solid #7F7F7F;
  transition: 0.3s ease all;
  color: #000;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  opacity: 0.5;
}
.navlist2 li a.all {
  padding: 19px 60px;
}
.navlist2 li a.active, .navlist2 li a:hover {
  border: 1px solid #000;
  opacity: 1;
}

.pageTitle1 {
  margin-bottom: 85px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 75px;
}
.pageTitle1:after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 35px;
  height: 31px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #000;
}
.pageTitle1.type2 {
  color: #7F7F7F;
}
.pageTitle1.type2:after {
  background: #7F7F7F;
}
.pageTitle1.white {
  color: #fff;
}
.pageTitle1.white:after {
  background: #fff;
}

.pageTitleArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  position: relative;
  z-index: 5;
}
.pageTitleArea .pageTitle1 {
  margin-bottom: 0;
}
.pageTitleArea .title {
  text-align: right;
  color: #fff;
  font-size: 22px;
  line-height: 29px;
  max-width: 510px;
}
.pageTitleArea.type2 .title {
  max-width: 605px;
}

.accountBanner {
  padding: 17px 17px 0;
  position: relative;
  margin-bottom: 55px;
}
.accountBanner .container > .content {
  margin-top: 200px;
  position: relative;
  z-index: 5;
}
.accountBanner > .imgArea {
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  left: 17px;
  top: 17px;
  right: 17px;
  max-height: 670px;
  height: 100%;
}
.accountBanner > .imgArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.accountBanner.type2 .imgArea {
  max-height: 329px;
}
.accountBanner.type2 .container > .content {
  margin-top: 186px;
}
.accountBanner.type3 > .imgArea {
  max-height: 557px;
}
.accountBanner.type3 .container > .content {
  margin-top: 160px;
}
.accountBanner.type4 > .imgArea {
  max-height: 469px;
}
.accountBanner.type4 .container > .content {
  margin-top: 140px;
}
.accountBanner.type5 .titleArea {
  min-height: 255px;
}
.accountBanner.type5 > .imgArea {
  height: 365px;
}
.accountBanner.type5 .container > .content {
  margin-top: 160px;
}

.mainInfo {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}

.blogPageTitleArea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 35px;
}
.blogPageTitleArea .pageMiniTitle {
  padding: 10px 20px;
  background: #F2F2F2;
  border-radius: 40px;
  color: #9E9E9E;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 35px;
}
.blogPageTitleArea .title {
  max-width: 1330px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.pageText {
  text-align: center;
  margin: 0 auto 65px;
  max-width: 960px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
}
.pageText.type2 {
  max-width: 1410px;
}
.pageText.type3 {
  max-width: 1095px;
  font-weight: 400;
  font-size: 20px;
}
.pageText.type3 b {
  font-weight: 600;
}

.topInfo {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.topInfo .infoCircle {
  background: #050892;
  padding: 10px 23px;
  border-radius: 40px;
  color: #9E9E9E;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
}

.borderBtn {
  background: #1411EE;
  border: 2px solid #050892;
  box-shadow: 3px 3px 0 0 #0B0D99 !important;
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease all;
}
.borderBtn.type2 {
  padding: 14.5px 20px;
}
.borderBtn.type3 {
  background: #fff;
  border: 2px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 25px 30px;
  color: #7F7F7F;
  font-weight: 500;
  font-size: 14px;
}
.borderBtn:hover {
  box-shadow: none !important;
}

.goBtn {
  border: 1px solid #FFFFFF;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  margin-right: auto;
}
.goBtn:after {
  content: "";
  width: 54px;
  height: 52px;
  min-width: 45px;
  min-height: 52px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  background: #fff;
  box-shadow: 0 0 19.1px 0 rgba(255, 255, 255, 0.5);
  transition: 0.3s ease all;
}

.productCard {
  background-image: url("../img/productcardbg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 368px;
  box-shadow: 7px 7px 0 0 #035CAA;
  padding: 35px 40px 35px 45px;
  border-radius: 20px;
  display: block;
}
.productCard .title {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.productCard .text {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.productCard:hover .goBtn {
  transform: translateX(10px);
}

.productCard2 {
  width: 368px;
  text-align: left;
  padding: 35px 40px 35px 45px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #7F7F7F;
  transition: 0.3s ease all;
  height: 100%;
  aspect-ratio: 368/211;
  position: relative;
}
.productCard2 .title {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #7F7F7F;
  margin-bottom: 10px;
  transition: 0.3s ease all;
}
.productCard2 .text {
  font-size: 14px;
  color: #7F7F7F;
  display: block;
  margin-bottom: 15px;
  transition: 0.3s ease all;
  max-width: 170px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: auto;
}
.productCard2 .productImage {
  position: absolute;
  right: 45px;
  bottom: 35px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  width: 55px;
  height: 71px;
  background-color: #7f7f7f;
  transition: 0.3s ease all;
}
.productCard2 .goBtn {
  margin-top: auto;
  border: 1px solid #7F7F7F;
}
.productCard2 .goBtn:after {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 18px;
  height: 16px;
  min-width: 18px;
  min-height: 16px;
  background: #7F7F7F;
}
.productCard2:hover {
  background: #E6F9FF;
  border: 1px solid #D4EEF6;
  box-shadow: 7px 7px 0 0 #D6EFF6;
}
.productCard2:hover .title,
.productCard2:hover .text {
  color: #000;
}
.productCard2:hover .productImage {
  background: #000;
}
.productCard2:hover .goBtn {
  transform: translateX(10px);
  border: 1px solid #000000;
}
.productCard2:hover .goBtn:after {
  content: "";
  background: #000;
}

.mainInfoCard {
  border-radius: 20px;
  padding: 60px 50px;
  border: 1px solid #731EFF;
  box-shadow: 7px 7px 0 0 rgba(115, 30, 255, 0.1);
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
.mainInfoCard .title {
  position: relative;
  padding-left: 55px;
  color: #731EFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}
.mainInfoCard .title:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 31px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/starbig.svg");
  background: #731EFF;
  left: 0;
  top: -5px;
}
.mainInfoCard .imgArea {
  aspect-ratio: 54/71;
  height: 71px;
}
.mainInfoCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.digitalCard {
  background: #EBF7FF;
  border: 1px solid #ABD5EF;
  border-radius: 20px;
  box-shadow: 7px 7px 0 0 #D8F0FF;
  padding: 65px 20px 100px 75px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.digitalCard .title {
  color: #ABD5EF;
  margin-bottom: 30px;
  font-weight: 600;
}
.digitalCard .text {
  font-size: 28px;
  line-height: 39px;
  color: #000;
  margin-bottom: 95px;
  max-width: 523px;
}
.digitalCard .buttons {
  display: flex;
  padding-left: 60px;
  position: relative;
  margin-top: auto;
  align-items: center;
}
.digitalCard .buttons .digitalBtn {
  height: 80px;
  display: block;
  border: 1px solid #ABD5EF;
  box-shadow: 7px 7px 0 0 #D8F0FF;
  color: #92BBD4;
  padding: 20px 40px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  line-height: 39px;
  margin-right: 25px;
  background: #EBF7FF;
}
.digitalCard .buttons .imgArea {
  display: flex;
  align-items: center;
}
.digitalCard .buttons .imgArea img:first-child {
  aspect-ratio: 191/80;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
.digitalCard .buttons .imgArea img:last-child {
  aspect-ratio: 1/1;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.digitalCard .buttons:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 35px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #92BBD4;
  transition: 0.3s ease all;
}
.digitalCard .buttons:before {
  content: "";
  aspect-ratio: 318/232;
  height: 232px;
  position: absolute;
  bottom: -10px;
  right: -20px;
  background-image: url("../img/digitalcardimg1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.digitalCard .buttons:hover:after {
  left: 15px;
}
.digitalCard.type2 {
  background: #E4FFFC;
  border: 1px solid #9DDED6;
  box-shadow: 7px 7px 0 0 #E4FFFC;
}
.digitalCard.type2 .text {
  max-width: 585px;
}
.digitalCard.type2 .buttons .digitalBtn {
  border: 1px solid #9DDED6;
  box-shadow: 7px 7px 0 0 #D8F0FF;
  color: #9DDED6;
}
.digitalCard.type2 .buttons:before {
  background: #9DDED6;
}
.digitalCard.type2 .buttons:before {
  display: none;
}

.packageCard {
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease all;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 35px;
  padding: 25px 60px 25px 70px;
  transition: 0.3s ease all;
  position: relative;
  overflow: hidden;
}
.packageCard .cardTitle {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  max-width: 205px;
  line-height: 28px;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.packageCard .imgArea {
  max-height: 190px;
  max-width: 190px;
  position: relative;
  z-index: 2;
}
.packageCard .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
}
.packageCard:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgb(0, 2, 143) 0%, rgb(41, 103, 240) 100%);
  z-index: 1;
  transition: 0.3s ease all;
  opacity: 0;
}
.packageCard:hover {
  border: 1px solid #3156FF;
}
.packageCard:hover .cardTitle {
  color: #fff;
}
.packageCard:hover:after {
  opacity: 1;
}

.stageCard {
  background: #fff;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 85px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s ease all;
}
.stageCard .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
}
.stageCard .text {
  color: #7F7F7F;
  line-height: 21px;
}
.stageCard.imaged {
  padding-top: 70px;
}
.stageCard.imaged .title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.stageCard:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: 55px;
  top: 53px;
  background: var(--stagedotbg);
}
.stageCard:hover {
  transform: translateY(-10px);
}

.packageCard2 {
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease all;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-start;
  padding: 40px 50px 55px 40px;
  transition: 0.3s ease all;
  position: relative;
  overflow: hidden;
  height: 360px;
  cursor: pointer;
}
.packageCard2 input {
  display: none;
}
.packageCard2 .title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  transition: 0.3s ease all;
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 40px;
  transition: 0.4s ease all;
}
.packageCard2 .subTitle {
  color: #A8BAC5;
  margin-top: 36px;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.packageCard2 .text {
  opacity: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  z-index: 2;
  color: #000;
}
.packageCard2 .text b {
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
}
.packageCard2 .imgArea {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  transition: 0.3s ease all;
  aspect-ratio: 333/175;
}
.packageCard2 .imgArea .hoverImg {
  opacity: 0;
  position: absolute;
  transition: 0.3s ease all;
  bottom: -100%;
  right: 45px;
}
.packageCard2 .imgArea .normalImg {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 14px;
  /*             &:before {
      content: "";
      position: absolute;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      z-index: 2;
      width: 125px;
      bottom: 0;
      left: 0;
      top: 0;
  } */
}
.packageCard2 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.packageCard2 .check {
  right: -1px;
  top: -1px;
  width: 50px;
  height: 40px;
  position: absolute;
  background: #1411EE;
  z-index: 4;
  border-radius: 0 0 0 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.packageCard2 .check:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  background: #fff;
}
.packageCard2:after {
  content: "";
  background: linear-gradient(0deg, rgb(216, 235, 255) 0%, rgb(255, 255, 255) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease all;
  opacity: 0;
}
.packageCard2:hover .title {
  top: calc(100% - 55px);
}
.packageCard2:hover .subTitle {
  margin: 0;
  margin-bottom: 25px;
}
.packageCard2:hover .text {
  opacity: 1;
}
.packageCard2:hover .imgArea {
  position: absolute;
}
.packageCard2:hover .imgArea .hoverImg {
  opacity: 1;
  bottom: -20px;
  transition-delay: 0.2s;
}
.packageCard2:hover .imgArea .normalImg {
  opacity: 0;
}
.packageCard2:hover:after {
  opacity: 1;
}
.packageCard2.selected .check {
  opacity: 1;
}

.packageCardCustom {
  padding: 95px 80px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.packageCardCustom .title {
  opacity: 0.5;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.packageCardCustom .arrow {
  position: relative;
  display: flex;
  width: 100%;
}
.packageCardCustom .arrow:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 82px;
  height: 73px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease all;
}
.packageCardCustom:hover .arrow:after {
  left: calc(100% - 80px);
}

.productCard1 {
  display: flex;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 50px 55px;
  cursor: pointer;
  position: relative;
}
.productCard1 input {
  display: none;
}
.productCard1 .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
}
.productCard1 .text {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 22px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease all;
  opacity: 0;
  max-width: 200px;
  z-index: 2;
}
.productCard1 .icon {
  width: 38px;
  height: 38px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--productImg);
  background: #1411EE;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #050892;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  z-index: 2;
}
.productCard1 .icon img {
  transition: 0.3s ease all;
  opacity: 0;
  width: 27px;
  height: 27px;
}
.productCard1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgb(221, 221, 255) 0%, rgb(255, 255, 255) 100%);
  bottom: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 20px;
  transition: 0.8s ease all;
}
.productCard1:hover:after {
  opacity: 1;
}
.productCard1:hover .text {
  opacity: 1;
}
.productCard1:hover .title {
  opacity: 0;
}
.productCard1.selected .icon {
  right: 50px;
  width: 46px;
  height: 45px;
  -webkit-mask-image: none;
  box-shadow: 3px 3px 0 0 #0B0D99;
  border-radius: 50%;
}
.productCard1.selected .icon img {
  opacity: 1;
}
.productCard1.type2 {
  gap: 25px;
  justify-content: flex-start;
  height: 100%;
  padding: 25px 85px 25px 25px;
}
.productCard1.type2 .title {
  opacity: 1 !important;
}
.productCard1.type2 .imgArea {
  max-height: 75px;
  max-width: 75px;
}
.productCard1.type2 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard1.type2 .icon {
  right: 25px;
  background: transparent;
  opacity: 0;
  transition: 0.3s ease all;
  border-radius: 50%;
  width: 46px;
  height: 45px;
}
.productCard1.type2.selected .icon {
  background: #1411EE;
  opacity: 1;
}
.productCard1.type2:after {
  display: none;
}

.productCardCustom {
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
  outline: none;
}
.productCardCustom .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  max-width: 210px;
}
.productCardCustom:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 41px;
  height: 37px;
  background: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.productCardCustom:hover:after {
  right: 25px;
}

.productCardSolution {
  padding: 45px 45px 55px;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
.productCardSolution img {
  margin-bottom: 25px;
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productCardSolution .subTitle {
  color: #9E9E9E;
  margin-bottom: 7px;
}
.productCardSolution .text {
  margin-bottom: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.productCardSolution .text b {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.productCardSolution .text span {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.detailTabCard {
  position: relative;
  background: #fff;
  border: 1px solid #7F7F7F;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  transition: 0.3s ease all;
  cursor: pointer;
  overflow: hidden;
}
.detailTabCard label {
  cursor: pointer;
}
.detailTabCard .textContent {
  font-size: 12px;
  color: #7F7F7F;
  line-height: 15px;
  text-align: center;
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
.detailTabCard .cardOptions {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 4px;
  border: 1px solid #7F7F7F;
  border-right: 0;
  border-top: 0;
  display: flex;
  align-items: center;
}
.detailTabCard .cardOptions span {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  padding: 8px 10px 8px 15px;
  display: block;
  border-right: 1px solid #7F7F7F;
}
.detailTabCard .cardOptions .star {
  padding: 3px 7px;
  display: flex;
  align-items: center;
}
.detailTabCard .cardOptions .star img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.detailTabCard .name {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.detailTabCard.type1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 30px 25px 45px;
  position: relative;
}
.detailTabCard.type1 .imgArea {
  max-height: 196px;
  aspect-ratio: 130/196;
}
.detailTabCard.type1 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.detailTabCard.type2 {
  padding: 55px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  height: 257px;
}
.detailTabCard.type2 label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detailTabCard.type2 .name {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: 0.3s ease all;
}
.detailTabCard.type2 .textContent {
  font-size: 12px;
  color: #7F7F7F;
  line-height: 15px;
  text-align: center;
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
.detailTabCard.type2 .imgArea {
  max-width: 100px;
  max-height: 200px;
  margin-bottom: 35px;
  transition: 0.3s ease all;
}
.detailTabCard.type2 .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
}
.detailTabCard.type2:hover .imgArea {
  margin: 0;
  margin-top: -45px;
  transform: translateY(60px);
}
.detailTabCard.type2:hover .textContent {
  max-height: 150px;
  margin-top: 25px;
  opacity: 1;
}
.detailTabCard.type2:hover .name {
  bottom: calc(100% - 55px);
}
.detailTabCard.type3 {
  padding: 40px 20px 0;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  height: 257px;
}
.detailTabCard.type3 .imgArea {
  max-width: 350px;
  max-height: 200px;
  transition: 0.3s ease all;
}
.detailTabCard.type3 .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.detailTabCard.type3 label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.detailTabCard.type3:hover .textContent {
  max-height: 150px;
  margin-top: 25px;
  opacity: 1;
}
.detailTabCard.type3:hover .imgArea {
  margin-top: -45px;
  transform: translateY(85px);
}
.detailTabCard.type3.noHover:hover .imgArea {
  margin-top: 0;
  transform: none;
}
.detailTabCard.selected:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  width: 25px;
  height: 20px;
  background-color: #fff;
  transition: 0.3s ease all;
  z-index: 2;
}
.detailTabCard.selected:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 30px;
  border-radius: 0 0 7px 0;
  background-color: #1411EE;
  transition: 0.3s ease all;
  z-index: 1;
}

.orderAddressCard {
  border-radius: 20px;
  transition: 0.3s ease all;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  margin-bottom: 45px;
}
.orderAddressCard .title {
  border-bottom: 1px solid #D9D9D9;
  padding: 8px 30px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
}
.orderAddressCard .content {
  padding: 20px 30px;
  max-width: 265px;
}
.orderAddressCard .content .addressName,
.orderAddressCard .content .userName,
.orderAddressCard .content .phoneNumber {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.orderAddressCard .content .address {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.favoriteCard {
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 25px 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  position: relative;
}
.favoriteCard .favoriteBtn {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 17px;
  height: 16px;
}
.favoriteCard .favoriteBtn img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.favoriteCard .imgArea {
  aspect-ratio: 118/182;
  max-width: 118px;
  width: 100%;
  transition: 0.3s ease all;
}
.favoriteCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.favoriteCard .productName {
  margin: 15px 0 25px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.favoriteCard .borderBtn {
  border-radius: 10px;
}
.favoriteCard:hover .imgArea {
  transform: scale(1.1) rotate(5deg);
}

.supportContactCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 45px 40px 45px 65px;
}
.supportContactCard .textArea {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.supportContactCard .textArea .subTitle {
  color: #C5C5C5;
  font-size: 14px;
  font-weight: 600;
}
.supportContactCard .textArea .text {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 31px;
  margin: 20px 0 25px;
}
.supportContactCard .textArea a {
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline !important;
  color: #000;
}
.supportContactCard .textArea span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.supportContactCard .imgArea {
  flex-shrink: 0;
  aspect-ratio: 269/216;
  margin: auto 0;
}
.supportContactCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.supportCard {
  display: flex;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 30px 35px 30px 65px;
  height: 100%;
  min-height: 280px;
}
.supportCard .content {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.supportCard .content .subTitle {
  color: #C5C5C5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.supportCard .content .title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.supportCard .content .text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.supportCard .swiperArea {
  position: relative;
  max-width: calc(50% + 40px);
  height: 220px;
  width: 100%;
  pointer-events: none;
}
.supportCard .swiperArea:after {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-image: url("../img/svg/lines.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 220px;
}
.supportCard .supportSlide {
  height: 300px;
  padding: 40px 25px 40px 40px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
.supportCard .supportSlide .supportSlideItem {
  border-radius: 17px;
  background: #fff;
  display: flex;
  width: 100%;
  gap: 13px;
  padding: 6px;
  align-items: center;
  box-shadow: 0px 15px 37.2px rgba(0, 0, 0, 0.09);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.supportCard .supportSlide .supportSlideItem .imgArea {
  border-radius: 13px;
  position: relative;
  background: #8B5CF6;
  border: 1px solid #775FA5;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  width: 51px;
  height: 51px;
  flex-shrink: 0;
}
.supportCard .supportSlide .supportSlideItem .imgArea .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  background: #fff;
}
.supportCard .supportSlide .supportSlideItem .text {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.supportCard .supportSlide .swiper-slide {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease all;
}
.supportCard .supportSlide .swiper-slide-prev {
  opacity: 0.25;
  transform: scale(0.56);
}
.supportCard .supportSlide .swiper-slide-prev .supportSlideItem {
  margin-left: 90px;
}
.supportCard .supportSlide .swiper-slide-active {
  opacity: 1;
}
.supportCard .supportSlide .swiper-slide-active .supportSlideItem {
  opacity: 1;
}
.supportCard .supportSlide .swiper-slide-next {
  opacity: 0.25;
  transform: scale(0.65);
}
.supportCard .supportSlide .swiper-slide-next .supportSlideItem {
  margin-right: -120px;
  margin-left: auto;
}
.supportCard .supportImgArea {
  position: relative;
  max-width: calc(50% + 40px);
  height: 100%;
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
}
.supportCard .supportImgArea .imgArea {
  position: absolute;
  right: 0;
  top: -30px;
  width: 100%;
  height: 280px;
}
.supportCard .supportImgArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
.supportCard.type2 {
  background: #EBEBEB;
}

.questionCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 25px 25px 45px 55px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.questionCard .cardTop {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.questionCard .cardTop .imgArea {
  aspect-ratio: 165/132;
}
.questionCard .cardTop .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.questionCard .lastUpdate {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 15px;
}
.questionCard .name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.questionCard .text {
  max-width: 300px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.questionCard .questionNumber {
  color: #B8B8B8;
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
}

.templateCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 560px;
  width: 100%;
  position: relative;
}
.templateCard .imgArea {
  position: relative;
  z-index: 2;
}
.templateCard .imgArea .icon {
  width: 66px;
  height: 85px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  background: #B8B8B8;
  transition: 0.3s ease all;
}
.templateCard .titleArea {
  position: relative;
  z-index: 2;
}
.templateCard .titleArea .title {
  margin-bottom: 10px;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
}
.templateCard .titleArea .text {
  color: #B8B8B8;
  font-size: 14px;
  font-weight: 400;
}
.templateCard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgb(221, 221, 255) 0%, rgb(255, 255, 255) 100%);
  bottom: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 20px;
  transition: 0.8s ease all;
}
.templateCard:hover:after {
  opacity: 1;
}
.templateCard:hover .imgArea .icon {
  background: #1411EE;
}

.templateInfoCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 45px 45px 35px 45px;
  gap: 15px;
}
.templateInfoCard .info {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.templateInfoCard .fileType {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.templateInfoCard .fileType span {
  font-size: 8px;
  font-weight: 500;
  color: #A6A6A6;
}
.templateInfoCard .fileType .measurement {
  color: #FFA854;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.templateInfoCard .imgArea {
  position: relative;
  z-index: 2;
}
.templateInfoCard .imgArea .fileImg {
  width: 33px;
  height: 40px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  background: #FFA854;
  transition: 0.3s ease all;
}

.accountSidebar {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
.accountSidebar .title {
  background: #024EAA;
  background: linear-gradient(145deg, rgb(2, 78, 170) 0%, rgb(101, 185, 246) 100%);
  padding: 38px 75px 38px 55px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.accountSidebar .title span {
  font-weight: 600;
}
.accountSidebar .sidebarContent {
  padding: 50px 35px;
  border-bottom: 1px solid #D9D9D9;
}
.accountSidebar .sidebarContent ul {
  display: flex;
  flex-direction: column;
}
.accountSidebar .sidebarContent ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 20px 20px 20px 60px;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.accountSidebar .sidebarContent ul li a:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  background: #7B7B7B;
}
.accountSidebar .sidebarContent ul li a:before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 18px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #D9D9D9;
  opacity: 0;
  transition: 0.3s ease all;
}
.accountSidebar .sidebarContent ul li a.active {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #D9D9D9;
  font-weight: 600;
}
.accountSidebar .sidebarContent ul li a.active:after {
  background: #000;
}
.accountSidebar .sidebarContent ul li a.active:before {
  opacity: 1;
}
.accountSidebar .bottomLinks {
  padding: 35px 55px 45px 93px;
}
.accountSidebar .bottomLinks ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accountSidebar .bottomLinks ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  transition: 0.3s ease all;
}
.accountSidebar .bottomLinks ul li a:hover {
  color: #000;
}

.mobileUserMenu {
  margin-bottom: 30px;
  display: none;
}
.mobileUserMenu > .title {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.mobileUserMenu .content {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
.mobileUserMenu .content .title {
  background: #024EAA;
  background: linear-gradient(145deg, rgb(2, 78, 170) 0%, rgb(101, 185, 246) 100%);
  padding: 38px 75px 38px 55px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.mobileUserMenu .content .title span {
  font-weight: 600;
}
.mobileUserMenu .content .sidebarContent {
  padding: 50px 55px;
  border-bottom: 1px solid #D9D9D9;
}
.mobileUserMenu .content .sidebarContent ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mobileUserMenu .content .sidebarContent ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.mobileUserMenu .content .sidebarContent ul li a img {
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobileUserMenu .content .bottomLinks {
  padding: 35px 55px 45px 93px;
}
.mobileUserMenu .content .bottomLinks ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobileUserMenu .content .bottomLinks ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  transition: 0.3s ease all;
}
.mobileUserMenu .content .bottomLinks ul li a:hover {
  color: #000;
}
.mobileUserMenu.active > .title {
  border-radius: 20px 20px 0 0;
}
.mobileUserMenu.active .content {
  max-height: 1000px;
  opacity: 1;
}

.lastOrders {
  margin-top: 25px;
}
.lastOrders .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding-left: 40px;
}
.lastOrders .titleArea {
  display: flex;
  align-items: center;
  padding: 30px 30px 17px 40px;
  gap: 20px;
}
.lastOrders .titleArea .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}
.lastOrders .titleArea .searchArea {
  width: 100%;
  max-width: 305px;
  margin-left: auto;
}
.lastOrders .titleArea .searchArea .inputArea {
  height: 50px;
}
.lastOrders .titleArea .searchArea .inputArea input {
  padding: 11px 25px !important;
}
.lastOrders .lastOrderTable {
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.lastOrders .lastOrderTable table {
  width: 100%;
}
.lastOrders .lastOrderTable table thead {
  border-bottom: 1px solid #D9D9D9;
}
.lastOrders .lastOrderTable table thead tr th {
  text-align: left;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
}
.lastOrders .lastOrderTable table thead tr th:first-child {
  padding-left: 40px;
}
.lastOrders .lastOrderTable table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.lastOrders .lastOrderTable table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 20px;
}
.lastOrders .lastOrderTable table tbody tr td > a {
  text-decoration: underline !important;
  color: #1411EE;
  font-size: 14px;
  font-weight: 600;
}
.lastOrders .lastOrderTable table tbody tr td .actionButtons {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
.lastOrders .lastOrderTable table tbody tr td .actionButtons .links {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.lastOrders .lastOrderTable table tbody tr td .actionButtons .links a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: underline !important;
}
.lastOrders .lastOrderTable table tbody tr td .actionButtons button {
  background: #EFEFEF;
  border-radius: 40px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
}
.lastOrders .lastOrderTable table tbody tr td .status-cancelled {
  color: #8D0000;
}
.lastOrders .lastOrderTable table tbody tr td .status-success {
  color: #2D880C;
}
.lastOrders .lastOrderTable table tbody tr td:last-child {
  padding-right: 30px;
}
.lastOrders .lastOrderTable table tbody tr td:first-child {
  padding-left: 40px;
}
.lastOrders .lastOrderTable table tbody tr td:first-child, .lastOrders .lastOrderTable table tbody tr td:nth-child(2), .lastOrders .lastOrderTable table tbody tr td:nth-child(3) {
  width: 190px;
}
.lastOrders .lastOrderTable table tbody tr td:nth-child(4) {
  width: 130px;
}
.lastOrders .lastOrderTable table tbody tr td:nth-child(5) {
  width: 120px;
}
.lastOrders .lastOrderTable table tbody tr:last-child {
  border: none;
}
.lastOrders .lastOfferTable {
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
  min-height: 150px;
}
.lastOrders .lastOfferTable table {
  width: 100%;
}
.lastOrders .lastOfferTable table thead {
  border-bottom: 1px solid #D9D9D9;
}
.lastOrders .lastOfferTable table thead tr th {
  text-align: left;
  width: 200px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
}
.lastOrders .lastOfferTable table thead tr th:first-child {
  padding-left: 40px;
}
.lastOrders .lastOfferTable table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.lastOrders .lastOfferTable table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 20px;
}
.lastOrders .lastOfferTable table tbody tr td > a {
  text-decoration: underline !important;
  color: #1411EE;
  font-size: 14px;
  font-weight: 600;
}
.lastOrders .lastOfferTable table tbody tr td .actionButtons {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
.lastOrders .lastOfferTable table tbody tr td .actionButtons .links {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.lastOrders .lastOfferTable table tbody tr td .actionButtons .links a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: underline !important;
}
.lastOrders .lastOfferTable table tbody tr td .actionButtons button {
  background: #EFEFEF;
  border-radius: 40px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
}
.lastOrders .lastOfferTable table tbody tr td .status-cancelled {
  color: #8D0000;
}
.lastOrders .lastOfferTable table tbody tr td .status-success {
  color: #2D880C;
}
.lastOrders .lastOfferTable table tbody tr td:last-child {
  padding-right: 30px;
}
.lastOrders .lastOfferTable table tbody tr td:first-child {
  padding-left: 40px;
}
.lastOrders .lastOfferTable table tbody tr td:first-child, .lastOrders .lastOfferTable table tbody tr td:nth-child(2), .lastOrders .lastOfferTable table tbody tr td:nth-child(3) {
  width: 190px;
}
.lastOrders .lastOfferTable table tbody tr td:nth-child(4) {
  width: 130px;
}
.lastOrders .lastOfferTable table tbody tr td:nth-child(5) {
  width: 120px;
}
.lastOrders .lastOfferTable table tbody tr:last-child {
  border: none;
}
.lastOrders .lastOfferTable .empty-message {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  color: #7D7D7D;
  max-width: 90%;
  line-height: 1.4;
  display: none;
}
.lastOrders .lastOfferTable:not(:has(tbody tr)) .empty-message {
  display: block;
}
.lastOrders.noMargin {
  margin: 0;
}

.customPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  overflow-y: auto;
  padding: 20px;
}
.customPopup.active {
  opacity: 1;
  pointer-events: auto;
}
.customPopup__filter {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(140, 140, 140, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.customPopup__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.customPopup__content {
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 60px 40px 40px;
  position: relative;
  text-align: center;
}
.customPopup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #EBEBEB;
  border-radius: 11px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
  padding: 0;
}
.customPopup__close:hover {
  background: #f5f5f5;
  border-color: #D9D9D9;
  transform: rotate(90deg);
}
.customPopup__close svg {
  width: 18px;
  height: 18px;
}
.customPopup__icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customPopup__icon.success {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customPopup__icon.success::before {
  content: "";
  width: 30px;
  height: 15px;
  border: 4px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -15px;
}
.customPopup__icon.error {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #C8102E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customPopup__icon.error::before, .customPopup__icon.error::after {
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.customPopup__icon.error::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.customPopup__icon.error::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customPopup__icon.warning {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #FFA500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customPopup__icon.warning::before {
  content: "!";
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.customPopup__icon.info {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #0300FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customPopup__icon.info::before {
  content: "i";
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.customPopup__icon.loader {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0300FF;
  border-right: 4px solid #0300FF;
  animation: spin 1s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.customPopup__title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}
.customPopup__message {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
  margin-bottom: 30px;
}
.customPopup__message p {
  margin-bottom: 10px;
}
.customPopup__message p:last-child {
  margin-bottom: 0;
}
.customPopup__message form {
  text-align: left;
}
.customPopup__message form .inputArea {
  display: block;
  margin-bottom: 15px;
}
.customPopup__message form .inputArea input,
.customPopup__message form .inputArea textarea,
.customPopup__message form .inputArea select {
  width: 100%;
  padding: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.customPopup__message form .inputArea input:focus,
.customPopup__message form .inputArea textarea:focus,
.customPopup__message form .inputArea select:focus {
  outline: none;
  border-color: #0300FF;
  box-shadow: 0 0 0 3px rgba(3, 0, 255, 0.1);
}
.customPopup__message form .inputArea textarea {
  resize: vertical;
  min-height: 100px;
}
.customPopup__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.customPopup__buttons .customPopup__button {
  min-width: 150px;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.primary {
  background: #0300FF;
  color: #fff;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.primary:hover {
  background: #0200CC;
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.primary:active {
  transform: translateY(0);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.success {
  background: #28a745;
  color: #fff;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.success:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.success:active {
  transform: translateY(0);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.error {
  background: #C8102E;
  color: #fff;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.error:hover {
  background: #A00D25;
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.error:active {
  transform: translateY(0);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.secondary {
  background: #fff;
  color: #000;
  border: 1px solid #D9D9D9;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.secondary:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
}
.customPopup__buttons .customPopup__button.secondary:active {
  transform: translateY(0);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .customPopup {
    padding: 10px;
  }
  .customPopup__content {
    padding: 40px 30px 30px;
  }
  .customPopup__title {
    font-size: 24px;
  }
  .customPopup__message {
    font-size: 16px;
  }
  .customPopup__buttons {
    flex-direction: column;
  }
  .customPopup__buttons .customPopup__button {
    width: 100%;
  }
}
.packageSelect {
  margin-bottom: 110px;
}
.packageSelect .packageBanner {
  padding: 17px 17px 0;
  position: relative;
  margin-bottom: 55px;
}
.packageSelect .packageBanner .content {
  margin-top: 190px;
  position: relative;
  z-index: 5;
}
.packageSelect .packageBanner .content .titleArea {
  text-align: center;
  margin-bottom: 75px;
}
.packageSelect .packageBanner .content .titleArea > .title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.packageSelect .packageBanner .content .titleArea > .text {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  color: #fff;
  max-width: 515px;
  margin: 0 auto;
}
.packageSelect .packageBanner .content .cards {
  max-width: 1144px;
  margin: 0 auto 45px;
}
.packageSelect .packageBanner .content .bottomText {
  color: #A1CDFF;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.packageSelect .packageBanner > .imgArea {
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  left: 17px;
  top: 17px;
  right: 17px;
  height: 100%;
  max-height: 100%;
}
.packageSelect .packageBanner > .imgArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.packageSelect2 {
  margin-bottom: 35px;
}
.packageSelect2 .packageBanner {
  padding: 17px 17px 0;
  position: relative;
  margin-bottom: 40px;
}
.packageSelect2 .packageBanner .container .content {
  margin-top: 185px;
  position: relative;
  z-index: 5;
}
.packageSelect2 .packageBanner .container .content .cards {
  margin-bottom: 65px;
}
.packageSelect2 .packageBanner .container .content .bottomText {
  position: relative;
  color: #fff;
  padding-left: 40px;
}
.packageSelect2 .packageBanner .container .content .bottomText:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 23px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: #fff;
}
.packageSelect2 .packageBanner > .imgArea {
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  left: 17px;
  top: 17px;
  right: 17px;
  height: 100%;
  max-height: 100%;
}
.packageSelect2 .packageBanner > .imgArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section.productDetail {
  margin-top: 45px;
}
section.productDetail .title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
section.productDetail .topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
}
section.productDetail .topBar .topTabs {
  display: flex;
  gap: 25px;
  align-items: center;
}
section.productDetail .topBar .topTabs a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7F7F7F;
  line-height: 26px;
  font-weight: 500;
  text-decoration: underline !important;
  transition: 0.3s ease all;
}
section.productDetail .topBar .topTabs a:hover {
  color: #000;
}
section.productDetail .topBar .tabLinks {
  display: flex;
  gap: 25px;
  align-items: center;
}
section.productDetail .topBar .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 15px;
}
section.productDetail .topBar .right .changeMoneyType {
  display: flex;
  width: 85px;
  height: 34px;
  align-items: center;
  border: 1px solid #C8C8C8;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
}
section.productDetail .topBar .right .changeMoneyType .euro {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
  border-right: 1px solid #C8C8C8;
  font-size: 10px;
  color: #000;
  font-weight: 700;
}
section.productDetail .topBar .right .changeMoneyType .euro.active {
  background: #F6F6F6;
}
section.productDetail .topBar .right .changeMoneyType .tl {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
}
section.productDetail .topBar .right .changeMoneyType .tl.active {
  background: #F6F6F6;
}
section.productDetail .topBar .right .designSupport {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #FFF4EE;
  padding: 8px 17px;
  color: #A85917;
  font-size: 14px;
  font-weight: 500;
  border-radius: 40px;
}
section.productDetail .topBar.mobile {
  display: none;
}
section.productDetail .topBar.mobile .right {
  justify-content: center;
}
section.productDetail .content {
  margin-bottom: 55px;
}
section.productDetail .content .productDetailImage {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  position: relative;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
section.productDetail .content .productDetailImage .addToFavorite {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  z-index: 3;
  background: #1411EE;
  outline: none;
  border: none;
  border-radius: 0 0 20px 0;
  cursor: pointer;
}
section.productDetail .content .productDetailImage .addToFavorite:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/heart.svg");
  transition: 0.3s ease all;
}
section.productDetail .content .productDetailImage .addToFavorite.added:after {
  background: #F90000;
}
section.productDetail .content .productDetailImage .productDetailThumb {
  overflow: hidden;
  padding: 23px;
}
section.productDetail .content .productDetailImage .productDetailSlide {
  padding: 30px 25px 15px 25px;
}
section.productDetail .content .productDetailImage .productDetailSlide .productSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
section.productDetail .content .productDetailImage .productDetailSlide .productSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  aspect-ratio: 165/273;
  height: 273px;
}
section.productDetail .content .productDetailImage .productthumbSwiper .swiper-wrapper {
  justify-content: space-between;
  gap: 15px;
}
section.productDetail .content .productDetailImage .productthumbSwiper .swiper-slide {
  padding: 7px;
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  cursor: pointer;
}
section.productDetail .content .productDetailImage .productthumbSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productDetail .content .productDetailImage .detailContent {
  padding: 30px 50px 30px 40px;
  background: #F6F6F6;
}
section.productDetail .content .productDetailImage .detailContent .detailTitle {
  margin-bottom: 20px;
  max-width: 230px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
section.productDetail .content .productDetailImage .detailContent ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
section.productDetail .content .productDetailImage .detailContent ul li {
  display: flex;
  gap: 10px;
}
section.productDetail .content .productDetailImage .detailContent ul li .iconArea {
  transform: translateY(-2px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
}
section.productDetail .content .productDetailImage .detailContent ul li .iconArea .icon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  width: 15px;
  height: 15px;
  background-color: #1C1B1F;
  transition: 0.3s ease all;
}
section.productDetail .content .productDetailTabContent .detailTabTitle {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 30px 0 35px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
}
section.productDetail .content .productDetailTabContent .detailTabTitle .number {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #7F7F7F;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
section.productDetail .content .productAddCart {
  display: none;
}
section.productDetail .content .productAddCart > .titleArea {
  margin-top: 40px;
  margin-bottom: 35px;
}
section.productDetail .content .productAddCart > .titleArea .title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
section.productDetail .content .productAddCart > .titleArea .text {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
section.productDetail .content .productAddCart .price-table-container {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #F6F6F6;
  font-family: sans-serif;
  color: #333333;
  overflow: hidden;
}
section.productDetail .content .productAddCart .price-table-container .price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-radius: 20px;
}
section.productDetail .content .productAddCart .price-table-container .price-table th,
section.productDetail .content .productAddCart .price-table-container .price-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.5;
  font-size: 16px;
}
section.productDetail .content .productAddCart .price-table-container .price-table th {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
}
section.productDetail .content .productAddCart .price-table-container .price-table th small {
  font-size: 13px;
}
section.productDetail .content .productAddCart .price-table-container .price-table th:nth-child(2) {
  border-right: 1px solid #F6F6F6;
  border-left: 1px solid #F6F6F6;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr {
  cursor: pointer;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  vertical-align: middle;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td:first-child {
  width: 185px;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td:last-child {
  width: 195px;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td:nth-child(2) {
  border-right: 1px solid #F6F6F6;
  border-left: 1px solid #F6F6F6;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr:nth-child(even) {
  background-color: rgba(255, 235, 235, 0.5);
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr:hover {
  background-color: #fcebeb;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr:hover td {
  border-bottom-color: #fcebeb;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr:hover + tr td {
  border-top: 1px solid #ebebeb;
}
section.productDetail .content .productAddCart .price-table-container .price-table .action-cell {
  position: relative;
  white-space: nowrap;
}
section.productDetail .content .productAddCart .price-table-container .price-table .action-cell .add-button {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  border: 1px solid #8B0000;
  background: #F90000;
  border-radius: 70px;
  width: 43px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 26px;
  font-weight: 600;
}
section.productDetail .content .productAddCart .price-table-container .price-table tr:hover .add-button {
  opacity: 1;
  pointer-events: auto;
}
section.productDetail .content .productAddCart .price-table-container .price-table tbody tr:last-child td {
  border-bottom: none;
}
section.productDetail .content .productAddCart .productDetailSupport {
  position: relative;
  border-radius: 20px;
  border: 1px solid #BDDAFB;
  box-shadow: 7px 7px 0 0 rgba(187, 215, 253, 0.15);
  overflow: hidden;
}
section.productDetail .content .productAddCart .productDetailSupport .titleArea {
  padding: 35px 42px 40px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #BDDAFB;
}
section.productDetail .content .productAddCart .productDetailSupport .titleArea .subTitle {
  font-size: 16px;
  color: #9E9E9E;
  margin-bottom: 10px;
  margin-top: 20px;
}
section.productDetail .content .productAddCart .productDetailSupport .titleArea .supportTitle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
section.productDetail .content .productAddCart .productDetailSupport .supportContent {
  padding: 35px 42px 30px;
  position: relative;
  z-index: 2;
}
section.productDetail .content .productAddCart .productDetailSupport .supportContent .piece {
  margin-bottom: 165px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
section.productDetail .content .productAddCart .productDetailSupport .supportContent .supportText {
  color: #859AB2;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
}
section.productDetail .content .productAddCart .productDetailSupport .supportContent .supportText .offerText {
  color: #0593F7;
  font-weight: 600;
  text-decoration: underline !important;
}
section.productDetail .content .productAddCart .productDetailSupport .supportContent .supportText .saleText {
  font-weight: 500;
  text-decoration: underline !important;
  color: #859AB2;
}
section.productDetail .content .productAddCart .productDetailSupport .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.productDetail .content .productAddCart .productDetailSupport .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.productDetail .content .productAddCart.active {
  display: block;
}
section.productDetail #resetLocalStorage {
  background: transparent;
  border: none;
  display: flex;
  margin-left: auto;
  color: #FF0000;
  text-decoration: underline !important;
  margin-top: 20px;
  cursor: pointer;
}

.productDetailtab {
  margin-bottom: 60px;
}
.productDetailtab .tabLinks {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
.productDetailtab .tabLinks > a {
  display: block;
  padding: 19px 30px 19px 40px;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid transparent;
}
.productDetailtab .tabLinks .tab-links {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: none;
}
.productDetailtab .tabLinks .tab-links li {
  cursor: pointer;
  transition: color 0.3s;
}
.productDetailtab .tabLinks .tab-links li a {
  display: block;
  padding: 19px 30px 19px 40px;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid transparent;
}
.productDetailtab .tabLinks .tab-links li.active {
  background-color: #4400ff;
  border-radius: 100px;
  border: 1px solid #050892;
  box-shadow: 3px 3px 0 0 #0B0D99;
}
.productDetailtab .tabLinks .tab-links li.active a {
  color: #fff;
}
.productDetailtab .tab-content .tab-pane {
  display: none;
  padding: 95px 110px 95px 160px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease all;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
.productDetailtab .tab-content .tab-pane.type2 {
  padding: 0;
  border: none;
  box-shadow: none;
}
.productDetailtab .tab-content .tab-pane.active {
  display: block;
}
.productDetailtab .features {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.productDetailtab .features .item {
  display: flex;
  align-items: flex-start;
}
.productDetailtab .features .item .featureTitle {
  width: 45%;
  padding-top: 5px;
  color: #000;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}
.productDetailtab .features .item .featureContent {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.productDetailtab .features .item .featureContent .contentItem {
  background: #F0F0F0;
  border-radius: 100px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  display: inline-flex;
  padding: 8px 25px;
}

.technical {
  margin: 0 0 60px;
  padding-top: 80px;
  background: #F6F8F7;
  z-index: 5;
}
.technical .titleArea {
  position: relative;
  padding: 115px 0 115px 490px;
  border-bottom: 1px solid #E3E3E3;
}
.technical .titleArea .imgArea {
  position: absolute;
  left: 0;
  top: 0;
}
.technical .titleArea .title {
  max-width: 315px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 25px;
}
.technical .titleArea .text {
  max-width: 850px;
  color: #979797;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.technical .titleArea .text b {
  font-weight: 600;
}
.technical .titleArea .closeBtn {
  position: absolute;
  top: 0;
  right: 40px;
  width: 51px;
  height: 51px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  border: 1px solid #EBEBEB;
}
.technical .content {
  padding: 50px 65px 50px 90px;
  border-bottom: 1px solid #E3E3E3;
}
.technical .content.type1 .fileFeatures {
  border-top: 1px solid #EEEEEE;
}
.technical .content.type1 .fileFeatures .item {
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  padding: 11px 0;
}
.technical .content.type1 .fileFeatures .item .title {
  line-height: 20px;
  width: 40%;
  font-size: 14px;
  font-weight: 400;
}
.technical .content.type1 .fileFeatures .item .text {
  line-height: 20px;
  width: 60%;
  font-size: 14px;
  font-weight: 600;
}
.technical .content.type1 .imgArea {
  aspect-ratio: 600/295;
}
.technical .content.type1 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.technical .content.type1 .bottomText {
  margin-top: 55px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.technical .content.type2 .title {
  margin-bottom: 25px;
  color: 0;
  font-size: 17px;
  font-weight: 600;
}
.technical .content.type2 .item .subTitle {
  margin-bottom: 5px;
  color: 0;
  line-height: 29px;
  font-size: 16px;
  font-weight: 600;
}
.technical .content.type2 .item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.technical .content.type2 .item ul li {
  padding-left: 20px;
  color: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.technical .content.type2 .item ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 3px;
  height: 3px;
  background: #000;
  left: 8px;
}
.technical .content.type2 .item.type2 ul {
  margin-bottom: 10px;
}
.technical .content.margin {
  border-bottom: none;
  margin-bottom: 100px;
}

.detailTemplate {
  position: fixed;
  overflow: hidden;
  z-index: 11;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
  opacity: 0;
  pointer-events: none;
}
.detailTemplate .templateContent {
  max-width: 1144px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 65px 65px 60px 50px;
}
.detailTemplate .templateContent .closeBtn {
  position: absolute;
  top: 45px;
  right: 50px;
  width: 51px;
  height: 51px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  border: 1px solid #EBEBEB;
}
.detailTemplate .templateContent .content .title {
  color: #5153DA;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.detailTemplate .templateContent .content .text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 55px;
}
.detailTemplate .templateContent .content table {
  width: 100%;
}
.detailTemplate .templateContent .content table thead {
  margin-bottom: 10px;
}
.detailTemplate .templateContent .content table thead th {
  padding: 13px 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.detailTemplate .templateContent .content table tbody {
  border-bottom: 1px solid #EEEEEE;
}
.detailTemplate .templateContent .content table tbody tr {
  border-top: 1px solid #EEEEEE;
  position: relative;
}
.detailTemplate .templateContent .content table tbody tr td {
  padding: 13px 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.detailTemplate .templateContent .content table tbody tr td.file {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.detailTemplate .templateContent .content table tbody tr td.file .selectFile {
  display: flex;
  gap: 10px;
}
.detailTemplate .templateContent .content table tbody tr td.file .selectFile img {
  width: 21px;
  height: 21px;
}
.detailTemplate .templateContent .content .bottomArea {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.detailTemplate .templateContent .content .bottomArea .info {
  max-width: 476px;
  color: #A6A6A6;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
}
.detailTemplate .filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(140, 140, 140, 0.8);
}
.detailTemplate.active {
  opacity: 1;
  pointer-events: auto;
}

section.orderContent {
  margin-top: 30px;
  margin-bottom: 70px;
}
section.orderContent .titleArea {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
section.orderContent .titleArea .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 61px;
  height: 29px;
  border-radius: 40px;
  transition: 0.3s ease all;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
section.orderContent .titleArea .title {
  color: #7F7F7F;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
section.orderContent .titleArea .text {
  color: #7F7F7F;
  line-height: 20px;
}
section.orderContent .pageContent {
  border-radius: 20px;
  transition: 0.3s ease all;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
}
section.orderContent .pageContent .item {
  display: flex;
  flex-direction: column;
  height: auto;
}
section.orderContent .pageContent .item .title {
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  padding: 25px 65px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 80px;
}
section.orderContent .pageContent .item .content {
  border-right: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.orderContent .pageContent .item.order3Item {
  width: 100%;
  max-width: 950px;
}
section.orderContent .pageContent .item:last-child .content {
  border-right: 0;
}
section.orderContent .pageContent .orderImage {
  padding: 35px 35px 45px 55px;
  display: flex;
  gap: 30px;
}
section.orderContent .pageContent .orderImage .imgArea {
  aspect-ratio: 107/165;
  max-height: 165px;
}
section.orderContent .pageContent .orderImage .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.orderContent .pageContent .orderImage .orderFeatures {
  margin-top: 20px;
}
section.orderContent .pageContent .orderImage .orderFeatures ul li {
  line-height: 19px;
  display: block;
  color: #7F7F7F;
  font-size: 12px;
}
section.orderContent .pageContent .orderImage .orderFeatures ul li.invisible {
  display: none;
}
section.orderContent .pageContent .orderImage .orderFeatures .viewAll {
  line-height: 19px;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}
section.orderContent .pageContent .editOrder {
  padding: 0 35px 25px 55px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.orderContent .pageContent .editOrder button {
  display: flex;
  border: none;
  outline: none;
  gap: 10px;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
}
section.orderContent .pageContent .editOrder button .icon {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: #F6F8F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.orderContent .pageContent .editOrder button .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.orderContent .pageContent .editOrder button a {
  white-space: nowrap;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline !important;
}
section.orderContent .pageContent .editOrder button:first-child .icon img {
  transform: translate(2px, 2px);
}
section.orderContent .pageContent .editOrder button.type2:first-child .icon img {
  transform: none;
}
section.orderContent .pageContent .editOrder.type2 {
  padding: 50px 30px;
}
section.orderContent .pageContent .fileArea {
  background: #F9F9FF;
  padding: 50px 40px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.orderContent .pageContent .fileArea .upload-btn {
  width: 285px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 25px 14px 30px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #6DB6D0;
  box-shadow: 3px 3px 0 0 #AFE5F8;
}
section.orderContent .pageContent .fileArea .upload-btn span {
  font-size: 16px;
  font-weight: 700;
  color: #6DB6D0;
}
section.orderContent .pageContent .fileArea .upload-btn:active {
  transform: scale(0.98);
}
section.orderContent .pageContent .fileCheck {
  padding: 25px 27px 27px 55px;
}
section.orderContent .pageContent .fileCheck .subTitle {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}
section.orderContent .pageContent .fileCheck .infoText {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #B1B1B1;
  max-width: 290px;
  margin-bottom: 15px;
  margin-top: 10px;
}
section.orderContent .pageContent .cargo {
  padding: 35px 50px 50px 55px;
}
section.orderContent .pageContent .cargo .cargoItem {
  margin-bottom: 25px;
}
section.orderContent .pageContent .cargo .cargoItem img {
  width: 20px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.orderContent .pageContent .cargo .cargoItem .name {
  color: #7F7F7F;
  font-size: 18px;
  line-height: 29px;
}
section.orderContent .pageContent .cargo .cargoItem .date {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
section.orderContent .pageContent .cargo .cargoInfo {
  margin-top: 40px;
  display: flex;
  color: #7F7F7F;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 15px;
  gap: 12px;
  max-width: 285px;
  width: 100%;
}
section.orderContent .pageContent .cargo .cargoInfo img {
  width: 12px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.orderContent .pageContent .cargo .cargoInfo b {
  font-weight: 600;
  color: #000;
}
section.orderContent .pageContent .cargo .cargoInfo:last-child {
  margin-bottom: 0;
  margin-top: 15px;
}
section.orderContent .pageContent .cargo.type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.orderContent .pageContent .cargo.type2 .cargoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
section.orderContent .pageContent .cargo.type2 .cargoItem .name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
section.orderContent .pageContent .cargo.type2 .cargoItem .date {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
section.orderContent .pageContent .cargo.type2 img {
  margin-top: 20px;
}
section.orderContent .pageContent .normalPrice {
  padding: 33px 30px;
}
section.orderContent .pageContent .normalPrice .price {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
section.orderContent .pageContent .totalPrice {
  border-top: 1px solid #D9D9D9;
  margin-top: auto;
  padding: 25px 20px 30px 30px;
}
section.orderContent .pageContent .totalPrice .price {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.orderContent .pageContent .totalPrice .price small {
  font-size: 12px;
  font-weight: 400;
}
section.orderContent .pageContent .totalPrice span {
  color: #7F7F7F;
  font-size: 12px;
}
section.orderContent .pageContent .totalPrice.type2 {
  border: 0;
  margin: auto 0;
  padding: 25px 45px 30px 45px;
}
section.orderContent .pageContent .totalPrice.type2 .price {
  font-size: 23px;
  white-space: nowrap;
}
section.orderContent .pageContent .totalPrice.type2 .price small {
  font-size: 15px;
}
section.orderContent .pageContent .totalPrice.type2 span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
section.orderContent .pageContent .totalPrice.type2 span small {
  font-weight: 400;
  font-size: 8px;
}
section.orderContent .pageContent .order2Content {
  display: flex;
  gap: 200px;
}
section.orderContent .pageContent .order2Content .orderColItem {
  max-width: 410px;
  display: flex;
  flex-direction: column;
}
section.orderContent .pageContent .order2Content .orderAddress {
  max-width: 100%;
  margin-bottom: 40px;
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px dashed #d8e1f0;
  background: #f8fbff;
  border-radius: 14px;
  transition: all 0.2s ease;
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty:hover {
  border-color: #b4c5e6;
  box-shadow: 0 10px 30px rgba(27, 94, 206, 0.08);
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9f2ff;
  flex-shrink: 0;
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty__title {
  font-size: 14px;
  font-weight: 600;
  color: #0f1c3b;
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty__text {
  margin: 0;
  color: #6c7587;
  font-size: 13px;
  line-height: 20px;
}
section.orderContent .pageContent .order2Content .orderAddress .orderAddressEmpty .btn {
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
section.orderContent .pageContent .order2Content .orderAddress .addressName,
section.orderContent .pageContent .order2Content .orderAddress .userName,
section.orderContent .pageContent .order2Content .orderAddress .phoneNumber {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
section.orderContent .pageContent .order2Content .orderAddress .address {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
section.orderContent .pageContent .order2Content .cargo {
  padding: 0;
}
section.orderContent .pageContent .order2Content .cargo .cargoInfo {
  max-width: 380px;
}
section.orderContent .pageContent .order2Content .orderPiece {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  margin-top: 20px;
}
section.orderContent .pageContent .order2Content .orderPiece .title {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
section.orderContent .pageContent .order2Content .orderPiece .text {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
section.orderContent .pageContent .order2Content .orderPiece .text b {
  display: block;
  font-weight: 600;
}
section.orderContent .pageContent .order2Content .totalPrice .price {
  font-size: 21px;
}
section.orderContent .pageContent .order2Content .totalPrice .price small {
  font-size: 14px;
}
section.orderContent .choosePayment {
  margin-bottom: 40px;
}
section.orderContent .choosePayment .paymentCard {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 40px 130px 40px 30px;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
section.orderContent .choosePayment .paymentCard .text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}
section.orderContent .choosePayment .paymentCard .imgArea {
  position: absolute;
  right: 0;
  top: 0;
}
section.orderContent .orderApproval {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
section.orderContent .paymentPage .alertArea {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
section.orderContent .paymentPage .alert {
  margin-bottom: auto;
  background: #FFF2E6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #891B00;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  padding: 30px;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
}
section.orderContent .paymentPage .alert .imgArea {
  aspect-ratio: 98/79;
  max-height: 79px;
  height: 100%;
  flex-shrink: 0;
}
section.orderContent .paymentPage .alert .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.orderContent .paymentPage .paymentType {
  display: flex;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  align-items: center;
  padding: 30px 60px;
}
section.orderContent .paymentPage .paymentType .text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}
section.orderContent .paymentPage .paymentType .priceArea {
  margin-left: auto;
  display: flex;
  gap: 40px;
}
section.orderContent .paymentPage .paymentType .priceArea .getPayment {
  display: block;
  margin-bottom: auto;
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 600;
}
section.orderContent .paymentPage .paymentType .priceArea .price {
  color: #000000;
  font-weight: 600;
  font-size: 23px;
  white-space: nowrap;
}
section.orderContent .paymentPage .paymentType .priceArea .price small {
  font-size: 15px;
  font-weight: 400;
}
section.orderContent .paymentPage .paymentType .priceArea span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
section.orderContent .paymentPage .paymentType .priceArea span small {
  font-weight: 400;
  font-size: 8px;
}
section.orderContent .paymentPage .credit-card {
  padding: 40px 60px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
}
section.orderContent .paymentPage .credit-card .bankType {
  margin-bottom: 25px;
}
section.orderContent .paymentPage .credit-card .card-number {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
section.orderContent .paymentPage .credit-card .card-number .card-input {
  height: 50px;
  width: 100%;
  display: flex;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  outline: none;
  transition: border 0.2s ease;
  font-size: 23px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
}
section.orderContent .paymentPage .credit-card .card-number .card-input::-moz-placeholder {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
section.orderContent .paymentPage .credit-card .card-number .card-input::placeholder {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
section.orderContent .paymentPage .credit-card .holder-input {
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #000;
  border: none;
}
section.orderContent .paymentPage .credit-card .holder-input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
section.orderContent .paymentPage .credit-card .holder-input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
section.orderContent .paymentPage .credit-card .card-details {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.orderContent .paymentPage .credit-card .card-details .select2-container {
  max-width: 105px;
}
section.orderContent .paymentPage .credit-card .card-details .cvv-input {
  margin-left: auto;
  padding-left: 20px;
  width: 120px;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
}
section.orderContent .paymentPage .credit-card .card-details .cvv-input::-moz-placeholder {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
section.orderContent .paymentPage .credit-card .card-details .cvv-input::placeholder {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
section.orderContent .paymentPage .approvBtn {
  margin-top: 60px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
section.orderContent .paymentPage .checkboxArea {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
section.orderContent .paymentPage .installmentTable {
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
}
section.orderContent .paymentPage .installmentTable table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}
section.orderContent .paymentPage .installmentTable table thead {
  background: #F5F5F5;
  border-bottom: 1px solid #D9D9D9;
}
section.orderContent .paymentPage .installmentTable table thead th {
  font-weight: 500;
  font-size: 15px;
  padding: 16px 0;
  text-align: left;
}
section.orderContent .paymentPage .installmentTable table thead th:first-child {
  padding-left: 35px;
}
section.orderContent .paymentPage .installmentTable table tbody tr {
  padding-left: 35px;
}
section.orderContent .paymentPage .installmentTable table tbody tr td {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
}
section.orderContent .paymentPage .installmentTable table tbody tr td:first-child {
  padding-left: 35px;
}
section.orderContent .paymentPage .ibanCards {
  border-radius: 20px;
  display: flex;
  gap: 50px;
  align-items: center;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 30px 50px;
}
section.orderContent .paymentPage .ibanCards .imgArea {
  padding: 5px 35px;
  height: 63px;
  border: 1px solid #D9D9D9;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
}
section.orderContent .paymentPage .ibanCards .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
section.orderContent .paymentPage .ibanCards .imgArea:after {
  content: "";
  background: #EBEBEB;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 90px;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/lines.svg");
  z-index: 0;
}
section.orderContent .paymentPage .ibanCards .content .bankName {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
section.orderContent .paymentPage .ibanCards .content .bankCustomerName {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
section.orderContent .paymentPage .ibanCards .content .iban {
  margin-bottom: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
section.orderContent .paymentPage .ibanCards .content .textRequired {
  color: #FF0000;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.orderContent .paymentPage .ibanCards .content .textRequired .icon {
  position: relative;
  width: 18px;
  height: 18px;
}
section.orderContent .paymentPage .ibanCards .content .textRequired .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF0000;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/error.svg");
}
section.orderContent .paymentPage .eftCard {
  border-radius: 20px;
  display: flex;
  align-items: center;
  background: #F9F9FF;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 #F9F9FF !important;
  padding: 45px 50px;
  height: 100%;
}
section.orderContent .paymentPage .eftCard.uploadFileArea {
  gap: 60px;
  flex-wrap: wrap;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .textArea {
  max-width: 260px;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .textArea .title {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .textArea .text {
  color: #A5A5AA;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .content {
  width: 100%;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .fileArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .fileArea .upload-btn {
  max-width: 285px;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 25px 14px 30px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #6DB6D0;
  box-shadow: 3px 3px 0 0 #AFE5F8;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .fileArea .upload-btn span {
  font-size: 16px;
  font-weight: 700;
  color: #6DB6D0;
}
section.orderContent .paymentPage .eftCard.uploadFileArea .fileArea .upload-btn:active {
  transform: scale(0.98);
}
section.orderContent .paymentPage .eftCard.receiptCard {
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 30px;
}
section.orderContent .paymentPage .eftCard.receiptCard .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}
section.orderContent .paymentPage .eftCard.receiptCard .text {
  color: #A5A5AA;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
section.orderContent .paymentPage .eftCard.receiptCard .mail {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
section.orderContent .paymentPage .eftCard.eftPriceCard {
  align-items: flex-start;
  padding: 25px 50px 35px 30px;
  gap: 25px;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .icon {
  width: 43px;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 17px;
  height: 26px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/lira.svg");
}
section.orderContent .paymentPage .eftCard.eftPriceCard .content {
  margin-top: 15px;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .content .title {
  margin-bottom: 20px;
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 600;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .content .totalPrice {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .content .totalPrice span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .content .price {
  font-size: 13px;
  color: #7F7F7F;
  font-weight: 600;
}
section.orderContent .paymentPage .eftCard.eftPriceCard .content .price span {
  font-size: 8px;
  font-weight: 400;
}
section.orderContent .paymentPage .bottomTextArea {
  display: flex;
  gap: 70px;
  margin-top: 70px;
  justify-content: space-between;
}
section.orderContent .paymentPage .bottomTextArea .text {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 80px;
  max-width: 894px;
}
section.orderContent .paymentPage .bottomTextArea .text:after {
  content: "";
  position: absolute;
  left: 45px;
  top: -5px;
  width: 19px;
  height: 17px;
  background: #1411EE;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
}
section.orderContent .paymentPage .bottomTextArea .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
section.orderContent .paymentPage .bottomTextArea .buttons .approvBtn {
  margin: 0;
}
section.orderContent .paymentPage .bottomTextArea .buttons .approvBtn button {
  white-space: nowrap;
}
section.orderContent.type2 .order2img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section.orderContent.type2 .order2img .imgArea {
  aspect-ratio: 218/336;
  max-height: 336px;
  height: 100%;
}
section.orderContent.type2 .order2img .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.orderContent.type2 .pageContent {
  flex-direction: column;
  padding: 45px;
}
section.orderContent.type2 .pageContent .orderImage,
section.orderContent.type2 .pageContent .totalPrice {
  padding: 0;
  border: 0;
}
section.orderContent.type2 .pageContent .totalPrice {
  padding-bottom: 45px;
}

.getOrder {
  border-radius: 20px;
  transition: 0.3s ease all;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  padding: 20px 60px 20px 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.getOrder .promoInput {
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  margin-right: auto;
}
.getOrder .promoInput input {
  flex: 1;
  border: none;
  outline: none;
  padding: 19px 59px 19px 20px;
  font-size: 14px;
  color: #000;
  border-right: 1px solid #D9D9D9;
}
.getOrder .promoInput input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.getOrder .promoInput input::placeholder {
  color: #000;
  font-weight: 500;
}
.getOrder .promoInput button {
  border: none;
  background: transparent;
  padding: 19px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease;
}
.getOrder .promoInput button:hover {
  background: #f5f5f5;
}
.getOrder .text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-right: 50px;
}
.getOrder .orderBtn {
  background: #F0F0F0;
  border: 1px solid #C8C8C8;
  box-shadow: 3px 3px 0 0 rgba(200, 200, 200, 0.28);
  color: #9D9D9D;
  padding: 16px 20px;
  border-radius: 100px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  transition: 0.3s ease all;
  margin-left: 20px;
}
.getOrder .orderBtn:hover, .getOrder .orderBtn.active {
  background: #1411EE;
  border: 1px solid #050892;
  box-shadow: 3px 3px 0 0 #0B0D99;
  color: #fff;
}
.getOrder .cargoPrice {
  font-size: 21px;
  font-weight: 600;
}
.getOrder .cargoPrice small {
  font-size: 14px;
  font-weight: 400;
}
.getOrder .totalPrice {
  margin-left: auto;
  margin-right: 45px;
}
.getOrder .totalPrice .price {
  font-size: 31px;
  font-weight: 600;
  color: #000;
}
.getOrder .totalPrice .price small {
  font-size: 21px;
  font-weight: 400;
}
.getOrder .totalPrice .kdv {
  font-size: 17px;
  font-weight: 600;
  color: #7F7F7F;
  margin-top: 10px;
}
.getOrder .totalPrice .kdv small {
  font-size: 11px;
  font-weight: 400;
}
.getOrder .buttons {
  display: flex;
}

.orderSuccess {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0 60px 60px;
  margin-top: 30px;
  text-align: center;
}
.orderSuccess .imgArea {
  max-width: 320px;
  width: 100%;
  margin-bottom: -20px;
}
.orderSuccess .title {
  max-width: 960px;
  color: #000;
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.orderSuccess .text {
  max-width: 960px;
  color: #676767;
  line-height: 32px;
  font-size: 20px;
}
.orderSuccess .bottomText {
  max-width: 960px;
  color: #000;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  max-width: 1060px;
}
.orderSuccess .double {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.orderSuccess .double .item {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0;
}
.orderSuccess .mail {
  display: flex;
  margin-top: 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.orderSuccess .mail a {
  font-weight: 600;
  color: #000000;
}
.orderSuccess.type2 {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}

.orderSuccesSteps .progress-container {
  background: #fff;
  margin: 30px 0 60px;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
.orderSuccesSteps .step-info-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.orderSuccesSteps .step-info-section .step-info-col {
  flex: 1;
}
.orderSuccesSteps .step-info-section .step-info-col .step-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  white-space: nowrap;
}
.orderSuccesSteps .step-info-section .step-info-col .step-time {
  display: block;
  font-size: 16px;
  color: #676767;
  font-weight: 600;
  margin-top: 4px;
  white-space: nowrap;
}
.orderSuccesSteps .progress-bar-section {
  position: relative;
  height: 8px;
  margin: 25px 0;
}
.orderSuccesSteps .progress-bar-section .progress-line-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 8px;
  background: #e0e0e0;
  border-radius: 3px;
}
.orderSuccesSteps .progress-bar-section .progress-line-track .progress-fill-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #007bff, #0056b3);
  border-radius: 3px;
  transition: width 0.6s ease-in-out;
}
.orderSuccesSteps .step-status-section {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.orderSuccesSteps .step-status-section .status-text {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #024EAA;
  /* Gri (Bekleniyor) */
}

section.login .loginCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  padding: 65px 75px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.login .loginCard .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
section.login .loginCard .text {
  color: #7F7F7F;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 27px;
  margin-top: 15px;
  max-width: 485px;
}
section.login .loginCard .customcheckbox2 {
  margin: 30px 0 20px;
}
section.login .loginCard .passReset {
  color: #000;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 500;
}
section.login .loginCard .buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
section.login .loginCard .buttons .borderBtn {
  border-radius: 10px;
  padding: 20px 41px;
}
section.login .loginCard .buttons .googleLogin {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #7F7F7F;
  background: #FFFFFF;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 20px 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #7F7F7F;
  cursor: pointer;
}
section.login .loginCard.type2 {
  background: #F3F4F9;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.login .loginCard.type2 .title {
  background: linear-gradient(90deg, #5FB4FA 0%, #386B94 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.login .loginCard.type2 .imgArea {
  margin-bottom: 20px;
  aspect-ratio: 210/190;
  max-width: 210px;
}
section.login .loginCard.type2 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.login .loginCard.type2 .text {
  max-width: 585px;
  margin-bottom: 0;
  color: #4D6189;
}
section.login .loginCard.type2 .buttons {
  margin-top: 60px;
}

.registerContent {
  background: #fff;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  padding: 65px 195px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.registerContent .facturalType {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 25px;
}
.registerContent .facturalType .text {
  margin-right: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.registerContent .titleArea {
  margin-bottom: 30px;
}
.registerContent .titleArea .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.registerContent .titleArea .textArea {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 25px;
}
.registerContent .titleArea .textArea .text {
  color: #7F7F7F;
  font-size: 18px;
  margin-right: auto;
}
.registerContent .titleArea .textArea .step {
  font-size: 16px;
  font-weight: 400;
  color: #7F7F7F;
}
.registerContent .titleArea .textArea .step b {
  color: #000;
  font-weight: 500;
}
.registerContent .titleArea .textArea .skipStep {
  color: #000;
  font-size: 16px;
  text-decoration: underline !important;
}
.registerContent .inputArea input {
  padding-left: 70px;
}
.registerContent .inputArea:after {
  left: 25px;
}
.registerContent .registerFormArea {
  margin-bottom: 45px;
}
.registerContent .companySelect > .title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.registerContent .companySelect .companyItem {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #7F7F7F;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 35px 45px;
  cursor: pointer;
  height: 100%;
  transition: 0.3s ease all;
}
.registerContent .companySelect .companyItem .imgArea {
  width: 34px;
  height: 34px;
}
.registerContent .companySelect .companyItem .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.registerContent .companySelect .companyItem .text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.registerContent .companySelect .companyItem.active {
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.5);
}
.registerContent .registerPurpleCard {
  box-shadow: 7px 7px 0 0 rgba(115, 30, 255, 0.1);
  border-radius: 20px;
  border: 1px solid #731EFF;
}
.registerContent .registerPurpleCard .mainInfoCard {
  border: 0;
  box-shadow: none;
  justify-content: flex-end;
  border-right: 1px solid #731EFF;
  border-radius: 0;
  padding: 30px 50px;
}
.registerContent .registerPurpleCard .mainInfoCard .title {
  font-size: 18px;
  font-weight: 400;
  list-style: 23px;
  width: 100%;
  display: flex;
  align-items: center;
}
.registerContent .registerPurpleCard .mainInfoCard .title:after {
  width: 18px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.registerContent .registerPurpleCard .row > div:last-child .mainInfoCard {
  border: none;
}
.registerContent .checkboxArea {
  margin: 40px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.registerContent .buttons {
  margin-top: 65px;
}
.registerContent .buttons .borderBtn {
  padding: 20px 50px;
  border-radius: 10px;
}
.registerContent .addressCrate .addressName {
  margin-bottom: 20px;
}
.registerContent .addressCrate .addressName .addressNameInfo {
  padding-left: 20px;
  max-width: 445px;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  height: 100%;
  align-items: center;
  line-height: 20px;
}
.registerContent .addressCrate .text {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  height: 100%;
  align-items: center;
  line-height: 20px;
}
.registerContent .buttons {
  display: flex;
  gap: 20px;
}
.registerContent .corporateContent,
.registerContent .individualContent {
  display: none;
}
.registerContent .corporateContent.active,
.registerContent .individualContent.active {
  display: block;
}

.accountMainPage {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.accountMainPage .accountItem {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
}
.accountMainPage .accountItem .titleArea {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 40px 15px;
}
.accountMainPage .accountItem .titleArea .imgArea {
  aspect-ratio: 1/1;
  width: 49px;
}
.accountMainPage .accountItem .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.accountMainPage .accountItem .titleArea .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.accountMainPage .accountItem .titleArea .title.type2 {
  font-size: 18px;
  font-weight: 700;
}
.accountMainPage .accountItem .titleArea .edit {
  margin-left: auto;
  font-size: 12px;
  color: #7F7F7F;
  text-decoration: underline !important;
  font-weight: 600;
}
.accountMainPage .cvkAccount {
  border-radius: 20px 20px 0 20px;
  background: #fff;
}
.accountMainPage .cvkAccount .accountInfo {
  display: flex;
  flex-direction: column;
  padding: 45px 45px 60px 40px;
  gap: 10px;
}
.accountMainPage .cvkAccount .accountInfo .item {
  display: flex;
  gap: 35px;
}
.accountMainPage .cvkAccount .accountInfo .item span {
  width: 40%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
.accountMainPage .cvkAccount .accountInfo .item .value {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
}
.accountMainPage .cvkAccount .titleArea {
  border-bottom: 1px solid #D9D9D9;
}
.accountMainPage .accountContact {
  background-image: url("../img/accountcontactimg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 35px 40px 40px;
}
.accountMainPage .accountContact .titleArea {
  position: relative;
  z-index: 2;
  padding: 0;
}
.accountMainPage .accountContact .buttons {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  gap: 15px;
}
.accountMainPage .accountContact .buttons .borderBtn {
  padding: 15px 17px;
}
.accountMainPage .accountContact .buttons .borderBtn.type3 {
  padding: 15px 25px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.accountMainPage .accountContact:after {
  content: "";
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.accountMainPage .cvkPro {
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.accountMainPage .cvkPro .content {
  padding: 60px 75px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.accountMainPage .cvkPro .content .imgArea {
  width: 120px;
  aspect-ratio: 120/20;
}
.accountMainPage .cvkPro .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.accountMainPage .cvkPro .content .title {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.accountMainPage .cvkPro .content .text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
}
.accountMainPage .cvkPro .content .soon {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.accountMainPage .cvkPro:after {
  content: "";
  aspect-ratio: 342/192;
  width: calc(100% - 26px);
  position: absolute;
  top: 13px;
  left: 13px;
  background-image: url("../img/cvkpro.gif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.accountMainPage .personalInformations {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: flex;
  padding: 50px 95px 50px 55px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}
.accountMainPage .personalInformations .informationDiv {
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  gap: 20px;
}
.accountMainPage .personalInformations .informationArea {
  display: flex;
  gap: 70px;
}
.accountMainPage .personalInformations .informationArea .item .title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.accountMainPage .personalInformations .informationArea .item .info {
  margin-top: 6px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.accountMainPage .personalInformations .informationArea.type2 {
  justify-content: flex-end;
  gap: 80px;
}
.accountMainPage .personalInformations .borderBtn {
  padding: 12px 27px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}
.accountMainPage .personalInformations .buttons {
  width: 185px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accountMainPage .personalInformations .buttons .borderBtn {
  width: 100%;
}
.accountMainPage .personalInformations.type2 {
  padding: 35px 95px 35px 55px;
}
.accountMainPage .deleteAccount {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 40px 80px 44px 55px;
}
.accountMainPage .deleteAccount .text {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
}
.accountMainPage .deleteAccount .text b {
  font-weight: 600;
}
.accountMainPage .deleteAccount .deleteAccountArea {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.accountMainPage .deleteAccount .deleteAccountArea .deleteInput {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  width: 310px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.accountMainPage .deleteAccount .deleteAccountArea .deleteInput::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.accountMainPage .deleteAccount .deleteAccountArea .deleteInput::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.accountMainPage .deleteAccount .deleteAccountArea .borderBtn {
  border-radius: 10px;
  font-size: 14px;
}
.accountMainPage .orderDetail {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
}
.accountMainPage .orderDetail .titleArea {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 20px 60px;
  border-bottom: 1px solid #D9D9D9;
}
.accountMainPage .orderDetail .titleArea .item span {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 7px;
}
.accountMainPage .orderDetail .titleArea .item .info {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.accountMainPage .orderDetail .titleArea .situation {
  padding: 11px 18px;
  display: flex;
  align-items: center;
  background: #FFF4E9;
  color: #FF8000;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  border-radius: 30px;
}
.accountMainPage .orderDetail .titleArea .situation .imgArea {
  width: 18px;
  height: 18px;
  position: relative;
}
.accountMainPage .orderDetail .titleArea .situation .imgArea:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/refresh.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FF8000;
}
.accountMainPage .orderDetail .content {
  display: flex;
}
.accountMainPage .orderDetail .content .item {
  width: 34%;
  border-right: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
}
.accountMainPage .orderDetail .content .item .productImage {
  padding: 30px 35px 30px 55px;
  display: flex;
  gap: 35px;
}
.accountMainPage .orderDetail .content .item .productImage .orderFeatures {
  margin-top: 30px;
}
.accountMainPage .orderDetail .content .item .productImage .orderFeatures ul li {
  line-height: 19px;
  display: block;
  color: #7F7F7F;
  font-size: 12px;
}
.accountMainPage .orderDetail .content .item .productImage .orderFeatures ul li.invisible {
  display: none;
}
.accountMainPage .orderDetail .content .item .productImage .orderFeatures .viewAll {
  line-height: 19px;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}
.accountMainPage .orderDetail .content .item .productImage .imgArea {
  aspect-ratio: 113/173;
  max-width: 113px;
  width: 100%;
}
.accountMainPage .orderDetail .content .item .productImage .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress {
  padding: 25px 30px 35px 20px;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem {
  margin-bottom: 25px;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem span {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem .date {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem .date .red {
  color: #EA0000;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem .address {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  max-width: 235px;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem .address .phone {
  margin-top: 25px;
}
.accountMainPage .orderDetail .content .item .accountOrderAddress .orderItem:last-child {
  margin: 0;
}
.accountMainPage .orderDetail .content .item .top {
  border-bottom: 1px solid #D9D9D9;
  padding: 34px 35px;
}
.accountMainPage .orderDetail .content .item .top .waitFile {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
}
.accountMainPage .orderDetail .content .item .top .waitFile .imgArea {
  width: 18px;
  height: 18px;
  position: relative;
}
.accountMainPage .orderDetail .content .item .top .waitFile .imgArea:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/refresh.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
.accountMainPage .orderDetail .content .item .fileProcess {
  padding: 55px 35px 65px;
}
.accountMainPage .orderDetail .content .item .fileProcess ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accountMainPage .orderDetail .content .item .fileProcess ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: underline !important;
}
.accountMainPage .orderDetail .content .item:nth-child(2) {
  width: 31%;
}
.accountMainPage .orderDetail .content .item:last-child {
  border: none;
}
.accountMainPage .accountAddress {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
}
.accountMainPage .accountAddress .title {
  border-bottom: 1px solid #D9D9D9;
  padding: 60px 60px 57px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.accountMainPage .accountAddress .content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.accountMainPage .accountAddress .content .accountAddressEmpty {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 24px;
  border: 1px dashed #d8e1f0;
  background: #f8fbff;
  border-radius: 14px;
  transition: all 0.2s ease;
}
.accountMainPage .accountAddress .content .accountAddressEmpty:hover {
  border-color: #b4c5e6;
  box-shadow: 0 10px 30px rgba(27, 94, 206, 0.08);
}
.accountMainPage .accountAddress .content .accountAddressEmpty__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9f2ff;
  flex-shrink: 0;
}
.accountMainPage .accountAddress .content .accountAddressEmpty__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.accountMainPage .accountAddress .content .accountAddressEmpty__title {
  font-size: 14px;
  font-weight: 600;
  color: #0f1c3b;
}
.accountMainPage .accountAddress .content .accountAddressEmpty__text {
  margin: 0;
  color: #6c7587;
  font-size: 13px;
  line-height: 20px;
}
.accountMainPage .accountAddress .content .accountAddressEmpty .btn {
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.accountMainPage .accountAddress .content .addressItem {
  display: flex;
  align-items: center;
  position: relative;
  padding: 38px 22px 38px 45px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  width: 100%;
}
.accountMainPage .accountAddress .content .addressItem .addressName {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.accountMainPage .accountAddress .content .addressItem .customerName {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-left: 60px;
  margin-right: 70px;
}
.accountMainPage .accountAddress .content .addressItem .address {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.accountMainPage .accountAddress .content .addressItem .defaultAddressMini {
  position: absolute;
  top: 12px;
  left: 30px;
  padding: 10px 17px;
  border-radius: 60px;
  background: #FBFBFB;
  color: #696969;
  font-size: 10px;
  font-weight: 600;
}
.accountMainPage .accountAddress .content .addressItem .buttons {
  display: flex;
  gap: 10px;
  margin-left: 50px;
  margin-left: auto;
}
.accountMainPage .accountAddress .content .addressItem .buttons button {
  padding: 13px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.accountMainPage .accountAddress .content .addressItem .buttons button.selectDefaultAddress {
  background: #FBFBFB;
  border: 1px solid #FBFBFB;
  color: #000;
  margin-right: 50px;
}
.accountMainPage .accountAddress .content .addressItem .buttons button.defaultAddress {
  background: #FBFBFB;
  border: 1px solid #FBFBFB;
  color: #696969;
}
.accountMainPage .accountAddress .content .addressItem .buttons button.editAddress {
  background: #E5FBFF;
  color: #1411EE;
  border: 1px solid #E5FBFF;
}
.accountMainPage .accountAddress .content .addressItem .buttons button.deleteAddress {
  color: #FF0000;
  background: #FFEDED;
  border: 1px solid #FFEDED;
}
.accountMainPage .accountAddress .content .addressItem .buttons button:hover {
  background: transparent;
}
.accountMainPage .accountAddress .content .borderBtn {
  margin-top: 25px;
  border-radius: 10px;
  padding: 13px 38px;
  font-size: 14px;
}
.accountMainPage .invoiceContent {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.accountMainPage .invoiceContent .titleArea {
  padding: 45px 60px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.accountMainPage .invoiceContent .titleArea .title {
  max-width: 735px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
}
.accountMainPage .invoiceContent .titleArea .downloadSelected {
  display: flex;
  background: #EFEAFE;
  border: 1px solid #731EFF;
  box-shadow: 3px 3px 0 0 rgba(115, 30, 255, 0.1);
  border-radius: 10px;
  color: #6C45D0;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  gap: 20px;
  padding: 17px;
}
.accountMainPage .invoiceContent .titleArea .downloadSelected .iconArea {
  width: 16px;
  height: 16px;
  position: relative;
}
.accountMainPage .invoiceContent .titleArea .downloadSelected .iconArea:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/download.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #6C45D0;
  height: 100%;
}
.accountMainPage .invoiceContent .searchArea {
  width: 100%;
  border: 1px solid #D9D9D9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.accountMainPage .invoiceContent .searchArea input {
  padding: 16px 20px;
  border: none;
  outline: none;
  width: 100%;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
}
.accountMainPage .invoiceContent .searchArea input::-moz-placeholder {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
}
.accountMainPage .invoiceContent .searchArea input::placeholder {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
}
.accountMainPage .invoiceContent .topBar {
  display: flex;
  padding: 30px 25px;
  gap: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.accountMainPage .invoiceContent .topBar .item .floating-select.type2 {
  width: 185px;
}
.accountMainPage .invoiceContent .invoiceTable {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
  padding: 45px 35px 45px 25px;
}
.accountMainPage .invoiceContent .invoiceTable .header {
  display: flex;
  justify-content: flex-start;
  gap: 23px;
  margin-bottom: 30px;
  padding-left: 20px;
  max-width: 790px;
}
.accountMainPage .invoiceContent .invoiceTable .header span {
  padding: 8px 15px;
  border-radius: 30px;
  text-align: left;
  white-space: nowrap;
  font-size: 10px;
  color: #696969;
  font-weight: 600;
  display: inline-flex;
  background: #FBFBFB;
}
.accountMainPage .invoiceContent .invoiceTable .header span small {
  font-weight: 400;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px 45px 15px 35px;
  border: 1px solid #7F7F7F;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease;
  gap: 28px;
  transition: 0.3s ease all;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem div {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: 0.3s ease all;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .invoiceDetail {
  display: flex;
  gap: 28px;
  padding-right: 10px;
  width: 100%;
  align-items: center;
  max-width: 790px;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .invoiceDetail .orderNo {
  min-width: 110px;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .invoiceDetail .eInvoice {
  min-width: 87px;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .invoiceDetail .orderDate {
  min-width: 92px;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .status {
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  margin-left: auto;
  font-size: 12px;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .status.completed {
  color: green;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .status.pending {
  color: orange;
  position: relative;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .status.pending a {
  position: absolute;
  left: -10px;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline !important;
  transform: translateX(-100%);
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .status.pending a:hover {
  text-decoration: underline;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .actions {
  display: flex;
  gap: 30px;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .actions a {
  font-weight: 600;
  white-space: nowrap;
  text-decoration: underline !important;
  font-size: 14px;
  transition: 0.3s ease all;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .actions a.detail {
  color: #000000;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem .actions a.download {
  color: #1411EE;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem.selected {
  background: #1411EE;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem.selected div {
  color: #fff;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem.selected .status {
  color: #fff !important;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem.selected .status a {
  color: #fff;
}
.accountMainPage .invoiceContent .invoiceTable .invoiceItem.selected .actions a.download, .accountMainPage .invoiceContent .invoiceTable .invoiceItem.selected .actions a.detail {
  color: #fff;
}

.addressPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
  overflow-y: auto;
}
.addressPopup .registerContent {
  position: relative;
  z-index: 2;
  padding: 45px 195px;
}
.addressPopup .filter {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(140, 140, 140, 0.8);
}
.addressPopup.active {
  opacity: 1;
  pointer-events: auto;
}
.addressPopup.design .container {
  max-width: 1144px;
}

.fileOpenMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.fileOpenMenu .filter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(140, 140, 140, 0.7);
}
.fileOpenMenu .sendFiles {
  max-width: 1144px;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.fileOpenMenu .sendFiles .titleArea {
  padding: 40px 60px 40px 80px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.fileOpenMenu .sendFiles .titleArea .title {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.fileOpenMenu .sendFiles .titleArea .text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
}
.fileOpenMenu .sendFiles .titleArea .text a {
  color: #000;
  font-weight: 600;
  text-decoration: underline !important;
}
.fileOpenMenu .sendFiles .titleArea .closeBtn {
  position: absolute;
  top: 40px;
  right: 60px;
  border: 1px solid #EBEBEB;
  border-radius: 11px;
  width: 51px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.fileOpenMenu .sendFiles .titleArea .closeBtn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 13px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/x.svg");
  background: #000000;
}
.fileOpenMenu .sendFiles .content {
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 60px 30px 80px;
}
.fileOpenMenu .sendFiles .content .popupCardItem {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
.fileOpenMenu .sendFiles .content .popupCardItem .item {
  padding: 18px 30px;
  background: #FFF2E4;
  box-shadow: 3px 3px 0 0 rgba(240, 220, 199, 0.7);
  border: 1px solid #F0DCC7;
  border-radius: 100px;
  color: #B86D1E;
  font-size: 16px;
  font-weight: 600;
}
.fileOpenMenu .sendFiles .content .text {
  margin-top: 35px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  max-width: 345px;
  line-height: 24px;
}
.fileOpenMenu .sendFiles .content .text.type2 {
  max-width: 910px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 28px;
}
.fileOpenMenu .sendFiles .content .text.type2 b {
  font-weight: 700;
}
.fileOpenMenu .sendFiles .buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  padding: 45px 60px 45px 80px;
}
.fileOpenMenu .sendFiles .buttons .borderBtn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.fileOpenMenu .sendFiles .buttons .borderBtn.type3 {
  padding: 18px 20px;
}
.fileOpenMenu .bottomContent {
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 60px 40px 80px;
}
.fileOpenMenu .bottomContent .info {
  display: flex;
  color: #000;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
  gap: 12px;
  max-width: 350px;
  width: 100%;
}
.fileOpenMenu .bottomContent .info img {
  width: 12px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fileOpenMenu .bottomContent .info b {
  font-weight: 600;
  color: #000;
}
.fileOpenMenu .bottomContent .buttons {
  border: none;
  padding: 0;
}
.fileOpenMenu.active {
  opacity: 1;
  pointer-events: auto;
}

section.blogContent {
  margin-top: 55px;
}
section.blogContent .content .blogTabs {
  margin-bottom: 60px;
}

section.blogDetailContent {
  padding-top: 55px;
  padding-bottom: 80px;
}
section.blogDetailContent .titleArea {
  margin-top: 35px;
}
section.blogDetailContent .titleArea .date {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 600;
}
section.blogDetailContent .titleArea .title {
  margin: 40px 0 70px;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
section.blogDetailContent .titleArea .history {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 600;
}
section.blogDetailContent .imgArea {
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
}
section.blogDetailContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}
section.blogDetailContent .historyText {
  margin-top: 75px;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin-bottom: 70px;
}
section.blogDetailContent .historyText h1, section.blogDetailContent .historyText h2, section.blogDetailContent .historyText h3, section.blogDetailContent .historyText h4, section.blogDetailContent .historyText h5, section.blogDetailContent .historyText h6 {
  font-weight: 600;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}
section.blogDetailContent .historyText h1 {
  font-size: 32px;
  line-height: 40px;
}
section.blogDetailContent .historyText h2 {
  font-size: 24px;
  line-height: 32px;
}
section.blogDetailContent .historyText h3 {
  font-size: 20px;
  line-height: 28px;
}
section.blogDetailContent .historyText p {
  margin-bottom: 20px;
  margin-top: 0;
}
section.blogDetailContent .historyText p:first-child {
  margin-top: 0;
}
section.blogDetailContent .historyText p:last-child {
  margin-bottom: 0;
}
section.blogDetailContent .historyText ul {
  margin: 20px 0;
  padding-left: 30px;
  list-style: disc;
}
section.blogDetailContent .historyText ul li {
  margin-bottom: 10px;
  list-style: disc;
}
section.blogDetailContent .historyText ol {
  margin: 20px 0;
  padding-left: 30px;
  list-style: decimal;
}
section.blogDetailContent .historyText ol li {
  margin-bottom: 10px;
  list-style: decimal;
}
section.blogDetailContent .historyText a {
  color: #0300FF;
  text-decoration: underline;
  transition: 0.3s ease all;
}
section.blogDetailContent .historyText a:hover {
  color: #000;
}
section.blogDetailContent .historyText strong {
  font-weight: 600;
}
section.blogDetailContent .historyText img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}
section.blogDetailContent .historyText div {
  margin-bottom: 20px;
}
section.blogDetailContent .historyText div:last-child {
  margin-bottom: 0;
}
section.blogDetailContent .content .blogSidebar {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  position: sticky;
  top: 100px;
}
section.blogDetailContent .content .blogSidebar .sidebarTitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
section.blogDetailContent .content .blogSidebar .sidebarMenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.blogDetailContent .content .blogSidebar .sidebarMenu a {
  display: block;
  padding: 15px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.3s ease all;
  text-decoration: none;
}
section.blogDetailContent .content .blogSidebar .sidebarMenu a:hover {
  background: #F2F2F2;
  border-color: #D9D9D9;
  color: #0300FF;
}
section.blogDetailContent .content .blogSidebar .sidebarMenu a.active {
  background: #0300FF;
  color: #fff;
  font-weight: 600;
  border-color: #0300FF;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
section.blogDetailContent .content .blogDetail {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
}
section.blogDetailContent .content .blogDetail .blogTitle {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
section.blogDetailContent .content .blogDetail .blogContent {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  margin-bottom: 40px;
}
section.blogDetailContent .content .blogDetail .blogContent h1, section.blogDetailContent .content .blogDetail .blogContent h2, section.blogDetailContent .content .blogDetail .blogContent h3, section.blogDetailContent .content .blogDetail .blogContent h4, section.blogDetailContent .content .blogDetail .blogContent h5, section.blogDetailContent .content .blogDetail .blogContent h6 {
  font-weight: 600;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}
section.blogDetailContent .content .blogDetail .blogContent h2 {
  font-size: 24px;
  line-height: 32px;
}
section.blogDetailContent .content .blogDetail .blogContent h3 {
  font-size: 20px;
  line-height: 28px;
}
section.blogDetailContent .content .blogDetail .blogContent p {
  margin-bottom: 20px;
}
section.blogDetailContent .content .blogDetail .blogContent ul, section.blogDetailContent .content .blogDetail .blogContent ol {
  margin: 20px 0;
  padding-left: 30px;
}
section.blogDetailContent .content .blogDetail .blogContent ul li, section.blogDetailContent .content .blogDetail .blogContent ol li {
  margin-bottom: 10px;
}
section.blogDetailContent .content .blogDetail .blogContent a {
  color: #0300FF;
  text-decoration: underline;
  transition: 0.3s ease all;
}
section.blogDetailContent .content .blogDetail .blogContent a:hover {
  color: #000;
}
section.blogDetailContent .content .blogDetail .blogContent strong {
  font-weight: 600;
}
section.blogDetailContent .content .blogDetail .blogContent img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}
section.blogDetailContent .content .blogDetail .blogDate {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  color: #7F7F7F;
}
section.blogDetailContent .content .blogDetail .blogDate div {
  display: flex;
  align-items: center;
  gap: 8px;
}
section.blogDetailContent .content .blogDetail .blogDate div span {
  font-weight: 600;
  color: #000;
}

.blogCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blogCard .date {
  font-size: 14px;
  color: #E6E6E6;
  font-weight: 700;
  margin-bottom: 35px;
}
.blogCard .blogTitle {
  max-width: 255px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
  color: #000;
}
.blogCard .viewBlog {
  margin-top: auto;
  position: relative;
  font-size: 14px;
  color: #E6E6E6;
  font-weight: 700;
  display: flex;
  width: 100%;
}
.blogCard .viewBlog .iconArea {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  position: absolute;
  right: 0;
  width: 35px;
  height: 31px;
}
.blogCard .viewBlog .iconArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #0300FF;
}
.blogCard .viewBlog:hover .iconArea {
  right: -10px;
}

.blogCard2 {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 55px 70px 55px 55px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.blogCard2 .blogTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 50px;
  color: #000;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogCard2 .text {
  margin-bottom: 40px;
  margin-top: auto;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  height: 63px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogCard2 .why {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.blogCard2 .iconArea {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease all;
  position: absolute;
  right: 0;
  width: 35px;
  height: 31px;
}
.blogCard2 .iconArea:after {
  content: "";
  position: absolute;
  left: -55px;
  top: 80px;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #0300FF;
}
.blogCard2:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 152px;
  height: 121px;
  background-image: url(../img/svg/bloglines.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.blogDetailCard {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 35px 80px 35px 130px;
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  margin: 70px 0 80px;
}
.blogDetailCard .title {
  max-width: 225px;
  color: #C2C2C2;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}
.blogDetailCard .text {
  max-width: 985px;
  color: #1411EE;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  position: relative;
}
.blogDetailCard .text:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  transform: translateX(-100%);
  width: 23px;
  height: 21px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: #1411EE;
}

.blogFeatures {
  padding-bottom: 80px;
}
.blogFeatures .item {
  display: flex;
  gap: 8px;
}
.blogFeatures .item .title {
  font-size: 22px;
  font-weight: 500;
  color: #C2C2C2;
  line-height: 31px;
}
.blogFeatures .item .text {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 31px;
}
.blogFeatures .bottomText {
  margin-top: 70px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 31px;
}

/* Blog pagination */
.blogPagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.blogPagination .pagination-list {
  list-style: none;
  display: inline-flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.blogPagination .pagination-list li.disabled a {
  pointer-events: none;
  opacity: 0.45;
}
.blogPagination .pagination-list li.active a {
  background: #0300FF;
  color: #fff;
  border-color: #0300FF;
}
.blogPagination .pagination-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #7F7F7F;
  border-radius: 12px;
  background: #fff;
  color: #000;
  font-weight: 700;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s ease all;
}
.blogPagination .pagination-list li a:hover {
  border-color: #0300FF;
  color: #0300FF;
}

.supportContent {
  padding-bottom: 60px;
}
.supportContent > .title {
  text-align: center;
  margin: 0 auto 65px;
  max-width: 960px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
}

.supportContactCards {
  margin-top: 60px;
}

.designSupportCards .freeSupportCard {
  padding: 45px 45px 55px;
  background: #F8F8F8;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.designSupportCards .freeSupportCard .title {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.designSupportCards .freeSupportCard .text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.designSupportCards .howUse {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #1411EE;
  box-shadow: 7px 7px 0 0 rgba(20, 17, 238, 0.1) !important;
}
.designSupportCards .howUse .titleArea {
  padding: 30px 55px;
  color: #1411EE;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.designSupportCards .howUse .content {
  padding: 60px 30px 60px 55px;
  border-top: 1px solid #1411EE;
  border-bottom: 1px solid #1411EE;
  display: flex;
  gap: 35px;
}
.designSupportCards .howUse .content .item {
  width: calc(33.3333333333% - 12px);
}
.designSupportCards .howUse .content .item .itemTitle {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.designSupportCards .howUse .content .item .itemTitle:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 15px;
  background: #1411EE;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
}
.designSupportCards .howUse .content .item .itemText {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}
.designSupportCards .howUse .content .item:last-child .itemTitle:after {
  display: none;
}
.designSupportCards .howUse .bottomText {
  padding: 25px 80px 30px 55px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.designSupportCards .howUse .bottomText span {
  color: #1411EE;
  display: block;
}
.designSupportCards .freeSupportTitle {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 35px;
}
.designSupportCards .howUseTitle {
  color: #1411EE;
  font-size: 22px;
  margin-bottom: 60px;
  font-weight: 600;
  padding-left: 30px;
}

section.designSupport .content {
  margin-top: 170px;
}
section.designSupport .designSupportCard {
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  background: #E5FFFB;
  max-width: 562px;
  width: 100%;
  position: relative;
}
section.designSupport .designSupportCard .typeInfo {
  padding: 12px 23px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border-radius: 60px;
  display: inline-flex;
  transform: translateX(-23px);
  color: #2C776B;
  margin-bottom: 35px;
}
section.designSupport .designSupportCard .title {
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
section.designSupport .designSupportCard .text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
section.designSupport .designSupportCard .imgArea {
  position: absolute;
  right: 24px;
  top: 24px;
}
section.designSupport .designSupportCard .imgArea .item {
  border-radius: 17px;
  background: #fff;
  aspect-ratio: 1/1;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 100px;
  top: 10px;
  z-index: 2;
}
section.designSupport .designSupportCard .imgArea .item img {
  position: relative;
  z-index: 2;
}
section.designSupport .designSupportCard .imgArea .item:after {
  content: "";
  position: absolute;
  border-radius: 13px;
  top: 6px;
  left: 6px;
  background: #2C776B;
  border: 1px solid rgba(22, 104, 91, 0.45);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}
section.designSupport .designSupportCard .imgArea .item.type2 {
  right: 15px;
  top: 100px;
}
section.designSupport .designSupportCard .imgArea .item.opacity05 {
  opacity: 0.38;
}
section.designSupport .designSupportCard .imgArea.type2 .item {
  right: 13px;
  top: 11px;
}
section.designSupport .designSupportCard .imgArea.type2 .item:after {
  background: #1411EE;
  border: 1px solid #0301D0;
}
section.designSupport .designSupportCard .imgArea.type2 .item.type2 {
  top: 55px;
  right: 170px;
}
section.designSupport .designSupportCard .imgArea:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  height: 216px;
  background: #C4FAF2;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/lines.svg");
}
section.designSupport .designSupportCard.type2 {
  background: #E6FAFF;
}
section.designSupport .designSupportCard.type2 .typeInfo {
  color: #1411EE;
}

.designBottomText {
  display: flex;
  margin-top: 110px;
  align-items: center;
  gap: 60px;
  margin-bottom: 15px;
}
.designBottomText .leftText {
  display: flex;
  gap: 15px;
  max-width: 720px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.designBottomText .leftText .icon {
  background: rgba(163, 162, 255, 0.12);
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 15px;
  flex-shrink: 0;
  margin-top: -5px;
}
.designBottomText .leftText .icon:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  width: 24px;
  height: 21px;
  background: #1411EE;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.designBottomText .text {
  margin-left: auto;
  display: flex;
  gap: 25px;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.designBottomText .button {
  position: relative;
  padding-right: 20px;
}
.designBottomText .button .approvallBtn {
  padding: 6px 25px 6px 6px;
  border-radius: 20px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  gap: 15px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 0px 40px -17px rgba(0, 0, 0, 0.75);
}
.designBottomText .button .approvallBtn .imgArea {
  border-radius: 13px;
  width: 51px;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background: #1411EE;
  border: 1px solid #0200BA;
}
.designBottomText .button .approvallBtn .imgArea:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.designBottomText .button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
  height: 216px;
  background: #EBEBEB;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/lines.svg");
}

.questionsContent .onlineSupport {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
.questionsContent .onlineSupport .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.questionsContent .questionAccordions {
  margin-bottom: 75px;
}

.templateCards {
  margin-top: 50px;
}
.templateCards .templatePurpleCard {
  box-shadow: 7px 7px 0 0 rgba(115, 30, 255, 0.1);
  border-radius: 20px;
  border: 1px solid #731EFF;
}
.templateCards .templatePurpleCard .mainInfoCard {
  border: 0;
  box-shadow: none;
  justify-content: flex-end;
  border-right: 1px solid #731EFF;
  border-radius: 0;
  padding: 30px 50px;
}
.templateCards .templatePurpleCard .mainInfoCard .title {
  font-size: 18px;
  font-weight: 400;
  list-style: 23px;
  width: 100%;
  display: flex;
  align-items: center;
}
.templateCards .templatePurpleCard .mainInfoCard .title:after {
  width: 18px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.templateCards .templatePurpleCard .row > div:last-child .mainInfoCard {
  border: none;
}
.templateCards .customPackage {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
}
.templateCards .customPackage .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
.templateCards .customPackage .borderBtn {
  border-radius: 10px;
  padding: 21px 35px;
}

.tempalteContent {
  padding-bottom: 60px;
}

.sampleRequestContent {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 70px 190px;
}
.sampleRequestContent .topBar {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.sampleRequestContent .topBar .titleArea {
  max-width: 775px;
}
.sampleRequestContent .topBar .titleArea span {
  background: #FBFBFB;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 10px;
  color: #9E9E9E;
  font-weight: 600;
  margin-left: -20px;
}
.sampleRequestContent .topBar .titleArea .title {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}
.sampleRequestContent .topBar .imgArea {
  display: flex;
  padding: 0 30px 0 45px;
  height: 187px;
  width: 100%;
  position: relative;
}
.sampleRequestContent .topBar .imgArea .images {
  position: relative;
  width: 100%;
}
.sampleRequestContent .topBar .imgArea .images img {
  aspect-ratio: 113/187;
  width: 113px;
  flex-shrink: 0;
  height: 187px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.sampleRequestContent .topBar .imgArea .images .img1 {
  z-index: 3;
}
.sampleRequestContent .topBar .imgArea .images .img2 {
  z-index: 2;
  left: 75px;
  opacity: 0.5;
}
.sampleRequestContent .topBar .imgArea .images .img3 {
  left: 150px;
  z-index: 1;
  opacity: 0.3;
}
.sampleRequestContent .topBar .imgArea:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 328px;
  height: 263px;
  background-image: url("../img/svg/sampleline.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.sampleRequestContent .packageCustom {
  padding: 25px;
  display: flex;
  gap: 35px;
  flex-direction: column;
}
.sampleRequestContent .packageCustom .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sampleRequestContent .packageCustom .item .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 215px;
}
.sampleRequestContent .packageCustom .item .content {
  display: flex;
  gap: 40px;
}
.sampleRequestContent .checkboxForm {
  margin: 50px 0;
}
.sampleRequestContent .borderBtn {
  border-radius: 10px;
  padding: 20px 35px;
}
.sampleRequestContent .formArea .addressNameInfo {
  color: #7F7F7F;
  font-size: 14px;
  line-height: 20px;
}

.getOfferContent > .content {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 70px 190px;
}
.getOfferContent > .content #stepWrapper .steps-progress {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.getOfferContent > .content #stepWrapper .steps-progress .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, #024EAA 0%, #65B9F6 100%);
  width: 0%;
  transition: 0.3s ease;
  z-index: 2;
  border-radius: 10px;
}
.getOfferContent > .content #stepWrapper .steps-progress .steps {
  display: flex;
}
.getOfferContent > .content #stepWrapper .steps-progress .steps .step {
  font-size: 20px;
  font-weight: 500;
  color: #DDDDDD;
  cursor: pointer;
  width: 33.3333333333%;
  transition: 0.3s ease all;
}
.getOfferContent > .content #stepWrapper .steps-progress .steps .step span {
  color: #DDDDDD;
  font-size: 14px;
  font-weight: 700;
  display: block;
  transition: 0.3s ease all;
  line-height: 22px;
}
.getOfferContent > .content #stepWrapper .steps-progress .steps .step.active {
  color: #000;
}
.getOfferContent > .content #stepWrapper .steps-progress .steps .step.active span {
  color: #B8B8B8;
}
.getOfferContent > .content #stepWrapper .steps-progress:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 8px;
  left: 0;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
  background: #E9F2FA;
}
.getOfferContent > .content #stepWrapper .step-content {
  display: none;
}
.getOfferContent > .content #stepWrapper .step-content.active {
  display: block;
}
.getOfferContent > .content #stepWrapper .input-row {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-top: 30px;
}
.getOfferContent > .content #stepWrapper .input-row .title {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.getOfferContent > .content #stepWrapper .input-row .item {
  max-width: 175px;
}
.getOfferContent > .content #stepWrapper .types {
  margin: 20px 0;
}
.getOfferContent > .content #stepWrapper .types .typeItem {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 0 55px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  height: 100%;
  transition: 0.3s ease all;
  cursor: pointer;
}
.getOfferContent > .content #stepWrapper .types .typeItem .name {
  color: #000;
  font-size: 20px;
  transition: 0.3s ease all;
  font-weight: 700;
}
.getOfferContent > .content #stepWrapper .types .typeItem .imgArea {
  padding-top: 10px;
  max-width: 150px;
  max-height: 150px;
}
.getOfferContent > .content #stepWrapper .types .typeItem .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.getOfferContent > .content #stepWrapper .types .typeItem:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/error.svg");
  width: 20px;
  height: 20px;
  right: 15px;
  transition: 0.3s ease all;
  top: 15px;
  background: #0B0D99;
}
.getOfferContent > .content #stepWrapper .types .typeItem.active {
  background: #1411EE;
  border-radius: 20px;
  border: 1px solid #050892;
  box-shadow: 7px 7px 0 0 #0B0D99 !important;
}
.getOfferContent > .content #stepWrapper .types .typeItem.active .name {
  color: #fff;
}
.getOfferContent > .content #stepWrapper .types .typeItem.active:after {
  background: #fff;
}
.getOfferContent > .content #stepWrapper .borderBtn {
  margin-top: 55px;
  border-radius: 10px;
  padding: 20px 50px;
}
.getOfferContent > .content .checkboxItem {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: flex;
  margin-bottom: 20px;
}
.getOfferContent > .content .checkboxItem .title {
  padding: 20px 10px 20px 45px;
  display: flex;
  border-right: 1px solid #7F7F7F;
  align-items: center;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
}
.getOfferContent > .content .checkboxItem .content {
  display: flex;
  padding: 20px 45px;
  align-items: center;
  height: 100%;
  gap: 30px;
}
.getOfferContent > .content .clearBtn {
  margin-bottom: 30px;
  cursor: pointer;
  color: #ff0000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  background: transparent;
  border: none;
  outline: none;
  text-decoration: underline !important;
}

.finishContent {
  display: none;
  position: relative;
  z-index: 2;
}
.finishContent .orderSuccess {
  width: 100%;
}
.finishContent.active {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}

section.aboutusContent {
  margin-top: 50px;
}
section.aboutusContent .titleArea {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 65px;
}
section.aboutusContent .titleArea .title {
  max-width: 1300px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
}
section.aboutusContent .titleArea .text {
  max-width: 950px;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
section.aboutusContent .aboutContent {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 75px;
  padding: 50px 50px 45px;
}
section.aboutusContent .aboutContent .leftContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 15px;
}
section.aboutusContent .aboutContent .leftContent .miniCard {
  padding: 10px 20px;
  background: #F2F2F2;
  border-radius: 40px;
  color: #9E9E9E;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 35px;
}
section.aboutusContent .aboutContent .leftContent .imgArea {
  aspect-ratio: 575/156;
  height: 156px;
  margin: 25px 0 55px 45px;
}
section.aboutusContent .aboutContent .leftContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.aboutusContent .aboutFeaturesItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}
section.aboutusContent .aboutFeaturesItems .item {
  padding: 6px;
  border-radius: 17px;
  box-shadow: 0px 15px 37.2px 0px rgba(0, 0, 0, 0.09);
}
section.aboutusContent .aboutFeaturesItems .item .text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 18px 13px;
  border: 1px solid #C4C4C4;
  background: #D2D2D2;
  border-radius: 13px;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);
  transition: 0.3s ease all;
}
section.aboutusContent .aboutFeaturesItems .item:hover .text {
  border: 1px solid #0200BA;
  background: #1411EE;
  color: #fff;
}
section.aboutusContent .aboutFeaturesItems .item.type2 .text {
  padding: 18px 30px;
}
section.aboutusContent .rightContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.aboutusContent .bottomText {
  text-align: center;
  max-width: 570px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 40px auto 0;
}
section.aboutusContent .aboutBottomText {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 1080px;
  margin: 75px auto;
  text-align: center;
}

.designCheckContent > .content {
  margin-top: 150px;
}
.designCheckContent > .content .textBottom {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 70px 0;
}
.designCheckContent > .content .textBottom .starText {
  color: #1411EE;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.designCheckContent > .content .textBottom .starText .imgArea {
  margin-left: 15px;
  width: 34px;
  height: 31px;
  position: relative;
}
.designCheckContent > .content .textBottom .starText .imgArea:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1411EE;
}
.designCheckContent > .content .bottomStarText {
  max-width: 1295px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin: 70px auto;
}
.designCheckContent > .content .bottomStarText:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  position: absolute;
  left: -20px;
  top: -15px;
  width: 24px;
  height: 21px;
  background: #000;
}
.designCheckContent .designCheckTextCard {
  padding: 85px 50px 65px 80px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.designCheckContent .designCheckTextCard > .title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 50px;
  padding-right: 30px;
}
.designCheckContent .designCheckTextCard > .text {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.designCheckContent .designCheckTextCard ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.designCheckContent .designCheckTextCard ul li {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
}
.designCheckContent .designCheckTextCard ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 3px;
  height: 3px;
  background: #7F7F7F;
}
.designCheckContent .designCheckTextCard > .content .contentTitle {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
.designCheckContent .designCheckTextCard > .content .item {
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.designCheckContent .designCheckTextCard > .content .item > .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.designCheckContent .designCheckTextCard > .content .item > .text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.designCheckContent .designCheckTextCard > .content .row > div:first-child .item {
  background: #FDFFF0;
}
.designCheckContent .designCheckTextCard > .content .row > div:nth-child(2) .item {
  background: #F6FFED;
}
.designCheckContent .designCheckTextCard > .content .row > div:nth-child(3) .item {
  background: #EAFDFF;
}
.designCheckContent .designCheckTextCard > .content .row > div:last-child .item {
  background: #FEF6FF;
}
.designCheckContent .designCheckTextCard .errorItem > .title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.designCheckContent .designCheckTextCard .errorItem > .text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
}
.designCheckContent .designCheckTextCard .errorItem > .text b {
  font-weight: 500;
}
.designCheckContent .designCheckTextCard .errorItem:last-child > .text {
  margin-bottom: 0;
}
.designCheckContent .designCheckTextCard.type2 {
  padding-bottom: 30px;
}
.designCheckContent .designCheckTextCard.type2 > .title {
  margin-bottom: 15px;
}
.designCheckContent .approvalProcessItem {
  padding: 55px 55px 45px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #7F7F7F;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.designCheckContent .approvalProcessItem .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.designCheckContent .approvalProcessItem .content .animatedImage {
  position: absolute;
  bottom: 40px;
  right: -35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.designCheckContent .approvalProcessItem .content .Aa {
  font-size: 132px;
  color: #000;
  font-weight: 400;
  margin-left: auto;
  line-height: 100px;
  padding-right: 35px;
}
.designCheckContent .approvalProcessItem .content .bottomText {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}
.designCheckContent .approvalProcessItem .content .approvallBtn {
  padding: 6px 25px 6px 6px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #7F7F7F;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1) !important;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 55px;
  margin-left: 60px;
}
.designCheckContent .approvalProcessItem .content .approvallBtn .imgArea {
  border-radius: 13px;
  width: 51px;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background: #1411EE;
  border: 1px solid #0200BA;
}
.designCheckContent .approvalProcessItem .content .approvallBtn .imgArea:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.designCheckContent .approvalProcessItem .content .approvallBtn2 {
  padding: 6px 25px 6px 6px;
  border-radius: 13px;
  background: #E5FFFB;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  box-shadow: 0px 0px 42px -12px rgba(0, 0, 0, 0.75);
}
.designCheckContent .approvalProcessItem .content .approvallBtn2 .imgArea {
  border-radius: 9px;
  width: 40px;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background: #00CEAC;
  border: 1px solid #009F85;
  box-shadow: 0px 0px 42px -12px rgba(0, 0, 0, 0.75);
}
.designCheckContent .approvalProcessItem .content .approvallBtn2 .imgArea:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.designCheckContent .approvalProcessItem.type2 .content > .title {
  max-width: 310px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.designCheckContent .approvalProcessItem.type2 .content > .title b {
  font-weight: 600;
}
.designCheckContent .approvalProcessItem.type1 .content > .title {
  max-width: 340px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.designCheckContent .approvalProcessItem.type1 .content > .title b {
  font-weight: 600;
}
.designCheckContent .approvalProcessItem.type3:after {
  display: none;
}
.designCheckContent .approvalProcessItem:after {
  z-index: 1;
  content: "";
  position: absolute;
  right: 40px;
  bottom: 45px;
  width: 270px;
  height: calc(100% - 90px);
  background: #EBEBEB;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/lines.svg");
}

section.packagePin {
  padding-top: 75px;
}
section.packagePin .packagePinTitle {
  margin-bottom: 60px;
}
section.packagePin .packagePinTitle .subTitle {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
section.packagePin .packagePinTitle .title {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
section.packagePin .masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1px;
  row-gap: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.packagePin .masonry.type2 {
  grid-template-columns: repeat(2, 1fr);
}
section.packagePin .masonry-item {
  overflow: hidden;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 45px;
  display: block;
  transition: 0.3s ease all;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
section.packagePin .masonry-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.packagePin .masonry-item .buttons {
  bottom: 28px;
  transform: translateY(calc(100% + 28px));
  position: absolute;
  left: 25px;
  right: 25px;
  display: flex;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
section.packagePin .masonry-item:hover {
  border: 1px solid #1411EE;
}
section.packagePin .masonry-item:hover .buttons {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
section.packagePin .masonry-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
section.packagePin .masonry-item:nth-child(16n+1) {
  grid-row: span 542;
}
section.packagePin .masonry-item:nth-child(16n+2) {
  grid-row: span 324;
}
section.packagePin .masonry-item:nth-child(16n+3) {
  grid-row: span 542;
}
section.packagePin .masonry-item:nth-child(16n+4) {
  grid-row: span 417;
}
section.packagePin .masonry-item:nth-child(16n+5) {
  grid-row: span 426;
}
section.packagePin .masonry-item:nth-child(16n+6) {
  grid-row: span 443;
}
section.packagePin .masonry-item:nth-child(16n+7) {
  grid-row: span 324;
}
section.packagePin .masonry-item:nth-child(16n+8) {
  grid-row: span 444;
}
section.packagePin .masonry-item:nth-child(16n+9) {
  grid-row: span 443;
}
section.packagePin .masonry-item:nth-child(16n+10) {
  grid-row: span 542;
}
section.packagePin .masonry-item:nth-child(16n+11) {
  grid-row: span 310;
}
section.packagePin .masonry-item:nth-child(16n+12) {
  grid-row: span 542;
}
section.packagePin .masonry-item:nth-child(16n+13) {
  grid-row: span 426;
}
section.packagePin .masonry-item:nth-child(16n+14) {
  grid-row: span 426;
}
section.packagePin .masonry-item:nth-child(16n+15) {
  grid-row: span 426;
}
section.packagePin .masonry-item:nth-child(16n+16) {
  grid-row: span 426;
}
section.packagePin .goBack {
  display: block;
  margin-bottom: 30px;
}
section.packagePin .goBack .arrow {
  background: #1411EE;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 41px;
  transform: rotate(180deg);
  height: 33px;
}
section.packagePin .pinDetailArea {
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 50px;
  display: block;
  position: relative;
  box-shadow: 5px 5px 0 0 #E2E2E2;
}
section.packagePin .pinDetailArea .imgArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
section.packagePin .pinDetailArea .textArea {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.packagePin .pinDetailArea .textArea .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */