/* stylelint-disable color-no-hex  */
/* stylelint-enable color-no-hex  */
.text-moon {
  color: #0071e3 !important; /* stylelint-disable-line declaration-no-important */
}
.text-moon > * {
  color: inherit;
}

.bg-moon {
  background-color: #0071e3;
}

.text-arsenic {
  color: #2a2a2a !important; /* stylelint-disable-line declaration-no-important */
}
.text-arsenic > * {
  color: inherit;
}

.bg-arsenic {
  background-color: #2a2a2a;
}

.text-alabaster {
  color: #f0f1f5 !important; /* stylelint-disable-line declaration-no-important */
}
.text-alabaster > * {
  color: inherit;
}

.bg-alabaster {
  background-color: #f0f1f5;
}

.text-iron {
  color: #dcdde1 !important; /* stylelint-disable-line declaration-no-important */
}
.text-iron > * {
  color: inherit;
}

.bg-iron {
  background-color: #dcdde1;
}

.text-santas-gray {
  color: #a1a1a4 !important; /* stylelint-disable-line declaration-no-important */
}
.text-santas-gray > * {
  color: inherit;
}

.bg-santas-gray {
  background-color: #a1a1a4;
}

.text-grays {
  color: #aaa !important; /* stylelint-disable-line declaration-no-important */
}
.text-grays > * {
  color: inherit;
}

.bg-grays {
  background-color: #aaa;
}

.text-gray {
  color: #818181 !important; /* stylelint-disable-line declaration-no-important */
}
.text-gray > * {
  color: inherit;
}

.bg-gray {
  background-color: #818181;
}

.text-milk {
  color: #fff !important; /* stylelint-disable-line declaration-no-important */
}
.text-milk > * {
  color: inherit;
}

.bg-milk {
  background-color: #fff;
}

.text-stone {
  color: #2dc870 !important; /* stylelint-disable-line declaration-no-important */
}
.text-stone > * {
  color: inherit;
}

.bg-stone {
  background-color: #2dc870;
}

.text-pictone {
  color: #d29800 !important; /* stylelint-disable-line declaration-no-important */
}
.text-pictone > * {
  color: inherit;
}

.bg-pictone {
  background-color: #d29800;
}

.text-error {
  color: #b3261e !important; /* stylelint-disable-line declaration-no-important */
}
.text-error > * {
  color: inherit;
}

.bg-error {
  background-color: #b3261e;
}

.text-cola {
  color: #000 !important; /* stylelint-disable-line declaration-no-important */
}
.text-cola > * {
  color: inherit;
}

.bg-cola {
  background-color: #000;
}

.text-solitude {
  color: #fafbfc !important; /* stylelint-disable-line declaration-no-important */
}
.text-solitude > * {
  color: inherit;
}

.bg-solitude {
  background-color: #fafbfc;
}

.text-alto {
  color: #fafbfc !important; /* stylelint-disable-line declaration-no-important */
}
.text-alto > * {
  color: inherit;
}

.bg-alto {
  background-color: #fafbfc;
}

.text-gray-alt {
  color: #d7d4cb !important; /* stylelint-disable-line declaration-no-important */
}
.text-gray-alt > * {
  color: inherit;
}

.bg-gray-alt {
  background-color: #d7d4cb;
}

.text-mercury {
  color: #e2e4eb !important; /* stylelint-disable-line declaration-no-important */
}
.text-mercury > * {
  color: inherit;
}

.bg-mercury {
  background-color: #e2e4eb;
}

.text-cod-gray {
  color: #1b1b1b !important; /* stylelint-disable-line declaration-no-important */
}
.text-cod-gray > * {
  color: inherit;
}

.bg-cod-gray {
  background-color: #1b1b1b;
}

.text-mine-shaft {
  color: #343434 !important; /* stylelint-disable-line declaration-no-important */
}
.text-mine-shaft > * {
  color: inherit;
}

.bg-mine-shaft {
  background-color: #343434;
}

.text-sirocco {
  color: #747575 !important; /* stylelint-disable-line declaration-no-important */
}
.text-sirocco > * {
  color: inherit;
}

.bg-sirocco {
  background-color: #747575;
}

.text-oslo-gray {
  color: #969797 !important; /* stylelint-disable-line declaration-no-important */
}
.text-oslo-gray > * {
  color: inherit;
}

.bg-oslo-gray {
  background-color: #969797;
}

.text-candlelight {
  color: #ffd412 !important; /* stylelint-disable-line declaration-no-important */
}
.text-candlelight > * {
  color: inherit;
}

.bg-candlelight {
  background-color: #ffd412;
}

.bg-stone {
  color: #fff;
}

/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-fhd,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 952px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1136px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}
.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10px;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15px;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15px;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20px;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20px;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 25px;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 25px;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 30px;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 30px;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 35px;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 35px;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 40px;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 40px;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 45px;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 45px;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 50px;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 50px;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 55px;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 55px;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 60px;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 60px;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 65px;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 65px;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 70px;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 70px;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 75px;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 75px;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 80px;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 80px;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 85px;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 85px;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 90px;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 90px;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 95px;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 95px;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 100px;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1024px) {
  .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%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15px;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15px;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 25px;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 25px;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 35px;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 35px;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 45px;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 45px;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 55px;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 55px;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 60px;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 60px;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 65px;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 65px;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 70px;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 70px;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 75px;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 75px;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 80px;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 80px;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 85px;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 85px;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 90px;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 90px;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 95px;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 95px;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 100px;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1280px) {
  .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%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10px;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15px;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15px;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20px;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20px;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 25px;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 25px;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30px;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30px;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 35px;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 35px;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 40px;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 40px;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 45px;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 45px;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 50px;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 50px;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 55px;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 55px;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 60px;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 60px;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 65px;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 65px;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 70px;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 70px;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 75px;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 75px;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 80px;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 80px;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 85px;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 85px;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 90px;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 90px;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 95px;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 95px;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 100px;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1440px) {
  .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%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15px;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15px;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 25px;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 25px;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30px;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30px;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 35px;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 35px;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 40px;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 40px;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 45px;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 45px;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 50px;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 50px;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 55px;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 55px;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 65px;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 65px;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 70px;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 70px;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 75px;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 75px;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 80px;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 85px;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 85px;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 90px;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 90px;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 95px;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 95px;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 100px;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1600px) {
  .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%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 25px;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 25px;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 35px;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 35px;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 45px;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 45px;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 50px;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 50px;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 55px;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 55px;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 65px;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 65px;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 70px;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 70px;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 75px;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 75px;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 80px;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 85px;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 85px;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 90px;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 90px;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 95px;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 95px;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 100px;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    flex: 1 0 0%;
  }
  .row-cols-fhd-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-fhd-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-fhd-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-fhd-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-fhd-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-fhd-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-fhd-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-fhd-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-fhd-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-fhd-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-fhd-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-fhd-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-fhd-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-fhd-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-fhd-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-fhd-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-fhd-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-fhd-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-fhd-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-fhd-0 {
    margin-left: 0;
  }
  .offset-fhd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-fhd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-fhd-3 {
    margin-left: 25%;
  }
  .offset-fhd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-fhd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-fhd-6 {
    margin-left: 50%;
  }
  .offset-fhd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-fhd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-fhd-9 {
    margin-left: 75%;
  }
  .offset-fhd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-fhd-11 {
    margin-left: 91.6666666667%;
  }
  .g-fhd-0,
  .gx-fhd-0 {
    --bs-gutter-x: 0;
  }
  .g-fhd-0,
  .gy-fhd-0 {
    --bs-gutter-y: 0;
  }
  .g-fhd-5,
  .gx-fhd-5 {
    --bs-gutter-x: 5px;
  }
  .g-fhd-5,
  .gy-fhd-5 {
    --bs-gutter-y: 5px;
  }
  .g-fhd-10,
  .gx-fhd-10 {
    --bs-gutter-x: 10px;
  }
  .g-fhd-10,
  .gy-fhd-10 {
    --bs-gutter-y: 10px;
  }
  .g-fhd-15,
  .gx-fhd-15 {
    --bs-gutter-x: 15px;
  }
  .g-fhd-15,
  .gy-fhd-15 {
    --bs-gutter-y: 15px;
  }
  .g-fhd-20,
  .gx-fhd-20 {
    --bs-gutter-x: 20px;
  }
  .g-fhd-20,
  .gy-fhd-20 {
    --bs-gutter-y: 20px;
  }
  .g-fhd-25,
  .gx-fhd-25 {
    --bs-gutter-x: 25px;
  }
  .g-fhd-25,
  .gy-fhd-25 {
    --bs-gutter-y: 25px;
  }
  .g-fhd-30,
  .gx-fhd-30 {
    --bs-gutter-x: 30px;
  }
  .g-fhd-30,
  .gy-fhd-30 {
    --bs-gutter-y: 30px;
  }
  .g-fhd-35,
  .gx-fhd-35 {
    --bs-gutter-x: 35px;
  }
  .g-fhd-35,
  .gy-fhd-35 {
    --bs-gutter-y: 35px;
  }
  .g-fhd-40,
  .gx-fhd-40 {
    --bs-gutter-x: 40px;
  }
  .g-fhd-40,
  .gy-fhd-40 {
    --bs-gutter-y: 40px;
  }
  .g-fhd-45,
  .gx-fhd-45 {
    --bs-gutter-x: 45px;
  }
  .g-fhd-45,
  .gy-fhd-45 {
    --bs-gutter-y: 45px;
  }
  .g-fhd-50,
  .gx-fhd-50 {
    --bs-gutter-x: 50px;
  }
  .g-fhd-50,
  .gy-fhd-50 {
    --bs-gutter-y: 50px;
  }
  .g-fhd-55,
  .gx-fhd-55 {
    --bs-gutter-x: 55px;
  }
  .g-fhd-55,
  .gy-fhd-55 {
    --bs-gutter-y: 55px;
  }
  .g-fhd-60,
  .gx-fhd-60 {
    --bs-gutter-x: 60px;
  }
  .g-fhd-60,
  .gy-fhd-60 {
    --bs-gutter-y: 60px;
  }
  .g-fhd-65,
  .gx-fhd-65 {
    --bs-gutter-x: 65px;
  }
  .g-fhd-65,
  .gy-fhd-65 {
    --bs-gutter-y: 65px;
  }
  .g-fhd-70,
  .gx-fhd-70 {
    --bs-gutter-x: 70px;
  }
  .g-fhd-70,
  .gy-fhd-70 {
    --bs-gutter-y: 70px;
  }
  .g-fhd-75,
  .gx-fhd-75 {
    --bs-gutter-x: 75px;
  }
  .g-fhd-75,
  .gy-fhd-75 {
    --bs-gutter-y: 75px;
  }
  .g-fhd-80,
  .gx-fhd-80 {
    --bs-gutter-x: 80px;
  }
  .g-fhd-80,
  .gy-fhd-80 {
    --bs-gutter-y: 80px;
  }
  .g-fhd-85,
  .gx-fhd-85 {
    --bs-gutter-x: 85px;
  }
  .g-fhd-85,
  .gy-fhd-85 {
    --bs-gutter-y: 85px;
  }
  .g-fhd-90,
  .gx-fhd-90 {
    --bs-gutter-x: 90px;
  }
  .g-fhd-90,
  .gy-fhd-90 {
    --bs-gutter-y: 90px;
  }
  .g-fhd-95,
  .gx-fhd-95 {
    --bs-gutter-x: 95px;
  }
  .g-fhd-95,
  .gy-fhd-95 {
    --bs-gutter-y: 95px;
  }
  .g-fhd-100,
  .gx-fhd-100 {
    --bs-gutter-x: 100px;
  }
  .g-fhd-100,
  .gy-fhd-100 {
    --bs-gutter-y: 100px;
  }
}
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

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

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

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-55 {
    margin: 55px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-65 {
    margin: 65px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-75 {
    margin: 75px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-85 {
    margin: 85px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-95 {
    margin: 95px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-55 {
    margin-right: 55px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-65 {
    margin-right: 65px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-75 {
    margin-right: 75px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-85 {
    margin-right: 85px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-95 {
    margin-right: 95px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-55 {
    margin-left: 55px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-65 {
    margin-left: 65px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-75 {
    margin-left: 75px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-85 {
    margin-left: 85px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-95 {
    margin-left: 95px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-55 {
    padding-right: 55px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-65 {
    padding-right: 65px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-85 {
    padding-right: 85px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-95 {
    padding-right: 95px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-55 {
    padding-left: 55px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-65 {
    padding-left: 65px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-85 {
    padding-left: 85px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-95 {
    padding-left: 95px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .m-md-55 {
    margin: 55px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-65 {
    margin: 65px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .m-md-75 {
    margin: 75px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-85 {
    margin: 85px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .m-md-95 {
    margin: 95px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pr-md-55 {
    padding-right: 55px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-65 {
    padding-right: 65px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-85 {
    padding-right: 85px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .pr-md-95 {
    padding-right: 95px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .m-lg-55 {
    margin: 55px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-65 {
    margin: 65px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .m-lg-75 {
    margin: 75px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-85 {
    margin: 85px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .m-lg-95 {
    margin: 95px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .p-lg-55 {
    padding: 55px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-65 {
    padding: 65px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .p-lg-75 {
    padding: 75px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-85 {
    padding: 85px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .p-lg-95 {
    padding: 95px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .pr-lg-55 {
    padding-right: 55px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pr-lg-65 {
    padding-right: 65px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pr-lg-85 {
    padding-right: 85px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .pr-lg-95 {
    padding-right: 95px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .m-xl-55 {
    margin: 55px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-65 {
    margin: 65px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .m-xl-75 {
    margin: 75px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-85 {
    margin: 85px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .m-xl-95 {
    margin: 95px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .p-xl-55 {
    padding: 55px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-65 {
    padding: 65px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .p-xl-75 {
    padding: 75px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-85 {
    padding: 85px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .p-xl-95 {
    padding: 95px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .pr-xl-55 {
    padding-right: 55px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pr-xl-65 {
    padding-right: 65px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
  .pr-xl-75 {
    padding-right: 75px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pr-xl-85 {
    padding-right: 85px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
  .pr-xl-95 {
    padding-right: 95px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pl-xl-55 {
    padding-left: 55px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pl-xl-65 {
    padding-left: 65px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pl-xl-85 {
    padding-left: 85px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pl-xl-95 {
    padding-left: 95px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 5px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .m-xxl-30 {
    margin: 30px !important;
  }
  .m-xxl-35 {
    margin: 35px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .m-xxl-45 {
    margin: 45px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .m-xxl-55 {
    margin: 55px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .m-xxl-65 {
    margin: 65px !important;
  }
  .m-xxl-70 {
    margin: 70px !important;
  }
  .m-xxl-75 {
    margin: 75px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .m-xxl-85 {
    margin: 85px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .m-xxl-95 {
    margin: 95px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xxl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-xxl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xxl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mt-xxl-55 {
    margin-top: 55px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mt-xxl-65 {
    margin-top: 65px !important;
  }
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  .mt-xxl-75 {
    margin-top: 75px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mt-xxl-85 {
    margin-top: 85px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mt-xxl-95 {
    margin-top: 95px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-5 {
    margin-right: 5px !important;
  }
  .mr-xxl-10 {
    margin-right: 10px !important;
  }
  .mr-xxl-15 {
    margin-right: 15px !important;
  }
  .mr-xxl-20 {
    margin-right: 20px !important;
  }
  .mr-xxl-25 {
    margin-right: 25px !important;
  }
  .mr-xxl-30 {
    margin-right: 30px !important;
  }
  .mr-xxl-35 {
    margin-right: 35px !important;
  }
  .mr-xxl-40 {
    margin-right: 40px !important;
  }
  .mr-xxl-45 {
    margin-right: 45px !important;
  }
  .mr-xxl-50 {
    margin-right: 50px !important;
  }
  .mr-xxl-55 {
    margin-right: 55px !important;
  }
  .mr-xxl-60 {
    margin-right: 60px !important;
  }
  .mr-xxl-65 {
    margin-right: 65px !important;
  }
  .mr-xxl-70 {
    margin-right: 70px !important;
  }
  .mr-xxl-75 {
    margin-right: 75px !important;
  }
  .mr-xxl-80 {
    margin-right: 80px !important;
  }
  .mr-xxl-85 {
    margin-right: 85px !important;
  }
  .mr-xxl-90 {
    margin-right: 90px !important;
  }
  .mr-xxl-95 {
    margin-right: 95px !important;
  }
  .mr-xxl-100 {
    margin-right: 100px !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-5 {
    margin-left: 5px !important;
  }
  .ml-xxl-10 {
    margin-left: 10px !important;
  }
  .ml-xxl-15 {
    margin-left: 15px !important;
  }
  .ml-xxl-20 {
    margin-left: 20px !important;
  }
  .ml-xxl-25 {
    margin-left: 25px !important;
  }
  .ml-xxl-30 {
    margin-left: 30px !important;
  }
  .ml-xxl-35 {
    margin-left: 35px !important;
  }
  .ml-xxl-40 {
    margin-left: 40px !important;
  }
  .ml-xxl-45 {
    margin-left: 45px !important;
  }
  .ml-xxl-50 {
    margin-left: 50px !important;
  }
  .ml-xxl-55 {
    margin-left: 55px !important;
  }
  .ml-xxl-60 {
    margin-left: 60px !important;
  }
  .ml-xxl-65 {
    margin-left: 65px !important;
  }
  .ml-xxl-70 {
    margin-left: 70px !important;
  }
  .ml-xxl-75 {
    margin-left: 75px !important;
  }
  .ml-xxl-80 {
    margin-left: 80px !important;
  }
  .ml-xxl-85 {
    margin-left: 85px !important;
  }
  .ml-xxl-90 {
    margin-left: 90px !important;
  }
  .ml-xxl-95 {
    margin-left: 95px !important;
  }
  .ml-xxl-100 {
    margin-left: 100px !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-5 {
    padding: 5px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .p-xxl-15 {
    padding: 15px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .p-xxl-25 {
    padding: 25px !important;
  }
  .p-xxl-30 {
    padding: 30px !important;
  }
  .p-xxl-35 {
    padding: 35px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .p-xxl-45 {
    padding: 45px !important;
  }
  .p-xxl-50 {
    padding: 50px !important;
  }
  .p-xxl-55 {
    padding: 55px !important;
  }
  .p-xxl-60 {
    padding: 60px !important;
  }
  .p-xxl-65 {
    padding: 65px !important;
  }
  .p-xxl-70 {
    padding: 70px !important;
  }
  .p-xxl-75 {
    padding: 75px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .p-xxl-85 {
    padding: 85px !important;
  }
  .p-xxl-90 {
    padding: 90px !important;
  }
  .p-xxl-95 {
    padding: 95px !important;
  }
  .p-xxl-100 {
    padding: 100px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xxl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-xxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-xxl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xxl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xxl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  .pt-xxl-55 {
    padding-top: 55px !important;
  }
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  .pt-xxl-65 {
    padding-top: 65px !important;
  }
  .pt-xxl-70 {
    padding-top: 70px !important;
  }
  .pt-xxl-75 {
    padding-top: 75px !important;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pt-xxl-85 {
    padding-top: 85px !important;
  }
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  .pt-xxl-95 {
    padding-top: 95px !important;
  }
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-5 {
    padding-right: 5px !important;
  }
  .pr-xxl-10 {
    padding-right: 10px !important;
  }
  .pr-xxl-15 {
    padding-right: 15px !important;
  }
  .pr-xxl-20 {
    padding-right: 20px !important;
  }
  .pr-xxl-25 {
    padding-right: 25px !important;
  }
  .pr-xxl-30 {
    padding-right: 30px !important;
  }
  .pr-xxl-35 {
    padding-right: 35px !important;
  }
  .pr-xxl-40 {
    padding-right: 40px !important;
  }
  .pr-xxl-45 {
    padding-right: 45px !important;
  }
  .pr-xxl-50 {
    padding-right: 50px !important;
  }
  .pr-xxl-55 {
    padding-right: 55px !important;
  }
  .pr-xxl-60 {
    padding-right: 60px !important;
  }
  .pr-xxl-65 {
    padding-right: 65px !important;
  }
  .pr-xxl-70 {
    padding-right: 70px !important;
  }
  .pr-xxl-75 {
    padding-right: 75px !important;
  }
  .pr-xxl-80 {
    padding-right: 80px !important;
  }
  .pr-xxl-85 {
    padding-right: 85px !important;
  }
  .pr-xxl-90 {
    padding-right: 90px !important;
  }
  .pr-xxl-95 {
    padding-right: 95px !important;
  }
  .pr-xxl-100 {
    padding-right: 100px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xxl-55 {
    padding-bottom: 55px !important;
  }
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-65 {
    padding-bottom: 65px !important;
  }
  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xxl-75 {
    padding-bottom: 75px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xxl-85 {
    padding-bottom: 85px !important;
  }
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xxl-95 {
    padding-bottom: 95px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-5 {
    padding-left: 5px !important;
  }
  .pl-xxl-10 {
    padding-left: 10px !important;
  }
  .pl-xxl-15 {
    padding-left: 15px !important;
  }
  .pl-xxl-20 {
    padding-left: 20px !important;
  }
  .pl-xxl-25 {
    padding-left: 25px !important;
  }
  .pl-xxl-30 {
    padding-left: 30px !important;
  }
  .pl-xxl-35 {
    padding-left: 35px !important;
  }
  .pl-xxl-40 {
    padding-left: 40px !important;
  }
  .pl-xxl-45 {
    padding-left: 45px !important;
  }
  .pl-xxl-50 {
    padding-left: 50px !important;
  }
  .pl-xxl-55 {
    padding-left: 55px !important;
  }
  .pl-xxl-60 {
    padding-left: 60px !important;
  }
  .pl-xxl-65 {
    padding-left: 65px !important;
  }
  .pl-xxl-70 {
    padding-left: 70px !important;
  }
  .pl-xxl-75 {
    padding-left: 75px !important;
  }
  .pl-xxl-80 {
    padding-left: 80px !important;
  }
  .pl-xxl-85 {
    padding-left: 85px !important;
  }
  .pl-xxl-90 {
    padding-left: 90px !important;
  }
  .pl-xxl-95 {
    padding-left: 95px !important;
  }
  .pl-xxl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important;
  }
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-row {
    display: table-row !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: inline-flex !important;
  }
  .flex-fhd-fill {
    flex: 1 1 auto !important;
  }
  .flex-fhd-row {
    flex-direction: row !important;
  }
  .flex-fhd-column {
    flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fhd-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-fhd-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-fhd-start {
    justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    justify-content: center !important;
  }
  .justify-content-fhd-between {
    justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    justify-content: space-around !important;
  }
  .justify-content-fhd-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-fhd-start {
    align-items: flex-start !important;
  }
  .align-items-fhd-end {
    align-items: flex-end !important;
  }
  .align-items-fhd-center {
    align-items: center !important;
  }
  .align-items-fhd-baseline {
    align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    align-items: stretch !important;
  }
  .align-content-fhd-start {
    align-content: flex-start !important;
  }
  .align-content-fhd-end {
    align-content: flex-end !important;
  }
  .align-content-fhd-center {
    align-content: center !important;
  }
  .align-content-fhd-between {
    align-content: space-between !important;
  }
  .align-content-fhd-around {
    align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    align-content: stretch !important;
  }
  .align-self-fhd-auto {
    align-self: auto !important;
  }
  .align-self-fhd-start {
    align-self: flex-start !important;
  }
  .align-self-fhd-end {
    align-self: flex-end !important;
  }
  .align-self-fhd-center {
    align-self: center !important;
  }
  .align-self-fhd-baseline {
    align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    align-self: stretch !important;
  }
  .order-fhd-first {
    order: -1 !important;
  }
  .order-fhd-0 {
    order: 0 !important;
  }
  .order-fhd-1 {
    order: 1 !important;
  }
  .order-fhd-2 {
    order: 2 !important;
  }
  .order-fhd-3 {
    order: 3 !important;
  }
  .order-fhd-4 {
    order: 4 !important;
  }
  .order-fhd-5 {
    order: 5 !important;
  }
  .order-fhd-last {
    order: 6 !important;
  }
  .m-fhd-0 {
    margin: 0 !important;
  }
  .m-fhd-5 {
    margin: 5px !important;
  }
  .m-fhd-10 {
    margin: 10px !important;
  }
  .m-fhd-15 {
    margin: 15px !important;
  }
  .m-fhd-20 {
    margin: 20px !important;
  }
  .m-fhd-25 {
    margin: 25px !important;
  }
  .m-fhd-30 {
    margin: 30px !important;
  }
  .m-fhd-35 {
    margin: 35px !important;
  }
  .m-fhd-40 {
    margin: 40px !important;
  }
  .m-fhd-45 {
    margin: 45px !important;
  }
  .m-fhd-50 {
    margin: 50px !important;
  }
  .m-fhd-55 {
    margin: 55px !important;
  }
  .m-fhd-60 {
    margin: 60px !important;
  }
  .m-fhd-65 {
    margin: 65px !important;
  }
  .m-fhd-70 {
    margin: 70px !important;
  }
  .m-fhd-75 {
    margin: 75px !important;
  }
  .m-fhd-80 {
    margin: 80px !important;
  }
  .m-fhd-85 {
    margin: 85px !important;
  }
  .m-fhd-90 {
    margin: 90px !important;
  }
  .m-fhd-95 {
    margin: 95px !important;
  }
  .m-fhd-100 {
    margin: 100px !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-fhd-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-fhd-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-fhd-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-fhd-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-fhd-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-fhd-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-fhd-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-fhd-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-fhd-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-fhd-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-fhd-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-fhd-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-fhd-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-fhd-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-fhd-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-fhd-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-fhd-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-fhd-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-fhd-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-fhd-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-fhd-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-fhd-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-fhd-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-fhd-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-fhd-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-fhd-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-fhd-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-fhd-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-fhd-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-fhd-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-fhd-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-fhd-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-fhd-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-fhd-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-fhd-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-fhd-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-fhd-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-fhd-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-fhd-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-fhd-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-fhd-0 {
    margin-top: 0 !important;
  }
  .mt-fhd-5 {
    margin-top: 5px !important;
  }
  .mt-fhd-10 {
    margin-top: 10px !important;
  }
  .mt-fhd-15 {
    margin-top: 15px !important;
  }
  .mt-fhd-20 {
    margin-top: 20px !important;
  }
  .mt-fhd-25 {
    margin-top: 25px !important;
  }
  .mt-fhd-30 {
    margin-top: 30px !important;
  }
  .mt-fhd-35 {
    margin-top: 35px !important;
  }
  .mt-fhd-40 {
    margin-top: 40px !important;
  }
  .mt-fhd-45 {
    margin-top: 45px !important;
  }
  .mt-fhd-50 {
    margin-top: 50px !important;
  }
  .mt-fhd-55 {
    margin-top: 55px !important;
  }
  .mt-fhd-60 {
    margin-top: 60px !important;
  }
  .mt-fhd-65 {
    margin-top: 65px !important;
  }
  .mt-fhd-70 {
    margin-top: 70px !important;
  }
  .mt-fhd-75 {
    margin-top: 75px !important;
  }
  .mt-fhd-80 {
    margin-top: 80px !important;
  }
  .mt-fhd-85 {
    margin-top: 85px !important;
  }
  .mt-fhd-90 {
    margin-top: 90px !important;
  }
  .mt-fhd-95 {
    margin-top: 95px !important;
  }
  .mt-fhd-100 {
    margin-top: 100px !important;
  }
  .mt-fhd-auto {
    margin-top: auto !important;
  }
  .mr-fhd-0 {
    margin-right: 0 !important;
  }
  .mr-fhd-5 {
    margin-right: 5px !important;
  }
  .mr-fhd-10 {
    margin-right: 10px !important;
  }
  .mr-fhd-15 {
    margin-right: 15px !important;
  }
  .mr-fhd-20 {
    margin-right: 20px !important;
  }
  .mr-fhd-25 {
    margin-right: 25px !important;
  }
  .mr-fhd-30 {
    margin-right: 30px !important;
  }
  .mr-fhd-35 {
    margin-right: 35px !important;
  }
  .mr-fhd-40 {
    margin-right: 40px !important;
  }
  .mr-fhd-45 {
    margin-right: 45px !important;
  }
  .mr-fhd-50 {
    margin-right: 50px !important;
  }
  .mr-fhd-55 {
    margin-right: 55px !important;
  }
  .mr-fhd-60 {
    margin-right: 60px !important;
  }
  .mr-fhd-65 {
    margin-right: 65px !important;
  }
  .mr-fhd-70 {
    margin-right: 70px !important;
  }
  .mr-fhd-75 {
    margin-right: 75px !important;
  }
  .mr-fhd-80 {
    margin-right: 80px !important;
  }
  .mr-fhd-85 {
    margin-right: 85px !important;
  }
  .mr-fhd-90 {
    margin-right: 90px !important;
  }
  .mr-fhd-95 {
    margin-right: 95px !important;
  }
  .mr-fhd-100 {
    margin-right: 100px !important;
  }
  .mr-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }
  .mb-fhd-5 {
    margin-bottom: 5px !important;
  }
  .mb-fhd-10 {
    margin-bottom: 10px !important;
  }
  .mb-fhd-15 {
    margin-bottom: 15px !important;
  }
  .mb-fhd-20 {
    margin-bottom: 20px !important;
  }
  .mb-fhd-25 {
    margin-bottom: 25px !important;
  }
  .mb-fhd-30 {
    margin-bottom: 30px !important;
  }
  .mb-fhd-35 {
    margin-bottom: 35px !important;
  }
  .mb-fhd-40 {
    margin-bottom: 40px !important;
  }
  .mb-fhd-45 {
    margin-bottom: 45px !important;
  }
  .mb-fhd-50 {
    margin-bottom: 50px !important;
  }
  .mb-fhd-55 {
    margin-bottom: 55px !important;
  }
  .mb-fhd-60 {
    margin-bottom: 60px !important;
  }
  .mb-fhd-65 {
    margin-bottom: 65px !important;
  }
  .mb-fhd-70 {
    margin-bottom: 70px !important;
  }
  .mb-fhd-75 {
    margin-bottom: 75px !important;
  }
  .mb-fhd-80 {
    margin-bottom: 80px !important;
  }
  .mb-fhd-85 {
    margin-bottom: 85px !important;
  }
  .mb-fhd-90 {
    margin-bottom: 90px !important;
  }
  .mb-fhd-95 {
    margin-bottom: 95px !important;
  }
  .mb-fhd-100 {
    margin-bottom: 100px !important;
  }
  .mb-fhd-auto {
    margin-bottom: auto !important;
  }
  .ml-fhd-0 {
    margin-left: 0 !important;
  }
  .ml-fhd-5 {
    margin-left: 5px !important;
  }
  .ml-fhd-10 {
    margin-left: 10px !important;
  }
  .ml-fhd-15 {
    margin-left: 15px !important;
  }
  .ml-fhd-20 {
    margin-left: 20px !important;
  }
  .ml-fhd-25 {
    margin-left: 25px !important;
  }
  .ml-fhd-30 {
    margin-left: 30px !important;
  }
  .ml-fhd-35 {
    margin-left: 35px !important;
  }
  .ml-fhd-40 {
    margin-left: 40px !important;
  }
  .ml-fhd-45 {
    margin-left: 45px !important;
  }
  .ml-fhd-50 {
    margin-left: 50px !important;
  }
  .ml-fhd-55 {
    margin-left: 55px !important;
  }
  .ml-fhd-60 {
    margin-left: 60px !important;
  }
  .ml-fhd-65 {
    margin-left: 65px !important;
  }
  .ml-fhd-70 {
    margin-left: 70px !important;
  }
  .ml-fhd-75 {
    margin-left: 75px !important;
  }
  .ml-fhd-80 {
    margin-left: 80px !important;
  }
  .ml-fhd-85 {
    margin-left: 85px !important;
  }
  .ml-fhd-90 {
    margin-left: 90px !important;
  }
  .ml-fhd-95 {
    margin-left: 95px !important;
  }
  .ml-fhd-100 {
    margin-left: 100px !important;
  }
  .ml-fhd-auto {
    margin-left: auto !important;
  }
  .p-fhd-0 {
    padding: 0 !important;
  }
  .p-fhd-5 {
    padding: 5px !important;
  }
  .p-fhd-10 {
    padding: 10px !important;
  }
  .p-fhd-15 {
    padding: 15px !important;
  }
  .p-fhd-20 {
    padding: 20px !important;
  }
  .p-fhd-25 {
    padding: 25px !important;
  }
  .p-fhd-30 {
    padding: 30px !important;
  }
  .p-fhd-35 {
    padding: 35px !important;
  }
  .p-fhd-40 {
    padding: 40px !important;
  }
  .p-fhd-45 {
    padding: 45px !important;
  }
  .p-fhd-50 {
    padding: 50px !important;
  }
  .p-fhd-55 {
    padding: 55px !important;
  }
  .p-fhd-60 {
    padding: 60px !important;
  }
  .p-fhd-65 {
    padding: 65px !important;
  }
  .p-fhd-70 {
    padding: 70px !important;
  }
  .p-fhd-75 {
    padding: 75px !important;
  }
  .p-fhd-80 {
    padding: 80px !important;
  }
  .p-fhd-85 {
    padding: 85px !important;
  }
  .p-fhd-90 {
    padding: 90px !important;
  }
  .p-fhd-95 {
    padding: 95px !important;
  }
  .p-fhd-100 {
    padding: 100px !important;
  }
  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-fhd-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-fhd-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-fhd-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-fhd-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-fhd-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-fhd-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-fhd-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-fhd-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-fhd-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-fhd-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-fhd-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-fhd-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-fhd-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-fhd-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-fhd-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-fhd-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-fhd-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-fhd-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-fhd-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-fhd-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-fhd-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-fhd-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-fhd-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-fhd-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-fhd-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-fhd-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-fhd-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-fhd-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-fhd-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-fhd-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-fhd-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-fhd-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-fhd-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-fhd-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-fhd-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-fhd-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-fhd-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-fhd-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-fhd-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-fhd-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-fhd-0 {
    padding-top: 0 !important;
  }
  .pt-fhd-5 {
    padding-top: 5px !important;
  }
  .pt-fhd-10 {
    padding-top: 10px !important;
  }
  .pt-fhd-15 {
    padding-top: 15px !important;
  }
  .pt-fhd-20 {
    padding-top: 20px !important;
  }
  .pt-fhd-25 {
    padding-top: 25px !important;
  }
  .pt-fhd-30 {
    padding-top: 30px !important;
  }
  .pt-fhd-35 {
    padding-top: 35px !important;
  }
  .pt-fhd-40 {
    padding-top: 40px !important;
  }
  .pt-fhd-45 {
    padding-top: 45px !important;
  }
  .pt-fhd-50 {
    padding-top: 50px !important;
  }
  .pt-fhd-55 {
    padding-top: 55px !important;
  }
  .pt-fhd-60 {
    padding-top: 60px !important;
  }
  .pt-fhd-65 {
    padding-top: 65px !important;
  }
  .pt-fhd-70 {
    padding-top: 70px !important;
  }
  .pt-fhd-75 {
    padding-top: 75px !important;
  }
  .pt-fhd-80 {
    padding-top: 80px !important;
  }
  .pt-fhd-85 {
    padding-top: 85px !important;
  }
  .pt-fhd-90 {
    padding-top: 90px !important;
  }
  .pt-fhd-95 {
    padding-top: 95px !important;
  }
  .pt-fhd-100 {
    padding-top: 100px !important;
  }
  .pr-fhd-0 {
    padding-right: 0 !important;
  }
  .pr-fhd-5 {
    padding-right: 5px !important;
  }
  .pr-fhd-10 {
    padding-right: 10px !important;
  }
  .pr-fhd-15 {
    padding-right: 15px !important;
  }
  .pr-fhd-20 {
    padding-right: 20px !important;
  }
  .pr-fhd-25 {
    padding-right: 25px !important;
  }
  .pr-fhd-30 {
    padding-right: 30px !important;
  }
  .pr-fhd-35 {
    padding-right: 35px !important;
  }
  .pr-fhd-40 {
    padding-right: 40px !important;
  }
  .pr-fhd-45 {
    padding-right: 45px !important;
  }
  .pr-fhd-50 {
    padding-right: 50px !important;
  }
  .pr-fhd-55 {
    padding-right: 55px !important;
  }
  .pr-fhd-60 {
    padding-right: 60px !important;
  }
  .pr-fhd-65 {
    padding-right: 65px !important;
  }
  .pr-fhd-70 {
    padding-right: 70px !important;
  }
  .pr-fhd-75 {
    padding-right: 75px !important;
  }
  .pr-fhd-80 {
    padding-right: 80px !important;
  }
  .pr-fhd-85 {
    padding-right: 85px !important;
  }
  .pr-fhd-90 {
    padding-right: 90px !important;
  }
  .pr-fhd-95 {
    padding-right: 95px !important;
  }
  .pr-fhd-100 {
    padding-right: 100px !important;
  }
  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pb-fhd-5 {
    padding-bottom: 5px !important;
  }
  .pb-fhd-10 {
    padding-bottom: 10px !important;
  }
  .pb-fhd-15 {
    padding-bottom: 15px !important;
  }
  .pb-fhd-20 {
    padding-bottom: 20px !important;
  }
  .pb-fhd-25 {
    padding-bottom: 25px !important;
  }
  .pb-fhd-30 {
    padding-bottom: 30px !important;
  }
  .pb-fhd-35 {
    padding-bottom: 35px !important;
  }
  .pb-fhd-40 {
    padding-bottom: 40px !important;
  }
  .pb-fhd-45 {
    padding-bottom: 45px !important;
  }
  .pb-fhd-50 {
    padding-bottom: 50px !important;
  }
  .pb-fhd-55 {
    padding-bottom: 55px !important;
  }
  .pb-fhd-60 {
    padding-bottom: 60px !important;
  }
  .pb-fhd-65 {
    padding-bottom: 65px !important;
  }
  .pb-fhd-70 {
    padding-bottom: 70px !important;
  }
  .pb-fhd-75 {
    padding-bottom: 75px !important;
  }
  .pb-fhd-80 {
    padding-bottom: 80px !important;
  }
  .pb-fhd-85 {
    padding-bottom: 85px !important;
  }
  .pb-fhd-90 {
    padding-bottom: 90px !important;
  }
  .pb-fhd-95 {
    padding-bottom: 95px !important;
  }
  .pb-fhd-100 {
    padding-bottom: 100px !important;
  }
  .pl-fhd-0 {
    padding-left: 0 !important;
  }
  .pl-fhd-5 {
    padding-left: 5px !important;
  }
  .pl-fhd-10 {
    padding-left: 10px !important;
  }
  .pl-fhd-15 {
    padding-left: 15px !important;
  }
  .pl-fhd-20 {
    padding-left: 20px !important;
  }
  .pl-fhd-25 {
    padding-left: 25px !important;
  }
  .pl-fhd-30 {
    padding-left: 30px !important;
  }
  .pl-fhd-35 {
    padding-left: 35px !important;
  }
  .pl-fhd-40 {
    padding-left: 40px !important;
  }
  .pl-fhd-45 {
    padding-left: 45px !important;
  }
  .pl-fhd-50 {
    padding-left: 50px !important;
  }
  .pl-fhd-55 {
    padding-left: 55px !important;
  }
  .pl-fhd-60 {
    padding-left: 60px !important;
  }
  .pl-fhd-65 {
    padding-left: 65px !important;
  }
  .pl-fhd-70 {
    padding-left: 70px !important;
  }
  .pl-fhd-75 {
    padding-left: 75px !important;
  }
  .pl-fhd-80 {
    padding-left: 80px !important;
  }
  .pl-fhd-85 {
    padding-left: 85px !important;
  }
  .pl-fhd-90 {
    padding-left: 90px !important;
  }
  .pl-fhd-95 {
    padding-left: 95px !important;
  }
  .pl-fhd-100 {
    padding-left: 100px !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-form-check-indicator: 24px;
  --size-accordion-indicator: 10px;
  --height-btn: 40px;
  --height-form-control: 56px;
  --px-btn: 24px;
  --py-section: 60px;
  --py-sm-section: 30px;
  --px-form-control: 13px;
  --py-form-control: 15px;
  --py-accordion: 15px;
  --pr-accordion: 15px;
  --pl-accordion: 45px;
  --font-size-btn: 14px;
  --font-size-base: 16px;
  --line-height-base: 1.7;
  --speed-fast: .125s;
  --speed-default: .25s;
  --speed-slow: .5s;
  --speed-sluggish: 1s;
  --speed-snail: 2s;
  --cubic-bezier: cubic-bezier(.05, .69, .14, 1);
  --cubic-bezier-2: cubic-bezier(.215, .61, .355, 1);
}
@media (min-width: 1024px) {
  :root {
    --size-bullet: 6px;
    --size-btn-play: 92px;
    --size-accordion-indicator: 16px;
    --height-btn: 40px;
    --px-btn: 24px;
    --py-sm-section: 40px;
    --py-accordion: 22px;
    --pr-accordion: 75px;
    --pl-accordion: 70px;
    --px-form-control: 20px;
    --font-size-base: 20px;
  }
}
@media (min-width: 1280px) {
  :root {
    --py-section: 80px;
  }
}
@media (min-width: 1920px) {
  :root {
    --py-section: 120px;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fhd-left {
    text-align: left !important;
  }
  .text-fhd-right {
    text-align: right !important;
  }
  .text-fhd-center {
    text-align: center !important;
  }
}
/* stylelint-disable plugin/no-low-performance-animation-properties  */
/* stylelint-enable plugin/no-low-performance-animation-properties  */
@font-face {
  font-family: "wattsun-icons";
  src: url("fonts/wattsun-icons.woff2?m6futn") format("woff2"), url("fonts/wattsun-icons.ttf?m6futn") format("truetype"), url("fonts/wattsun-icons.woff?m6futn") format("woff"), url("fonts/wattsun-icons.svg?m6futn#wattsun-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wattsun-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e926";
}

.icon-solar:before {
  content: "\e92b";
  color: #ffd413;
}

.icon-link:before {
  content: "\e927";
}

.icon-enveloppe:before {
  content: "\e928";
}

.icon-whatsapp:before {
  content: "\e929";
}

.icon-thunder:before {
  content: "\e92a";
}

.icon-checkmark:before {
  content: "\e92c";
}

.icon-wand:before {
  content: "\e925";
}

.icon-search:before {
  content: "\e924";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-asterisk:before {
  content: "\e904";
}

.icon-bookmark:before {
  content: "\e905";
}

.icon-cart:before {
  content: "\e906";
}

.icon-chevron-down:before {
  content: "\e907";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-chevron-right:before {
  content: "\e909";
}

.icon-chevron-up:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-download:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-info-filled:before {
  content: "\e90e";
}

.icon-info-outline:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e910";
}

.icon-linkedIn:before {
  content: "\e911";
}

.icon-menu:before {
  content: "\e912";
}

.icon-minus:before {
  content: "\e913";
}

.icon-nl .path1:before {
  content: "\e914";
  color: rgb(15, 66, 161);
}

.icon-nl .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-nl .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(226, 18, 35);
}

.icon-pause:before {
  content: "\e917";
}

.icon-pencil:before {
  content: "\e918";
}

.icon-phone:before {
  content: "\e919";
}

.icon-play-pause:before {
  content: "\e91a";
}

.icon-plus:before {
  content: "\e91b";
}

.icon-rating:before {
  content: "\e91c";
}

.icon-share:before {
  content: "\e91d";
}

.icon-sound:before {
  content: "\e91e";
}

.icon-spinner:before {
  content: "\e91f";
}

.icon-support:before {
  content: "\e920";
}

.icon-trash:before {
  content: "\e921";
}

.icon-union:before {
  content: "\e922";
}

.icon-world:before {
  content: "\e923";
}

@font-face {
  font-family: "wattsun-icons";
  src: url("../fonts/wattsun-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.custom-select .select-selected::after, .product-info .btn--config::before, .navbar--left .navbar-menu__nav > li.has-childs a::after, .btn.js-copy-href.copied:after, section.cart .js-copy-href.copied.button:after {
  speak: none;
  font-family: "wattsun-icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
.blocks--gray .card-block--content h4,
h3,
.h3,
.savings-overview__block__total .total-price,
h4,
.h4,
h5,
.h5,
.product-info__list--full-width .product-info__item .product-info__link,
.quotes__slide-text,
.faqs-block__main-link,
h6,
.h6,
.card-overview__name,
.card-product h6,
.events-block__events__item .data .title span,
.upgrade-block__upgrades__plan .plan-wrapper .title-price .title,
.savings-overview__block .title,
.product-specs-special__content__spec-list ul li .spec,
section.checkout .woocommerce-cart-form__title,
.login-block__title,
.login-block h4,
.product-info .cart .cart__contact-us-cta p,
.button-bar__list-link,
.heading__inner p strong,
.heading__inner p b,
.blocks__title p strong,
.navbar--left .navbar-menu__nav .navbar-sub h6,
.section--navbar .navbar-card h5,
.h7,
.card-block__title span,
.upgrade-block__upgrades__plan .plan-wrapper .title-price .price,
.savings-overview__checklist__item span,
.product-specs-special__content__spec-list ul li .description,
.product-info__list--full-width .product-info__item .product-info__panel ul li span,
.product-info__list--full-width .product-info__item .product-info__panel ul li strong,
.upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon span,
.savings-overview__block__total .total-label,
.location-map__list-wrapper .sectors__link .address,
.location-map__list-wrapper .sectors__link .title,
section.checkout .woocommerce-cart-form .cart-collaterals .shop_table__cost span {
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #2a2a2a;
}
@media (min-width: 1440px) {
  h1,
  .h1,
  h2,
  .h2,
  .blocks--gray .card-block--content h4,
  h3,
  .h3,
  .savings-overview__block__total .total-price,
  h4,
  .h4,
  h5,
  .h5,
  .product-info__list--full-width .product-info__item .product-info__link,
  .quotes__slide-text,
  .faqs-block__main-link,
  h6,
  .h6,
  .card-overview__name,
  .card-product h6,
  .events-block__events__item .data .title span,
  .upgrade-block__upgrades__plan .plan-wrapper .title-price .title,
  .savings-overview__block .title,
  .product-specs-special__content__spec-list ul li .spec,
  section.checkout .woocommerce-cart-form__title,
  .login-block__title,
  .login-block h4,
  .product-info .cart .cart__contact-us-cta p,
  .button-bar__list-link,
  .heading__inner p strong,
  .heading__inner p b,
  .blocks__title p strong,
  .navbar--left .navbar-menu__nav .navbar-sub h6,
  .section--navbar .navbar-card h5,
  .h7,
  .card-block__title span,
  .upgrade-block__upgrades__plan .plan-wrapper .title-price .price,
  .savings-overview__checklist__item span,
  .product-specs-special__content__spec-list ul li .description,
  .product-info__list--full-width .product-info__item .product-info__panel ul li span,
  .product-info__list--full-width .product-info__item .product-info__panel ul li strong,
  .upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon span,
  .savings-overview__block__total .total-label,
  .location-map__list-wrapper .sectors__link .address,
  .location-map__list-wrapper .sectors__link .title,
  section.checkout .woocommerce-cart-form .cart-collaterals .shop_table__cost span {
    margin-bottom: 1.5rem;
  }
}

h1,
.h1 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.96px;
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 96px;
    line-height: 124px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.72px;
}
@media (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 72px;
    line-height: 94px;
  }
}

.blocks--gray .card-block--content h4, h3,
.h3 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.56px;
}
@media (min-width: 1440px) {
  .blocks--gray .card-block--content h4, h3,
  .h3 {
    font-size: 56px;
    line-height: 73px;
  }
}

.savings-overview__block__total .total-price, h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.48px;
}
@media (min-width: 1024px) {
  .savings-overview__block__total .total-price, h4,
  .h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .savings-overview__block__total .total-price, h4,
  .h4 {
    font-size: 48px;
    line-height: 62px;
  }
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.4px;
}
@media (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 40px;
    line-height: 52px;
  }
}

.product-info__list--full-width .product-info__item .product-info__link, .quotes__slide-text, .faqs-block__main-link, h6,
.h6 {
  font-size: 24px;
  line-height: 33px;
}
@media (min-width: 1440px) {
  .product-info__list--full-width .product-info__item .product-info__link, .quotes__slide-text, .faqs-block__main-link, h6,
  .h6 {
    font-size: 32px;
    line-height: 44px;
  }
}

.card-overview__name, .card-product h6, .events-block__events__item .data .title span, .upgrade-block__upgrades__plan .plan-wrapper .title-price .title, .savings-overview__block .title, .product-specs-special__content__spec-list ul li .spec, section.checkout .woocommerce-cart-form__title, .login-block__title,
.login-block h4, .product-info .cart .cart__contact-us-cta p, .button-bar__list-link, .heading__inner p strong,
.heading__inner p b, .blocks__title p strong, .navbar--left .navbar-menu__nav .navbar-sub h6, .section--navbar .navbar-card h5, .h7 {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .card-overview__name, .card-product h6, .events-block__events__item .data .title span, .upgrade-block__upgrades__plan .plan-wrapper .title-price .title, .savings-overview__block .title, .product-specs-special__content__spec-list ul li .spec, section.checkout .woocommerce-cart-form__title, .login-block__title,
  .login-block h4, .product-info .cart .cart__contact-us-cta p, .button-bar__list-link, .heading__inner p strong,
  .heading__inner p b, .blocks__title p strong, .navbar--left .navbar-menu__nav .navbar-sub h6, .section--navbar .navbar-card h5, .h7 {
    font-size: 24px;
    line-height: 34px;
  }
}

.card-block__title span, .upgrade-block__upgrades__plan .plan-wrapper .title-price .price, .savings-overview__checklist__item span, .product-specs-special__content__spec-list ul li .description, .product-info__list--full-width .product-info__item .product-info__panel ul li span,
.product-info__list--full-width .product-info__item .product-info__panel ul li strong {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .card-block__title span, .upgrade-block__upgrades__plan .plan-wrapper .title-price .price, .savings-overview__checklist__item span, .product-specs-special__content__spec-list ul li .description, .product-info__list--full-width .product-info__item .product-info__panel ul li span,
  .product-info__list--full-width .product-info__item .product-info__panel ul li strong {
    font-size: 20px;
    line-height: 28px;
  }
}

.upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon span, .savings-overview__block__total .total-label, .location-map__list-wrapper .sectors__link .address, .location-map__list-wrapper .sectors__link .title, section.checkout .woocommerce-cart-form .cart-collaterals .shop_table__cost span {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1440px) {
  .upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon span, .savings-overview__block__total .total-label, .location-map__list-wrapper .sectors__link .address, .location-map__list-wrapper .sectors__link .title, section.checkout .woocommerce-cart-form .cart-collaterals .shop_table__cost span {
    font-size: 18px;
    line-height: 25px;
  }
}

.section--edit-account form .form-section .woocommerce-form-row label, .dealer-locator__no-results, .savings-overview__block__costs li span,
.savings-overview__block__costs li strong, .custom-popup .gfield_label, section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__subtotals .subtotal-value, section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__cart-items .cart_item .product-name, section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total span, section.checkout form.woocommerce-checkout #payment .wc_payment_method, section.checkout .woocommerce-cart-form__cart-item .product-subtotal span bdi, section.checkout .woocommerce-cart-form__cart-item .product-name, section.checkout .checkout__go-back, .variations-cart__variation_info_line, body div.qib-button-wrapper label, .login-block .woocommerce-form label, .login-block .gravity-registration .gfield_label,
.login-block .gravity-registration .gform-field-label {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: rgba(42, 42, 42, 0.4);
}

.dealer-locator__sidebar__search__list::-webkit-scrollbar, .dealer-locator__sidebar__list::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dealer-locator__sidebar__search__list::-webkit-scrollbar-thumb, .dealer-locator__sidebar__list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #2a2a2a;
}
.dealer-locator__sidebar__search__list::-webkit-scrollbar-thumb:hover, .dealer-locator__sidebar__list::-webkit-scrollbar-thumb:hover {
  background: rgb(34.35, 34.35, 34.35);
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fafbfc;
  position: relative;
}
body::before {
  content: "";
  -webkit-backdrop-filter: brightness(100%);
          backdrop-filter: brightness(100%);
  transition: -webkit-backdrop-filter var(--speed-default);
  transition: backdrop-filter var(--speed-default);
  transition: backdrop-filter var(--speed-default), -webkit-backdrop-filter var(--speed-default);
}
body main {
  flex-grow: 1;
}
body.post-index {
  background-color: #2a2a2a;
}
body.disabled {
  overflow: hidden;
}
body.disabled::before {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  z-index: 99;
  transition: -webkit-backdrop-filter var(--speed-default);
  transition: backdrop-filter var(--speed-default);
  transition: backdrop-filter var(--speed-default), -webkit-backdrop-filter var(--speed-default);
  -webkit-backdrop-filter: brightness(20%);
          backdrop-filter: brightness(20%);
}
body.disabled .section--navbar {
  pointer-events: none;
}
body.solarkitCampaign {
  background-color: #fff;
}

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

p {
  margin-bottom: 1rem;
}
@media (min-width: 1440px) {
  p {
    margin-bottom: 2rem;
  }
}

.w-100 {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container--lg {
  max-width: 1920px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1024px) {
  .row {
    margin-right: calc(24px * -0.5);
    margin-left: calc(24px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
  }
}
@media (min-width: 1280px) {
  .row {
    margin-right: calc(24px * -0.5);
    margin-left: calc(24px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
  }
}
@media (min-width: 1440px) {
  .row {
    margin-right: calc(24px * -0.5);
    margin-left: calc(24px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
  }
}
@media (min-width: 1600px) {
  .row {
    margin-right: calc(24px * -0.5);
    margin-left: calc(24px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
  }
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.collapsing {
  overflow: hidden;
  height: 0;
  transition: height var(--speed-default) var(--cubic-bezier-2); /* stylelint-disable-line plugin/no-low-performance-animation-properties */
}

.w-100 {
  width: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 75px;
  padding: 0;
  background-color: #2a2a2a;
  font-size: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.slick-dots li button::after {
  opacity: 0;
  visibility: hidden;
  width: 12px;
  height: 12px;
  border: solid 1px rgba(0, 113, 227, 0.4);
  border-radius: 75px;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .slick-dots li button::after {
    width: 16px;
    height: 16px;
    top: -4px;
    left: -4px;
  }
}
@media (min-width: 1024px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button {
  background-color: #0071e3;
  transform: scale(1.5);
}
.slick-dots li.slick-active button::after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .slick-dots li {
    margin: 0 9px;
  }
}

.woocommerce-input-wrapper textarea {
  height: 10em !important;
  padding-top: 16px;
}

.woocommerce .blockUI.blockOverlay::before,
.woocommerce ul.products li.product .onsale::after,
.widget_shopping_cart_content .loading::before,
.woocommerce .widget_product_categories .loading::before,
.woocommerce-page .widget_layered_nav_filters .loading::before,
.woocommerce-page .widget_rating_filter .wc-layered-nav-rating.loading::before {
  background-image: url("../images/loading-spinner.svg") !important;
  filter: invert(34%) sepia(46%) saturate(5623%) hue-rotate(197deg) brightness(92%) contrast(101%);
}

.coupon {
  margin-top: 24px;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
}
.coupon .input-text {
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid #e2e4eb;
  height: 40px;
}
@media (min-width: 1024px) {
  .coupon .input-text {
    height: 56px;
  }
}
.coupon .button {
  height: 40px;
}
@media (min-width: 1024px) {
  .coupon .button {
    height: 56px;
  }
}

.position-relative {
  position: relative;
}

@font-face {
  font-family: "Nuckle";
  src: url("../fonts/Nuckle-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Nuckle";
  src: url("../fonts/Nuckle-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Nuckle";
  src: url("../fonts/Nuckle-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Nuckle";
  src: url("../fonts/Nuckle-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "Nuckle", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: rgba(42, 42, 42, 0.6);
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga", "kern";
}

h1 .icon-solar,
.h1 .icon-solar {
  font-size: 24px;
}
@media (min-width: 1440px) {
  h1 .icon-solar,
  .h1 .icon-solar {
    font-size: 80px;
  }
}

h2 .icon-solar,
.h2 .icon-solar {
  font-size: 22px;
}
@media (min-width: 1440px) {
  h2 .icon-solar,
  .h2 .icon-solar {
    font-size: 56px;
  }
}

h3 .icon-solar,
.h3 .icon-solar {
  font-size: 20px;
}
@media (min-width: 1440px) {
  h3 .icon-solar,
  .h3 .icon-solar {
    font-size: 40px;
  }
}

h5 .icon-solar,
.h5 .icon-solar {
  font-size: 14px;
}
@media (min-width: 1440px) {
  h5 .icon-solar,
  .h5 .icon-solar {
    font-size: 24px;
  }
}

h6 .icon-solar,
.h6 .icon-solar {
  font-size: 16px;
}
@media (min-width: 1440px) {
  h6 .icon-solar,
  .h6 .icon-solar {
    font-size: 20px;
  }
}

p a,
p span a,
td a,
li a,
a a,
label a,
legend a,
span a {
  text-decoration: underline;
  transition: var(--speed-default);
}
p a:hover,
p span a:hover,
td a:hover,
li a:hover,
a a:hover,
label a:hover,
legend a:hover,
span a:hover {
  text-decoration: none;
}

.btn, section.cart .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Nuckle", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-btn);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: var(--speed-default);
}
.btn:not(.btn--text), section.cart .button:not(.btn--text) {
  height: var(--height-btn);
  border: 2px solid #2a2a2a;
  border-radius: 40px;
  background-color: transparent;
  color: #2a2a2a;
  padding-right: 25px;
  padding-left: 25px;
}
.btn:not(.btn--text):hover, section.cart .button:not(.btn--text):hover {
  border-color: #0071e3;
  background: #0071e3;
  color: #2a2a2a;
}
.btn:not(.btn--text).btn--white:hover, section.cart .button:not(.btn--text).btn--white:hover, .hero--dark + .content .btn:not(.btn--text):hover, .hero--dark + .content section.cart .button:not(.btn--text):hover, section.cart .hero--dark + .content .button:not(.btn--text):hover {
  border-color: #fafbfc;
  background: #0071e3;
  color: #fff !important;
}
.btn:not(.btn--text).btn--red, section.cart .button:not(.btn--text).btn--red {
  border-color: #b3261e;
  background: #b3261e;
  color: #fff !important;
}
.btn:not(.btn--text).btn--red:hover, section.cart .button:not(.btn--text).btn--red:hover {
  border-color: #000;
  background: #000;
  color: #fff !important;
}
.btn:not(.btn--text).btn--green, section.cart .button:not(.btn--text).btn--green {
  border-color: #2dc870;
  background: #2dc870;
  color: #fff !important;
}
.btn:not(.btn--text).btn--green:hover, section.cart .button:not(.btn--text).btn--green:hover {
  border-color: #000;
  background: #000;
  color: #fff !important;
}
.btn:not(.btn--text).btn--blue, section.cart .button:not(.btn--text).btn--blue {
  border-color: #0071e3;
  color: #2a2a2a;
}
.btn:not(.btn--text).btn--blue:hover, section.cart .button:not(.btn--text).btn--blue:hover {
  border-color: #0071e3;
  color: #fff;
}
.btn:not(.btn--text).btn--white-outline, section.cart .button:not(.btn--text).btn--white-outline {
  border-color: #fff;
  color: #fff;
}
.btn:not(.btn--text).btn--white-outline:hover, section.cart .button:not(.btn--text).btn--white-outline:hover {
  border-color: rgba(250, 251, 252, 0.6);
  background-color: #fff;
  color: #000;
}
.btn:not(.btn--text).btn--dark, section.cart .button:not(.btn--text) {
  background: #2a2a2a;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--dark:hover, section.cart .button:not(.btn--text):hover {
  background: #0071e3;
}
.btn:not(.btn--text).btn--white, section.cart .button:not(.btn--text).btn--white, .hero--dark + .content .btn:not(.btn--text), .hero--dark + .content section.cart .button:not(.btn--text), section.cart .hero--dark + .content .button:not(.btn--text) {
  border-color: #fafbfc;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--white:hover, section.cart .button:not(.btn--text).btn--white:hover, .hero--dark + .content .btn:not(.btn--text):hover, .hero--dark + .content section.cart .button:not(.btn--text):hover, section.cart .hero--dark + .content .button:not(.btn--text):hover {
  border-color: #0071e3;
}
.btn:not(.btn--text).btn--white.btn--fill, section.cart .button:not(.btn--text).btn--white.btn--fill, .hero--dark + .content .btn:not(.btn--text).btn--fill, .hero--dark + .content section.cart .button:not(.btn--text).btn--fill, section.cart .hero--dark + .content .button:not(.btn--text).btn--fill {
  background: #fafbfc;
  color: #2a2a2a;
}
.btn:not(.btn--text).btn--white.btn--fill:hover, section.cart .button:not(.btn--text).btn--white.btn--fill:hover, .hero--dark + .content .btn:not(.btn--text).btn--fill:hover, .hero--dark + .content section.cart .button:not(.btn--text).btn--fill:hover, section.cart .hero--dark + .content .button:not(.btn--text).btn--fill:hover {
  background: #0071e3;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--blue-fill, section.cart .button:not(.btn--text).btn--blue-fill {
  background: #0071e3;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--arrow, section.cart .button:not(.btn--text).btn--arrow {
  padding-right: 40px;
}
.btn:not(.btn--text).btn--arrow::before, section.cart .button:not(.btn--text).btn--arrow::before {
  content: "\e902";
  font-family: "wattsun-icons";
  position: absolute;
  right: 15px;
  z-index: 10;
}
.btn:not(.btn--text).btn--arrow::after, section.cart .button:not(.btn--text).btn--arrow::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--px-btn);
  content: "";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
.btn:not(.btn--text).btn--arrow.btn--arrow--down::before, section.cart .button:not(.btn--text).btn--arrow.btn--arrow--down::before {
  transform: rotate(90deg);
}
.btn:not(.btn--text).btn--solar, section.cart .button:not(.btn--text).btn--solar {
  border-color: #ffd412;
  padding-left: 100px;
}
.btn:not(.btn--text).btn--solar::before, section.cart .button:not(.btn--text).btn--solar::before {
  content: "\e92a";
  font-family: "wattsun-icons";
  font-size: 18px;
  position: absolute;
  color: #2a2a2a;
  left: 25px;
  z-index: 10;
}
.btn:not(.btn--text).btn--solar::after, section.cart .button:not(.btn--text).btn--solar::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-weight: normal;
  position: absolute;
  top: 50%;
  width: 64px;
  height: 100%;
  background: #ffd412;
  font-size: 22px;
  color: #2a2a2a;
  left: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--solar::after, section.cart .button:not(.btn--text).btn--solar::after {
    width: calc(var(--height-btn) * 1.8);
  }
}
.btn:not(.btn--text).btn--solar:hover, section.cart .button:not(.btn--text).btn--solar:hover {
  border-color: #2a2a2a;
  background: #ffd412;
}
.btn:not(.btn--text).btn--solar:hover:before, section.cart .button:not(.btn--text).btn--solar:hover:before {
  color: #fff;
}
.btn:not(.btn--text).btn--solar:hover::after, section.cart .button:not(.btn--text).btn--solar:hover::after {
  background: #2a2a2a;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn:not(.btn--text).btn--loading, section.cart .button:not(.btn--text).btn--loading {
  padding-right: 40px;
}
.btn:not(.btn--text).btn--loading::before, section.cart .button:not(.btn--text).btn--loading::before {
  content: "\e91f";
  font-family: "wattsun-icons";
  color: #fff;
  position: absolute;
  right: 25px;
  z-index: 10;
  animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.btn:not(.btn--text).btn--loading::after, section.cart .button:not(.btn--text).btn--loading::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--px-btn);
  content: "";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.btn:not(.btn--text).btn--large, section.cart .button:not(.btn--text).btn--large {
  height: 64px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.btn:not(.btn--text).btn--large.btn--arrow, section.cart .button:not(.btn--text).btn--large.btn--arrow {
  padding-right: 80px;
}
.btn:not(.btn--text).btn--large.btn--arrow::before, section.cart .button:not(.btn--text).btn--large.btn--arrow::before {
  color: #fff;
  right: 25px;
}
.btn:not(.btn--text).btn--large.btn--arrow::after, section.cart .button:not(.btn--text).btn--large.btn--arrow::after {
  width: 64px;
  height: 100%;
  background: #2a2a2a;
  font-size: 22px;
  color: #fafbfc;
  right: 0;
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large.btn--arrow::after, section.cart .button:not(.btn--text).btn--large.btn--arrow::after {
    width: calc(var(--height-btn) * 1.8);
  }
}
.btn:not(.btn--text).btn--large.btn--arrow:disabled, section.cart .button:not(.btn--text).btn--large.btn--arrow:disabled {
  padding-right: 80px !important;
}
.btn:not(.btn--text).btn--large.btn--arrow:hover::after, section.cart .button:not(.btn--text).btn--large.btn--arrow:hover::after {
  background: #0071e3;
  color: #fafbfc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn:not(.btn--text).btn--large.btn--arrow.btn--white::before, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--white::before, .hero--dark + .content .btn:not(.btn--text).btn--large.btn--arrow::before, .hero--dark + .content section.cart .button:not(.btn--text).btn--large.btn--arrow::before, section.cart .hero--dark + .content .button:not(.btn--text).btn--large.btn--arrow::before {
  color: #0071e3;
}
.btn:not(.btn--text).btn--large.btn--arrow.btn--white::after, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--white::after, .hero--dark + .content .btn:not(.btn--text).btn--large.btn--arrow::after, .hero--dark + .content section.cart .button:not(.btn--text).btn--large.btn--arrow::after, section.cart .hero--dark + .content .button:not(.btn--text).btn--large.btn--arrow::after {
  background: #fafbfc;
  color: #0071e3;
}
.btn:not(.btn--text).btn--large.btn--arrow.btn--blue::after, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--blue::after {
  background: #0071e3;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--large.btn--arrow.btn--blue:hover, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--blue:hover {
  color: #fafbfc;
}
.btn:not(.btn--text).btn--large.btn--arrow.btn--back, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--back {
  padding-right: 30px;
  padding-left: 80px;
}
.btn:not(.btn--text).btn--large.btn--arrow.btn--back::after, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--back::after {
  content: "\e901";
  left: 0;
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large.btn--arrow.btn--back, section.cart .button:not(.btn--text).btn--large.btn--arrow.btn--back {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large.btn--arrow, section.cart .button:not(.btn--text).btn--large.btn--arrow {
    padding-right: 100px;
  }
  .btn:not(.btn--text).btn--large.btn--arrow:disabled, section.cart .button:not(.btn--text).btn--large.btn--arrow:disabled {
    padding-right: 100px !important;
  }
}
.btn:not(.btn--text).btn--large.btn--arrow:not(.btn--solar), section.cart .button:not(.btn--text).btn--large.btn--arrow:not(.btn--solar) {
  padding-right: 100px;
  padding-left: 30px;
}
.btn:not(.btn--text).btn--large.btn--loading, section.cart .button:not(.btn--text).btn--large.btn--loading {
  padding-right: 80px;
}
.btn:not(.btn--text).btn--large.btn--loading::after, section.cart .button:not(.btn--text).btn--large.btn--loading::after {
  width: 64px;
  height: 100%;
  background: #2a2a2a;
  font-size: 22px;
  color: #fafbfc;
  right: 0;
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large.btn--loading::after, section.cart .button:not(.btn--text).btn--large.btn--loading::after {
    width: calc(var(--height-btn) * 1.8);
  }
}
.btn:not(.btn--text).btn--large.btn--loading:hover::after, section.cart .button:not(.btn--text).btn--large.btn--loading:hover::after {
  background: #0071e3;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--large.btn--loading.btn--white::after, section.cart .button:not(.btn--text).btn--large.btn--loading.btn--white::after, .hero--dark + .content .btn:not(.btn--text).btn--large.btn--loading::after, .hero--dark + .content section.cart .button:not(.btn--text).btn--large.btn--loading::after, section.cart .hero--dark + .content .button:not(.btn--text).btn--large.btn--loading::after {
  background: #fafbfc;
  color: #0071e3;
}
.btn:not(.btn--text).btn--large.btn--loading.btn--blue::after, section.cart .button:not(.btn--text).btn--large.btn--loading.btn--blue::after {
  background: #0071e3;
  color: #fafbfc;
}
.btn:not(.btn--text).btn--large.btn--loading.btn--blue:hover, section.cart .button:not(.btn--text).btn--large.btn--loading.btn--blue:hover {
  color: #fafbfc;
}
.btn:not(.btn--text).btn--large.btn--loading.btn--back, section.cart .button:not(.btn--text).btn--large.btn--loading.btn--back {
  padding-right: 30px;
  padding-left: 80px;
}
.btn:not(.btn--text).btn--large.btn--loading.btn--back::after, section.cart .button:not(.btn--text).btn--large.btn--loading.btn--back::after {
  content: "\e91f";
  left: 0;
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large.btn--loading.btn--back, section.cart .button:not(.btn--text).btn--large.btn--loading.btn--back {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large.btn--loading, section.cart .button:not(.btn--text).btn--large.btn--loading {
    padding-right: 100px;
  }
}
@media (min-width: 1440px) {
  .btn:not(.btn--text).btn--large, section.cart .button:not(.btn--text).btn--large {
    height: calc(var(--height-btn) * 2);
    font-size: 18px;
  }
}
.btn:not(.btn--text).btn--alt, section.cart .button:not(.btn--text).btn--alt {
  border-color: #aaa;
}
.btn:not(.btn--text).btn--alt:hover, section.cart .button:not(.btn--text).btn--alt:hover {
  border-color: #0071e3;
}
.btn.btn--text, section.cart .btn--text.button {
  margin-bottom: 30px;
  border-bottom: 1px solid #2a2a2a;
  padding: 6px 0;
  line-height: 1.4;
  color: #2a2a2a;
  text-decoration: none;
}
.btn.btn--text:hover, section.cart .btn--text.button:hover {
  border-color: #0071e3;
  color: #0071e3;
  text-decoration: none;
}
.btn.btn--text.btn--solar:hover, section.cart .btn--text.btn--solar.button:hover {
  border-color: #ffd412;
  color: #ffd412;
}
.btn.btn--text.btn--alt, section.cart .btn--text.btn--alt.button {
  border-color: #aaa;
  color: #aaa;
}
.btn.btn--text.btn--alt:hover, section.cart .btn--text.btn--alt.button:hover {
  border-color: #0071e3;
  color: #0071e3;
}
.btn.btn--text.btn--arrow, section.cart .btn--text.btn--arrow.button {
  padding-right: 25px;
}
.btn.btn--text.btn--arrow::after, section.cart .btn--text.btn--arrow.button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e902";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
.btn.btn--text.btn--arrow.btn--arrow--down::after, section.cart .btn--text.btn--arrow.btn--arrow--down.button::after {
  transform: translateY(-50%) rotate(90deg);
}
.btn.btn--text.btn--loading, section.cart .btn--text.btn--loading.button {
  padding-right: 25px;
}
.btn.btn--text.btn--loading::after, section.cart .btn--text.btn--loading.button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e91f";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
.btn.btn--text.btn--white, section.cart .btn--text.btn--white.button, .hero--dark + .content .btn.btn--text, .hero--dark + .content section.cart .btn--text.button, section.cart .hero--dark + .content .btn--text.button {
  border-color: #fafbfc;
  color: #fafbfc;
}
.btn.btn--text.btn--white:hover, section.cart .btn--text.btn--white.button:hover, .hero--dark + .content .btn.btn--text:hover, .hero--dark + .content section.cart .btn--text.button:hover, section.cart .hero--dark + .content .btn--text.button:hover {
  border-color: #0071e3;
  color: #0071e3;
}
.btn.btn--text.btn--large, section.cart .btn--text.btn--large.button {
  font-size: calc(var(--font-size-btn) + 2px);
}
@media (min-width: 1440px) {
  .btn.btn--text.btn--large, section.cart .btn--text.btn--large.button {
    font-size: calc(var(--font-size-btn) + 4px);
  }
}
.btn.btn--ir i, section.cart .btn--ir.button i {
  font-size: 20px;
  margin-left: 10px;
}
.btn.btn--il i, section.cart .btn--il.button i {
  font-size: 20px;
  margin-right: 10px;
}
.btn.btn--bg-blue, section.cart .btn--bg-blue.button {
  border: unset !important;
  background: #0071e3 !important;
  color: #fff !important;
}
.btn.js-copy-href.copied, section.cart .js-copy-href.copied.button {
  color: #818181;
  border-color: #818181;
  background-color: #fff;
}
.btn.js-copy-href.copied:after, section.cart .js-copy-href.copied.button:after {
  content: "\e92c";
  color: #0071e3;
  position: absolute;
  font-size: 24px;
}

#order_review .button.alt {
  height: var(--height-btn) !important;
  border: unset !important;
  border-radius: 30px !important;
  background-color: #0071e3 !important;
  font-family: "Nuckle", sans-serif !important;
  font-weight: 600 !important;
  font-size: var(--font-size-btn) !important;
  color: #fff !important;
  text-decoration: none !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}
#order_review .button.alt:hover {
  border-color: #0071e3 !important;
  background: #0071e3 !important;
  color: #fafbfc !important;
}

.section--navbar {
  width: 100%;
  background: #2a2a2a;
  position: relative;
  z-index: 98;
  transition: var(--speed-default);
}
.section--navbar .navbar {
  width: 100%;
}
@media (min-width: 1440px) {
  .section--navbar .navbar .container {
    max-width: 100%;
  }
}
.section--navbar .navbar.scroll-transition {
  transition: transform var(--speed-default);
}
.section--navbar .navbar.is-scrolled {
  background-color: #2a2a2a;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  z-index: 999;
}
.section--navbar .navbar.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.section--navbar .navbar--notification-inner {
  padding: 0 20px;
  position: relative;
}
.section--navbar .navbar--notification-close {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .section--navbar .navbar--notification-close {
    font-size: 20px;
  }
}
.section--navbar .navbar--notification {
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 67px;
  padding: 10px 0;
  background: #fafbfc;
  font-weight: 600;
  font-size: 10px;
  color: #2a2a2a;
  text-align: center;
}
.section--navbar .navbar--notification p {
  margin: 0;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--notification {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .section--navbar .navbar--notification {
    align-items: center;
    height: 56px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.section--navbar .navbar--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--inner {
    height: 68px;
    position: static;
  }
}
.section--navbar .navbar--language {
  margin-left: 20px;
}
.section--navbar .navbar--language .wpml-ls-flag {
  width: 20px;
}
.section--navbar .navbar--language > div > ul > li {
  position: relative;
}
.section--navbar .navbar--language > div > ul > li > a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #fafbfc;
  text-decoration: none;
  text-transform: uppercase;
}
.section--navbar .navbar--language > div > ul > li > a img {
  margin-right: 8px;
}
.section--navbar .navbar--language > div > ul > li ul {
  opacity: 0;
  width: max-content;
  background: #fafbfc;
  position: absolute;
  top: 100%;
  left: 0;
}
.section--navbar .navbar--language > div > ul > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  text-decoration: none;
  gap: 8px;
}
@media (min-width: 1024px) {
  .section--navbar .navbar--language > div > ul > li ul li a {
    padding: 10px 15px;
  }
}
@media (min-width: 1024px) {
  .section--navbar .navbar--language > div > ul > li ul {
    left: 50%;
    transform: translateX(-50%);
  }
}
.section--navbar .navbar--language > div > ul > li:hover .wpml-ls-sub-menu {
  opacity: 1;
}
@media (min-width: 1024px) {
  .section--navbar .navbar--language {
    margin-left: 10px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--language {
    margin-left: 20px;
  }
}
.section--navbar .navbar__toggles {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  border: 2px solid #fafbfc;
  border-radius: 30px;
  position: relative;
}
.section--navbar .navbar__toggles span {
  width: 11px;
  height: 2px;
  position: relative;
  transition: var(--speed-default);
}
.section--navbar .navbar__toggles span::before, .section--navbar .navbar__toggles span::after {
  width: 100%;
  height: 1.5px;
  background-color: #fafbfc;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  transition: var(--speed-default);
}
.section--navbar .navbar__toggles span::after {
  top: 3px;
}
.navbar-open .section--navbar .navbar__toggles span::before {
  top: 0;
  transform: rotate(-45deg);
}
.navbar-open .section--navbar .navbar__toggles span::after {
  top: 0;
  transform: rotate(45deg);
}
.section--navbar .navbar--link {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  color: #fafbfc;
  position: relative;
}
.section--navbar .navbar--link svg path {
  transition: var(--speed-default);
  fill: #fafbfc;
}
.section--navbar .navbar--link .cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b3261e;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: -12px;
  right: -12px;
}
.section--navbar .navbar--link .cart-count.loading {
  opacity: 0.3;
  pointer-events: none;
}
.section--navbar .navbar--link .cart-count.loading::before {
  width: 16px;
  height: 16px;
  background-image: url("../images/loading-spinner.svg");
  background-size: cover;
  content: "";
  position: absolute;
}
.section--navbar .navbar--left {
  display: flex;
  align-items: center;
}
.section--navbar .navbar--right {
  gap: 32px;
}
.section--navbar .navbar--right .btn.btn--blue, .section--navbar .navbar--right section.cart .btn--blue.button, section.cart .section--navbar .navbar--right .btn--blue.button {
  color: #fafbfc;
}
.section--navbar .navbar--right .wpml-ls-item-toggle {
  padding-top: 10px;
}
.section--navbar .navbar--right .icon-phone {
  font-size: 20px;
}
.section--navbar .navbar__brand {
  display: flex;
  align-items: center;
  width: 160px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section--navbar .navbar__brand .logo--light {
  width: 100%;
}
.section--navbar .navbar__brand .logo--dark {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .section--navbar .navbar__brand {
    width: 200px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar__brand {
    margin-right: 80px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.section--navbar .navbar-card {
  width: 100%;
  position: relative;
}
.section--navbar .navbar-card .navbar-card-img {
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.section--navbar .navbar-card .navbar-card-img::before {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .section--navbar .navbar-card .navbar-card-img::before {
    display: none;
  }
}
.section--navbar .navbar-card .navbar-card-img::after {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 48%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section--navbar .navbar-card .navbar-card-img picture,
.section--navbar .navbar-card .navbar-card-img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.section--navbar .navbar-card h5 {
  color: #fafbfc;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section--navbar .navbar-card h5 {
    top: 40px;
    left: 40px;
  }
}
.section--navbar .navbar-card .btn, .section--navbar .navbar-card section.cart .button, section.cart .section--navbar .navbar-card .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section--navbar .navbar-card .btn, .section--navbar .navbar-card section.cart .button, section.cart .section--navbar .navbar-card .button {
    bottom: 40px;
    left: 40px;
  }
}
.section--navbar .navbar-block {
  display: block;
  border-radius: 8px;
  padding: 40px 35px;
  background: #fafbfc;
  text-decoration: none;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
.section--navbar .navbar-block .navbar-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
}
.section--navbar .navbar-block .navbar-block-img picture,
.section--navbar .navbar-block .navbar-block-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 1440px) {
  .section--navbar .navbar-block .navbar-block-img {
    width: 144px;
    height: 144px;
  }
}
.section--navbar .navbar-block .navbar-block-name {
  color: #2a2a2a;
  text-align: center;
}
.section--navbar.is-light, .navbar-open .section--navbar {
  background: #fafbfc;
}
.section--navbar.is-light .cart-count, .navbar-open .section--navbar .cart-count {
  color: #fff;
}
.section--navbar.is-light .navbar__toggles, .navbar-open .section--navbar .navbar__toggles {
  border-color: #2a2a2a;
}
.section--navbar.is-light .navbar__toggles span::before, .section--navbar.is-light .navbar__toggles span::after, .navbar-open .section--navbar .navbar__toggles span::before, .navbar-open .section--navbar .navbar__toggles span::after {
  background-color: #2a2a2a;
}
.section--navbar.is-light .navbar--notification, .navbar-open .section--navbar .navbar--notification {
  background: #2a2a2a;
  color: #fafbfc;
}
.section--navbar.is-light .navbar__brand .logo--light, .navbar-open .section--navbar .navbar__brand .logo--light {
  opacity: 0;
}
.section--navbar.is-light .navbar__brand .logo--dark, .navbar-open .section--navbar .navbar__brand .logo--dark {
  opacity: 1;
}
.section--navbar.is-light .navbar--language > div > ul > li > a, .navbar-open .section--navbar .navbar--language > div > ul > li > a {
  color: #2a2a2a;
}
.section--navbar.is-light .navbar--link, .navbar-open .section--navbar .navbar--link {
  color: #2a2a2a;
}
.section--navbar.is-light .navbar--link svg path, .navbar-open .section--navbar .navbar--link svg path {
  fill: #2a2a2a;
}
.section--navbar.is-light .navbar--right .btn.btn--blue, .section--navbar.is-light .navbar--right section.cart .btn--blue.button, section.cart .section--navbar.is-light .navbar--right .btn--blue.button, .navbar-open .section--navbar .navbar--right .btn.btn--blue, .navbar-open .section--navbar .navbar--right section.cart .btn--blue.button, section.cart .navbar-open .section--navbar .navbar--right .btn--blue.button {
  color: #2a2a2a;
}
.section--navbar.is-light .navbar--right .btn.btn--blue:hover, .section--navbar.is-light .navbar--right section.cart .btn--blue.button:hover, section.cart .section--navbar.is-light .navbar--right .btn--blue.button:hover, .navbar-open .section--navbar .navbar--right .btn.btn--blue:hover, .navbar-open .section--navbar .navbar--right section.cart .btn--blue.button:hover, section.cart .navbar-open .section--navbar .navbar--right .btn--blue.button:hover {
  color: #fafbfc;
}
.section--navbar.is-light .navbar--right .navbar--link, .navbar-open .section--navbar .navbar--right .navbar--link {
  width: 18px;
  height: 18px;
}
.section--navbar.is-light .navbar--right .navbar--link img, .navbar-open .section--navbar .navbar--right .navbar--link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section--navbar.is-light .navbar--left .navbar-menu__nav > li > a, .navbar-open .section--navbar .navbar--left .navbar-menu__nav > li > a {
  color: #2a2a2a;
}
.section--navbar.is-light .navbar.is-scrolled {
  background-color: #fff;
}
.navbar-open .section--navbar .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.navbar--left .navbar-menu__nav {
  display: flex;
}
.navbar--left .navbar-menu__nav .navbar-sub {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 80px 0;
  background-color: #f0f1f5;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: -99;
  transition: var(--speed-default);
}
.navbar--left .navbar-menu__nav .navbar-sub h6 {
  margin-bottom: 40px;
  color: #2a2a2a;
}
.navbar--left .navbar-menu__nav .navbar-sub ul {
  margin-bottom: 45px;
}
.navbar--left .navbar-menu__nav .navbar-sub ul li {
  margin: 10px 0 15px;
}
.navbar--left .navbar-menu__nav .navbar-sub ul li a {
  width: 100%;
  height: auto;
  font-weight: 600;
  font-size: 18px;
  color: rgba(42, 42, 42, 0.5);
  text-decoration: none;
}
.navbar--left .navbar-menu__nav .navbar-sub ul li a:hover {
  color: #2a2a2a;
}
.navbar--left .navbar-menu__nav .close-sub {
  display: none;
}
.navbar--left .navbar-menu__nav > li {
  margin-right: 25px;
}
.navbar--left .navbar-menu__nav > li > a {
  display: inline-flex;
  align-items: center;
  height: 56px;
  font-weight: 600;
  font-size: 14px;
  color: #f0f1f5;
  text-decoration: none;
  position: relative;
  transition: var(--speed-default);
}
.navbar--left .navbar-menu__nav > li > a::before {
  width: 0;
  height: 3px;
  background: #0071e3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .navbar--left .navbar-menu__nav > li > a {
    height: 68px;
  }
}
.navbar--left .navbar-menu__nav > li:hover > a::before {
  width: 100%;
}
.navbar--left .navbar-menu__nav > li:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9;
}
.navbar--left .navbar-menu__nav > li.has-childs a {
  display: inline-flex;
  align-items: center;
  padding-right: 25px;
}
.navbar--left .navbar-menu__nav > li.has-childs a::after {
  content: "\e904";
  font-size: 7px;
  color: #000;
  position: absolute;
  right: 0;
  transition: var(--speed-default);
}
.navbar--left .navbar-menu__nav > li.has-childs ul a::before,
.navbar--left .navbar-menu__nav > li.has-childs ul button::before {
  display: none;
}

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 56px);
  padding-top: 90px;
  background-color: #f0f1f5;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 5;
  transition: var(--speed-default);
}
.mobile-nav .navbar--inner {
  width: 100%;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  background-color: #fafbfc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.mobile-nav .mobile-nav__nav ul li {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  position: relative;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li a.nav-link {
  display: block;
  padding: 0 20px;
  font-size: 22px;
  color: #2a2a2a;
  text-decoration: none;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 5;
  transition: var(--speed-default);
}
@media (min-width: 1600px) {
  .mobile-nav .mobile-nav__nav ul li i {
    display: none;
  }
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding: 0 20px;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub h6 {
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 20px;
  color: #2a2a2a;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li {
  padding: 0 0 20px;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li a {
  color: rgba(42, 42, 42, 0.6);
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.mobile-nav .mobile-nav__nav ul li.sub-open i {
  transform: rotate(180deg);
}
@media (min-width: 1440px) {
  .mobile-nav {
    height: calc(100vh - 68px);
    top: 68px;
  }
}
@media (min-width: 1600px) {
  .mobile-nav {
    display: none;
  }
}

body.navbar-open {
  overflow: hidden;
}
@media (min-width: 1600px) {
  body.navbar-open {
    overflow: visible;
  }
}

.footer {
  background-color: #2a2a2a;
  color: #fafbfc;
  padding-top: 65px;
}
.footer .footer__top {
  width: 100%;
  padding-bottom: 50px;
}
.footer .footer__top .footer__logo {
  display: block;
  width: 120px;
}
.footer .footer__top .footer__logo img {
  width: 100%;
}
@media (min-width: 1440px) {
  .footer .footer__top .footer__logo {
    width: 140px;
  }
}
.footer .footer__top .footer-accordions .accordion {
  background-image: url(../images/line.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0 0;
  border-bottom: 0.6px solid rgba(250, 251, 252, 0.2);
  padding: 15px 0;
  transition: var(--speed-default);
}
.footer .footer__top .footer-accordions .accordion .accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: rgba(250, 251, 252, 0.2);
  transition: var(--speed-default);
}
.footer .footer__top .footer-accordions .accordion .accordion__title i {
  display: block;
  font-size: 22px;
  color: rgba(250, 251, 252, 0.2);
  transition: var(--speed-default);
  transition-delay: 0.2s;
}
@media (min-width: 1024px) {
  .footer .footer__top .footer-accordions .accordion .accordion__title i {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer .footer__top .footer-accordions .accordion .accordion__title {
    padding: 0 0 15px;
    color: rgba(250, 251, 252, 0.4);
  }
}
@media (min-width: 1440px) {
  .footer .footer__top .footer-accordions .accordion .accordion__title {
    font-size: 16px;
  }
}
.footer .footer__top .footer-accordions .accordion .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: var(--speed-default);
}
.footer .footer__top .footer-accordions .accordion .accordion__content ul {
  padding-top: 20px;
}
.footer .footer__top .footer-accordions .accordion .accordion__content ul li {
  margin-bottom: 12px;
}
.footer .footer__top .footer-accordions .accordion .accordion__content ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #fafbfc;
  text-decoration: none;
}
.footer .footer__top .footer-accordions .accordion .accordion__content ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer .footer__top .footer-accordions .accordion .accordion__content ul li {
    margin-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__top .footer-accordions .accordion .accordion__content ul {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer .footer__top .footer-accordions .accordion .accordion__content {
    max-height: none !important;
  }
}
.footer .footer__top .footer-accordions .accordion.open {
  border-bottom-color: transparent;
  padding-bottom: 50px;
  background-size: auto 24px;
}
.footer .footer__top .footer-accordions .accordion.open .accordion__title {
  color: #fafbfc;
}
.footer .footer__top .footer-accordions .accordion.open .accordion__title i {
  color: #fafbfc;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .footer .footer__top .footer-accordions .accordion {
    border-bottom: 0;
    padding: 0;
    background: none;
  }
}
@media (min-width: 1440px) {
  .footer .footer__top .footer-accordions .accordion {
    width: fit-content;
    border: none;
  }
}
.footer .footer__button {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer .footer__button {
    width: 250px;
  }
}
.footer .footer__bottom {
  border-top: 1px solid rgba(250, 251, 252, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.footer .footer__bottom .footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.footer .footer__bottom .footer__social .footer__social__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__bottom .footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: rgba(250, 251, 252, 0.4);
}
@media (min-width: 1024px) {
  .footer .footer__bottom .footer__social {
    justify-content: center;
    margin-bottom: 0;
  }
}
.footer .footer__bottom .footer__copyright ul li,
.footer .footer__bottom .footer__copyright ul li a {
  color: rgba(250, 251, 252, 0.4);
  text-decoration: none;
}
.footer .footer__bottom .footer__copyright ul li {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .footer .footer__bottom .footer__copyright ul li {
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1440px) {
  .footer .footer__bottom .footer__copyright ul li {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__bottom .footer__copyright ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer .footer__bottom .footer__copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.footer .footer__bottom .footer__rating {
  display: inline-flex;
  align-items: center;
}
.footer .footer__bottom .footer__rating i {
  display: block;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
  color: #0071e3;
  position: relative;
  top: -2px;
}
@media (min-width: 1024px) {
  .footer .footer__bottom .footer__rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .footer .footer__bottom {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding-top: 80px;
  }
}

.section {
  margin: 50px 0;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.harmonica {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-bottom: var(--py-section);
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
}
.harmonica h4 {
  color: #2a2a2a;
}
@media (min-width: 1440px) {
  .harmonica {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.harmonica__link {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #2a2a2a;
  cursor: pointer;
  position: relative;
  transition: var(--speed-default);
}
.harmonica__link::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  content: "\e91b";
  font-family: "wattsun-icons";
  font-size: 14px;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: -10px;
}
@media (min-width: 1024px) {
  .harmonica__link::after {
    font-size: 22px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .harmonica__link {
    padding: 20px 0 20px 50%;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .harmonica__link {
    padding-left: 66.66%;
  }
}
.harmonica__panel {
  display: none;
  font-weight: 600;
  font-size: 14px;
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .harmonica__panel {
    padding: 0 0 0 50%;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .harmonica__panel {
    padding: 0 0 0 66.66%;
  }
}
.harmonica__item {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  border-radius: 8px;
  padding: 10px 20px;
  background: #f0f1f5;
  position: relative;
  z-index: 1;
  transition: var(--speed-default);
}
.harmonica__item:first-child {
  background: rgba(42, 42, 42, 0.05);
}
.harmonica__item:last-child {
  background: rgba(42, 42, 42, 0.02);
}
.harmonica__item.is-active {
  height: 360px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.harmonica__item.is-active .harmonica__link {
  padding-bottom: 5px;
  color: #fafbfc;
}
.harmonica__item.is-active .harmonica__link::after {
  content: "\e913";
}
.harmonica__item.is-active .harmonica__image {
  height: 100%;
}
@media (min-width: 1024px) {
  .harmonica__item.is-active {
    height: 480px;
    padding-top: 50px;
    padding-bottom: 0;
    align-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .harmonica__item.is-active {
    height: 627px;
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .harmonica__item {
    display: block;
    padding: 0 40px 0 0;
  }
}
@media (min-width: 1440px) {
  .harmonica__item {
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .harmonica__item {
    padding-right: 140px;
  }
}
.harmonica__image {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--speed-default);
}
.harmonica__image::before {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.harmonica__image::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(-125deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .harmonica__image::after {
    background: linear-gradient(25deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.4) 100%);
  }
}
.harmonica__image picture,
.harmonica__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-logo {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.vacancy .content-logo, .content-logo--gray {
  margin-bottom: 0;
  background: #f0f1f5;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}
.vacancy .content-logo .content-logo__list, .content-logo--gray .content-logo__list {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .vacancy .content-logo .content-logo__list, .content-logo--gray .content-logo__list {
    min-height: 650px;
  }
}
.content-logo__list {
  margin-bottom: var(--py-section);
}
.content-logo__list p strong {
  font-weight: 600;
  color: #2a2a2a;
}
.content-logo__list p a {
  color: #0071e3;
}
@media (max-width: 1023.98px) {
  .content-logo__slider .slick-list {
    overflow: visible;
  }
}
.content-logo .slick-track {
  margin-right: unset !important;
  margin-left: unset !important;
}
.content-logo__slide {
  opacity: 0.4;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100%;
  cursor: pointer;
  transition: var(--speed-default);
}
.content-logo__slide picture {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 12px;
}
.content-logo__slide picture img {
  filter: grayscale(100%);
  height: 30px;
  width: auto;
  object-fit: contain;
  display: block;
}
.content-logo__slide.is-active {
  opacity: 1;
}
.content-logo .card-content__image {
  height: 650px;
}
.content-logo .card-content__image picture,
.content-logo .card-content__image img {
  height: 100%;
  object-fit: cover;
}
.content-logo .card-content__image img {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .content-logo .card-content__image {
    height: 360px;
  }
}

.logos-block {
  margin-bottom: var(--py-section);
}
@media (max-width: 1023.98px) {
  .logos-block__slider .slick-list {
    overflow: visible;
  }
}
.logos-block .slick-track {
  margin-right: unset !important;
  margin-left: unset !important;
}
.logos-block__title {
  display: flex;
  justify-content: center;
  text-align: center;
}
.logos-block__title h3 {
  max-width: 700px;
}
.logos-block__text {
  display: flex;
  justify-content: center;
  margin-top: 72px;
  text-align: center;
}
.logos-block__text p {
  max-width: 856px;
}
.logos-block__slide {
  opacity: 0.4;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100%;
  cursor: pointer;
  transition: var(--speed-default);
}
.logos-block__slide picture {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 12px;
}
.logos-block__slide picture img {
  width: 100%;
  height: 100%;
}
.logos-block__slide.is-active {
  opacity: 1;
}

.hero {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.hero__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
}
@media (min-width: 1440px) {
  .hero__inner {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.hero__controller {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 4;
}
@media (min-width: 1024px) {
  .hero__controller {
    display: block;
    width: auto;
    right: 230px;
    bottom: 60px;
  }
}
.hero__image-overlay:not(.no-overlay)::before {
  background-image: url(../images/overlay-mobile.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 54px;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: scaleX(-1);
  z-index: 1;
}
.hero__image-overlay:not(.no-overlay)::after {
  background-image: url(../images/overlay-mobile.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 54px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__image-overlay:not(.no-overlay) {
    display: none;
  }
}
.hero__image {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.hero__image video,
.hero__image picture,
.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .hero__image video {
    aspect-ratio: 16/14;
  }
}
@media (min-width: 1024px) {
  .hero__image:not(.no-overlay):has(video)::before {
    background-image: url(../images/overlay.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
}
.hero__image:not(.no-overlay):has(video)::after {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .hero__image {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .hero__image {
    height: 700px;
  }
}
@media (min-width: 1920px) {
  .hero__image {
    height: 992px;
  }
}
.hero__list {
  width: 100%;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 9;
}
.hero__list p,
.hero__list h4,
.hero__list h2 {
  color: #fafbfc;
}
.hero__list .btn, .hero__list section.cart .button, section.cart .hero__list .button {
  color: #fff !important;
}
.hero__list ul {
  margin-bottom: 1rem;
}
.hero__list ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 2px 0 2px 45px;
  color: #fafbfc;
  position: relative;
}
.hero__list ul li::after {
  background-image: url(../images/check-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .hero__list ul li::after {
    width: 40px;
    height: 40px;
    background-size: 17px auto;
  }
}
@media (min-width: 1440px) {
  .hero__list ul li {
    padding: 6px 0 6px 55px;
  }
}
@media (min-width: 1440px) {
  .hero__list ul {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero__list {
    bottom: 200px;
  }
}
.hero__content {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
}
.hero__content .hero__content__button-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.hero__content .hero__content__button-wrapper .btn, .hero__content .hero__content__button-wrapper section.cart .button, section.cart .hero__content .hero__content__button-wrapper .button {
  width: fit-content;
}
.hero__content .hero__content__button-wrapper .btn.btn--text, .hero__content .hero__content__button-wrapper section.cart .btn--text.button, section.cart .hero__content .hero__content__button-wrapper .btn--text.button {
  border-color: #fff;
  color: #fff;
}
.hero__content .hero__content__button-wrapper .btn.btn--text:hover, .hero__content .hero__content__button-wrapper section.cart .btn--text.button:hover, section.cart .hero__content .hero__content__button-wrapper .btn--text.button:hover {
  border-color: #0071e3;
  color: #0071e3;
}
.hero__content h2 {
  color: #fafbfc;
}
.hero__content h2 .word,
.hero__content h2 .char {
  display: inline-block;
}
.hero__content h2.animate {
  opacity: 0;
}
.hero__content h2.animate.animateds {
  opacity: 1;
}
.hero__content h2.animate.animateds .char {
  opacity: 0;
  animation-name: leFadeInUp;
  animation-duration: 1s;
  animation-delay: calc(0.3s + 40ms * var(--char-index));
  animation-fill-mode: both;
}
@media (min-width: 1024px) {
  .hero__content {
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes leFadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero--dark + .content {
  background: #2a2a2a;
  padding-bottom: var(--py-section);
  margin-bottom: 0;
}
.hero--dark + .content h4 {
  color: #fafbfc;
}
.hero--dark + .content p {
  color: rgba(250, 251, 252, 0.5);
}
.hero--dark {
  background: #2a2a2a;
  padding-top: 60px;
  padding-bottom: var(--py-section);
  margin-bottom: 0;
}
.hero--dark .hero__content h2 {
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .hero--dark .hero__content {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    top: 120px;
    transform: translate(0);
  }
}
.hero--dark .hero__image-overlay:not(.no-overlay)::after, .hero--dark .hero__image-overlay:not(.no-overlay)::before {
  background-image: url(../images/overlay-mobile-dark.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .hero--dark .hero__image:not(.no-overlay)::before {
    background-image: url(../images/overlay-dark.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1440px) {
  .hero--dark {
    padding-top: 24px;
  }
}
.hero__bottom {
  width: 100%;
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 3;
}
.hero--case {
  padding-top: 10px;
  margin-bottom: 0;
}
.hero--case .hero__content {
  top: 80px;
  transform: none;
}
@media (min-width: 1024px) {
  .hero--case .hero__content {
    margin-bottom: 0;
    text-align: left;
    top: 120px;
  }
}
.hero--case .hero__image-overlay:not(.no-overlay)::after, .hero--case .hero__image-overlay:not(.no-overlay)::before {
  background-image: url(../images/overlay-mobile-dark.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.hero--case .hero__image:not(.no-overlay) {
  filter: brightness(40%);
}
@media only screen and (min-width: 400px) {
  .hero--case .hero__image:not(.no-overlay)::before {
    background-image: url(../images/overlay-dark.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 400px) {
  .hero--case:first-child img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 90% 95%, 85% 100%, 75% 100%, 70% 95%, 0 95%);
  }
}
@media only screen and (min-width: 400px) {
  .hero--case:not(:first-child) img {
    clip-path: polygon(0% 0%, 70% 0%, 75% 5%, 85% 5%, 90% 0%, 100% 0%, 100% 95%, 90% 95%, 80% 105%, 75% 100%, 70% 95%, 0% 95%);
  }
}
@media (min-width: 1024px) {
  .hero--case:not(:first-child) {
    margin-top: -43px;
  }
}
@media (min-width: 1440px) {
  .hero--case:not(:first-child) {
    margin-top: -60px;
  }
}
@media (min-width: 1440px) {
  .hero--case {
    padding-top: 24px;
  }
}

body.cases-archive {
  background: #2a2a2a;
}

.blocks {
  width: 100%;
  margin-bottom: var(--py-section);
  position: relative;
}
.blocks--gray {
  background: #f0f1f5;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}
.blocks--related {
  margin-top: var(--py-section);
}
.blocks__title p {
  margin-bottom: 10px;
}
.blocks__title p strong {
  display: block;
  margin-bottom: 0;
  color: #2a2a2a;
}
.blocks__slider {
  padding-bottom: 60px;
}
.blocks__slider .slick-list {
  overflow: visible;
}
@media (min-width: 1024px) {
  .blocks__slider {
    padding-bottom: 0;
  }
}
.blocks__slide {
  width: 288px;
  margin-right: 20px;
}
@media (min-width: 1440px) {
  .blocks__slide {
    width: 517px;
    margin-right: 25px;
  }
}
.blocks__prev, .blocks__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  border: 2px solid #2a2a2a;
  border-radius: 40px;
  font-size: 16px;
  color: #2a2a2a;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 9;
  transition: var(--speed-default);
}
.blocks__prev:hover, .blocks__next:hover {
  border-color: #0071e3;
  background: #0071e3;
  color: #fff;
}
@media (min-width: 1024px) {
  .blocks__prev, .blocks__next {
    top: -100px;
    right: 20px;
    bottom: auto;
    left: auto;
  }
}
.blocks__prev {
  left: 0;
}
@media (min-width: 1024px) {
  .blocks__prev {
    right: 80px;
    left: auto;
  }
}

.introduction {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.introduction h2 {
  color: #2a2a2a;
  margin-bottom: 24px;
}
@media (max-width: 1023.98px) {
  .introduction h2 {
    padding: 0 25px;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.introduction__image {
  margin-top: 3px;
  width: 100%;
}
.introduction__image img {
  margin: 0 auto;
}
.introduction__calender {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 11px;
}
.introduction__calender img {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .introduction__calender {
    margin-top: 81px;
  }
}
.introduction__info {
  width: 100%;
  max-width: 380px;
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 20px;
  background-color: #d7d4cb;
  text-align: left;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .introduction__info {
    margin-bottom: 0;
    padding: 32px 40px;
  }
}
@media (min-width: 1600px) {
  .introduction__info {
    margin-left: 67px;
  }
}
.introduction__user {
  overflow: hidden;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 100%;
}
.introduction__user img {
  width: 100%;
}
.introduction__title {
  font-weight: 600;
  font-size: 16px;
  padding-top: 4px;
  padding-left: 25px;
}
.introduction__name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #2a2a2a;
}
@media (min-width: 1024px) {
  .introduction__name {
    font-size: 20px;
  }
}
.introduction__sliders {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .introduction__sliders .slick-list {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .introduction__sliders .slick-list {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .introduction__sliders {
    margin-bottom: 40px;
  }
}
.introduction__content {
  width: 100%;
  max-width: 650px;
}
.introduction__content span {
  display: block;
  font-family: "Nuckle", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgba(42, 42, 42, 0.4);
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .introduction__content span {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .introduction__content h2 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1600px) {
  .introduction__content h2 {
    font-size: 72px;
    line-height: 94px;
  }
}
.introduction__content .btn, .introduction__content section.cart .button, section.cart .introduction__content .button {
  margin-bottom: 26px;
}
@media (min-width: 1280px) {
  .introduction__content {
    padding: 0 30px;
  }
}
@media (max-width: 1023.98px) {
  .introduction__content {
    margin: 0 auto;
  }
}
.introduction__text {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .introduction__text {
    margin-bottom: 197px;
  }
}
@media (max-width: 767.98px) {
  .introduction__text {
    font-size: 14px;
  }
}
.introduction__skip-link {
  width: 100%;
}
.introduction__skip-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.5);
  text-decoration: underline;
  cursor: pointer;
}
.introduction__skip-link a:hover {
  text-decoration: none;
}
.introduction__shadow {
  width: 1905px;
  pointer-events: none;
  position: absolute;
  bottom: -550px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -350px;
}

.configuratorStepper .service__calculation__backdrop .service__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.configuratorStepper .service__calculation__backdrop .service__title .popup-close {
  display: flex;
}
.configuratorStepper .service__calculation__backdrop .options-select select {
  width: 100%;
  height: var(--height-form-control);
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
  background-color: #e2e4eb;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  transition: border-color var(--speed-default) ease-out;
}
.configuratorStepper .configurator-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.configuratorStepper .configurator-container.fisish-page .calendly-inline-widget {
  width: 100%;
  height: 1200px;
}
.configuratorStepper .configurator-container--intro,
.configuratorStepper .configurator-container--sectors {
  padding-top: 0;
}
.configuratorStepper .configurator-container--intro .items,
.configuratorStepper .configurator-container--sectors .items {
  padding-top: 101px;
}
.configuratorStepper .introduction.step-section .full-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.configuratorStepper .introduction.step-section .full-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.configuratorStepper .costs__content {
  padding: 0 50px;
}
.configuratorStepper .service__capacity {
  position: relative;
}
.configuratorStepper .service__capacity p {
  width: calc(100% - 24px);
  word-wrap: break-word;
}
.configuratorStepper .service__capacity .service__tooltip {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.sectors {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.sectors__video:not(.no-video)::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  content: "\e91a";
  font-family: "wattsun-icons";
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
@media (min-width: 1440px) {
  .sectors__video:not(.no-video)::before {
    width: 56px;
    height: 56px;
    bottom: 20px;
    left: 20px;
  }
}
.sectors__video, .sectors__image {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.sectors__video::after, .sectors__image::after {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.sectors__video video,
.sectors__video picture,
.sectors__video img, .sectors__image video,
.sectors__image picture,
.sectors__image img {
  display: block;
  width: 100%;
}
.sectors__list {
  margin-top: -20px;
}
.sectors__item {
  width: 100%;
  border-bottom: 1px solid rgba(42, 42, 42, 0.4);
  transition: var(--speed-default);
}
.sectors__item:hover {
  border-color: transparent;
}
.sectors__link {
  background-image: url(../images/line-shape-alt.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0 0;
  display: block;
  margin-bottom: 0;
  padding: 25px 0 25px 60px;
  font-size: 20px;
  color: rgba(42, 42, 42, 0.2);
  position: relative;
  transition: var(--speed-default);
}
.sectors__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 28px;
  border: 2px solid rgba(42, 42, 42, 0.2);
  border-radius: 20px;
  padding-top: 2px;
  font-size: 14px;
  position: absolute;
  top: 25px;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .sectors__link span {
    top: 28px;
  }
}
@media (min-width: 1440px) {
  .sectors__link span {
    width: 44px;
    height: 36px;
    font-size: 16px;
    top: 38px;
  }
}
.sectors__link:hover {
  padding-bottom: 45px;
  background-size: 730px 41px;
  color: #2a2a2a;
}
.sectors__link:hover span {
  border-color: #000;
  background: #000;
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .sectors__link:hover {
    padding-bottom: 55px;
    background-size: 838px 41px;
  }
}
@media (min-width: 1440px) {
  .sectors__link:hover {
    padding-bottom: 70px;
    background-size: 1038px 41px;
  }
}
@media (min-width: 1600px) {
  .sectors__link:hover {
    background-size: 1638px 41px;
  }
}
@media (min-width: 1024px) {
  .sectors__link {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .sectors__link {
    font-size: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 135px;
  }
}

.video-block {
  width: 100%;
  padding-bottom: var(--py-section);
  background: #f0f1f5;
  position: relative;
}
.video-block + .blocks--gray {
  margin-bottom: calc(var(--py-section) * 2);
  padding-top: 0;
}
.video-block.white-bg {
  background-color: #fafbfc;
}
@media (min-width: 1024px) {
  .video-block.white-bg .video-block__image::before {
    background-image: url(../images/overlay-white.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
  }
}
.post-single .video-block {
  background: transparent;
  padding-bottom: 0;
}
.video-block__holder {
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.post-single .video-block__holder {
  padding-top: 0;
}
@media (min-width: 1440px) {
  .video-block__holder {
    max-width: 1920px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.video-block__image {
  overflow: hidden;
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
}
@media (min-width: 1024px) {
  .video-block__image::before {
    background-image: url(../images/overlay-blue.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  .post-single .video-block__image::before {
    background-image: url(../images/overlay.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
  }
}
.video-block__image::after {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.video-block__image .video-player-block,
.video-block__image video,
.video-block__image iframe,
.video-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .video-block__image video {
    aspect-ratio: 16/14;
  }
}
@media (min-width: 768px) {
  .video-block__image {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .video-block__image {
    height: 700px;
  }
}
@media (min-width: 1920px) {
  .video-block__image {
    height: 900px;
  }
}
.video-block__overlay::before {
  background-image: url(../images/overlay-mobile-blue.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 54px;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: scaleX(-1);
  z-index: 1;
}
.video-block__overlay::after {
  background-image: url(../images/overlay-mobile-blue.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 54px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .video-block__overlay {
    display: none;
  }
}
.video-block__content {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9;
}
.video-block__content h2 {
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .video-block__content {
    text-align: center;
    top: auto;
    bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .video-block__content {
    bottom: 200px;
  }
}
.video-block--left .video-block__content {
  text-align: left;
  bottom: 170px;
}
.video-block--left .video-block__content h2 {
  font-size: 40px;
  line-height: 1.4;
}
.video-block--left .video-block__content .row.justify-content-center {
  justify-content: flex-start !important;
}

.products-block {
  width: 100%;
  background: #f0f1f5;
  position: relative;
  margin-bottom: var(--py-section);
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}
.products-block__slider:not(.js-products-slider) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
@media (max-width: 1023.98px) {
  .products-block__slider:not(.js-products-slider) .card-product__image {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .products-block__slider:not(.js-products-slider) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.products-block__slider:not(.js-products-slider) .products-block__slide {
  width: 100%;
}
.products-block__slider:not(.js-products-slider) .card-product--large {
  height: 100%;
}
.products-block__slider:not(.js-products-slider) .card-product--large .card-product__heading {
  height: auto;
}
.products-block__slider .slick-list {
  overflow: visible;
}
.products-block__slide {
  width: 288px;
  margin-right: 20px;
}
@media (min-width: 1440px) {
  .products-block__slide {
    width: 382px;
    margin-right: 25px;
  }
}

.content {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.content--gray {
  background: #f0f1f5;
  padding-bottom: var(--py-section);
}
.content p {
  margin-bottom: 1.5rem;
}
.content p a {
  color: #0071e3;
}
@media (min-width: 1440px) {
  .content p {
    margin-bottom: 3rem;
  }
}
.content ul {
  margin-bottom: 1.5rem;
}
.content ul li {
  background-image: url(../images/arrow-right.svg);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .content ul li {
    padding-left: 50px;
    background-position: left 10px;
  }
}
@media (min-width: 1440px) {
  .content ul {
    margin-bottom: 3rem;
  }
}
.highlight {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.highlight__list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.highlight__list::after {
  width: 2px;
  height: 100%;
  background-color: #fafbfc;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .highlight__list {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
@media (min-width: 1440px) {
  .highlight__list {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
.highlight__item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .highlight__item {
    width: 33.333%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .highlight__item {
    width: 33.333%;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .highlight__item--faq {
    width: 25%;
    padding: 0 40px;
  }
}

.sector-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 220px;
  background: #f0f1f5;
  position: relative;
  margin-bottom: var(--py-section);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .sector-heading {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .sector-heading {
    padding-top: 160px;
  }
}
.sector-heading__logo {
  opacity: 0.4;
}
.sector-heading__breadcrumbs {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
  position: absolute;
  top: 20px;
  left: 0;
}
.sector-heading__breadcrumbs a {
  color: rgba(42, 42, 42, 0.3);
  text-decoration: none;
}
.sector-heading__breadcrumbs a:hover {
  color: #2a2a2a;
}
.sector-heading__inner {
  width: 100%;
}
@media (min-width: 1440px) {
  .sector-heading__text {
    font-size: 24px;
  }
}
.sector-heading__slider .slick-track {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: unset !important;
  margin-left: unset !important;
}
.sector-heading__slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.sector-heading__slider .slick-track .slick-slide picture,
.sector-heading__slider .slick-track .slick-slide img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  object-fit: scale-down;
}
@media (max-width: 1023.98px) {
  .sector-heading__slider .slick-list {
    overflow: visible;
  }
}
.sector-heading__slide {
  opacity: 0.4;
  margin: 0 20px;
  cursor: pointer;
  transition: var(--speed-default);
}
.sector-heading__slide.is-active {
  opacity: 1;
}

.not-found {
  width: 100%;
  min-height: 70vh;
  background: #f0f1f5;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .not-found {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .not-found {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.vacancy-section {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.vacancy-section__list {
  padding-top: 20px;
}
.vacancy-section__item {
  width: 100%;
  border-bottom: 1px solid rgba(42, 42, 42, 0.4);
  transition: var(--speed-default);
}
.vacancy-section__item:hover {
  border-color: transparent;
}
.vacancy-section__name {
  font-size: 16px;
  color: rgba(42, 42, 42, 0.6);
}
.vacancy-section__name strong {
  font-weight: 600s;
  color: #2a2a2a;
}
.vacancy-section__link {
  display: block;
  margin-bottom: 0;
  padding: 25px 0 25px 60px;
  background-position: center bottom;
  font-size: 20px;
  position: relative;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .vacancy-section__link::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e902";
    font-family: "wattsun-icons";
    font-weight: normal;
    color: #0071e3;
    position: absolute;
    top: 18px;
    right: 0;
    transition: var(--speed-default) var(--cubic-bezier-2);
  }
}
@media (min-width: 1440px) {
  .vacancy-section__link::after {
    top: 12px;
  }
}
.vacancy-section__link h6 {
  margin-bottom: 18px;
}
.vacancy-section__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 28px;
  border: 2px solid rgba(42, 42, 42, 0.2);
  border-radius: 20px;
  padding-top: 2px;
  font-size: 14px;
  position: absolute;
  top: 25px;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .vacancy-section__link span {
    top: 25px;
  }
}
@media (min-width: 1440px) {
  .vacancy-section__link span {
    width: 44px;
    height: 36px;
    font-size: 16px;
    top: 30px;
  }
}
.vacancy-section__link:hover {
  background-image: url(../images/line-shape.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 700px 24px;
  padding-bottom: 45px;
  color: #2a2a2a;
}
.vacancy-section__link:hover span {
  border-color: #000;
  background: #000;
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .vacancy-section__link:hover {
    background-image: url(../images/line-shape2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 41px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .vacancy-section__link:hover {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .vacancy-section__link {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .vacancy-section__link {
    font-size: 32px;
    padding-top: 40spx;
    padding-bottom: 40px;
    padding-left: 135px;
  }
}

.faqs-block {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.faqs-block__list {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .faqs-block__list {
    margin-bottom: 50px;
  }
}
.faqs-block__main-link {
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 8px;
  padding: 0 25px;
  background: #f0f1f5;
  position: relative;
}
.faqs-block__main-link::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e91b";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .faqs-block__main-link::after {
    right: 45px;
  }
}
@media (min-width: 1440px) {
  .faqs-block__main-link {
    height: 125px;
    padding: 0 45px;
  }
}
.faqs-block__main-panel {
  display: none;
  padding-bottom: 40px;
}
.faqs-block__main-item .faqs-block__link::after {
  right: 15px;
}
@media (min-width: 1440px) {
  .faqs-block__main-item .faqs-block__link::after {
    right: 45px;
  }
}
.faqs-block__main-item.is-active .faqs-block__main-link::after {
  content: "\e913";
}
.faqs-block__panel {
  display: none;
  padding-left: 60px;
}
@media (min-width: 1024px) {
  .faqs-block__panel {
    font-size: 16px;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .faqs-block__panel {
    padding-left: 135px;
  }
}
.faqs-block__link {
  display: block;
  margin-bottom: 0;
  padding: 25px 40px 25px 60px;
  font-size: 20px;
  color: #2a2a2a;
  position: relative;
  transition: var(--speed-default);
}
.faqs-block__link::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e91b";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
.faqs-block__link h6 {
  margin-bottom: 18px;
}
.faqs-block__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 28px;
  border: 2px solid rgba(42, 42, 42, 0.2);
  border-radius: 20px;
  padding-top: 2px;
  font-size: 14px;
  position: absolute;
  top: 25px;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .faqs-block__link span {
    top: 25px;
  }
}
@media (min-width: 1440px) {
  .faqs-block__link span {
    width: 44px;
    height: 36px;
    font-size: 16px;
    top: 45px;
  }
}
@media (min-width: 1024px) {
  .faqs-block__link {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .faqs-block__link {
    font-size: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 135px;
  }
}
.faqs-block__item {
  width: 100%;
  border-bottom: 1px solid rgba(42, 42, 42, 0.4);
  background-position: center bottom;
  transition: var(--speed-default);
}
.faqs-block__item.is-active {
  background-image: url(../images/line-shape.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 700px 24px;
  border-color: transparent;
  padding-bottom: 45px;
}
.faqs-block__item.is-active .faqs-block__link::after {
  content: "\e913";
}
.faqs-block__item.is-active .faqs-block__link span {
  border-color: #000;
  background: #000;
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .faqs-block__item.is-active {
    background-image: url(../images/line-shape2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 41px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .faqs-block__item.is-active {
    padding-bottom: 80px;
  }
}

.news-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 0.5px solid rgba(250, 251, 252, 0.2);
  position: relative;
  margin-bottom: var(--py-section);
  padding-top: 60px;
  padding-bottom: 40px;
}
.news-section #articles {
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .news-section #articles {
    row-gap: 24px;
  }
}
.news-section .article-title {
  color: #fafbfc;
  line-height: 1;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .news-section .article-title {
    margin-bottom: 60px;
  }
}
.news-section .article-filters {
  display: inline-flex;
  gap: 16px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .news-section .article-filters {
    gap: 6px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .news-section {
    padding-top: 160px;
  }
}
.news-section__breadcrumbs {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: rgba(250, 251, 252, 0.3);
  position: absolute;
  top: 20px;
  left: 0;
}
.news-section__breadcrumbs a {
  color: rgba(250, 251, 252, 0.3);
  text-decoration: none;
}
.news-section__breadcrumbs a:hover {
  color: #fafbfc;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-bottom: var(--py-section);
  margin-left: auto;
}
@media (min-width: 1440px) {
  .gallery {
    max-width: 1920px;
    padding: 0 12px;
  }
}
.gallery__left {
  width: 100%;
  padding: 0 12px;
}
.gallery__left picture,
.gallery__left img {
  display: block;
  width: 100%;
  height: calc(100% - 12px);
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .gallery__left {
    width: 64.3%;
  }
}
.gallery__right {
  width: 35.7%;
  padding: 0 12px;
}
.gallery__image {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.gallery__image picture,
.gallery__image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 220px;
  background: #f0f1f5;
  position: relative;
  margin-bottom: var(--py-section);
  padding-top: 60px;
  padding-bottom: 40px;
}
.heading + .video-block {
  margin-top: -60px;
}
@media (min-width: 1440px) {
  .heading + .video-block {
    margin-top: -120px;
  }
}
@media (min-width: 1440px) {
  .heading {
    min-height: 374px;
    padding-top: 110px;
  }
}
.heading__breadcrumbs {
  width: 100%;
  margin-top: -32px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
}
.heading__breadcrumbs a {
  color: rgba(42, 42, 42, 0.3);
  text-decoration: none;
}
.heading__breadcrumbs a:hover {
  color: #2a2a2a;
}
@media (min-width: 1024px) {
  .heading__breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.heading__inner {
  width: 100%;
}
.heading__inner .account-heading {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .heading__inner .account-heading {
    justify-content: end;
  }
}
.heading__inner p strong,
.heading__inner p b {
  font-weight: 600;
}

.work {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 57px;
}
.work h3 {
  margin-bottom: 38px;
}
.work span {
  display: block;
  font-family: "Nuckle", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgba(42, 42, 42, 0.4);
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .work span {
    display: none;
    font-size: 24px;
  }
}
.work__block {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .work__block {
    margin-bottom: 44px;
  }
}
.work__item {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .work__item {
    margin-bottom: 30px;
  }
}
.work__back-btn {
  display: inline-flex;
  margin-bottom: 28px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.work__back-btn i {
  font-size: 19px;
  margin-right: 8px;
}
.work__shadow {
  width: 1905px;
  pointer-events: none;
  position: absolute;
  bottom: -450px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -350px;
}
.work__btn-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.work__btn-link::after {
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.work__btn-link i {
  font-size: 16px;
  color: #0071e3;
  margin-bottom: 5px;
  margin-left: 8px;
}
.work__btn-link:hover::after {
  display: none;
}

.costs {
  overflow: hidden;
  width: 100%;
  background-color: #f0f1f5;
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 50px;
}
.costs__gap {
  width: 100%;
  margin-bottom: 23px;
}
.costs__back {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.costs__back i {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.costs__image {
  width: 100%;
}
.costs__image img {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .costs__image {
    width: 991px;
    margin-left: -140px;
  }
}
.costs__content {
  width: 100%;
}
.costs__content h2 {
  color: #2a2a2a;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .costs__content h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .costs__content h2 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .costs__content h2 {
    font-size: 72px;
    line-height: 94px;
  }
}
.costs__content .btn, .costs__content section.cart .button, section.cart .costs__content .button {
  margin-bottom: 35px;
}
@media (min-width: 1280px) {
  .costs__content {
    margin-top: 31px;
  }
}
@media (max-width: 1023.98px) {
  .costs__content {
    margin: 0 auto;
  }
}
.costs__text {
  width: 100%;
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .costs__text {
    font-size: 14px;
  }
}
.costs__left {
  margin-bottom: 43px;
}
@media (min-width: 1024px) {
  .costs__left {
    margin-top: 43px;
  }
}
@media (min-width: 1600px) {
  .costs__left {
    margin-left: 65px;
  }
}
.costs__list-item {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 31px 25px 29px 25px;
  background-color: #0071e3;
  font-size: 16px;
  color: rgba(42, 42, 42, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.costs__list-item h6 {
  margin-bottom: 14px;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  .costs__list-item h6 {
    font-size: 24px;
  }
}
.costs__list-item p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .costs__list-item p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .costs__list-item:nth-child(odd) {
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .costs__list-item:nth-child(odd) {
    margin-left: 100px;
  }
}
.costs__list-item:nth-child(1) {
  color: rgba(255, 255, 255, 0.5);
}
.costs__list-item:nth-child(2) {
  background-color: #fafbfc;
}
.costs__list-item:nth-child(2) h6 {
  color: #2a2a2a;
}
.costs__list-item:nth-child(3) {
  background-color: #d7d4cb;
}
.costs__list-item:nth-child(3) h6 {
  color: #2a2a2a;
}
@media (min-width: 1024px) {
  .costs__list-item:nth-child(3) {
    margin-left: 80px;
  }
}
@media (min-width: 1024px) {
  .costs__list-item {
    max-width: 496px;
    margin-bottom: 24px;
    padding: 43px 49px 45px 49px;
  }
}
.costs__shadow {
  width: 1905px;
  pointer-events: none;
  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -350px;
}
.costs__btn-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.costs__btn-link::after {
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.costs__btn-link i {
  font-size: 16px;
  color: #0071e3;
  margin-bottom: 5px;
  margin-left: 8px;
}
.costs__btn-link:hover::after {
  display: none;
}
.costs__form-item {
  margin-bottom: 20px;
}
.costs__form-item label {
  font-weight: 600;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.4);
}
@media (min-width: 1600px) {
  .costs__plan {
    margin-left: 101px;
  }
}
.costs__plan-item {
  width: 100%;
  max-width: 497px;
  margin: 0 auto 26px;
  border-radius: 8px;
  padding: 30px 50px;
  background-color: #0071e3;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.costs__plan-item p {
  margin-bottom: 0;
  line-height: 1.35;
  position: relative;
}
.costs__plan-item p::before {
  content: "\e92c";
  font-family: "wattsun-icons";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -30px;
}
@media (min-width: 1024px) {
  .costs__plan-item p::before {
    left: -40px;
  }
}
.costs__plan-item:nth-child(even) {
  padding: 30px 50px;
  background-color: #fafbfc;
  color: #2a2a2a;
}
@media (min-width: 1024px) {
  .costs__plan-item:nth-child(even) {
    margin-left: 30px;
    padding: 49px 80px 49px 49px;
  }
}
@media (min-width: 1280px) {
  .costs__plan-item:nth-child(even) {
    margin-left: 60px;
  }
}
@media (min-width: 1024px) {
  .costs__plan-item {
    margin: initial;
    margin-bottom: 26px;
    padding: 49px 60px 49px 89px;
    font-size: 24px;
  }
}

.cases-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
  padding-top: 60px;
  padding-bottom: 40px;
}
.cases-banner::before {
  width: 100%;
  height: 1px;
  background: rgba(250, 251, 252, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.cases-banner::after {
  width: 100%;
  height: calc(100% - 140px);
  background: linear-gradient(to bottom, rgb(42, 42, 42) 0%, rgb(42, 42, 42) 69%, rgba(42, 42, 42, 0) 96%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1440px) {
  .cases-banner {
    padding-top: 160px;
  }
}
.cases-banner__breadcrumbs {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: rgba(250, 251, 252, 0.3);
  position: absolute;
  top: 20px;
  left: 0;
}
.cases-banner__breadcrumbs a {
  color: rgba(250, 251, 252, 0.3);
  text-decoration: none;
}
.cases-banner__breadcrumbs a:hover {
  color: #fafbfc;
}
.cases-banner__holder {
  width: 100%;
  color: rgba(250, 251, 252, 0.5);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
}
.cases-banner__holder h2 {
  color: #fafbfc;
}
@media (min-width: 1440px) {
  .cases-banner__holder {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cases-banner__image {
  overflow: hidden;
  width: 100%;
  height: 456px;
  border-radius: 8px;
  position: relative;
}
.cases-banner__image video,
.cases-banner__image picture,
.cases-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .cases-banner__image {
    height: 700px;
  }
}
@media (min-width: 1440px) {
  .cases-banner__image {
    height: 827px;
  }
}
.cases-banner__line {
  width: calc(100% - 140px);
  height: 1px;
  background: rgba(42, 42, 42, 0.4);
  position: relative;
  left: 70px;
}
.cases-banner__line::before {
  background-image: url(../images/right-stroke.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  right: -46px;
}
@media (min-width: 1440px) {
  .cases-banner__line::before {
    width: 80px;
    height: 41px;
    background-size: 80px auto;
    right: -80px;
  }
}
.cases-banner__line::after {
  background-image: url(../images/left-stroke.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: -46px;
}
@media (min-width: 1440px) {
  .cases-banner__line::after {
    width: 80px;
    height: 41px;
    background-size: 80px auto;
    left: -80px;
  }
}
@media (min-width: 1440px) {
  .cases-banner__line {
    width: calc(100% - 160px);
    left: 80px;
  }
}
.cases-banner__bottom-right {
  opacity: 0.4;
}
.cases-banner__bottom {
  padding: 30px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  position: relative;
}
@media (min-width: 1024px) {
  .cases-banner__bottom {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .cases-banner__bottom {
    padding-right: 0;
    padding-left: 0;
    font-size: 24px;
  }
}

.facts {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.button-bar {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
.button-bar__line {
  width: calc(100% - 90px);
  height: 1px;
  background: rgba(42, 42, 42, 0.4);
  position: relative;
  left: 45px;
}
.button-bar__line::before {
  background-image: url(../images/right-stroke.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  right: -46px;
}
@media (min-width: 1440px) {
  .button-bar__line::before {
    width: 80px;
    height: 41px;
    background-size: 80px auto;
    right: -80px;
  }
}
.button-bar__line::after {
  background-image: url(../images/left-stroke.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: -46px;
}
@media (min-width: 1440px) {
  .button-bar__line::after {
    width: 80px;
    height: 41px;
    background-size: 80px auto;
    left: -80px;
  }
}
@media (min-width: 1440px) {
  .button-bar__line {
    width: calc(100% - 160px);
    left: 80px;
  }
}
.button-bar__list-link {
  background-image: url(../images/long-arrow.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 40px;
  color: #2a2a2a;
  position: relative;
}
.button-bar__list-link:hover {
  color: #0071e3;
}
.button-bar__list {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .button-bar__list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .button-bar__list {
    padding-top: 70px;
  }
}

.quotes {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  z-index: 1;
}
.quotes::after {
  width: calc(100% - 8px);
  height: 100%;
  border-radius: 8px;
  background: #f0f1f5;
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  z-index: -1;
}
@media (min-width: 1440px) {
  .quotes::after {
    width: calc(100% - 48px);
    left: 24px;
  }
}
.quotes__slide {
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .quotes__slide {
    padding-bottom: 0;
  }
}
.quotes__slide-img {
  width: 146px;
}
@media (min-width: 1024px) {
  .quotes__content {
    padding-right: 15%;
  }
}
@media (min-width: 1440px) {
  .quotes__content {
    padding-right: 30%;
  }
}
.quotes__prev, .quotes__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  border: 2px solid #2a2a2a;
  border-radius: 40px;
  font-size: 16px;
  color: #2a2a2a;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 9;
  transition: var(--speed-default);
}
.quotes__prev:hover, .quotes__next:hover {
  border-color: #0071e3;
  background: #0071e3;
  color: #fff;
}
@media (min-width: 1024px) {
  .quotes__prev, .quotes__next {
    right: 20px;
    left: auto;
  }
}
.quotes__prev {
  left: 0;
}
@media (min-width: 1024px) {
  .quotes__prev {
    right: 80px;
    left: auto;
  }
}
.quotes__slide-text {
  margin-bottom: 25px;
  color: #0071e3;
}
.quotes.quotes--compact {
  background-color: #fff;
}
.quotes.quotes--compact .quotes__slide {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1024px) {
  .quotes.quotes--compact .quotes__slide {
    flex-direction: row;
  }
}
.quotes.quotes--compact .quotes__slide .quotes__image {
  display: block;
  width: 100%;
  height: 320px;
}
@media (min-width: 1024px) {
  .quotes.quotes--compact .quotes__slide .quotes__image {
    height: 480px;
    width: 50%;
  }
}
.quotes.quotes--compact .quotes__slide .quotes__image picture,
.quotes.quotes--compact .quotes__slide .quotes__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quotes.quotes--compact .quotes__slide .quotes__slide-text {
  color: #2a2a2a;
}
.quotes.quotes--compact .quotes__slide .quotes__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .quotes.quotes--compact .quotes__slide .quotes__content {
    width: 50%;
    padding-left: 144px;
  }
}
.quotes.quotes--compact .quotes__slide .quotes__content .quotes__slide-img {
  position: absolute;
  bottom: 56px;
}
.quotes.quotes--compact .quotes__next,
.quotes.quotes--compact .quotes__prev {
  bottom: -16px;
}
@media (min-width: 1024px) {
  .quotes.quotes--compact .quotes__next,
  .quotes.quotes--compact .quotes__prev {
    bottom: 0;
    margin-bottom: 40px;
  }
}
.quotes.quotes--compact:after {
  background-color: #fff;
}

.product-links {
  width: 100%;
  background: #f0f1f5;
  position: relative;
  margin-bottom: 20px;
}
.product-links__inner {
  overflow: auto;
  width: 100%;
}
.product-links__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .product-links__list {
    justify-content: center;
  }
}
.product-links__img {
  width: 30px;
  margin: 0 auto 5px;
}
.product-links__img picture,
.product-links__img img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .product-links__img {
    width: 40px;
    margin-bottom: 14px;
  }
}
.product-links__link {
  display: block;
  padding: 23px 29px 20px;
  font-weight: 600;
  font-size: 12px;
  color: #2a2a2a;
  text-decoration: none;
}
.product-links__link:hover {
  color: #0071e3;
}
@media (min-width: 1440px) {
  .product-links__link {
    padding: 23px 29px 20px;
    font-size: 14px;
  }
}

.product-image {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin-right: auto;
  margin-bottom: var(--py-section);
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .product-image img {
    width: calc(100% + 150px);
    max-width: none;
    margin-left: -75px;
  }
}
@media (min-width: 1440px) {
  .product-image {
    margin-top: -50px;
  }
}
.product-image__picture,
.product-image img {
  display: block;
  width: 100%;
}

.product-intro {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}

.product-section {
  width: 100%;
  background: linear-gradient(180deg, rgba(250, 251, 252, 0) 10%, rgba(240, 241, 245, 0.83) 95%, #fafbfc 100%);
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
  padding-bottom: var(--py-section);
}

.recent-product {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  z-index: 1;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
  position: relative;
}
.breadcrumbs a {
  color: rgba(42, 42, 42, 0.3);
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #2a2a2a;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}

.service {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.service__left {
  position: relative;
}
.service__left .service__image {
  overflow: hidden;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.service__left .service__image .stack {
  transition: var(--speed-default);
}
.service__left .service__image .stack:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1439.98px) {
  .service__left .service__image .stack {
    width: calc(100% + 80px);
    max-width: none;
    margin-left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .service__left .service__image .stack {
    width: 100%;
    margin-left: 0;
  }
}
.service__left .service__image.one .stack:nth-child(2), .service__left .service__image.one .stack:nth-child(3), .service__left .service__image.one .stack:nth-child(4) {
  opacity: 0;
}
.service__left .service__image.two .stack:nth-child(3), .service__left .service__image.two .stack:nth-child(4) {
  opacity: 0;
}
.service__left .service__image.three .stack:nth-child(4) {
  opacity: 0;
}
.service__tooltip {
  margin-right: -150px;
  position: absolute;
  right: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 2;
}
.service__tooltip:hover .service__tooltip-text {
  opacity: 1;
  visibility: visible;
}
.service__tooltip.service__tooltip--form {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  right: auto;
  bottom: auto;
  transform: none;
}
.service__tooltip.service__tooltip--form i {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .service__tooltip {
    margin-right: -180px;
  }
}
@media (min-width: 1440px) {
  .service__tooltip {
    margin-right: -300px;
    bottom: 180px;
  }
}
.service__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border-radius: 75px;
  background-color: #fff;
  font-size: 15px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.service__icon i {
  color: #0071e3;
}
.service__tooltip-text {
  opacity: 0;
  visibility: hidden;
  min-width: 228px;
  border-radius: 4px;
  padding: 18px 20px;
  background-color: #fafbfc;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.08));
  position: absolute;
  right: 0;
  bottom: 42px;
  transition: all 0.3s ease-in-out;
}
.service__tooltip-text::after {
  width: 0;
  height: 0;
  margin-left: -8px;
  border: solid transparent;
  border-width: 8px;
  border-top-color: #fafbfc;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 8px;
}
@media (min-width: 1024px) {
  .service__tooltip-text::after {
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .service__tooltip-text {
    right: auto;
    left: -91px;
  }
}
.service__image {
  width: 100%;
}
.service__right {
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 1024px) {
  .service__right {
    margin-top: -52px;
  }
}
.service__intro {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 31px 48px 22px 30px;
  background-color: #0071e3;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
.service__intro::after {
  content: "\e90f";
  font-family: "wattsun-icons";
  font-size: 14px;
  color: rgba(240, 241, 245, 0.3);
  position: absolute;
  top: 33px;
  right: 34px;
}
@media (min-width: 1024px) {
  .service__intro::after {
    top: 55px;
    right: 64px;
  }
}
.service__intro h6 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
}
@media (min-width: 1024px) {
  .service__intro h6 {
    font-size: 24px;
  }
}
.service__intro p {
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(240, 241, 245, 0.6);
}
@media (min-width: 1024px) {
  .service__intro {
    padding: 49px 75px 38px 48px;
  }
}
.service__info {
  width: 100%;
  border-radius: 8px;
  background-color: #fafbfc;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.service__title {
  border-bottom: solid 1px rgba(42, 42, 42, 0.2);
  padding: 32px 48px 24px 32px;
  font-size: 18px;
  line-height: 1.4;
  color: #2a2a2a;
  position: relative;
}
.service__title .service__tooltip {
  position: absolute;
  top: 48px;
  right: 48px;
}
.service__title .service__tooltip i {
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
}
@media (min-width: 1024px) {
  .service__title {
    padding: 48px 88px 32px 48px;
    font-size: 24px;
  }
}
.service__number {
  width: 100%;
  padding: 24px 33px 41px 30px;
}
.service__number button {
  width: 100%;
}
@media (min-width: 1024px) {
  .service__number {
    padding: 32px 48px 55px 48px;
  }
}
.service__average {
  width: 100%;
  margin-bottom: 30px;
  border: solid 2px #f0f1f5;
  border-radius: 8px;
  padding: 23px 17px 40px 17px;
  position: relative;
}
.service__average .service__form-group {
  margin-bottom: 22px;
}
.service__average .service__delete {
  width: fit-content;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.service__average.is-active {
  border: solid 2px #0071e3;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .service__average {
    padding: 39px 38px 34px 38px;
  }
}
.service__form-group {
  margin-bottom: 31px;
}
@media (min-width: 1024px) {
  .service__form-group {
    margin-bottom: 78px;
  }
}
.service label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.service label i {
  margin-left: 5px;
}
.service__input-text {
  position: relative;
}
.service__input-text span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 18px;
  right: 21px;
}
.service__check {
  margin-bottom: 20px;
}
.service__add-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}
.service__add-more a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #2a2a2a;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.service__add-more a::after {
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.service__add-more a i {
  font-size: 20px;
  color: #0071e3;
  margin-right: 5px;
}
.service__add-more a:hover {
  color: #0071e3;
}
.service__add-more a:hover::after {
  background-color: #0071e3;
}
.service__close {
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.service__calculation {
  width: 100%;
  border-radius: 8px;
  background-color: #fafbfc;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.service__calculation .service__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 48px 31px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.service__calculation .service__title::after {
  display: none;
}
.service__calculation .service__title .popup-close {
  display: flex;
  align-items: center;
}
.service__calculation .service__number {
  padding: 34px 48px 55px 40px;
}
.service__calculation .service__form-group {
  margin-bottom: 12px;
}
.service__calculation__popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
.service__calculation.pop {
  overflow: scroll;
  max-width: 500px;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 50px;
  right: 50px;
}
.service__calculation.pop form {
  overflow: scroll;
  max-height: 80vh;
}
@media (max-width: 1023.98px) {
  .service__calculation.pop {
    right: 0;
  }
}
.service__paragraph {
  font-weight: 600;
  font-size: 16px;
}
.service__capacity {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.service__capacity p {
  margin-bottom: 6px;
}
.service__capacity p strong {
  color: #2a2a2a;
}
@media (min-width: 1280px) {
  .service__capacity {
    padding-top: 90px;
  }
}
.service__back {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.service__back i {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.service__shadow {
  width: 1905px;
  pointer-events: none;
  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: -350px;
}
.service__delete {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__delete i {
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
}
.service__btn-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.service__btn-link::after {
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.service__btn-link i {
  font-size: 16px;
  color: #0071e3;
  margin-bottom: 5px;
  margin-left: 8px;
}
.service__btn-link:hover::after {
  display: none;
}
.service .work__btn-link {
  margin-top: 24px;
}
.service .final-overview .service__info {
  padding-right: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}
.service .final-overview .service__title {
  padding-left: 0;
}
.service .final-overview .service__product-overview {
  margin-top: 32px;
  position: relative;
}
.service .final-overview .service__product-overview::after {
  width: 100%;
  height: 48px;
  background: linear-gradient(to top, rgb(251, 251, 251) 10%, rgba(251, 251, 251, 0) 100%);
  content: "";
  position: absolute;
  bottom: 0;
}
.service .final-overview .service__product-overview .service__product-overview__list {
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  height: 300px;
  padding-bottom: 48px;
  gap: 32px;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  font-size: 14px;
  color: #aaa;
  gap: 16px;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section .title .value {
  font-weight: 600;
  color: #1b1b1b;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section .subtitle {
  font-size: 12px;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 8px;
  font-size: 14px;
  color: #1b1b1b;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section .item .product-name {
  width: 30%;
}
.service .final-overview .service__product-overview .service__product-overview__list .list-section .item .price {
  display: flex;
  align-items: center;
  color: #aaa;
  gap: 4px;
}
.service .final-overview .service__overview-totals {
  margin-top: 32px;
}
.service .final-overview .service__overview-totals .service__overview-totals__title {
  margin-bottom: 8px;
  border-bottom: solid 1px rgba(42, 42, 42, 0.2);
  padding-bottom: 8px;
  font-size: 14px;
  color: #aaa;
}
.service .final-overview .service__overview-totals .item {
  font-weight: 600;
  font-size: 14px;
  color: #1b1b1b;
}
.service .final-overview ::-webkit-scrollbar {
  appearance: none;
  width: 7px;
}
.service .final-overview ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.service .final-overview .service__tooltip.service__tooltip--form {
  display: unset !important;
}
.service .final-overview .service__tooltip-text {
  right: 0;
  left: auto;
}
.service .final-overview .service__tooltip-text::after {
  right: 0;
}

.product-info {
  width: 100%;
  background-color: #f0f1f5;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
  padding-top: 22px;
}
.product-info .breadcrumbs {
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .product-info .breadcrumbs {
    margin-bottom: 80px;
  }
}
.product-info .product-info__button-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.product-info .product-info__button-wrapper .btn:not(.button-quotation), .product-info .product-info__button-wrapper section.cart .button:not(.button-quotation), section.cart .product-info .product-info__button-wrapper .button:not(.button-quotation) {
  width: fit-content;
}
.product-info__slide picture,
.product-info__slide img {
  display: block;
  width: 100%;
}
.product-info__list {
  width: 100%;
  border-top: 1px solid rgba(42, 42, 42, 0.2);
  margin-top: var(--py-sm-section);
}
.product-info__list.js-product-feature-list {
  position: relative;
}
.product-info__list.js-product-feature-list.loading {
  opacity: 0.3;
  pointer-events: none;
}
.product-info__list.js-product-feature-list.loading::before {
  width: 24px;
  height: 24px;
  background-image: url("../images/loading-spinner.svg");
  background-size: cover;
  content: "";
  filter: invert(34%) sepia(46%) saturate(5623%) hue-rotate(197deg) brightness(92%) contrast(101%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-info__list--full-width {
  border-top: none;
  margin: 0 auto var(--py-section);
  max-width: 1680px;
}
.product-info__list--full-width .product-info__accordions-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .product-info__list--full-width .product-info__accordions-wrapper {
    row-gap: 24px;
  }
}
.product-info__list--full-width .product-info__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: none;
}
.product-info__list--full-width .product-info__item .product-info__panel {
  background: #fafbfc;
}
.product-info__list--full-width .product-info__item .product-info__panel ul li {
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-info__list--full-width .product-info__item .product-info__panel ul li {
    flex-direction: row;
  }
}
.product-info__list--full-width .product-info__item .product-info__panel ul li span {
  margin: 0;
  color: rgba(42, 42, 42, 0.5);
}
.product-info__list--full-width .product-info__item .product-info__panel ul li strong {
  color: #2a2a2a;
}
.product-info__list--full-width .product-info__item .product-info__panel ul li span,
.product-info__list--full-width .product-info__item .product-info__panel ul li strong {
  margin: 0;
}
.product-info__list--full-width .product-info__item .product-info__link {
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #f0f1f5;
  border-radius: 8px;
  margin-bottom: 0;
}
.product-info__list--full-width .product-info__item .product-info__link:after {
  transform: unset;
  position: relative;
  font-size: 24px;
}
@media (min-width: 768px) {
  .product-info__list--full-width .product-info__item .product-info__link:after {
    font-size: 32px;
  }
}
.product-info__item {
  width: 100%;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
}
.product-info__item.is-active {
  border-color: transparent;
}
.product-info__item.is-active .product-info__link::after {
  content: "\e913";
}
.product-info__link {
  display: block;
  padding: 15px 40px 15px 0;
  font-weight: 600;
  font-size: 16px;
  color: #2a2a2a;
  position: relative;
}
.product-info__link::after {
  content: "\e91b";
  font-family: "wattsun-icons";
  font-weight: normal;
  font-size: 20px;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
.product-info__panel {
  display: none;
  width: 100%;
  border-radius: 4px;
  padding: 25px;
  background: #e2e4eb;
}
.product-info__panel ul {
  font-size: 12px;
}
.product-info__panel ul li {
  display: flex;
  width: 100%;
  margin-bottom: 7px;
}
.product-info__panel ul li span {
  display: block;
  width: 50%;
  font-weight: 600;
  color: rgba(42, 42, 42, 0.4);
  margin: 0;
}
.product-info__panel ul li strong {
  display: block;
  width: 50%;
  font-weight: 600;
  color: #2a2a2a;
}
.product-info__panel ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .product-info__panel ul {
    font-size: 14px;
  }
}
.product-info__panel p {
  margin-bottom: 7px;
  font-size: 12px;
}
.product-info__panel p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .product-info__panel p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .product-info__panel {
    border-radius: 8px;
    padding: 40px;
  }
}
.product-info .cart .cart__contact-us-cta {
  border-radius: 8px;
  padding: 48px;
  background-color: #0071e3;
  margin-top: 24px;
  margin-bottom: 24px;
}
.product-info .cart .cart__contact-us-cta__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .product-info .cart .cart__contact-us-cta__buttons {
    flex-direction: column;
    align-items: start;
    margin-top: 32px;
    gap: 16px;
  }
  .product-info .cart .cart__contact-us-cta__buttons a {
    width: 100%;
  }
}
.product-info .cart .cart__contact-us-cta p {
  color: #fff;
}
.product-info .cart .cart__contact-us-cta .cta-close-button {
  font-size: 14px;
  text-decoration: underline;
}
.product-info .cart .cart__add-to-cart-button {
  flex-wrap: wrap;
  height: fit-content;
  width: 100%;
  gap: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-info .cart .cart__add-to-cart-button:has(.price-regular-ex-vat) .price-ex-vat {
  font-weight: 800;
}
.product-info .cart .cart__add-to-cart-button .price-regular-ex-vat {
  position: relative;
  color: #a1a1a4;
}
.product-info .cart .cart__add-to-cart-button .price-regular-ex-vat:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  transform: rotate3d(1, 1, 1, 15deg);
  top: 10px;
}
.product-info .cart .cart__add-to-cart-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.product-info .cart .cart__inc-vat-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  font-size: 14px;
}
.product-info .cart .js-total-cart-price .price {
  margin-right: 4px;
}
.product-info .cart .js-total-cart-price.loading {
  opacity: 0.3;
  pointer-events: none;
}
.product-info .cart .js-total-cart-price.loading::before {
  width: 16px;
  height: 16px;
  background-image: url("../images/loading-spinner.svg");
  background-size: cover;
  content: "";
  position: absolute;
}
.product-info .btn--config {
  position: relative;
}
.product-info .btn--config::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background-color: #0071e3;
  content: "\e925";
  font-size: 23px;
  color: #fff;
  position: absolute;
  left: 0;
}
@media (min-width: 1440px) {
  .product-info .btn--config::before {
    width: 72px;
    font-size: 27px;
  }
}

.product-tabs {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
}
@media (min-width: 1440px) {
  .product-tabs {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.product-tabs__image {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  position: relative;
}
.product-tabs__image::after {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.product-tabs__image video,
.product-tabs__image picture,
.product-tabs__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .product-tabs__image {
    height: 800px;
  }
}
@media (min-width: 1440px) {
  .product-tabs__image {
    height: 992px;
  }
}
.product-tabs__content {
  width: 100%;
  color: rgba(250, 251, 252, 0.6);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9;
}
.product-tabs__content h4 {
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .product-tabs__content {
    top: 80px;
  }
}
@media (min-width: 1440px) {
  .product-tabs__content {
    top: 120px;
  }
}
.product-tabs__link li {
  position: absolute;
  z-index: 9;
}
.product-tabs__link li a {
  display: block;
  max-width: 160px;
  font-weight: 600;
  font-size: 16px;
  color: #fafbfc;
  text-align: center;
  text-decoration: none;
}
.product-tabs__link li a strong {
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
  transition: var(--speed-default);
}
.product-tabs__link li a span {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 30px;
  border: 2px solid #fafbfc;
  border-radius: 50%;
  position: relative;
  transition: var(--speed-default);
}
.product-tabs__link li a span::before {
  opacity: 0;
  visibility: hidden;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #0071e3;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: var(--speed-default);
}
.product-tabs__link li a span::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fafbfc;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: var(--speed-default);
}
.product-tabs__link li.is-active a strong {
  opacity: 1;
  visibility: visible;
}
.product-tabs__link li.is-active a span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.contact-map {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-bottom: var(--py-section);
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
}
@media (min-width: 1440px) {
  .contact-map {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.contact-map__map {
  width: 100%;
  margin-bottom: 40px;
}
.contact-map__map picture,
.contact-map__map img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.contact-map__bottom {
  align-items: center;
  padding: 0 15px;
}
.contact-map__bottom address,
.contact-map__bottom h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
@media (min-width: 1024px) {
  .contact-map__bottom address,
  .contact-map__bottom h6 {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .contact-map__bottom address,
  .contact-map__bottom h6 {
    font-size: 24px;
  }
}
.contact-map__bottom address {
  opacity: 0.6;
}
@media (min-width: 1600px) {
  .contact-map__bottom {
    padding: 0;
  }
}
.contact-map__line {
  width: calc(100% - 90px);
  height: 1px;
  margin-top: 30px;
  background: rgba(42, 42, 42, 0.4);
  position: relative;
  left: 45px;
}
.contact-map__line::before {
  background-image: url(../images/right-stroke.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  right: -46px;
}
@media (min-width: 1440px) {
  .contact-map__line::before {
    width: 80px;
    height: 41px;
    background-size: 80px auto;
    right: -80px;
  }
}
.contact-map__line::after {
  background-image: url(../images/left-stroke.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: -46px;
}
@media (min-width: 1440px) {
  .contact-map__line::after {
    width: 80px;
    height: 41px;
    background-size: 80px auto;
    left: -80px;
  }
}
@media (min-width: 1440px) {
  .contact-map__line {
    width: calc(100% - 160px);
    left: 80px;
  }
}

.video-controller {
  width: 100%;
  position: relative;
}
@media (max-width: 1023.98px) {
  .video-controller {
    display: none !important;
  }
}
.video-controller__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .video-controller__inner {
    display: none !important;
  }
}
.video-controller .pause,
.video-controller .play {
  background-image: url(../images/play-pause.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 10px;
  text-indent: -9999px;
}
@media (min-width: 1024px) {
  .video-controller .pause,
  .video-controller .play {
    margin: 0 20px;
  }
}
.video-controller #btnMute {
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  text-indent: -9999px;
}
@media (min-width: 1024px) {
  .video-controller #btnMute {
    margin: 0 20px;
  }
}
.video-controller .unmute {
  background-image: url(../images/sound-on.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.video-controller .mute {
  background-image: url(../images/sound-off.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.video-controller progress {
  width: 116px;
  height: 8px;
  margin-right: 20px;
  border-radius: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .video-controller progress {
    width: 180px;
    margin-right: 0;
  }
}
.video-controller progress::-moz-progress-bar {
  height: 2px;
  background: rgba(250, 251, 252, 0.2);
  color: #0071e3;
}
.video-controller progress[value]::-webkit-progress-bar {
  height: 2px;
  border-radius: 0;
  background: rgba(250, 251, 252, 0.2);
}
.video-controller progress[value]::-webkit-progress-value {
  background-color: #0071e3;
}

.faq-section {
  width: 100%;
  position: relative;
  margin-top: var(--py-section);
  margin-bottom: var(--py-section);
}
.faq-section__panel {
  display: none;
}
@media (min-width: 1024px) {
  .faq-section__panel {
    font-size: 16px;
  }
}
.faq-section__link {
  display: block;
  margin-bottom: 0;
  padding: 25px 40px 25px 0;
  font-weight: 600;
  font-size: 18px;
  color: #2a2a2a;
  position: relative;
  transition: var(--speed-default);
}
.faq-section__link::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e91b";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
.faq-section__link h6 {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .faq-section__link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .faq-section__link {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq-section__main {
  margin-bottom: 10px;
}
.faq-section__list {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .faq-section__list {
    border-top: 1px solid rgba(42, 42, 42, 0.4);
    padding-top: 0;
  }
}
.faq-section__main-link, .faq-section__sidebar-link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 25px 40px;
  background: #f0f1f5;
  font-weight: 600;
  font-size: 18px;
  color: #2a2a2a;
  position: relative;
  transition: var(--speed-default);
}
.faq-section__main-link.is-active::after, .faq-section__sidebar-link.is-active::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e902";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .faq-section__main-link.is-active::after, .faq-section__sidebar-link.is-active::after {
    right: 25px;
  }
}
@media (min-width: 1024px) {
  .faq-section__main-link, .faq-section__sidebar-link {
    height: 70px;
  }
}
@media (min-width: 1440px) {
  .faq-section__main-link, .faq-section__sidebar-link {
    height: 98px;
    font-size: 24px;
  }
}
.faq-section__item {
  width: 100%;
  border-bottom: 1px solid rgba(42, 42, 42, 0.4);
  background-position: center bottom;
  transition: var(--speed-default);
}
.faq-section__item.is-active {
  background-image: url(../images/line-shape.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 700px 24px;
  border-color: transparent;
  padding-bottom: 45px;
}
.faq-section__item.is-active .faq-section__link::after {
  content: "\e913";
}
@media (min-width: 1024px) {
  .faq-section__item.is-active {
    background-image: url(../images/line-shape2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 41px;
  }
}
@media (min-width: 1440px) {
  .faq-section__item.is-active {
    padding-bottom: 60px;
  }
}
.faq-section__main-link::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e902";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .faq-section__main-link::after {
    right: 25px;
  }
}
.faq-section__main-link.is-active::after {
  content: "\e900";
}

.shipping-block {
  width: 100%;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1023.98px) {
  .shipping-block__holder {
    margin-top: 24px;
  }
}
.shipping-block__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
}
@media (min-width: 1440px) {
  .shipping-block__inner {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.shipping-block__image {
  overflow: hidden;
  width: 100%;
  height: 700px;
  border-radius: 8px;
  position: relative;
}
.shipping-block__image::after {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.shipping-block__image video,
.shipping-block__image picture,
.shipping-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .shipping-block__image {
    height: 800px;
  }
}
@media (min-width: 1440px) {
  .shipping-block__image {
    height: 992px;
  }
}
.shipping-block__image-text {
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(250, 251, 252, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.shipping-block__image-text h6 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  color: #fafbfc;
}
@media (min-width: 1440px) {
  .shipping-block__image-text {
    padding: 40px;
  }
}
.shipping-block #ship-to-different-address {
  margin-bottom: 16px;
}
.shipping-block #ship-to-different-address label span {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.shipping-block .order-info {
  background-color: #fff !important;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2) !important;
}
.shipping-block .order-info h4 {
  color: #2a2a2a !important;
}
.shipping-block .order-info p {
  color: rgba(42, 42, 42, 0.6) !important;
}
.shipping-block .order-info .order-info__row h6 {
  color: #2a2a2a !important;
}
.shipping-block .order-info .order-info__row p {
  color: rgba(42, 42, 42, 0.6) !important;
}
.shipping-block .order-info .order-info__row p span {
  color: rgba(42, 42, 42, 0.6) !important;
}
.shipping-block .order-info .btn--white-outline {
  border-color: #0071e3 !important;
  color: #2a2a2a !important;
}
.shipping-block .order-info .btn--white-outline:hover {
  background: #0071e3 !important;
}
.shipping-block .orders-block {
  background-color: #fff !important;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2) !important;
}
.shipping-block .orders-block .order-heading h4 {
  color: #2a2a2a !important;
}
.shipping-block .orders-block .order-table__head {
  color: #2a2a2a !important;
}
.shipping-block .woocommerce-info {
  border-top-color: #0071e3 !important;
  padding: 1em !important;
}
.shipping-block .woocommerce-info::before {
  content: unset !important;
}

.login-block {
  width: 100%;
  background: #2a2a2a;
  position: relative;
}
.login-block__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 70px 4px;
  position: relative;
}
@media (min-width: 1024px) {
  .login-block__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 964px;
  }
}
@media (min-width: 1440px) {
  .login-block__inner {
    max-width: 1920px;
    padding: 24px;
  }
}
.login-block__image {
  overflow: hidden;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.login-block__image::before {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(to right, rgba(42, 42, 42, 0) 65%, rgb(0, 0, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.login-block__image::after {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.login-block__image video,
.login-block__image picture,
.login-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .login-block__image {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    top: 24px;
    left: 24px;
  }
}
.login-block__block {
  border-radius: 8px;
  background: #fafbfc;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}
.login-block__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.login-block__right h3 {
  color: #fafbfc;
}
.login-block__title {
  width: 100%;
  margin-bottom: 0 !important;
  border-bottom: 0.5px solid rgba(42, 42, 42, 0.2);
  padding: 30px;
  color: #2a2a2a;
}
@media (min-width: 1440px) {
  .login-block__title {
    padding: 40px 50px;
  }
}
.login-block__bottom {
  width: 100%;
  padding: 30px;
}
.login-block__bottom .woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border: unset !important;
  border-radius: unset !important;
  padding: 0 !important;
}
.login-block__bottom .woocommerce-notices-wrapper .wc-block-components-notice-banner svg {
  display: none !important;
}
.login-block__bottom .woocommerce-notices-wrapper .wc-block-components-notice-banner.is-error {
  border-color: unset !important;
  background: unset !important;
}
.login-block__bottom .woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
  border: unset !important;
  padding: 0 !important;
  background: unset !important;
  font-size: 12px !important;
  color: #b3261e !important;
}
.login-block__bottom:has(.wc-block-components-notice-banner__content) input {
  border: 1px solid #c02b0a;
}
@media (min-width: 1440px) {
  .login-block__bottom {
    padding: 30px 50px;
  }
}
.login-block .gravity-registration {
  position: relative;
  padding-right: 48px;
  padding-bottom: 88px;
  padding-left: 48px;
}
.login-block .gravity-registration .gform_confirmation_message {
  margin-top: 32px;
  font-size: 14px;
}
.login-block .gravity-registration .gfield_validation_message {
  border: unset !important;
  padding: 0 !important;
  background: unset !important;
  font-size: 12px !important;
  color: #b3261e !important;
}
.login-block .gravity-registration .gform_validation_errors {
  display: none !important;
}
.login-block .gravity-registration .gform_required_legend {
  display: none !important;
}
.login-block .gravity-registration .gravity-registration__title {
  width: 100%;
  margin-bottom: 0 !important;
  padding-top: 48px;
  font-size: 24px;
  color: #2a2a2a;
}
.login-block .gravity-registration .gform_description {
  margin-bottom: 0 !important;
  line-height: 0 !important;
}
.login-block .gravity-registration .gf_progressbar_wrapper::after {
  width: 100%;
  border-bottom: 0.5px solid rgba(42, 42, 42, 0.2);
  content: "";
  position: absolute;
  left: 0;
}
.login-block .gravity-registration .gf_progressbar_wrapper .gf_progressbar:has(.step) {
  display: flex;
  background: unset !important;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.login-block .gravity-registration .gf_progressbar_wrapper .gf_progressbar:has(.step) .step {
  width: 100%;
  height: 6px;
  border-radius: 8px;
  background: #aaa;
}
.login-block .gravity-registration .gf_progressbar_wrapper .gf_progressbar:has(.step) .step.done {
  background: #0071e3;
}
.login-block .gravity-registration .gf_progressbar_title {
  display: none !important;
}
.login-block .gravity-registration .gform-body {
  padding-top: 24px;
}
.login-block .gravity-registration .gform_page_fields {
  margin-bottom: 24px;
}
.login-block .gravity-registration .gform_page_fields .gfield_required_text {
  font-weight: 600;
  font-style: normal;
  color: #b3261e;
}
.login-block .gravity-registration .gform_page_fields legend.gfield_label {
  margin-right: -1%;
  margin-left: -1%;
}
.login-block .gravity-registration .gform_page_fields input,
.login-block .gravity-registration .gform_page_fields textarea,
.login-block .gravity-registration .gform_page_fields select {
  padding-right: 20px;
  padding-left: 20px;
}
.login-block .gravity-registration .gform_page_fields textarea {
  height: 10em !important;
  padding-top: 16px;
}
.login-block .gravity-registration .gform_page_fields .gform-grid-row {
  column-gap: 8px;
  row-gap: 24px;
}
.login-block .gravity-registration .gform_page_fields .gform-grid-row span,
.login-block .gravity-registration .gform_page_fields .gform-grid-row div {
  padding: 0 !important;
}
.login-block .gravity-registration .gform_page_fields .gform-grid-row .gf_clear_complex {
  display: none !important;
}
.login-block .gravity-registration .gform_page_fields .gform-grid-row .ginput_right,
.login-block .gravity-registration .gform_page_fields .gform-grid-row .ginput_left {
  flex: 1 1 147px !important;
  margin-bottom: 0 !important;
}
.login-block .gravity-registration .gform_page_fields .custom_password_indicator {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.login-block .gravity-registration .gform_page_fields .custom_password_indicator .meter {
  display: flex;
  margin-top: 4px;
  gap: 4px;
}
.login-block .gravity-registration .gform_page_fields .custom_password_indicator .meter .step {
  width: 100%;
  height: 6px;
  border-radius: 8px;
  background: #aaa;
}
.login-block .gravity-registration .gform_page_fields .custom_password_indicator .meter .step.done {
  background: #0071e3;
}
.login-block .gravity-registration .gform_page_fields .custom_password_indicator .message {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #0071e3;
}
.login-block .gravity-registration .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.login-block .gravity-registration .gform_page_footer::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #2a2a2a;
  content: "\e902";
  font-family: "wattsun-icons";
  font-weight: normal;
  font-size: 22px;
  color: #fafbfc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .login-block .gravity-registration .gform_page_footer::after {
    width: calc(var(--height-btn) * 1.8);
  }
}
.login-block .gravity-registration .gform_page_footer input {
  margin: 0 !important;
}
.login-block .gravity-registration .gform_page_footer .gform_previous_button {
  background-color: unset !important;
  font-size: 14px;
  color: #2a2a2a !important;
  position: absolute;
  bottom: -48px;
}
.login-block .gravity-registration .gform_page_footer .gform_ajax_spinner {
  display: none !important;
}
.login-block .gravity-registration .gform_page_footer input[type=submit],
.login-block .gravity-registration .gform_page_footer .gform_next_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border: 2px solid #2a2a2a;
  border-radius: 8px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
  font-family: "Nuckle", sans-serif;
  font-weight: 600;
  font-size: calc(var(--font-size-btn) + 4px);
  line-height: 1;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: var(--speed-default);
  padding-right: 80px;
}
@media (min-width: 1440px) {
  .login-block .gravity-registration .gform_page_footer input[type=submit],
  .login-block .gravity-registration .gform_page_footer .gform_next_button {
    height: calc(var(--height-btn) * 2);
  }
}
@media (min-width: 1440px) {
  .login-block .gravity-registration .gform_page_footer input[type=submit],
  .login-block .gravity-registration .gform_page_footer .gform_next_button {
    padding-right: 100px;
  }
}
.login-block .woocommerce-form {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
.login-block .woocommerce-form .login-block__section {
  display: none;
}
.login-block .woocommerce-form .login-block__section.active {
  display: block;
}
.login-block .woocommerce-form .form-check {
  margin: 18px 0;
}
.login-block .woocommerce-form .btn:not(.btn--text), .login-block .woocommerce-form section.cart .button:not(.btn--text), section.cart .login-block .woocommerce-form .button:not(.btn--text) {
  width: 100%;
}
.login-block .woocommerce-form .login-block__button {
  margin-top: 24px;
}
.login-block .woocommerce-form .login-block__button .btn--text {
  display: none;
  margin-top: 24px;
}
.login-block .woocommerce-form .login-block__button .btn--text i {
  color: #0071e3;
}
.login-block .woocommerce-form .login-block__button:not(.login-block__button--register) .woocommerce-form-register__submit {
  display: none;
}
.login-block .woocommerce-form .login-block__button.login-block__button--register .js-next-step {
  display: none;
}
.login-block .woocommerce-form .login-block__button.login-block__button--back .btn--text {
  display: block;
}
.login-block p {
  font-size: 14px;
  line-height: 1.6;
}
.login-block .login-block__bottom__footer p {
  margin-bottom: 0;
}
.login-block .login-block__bottom__footer a {
  margin-bottom: 12px;
}
.login-block .gform_page_footer:has(.gform_next_button):hover input {
  border-color: #0071e3 !important;
  background: #0071e3 !important;
}
.login-block .gform_page_footer:has(.gform_next_button):hover::after {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #0071e3;
}

.preview {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.preview::after {
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgb(42, 42, 42) 37%, rgba(42, 42, 42, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.preview__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .preview__inner {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.preview__image {
  overflow: hidden;
  width: 100%;
  height: 456px;
  border-radius: 8px;
  position: relative;
}
.preview__image::after {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #2a2a2a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.preview__image video,
.preview__image picture,
.preview__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .preview__image {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .preview__image {
    height: 700px;
  }
}
@media (min-width: 1920px) {
  .preview__image {
    height: 992px;
  }
}

.top-link {
  width: 100%;
  margin-bottom: 16px;
  background-color: #2a2a2a;
}
.top-link ul {
  overflow: auto;
  display: flex;
  align-items: center;
  list-style: none;
}
.top-link ul li {
  margin: 0 20px;
  position: relative;
}
.top-link ul li a,
.top-link ul li div {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  color: rgba(250, 251, 252, 0.6);
  text-decoration: none;
  position: relative;
}
.top-link ul li a::after,
.top-link ul li div::after {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 4px;
  background-color: #0071e3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.top-link ul li a:hover,
.top-link ul li div:hover {
  color: #fff;
}
.top-link ul li a:hover::after,
.top-link ul li div:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.top-link ul li.active a,
.top-link ul li.active div {
  color: #fff;
}
.top-link ul li.active a::after,
.top-link ul li.active div::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media (min-width: 1024px) {
  .top-link ul {
    overflow: visible;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .top-link {
    display: block;
  }
}

.top-link-configurator {
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  margin-bottom: 16px;
  background-color: #2a2a2a;
}
.top-link-configurator .container {
  display: flex;
  justify-content: center;
}
.top-link-configurator ul {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  list-style: none;
  position: relative;
  gap: 56px;
}
.top-link-configurator ul::before {
  width: calc(100% - 56px);
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 13px;
}
.top-link-configurator ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
  gap: 6px;
}
.top-link-configurator ul li a,
.top-link-configurator ul li div {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.top-link-configurator ul li a::after,
.top-link-configurator ul li div::after {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 4px;
  background-color: #0071e3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.top-link-configurator ul li .indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid #2a2a2a;
  border-radius: 100%;
  background-color: #fff;
  font-size: 10px;
  color: #000;
}
.top-link-configurator ul li .indicator span {
  height: 7px;
  line-height: 1;
}
.top-link-configurator ul li.active a,
.top-link-configurator ul li.active div {
  font-weight: 600;
}
.top-link-configurator ul li.disabled a,
.top-link-configurator ul li.disabled div {
  color: #747575;
}
.top-link-configurator ul li.disabled .indicator {
  background-color: #747575;
}
@media (min-width: 1024px) {
  .top-link-configurator ul {
    overflow: visible;
    justify-content: center;
  }
}
@media (max-width: 1023.98px) {
  .top-link-configurator ul {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 36px;
    padding-left: 36px;
  }
  .top-link-configurator ul::before {
    content: unset !important;
  }
}

body div.qib-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
body div.qib-button-wrapper div.quantity.wqpmb_quantity {
  width: calc(100% - var(--height-form-control) * 2);
  height: var(--height-form-control);
}
body div.qib-button-wrapper div.quantity.wqpmb_quantity input.input-text.qty.text {
  width: 100%;
  height: var(--height-form-control);
  border: 0;
  background-color: #e2e4eb;
  font-size: 14px;
  color: #2a2a2a;
}
body div.qib-button-wrapper label {
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0;
  clip-path: none;
  word-wrap: normal !important;
  position: static !important;
  clip: unset;
}
body div.qib-button-wrapper button.qib-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--height-form-control);
  height: var(--height-form-control);
  border: 0;
  font-weight: 300;
  font-size: 30px;
}
body div.qib-button-wrapper button.qib-button.minus {
  border-radius: 4px 0 0 4px;
  background-color: #e2e4eb;
}
body div.qib-button-wrapper button.qib-button.plus {
  border-radius: 0 4px 4px 0;
  background-color: #e2e4eb;
}

section.cart {
  display: flex;
  flex-direction: column;
}
.side-cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 480px;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  z-index: 100;
  transition: transform var(--speed-default);
}
.side-cart .remove-item {
  opacity: 1;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 0;
  color: #b3261e !important;
  position: absolute;
  left: 16px;
  transition: opacity var(--speed-default);
}
.side-cart .remove-item:hover {
  opacity: 0.4;
}
.side-cart.open {
  transform: translateX(0);
}
.side-cart.loading .side-cart__cart-products,
.side-cart.loading .cart-totals {
  opacity: 0.3;
  pointer-events: none;
}
.side-cart.loading .side-cart__cart-products::before,
.side-cart.loading .cart-totals::before {
  width: 48px;
  height: 48px;
  background-image: url("../images/loading-spinner.svg");
  background-size: cover;
  content: "";
  filter: invert(34%) sepia(46%) saturate(5623%) hue-rotate(197deg) brightness(92%) contrast(101%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .side-cart {
    width: 100%;
  }
}
.side-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e4eb;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
}
.side-cart__header p {
  margin-bottom: 0;
  font-size: 16px;
  color: #1b1b1b;
}
.side-cart__header__close::before {
  content: "\e90b";
  font-family: "wattsun-icons";
  font-size: 14px;
  color: #747575;
  cursor: pointer;
}
.side-cart__cart-products {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  position: relative;
}
.side-cart__cart-products__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e4eb;
  position: relative;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  padding-left: 40px;
}
.side-cart__cart-products__item .item-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.side-cart__cart-products__item .item-left .side-cart-product-image picture,
.side-cart__cart-products__item .item-left .side-cart-product-image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.side-cart__cart-products__item .item-left .side-cart-product-title {
  margin-bottom: 0;
  font-size: 14px;
  color: #1b1b1b;
}
.side-cart__cart-products__item .item-right .side-cart-product-cart-total {
  font-size: 14px;
  color: #747575;
}
.side-cart__cart-footer {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.side-cart__cart-footer__add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-cart__cart-footer__add-to-cart p {
  margin-bottom: 0;
}
.side-cart__cart-footer__add-to-cart .cart-totals {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}
.side-cart__cart-footer__add-to-cart .cart-totals .cart-total {
  font-size: 16px;
  color: #1b1b1b;
}
.side-cart__cart-footer__add-to-cart .cart-totals .cart-total-with-tax {
  font-size: 16px;
  color: #747575;
}

.variations-cart .variations-cart-wrapper {
  gap: 16px;
}
.variations-cart__attributes-wrapper {
  flex: 50%;
}
.variations-cart__attributes-wrapper__attribute-select {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.variations-cart__attributes-wrapper__attribute-select label {
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0;
  clip-path: none;
  font-weight: 600;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.4);
  word-wrap: normal !important;
  position: static !important;
  clip: unset;
}
.variations-cart__attributes-wrapper__attribute-select select {
  width: 100%;
  height: var(--height-form-control);
  border: 0;
  border-radius: 4px;
  padding-left: 20px;
  background-color: #e2e4eb;
  font-size: 14px;
  color: #aaa;
}
.variations-cart__variation_info_line:empty {
  margin-bottom: 0;
}
.variations-cart__variation_info_line-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}
.variations-cart__variation_info_line-wrapper:not(:has(.variations-cart__variation_info_line span)) .variations-cart__variation_info_tooltip {
  display: none;
}
.variations-cart__variation_info_tooltip {
  width: fit-content;
  position: relative;
}
.variations-cart__variation_info_tooltip::after {
  content: "\e90f";
  font-family: "wattsun-icons";
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
}
@media (min-width: 1024px) {
  .variations-cart__variation_info_tooltip::after {
    top: 55px;
    right: 50px;
  }
}
.variations-cart__variation_info_tooltip__text {
  opacity: 0;
  visibility: hidden;
  min-width: 228px;
  border-radius: 4px;
  padding: 18px 20px;
  background-color: #fafbfc;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.08));
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.variations-cart__variation_info_tooltip__text::after {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fafbfc;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.variations-cart__variation_info_tooltip:hover .variations-cart__variation_info_tooltip__text {
  opacity: 1;
  visibility: visible;
}
.variations-cart__quantity-selector {
  flex: 50%;
}

section.checkout form.woocommerce-checkout .checkout-wrapper, section.checkout .woocommerce-cart-form {
  border-radius: 8px;
  padding: 40px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
section.checkout .wcpay-payment-request-wrapper {
  display: none !important;
}
section.checkout .checkout__go-back {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  color: #747575;
  gap: 8px;
}
section.checkout .woocommerce-cart-form__title {
  color: #1b1b1b;
}
section.checkout .woocommerce-cart-form__title a {
  text-decoration: none;
}
section.checkout .woocommerce-cart-form .shop_table {
  margin-top: 32px;
}
section.checkout .woocommerce-cart-form .update-cart-btn {
  margin-top: 24px;
  font-weight: 600;
}
section.checkout .woocommerce-cart-form .update-cart-btn:disabled {
  display: none;
}
section.checkout .woocommerce-cart-form__cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e4eb;
  padding-top: 16px;
  padding-bottom: 16px;
}
section.checkout .woocommerce-cart-form__cart-item .product-remove {
  display: flex;
  align-items: center;
}
section.checkout .woocommerce-cart-form__cart-item .product-remove a {
  display: flex;
  align-items: center;
  padding-top: 5px;
  font-weight: 400;
  line-height: 0 !important;
  color: #b3261e !important;
  transition: opacity var(--speed-default);
}
section.checkout .woocommerce-cart-form__cart-item .product-remove a:hover {
  opacity: 0.5;
  background: unset;
}
section.checkout .woocommerce-cart-form__cart-item .product-details {
  display: flex;
  flex: 50%;
  align-items: center;
  gap: 24px;
}
section.checkout .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 48px;
  height: 48px;
}
section.checkout .woocommerce-cart-form__cart-item .product-thumbnail img {
  object-fit: cover;
}
section.checkout .woocommerce-cart-form__cart-item .product-name {
  color: #1b1b1b;
}
section.checkout .woocommerce-cart-form__cart-item .product-quantity {
  flex: 30%;
}
section.checkout .woocommerce-cart-form__cart-item .product-quantity .screen-reader-text {
  display: none;
}
section.checkout .woocommerce-cart-form__cart-item .product-quantity .qib-button-wrapper {
  width: 100%;
  margin: 0;
}
section.checkout .woocommerce-cart-form__cart-item .product-subtotal {
  display: flex;
  flex: 20%;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
section.checkout .woocommerce-cart-form__cart-item .product-subtotal span bdi {
  color: #1b1b1b;
}
@media (max-width: 767.98px) {
  section.checkout .woocommerce-cart-form__cart-item {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
section.checkout .woocommerce-cart-form .cart-collaterals::before {
  content: unset;
}
section.checkout .woocommerce-cart-form .cart-collaterals::after {
  content: unset;
}
section.checkout .woocommerce-cart-form .cart-collaterals .cart_totals {
  float: unset;
  width: 50%;
}
section.checkout .woocommerce-cart-form .cart-collaterals .shop_table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
section.checkout .woocommerce-cart-form .cart-collaterals .shop_table__cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.checkout .woocommerce-cart-form .cart-collaterals .shop_table__cost span {
  margin-bottom: 0;
  color: #747575;
}
section.checkout .woocommerce-cart-form .cart-collaterals .wc-proceed-to-checkout {
  width: max-content;
}
section.checkout .woocommerce-cart-form .cart-collaterals .wc-proceed-to-checkout a {
  display: flex;
  font-weight: 600;
}
section.checkout .woocommerce-cart-form .cart-collaterals .text-arsenic .woocommerce-Price-amount {
  color: #2a2a2a;
}
section.checkout .woocommerce-cart-form .cart-collaterals .text-arsenic .woocommerce-Price-amount span,
section.checkout .woocommerce-cart-form .cart-collaterals .text-arsenic .woocommerce-Price-amount bdi {
  color: #2a2a2a;
}
section.checkout form.woocommerce-checkout {
  display: flex;
  gap: 24px;
}
section.checkout form.woocommerce-checkout .woocommerce-customer-detail-wrapper {
  flex: 60%;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
  flex: 40%;
  height: max-content;
}
section.checkout form.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 24px;
}
section.checkout form.woocommerce-checkout #payment {
  background-color: unset;
}
section.checkout form.woocommerce-checkout #payment .payment_box {
  margin-top: 32px;
  border-radius: 8px;
  padding: 24px;
  background-color: #f0f1f5;
}
section.checkout form.woocommerce-checkout #payment .payment_box::before {
  content: unset;
}
section.checkout form.woocommerce-checkout #payment .payment_box p {
  margin-bottom: 0.5rem !important;
  color: #747575;
}
section.checkout form.woocommerce-checkout #payment .payment_box select,
section.checkout form.woocommerce-checkout #payment .payment_box input {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #e2e4eb;
  color: #747575;
  padding-right: 20px;
  padding-left: 20px;
}
section.checkout form.woocommerce-checkout #payment .wc_payment_method {
  color: #1b1b1b;
}
section.checkout form.woocommerce-checkout .checkout-view-button {
  float: unset !important;
  margin-top: 32px;
}
section.checkout form.woocommerce-checkout .checkout-view-button.disabled {
  opacity: 0.2;
  pointer-events: none;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-cart-form__title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total span {
  color: #1b1b1b;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__cart-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #e2e4eb;
  border-bottom: 1px solid #e2e4eb;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__cart-items .cart_item .product-name {
  color: #1b1b1b;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__subtotals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #e2e4eb;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__subtotals .subtotal-value {
  display: flex;
  justify-content: space-between;
}
section.checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table__subtotals .subtotal-value.cart-subtotal {
  color: #1b1b1b;
}
@media (max-width: 767.98px) {
  section.checkout form.woocommerce-checkout {
    flex-direction: column-reverse;
  }
}
section.checkout .woocommerce-privacy-policy-text p {
  font-size: 12px !important;
}

.custom-popup .popup-content__close {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 16px;
}
.custom-popup .popup-content__close--campaign {
  display: flex;
  width: fit-content;
  align-items: center;
  column-gap: 16px;
  z-index: 100;
}
.custom-popup .popup-content__close--campaign i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border: 3px solid #000;
  border-radius: 100%;
}
.custom-popup .popup-content__close--campaign span {
  padding-top: 4px;
}
@media (max-width: 767.98px) {
  .custom-popup .popup-content__close--campaign span {
    font-size: 14px;
  }
}
.custom-popup.popup-campaign button.mfp-close {
  display: none;
}
@media (max-width: 767.98px) {
  .custom-popup.popup-campaign {
    height: 100lvh;
  }
}
@media (max-width: 767.98px) {
  .custom-popup.popup-campaign .section-hero-solarkit__inner {
    padding-top: 88px;
  }
}
.custom-popup__inner {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.custom-popup input[type=text],
.custom-popup input[type=tel],
.custom-popup input[type=email] {
  width: 100%;
  height: var(--height-form-control);
  margin-bottom: 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
  background-color: #e2e4eb;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
}
.custom-popup input[type=submit] {
  height: 64px !important;
  border-radius: 8px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  font-size: calc(var(--font-size-btn) + 4px) !important;
  line-height: 1;
}
.custom-popup .gform_footer .gform_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border: 2px solid #2a2a2a;
  border-radius: 8px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
  font-family: "Nuckle", sans-serif;
  font-weight: 600;
  font-size: calc(var(--font-size-btn) + 4px);
  line-height: 1;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: var(--speed-default);
  padding-right: 80px;
}
.custom-popup .product-popup {
  display: inline-flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .custom-popup .product-popup {
    flex-direction: column;
    gap: 24px;
  }
}
.custom-popup .product-popup .popup__figure {
  width: 100%;
}
@media (min-width: 768px) {
  .custom-popup .product-popup .popup__figure {
    width: 50%;
  }
}
.custom-popup .product-popup .popup__content {
  width: 100%;
}
@media (min-width: 768px) {
  .custom-popup .product-popup .popup__content {
    width: 50%;
  }
}
.custom-popup .product-popup .popup__content .content {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 1439.98px) {
  .custom-popup .brochure-image {
    max-width: 35%;
  }
}
@media (max-width: 1279.98px) {
  .custom-popup .brochure-image {
    display: none;
  }
}

.restore-proces-popup {
  overflow: scroll;
  width: 100%;
  max-width: 500px;
  height: fit-content;
  margin: auto;
  border-radius: 8px;
  background-color: #fafbfc;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.restore-proces-popup__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #2a2a2a;
  position: relative;
  padding-top: 32px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}
.restore-proces-popup__title .popup-close {
  display: flex;
}
.restore-proces-popup__message {
  padding-top: 48px;
  padding-right: 40px;
  padding-bottom: 48px;
  padding-left: 40px;
}
.restore-proces-popup__message .top p {
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 16px;
}
.restore-proces-popup__message .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 1023.98px) {
  .restore-proces-popup {
    top: unset;
  }
}

.configurator-section {
  background-image: url(../images/configurator-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-color: #f0f1f5;
  position: relative;
  margin-right: auto;
  margin-bottom: var(--py-section);
  margin-left: auto;
  padding-top: var(--py-section);
  padding-right: 4px;
  padding-left: 4px;
}
.configurator-section .configurator__image {
  width: calc(100% + 160px);
  margin: 0 -60px 40px -100px;
}
@media (min-width: 1440px) {
  .configurator-section .configurator__image {
    width: calc(100% + 100px);
    margin: 0 0 0 -50px;
  }
}
@media (min-width: 1600px) {
  .configurator-section .configurator__image {
    width: calc(100% + 200px);
    margin-left: -70px;
  }
}
.configurator-section .configurator__bottom {
  width: 100%;
  padding-bottom: 30px;
}
.configurator-section .configurator__bottom h6 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .configurator-section .configurator__bottom h6 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .configurator-section .configurator__bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .configurator-section {
    max-width: 1920px;
    border-radius: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.blocks--related .card-news__image {
  height: 540px;
  position: relative;
}
.blocks--related .card-news__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .blocks--related .card-news__image {
    height: 680px;
  }
}

.woocommerce .lost_reset_password {
  display: flex;
  flex-direction: column;
}
.woocommerce:has(form.lost_reset_password) {
  background-color: #fafbfc;
  padding-top: 128px;
  padding-bottom: 128px;
}

.location-map {
  margin-bottom: var(--py-section);
}
.location-map__list-wrapper .sectors__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px !important;
  padding-bottom: 32px !important;
  padding-left: 0 !important;
}
.location-map__list-wrapper .sectors__link .title {
  display: flex;
  align-items: center;
  color: #000;
  gap: 24px;
}
.location-map__list-wrapper .sectors__link .title .btn, .location-map__list-wrapper .sectors__link .title section.cart .button, section.cart .location-map__list-wrapper .sectors__link .title .button {
  margin-bottom: 0 !important;
}
.location-map__list-wrapper .sectors__link .title .see-google-maps {
  border-color: #0071e3;
  color: #0071e3;
}
.location-map__list-wrapper .sectors__link .title .see-google-maps:hover {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .location-map__list-wrapper .sectors__link .title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.location-map__list-wrapper .sectors__link .address {
  color: #747575;
}
@media (max-width: 1023.98px) {
  .location-map__list-wrapper .sectors__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.partner-overview__partner-section {
  margin-bottom: var(--py-section);
}
.partner-overview__partner-section h5 {
  margin-bottom: 48px;
}
.partner-overview__partner-section__partner-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  column-gap: 24px;
}
@media (min-width: 768px) {
  .partner-overview__partner-section__partner-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .partner-overview__partner-section__partner-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section-hero-solarkit {
  position: relative;
  width: 100%;
  margin-bottom: var(--py-section);
}
.section-hero-solarkit__inner {
  margin: 0 auto;
  height: 100lvh;
  max-width: 1680px;
  padding-top: 32px;
  padding-bottom: 144px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .section-hero-solarkit__inner {
    height: 100%;
    padding: 64px;
  }
}
.section-hero-solarkit__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-hero-solarkit__content {
    row-gap: 48px;
  }
}
.section-hero-solarkit__content__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.section-hero-solarkit__content__titles h1,
.section-hero-solarkit__content__titles h2,
.section-hero-solarkit__content__titles p {
  margin-bottom: 0;
  text-align: center;
}
.section-hero-solarkit__content__titles p {
  font-size: 18px;
}
@media (min-width: 1440px) {
  .section-hero-solarkit__content__titles p {
    font-size: 28px;
  }
}
.section-hero-solarkit__content__titles h2 {
  max-width: 664px;
}
.section-hero-solarkit__content__usps {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.section-hero-solarkit__content__usps li {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #2a2a2a;
}
.section-hero-solarkit__content__usps li::before {
  content: "\e92c";
  font-family: "wattsun-icons";
  width: 24px;
  height: 24px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-hero-solarkit__content__usps {
    flex-direction: row;
    column-gap: 32px;
    row-gap: 16px;
  }
}
.section-hero-solarkit__content__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.section-hero-solarkit__content__ctas a {
  width: fit-content;
}
@media (min-width: 768px) {
  .section-hero-solarkit__content {
    row-gap: 24px;
  }
}
@media (min-width: 1440px) {
  .section-hero-solarkit__content {
    margin-top: 56px;
  }
}
.section-hero-solarkit__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #a1a1a4;
}
.section-hero-solarkit__background picture,
.section-hero-solarkit__background video,
.section-hero-solarkit__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .section-hero-solarkit {
    height: 992px;
  }
}

.product-specs-special {
  display: flex;
  justify-content: center;
  margin-bottom: var(--py-section);
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .product-specs-special {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  .product-specs-special {
    min-height: 1080px;
  }
}
.product-specs-special .container {
  height: 100%;
}
.product-specs-special__inner {
  position: relative;
  height: 100%;
  background-color: #f0f1f5;
  max-width: 1680px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 58px;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .product-specs-special__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .product-specs-special__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .product-specs-special__inner {
    padding-left: 136px;
    padding-right: 0;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .product-specs-special__inner:before, .product-specs-special__inner:after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    height: 90px;
  }
  .product-specs-special__inner::before {
    background-image: url(../images/overlay-blue.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
    top: -89px;
  }
  .product-specs-special__inner::after {
    background-image: url(../images/overlay-reversed.svg);
    background-position: right -1px center;
    background-repeat: no-repeat;
    bottom: -60px;
  }
}
.product-specs-special__title {
  max-width: 884px;
}
.product-specs-special__content {
  margin: 0;
}
@media (min-width: 1440px) {
  .product-specs-special__content__image {
    padding-bottom: 120px;
  }
}
.product-specs-special__content__image picture,
.product-specs-special__content__image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  display: block;
}
.product-specs-special__content__spec-list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-specs-special__content__spec-list ul li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: auto;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .product-specs-special__content__spec-list ul li {
    padding-bottom: 40px;
  }
}
.product-specs-special__content__spec-list ul li:not(:last-child) {
  border-bottom: 1px solid #dcdde1;
}
.product-specs-special__content__spec-list ul li .spec {
  color: #2a2a2a;
  margin: 0;
}
.product-specs-special__content__spec-list ul li .description {
  color: #818181;
  margin: 0;
}

.savings-overview {
  display: flex;
  justify-content: center;
  margin-bottom: var(--py-section);
  background-color: #f0f1f5;
}
@media (min-width: 768px) {
  .savings-overview {
    background: unset;
  }
}
.savings-overview__inner {
  max-width: 1680px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f1f5;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .savings-overview__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .savings-overview__inner {
    padding: 80px 120px;
  }
}
.savings-overview .block-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .savings-overview .block-grid {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1024px) {
  .savings-overview .block-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.savings-overview .checklist-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 1px solid #dcdde1;
  border-bottom: 1px solid #dcdde1;
}
.savings-overview__title {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .savings-overview__title {
    text-align: left;
  }
}
.savings-overview__block {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 768px) {
  .savings-overview__block {
    padding: 40px !important;
  }
}
.savings-overview__block .title {
  margin-bottom: 16px;
}
.savings-overview__block__costs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .savings-overview__block__costs {
    margin-bottom: 88px;
  }
}
.savings-overview__block__costs li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .savings-overview__block__costs li {
    flex-direction: row;
  }
}
.savings-overview__block__costs li span,
.savings-overview__block__costs li strong {
  width: 100%;
}
@media (min-width: 768px) {
  .savings-overview__block__costs li span,
  .savings-overview__block__costs li strong {
    width: 50%;
  }
}
.savings-overview__block__costs li strong {
  color: #2a2a2a;
}
.savings-overview__block__total {
  display: flex;
  column-gap: 16px;
  border-top: 1px solid;
  padding-top: 32px;
  border-top: 1px solid #dcdde1;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .savings-overview__block__total {
    flex-direction: row;
  }
}
.savings-overview__block--old {
  border: 1px solid #dcdde1;
}
.savings-overview__block--new {
  background-color: #fff;
}
.savings-overview__block--new .savings-overview__block__total .total-price {
  color: #0071e3;
}
.savings-overview__checklist {
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  padding: 32px 24px;
  row-gap: 24px;
}
@media (max-width: 767.98px) {
  .savings-overview__checklist {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .savings-overview__checklist {
    padding: 32px 48px;
  }
}
@media (min-width: 1440px) {
  .savings-overview__checklist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.savings-overview__checklist__item span {
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1600px) {
  .savings-overview__checklist__item span {
    gap: 0;
    height: 108px;
  }
}
.savings-overview__checklist__item span:before {
  content: "\e92c";
  font-family: "wattsun-icons";
  width: 24px;
  height: 24px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
}
@media (min-width: 1440px) {
  .savings-overview__checklist__item:first-child {
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .savings-overview__checklist__item:nth-child(2) {
    padding-left: 32px;
    padding-right: 32px;
    border-left: 1px solid #dcdde1;
    border-right: 1px solid #dcdde1;
  }
}
@media (min-width: 1440px) {
  .savings-overview__checklist__item:last-child {
    padding-left: 32px;
  }
}
.savings-overview__checklist-disclaimer span {
  font-size: 14px;
  color: rgba(42, 42, 42, 0.4);
}
.savings-overview .share-button-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.upgrade-block {
  background-color: #f0f1f5;
  padding-top: 120px;
  padding-bottom: 120px;
}
.upgrade-block__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upgrade-block__intro h1, .upgrade-block__intro h2, .upgrade-block__intro h3, .upgrade-block__intro h4, .upgrade-block__intro h5, .upgrade-block__intro h6, .upgrade-block__intro p {
  max-width: 800px;
}
.upgrade-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.upgrade-block__upgrades {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  column-gap: 24px;
  max-width: 1408px;
}
@media (max-width: 767.98px) {
  .upgrade-block__upgrades {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1440px) {
  .upgrade-block__upgrades {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.upgrade-block__upgrades__plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.upgrade-block__upgrades__plan .plan-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .upgrade-block__upgrades__plan .plan-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.upgrade-block__upgrades__plan .plan-wrapper .plan-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.upgrade-block__upgrades__plan .plan-wrapper .title-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.upgrade-block__upgrades__plan .plan-wrapper .title-price .title,
.upgrade-block__upgrades__plan .plan-wrapper .title-price .price {
  margin: 0;
}
.upgrade-block__upgrades__plan .plan-wrapper .title-price .title {
  color: #2a2a2a;
}
.upgrade-block__upgrades__plan .plan-wrapper .title-price .price {
  color: rgba(42, 42, 42, 0.5);
}
.upgrade-block__upgrades__plan .plan-wrapper .usps {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.upgrade-block__upgrades__plan .plan-wrapper .usps li {
  display: flex;
  column-gap: 8px;
  font-size: 16px;
  color: rgba(27, 27, 27, 0.5);
}
.upgrade-block__upgrades__plan .plan-wrapper .usps li:before {
  content: "\e92c";
  font-family: "wattsun-icons";
  width: 20px;
  height: 20px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 10px;
}
.upgrade-block__upgrades__plan:not(:nth-child(2)) .plan-wrapper {
  padding-top: 48px;
  padding-bottom: 24px;
}
@media (min-width: 1440px) {
  .upgrade-block__upgrades__plan:not(:nth-child(2)) .plan-wrapper {
    height: 608px;
  }
}
.upgrade-block__upgrades__plan:nth-child(2) .plan-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 1440px) {
  .upgrade-block__upgrades__plan:nth-child(2) .plan-wrapper {
    height: 720px;
  }
}
@media (min-width: 1600px) {
  .upgrade-block__upgrades__plan:nth-child(2) .plan-wrapper {
    height: 808px;
    width: 512px;
  }
}
.upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon span {
  display: flex;
  align-items: center;
  position: absolute;
  margin: 0;
  color: #2a2a2a;
  gap: 8px;
}
.upgrade-block__upgrades__plan--most-chosen .most-chosen-ribbon span i {
  font-size: 20px;
  color: #fff;
}
.upgrade-block__bottom-link a {
  text-decoration: underline;
  font-size: 16px;
  color: rgba(42, 42, 42, 0.5);
}

.events-block {
  background-color: #fff;
  margin-bottom: var(--py-section);
}
.events-block__inner {
  background-color: #fafbfc;
  margin: 0 auto;
  max-width: 1408px;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .events-block__inner {
    padding: 80px;
  }
}
.events-block__intro {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.events-block__intro__text {
  flex: 1;
}
.events-block__intro__text h4, .events-block__intro__text h5, .events-block__intro__text h6 {
  margin-bottom: 12px;
}
.events-block__intro__text p {
  margin-bottom: 0;
  padding-right: 80px;
}
.events-block__intro__cta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .events-block__intro__cta {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .events-block__intro {
    flex-direction: row;
  }
}
.events-block__events {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 56px;
}
.events-block__events__item {
  display: flex;
  column-gap: 48px;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f0f1f5;
  padding: 24px;
  row-gap: 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 580px) {
  .events-block__events__item {
    flex-direction: row;
    row-gap: 16px;
    text-align: left;
  }
}
.events-block__events__item .week {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  width: 98px;
  height: 94px;
  border-radius: 8px;
}
.events-block__events__item .week span {
  margin-bottom: 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.events-block__events__item .week span:first-child {
  font-size: 18px;
  text-align: center;
  color: rgba(42, 42, 42, 0.4);
}
.events-block__events__item .week span:last-child {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 32px;
}
.events-block__events__item .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 1;
}
.events-block__events__item .data .title span {
  margin-bottom: 0;
  color: #2a2a2a;
}
.events-block__events__item .data .times {
  display: flex;
  column-gap: 24px;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .events-block__events__item .data .times {
    flex-direction: row;
  }
}
.events-block__events__item .data .times span {
  margin-bottom: 0;
  color: rgba(42, 42, 42, 0.4);
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .events-block__events__item .data .times span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .events-block__events__item .data .times span {
    font-size: 18px;
    line-height: 25px;
  }
}
.events-block__events__item .agenda-button {
  display: flex;
  align-items: center;
}

.cta-image-text {
  display: flex;
  justify-content: center;
  background-color: #fafbfc;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-image-text__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  max-width: 1408px;
  margin: 0 auto;
}
.cta-image-text__image {
  display: flex;
  justify-content: center;
}
.cta-image-text__image picture,
.cta-image-text__image img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-image-text__image picture,
  .cta-image-text__image img {
    max-width: 560px;
  }
}
.cta-image-text__text {
  max-width: 1140px;
  text-align: center;
}
.cta-image-text__cta-btn {
  display: flex;
  justify-content: center;
}

.question-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.question-footer a,
.question-footer h4 {
  text-align: center;
  width: fit-content;
}

.floating-whatsapp-button {
  position: fixed;
  bottom: 75px;
  left: 10px;
  z-index: 1000;
}

.card-block {
  display: block;
  width: 100%;
  aspect-ratio: 520/680;
  position: relative;
}
.card-block__bottom p {
  margin-bottom: 0;
}
.card-block__bottom, .card-block__button {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
}
@media (min-width: 1440px) {
  .card-block__bottom, .card-block__button {
    width: calc(100% - 80px);
    bottom: 40px;
    left: 40px;
  }
}
.card-block.card-block--content .btn--large {
  width: 100%;
}
.card-block__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  position: relative;
}
.card-block__image::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 35%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-block__image::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 35%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.card-block__image img {
  opacity: 0.9;
}
.card-block__image picture,
.card-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.card-block__title {
  position: absolute;
  top: 20px;
  left: 20px;
}
.card-block__title span {
  display: block;
  font-size: 20px;
  color: #fafbfc;
  z-index: 3;
}
@media (min-width: 1440px) {
  .card-block__title span {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .card-block__title {
    top: 40px;
    left: 40px;
  }
}
.card-block--content {
  min-height: 456px;
  border-radius: 8px;
  padding: 20px;
  background: #d7d4cb;
  position: relative;
}
.card-block--content .card-block__image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card-block--content .card-block__image picture,
.card-block--content .card-block__image img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
}
.card-block--content h4 {
  color: #2a2a2a;
  position: relative;
  z-index: 2;
}
.card-block--content .btn, .card-block--content section.cart .button, section.cart .card-block--content .button {
  justify-content: center;
  height: calc(var(--height-btn) * 2);
  border: 2px solid #fafbfc !important;
  border-radius: 8px;
  padding-right: 100px !important;
  padding-left: 30px;
  font-size: calc(var(--font-size-btn) + 2px);
  color: #2a2a2a !important;
  text-align: center;
}
.card-block--content .btn::after, .card-block--content section.cart .button::after, section.cart .card-block--content .button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--height-btn) * 2) !important;
  height: 100%;
  margin-left: 20px;
  background: #fafbfc;
  font-size: 24px;
  color: #0071e3;
  position: absolute;
  top: 0;
  right: 0;
}
.card-block--content .btn:hover, .card-block--content section.cart .button:hover, section.cart .card-block--content .button:hover {
  border-color: #0071e3 !important;
  background: #0071e3;
  color: #fafbfc !important;
}
.card-block--content .btn:hover::after, .card-block--content section.cart .button:hover::after, section.cart .card-block--content .button:hover::after {
  background: #0071e3;
  color: #fafbfc;
}
@media (min-width: 1024px) {
  .card-block--content {
    min-height: 100%;
  }
}
@media (min-width: 1440px) {
  .card-block--content {
    padding: 40px;
  }
}
.card-block--2, .card-block--1 {
  min-height: 456px;
  border-radius: 8px;
  padding: 20px;
  background: #d7d4cb;
  position: relative;
}
.card-block--2 span,
.card-block--2 h4, .card-block--1 span,
.card-block--1 h4 {
  color: #2a2a2a;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .card-block--2, .card-block--1 {
    min-height: 100%;
  }
}
@media (min-width: 1440px) {
  .card-block--2, .card-block--1 {
    padding: 40px;
  }
}
.card-block--1 {
  background: #f0f1f5;
}
.card-block--image .card-block__title span,
.card-block--image .card-block__title h2 {
  color: #fafbfc;
}
.card-block--image .card-block__bottom {
  color: rgba(250, 251, 252, 0.6);
}

.card-content {
  display: block;
  width: 100%;
  position: relative;
}
.card-content__content__buttons {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.card-content__content__buttons a {
  width: fit-content;
}
.card-content__content__cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
}
.card-content__content__cta-buttons a {
  width: fit-content;
}
.card-content__image-wrapper .card-content__image {
  width: 100%;
  height: 100%;
  display: block;
}
.card-content__image {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.card-content__image picture,
.card-content__image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.card-content--image-text {
  display: flex;
  align-items: stretch;
  margin-bottom: var(--py-section);
}
.card-content--image-text .card-content__image picture, .card-content--image-text .card-content__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-work {
  overflow: hidden;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card-work h6 {
  width: 100%;
  margin-bottom: 0;
  padding: 25px 24px;
  font-weight: 600;
  color: #fafbfc;
  position: absolute;
  top: 0;
  left: 0;
}
.card-work h6 strong {
  display: block;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .card-work h6 {
    padding: 40px 15px;
  }
}
@media (min-width: 1600px) {
  .card-work h6 {
    padding: 48px;
  }
}
.card-work:hover .card-work__image::after {
  opacity: 1;
  visibility: visible;
}
.card-work:hover .btn--large.btn--large:hover {
  border-color: #fafbfc;
  background: #fafbfc !important;
  color: #0071e3 !important;
}
.card-work:hover .btn--large.btn--large:hover::after {
  background: #fafbfc !important;
  color: #0071e3 !important;
}
.card-work:hover .card-work__link {
  opacity: 1;
  visibility: visible;
}
.card-work__image {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
.card-work__image::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 22%, rgba(0, 0, 0, 0) 57%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.card-work__image::after {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #0071e3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .card-work__image::after {
    display: block;
  }
}
.card-work__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-work__image img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .card-work__image {
    height: 160px;
  }
}
.card-work__link {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 100%;
  padding: 25px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .card-work__link {
    display: block;
  }
}
@media (min-width: 1024px) {
  .card-work__link {
    padding: 40px 15px;
  }
}
@media (min-width: 1600px) {
  .card-work__link {
    padding: 48px;
  }
}

.card-product {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 40px;
  background: #fafbfc;
  text-decoration: none;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
.card-product h6 {
  height: 4rem;
  margin-bottom: 10px;
}
.card-product .js-add-to-card.loading {
  opacity: 0.3;
  pointer-events: none;
}
.card-product .js-add-to-card.loading::before {
  width: 16px;
  height: 16px;
  background-image: url("../images/loading-spinner.svg");
  background-size: cover;
  content: "";
  position: absolute;
}
@media (min-width: 1440px) {
  .card-product {
    padding: 50px;
  }
}
.card-product__heading {
  height: 7rem;
  margin-bottom: 32px;
}
.card-product__heading .product-usp-subtitle {
  overflow: hidden;
  max-height: 3rem;
  margin-bottom: 0;
  font-size: 14px;
}
.card-product__heading p {
  font-size: 14px;
}
@media (min-width: 1280px) {
  .card-product__heading p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .card-product__heading p {
    font-size: 20px;
  }
}
.card-product__actions {
  height: 104px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .card-product__actions {
    height: 160px;
    padding-bottom: 0;
  }
}
.card-product__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.card-product__image picture,
.card-product__image img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 1440px) {
  .card-product__image {
    margin-bottom: 64px;
  }
}
.card-product__pill {
  position: absolute;
  border-radius: 25px;
  background-color: #0071e3;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  top: 50px;
  right: 50px;
  z-index: 1;
}
.card-product--large .card-product__image {
  width: 100%;
  height: 200px;
  margin-bottom: 64px;
}
@media (min-width: 1440px) {
  .card-product--large .card-product__image {
    width: 100%;
    height: 400px;
    margin-bottom: 96px;
  }
}

.card-highlight {
  display: block;
  width: 100%;
  position: relative;
}
.card-highlight p {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

.card-news {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  text-decoration: none;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
.card-news::before {
  opacity: 0.2;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-news::after {
  opacity: 0.07;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.card-news__image {
  opacity: 0.6;
  width: 100%;
  height: 540px;
}
.card-news__image picture,
.card-news__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news__title {
  padding: 25px;
  font-weight: 600;
  font-size: 24px;
  color: #fafbfc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1440px) {
  .card-news__title {
    padding: 50px;
  }
}
.card-news__link {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1440px) {
  .card-news__link {
    padding: 50px;
  }
}

.card-overview {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 480px;
  border-radius: 8px;
  position: relative;
}
.card-overview::before {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-overview::after {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-overview:hover .card-overview__image::after {
  border-color: #0071e3;
  background: #0071e3;
  color: #fafbfc;
}
.card-overview.has-content .card-overview__image::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 80px;
  border: 2px solid #fafbfc;
  border-radius: 8px;
  content: "\e91b";
  font-family: "wattsun-icons";
  color: #fafbfc;
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 6;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .card-overview.has-content .card-overview__image::after {
    right: 32px;
    bottom: 32px;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .card-overview.has-content .card-overview__image::after {
    right: 48px;
    bottom: 48px;
  }
}
.card-overview.content-open .card-overview__overlay-content {
  opacity: 1;
}
.card-overview.content-open .card-overview__overlay-content a,
.card-overview.content-open .card-overview__overlay-content p,
.card-overview.content-open .card-overview__overlay-content .card-overview__name {
  pointer-events: auto;
}
.card-overview.content-open .card-overview__image::after {
  content: "\e913";
}
@media (min-width: 1280px) {
  .card-overview {
    height: 680px;
  }
}
.card-overview__name {
  width: 100%;
  color: #fafbfc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}
@media (min-width: 1440px) {
  .card-overview__name {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }
}
.card-overview__image {
  width: 100%;
  height: 100%;
  background: #000;
}
.card-overview__image picture {
  opacity: 0.9;
}
.card-overview__image picture,
.card-overview__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-overview__overlay-content {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  z-index: 3;
  transition: opacity var(--speed-default);
}
.card-overview__overlay-content .card-overview__name {
  pointer-events: none;
  position: relative;
}
.card-overview__overlay-content a {
  pointer-events: none;
}
.card-overview__overlay-content .text-content {
  padding-right: 32px;
  padding-left: 32px;
}
.card-overview__overlay-content .text-content p {
  font-weight: 400;
  color: #d7d4cb;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .card-overview__overlay-content .text-content {
    padding-right: 48px;
    padding-left: 48px;
  }
}

.card-partner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  background-color: #f0f1f5;
  padding: 48px;
  border-radius: 8px;
}
.card-partner__heading {
  height: 72px;
  border-bottom: 1px solid #dcdde1;
  margin-bottom: 32px;
}
.card-partner__heading .image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 48px;
}
.card-partner__heading img, .card-partner__heading picture {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.card-partner__contact-info__name {
  color: #2a2a2a;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.card-partner__contact-info__address span {
  display: block;
  color: #a1a1a4;
}
.card-partner__contact-info__contact {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 16px;
  margin-top: 16px;
}
.card-partner__contact-info__contact a {
  width: fit-content;
  display: block;
}
.card-partner__contact-info__contact .btn, .card-partner__contact-info__contact section.cart .button, section.cart .card-partner__contact-info__contact .button {
  margin-bottom: 0 !important;
}
.card-partner__footer .btn, .card-partner__footer section.cart .button, section.cart .card-partner__footer .button {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .card-partner {
    height: 584px;
  }
}

.card {
  overflow: hidden;
  position: relative;
}

.dealer-locator-wrapper {
  width: 100vw;
  height: calc(100vh - 56px - 68px);
  min-height: 580px;
}

.dealer-locator {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.dealer-locator .custom-cluster,
.dealer-locator .custom-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 8px 2px rgba(0, 0, 0, 0.1);
}
.dealer-locator .custom-marker {
  background-color: #343434;
  color: #fff;
  position: relative;
  transition: transform var(--speed-slow) var(--cubic-bezier);
}
.dealer-locator .custom-marker.active {
  transform: scale(1.2);
}
.dealer-locator .custom-marker--color-invert {
  color: #343434;
}
.dealer-locator .custom-marker__icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dealer-locator .custom-marker i {
  font-size: 14px;
}
.dealer-locator .custom-cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: "Nuckle", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0071e3;
}
.dealer-locator .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dealer-locator .filters__button {
  overflow: hidden;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 999px;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #2a2a2a;
  position: relative;
  z-index: 1;
}
.dealer-locator .filters__button::before, .dealer-locator .filters__button::after {
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.dealer-locator .filters__button::before {
  background: #2a2a2a;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--speed-slow) var(--cubic-bezier);
}
.dealer-locator .filters__button::after {
  border: 2px solid rgba(42, 42, 42, 0.2);
  border-radius: inherit;
  z-index: -1;
}
.dealer-locator .filters__button:disabled {
  opacity: 0.4;
}
.dealer-locator .filters__button i,
.dealer-locator .filters__button span {
  display: block;
  position: relative;
  z-index: 2;
}
.dealer-locator .filters__button i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2a2a2a;
}
.dealer-locator .filters__button.selected {
  color: #f0f1f5;
}
.dealer-locator .filters__button.selected::before {
  transform: scaleY(1);
}
.dealer-locator .card.card--partner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.dealer-locator .card.card--partner .card__figure {
  display: flex;
  align-items: flex-start;
}
.dealer-locator .card.card--partner .card__figure img {
  width: 52px;
}
.dealer-locator .card.card--partner .card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dealer-locator .card.card--partner .card__content__header {
  display: flex;
  align-items: center;
  gap: 24px;
}
.dealer-locator .card.card--partner .card__content__header p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  color: #2a2a2a;
}
.dealer-locator .card.card--partner .card__content address {
  font-size: 14px;
}
.dealer-locator .card.card--partner .card__content .btn, .dealer-locator .card.card--partner .card__content section.cart .button, section.cart .dealer-locator .card.card--partner .card__content .button {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
.dealer-locator .card.card--partner .card__content .btn::after, .dealer-locator .card.card--partner .card__content section.cart .button::after, section.cart .dealer-locator .card.card--partner .card__content .button::after {
  font-size: 16px;
}
.dealer-locator .card.card--partner .card__tags {
  display: flex;
  align-items: center;
  gap: 24px;
}
.dealer-locator .card.card--partner .card__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 1;
  color: rgba(42, 42, 42, 0.6);
}
.dealer-locator .card.card--partner .card__tag i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2a2a2a;
}
.dealer-locator .card.card--partner:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dealer-locator .card.card--partner.card--selected {
  background-color: #f0f1f5;
}
.dealer-locator .card.card--partner.card--disabled {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .dealer-locator .card.card--partner {
    transition: background var(--speed-default) ease-in-out;
  }
  .dealer-locator .card.card--partner:not(.card--disabled):hover {
    background: #dcdde1;
  }
}
@media (min-width: 1024px) {
  .dealer-locator .card.card--partner {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.dealer-locator__no-results {
  padding: 24px 48px;
}
.dealer-locator__map {
  width: 100%;
  height: 100%;
}
.dealer-locator__map .card.card--partner {
  overflow: unset;
  border-radius: 4px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fafbfc !important;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.08));
}
.dealer-locator__map .card.card--partner::after {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background-color: #fafbfc;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .dealer-locator__map .card.card--partner {
    flex-direction: column;
  }
  .dealer-locator__map .card.card--partner .card__figure img {
    width: 80px;
  }
  .dealer-locator__map .card.card--partner .card__content__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .dealer-locator__map .card.card--partner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.dealer-locator__map-legend {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 4;
}
.dealer-locator__map-legend .legend-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
}
.dealer-locator__map-legend .legend-tag i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2a2a2a;
}
@media (min-width: 768px) {
  .dealer-locator__map-legend .legend-tag {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .dealer-locator__map-legend {
    bottom: 40px;
    left: 40px;
  }
}
.dealer-locator__sidebar {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 520px;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 4;
  transition: max-height var(--speed-slow) var(--cubic-bezier);
}
.dealer-locator__sidebar__header {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
}
.dealer-locator__sidebar__header__title {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .dealer-locator__sidebar__header {
    gap: 32px;
    padding: 48px;
  }
}
.dealer-locator__sidebar__list {
  overflow-y: auto;
}
.dealer-locator__sidebar__search {
  width: 100%;
  height: var(--height-form-control);
}
.dealer-locator__sidebar__search__list {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 260px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transform: translateY(2px);
  z-index: 4;
}
.dealer-locator__sidebar__search__item {
  display: block;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.dealer-locator__sidebar__search__item:not(:last-child) {
  border-bottom: 1px solid #e2e4eb;
}
@media (hover: hover) and (pointer: fine) {
  .dealer-locator__sidebar__search__item {
    transition: background var(--speed-default) ease-in-out;
  }
  .dealer-locator__sidebar__search__item:hover {
    background: rgba(226, 228, 235, 0.5);
    font-weight: 600;
  }
}
.dealer-locator__sidebar__switch {
  display: flex;
  padding: 8px;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dealer-locator__sidebar__switch__button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 32px;
  border-radius: 4px;
  background-color: #f0f1f5;
  font-size: 14px;
  line-height: 1;
  color: #2a2a2a;
  cursor: pointer;
  position: relative;
}
.dealer-locator__sidebar__switch__button::before {
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--speed-slow) var(--cubic-bezier);
}
.dealer-locator__sidebar__switch__button span {
  position: relative;
}
.dealer-locator__sidebar__switch__button.active {
  color: #f0f1f5;
}
.dealer-locator__sidebar__switch__button.active::before {
  transform: scaleY(1);
}
@media (min-width: 1280px) {
  .dealer-locator__sidebar__switch {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .dealer-locator__sidebar:not(.list-visible) {
    max-height: 48px;
  }
}
@media (min-width: 768px) {
  .dealer-locator__sidebar {
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dealer-locator__sidebar {
    top: 40px;
    right: 40px;
    bottom: 40px;
  }
}

.gm-style {
  font-family: inherit;
  font-weight: inherit;
}
.gm-style *:focus {
  outline: none;
}
.gm-style .gm-style-iw {
  font-weight: inherit;
}
.gm-style .gm-style-iw-c {
  overflow: unset;
  border-radius: unset;
  background-color: unset;
  padding: unset !important;
  box-shadow: unset;
}
.gm-style .gm-style-iw-d {
  overflow: unset !important;
  padding: unset;
}
.gm-style .gm-style-iw-tc {
  display: none;
}

.form-check {
  display: flex;
  position: relative;
}
.form-check > * {
  cursor: pointer;
}
.form-check .form-check__indicator {
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-form-check-indicator);
  height: var(--size-form-check-indicator);
  border: 2px solid rgba(42, 42, 42, 0.1);
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
.form-check .form-check__indicator::after {
  opacity: 0;
  content: "";
}
@media (min-width: 1024px) {
  .form-check .form-check__indicator {
    top: -1px;
  }
}
.form-check .form-check__text {
  padding-left: 35px;
  font-size: calc(var(--font-size-base) / 1.125);
  -webkit-user-select: none;
          user-select: none;
}
.cookiebar .form-check .form-check__text {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .cookiebar .form-check .form-check__text {
    font-size: 16px;
  }
}
.form-check input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
  z-index: -1;
}
.form-check input:disabled ~ * {
  opacity: 0.5;
  cursor: default;
}
.form-check input:checked ~ .form-check__indicator::after {
  opacity: 1;
}
.form-check input[type=checkbox]:checked ~ .form-check__indicator {
  border-color: #0071e3;
  background-size: 14.5px auto;
  background-color: #0071e3;
}
.form-check input[type=radio] ~ .form-check__indicator {
  border-radius: 50%;
}
.form-check input[type=radio] ~ .form-check__indicator::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0071e3;
  transform: scale(0);
  transition: transform var(--speed-fast) ease-out;
}
.form-check input[type=radio]:checked ~ .form-check__indicator::after {
  transform: scale(1);
}
.form-check + .form-check {
  margin-top: 15px;
}

.custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-selected, .form-control, .woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.woocommerce-input-wrapper select, .login-block .gravity-registration .gform_page_fields input,
.login-block .gravity-registration .gform_page_fields textarea,
.login-block .gravity-registration .gform_page_fields select, .dealer-locator__sidebar__search input {
  width: 100%;
  height: var(--height-form-control);
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #e2e4eb;
  font-weight: 600;
  font-size: 14px;
  color: #2a2a2a;
  transition: border-color var(--speed-default) ease-out;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
}
.custom-select .select-items .select-items__body .select-items__body__option::placeholder, .custom-select .select-selected::placeholder, .form-control::placeholder, .woocommerce-input-wrapper input::placeholder,
.woocommerce-input-wrapper textarea::placeholder,
.woocommerce-input-wrapper select::placeholder, .login-block .gravity-registration .gform_page_fields input::placeholder,
.login-block .gravity-registration .gform_page_fields textarea::placeholder,
.login-block .gravity-registration .gform_page_fields select::placeholder, .dealer-locator__sidebar__search input::placeholder {
  opacity: 0.4;
  color: #2a2a2a;
}
.custom-select .select-items .select-items__body .select-items__body__option:disabled, .custom-select .select-selected:disabled, .form-control:disabled, .woocommerce-input-wrapper input:disabled,
.woocommerce-input-wrapper textarea:disabled,
.woocommerce-input-wrapper select:disabled, .login-block .gravity-registration .gform_page_fields input:disabled,
.login-block .gravity-registration .gform_page_fields textarea:disabled,
.login-block .gravity-registration .gform_page_fields select:disabled, .dealer-locator__sidebar__search input:disabled {
  opacity: 0.5;
}
.custom-select .select-items .select-items__body .select-items__body__option:not(textarea), .custom-select .select-selected:not(textarea), .form-control:not(textarea), .woocommerce-input-wrapper input:not(textarea),
.woocommerce-input-wrapper textarea:not(textarea),
.woocommerce-input-wrapper select:not(textarea), .login-block .gravity-registration .gform_page_fields input:not(textarea),
.login-block .gravity-registration .gform_page_fields textarea:not(textarea),
.login-block .gravity-registration .gform_page_fields select:not(textarea), .dealer-locator__sidebar__search input:not(textarea) {
  display: flex;
  align-items: center;
  height: var(--height-form-control);
}
.form-group--invalid .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-items .select-items__body .form-group--invalid .select-items__body__option, .form-group--invalid .custom-select .select-selected, .custom-select .form-group--invalid .select-selected, .form-group--invalid .form-control, .form-group--invalid .woocommerce-input-wrapper input, .woocommerce-input-wrapper .form-group--invalid input,
.form-group--invalid .woocommerce-input-wrapper textarea,
.woocommerce-input-wrapper .form-group--invalid textarea,
.form-group--invalid .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .form-group--invalid select, .form-group--invalid .login-block .gravity-registration .gform_page_fields input, .login-block .gravity-registration .gform_page_fields .form-group--invalid input,
.form-group--invalid .login-block .gravity-registration .gform_page_fields textarea,
.login-block .gravity-registration .gform_page_fields .form-group--invalid textarea,
.form-group--invalid .login-block .gravity-registration .gform_page_fields select,
.login-block .gravity-registration .gform_page_fields .form-group--invalid select, .form-group--invalid .dealer-locator__sidebar__search input, .dealer-locator__sidebar__search .form-group--invalid input {
  border-color: #0071e3;
}

textarea.form-control {
  display: block;
  min-height: calc(var(--height-form-control) * 2.34375);
  resize: vertical;
  padding-top: var(--py-form-control);
  padding-bottom: var(--py-form-control);
}

.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.custom-select .select-selected::after {
  flex-shrink: 0;
  margin-left: 15px;
  content: "\e907";
  font-size: 7px;
  transition: transform var(--speed-default) var(--ease-out);
}
.custom-select .select-items {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.custom-select .select-items .select-items__body {
  overflow-y: auto;
  max-height: calc(var(--height-form-control) * 5);
}
.custom-select .select-items .select-items__body .select-items__body__option {
  margin-top: -1px;
  cursor: pointer;
}
.custom-select .select-items .select-items__body .select-items__body__option.same-as-selected {
  display: none;
}
.custom-select.custom-select--active {
  z-index: 10;
}
.custom-select.custom-select--active .select-selected::after {
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  .custom-select .select-selected::after {
    right: calc(var(--px-form-control) - 5px);
  }
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #969797;
}
.form-group.form-group--search {
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  border: 2px solid rgba(240, 241, 245, 0.2);
  border-radius: 8px;
  transition: border-color var(--speed-fast) linear;
}
.form-group.form-group--search .btn, .form-group.form-group--search section.cart .button, section.cart .form-group.form-group--search .button {
  height: auto;
  border-radius: 6px 0 0 6px;
  border-right: 2px solid rgba(240, 241, 245, 0.2);
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  color: rgba(240, 241, 245, 0.2);
}
.form-group.form-group--search .btn:hover, .form-group.form-group--search section.cart .button:hover, section.cart .form-group.form-group--search .button:hover {
  border-color: transparent;
  border-right: 2px solid rgba(240, 241, 245, 0.2);
  color: #fff;
}
.form-group.form-group--search input {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #f0f1f5;
}
.form-group.form-group--search input::placeholder {
  color: rgba(240, 241, 245, 0.5);
}
.form-group.form-group--search:focus-within {
  border-color: #fff;
}

.input-group {
  display: flex;
}
.input-group .form-control {
  flex-grow: 1;
  height: auto;
  border-right: 0;
}
.input-group .input-group__btn-wrap {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #fafbfc;
  padding: 7px;
  background-color: #fff;
}
.input-group .input-group__btn-wrap [class*=btn] {
  flex-shrink: 0;
  margin-top: 0;
}
.input-group + .input-group {
  margin-top: 10px;
}
.input-group.input-group--io .btn, .input-group.input-group--io section.cart .button, section.cart .input-group.input-group--io .button {
  width: var(--height-btn);
  color: #0071e3;
}
@media (hover: hover) and (pointer: fine) {
  .input-group.input-group--io .btn:hover, .input-group.input-group--io section.cart .button:hover, section.cart .input-group.input-group--io .button:hover {
    background-color: #0071e3;
    color: #2a2a2a;
  }
}

body.faq_account, body.account, body.my-account {
  background: #2a2a2a;
}
body.faq_account main, body.account main, body.my-account main {
  position: relative;
}
@media (min-width: 1280px) {
  body.faq_account main::before, body.faq_account main::after, body.account main::before, body.account main::after, body.my-account main::before, body.my-account main::after {
    opacity: 0.15;
    width: 750px;
    height: 300px;
    border-radius: 1490px;
    background: #0071e3;
    content: "";
    filter: blur(122px);
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 1920px) {
  body.faq_account main::before, body.faq_account main::after, body.account main::before, body.account main::after, body.my-account main::before, body.my-account main::after {
    width: 1490px;
    height: 602px;
  }
}
body.faq_account main::before, body.account main::before, body.my-account main::before {
  top: -280px;
  right: -150px;
}
@media (min-width: 1920px) {
  body.faq_account main::before, body.account main::before, body.my-account main::before {
    top: -475px;
    right: -600px;
  }
}
body.faq_account main::after, body.account main::after, body.my-account main::after {
  bottom: 150px;
  left: -300px;
}
@media (min-width: 1920px) {
  body.faq_account main::after, body.account main::after, body.my-account main::after {
    left: -500px;
  }
}

.customer-portal {
  width: 100%;
  padding-top: 40px;
  background-color: transparent;
  position: relative;
}
@media (min-width: 1440px) {
  .customer-portal {
    padding-top: 65px;
  }
}
.customer-portal__left-top {
  width: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
.customer-portal__left-top h2 {
  color: #fafbfc;
}
.customer-portal__left-top ul {
  display: flex;
  flex-wrap: wrap;
}
.customer-portal__left-top ul li {
  margin-right: 25px;
}
.customer-portal__left-top ul li a {
  color: rgba(250, 251, 252, 0.6);
  text-decoration: none;
}
.customer-portal__left-top ul li.is-active a {
  color: #fafbfc;
}
@media (min-width: 1440px) {
  .customer-portal__left-top {
    padding: 72px 80px;
  }
}
@media (min-width: 1920px) {
  .customer-portal__left-top {
    padding: 80px;
  }
}
.customer-portal__left-bottom {
  width: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .customer-portal__left-bottom {
    padding: 80px;
  }
}
.customer-portal__user {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #0071e3;
  border-radius: 8px;
  padding: 15px;
}
@media (min-width: 1440px) {
  .customer-portal__user {
    padding: 30px;
  }
}
.customer-portal__user-img {
  width: 40px;
}
.customer-portal__user-img picture,
.customer-portal__user-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  .customer-portal__user-img {
    width: 68px;
  }
}
.customer-portal__user-name {
  width: calc(100% - 40px);
  padding-right: 30px;
  padding-left: 15px;
  position: relative;
}
.customer-portal__user-name::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e902";
  font-family: "wattsun-icons";
  font-weight: normal;
  color: #0071e3;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .customer-portal__user-name::after {
    right: 25px;
  }
}
.customer-portal__user-name span {
  display: block;
  font-size: 14px;
  color: #fafbfc;
}
@media (min-width: 1440px) {
  .customer-portal__user-name span {
    font-size: 16px;
  }
}
.customer-portal__user-name strong {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #0071e3;
}
@media (min-width: 1440px) {
  .customer-portal__user-name strong {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .customer-portal__user-name {
    width: calc(100% - 68px);
    padding-left: 22px;
  }
}
.customer-portal__left {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 1024px) {
  .customer-portal__left {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 100%;
    margin-bottom: 0;
  }
}
.customer-portal__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.customer-portal__image::after {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.customer-portal__image picture,
.customer-portal__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.customer-portal__title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2a2a2a;
}
@media (min-width: 1440px) {
  .customer-portal__title {
    font-size: 24px;
  }
}
.customer-portal__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.customer-portal__block {
  display: block;
  min-height: 123px;
  border-radius: 8px;
  padding: 20px;
  background-color: #fafbfc;
  font-weight: 600;
  font-size: 16px;
  color: rgba(42, 42, 42, 0.4);
  text-decoration: none;
  position: relative;
  transition: background-color var(--speed-fast) ease-in-out, right var(--speed-fast) ease-in-out;
}
.customer-portal__block::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e902";
  font-family: "wattsun-icons";
  font-weight: normal;
  font-size: 18px;
  color: #0071e3;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .customer-portal__block::after {
    font-size: 22px;
    top: 35px;
    right: 35px;
    bottom: auto;
    left: auto;
  }
}
.customer-portal__block a:not(.customer-portal__anchor) {
  position: relative;
  z-index: 1;
}
.customer-portal__block p {
  margin-bottom: 10px;
}
.customer-portal__block span {
  color: #0071e3;
}
.customer-portal__block span:hover {
  text-decoration: underline;
}
.customer-portal__block:hover {
  background-color: rgba(250, 251, 252, 0.9);
}
.customer-portal__block:hover::after {
  right: 24px;
}
@media (min-width: 1024px) {
  .customer-portal__block {
    min-height: 140px;
  }
}
@media (min-width: 1440px) {
  .customer-portal__block {
    min-height: 170px;
    padding: 40px 50px;
  }
}
@media (min-width: 1920px) {
  .customer-portal__block {
    min-height: 190px;
  }
}
.customer-portal__logout {
  display: block;
  min-height: 73px;
  border-radius: 8px;
  padding: 22px 20px 20px;
  background-color: rgba(250, 251, 252, 0.1);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: background-color var(--speed-fast) ease-in-out, right var(--speed-fast) ease-in-out;
}
.customer-portal__logout::after {
  background-image: url(../images/login.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  content: "";
  font-weight: normal;
  position: absolute;
  top: 24px;
  right: 20px;
  transition: var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1440px) {
  .customer-portal__logout::after {
    top: 45px;
    right: 45px;
  }
}
.customer-portal__logout .customer-portal__title {
  margin-bottom: 0;
  color: #fafbfc;
}
.customer-portal__logout:hover {
  background-color: rgba(250, 251, 252, 0.2);
}
.customer-portal__logout:hover::after {
  right: 24px;
}
@media (min-width: 1024px) {
  .customer-portal__logout {
    min-height: 145px;
  }
}
@media (min-width: 1440px) {
  .customer-portal__logout {
    min-height: 170px;
    padding: 40px 50px;
  }
}
@media (min-width: 1920px) {
  .customer-portal__logout {
    min-height: 190px;
  }
}
.customer-portal__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: 0 -4px;
  row-gap: 8px;
}
@media (min-width: 1024px) {
  .customer-portal__list {
    row-gap: 24px;
  }
}
.customer-portal__list-col1 {
  width: 50%;
  padding: 0 4px;
}
.customer-portal__list-col1.dashboard, .customer-portal__list-col1.downloads {
  display: none;
}
@media (min-width: 1024px) {
  .customer-portal__list-col1 {
    width: 100%;
  }
}
.customer-portal__list-col2 {
  width: 50%;
  padding: 0 4px;
}
@media (min-width: 1024px) {
  .customer-portal__list-col2 {
    width: 69%;
  }
}
.customer-portal__list-col3 {
  width: 100%;
  padding: 0 4px;
}
@media (min-width: 1024px) {
  .customer-portal__list-col3 {
    width: 31%;
    padding-right: 0;
    padding-left: 20px;
  }
}

.section--edit-account {
  margin: 0;
  background: #2a2a2a;
}
.section--edit-account form .form-section {
  border-radius: 8px;
  padding: 40px;
  background: rgba(52, 52, 52, 0.8);
}
.section--edit-account form .form-section h4 {
  color: rgba(250, 251, 252, 0.6);
}
.section--edit-account form .form-section .woocommerce-form-row {
  margin-bottom: 16px;
}
.section--edit-account form .form-section .woocommerce-form-row label {
  color: rgba(250, 251, 252, 0.4);
}
.section--edit-account form .woocommerce-Button {
  width: 100%;
  margin-top: 32px;
  background-color: #0071e3;
  text-align: center;
}
.section--edit-account form .woocommerce-Button:not(:hover) {
  color: #fff !important;
}

.heading-account {
  padding-bottom: 16px;
}
.heading-account a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.heading-account a i {
  margin-bottom: 12px;
  font-size: 40px;
  color: #0071e3;
}
@media (min-width: 1440px) {
  .heading-account a i {
    font-size: 56px;
  }
}
.heading-account a h1 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
  color: #fafbfc;
}
@media (min-width: 1440px) {
  .heading-account a h1 {
    font-size: 72px;
  }
}
@media (max-width: 1023.98px) {
  .heading-account a {
    display: none;
  }
}
@media (min-width: 1280px) {
  .heading-account {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .heading-account {
    padding: 80px 0;
  }
}

.faq-section--account {
  margin-top: 0;
}
.faq-section--account .faq-section__list .faq-section__item {
  border-color: rgba(250, 251, 252, 0.4);
}
.faq-section--account .faq-section__list .faq-section__item a {
  color: #fafbfc;
  cursor: pointer;
}
.faq-section--account .faq-section__list .faq-section__item a .faq-section__index {
  display: none;
  border: 2px solid rgba(250, 251, 252, 0.3);
  border-radius: 25px;
  padding: 6px 10px;
  font-size: 14px;
  color: rgba(250, 251, 252, 0.3);
}
@media (min-width: 1024px) {
  .faq-section--account .faq-section__list .faq-section__item a .faq-section__index {
    display: inline-block;
    margin-right: 88px;
  }
}
.faq-section--account .faq-section__list .faq-section__item .faq-section__panel {
  color: rgba(250, 251, 252, 0.6);
}
.faq-section--account .faq-section__list .faq-section__item.is-active {
  background-image: url(../images/line-shape-light.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 700px 24px;
  border-color: transparent;
}
.faq-section--account .faq-section__list .faq-section__item.is-active a .faq-section__index {
  background-color: #fff;
  color: #0071e3;
}
@media (min-width: 1024px) {
  .faq-section--account .faq-section__list .faq-section__item.is-active {
    background-image: url(../images/line-shape-light2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 41px;
  }
}

.section--account-orders {
  margin-top: 0;
  padding-top: 0;
  background-color: transparent;
}
.section--account-orders .orders-block {
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 40px 20px;
  background-color: rgba(52, 52, 52, 0.8);
}
.section--account-orders .orders-block h4 {
  color: rgba(250, 251, 252, 0.6);
}
.section--account-orders .orders-block h4 span {
  color: rgba(250, 251, 252, 0.2);
}
.section--account-orders .orders-block .order-table__head {
  display: flex;
  color: rgba(250, 251, 252, 0.4);
}
@media (max-width: 1023.98px) {
  .section--account-orders .orders-block .order-table__head {
    display: none;
  }
}
.section--account-orders .orders-block .order-table__head,
.section--account-orders .orders-block .order-table__col,
.section--account-orders .orders-block p {
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .section--account-orders .orders-block .order-table__head,
  .section--account-orders .orders-block .order-table__col,
  .section--account-orders .orders-block p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__head .order-table__col {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
.section--account-orders .orders-block .order-table__col {
  padding: 12px 16px;
}
.section--account-orders .orders-block .order-table__col .order-table__col_image {
  width: 56px;
  height: 56px;
  margin-right: 24px;
  position: relative;
}
.section--account-orders .orders-block .order-table__col .order-table__col_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}
.section--account-orders .orders-block .order-table__col.order-table__col--2 {
  width: 50%;
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__col.order-table__col--2 {
    width: 20%;
  }
}
.section--account-orders .orders-block .order-table__col.order-table__col--1 {
  width: 100%;
}
.section--account-orders .orders-block .order-table__col.order-table__col--1 .view-order {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: transform var(--speed-fast) ease-in-out;
}
.section--account-orders .orders-block .order-table__col.order-table__col--1 .view-order i {
  font-size: 20px;
  color: #0071e3;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .section--account-orders .orders-block .order-table__col.order-table__col--1 .view-order i {
    font-size: 28px;
  }
}
@media (max-width: 1023.98px) {
  .section--account-orders .orders-block .order-table__col.order-table__col--1 {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__col.order-table__col--1 {
    width: 30%;
  }
}
.section--account-orders .orders-block .order-table__col.order-table__col--3 {
  width: 100%;
}
.section--account-orders .orders-block .order-table__col.order-table__col--3 span.status-blue {
  color: #0071e3;
}
.section--account-orders .orders-block .order-table__col.order-table__col--3 span.status-green {
  color: #2dc870;
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__col.order-table__col--3 {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__col {
    flex-shrink: 0;
    padding: 24px;
  }
}
@media (min-width: 1920px) {
  .section--account-orders .orders-block .order-table__col {
    padding: 40px 48px;
  }
}
.section--account-orders .orders-block .order-table__items .order-table__item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  transition: background-color var(--speed-fast) ease-in-out, right var(--speed-fast) ease-in-out;
}
.section--account-orders .orders-block .order-table__items .order-table__item .order-table__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section--account-orders .orders-block .order-table__items .order-table__item .order-table__col {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}
.section--account-orders .orders-block .order-table__items .order-table__item .order-table__col * {
  color: rgba(42, 42, 42, 0.6);
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__items .order-table__item .order-table__col:not(:first-child) {
    border-left: 1px solid rgba(52, 52, 52, 0.1);
  }
}
.section--account-orders .orders-block .order-table__items .order-table__item .order-table__col.order-table__col--2 {
  width: 50%;
}
.section--account-orders .orders-block .order-table__items .order-table__item .order-table__col.order-table__col--2:nth-child(3) {
  border-left: 1px solid rgba(52, 52, 52, 0.1);
}
@media (max-width: 1023.98px) {
  .section--account-orders .orders-block .order-table__items .order-table__item .order-table__col.order-table__col--2:nth-child(3) .woocommerce-Price-amount {
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__items .order-table__item .order-table__col.order-table__col--2 {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .section--account-orders .orders-block .order-table__items .order-table__item .order-table__col {
    min-height: 102px;
  }
}
@media (min-width: 1024px) {
  .section--account-orders .orders-block .order-table__items .order-table__item .order-table__col {
    border-bottom: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section--account-orders .orders-block .order-table__items .order-table__item.order-table__item--hover:hover {
    background-color: rgba(250, 251, 252, 0.9);
  }
  .section--account-orders .orders-block .order-table__items .order-table__item.order-table__item--hover:hover .view-order {
    transform: translateX(4px);
  }
}
.section--account-orders .orders-block .order-table__status {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 4px;
  padding: 8px 20px;
  background-color: #0071e3;
  color: #fff;
}
.section--account-orders .orders-block .order-table__status p {
  margin-bottom: 0;
}
@media (max-width: 1279.98px) {
  .section--account-orders .orders-block {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 1280px) {
  .section--account-orders .orders-block {
    padding: 40px;
  }
}
.section--account-orders .no-order-found {
  color: #fff;
}

.section--account-orders .woocommerce-message--info.woocommerce-Message {
  padding: 16px;
}
.section--account-orders .woocommerce-message--info.woocommerce-Message::before {
  display: none;
  border-top-color: #0071e3;
  background-color: #f0f1f5;
}
.section--account-orders .woocommerce-message--info.woocommerce-Message p {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .section--account-orders .woocommerce-message--info.woocommerce-Message {
    padding: 20px;
  }
}
.section--account-orders .order-info {
  margin-bottom: 64px;
  border-radius: 8px;
  padding: 40px 20px;
  background-color: rgba(52, 52, 52, 0.8);
}
.section--account-orders .order-info h4,
.section--account-orders .order-info h6 {
  color: rgba(250, 251, 252, 0.6);
}
.section--account-orders .order-info .order-info__table .order-info__row h6 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
}
.section--account-orders .order-info .order-info__table .order-info__row h6:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .section--account-orders .order-info .order-info__table .order-info__row h6 {
    font-size: 18px;
  }
}
.section--account-orders .order-info .order-info__table .order-info__row p,
.section--account-orders .order-info .order-info__table .order-info__row span {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(250, 251, 252, 0.4);
}
@media (min-width: 1440px) {
  .section--account-orders .order-info .order-info__table .order-info__row p,
  .section--account-orders .order-info .order-info__table .order-info__row span {
    font-size: 16px;
  }
}
.section--account-orders .order-info .order-info__table .order-info__row .order-info__costs {
  margin-top: 24px;
}
.section--account-orders .order-info .order-info__table .order-info__row .order-info__costs p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.section--account-orders .order-info .order-info__table .order-info__row .order-info__costs p:last-child {
  margin-top: 8px;
  border-top: 1px solid rgba(240, 241, 245, 0.1);
  padding-top: 8px;
}
@media (max-width: 767.98px) {
  .section--account-orders .order-info .order-info__table .order-info__row:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .section--account-orders .order-info .order-info__table .order-info__row:last-child {
    border-bottom: 1px solid rgba(240, 241, 245, 0.1);
  }
}
@media (min-width: 768px) {
  .section--account-orders .order-info .order-info__table .order-info__row {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .section--account-orders .order-info .order-info__table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section--account-orders .order-info .order-info__bottom a.btn, .section--account-orders .order-info .order-info__bottom section.cart a.button, section.cart .section--account-orders .order-info .order-info__bottom a.button {
  width: 100%;
}
@media (max-width: 767.98px) {
  .section--account-orders .order-info .order-info__bottom a.btn, .section--account-orders .order-info .order-info__bottom section.cart a.button, section.cart .section--account-orders .order-info .order-info__bottom a.button {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .section--account-orders .order-info .order-info__bottom a.btn, .section--account-orders .order-info .order-info__bottom section.cart a.button, section.cart .section--account-orders .order-info .order-info__bottom a.button {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .section--account-orders .order-info .order-info__bottom {
    display: flex;
    width: 100%;
    margin-top: 24px;
    border-top: 1px solid rgba(240, 241, 245, 0.1);
    padding-top: 24px;
    gap: 16px;
  }
}
@media (max-width: 1279.98px) {
  .section--account-orders .order-info {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 1600px) {
  .section--account-orders .order-info {
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .section--account-orders .order-info {
    margin-bottom: 80px;
  }
}

.section--service-form {
  background-color: transparent;
}
.section--service-form .service-form {
  width: 100%;
  margin-bottom: 64px;
  border-radius: 8px;
  padding: 40px 20px;
  background-color: rgba(52, 52, 52, 0.8);
}
.section--service-form .service-form .gform_confirmation_wrapper * {
  color: #fff;
}
.section--service-form .service-form form h6 {
  margin-bottom: 0;
  color: rgba(250, 251, 252, 0.6);
}
.section--service-form .service-form form label,
.section--service-form .service-form form span {
  font-size: 14px;
  color: rgba(250, 251, 252, 0.4);
}
.section--service-form .service-form form input[type=text],
.section--service-form .service-form form input[type=mail],
.section--service-form .service-form form input[type=tel],
.section--service-form .service-form form textarea {
  border-radius: 4px;
  padding: 16px 20px;
  background-color: #e2e4eb;
  color: #aaa;
}
.section--service-form .service-form form input[type=text],
.section--service-form .service-form form input[type=mail],
.section--service-form .service-form form input[type=tel] {
  height: 56px;
}
.section--service-form .service-form form ::placeholder {
  color: #aaa;
}
.section--service-form .service-form form input[type=file] {
  height: 60px;
  border-radius: 4px;
  padding: 12px;
  background-color: #e2e4eb;
}
@media (min-width: 1280px) {
  .section--service-form .service-form form input[type=file] {
    height: 80px;
    padding: 16px;
  }
}
.section--service-form .service-form form .gfield--type-html:not(:first-child) {
  margin-top: 40px;
}
.section--service-form .service-form form input[type=submit] {
  width: 100%;
  background-color: #0071e3;
  color: #fff;
  text-align: center;
}
@media (min-width: 1280px) {
  .section--service-form .service-form form input[type=submit] {
    height: 80px;
    border-radius: 8px;
  }
}
@media (max-width: 1279.98px) {
  .section--service-form .service-form {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 1280px) {
  .section--service-form .service-form {
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .section--service-form .service-form {
    padding: 40px;
  }
}

.section--account-retour {
  margin: 0 0 30px 0;
  padding: 0;
  background-color: transparent;
}
.section--account-retour .toggle-wrapper {
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  border-radius: 8px;
}
.section--account-retour .toggle-wrapper .toggle-btn {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: var(--height-form-control);
  background-color: #fff;
  font-size: 14px;
  color: #343434;
  cursor: pointer;
}
.section--account-retour .toggle-wrapper .toggle-btn.active {
  background-color: #0071e3;
  color: #fff;
}

.toggle-section {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  transform: translateY(100px);
  z-index: -1;
  transition: all var(--speed-default) ease-in-out;
}
.toggle-section.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateY(0);
  z-index: 0;
}

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