/*!
 * 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: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 1020px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --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 {
  -webkit-appearance: none;
  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] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: 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;
  -webkit-appearance: none;
  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;
}

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

.bg-moon {
  background-color: #FCCD32;
}

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

.bg-moon-dark {
  background-color: #FCAF17;
}

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

.bg-moon-light {
  background-color: #FAE293;
}

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

.bg-arsenic {
  background-color: #231F20;
}

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

.bg-pictone {
  background-color: #0E4AD2;
}

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

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

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

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

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

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

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

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

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

.bg-ashen {
  background-color: #D3D2D2;
}

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

.bg-dusty {
  background-color: #A7A5A6;
}

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

.bg-alert {
  background-color: #f02;
}

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

.bg-success {
  background-color: #2AA300;
}

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

.bg-light-gray {
  background-color: #7B7979;
}

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

.bg-gray-100 {
  background-color: #E6E6E7;
}

.bg-stone {
  color: #fff;
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-form-check-indicator: 20px;
  --size-accordion-indicator: 10px;
  --height-btn: 52px;
  --height-btn-l: 52px;
  --height-btn-s: 42px;
  --height-form-control: 60px;
  --py-section: 45px;
  --px-btn: 32px;
  --px-btn-l: 40px;
  --px-btn-s: 20px;
  --px-form-control: 13px;
  --py-form-control: 15px;
  --py-accordion: 15px;
  --pr-accordion: 15px;
  --pl-accordion: 45px;
  --font-size-base: 16px;
  --font-size-btn: 14px;
  --line-height-base: 1.6;
  --speed-fast: .125s;
  --speed-default: .3s ease-in-out;
  --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);
  --side-gutter: 25px;
}
@media (min-width: 768px) {
  :root {
    --height-btn: 62px;
  }
}
@media (min-width: 1024px) {
  :root {
    --side-gutter: 15px;
  }
}
@media (min-width: 1280px) {
  :root {
    --size-bullet: 6px;
    --size-btn-play: 74px;
    --height-btn: 54px;
    --height-btn-l: 64px;
    --height-btn-s: 44px;
    --py-section: 85px;
    --px-btn: 36px;
    --px-btn-l: 44px;
    --px-btn-s: 22px;
    --px-form-control: 20px;
    --side-gutter: 15px;
  }
}
@media (min-width: 1600px) {
  :root {
    --height-btn: 68px;
    --height-btn-l: 81px;
    --height-btn-s: 52px;
    --px-btn: 40px;
    --px-btn-l: 48px;
    --px-btn-s: 24px;
    --px-form-control: 15px;
    --py-section: 100px;
    --size-bullet: 5px;
    --size-btn-play: 114px;
    --font-size-base: 18px;
    --font-size-btn: 16px;
    --side-gutter: 15px;
  }
}

.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: "superfoil-icons";
  src: url("fonts/superfoil-icons.eot?umg25h");
  src: url("fonts/superfoil-icons.eot?umg25h#iefix") format("embedded-opentype"), url("fonts/superfoil-icons.woff2?umg25h") format("woff2"), url("fonts/superfoil-icons.ttf?umg25h") format("truetype"), url("fonts/superfoil-icons.woff?umg25h") format("woff"), url("fonts/superfoil-icons.svg?umg25h#superfoil-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: "superfoil-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-shopping-cart:before {
  content: "\E920";
}

.icon-advice:before {
  content: "\E900";
}

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

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

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

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

.icon-bar:before {
  content: "\E905";
}

.icon-call:before {
  content: "\E906";
}

.icon-certificate:before {
  content: "\E907";
}

.icon-check:before {
  content: "\E908";
}

.icon-checking:before {
  content: "\E909";
  color: #fff;
}

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

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

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

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

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

.icon-cube:before {
  content: "\E90F";
}

.icon-delivery:before {
  content: "\E910";
}

.icon-disk:before {
  content: "\E911";
}

.icon-email:before {
  content: "\E912";
}

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

.icon-file:before {
  content: "\E914";
}

.icon-hands:before {
  content: "\E915";
}

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

.icon-leaf:before {
  content: "\E917";
}

.icon-linkedin:before {
  content: "\E918";
}

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

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

.icon-rd:before {
  content: "\E91B";
}

.icon-return:before {
  content: "\E91C";
}

.icon-sumedia:before {
  content: "\E91D";
}

.icon-twitter:before {
  content: "\E91E";
}

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

@font-face {
  font-family: "superfoil-icons";
  src: url("../fonts/superfoil-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.custom-select .select-selected::after {
  speak: none;
  font-family: "superfoil-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;
}

.service-video__content-title, h1,
.h1,
h2,
.h2,
h3,
.h3,
.card-module__content-title,
.card-news--alt .card-news__content-date,
.card-news__content-title,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2,
.woocommerce form.woocommerce-checkout h3,
.about-info__content-slide strong,
.about-info__slider-text strong,
.solutions__block-title,
h4,
.h4,
.owners__content-flex strong,
h6,
.h6,
h5,
.h5 {
  font-family: "Graphik", sans-serif;
  font-weight: 600;
}

.service-video__content-title, h1,
.h1 {
  font-size: 48px;
  line-height: 48px;
}
@media (min-width: 1280px) {
  .service-video__content-title, h1,
.h1 {
    font-size: 68px;
    line-height: 74px;
  }
}
@media (min-width: 1600px) {
  .service-video__content-title, h1,
.h1 {
    font-size: 90px;
    line-height: 94px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 35px;
}
@media (min-width: 1280px) {
  h2,
.h2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1600px) {
  h2,
.h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

h3,
.h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 31px;
}
@media (min-width: 1280px) {
  h3,
.h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1600px) {
  h3,
.h3 {
    font-size: 48px;
    line-height: 58px;
  }
}

.card-module__content-title, .card-news--alt .card-news__content-date, .card-news__content-title, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2, .woocommerce form.woocommerce-checkout h3, .about-info__content-slide strong, .about-info__slider-text strong, .solutions__block-title, h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .card-module__content-title, .card-news--alt .card-news__content-date, .card-news__content-title, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2, .woocommerce form.woocommerce-checkout h3, .about-info__content-slide strong, .about-info__slider-text strong, .solutions__block-title, h4,
.h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .card-module__content-title, .card-news--alt .card-news__content-date, .card-news__content-title, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2, .woocommerce form.woocommerce-checkout h3, .about-info__content-slide strong, .about-info__slider-text strong, .solutions__block-title, h4,
.h4 {
    font-size: 28px;
    line-height: 34px;
  }
}

.owners__content-flex strong, h6,
.h6, h5,
.h5 {
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1280px) {
  .owners__content-flex strong, h6,
.h6, h5,
.h5 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 1600px) {
  .owners__content-flex strong, h6,
.h6, h5,
.h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

.house-info h5,
.house-info .h5, .error-block h5, .contact-intro h5, .product-detail h6, .products__caption-subtitle, .service-intro__date, .download-overview__caption-subtitle, .download__subtitle, .content h4, .service-video__content-subtitle, .news-related h6,
.news-related .h6, .news-intro__date, .news-overview__intro h4, .info__content-subtitle, .cta h6,
.cta .h6, .solutions__title, .introduce__content-subtitle, .subtitle {
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1280px) {
  .house-info h5,
.house-info .h5, .error-block h5, .contact-intro h5, .product-detail h6, .products__caption-subtitle, .service-intro__date, .download-overview__caption-subtitle, .download__subtitle, .content h4, .service-video__content-subtitle, .news-related h6,
.news-related .h6, .news-intro__date, .news-overview__intro h4, .info__content-subtitle, .cta h6,
.cta .h6, .solutions__title, .introduce__content-subtitle, .subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .house-info h5,
.house-info .h5, .error-block h5, .contact-intro h5, .product-detail h6, .products__caption-subtitle, .service-intro__date, .download-overview__caption-subtitle, .download__subtitle, .content h4, .service-video__content-subtitle, .news-related h6,
.news-related .h6, .news-intro__date, .news-overview__intro h4, .info__content-subtitle, .cta h6,
.cta .h6, .solutions__title, .introduce__content-subtitle, .subtitle {
    font-size: 24px;
    line-height: 29px;
  }
}

.card-module__content p, .card-product__title, .house-info__content-info p, .contact-intro .contact-usps li p, .product-info__info-item p, .products__list-item p, .service-intro, .text-block__block-title, .news-intro, .photo-content__content, .product-slider__intro, .intro {
  font-family: "Aeonik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1600px) {
  .card-module__content p, .card-product__title, .house-info__content-info p, .contact-intro .contact-usps li p, .product-info__info-item p, .products__list-item p, .service-intro, .text-block__block-title, .news-intro, .photo-content__content, .product-slider__intro, .intro {
    font-size: 22px;
    line-height: 36px;
  }
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

@media (max-width: 1023.98px) {
  html.is-open {
    overflow: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FCCD32;
}
body main {
  flex-grow: 1;
}

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

.embed-container {
  margin: 10px 0;
}

.entry-content-asset {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
}
.entry-content-asset iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-relative {
  position: relative;
}

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

.wrapper {
  overflow: hidden;
  padding-top: 67px;
  background-color: #F9F8F4;
  position: relative;
}
@media (min-width: 1024px) {
  .wrapper {
    padding-top: 91px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    padding-top: 115px;
  }
}

a {
  transition: var(--speed-default);
}

@media (min-width: 1024px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

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

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

.otgs-development-site-front-end {
  visibility: hidden;
  display: none;
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.tag img {
  width: 100%;
  position: absolute;
}
.tag p {
  padding-left: 6px;
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
  color: #FCCD32 !important;
  position: relative;
  z-index: 1;
}
.tag p span {
  font-size: 7.7px;
  color: #fff !important;
}

@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BoldItalic.woff2") format("woff2"), url("../fonts/Graphik-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-RegularItalic.woff2") format("woff2"), url("../fonts/Graphik-RegularItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-SemiboldItalic.woff2") format("woff2"), url("../fonts/Graphik-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Aeonik", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #231F20;
}

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

main p:not([class*=-none]) + *:not(.btn),
main ul:not([class*=-none]) + *:not(.btn),
main ol:not([class*=-none]) + *:not(.btn),
main table:not([class*=-none]) + *:not(.btn),
main blockquote:not([class*=-none]) + *:not(.btn) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  main p:not([class*=-none]) + *:not(.btn),
main ul:not([class*=-none]) + *:not(.btn),
main ol:not([class*=-none]) + *:not(.btn),
main table:not([class*=-none]) + *:not(.btn),
main blockquote:not([class*=-none]) + *:not(.btn) {
    margin-top: 30px;
  }
}
main ul:not(.list-unstyled):not(.woocommerce-error):not(.woocommerce-shipping-methods) li,
main ol:not(.list-unstyled):not(.woocommerce-error):not(.woocommerce-shipping-methods) li {
  padding-left: 27px;
  position: relative;
}
main ul:not(.list-unstyled):not(.woocommerce-error):not(.woocommerce-shipping-methods) li::before,
main ol:not(.list-unstyled):not(.woocommerce-error):not(.woocommerce-shipping-methods) li::before {
  position: absolute;
  top: 0;
  left: 0;
}
main ul:not(.list-unstyled):not(.woocommerce-error):not(.woocommerce-shipping-methods) li::before {
  width: var(--size-bullet);
  height: var(--size-bullet);
  border-radius: 50%;
  background-color: #231F20;
  content: "";
  top: 10px;
}
main ol:not(.list-unstyled) {
  counter-reset: ol-counter;
}
main ol:not(.list-unstyled) li {
  counter-increment: ol-counter;
}
main ol:not(.list-unstyled) li::before {
  content: counter(ol-counter) ". ";
}

p a,
small a,
.link {
  font-weight: 700;
}
p a:not([target=_blank]),
small a:not([target=_blank]),
.link:not([target=_blank]) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  p a,
small a,
.link {
    transition: color var(--speed-fast) ease-out;
  }
  p a:hover,
small a:hover,
.link:hover {
    color: #FCCD32;
  }
}

.accordion-item {
  background-color: #fff;
  position: relative;
}
.accordion-item .accordion__term {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--py-accordion) var(--pr-accordion) var(--py-accordion) var(--pl-accordion);
}
.accordion-item .accordion__term i {
  width: var(--size-accordion-indicator);
  height: var(--size-accordion-indicator);
  position: absolute;
  left: calc((var(--pl-accordion) - var(--size-accordion-indicator)) / 2);
  transition: transform var(--speed-default) var(--cubic-bezier);
}
.accordion-item .accordion__term i::before, .accordion-item .accordion__term i::after {
  background-color: #FCCD32;
  content: "";
  position: absolute;
  transition: all var(--speed-default) var(--cubic-bezier);
}
.accordion-item .accordion__term i::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 0;
  width: 100%;
  height: 2px;
}
.accordion-item .accordion__term i::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: auto;
  width: 2px;
  height: 100%;
}
.accordion-item .accordion__term span {
  font-weight: 700;
  letter-spacing: -0.03px;
}
.accordion-item .accordion__term.open i {
  transform: rotate(180deg);
}
.accordion-item .accordion__term.open i::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .accordion-item .accordion__term {
    transition: color var(--speed-fast) ease-out;
  }
  .accordion-item .accordion__term:hover {
    color: #FCCD32;
  }
}
.accordion-item .accordion__body {
  position: relative;
}
.accordion-item .accordion__description {
  padding-right: var(--pr-accordion);
  padding-bottom: calc(var(--py-accordion) * 2);
  padding-left: var(--pl-accordion);
}
.accordion-item + .accordion-item {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .accordion-item .accordion__term i::before {
    height: 3px;
  }
  .accordion-item .accordion__term i::after {
    width: 3px;
  }
  .accordion-item .accordion__term span {
    letter-spacing: -0.04px;
  }
}

.btn, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 0;
  font-weight: 700;
  font-size: var(--font-size-btn);
}
.btn:disabled,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt:disabled, .woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.btn.btn--il i,
.woocommerce a.btn--il.button.alt i,
.woocommerce button.btn--il.button.alt i,
.woocommerce input.btn--il.button.alt i, .woocommerce #respond input.btn--il#submit i,
.woocommerce a.btn--il.button i,
.woocommerce button.btn--il.button i,
.woocommerce input.btn--il.button i {
  margin-right: 15px;
}
.btn.btn--ir i,
.woocommerce a.btn--ir.button.alt i,
.woocommerce button.btn--ir.button.alt i,
.woocommerce input.btn--ir.button.alt i, .woocommerce #respond input.btn--ir#submit i,
.woocommerce a.btn--ir.button i,
.woocommerce button.btn--ir.button i,
.woocommerce input.btn--ir.button i {
  margin-left: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .btn, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    transition: border-color var(--speed-fast) ease-out, background-color var(--speed-fast) ease-out, color var(--speed-fast) ease-out;
  }
}
.btn:not(.btn--text):not(.btn--io),
.woocommerce a.button.alt:not(.btn--text):not(.btn--io),
.woocommerce button.button.alt:not(.btn--text):not(.btn--io),
.woocommerce input.button.alt:not(.btn--text):not(.btn--io), .woocommerce #respond input#submit:not(.btn--text):not(.btn--io),
.woocommerce a.button:not(.btn--text):not(.btn--io),
.woocommerce button.button:not(.btn--text):not(.btn--io),
.woocommerce input.button:not(.btn--text):not(.btn--io) {
  padding-right: var(--px-btn);
  padding-left: var(--px-btn);
}
.btn:not(.btn--text):not(.btn--io) i,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io) i,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io) i,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io) i, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io) i,
.woocommerce a.button:not(.btn--text):not(.btn--io) i,
.woocommerce button.button:not(.btn--text):not(.btn--io) i,
.woocommerce input.button:not(.btn--text):not(.btn--io) i {
  font-size: calc(var(--font-size-base) * 1.8);
}
@media (min-width: 1280px) {
  .btn:not(.btn--text):not(.btn--io).btn--lg,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).btn--lg,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).btn--lg,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).btn--lg, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).btn--lg,
.woocommerce a.button:not(.btn--text):not(.btn--io).btn--lg,
.woocommerce button.button:not(.btn--text):not(.btn--io).btn--lg,
.woocommerce input.button:not(.btn--text):not(.btn--io).btn--lg {
    padding-right: var(--px-btn-l);
    padding-left: var(--px-btn-l);
  }
}
.btn:not(.btn--text):not(.btn--io).btn--sm,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).btn--sm,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).btn--sm,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).btn--sm, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).btn--sm,
.woocommerce a.button:not(.btn--text):not(.btn--io).btn--sm,
.woocommerce button.button:not(.btn--text):not(.btn--io).btn--sm,
.woocommerce input.button:not(.btn--text):not(.btn--io).btn--sm {
  padding-right: var(--px-btn-s);
  padding-left: var(--px-btn-s);
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-moon:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-moon:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-moon:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-moon:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-moon:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-moon:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-moon:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-moon:hover {
    background-color: #fcc719;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-moon-dark:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-moon-dark:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-moon-dark:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-moon-dark:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-moon-dark:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-moon-dark:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-moon-dark:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-moon-dark:hover {
    background-color: #f6a503;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-moon-light:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-moon-light:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-moon-light:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-moon-light:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-moon-light:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-moon-light:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-moon-light:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-moon-light:hover {
    background-color: #f9db7b;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-arsenic:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-arsenic:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-arsenic:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-arsenic:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-arsenic:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-arsenic:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-arsenic:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-arsenic:hover {
    background-color: #151314;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-pictone:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-pictone:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-pictone:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-pictone:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-pictone:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-pictone:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-pictone:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-pictone:hover {
    background-color: #0c42ba;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-alabaster:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-alabaster:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-alabaster:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-alabaster:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-alabaster:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-alabaster:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-alabaster:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-alabaster:hover {
    background-color: #eae2d0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-solitude:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-solitude:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-solitude:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-solitude:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-solitude:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-solitude:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-solitude:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-solitude:hover {
    background-color: #f0eee4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-milk:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-milk:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-milk:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-milk:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-milk:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-milk:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-milk:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-milk:hover {
    background-color: #f2f2f2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-cola:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-cola:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-cola:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-cola:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-cola:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-cola:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-cola:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-cola:hover {
    background-color: black;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-ashen:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-ashen:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-ashen:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-ashen:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-ashen:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-ashen:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-ashen:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-ashen:hover {
    background-color: #c6c5c5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-dusty:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-dusty:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-dusty:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-dusty:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-dusty:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-dusty:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-dusty:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-dusty:hover {
    background-color: #9a9899;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-alert:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-alert:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-alert:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-alert:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-alert:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-alert:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-alert:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-alert:hover {
    background-color: #e6001f;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-success:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-success:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-success:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-success:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-success:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-success:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-success:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-success:hover {
    background-color: #238a00;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-light-gray:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-light-gray:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-light-gray:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-light-gray:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-light-gray:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-light-gray:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-light-gray:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-light-gray:hover {
    background-color: #6e6c6c;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).bg-gray-100:hover,
.woocommerce a.button.alt:not(.btn--text):not(.btn--io).bg-gray-100:hover,
.woocommerce button.button.alt:not(.btn--text):not(.btn--io).bg-gray-100:hover,
.woocommerce input.button.alt:not(.btn--text):not(.btn--io).bg-gray-100:hover, .woocommerce #respond input#submit:not(.btn--text):not(.btn--io).bg-gray-100:hover,
.woocommerce a.button:not(.btn--text):not(.btn--io).bg-gray-100:hover,
.woocommerce button.button:not(.btn--text):not(.btn--io).bg-gray-100:hover,
.woocommerce input.button:not(.btn--text):not(.btn--io).bg-gray-100:hover {
    background-color: #d9d9db;
  }
}
.btn:not(.btn--text),
.woocommerce a.button.alt:not(.btn--text),
.woocommerce button.button.alt:not(.btn--text),
.woocommerce input.button.alt:not(.btn--text), .woocommerce #respond input#submit:not(.btn--text),
.woocommerce a.button:not(.btn--text),
.woocommerce button.button:not(.btn--text),
.woocommerce input.button:not(.btn--text) {
  height: var(--height-btn);
}
.btn:not(.btn--text).btn--lg,
.woocommerce a.button.alt:not(.btn--text).btn--lg,
.woocommerce button.button.alt:not(.btn--text).btn--lg,
.woocommerce input.button.alt:not(.btn--text).btn--lg, .woocommerce #respond input#submit:not(.btn--text).btn--lg,
.woocommerce a.button:not(.btn--text).btn--lg,
.woocommerce button.button:not(.btn--text).btn--lg,
.woocommerce input.button:not(.btn--text).btn--lg {
  height: var(--height-btn-l);
}
.btn:not(.btn--text).btn--sm,
.woocommerce a.button.alt:not(.btn--text).btn--sm,
.woocommerce button.button.alt:not(.btn--text).btn--sm,
.woocommerce input.button.alt:not(.btn--text).btn--sm, .woocommerce #respond input#submit:not(.btn--text).btn--sm,
.woocommerce a.button:not(.btn--text).btn--sm,
.woocommerce button.button:not(.btn--text).btn--sm,
.woocommerce input.button:not(.btn--text).btn--sm {
  height: var(--height-btn-s);
}
.btn:not(.btn--io):disabled > *,
.woocommerce a.button.alt:not(.btn--io):disabled > *,
.woocommerce button.button.alt:not(.btn--io):disabled > *,
.woocommerce input.button.alt:not(.btn--io):disabled > *, .woocommerce #respond input#submit:not(.btn--io):disabled > *,
.woocommerce a.button:not(.btn--io):disabled > *,
.woocommerce button.button:not(.btn--io):disabled > *,
.woocommerce input.button:not(.btn--io):disabled > * {
  opacity: 0.35;
}
.btn:not(.btn--io):not(:last-of-type),
.woocommerce a.button.alt:not(.btn--io):not(:last-of-type),
.woocommerce button.button.alt:not(.btn--io):not(:last-of-type),
.woocommerce input.button.alt:not(.btn--io):not(:last-of-type), .woocommerce #respond input#submit:not(.btn--io):not(:last-of-type),
.woocommerce a.button:not(.btn--io):not(:last-of-type),
.woocommerce button.button:not(.btn--io):not(:last-of-type),
.woocommerce input.button:not(.btn--io):not(:last-of-type) {
  margin-right: 7px;
}
.btn.btn--text,
.woocommerce a.btn--text.button.alt,
.woocommerce button.btn--text.button.alt,
.woocommerce input.btn--text.button.alt, .woocommerce #respond input.btn--text#submit,
.woocommerce a.btn--text.button,
.woocommerce button.btn--text.button,
.woocommerce input.btn--text.button {
  position: relative;
}
.btn.btn--text i,
.woocommerce a.btn--text.button.alt i,
.woocommerce button.btn--text.button.alt i,
.woocommerce input.btn--text.button.alt i, .woocommerce #respond input.btn--text#submit i,
.woocommerce a.btn--text.button i,
.woocommerce button.btn--text.button i,
.woocommerce input.btn--text.button i {
  font-size: 160%;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--text:hover,
.woocommerce a.btn--text.button.alt:hover,
.woocommerce button.btn--text.button.alt:hover,
.woocommerce input.btn--text.button.alt:hover, .woocommerce #respond input.btn--text#submit:hover,
.woocommerce a.btn--text.button:hover,
.woocommerce button.btn--text.button:hover,
.woocommerce input.btn--text.button:hover {
    color: #FCCD32;
  }
}
.btn.btn--io,
.woocommerce a.btn--io.button.alt,
.woocommerce button.btn--io.button.alt,
.woocommerce input.btn--io.button.alt, .woocommerce #respond input.btn--io#submit,
.woocommerce a.btn--io.button,
.woocommerce button.btn--io.button,
.woocommerce input.btn--io.button {
  width: var(--height-btn);
  border-radius: 50%;
  background-color: #fff;
}
.btn.btn--io i,
.woocommerce a.btn--io.button.alt i,
.woocommerce button.btn--io.button.alt i,
.woocommerce input.btn--io.button.alt i, .woocommerce #respond input.btn--io#submit i,
.woocommerce a.btn--io.button i,
.woocommerce button.btn--io.button i,
.woocommerce input.btn--io.button i {
  font-size: calc(var(--height-btn) / 3.0555555556);
}
.btn.btn--io:disabled > *,
.woocommerce a.btn--io.button.alt:disabled > *,
.woocommerce button.btn--io.button.alt:disabled > *,
.woocommerce input.btn--io.button.alt:disabled > *, .woocommerce #respond input.btn--io#submit:disabled > *,
.woocommerce a.btn--io.button:disabled > *,
.woocommerce button.btn--io.button:disabled > *,
.woocommerce input.btn--io.button:disabled > * {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--io:hover,
.woocommerce a.btn--io.button.alt:hover,
.woocommerce button.btn--io.button.alt:hover,
.woocommerce input.btn--io.button.alt:hover, .woocommerce #respond input.btn--io#submit:hover,
.woocommerce a.btn--io.button:hover,
.woocommerce button.btn--io.button:hover,
.woocommerce input.btn--io.button:hover {
    background-color: #FCCD32;
  }
}
.btn--al::before {
  margin-right: 15px;
  content: "\E904";
  font-family: "superfoil-icons";
  font-weight: 400;
  font-size: 160%;
}
.btn--ar::after {
  margin-left: 15px;
  content: "\E904";
  font-family: "superfoil-icons";
  font-weight: 400;
  font-size: 160%;
}
.btn--white {
  background-color: #fff;
}
.btn--white:hover {
  background-color: #000;
  color: #fff;
}
.btn--outline {
  border: 1px solid #231F20;
}
.btn--outline:hover {
  background-color: #231F20;
  color: #fff;
}
.btn.bg-arsenic,
.woocommerce a.bg-arsenic.button.alt,
.woocommerce button.bg-arsenic.button.alt,
.woocommerce input.bg-arsenic.button.alt, .woocommerce #respond input.bg-arsenic#submit,
.woocommerce a.bg-arsenic.button,
.woocommerce button.bg-arsenic.button,
.woocommerce input.bg-arsenic.button {
  color: #fff;
}

.btn-play-wrapper {
  margin-top: 15px;
  padding-bottom: 75%;
  position: relative;
}
.btn-play-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-btn-play);
  height: var(--size-btn-play);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(11.7px);
          backdrop-filter: blur(11.7px);
  font-size: calc(var(--size-btn-play) / 2.85);
  color: #fff;
}
.btn-play i {
  margin-left: 5%;
}
@media (hover: hover) and (pointer: fine) {
  .btn-play {
    transition: transform var(--speed-default) ease-out;
  }
  .btn-play:hover {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

table {
  width: 100%;
}

/* 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;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  outline: 0;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-arrow::before {
  content: "\E903";
  font-family: "superfoil-icons";
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-dots {
  display: flex;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  list-style: none;
  cursor: pointer;
  position: relative;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li button {
  display: block;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background-color: #D3D2D2;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57%, -42%);
}
@media (min-width: 768px) {
  .slick-dots li button {
    transform: translate(-58%, -58%);
  }
}
@media (min-width: 1280px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
  }
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active {
  border-color: #A7A5A6;
}
.slick-dots li.slick-active button {
  background: #FCCD32;
}
@media (min-width: 1280px) {
  .slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 7px;
  }
}

/* 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;
  }
}
.mfp-container {
  padding: 15px;
}

.mfp-content {
  max-width: 1108px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mfp-content {
    max-width: 80vw !important;
  }
}

.navbar {
  width: 100%;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.navbar .navbar__brand--white {
  display: none;
}
@media (max-width: 1023.98px) {
  .navbar.is-open .navbar__brand--regular {
    display: none;
  }
  .navbar.is-open .navbar__brand--white {
    display: block;
  }
}
@media (min-width: 1280px) {
  .navbar {
    padding: 27px 0;
  }
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar .navbar__left a {
  flex-shrink: 0;
}
.navbar .navbar__left a.btn,
.navbar .navbar__left .woocommerce a.button.alt,
.woocommerce .navbar .navbar__left a.button.alt,
.navbar .navbar__left .woocommerce a.button,
.woocommerce .navbar .navbar__left a.button {
  height: 48px;
  padding: 0 16px;
  display: none;
}
@media (min-width: 1280px) {
  .navbar .navbar__left a.btn,
.navbar .navbar__left .woocommerce a.button.alt,
.woocommerce .navbar .navbar__left a.button.alt,
.navbar .navbar__left .woocommerce a.button,
.woocommerce .navbar .navbar__left a.button {
    display: inline-flex;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar__left a.btn,
.navbar .navbar__left .woocommerce a.button.alt,
.woocommerce .navbar .navbar__left a.button.alt,
.navbar .navbar__left .woocommerce a.button,
.woocommerce .navbar .navbar__left a.button {
    margin-bottom: -4px;
  }
}
.navbar__brand {
  display: block;
  width: 100%;
  max-width: 152px;
  position: relative;
  z-index: 1;
}
.navbar__brand svg,
.navbar__brand img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .navbar__brand {
    max-width: 220px;
  }
}
@media (min-width: 1600px) {
  .navbar__brand {
    max-width: 250px;
  }
}
.navbar__tel {
  margin-right: 75px;
  position: relative;
  z-index: 1;
}
.navbar__tel:hover {
  color: #FCCD32;
}
.navbar__toggle {
  width: 68px;
  height: 100%;
  background: #231F20;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar__toggle span {
  display: block;
  width: 17px;
  height: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.navbar__toggle span cite {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: var(--speed-default);
}
.navbar__toggle span cite::before, .navbar__toggle span cite::after {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  transition: var(--speed-default);
}
.navbar__toggle span cite::before {
  top: -6px;
  left: 0;
}
.navbar__toggle span cite::after {
  right: 0;
  bottom: -6px;
}
.navbar__toggle.is-active span cite {
  background: none;
}
.navbar__toggle.is-active span cite::before {
  width: 100%;
  top: 0;
  transform: rotate(135deg);
}
.navbar__toggle.is-active span cite::after {
  width: 100%;
  bottom: 0;
  transform: rotate(-135deg);
}

.navbar-menu .nav-item span.is-open::before {
  content: "\E90D";
}
.navbar-menu .nav-item:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .navbar-menu .nav-item {
    margin-left: 15px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .navbar-menu .nav-item {
    margin-left: 18px;
  }
}
@media (min-width: 1600px) {
  .navbar-menu .nav-item {
    margin-left: 31px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-item {
    margin-bottom: 28px;
  }
}
.navbar-menu .nav-item--active .nav-link, .navbar-menu .nav-item.is-active .nav-link, .navbar-menu .nav-item:hover .nav-link {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-item--active .nav-link.nav-link-parent, .navbar-menu .nav-item.is-active .nav-link.nav-link-parent, .navbar-menu .nav-item:hover .nav-link.nav-link-parent {
    color: #000;
  }
}
@media (min-width: 1024px) {
  .navbar--alt .navbar-menu .nav-item--active .nav-link, .navbar--alt .navbar-menu .nav-item.is-active .nav-link, .navbar--alt .navbar-menu .nav-item:hover .nav-link {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .navbar-menu .nav-item--active .nav-link, .navbar-menu .nav-item.is-active .nav-link, .navbar-menu .nav-item:hover .nav-link {
    color: #FCCD32;
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-item {
    position: relative;
  }
}
.navbar-menu .nav-link {
  display: block;
  font-weight: 600;
  font-size: 24px;
}
.navbar-menu .nav-link i {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}
.navbar-menu .nav-link.nav-link-parent {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-link.nav-link-parent::after {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-link.nav-link-parent {
    display: inline-flex;
    align-items: center;
  }
}
.navbar-menu .nav-link.nav-link-parent + span, .navbar-menu .nav-link.nav-link-parent::after {
  content: "\E90A";
  font-family: "superfoil-icons";
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1024px) {
  .navbar--alt .navbar-menu .nav-link.nav-link-parent + span, .navbar--alt .navbar-menu .nav-link.nav-link-parent::after {
    color: #FAE293;
  }
}
@media (min-width: 1024px) {
  .navbar-menu .nav-link.nav-link-parent + span, .navbar-menu .nav-link.nav-link-parent::after {
    color: #D3D2D2;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-link.nav-link-parent + span, .navbar-menu .nav-link.nav-link-parent::after {
    width: var(--line-height-base);
    height: var(--line-height-base);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu .nav-link.nav-link-parent + span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .navbar-menu .nav-link {
    font-size: 33px;
  }
}
@media (min-width: 1024px) {
  .navbar-menu .nav-link {
    font-weight: 700;
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .navbar-menu .nav-link {
    font-size: 16px;
  }
}
.navbar-menu .navbar-sub {
  background: #fff;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
.navbar-menu .navbar-sub::before {
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .navbar-menu .navbar-sub ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .navbar-menu .navbar-sub--small .nav-item-sub {
    flex: 1 0 50%;
  }
}
@media (min-width: 1024px) {
  .navbar-menu .navbar-sub--small {
    width: 430px !important;
  }
}
@media (min-width: 1024px) {
  .navbar-menu .navbar-sub {
    opacity: 0;
    visibility: hidden;
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
    width: 860px;
    height: auto !important;
    /* stylelint-disable-line declaration-no-important */
    margin-top: 35px;
    padding: 25px 35px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-46%);
    transition: var(--speed-fast);
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu .navbar-sub {
    display: none;
    width: calc(100% + 220px);
    margin: 10px -110px 30px;
    padding: 25px 70px;
  }
}
@media (max-width: 767.98px) {
  .navbar-menu .navbar-sub {
    width: calc(100% + 90px);
    margin: 10px -45px 20px;
    padding: 20px 30px;
  }
}
.navbar-menu .nav-item-sub {
  padding: 5px;
}
.navbar-menu .nav-item-sub.is-active .nav-link-sub {
  border-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .navbar-menu .nav-item-sub {
    display: flex;
    width: 25%;
  }
}
.navbar-menu .nav-link-sub {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 22px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  transition: var(--speed-fast);
}
.navbar-menu .nav-link-sub picture {
  display: block;
}
@media (max-width: 767.98px) {
  .navbar-menu .nav-link-sub picture {
    width: 50px;
    padding-right: 10px;
  }
}
.navbar-menu .nav-link-sub img {
  display: block;
  margin: 0 auto 33px;
}
@media (max-width: 767.98px) {
  .navbar-menu .nav-link-sub img {
    margin: 0;
  }
}
.navbar-menu .nav-link-sub:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .navbar-menu .nav-link-sub {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .navbar-menu .nav-link-sub {
    display: flex;
    align-items: center;
    padding: 8px 10px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu {
    background-image: url(../images/ui/menu-wm.svg);
    background-position: 160px 110px;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #FCCD32;
    position: fixed;
    top: 0;
    left: 0;
    transition: var(--speed-fast);
  }
}
@media (max-width: 767.98px) {
  .navbar-menu {
    background-size: 490px;
    background-position: 25px 120px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-menu__holder {
    overflow: auto;
    width: 100%;
    padding: 60px 110px 0;
    position: absolute;
    top: 67px;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-menu__holder {
    padding: 60px 45px;
  }
}
@media (min-width: 768px) {
  .navbar-menu__holder a.btn,
.navbar-menu__holder .woocommerce a.button.alt,
.woocommerce .navbar-menu__holder a.button.alt,
.navbar-menu__holder .woocommerce a.button,
.woocommerce .navbar-menu__holder a.button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .navbar-menu__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.footer__brand {
  padding: 50px 0 30px 0;
  background-color: #F9F8F4;
  position: relative;
}
.footer__brand::before {
  display: block;
  background-color: #F9F8F4;
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -2000px;
}
.footer__brand .slick-list {
  opacity: 0.6;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
.footer__brand .slick-track {
  display: flex;
  align-items: center;
}
.footer__brand .slick-track::after, .footer__brand .slick-track::before {
  display: none;
}
.footer__brand .slick-slide {
  height: auto;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .footer__brand .slick-slide {
    padding: 0 10px;
  }
}
.footer__brand .slick-dots {
  justify-content: flex-end;
  position: absolute;
}
@media (min-width: 768px) {
  .footer__brand .slick-dots {
    top: calc(100% - 22px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .footer__brand .slick-dots {
    top: 10px;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .footer__brand img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer__brand {
    padding-top: 30px;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  .footer__brand {
    padding: 50px 0;
  }
}
.footer__image {
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .footer__image::before {
    display: block;
    height: 100px;
    background-color: #F9F8F4;
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    left: -30px;
  }
}
.footer__image picture:nth-child(1) {
  position: absolute;
  top: 95px;
  left: -42%;
}
@media (max-width: 767.98px) {
  .footer__image picture:nth-child(1) img {
    width: 100%;
    height: 315px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1599.98px) {
  .footer__image picture:nth-child(1) {
    left: -55%;
  }
}
@media (max-width: 1023.98px) {
  .footer__image picture:nth-child(1) {
    width: 100%;
    top: 60px;
    left: -57%;
  }
}
@media (max-width: 767.98px) {
  .footer__image picture:nth-child(1) {
    width: 100%;
    top: 50px;
    right: -30px;
    left: 30px;
  }
}
.footer__image picture:nth-child(2) {
  position: relative;
  z-index: 1;
}
.footer__image picture:nth-child(2) img {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1023.98px) {
  .footer__image picture:nth-child(2) img {
    width: 100%;
    height: 425px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .footer__image picture:nth-child(2) {
    margin-left: -25px;
  }
}
@media (max-width: 1023.98px) {
  .footer__image {
    margin-top: -65px;
    margin-bottom: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .footer__image {
    margin-top: 0;
    padding-right: 30px;
  }
}
.footer__links {
  max-width: 680px;
  margin-bottom: 50px;
}
.footer__links a.is-active {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__links {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .footer__links {
    margin-bottom: 84px;
  }
}
@media (min-width: 1280px) {
  .footer__links {
    margin-top: 140px;
  }
}
.footer__info .btn--text:hover {
  color: #fff;
}
.footer__info-contact {
  margin-bottom: 5px;
  line-height: 2;
}
.footer__info-contact a {
  font-weight: 400;
  text-decoration: none;
}
.footer__info-contact a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .footer__info-contact {
    margin-bottom: 35px;
  }
}
.footer__info-title {
  margin-bottom: 20px;
  color: #231F20;
}
@media (min-width: 1024px) {
  .footer__info-title {
    color: #fff;
  }
}
.footer__info-list {
  margin-bottom: 30px;
}
.footer__info-item {
  margin-bottom: 9px;
}
.footer__info-item.is-active .footer__info-link {
  color: #fff;
}
.footer__info-link:hover {
  color: #fff;
}
.footer__copyright {
  padding: 35px 0;
}
@media (min-width: 1024px) {
  .footer__copyright {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .footer__copyright {
    padding: 90px 0 70px;
  }
}
.footer__copyright-logo {
  display: block;
  width: 100%;
  max-width: 150px;
}
.footer__copyright-logo svg,
.footer__copyright-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .footer__copyright-logo {
    max-width: 160px;
  }
}
@media (min-width: 1280px) {
  .footer__copyright-logo {
    max-width: 200px;
  }
}
@media (max-width: 1023.98px) {
  .footer__copyright-logo {
    margin-bottom: 20px;
  }
}
.footer__copyright-align {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__copyright-align {
    width: calc(100% - 160px);
  }
}
@media (min-width: 1280px) {
  .footer__copyright-align {
    width: calc(100% - 200px);
  }
}
.footer__copyright-list {
  width: calc(100% - 30px);
}
.footer__copyright-item {
  font-size: 12px;
}
.footer__copyright-item.is-active .footer__copyright-link {
  color: #fff;
}
@media (min-width: 1024px) {
  .footer__copyright-item {
    margin-left: 30px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .footer__copyright-item {
    margin-left: 41px;
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .footer__copyright-item {
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.footer__copyright-link:hover {
  color: #fff;
}
.footer__copyright-external {
  width: 20px;
}
.footer__copyright-external:hover {
  color: #fff;
}
.footer--white .footer__brand::before {
  background-color: #fff;
}
.footer--gray .footer__brand::before {
  background-color: #F2EDE2;
}

.introduce {
  flex-direction: row-reverse;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.introduce__slider {
  width: 100%;
  align-self: flex-start;
  position: relative;
}
.introduce__slider .slick-list {
  overflow: visible;
}
.introduce__slider .slick-arrow {
  border: 0;
}
.introduce__slider .slick-arrow.slick-prev {
  left: 10px;
}
.introduce__slider .slick-arrow.slick-prev::before {
  content: "\E90B";
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .introduce__slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
.introduce__slider .slick-arrow.slick-next {
  right: 10px;
}
.introduce__slider .slick-arrow.slick-next::before {
  content: "\E90C";
  font-size: 15px;
}
@media (min-width: 768px) {
  .introduce__slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .introduce__slider {
    width: calc(50% - 15px);
    margin-top: 55px;
  }
}
.introduce__slider-slide {
  position: relative;
}
.introduce__slider-wide {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 65px;
  left: 0;
}
.introduce__slider-wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introduce__slider-wide.introduce__slider-wide--full {
  position: relative;
}
.introduce__slider-wide.introduce__slider-wide--full img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
@media (min-width: 768px) {
  .introduce__slider-wide {
    top: 95px;
    bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .introduce__slider-wide {
    top: 122px;
    bottom: 120px;
  }
}
.introduce__slider-block {
  width: 100%;
  max-width: calc(100% - 65px);
  position: relative;
}
.introduce__slider-block img {
  width: 100%;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 767.98px) {
  .introduce__slider-block img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .introduce__slider-block {
    width: calc(100% - 300px);
    max-width: 435px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .introduce__slider-block {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .introduce__slider-block {
    max-width: 380px;
  }
}
@media (min-width: 1440px) {
  .introduce__slider-block {
    max-width: 420px;
  }
}
@media (min-width: 1600px) {
  .introduce__slider-block {
    max-width: 460px;
  }
}
.introduce__slider-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-family: "Graphik", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.introduce__slider-caption strong {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .introduce__slider-caption strong {
    display: block;
  }
}
.introduce__slider-caption p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  text-align: left;
}
.introduce__slider-caption p::after {
  display: block;
  margin-left: 20px;
  content: "\E903";
  font-family: "superfoil-icons";
  font-size: 165%;
  line-height: 1;
}
@media (min-width: 1280px) {
  .introduce__slider-caption p::after {
    font-size: 250%;
  }
}
@media (min-width: 1440px) {
  .introduce__slider-caption p::after {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .introduce__slider-caption {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .introduce__slider-caption {
    padding: 0 10px;
    bottom: 43px;
  }
}
@media (min-width: 1280px) {
  .introduce__slider-caption {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .introduce__slider-caption {
    font-size: 16px;
  }
}
.introduce__slider-info {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.introduce__slider-info span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .introduce__slider-info {
    display: flex;
    align-items: center;
    width: 200px;
    width: 110px;
    bottom: 35px;
    left: 48px;
  }
}
@media (min-width: 1024px) {
  .introduce__slider-info {
    width: 90px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .introduce__slider-info {
    justify-content: flex-end;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .introduce__slider-info {
    justify-content: center;
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .introduce__slider-info {
    color: #fff;
  }
}
.introduce__slider-total {
  color: #FCCD32;
}
.introduce__slider-total::before {
  display: block;
  width: 1px;
  height: 50px;
  margin: 5px auto;
  background: #FCCD32;
  content: "";
}
@media (min-width: 768px) {
  .introduce__slider-total::before {
    width: 40px;
    height: 1px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .introduce__slider-total::before {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  .introduce__slider-total::before {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .introduce__slider-total {
    display: flex;
    align-items: center;
  }
}
.introduce__bg {
  overflow: hidden;
  width: 70vw;
  max-height: calc(100% - 120px);
  position: absolute;
  top: 0;
  right: 0;
}
.introduce__bg img {
  opacity: 0.7;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .introduce__bg {
    display: none;
  }
}
@media (min-width: 1024px) {
  .introduce__bg {
    top: 39px;
    right: auto;
    left: -2px;
  }
}
@media (min-width: 1280px) {
  .introduce__bg {
    top: 170px;
  }
}
.introduce__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.introduce__content::before {
  display: block;
  background-color: #FCCD32;
  content: "";
  position: absolute;
  top: -115px;
  right: 0;
  bottom: 0;
  left: -95px;
  z-index: -1;
}
@media (max-width: 1023.98px) {
  .introduce__content::before {
    background-image: url(../images/ui/wm.svg);
    background-position: right 50px;
    background-repeat: no-repeat;
    background-size: 63%;
    top: 0;
    bottom: -200px;
  }
}
@media (max-width: 767.98px) {
  .introduce__content::before {
    background-size: 100%;
    background-position: calc(100% + 130px) 70px;
  }
}
@media (min-width: 1920px) {
  .introduce__content::before {
    width: 100vw;
    background-position-x: left;
  }
}
@media (max-width: 1023.98px) {
  .introduce__content h1:not(.introduce__content-subtitle),
.introduce__content .h1:not(.introduce__content-subtitle) {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .introduce__content {
    width: calc(50% + 15px);
    margin-bottom: 120px;
    padding: 39px 30px 100px 110px;
  }
}
@media (min-width: 1280px) {
  .introduce__content {
    padding: 170px 30px 100px 135px;
  }
}
.introduce__content-align {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 var(--side-gutter);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .introduce__content-align {
    max-width: 670px;
    margin: 0;
  }
}
.introduce__content-subtitle {
  margin-bottom: 23px;
  color: #fff;
}
.introduce__content-text {
  max-width: 550px;
  margin-top: auto;
}
.introduce__content-text .btn--text {
  margin-bottom: 10px;
}
.introduce__content-text .btn--text:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .introduce__content-text .btn--text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .introduce__content-text {
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  .introduce__content-text {
    padding-left: 125px;
  }
}
.introduce__content-down {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #231F20;
  font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.introduce__content-down i {
  transform: scaleY(-1);
}
.introduce__usp {
  max-width: 1760px;
  margin: -85px auto 0;
  padding-right: 30px;
  padding-left: 715px;
}
@media (max-width: 1599.98px) {
  .introduce__usp {
    padding-left: 640px;
  }
}
@media (max-width: 1439.98px) {
  .introduce__usp {
    padding-left: 600px;
  }
}
@media (max-width: 1023.98px) {
  .introduce__usp {
    width: 100%;
    max-width: 690px;
    margin: 35px auto 0;
    padding: 0 var(--side-gutter);
  }
}
.introduce__usp-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.introduce__usp-list.is-active {
  opacity: 1;
  display: flex;
}
@media (min-width: 1600px) {
  .introduce__usp-list {
    margin: 0 -40px;
  }
}
.introduce__usp-item {
  padding: 5px 10px;
}
.introduce__usp-item p {
  margin: 0;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
}
.introduce__usp-item p::before {
  content: "\E908";
  font-family: "superfoil-icons";
  font-size: 90%;
  color: #FCCD32;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .introduce__usp-item p {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .introduce__usp-item p {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .introduce__usp-item {
    width: 50%;
  }
}

.solutions {
  margin: 50px 0;
  position: relative;
  z-index: 2;
}
.solutions::after {
  background-image: url(../images/ui/solutions-dots.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 143px;
  height: 1286px;
  content: "";
  position: absolute;
  top: 55px;
  bottom: 0;
  left: calc(50% + 800px);
}
.solutions h2,
.solutions .h2 {
  max-width: 1200px;
  margin-bottom: 38px;
}
@media (max-width: 1023.98px) {
  .solutions .solutions__block-title--link span::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .solutions {
    margin: 80px 0;
  }
}
@media (min-width: 1024px) {
  .solutions {
    margin: 120px 0;
  }
}
.solutions__title {
  margin-bottom: 20px;
  color: #FCCD32;
}
@media (max-width: 767.98px) {
  .solutions__title {
    font-size: 20px;
  }
}
.solutions__block {
  display: block;
  padding: 20px 20px 20px 0;
  color: #7B7979;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .solutions__block::before {
    opacity: 0;
    visibility: hidden;
    display: block;
    background-color: #fff;
    content: "";
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: -30px;
    z-index: -1;
    transition: var(--speed-default);
  }
}
@media (min-width: 1440px) {
  .solutions__block::before {
    left: -90px;
  }
}
.solutions__block i {
  display: block;
  width: 100%;
  margin-bottom: 28px;
  font-size: 60px;
  color: #231F20;
  transition: var(--speed-default) color;
}
@media (max-width: 1023.98px) {
  .solutions__block i {
    margin: 0;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .solutions__block i {
    font-size: 35px;
  }
}
.solutions__block picture {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 1023.98px) {
  .solutions__block picture {
    width: 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.solutions__block:hover::before {
  opacity: 1;
  visibility: visible;
}
.solutions__block:hover i {
  color: #FCCD32;
}
.solutions__block:hover .solutions__block-title--link span::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .solutions__block {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 1024px) {
  .solutions__block {
    padding: 40px 40px 40px 0;
  }
}
@media (min-width: 1280px) {
  .solutions__block {
    padding: 56px 70px 56px 0;
  }
}
@media (min-width: 1440px) {
  .solutions__block {
    padding: 56px 125px 56px 0;
  }
}
@media (max-width: 767.98px) {
  .solutions__block {
    font-size: 16px;
  }
}
.solutions__block-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 50px;
  font-weight: 400;
  color: #231F20;
  position: relative;
}
.solutions__block-title span {
  display: block;
  width: 100%;
  padding-right: 20%;
  position: relative;
}
.solutions__block-title span::after {
  opacity: 0;
  display: block;
  content: "\E904";
  font-family: "superfoil-icons";
  font-size: 145%;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, -2px);
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .solutions__block-title {
    min-height: 120px;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .solutions__block-title {
    min-height: 140px;
  }
}
@media (max-width: 767.98px) {
  .solutions__block-title {
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .solutions + .service-video {
    margin-top: -40px;
  }
}

.cta {
  margin: 30px 0;
}
.cta h6,
.cta .h6 {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 1024px) {
  .cta h6,
.cta .h6 {
    margin-bottom: 20px;
  }
}
.cta__holder {
  padding: 40px;
  background-color: #F2EDE2;
}
@media (min-width: 1024px) {
  .cta__holder {
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .cta__holder {
    padding: 135px 90px 128px;
  }
}
.cta__content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1600px) {
  .cta__content {
    padding-left: 34px;
  }
}
.cta__button {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
.cta__button .btn,
.cta__button .woocommerce a.button.alt,
.woocommerce .cta__button a.button.alt,
.cta__button .woocommerce button.button.alt,
.woocommerce .cta__button button.button.alt,
.cta__button .woocommerce input.button.alt,
.woocommerce .cta__button input.button.alt, .cta__button .woocommerce #respond input#submit, .woocommerce #respond .cta__button input#submit,
.cta__button .woocommerce a.button,
.woocommerce .cta__button a.button,
.cta__button .woocommerce button.button,
.woocommerce .cta__button button.button,
.cta__button .woocommerce input.button,
.woocommerce .cta__button input.button {
  margin-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cta__button {
    flex-direction: row;
    max-width: none;
  }
  .cta__button .btn:not(:last-of-type),
.cta__button .woocommerce a.button.alt:not(:last-of-type),
.woocommerce .cta__button a.button.alt:not(:last-of-type),
.cta__button .woocommerce button.button.alt:not(:last-of-type),
.woocommerce .cta__button button.button.alt:not(:last-of-type),
.cta__button .woocommerce input.button.alt:not(:last-of-type),
.woocommerce .cta__button input.button.alt:not(:last-of-type), .cta__button .woocommerce #respond input#submit:not(:last-of-type), .woocommerce #respond .cta__button input#submit:not(:last-of-type),
.cta__button .woocommerce a.button:not(:last-of-type),
.woocommerce .cta__button a.button:not(:last-of-type),
.cta__button .woocommerce button.button:not(:last-of-type),
.woocommerce .cta__button button.button:not(:last-of-type),
.cta__button .woocommerce input.button:not(:last-of-type),
.woocommerce .cta__button input.button:not(:last-of-type) {
    margin-right: 7px !important;
  }
}
@media (min-width: 1280px) {
  .cta__button {
    padding-top: 32px;
  }
}
@media (max-width: 480px) {
  .cta .cta__button .btn,
.cta .cta__button .woocommerce a.button.alt,
.woocommerce .cta .cta__button a.button.alt,
.cta .cta__button .woocommerce button.button.alt,
.woocommerce .cta .cta__button button.button.alt,
.cta .cta__button .woocommerce input.button.alt,
.woocommerce .cta .cta__button input.button.alt, .cta .cta__button .woocommerce #respond input#submit, .woocommerce #respond .cta .cta__button input#submit,
.cta .cta__button .woocommerce a.button,
.woocommerce .cta .cta__button a.button,
.cta .cta__button .woocommerce button.button,
.woocommerce .cta .cta__button button.button,
.cta .cta__button .woocommerce input.button,
.woocommerce .cta .cta__button input.button {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.logo-block {
  margin: 60px 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .logo-block__slider {
    padding-right: 160px;
  }
}
.logo-block .slick-track {
  display: flex;
  align-items: center;
}
.logo-block .slick-track::before, .logo-block .slick-track::after {
  display: none;
}
.logo-block .slick-dots {
  position: absolute;
  top: -25px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .logo-block .slick-dots {
    top: 18px;
  }
}
.logo-block__slider-slide {
  height: auto;
  padding: 0 15px;
}
.logo-block__slider-slide img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .logo-block__slider-slide {
    padding: 0 10px;
  }
}

.slider-block {
  position: relative;
}
.slider-block__slider .slick-list {
  overflow: visible;
}
.slider-block__slider .slick-arrow {
  border: 0;
}
.slider-block__slider .slick-arrow.slick-prev {
  left: 10px;
}
.slider-block__slider .slick-arrow.slick-prev::before {
  content: "\E90B";
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .slider-block__slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
.slider-block__slider .slick-arrow.slick-next {
  right: 10px;
}
.slider-block__slider .slick-arrow.slick-next::before {
  content: "\E90C";
  font-size: 15px;
}
@media (min-width: 768px) {
  .slider-block__slider .slick-arrow.slick-next {
    right: 40px;
  }
}
.slider-block__slider-slide {
  position: relative;
}
.slider-block__slider-wide {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 65px;
  left: 0;
}
.slider-block__slider-wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .slider-block__slider-wide {
    top: 95px;
    bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slider-block__slider-wide {
    top: 122px;
    bottom: 120px;
  }
}
.slider-block__slider-block {
  width: 100%;
  max-width: calc(100% - 65px);
  position: relative;
}
.slider-block__slider-block img {
  width: 100%;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 767.98px) {
  .slider-block__slider-block img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .slider-block__slider-block {
    width: calc(100% - 300px);
    max-width: 435px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .slider-block__slider-block {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .slider-block__slider-block {
    max-width: 380px;
  }
}
@media (min-width: 1440px) {
  .slider-block__slider-block {
    max-width: 460px;
  }
}
.slider-block__slider-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-family: "Graphik", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.slider-block__slider-caption strong {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .slider-block__slider-caption strong {
    display: block;
  }
}
.slider-block__slider-caption p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  text-align: left;
}
.slider-block__slider-caption p span {
  padding-right: 40px;
  position: relative;
}
.slider-block__slider-caption p span::after {
  display: block;
  margin-left: 20px;
  content: "\E903";
  font-family: "superfoil-icons";
  font-size: 165%;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1280px) {
  .slider-block__slider-caption p span::after {
    font-size: 250%;
    transform: translateY(-5px);
  }
}
@media (min-width: 1440px) {
  .slider-block__slider-caption p span::after {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .slider-block__slider-caption {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .slider-block__slider-caption {
    padding: 0 15px 0 25px;
    bottom: 43px;
  }
}
@media (min-width: 1280px) {
  .slider-block__slider-caption {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .slider-block__slider-caption {
    padding-right: 40px;
    padding-left: 50px;
    font-size: 16px;
  }
}
.slider-block__info {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.slider-block__info span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .slider-block__info {
    display: flex;
    align-items: center;
    width: 200px;
    width: 110px;
    bottom: 35px;
    left: 50px;
  }
}
@media (min-width: 1024px) {
  .slider-block__info {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .slider-block__info {
    bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .slider-block__info {
    justify-content: center;
    left: 45px;
  }
}
@media (max-width: 767.98px) {
  .slider-block__info {
    color: #fff;
  }
}
.slider-block__info-total {
  color: #FCCD32;
}
.slider-block__info-total::before {
  display: block;
  width: 1px;
  height: 50px;
  margin: 5px auto;
  background: #FCCD32;
  content: "";
}
@media (min-width: 768px) {
  .slider-block__info-total::before {
    width: 40px;
    height: 1px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .slider-block__info-total::before {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  .slider-block__info-total::before {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .slider-block__info-total {
    display: flex;
    align-items: center;
  }
}

.slick-arrow {
  background-color: #231F20;
}
.slick-arrow.slick-disabled {
  opacity: 0.8;
}

.project-intro {
  flex-direction: row-reverse;
  max-width: 1920px;
  margin: 70px auto;
  position: relative;
  z-index: 1;
}
.project-intro::before {
  display: block;
  width: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 150px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .project-intro::before {
    width: calc(100% - 411px);
    bottom: 95px;
  }
}
@media (min-width: 1280px) {
  .project-intro::before {
    width: calc(100% - 517px);
    bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .project-intro::before {
    width: calc(100% - 580px);
  }
}
@media (min-width: 1600px) {
  .project-intro::before {
    width: calc(100% - 705px);
  }
}
@media only screen and (min-width: 1900px) {
  .project-intro::before {
    width: calc(50% + 50vw + 254px);
    left: -50vw;
  }
}
@media only screen and (min-width: 1900px) {
  .project-intro.project-intro--right::before {
    width: 100vw;
    left: 36.8%;
  }
}
@media (min-width: 1024px) {
  .project-intro {
    margin: 118px auto;
  }
}
.project-intro__slider {
  width: 100%;
  align-self: flex-start;
  position: relative;
}
.project-intro__slider .slick-list {
  overflow: visible;
}
.project-intro__slider .slick-arrow {
  border: 0;
}
.project-intro__slider .slick-arrow.slick-prev {
  left: 10px;
}
.project-intro__slider .slick-arrow.slick-prev::before {
  content: "\E90B";
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .project-intro__slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
.project-intro__slider .slick-arrow.slick-next {
  right: 10px;
}
.project-intro__slider .slick-arrow.slick-next::before {
  content: "\E90C";
  font-size: 15px;
}
@media (min-width: 768px) {
  .project-intro__slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .project-intro__slider {
    width: 525px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .project-intro__slider {
    width: 655px;
    margin-top: 110px;
  }
}
@media (min-width: 1440px) {
  .project-intro__slider {
    width: 700px;
  }
}
@media (min-width: 1600px) {
  .project-intro__slider {
    width: 950px;
  }
}
@media only screen and (min-width: 1900px) {
  .project-intro__slider {
    width: calc(50% - 15px);
  }
}
.project-intro__slider-slide {
  position: relative;
}
.project-intro__slider-wide:not(.project-intro__slider-wide--full) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-intro__slider-block {
  width: 100%;
  max-width: calc(100% - 65px);
  position: relative;
}
.project-intro__slider-block img {
  width: 100%;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 767.98px) {
  .project-intro__slider-block img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .project-intro__slider-block {
    width: calc(100% - 300px);
    max-width: 435px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .project-intro__slider-block {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .project-intro__slider-block {
    max-width: 380px;
  }
}
@media (min-width: 1440px) {
  .project-intro__slider-block {
    max-width: 460px;
  }
}
@media (min-width: 1920px) {
  .project-intro__slider-block {
    max-width: 468px;
  }
}
.project-intro__slider-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-family: "Graphik", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.project-intro__slider-caption strong {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .project-intro__slider-caption strong {
    display: block;
  }
}
.project-intro__slider-caption p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  text-align: left;
}
.project-intro__slider-caption p span {
  padding-right: 40px;
  position: relative;
}
.project-intro__slider-caption p span::after {
  display: block;
  margin-left: 20px;
  content: "\E903";
  font-family: "superfoil-icons";
  font-size: 165%;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1280px) {
  .project-intro__slider-caption p span::after {
    font-size: 250%;
    transform: translateY(-5px);
  }
}
@media (min-width: 1440px) {
  .project-intro__slider-caption p span::after {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .project-intro__slider-caption {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .project-intro__slider-caption {
    padding: 0 15px 0 25px;
    bottom: 43px;
  }
}
@media (min-width: 1280px) {
  .project-intro__slider-caption {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .project-intro__slider-caption {
    padding-right: 40px;
    padding-left: 50px;
    font-size: 16px;
  }
}
.project-intro__slider-info {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.project-intro__slider-info span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .project-intro__slider-info {
    display: flex;
    align-items: center;
    width: 90px;
    bottom: 35px;
    left: 50px;
  }
}
@media (min-width: 1024px) {
  .project-intro__slider-info {
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .project-intro__slider-info {
    justify-content: flex-end;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .project-intro__slider-info {
    justify-content: center;
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .project-intro__slider-info {
    color: #fff;
  }
}
.project-intro__slider-total {
  color: #FCCD32;
}
.project-intro__slider-total::before {
  display: block;
  width: 1px;
  height: 50px;
  margin: 5px auto;
  background: #FCCD32;
  content: "";
}
@media (min-width: 768px) {
  .project-intro__slider-total::before {
    width: 40px;
    height: 1px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .project-intro__slider-total::before {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  .project-intro__slider-total::before {
    width: 30px;
  }
}
@media (min-width: 1600px) {
  .project-intro__slider-total::before {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .project-intro__slider-total {
    display: flex;
    align-items: center;
  }
}
.project-intro__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 50px 0;
  font-size: 18px;
  position: relative;
}
.project-intro__content h2,
.project-intro__content .h2 {
  margin-bottom: 30px;
}
.project-intro__content p {
  margin-bottom: 20px;
}
.project-intro__content p a {
  font-weight: 400;
  color: #0E4AD2;
  text-decoration: underline;
}
.project-intro__content p a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .project-intro__content {
    width: calc(100% - 525px);
    margin-bottom: 95px;
    padding: 30px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .project-intro__content {
    width: calc(100% - 655px);
    margin-bottom: 120px;
    padding: 50px 30px 50px 80px;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .project-intro__content {
    width: calc(100% - 700px);
  }
}
@media (min-width: 1600px) {
  .project-intro__content {
    width: calc(100% - 950px);
  }
}
@media only screen and (min-width: 1900px) {
  .project-intro__content {
    width: calc(50% + 15px);
  }
}
.project-intro__content-align {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 var(--side-gutter);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .project-intro__content-align {
    max-width: 620px;
    margin: 0;
  }
}
.project-intro--left {
  flex-direction: inherit;
}
.project-intro--left .project-intro__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.project-intro--left .project-intro__content-align {
  max-width: 680px;
}
@media (min-width: 1024px) {
  .project-intro--left .project-intro__content-align {
    max-width: 720px;
  }
}
@media (min-width: 1440px) {
  .project-intro--left .project-intro__content-align {
    padding-right: 84px;
  }
}
@media (min-width: 768px) {
  .project-intro--left .project-intro__slider-caption,
.project-intro--left .project-intro__slider-info {
    display: none;
  }
}
.project-intro--left.project-intro--alt::after {
  background-image: url(../images/ui/solutions-dots.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 143px;
  height: 1286px;
  content: "";
  position: absolute;
  top: 70px;
  left: calc(50% - 940px);
}
.project-intro--right {
  position: relative;
}
.project-intro--right::before {
  right: 0;
  left: auto;
}
@media (min-width: 1440px) {
  .project-intro--right .project-intro__content {
    padding-left: 140px;
  }
}
.project-intro--alt::before {
  background-color: #FCCD32;
}
.project-intro--alt .project-intro__content .btn,
.project-intro--alt .project-intro__content .woocommerce a.button.alt,
.woocommerce .project-intro--alt .project-intro__content a.button.alt,
.project-intro--alt .project-intro__content .woocommerce button.button.alt,
.woocommerce .project-intro--alt .project-intro__content button.button.alt,
.project-intro--alt .project-intro__content .woocommerce input.button.alt,
.woocommerce .project-intro--alt .project-intro__content input.button.alt, .project-intro--alt .project-intro__content .woocommerce #respond input#submit, .woocommerce #respond .project-intro--alt .project-intro__content input#submit,
.project-intro--alt .project-intro__content .woocommerce a.button,
.woocommerce .project-intro--alt .project-intro__content a.button,
.project-intro--alt .project-intro__content .woocommerce button.button,
.woocommerce .project-intro--alt .project-intro__content button.button,
.project-intro--alt .project-intro__content .woocommerce input.button,
.woocommerce .project-intro--alt .project-intro__content input.button {
  background-color: #fff;
}
.project-intro--alt .project-intro__content .btn:hover,
.project-intro--alt .project-intro__content .woocommerce a.button.alt:hover,
.woocommerce .project-intro--alt .project-intro__content a.button.alt:hover,
.project-intro--alt .project-intro__content .woocommerce button.button.alt:hover,
.woocommerce .project-intro--alt .project-intro__content button.button.alt:hover,
.project-intro--alt .project-intro__content .woocommerce input.button.alt:hover,
.woocommerce .project-intro--alt .project-intro__content input.button.alt:hover, .project-intro--alt .project-intro__content .woocommerce #respond input#submit:hover, .woocommerce #respond .project-intro--alt .project-intro__content input#submit:hover,
.project-intro--alt .project-intro__content .woocommerce a.button:hover,
.woocommerce .project-intro--alt .project-intro__content a.button:hover,
.project-intro--alt .project-intro__content .woocommerce button.button:hover,
.woocommerce .project-intro--alt .project-intro__content button.button:hover,
.project-intro--alt .project-intro__content .woocommerce input.button:hover,
.woocommerce .project-intro--alt .project-intro__content input.button:hover {
  background-color: #000 !important;
  /* stylelint-disable-line declaration-no-important */
  color: #fff;
}
@media (min-width: 1280px) {
  .project-intro + .text-block {
    margin-top: -20px;
  }
}
@media (min-width: 1440px) {
  .project-intro + .text-block {
    margin-top: -30px;
  }
}
@media (min-width: 1600px) {
  .project-intro + .text-block {
    margin-top: -50px;
  }
}
.project-intro + .news-related {
  padding-top: 0;
}
@media (min-width: 1280px) {
  .project-intro + .info {
    margin-top: 100px;
  }
}
@media (min-width: 1440px) {
  .project-intro + .info {
    margin-top: 150px;
  }
}
@media (min-width: 1600px) {
  .project-intro + .info {
    margin-top: 205px;
  }
}

.product-slider {
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}
.product-slider::before {
  background-image: url(../images/ui/solutions-dots-x.png);
  background-position: 0 0;
  background-repeat: repeat;
  width: 100%;
  height: 167px;
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(50% + 15px);
}
.product-slider .slick-list {
  padding: 30px 80px 90px 15px;
}
@media (min-width: 768px) {
  .product-slider .slick-list {
    padding: 30px calc(50% - 330px) 90px calc(50% - 330px);
  }
}
@media (min-width: 1024px) {
  .product-slider .slick-list {
    padding: 30px calc(50% - 400px) 60px calc(50% - 490px);
  }
}
@media (min-width: 1280px) {
  .product-slider .slick-list {
    padding: 30px calc(50% - 700px) 60px calc(50% - 600px);
  }
}
@media (min-width: 1440px) {
  .product-slider .slick-list {
    padding: 30px calc(50% - 700px) 60px calc(50% - 610px);
  }
}
@media (min-width: 1600px) {
  .product-slider .slick-list {
    padding: 30px calc(50% - 860px) 60px calc(50% - 738px);
  }
}
.product-slider .slick-arrow {
  width: 100px;
  height: 100px;
  border: 0;
  background: #231F20;
  transform: none;
}
.product-slider .slick-arrow.slick-prev, .product-slider .slick-arrow.slick-next {
  top: 30px;
  left: 0;
}
@media (max-width: 1023.98px) {
  .product-slider .slick-arrow.slick-prev, .product-slider .slick-arrow.slick-next {
    width: 68px;
    height: 68px;
    top: auto;
    bottom: 0;
    left: calc(50% - 319px);
  }
}
@media (max-width: 767.98px) {
  .product-slider .slick-arrow.slick-prev, .product-slider .slick-arrow.slick-next {
    left: 25px;
  }
}
@media (min-width: 1024px) {
  .product-slider .slick-arrow.slick-prev, .product-slider .slick-arrow.slick-next {
    transform: translateY(100%);
  }
}
.product-slider .slick-arrow.slick-next {
  transform: translateX(100%);
}
@media (min-width: 1024px) {
  .product-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
    transform: translateY(100%);
  }
}
.product-slider .slick-arrow.slick-disabled {
  background: rgba(35, 31, 32, 0.9);
}
@media (min-width: 1024px) {
  .product-slider {
    padding-bottom: 80px;
  }
  .product-slider::before {
    bottom: 50px;
    left: calc(50% - 170px);
  }
}
@media (min-width: 1280px) {
  .product-slider {
    padding-bottom: 120px;
  }
  .product-slider::before {
    background-image: url(../images/ui/superfoil-pattern.svg);
    background-position: 0 0;
    background-repeat: repeat;
    bottom: 90px;
  }
}
@media (min-width: 1920px) {
  .product-slider {
    background-repeat: repeat-x;
  }
}
@media (min-width: 1024px) {
  .product-slider__intro {
    margin-bottom: 30px;
  }
}
.product-slider__slider-slide {
  padding: 0 10px;
}
@media (min-width: 1440px) {
  .product-slider__slider-slide {
    padding: 0 20px;
  }
}
.product-slider__arrow {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(35, 31, 32, 0.8);
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 460px;
  left: 65%;
  z-index: 1;
}
.product-slider__arrow:hover {
  background: rgba(35, 31, 32, 0.9);
}
@media (min-width: 1440px) {
  .product-slider__arrow {
    top: 487px;
  }
}
.product-slider + .project-intro {
  margin-top: 0;
}

.photo-content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.photo-content__content {
  justify-content: flex-end;
  align-items: center;
  padding: 50px 15px;
  background: #fff;
  position: relative;
}
.photo-content__content::after {
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: -98px;
  bottom: -200px;
  left: 0;
}
@media (min-width: 1024px) {
  .photo-content__content::after {
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
  }
}
@media (min-width: 1440px) {
  .photo-content__content::after {
    right: -123px;
  }
}
@media (min-width: 1600px) {
  .photo-content__content::after {
    right: -237px;
  }
}
.photo-content__content p {
  margin-bottom: 30px;
}
.photo-content__content p a {
  font-weight: 400;
  color: #0E4AD2;
}
.photo-content__content p a:hover {
  color: #231F20;
}
.photo-content__content h2 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .photo-content__content h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .photo-content__content {
    width: calc(50% + 15px);
    margin-bottom: 120px;
  }
}
.photo-content__content-align {
  width: 100%;
  max-width: 660px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .photo-content__content-align {
    max-width: 482px;
    padding-right: 120px;
  }
}
@media (min-width: 1440px) {
  .photo-content__content-align {
    max-width: 595px;
  }
}
@media (min-width: 1600px) {
  .photo-content__content-align {
    max-width: 720px;
  }
}
@media (max-width: 1023.98px) {
  .photo-content__content-align {
    margin: 0 auto;
  }
}
.photo-content__slider .slick-list {
  overflow: visible;
}
.photo-content__slider .slick-arrow {
  border: 0;
}
.photo-content__slider .slick-arrow.slick-prev {
  left: 10px;
}
.photo-content__slider .slick-arrow.slick-prev::before {
  content: "\E90B";
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .photo-content__slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
.photo-content__slider .slick-arrow.slick-next {
  right: 10px;
}
.photo-content__slider .slick-arrow.slick-next::before {
  content: "\E90C";
  font-size: 15px;
}
@media (min-width: 768px) {
  .photo-content__slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .photo-content__slider {
    width: calc(50% - 15px);
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .photo-content__slider {
    margin-top: 110px;
  }
}
.photo-content__slider-slide {
  position: relative;
}
.photo-content__slider-wide {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 65px;
  left: 0;
}
.photo-content__slider-wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .photo-content__slider-wide {
    top: 95px;
    bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .photo-content__slider-wide {
    top: 122px;
    bottom: 120px;
  }
}
.photo-content__slider-block {
  width: 100%;
  max-width: calc(100% - 65px);
  position: relative;
}
.photo-content__slider-block img {
  width: 100%;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 767.98px) {
  .photo-content__slider-block img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .photo-content__slider-block {
    width: calc(100% - 300px);
    max-width: 435px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .photo-content__slider-block {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .photo-content__slider-block {
    max-width: 380px;
  }
}
@media (min-width: 1440px) {
  .photo-content__slider-block {
    max-width: 460px;
  }
}
.photo-content__slider-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-family: "Graphik", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.photo-content__slider-caption strong {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .photo-content__slider-caption strong {
    display: block;
  }
}
.photo-content__slider-caption p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  text-align: left;
}
.photo-content__slider-caption p::after {
  display: block;
  margin-left: 20px;
  content: "\E903";
  font-family: "superfoil-icons";
  font-size: 165%;
  line-height: 1;
}
@media (min-width: 1280px) {
  .photo-content__slider-caption p::after {
    font-size: 250%;
  }
}
@media (min-width: 1440px) {
  .photo-content__slider-caption p::after {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .photo-content__slider-caption {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .photo-content__slider-caption {
    padding: 0 10px;
    bottom: 43px;
  }
}
@media (min-width: 1280px) {
  .photo-content__slider-caption {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .photo-content__slider-caption {
    font-size: 16px;
  }
}
.photo-content__slider-info {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.photo-content__slider-info span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .photo-content__slider-info {
    display: flex;
    align-items: center;
    width: 200px;
    width: 110px;
    bottom: 35px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .photo-content__slider-info {
    justify-content: flex-end;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .photo-content__slider-info {
    justify-content: center;
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .photo-content__slider-info {
    color: #fff;
  }
}
.photo-content__slider-total {
  color: #FCCD32;
}
.photo-content__slider-total::before {
  display: block;
  width: 1px;
  height: 50px;
  margin: 5px auto;
  background: #FCCD32;
  content: "";
}
@media (min-width: 768px) {
  .photo-content__slider-total::before {
    width: 40px;
    height: 1px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .photo-content__slider-total::before {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  .photo-content__slider-total::before {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .photo-content__slider-total {
    display: flex;
    align-items: center;
  }
}
.photo-content--alt {
  flex-direction: row-reverse;
}
.photo-content--alt .photo-content__content {
  justify-content: flex-start;
}
.photo-content--alt .photo-content__content::after {
  right: 0;
  left: -98px;
}
@media (min-width: 1024px) {
  .photo-content--alt .photo-content__content::after {
    right: calc(100% - 1px);
  }
}
@media (min-width: 1440px) {
  .photo-content--alt .photo-content__content::after {
    left: -123px;
  }
}
@media (min-width: 1600px) {
  .photo-content--alt .photo-content__content::after {
    left: -237px;
  }
}
@media (min-width: 1024px) {
  .photo-content--alt .photo-content__content-align {
    padding-right: 0;
    padding-left: 140px;
  }
}
.photo-content + .info {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .photo-content + .info {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .photo-content + .info {
    margin-top: 200px;
  }
}
@media (min-width: 1440px) {
  .photo-content + .info {
    margin-top: 210px;
  }
}

.info {
  margin: 60px 0;
}
@media (min-width: 1024px) {
  .info {
    margin: 80px 0;
  }
}
@media (min-width: 1280px) {
  .info {
    margin: 100px 0;
  }
}
@media (min-width: 1440px) {
  .info {
    margin: 120px 0;
  }
}
.info__holder {
  padding: 60px 30px 0;
  background-color: #F2EDE2;
  position: relative;
}
.info__content {
  max-width: 650px;
  padding: 30px 0 80px;
}
.info__content h3 {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .info__content .button-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1920px) {
  .info__content .button-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .info__content .button-wrapper .btn,
.info__content .button-wrapper .woocommerce a.button.alt,
.woocommerce .info__content .button-wrapper a.button.alt,
.info__content .button-wrapper .woocommerce button.button.alt,
.woocommerce .info__content .button-wrapper button.button.alt,
.info__content .button-wrapper .woocommerce input.button.alt,
.woocommerce .info__content .button-wrapper input.button.alt, .info__content .button-wrapper .woocommerce #respond input#submit, .woocommerce #respond .info__content .button-wrapper input#submit,
.info__content .button-wrapper .woocommerce a.button,
.woocommerce .info__content .button-wrapper a.button,
.info__content .button-wrapper .woocommerce button.button,
.woocommerce .info__content .button-wrapper button.button,
.info__content .button-wrapper .woocommerce input.button,
.woocommerce .info__content .button-wrapper input.button {
    width: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .info__content .button-wrapper .btn,
.info__content .button-wrapper .woocommerce a.button.alt,
.woocommerce .info__content .button-wrapper a.button.alt,
.info__content .button-wrapper .woocommerce button.button.alt,
.woocommerce .info__content .button-wrapper button.button.alt,
.info__content .button-wrapper .woocommerce input.button.alt,
.woocommerce .info__content .button-wrapper input.button.alt, .info__content .button-wrapper .woocommerce #respond input#submit, .woocommerce #respond .info__content .button-wrapper input#submit,
.info__content .button-wrapper .woocommerce a.button,
.woocommerce .info__content .button-wrapper a.button,
.info__content .button-wrapper .woocommerce button.button,
.woocommerce .info__content .button-wrapper button.button,
.info__content .button-wrapper .woocommerce input.button,
.woocommerce .info__content .button-wrapper input.button {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .info__content .button-wrapper .btn,
.info__content .button-wrapper .woocommerce a.button.alt,
.woocommerce .info__content .button-wrapper a.button.alt,
.info__content .button-wrapper .woocommerce button.button.alt,
.woocommerce .info__content .button-wrapper button.button.alt,
.info__content .button-wrapper .woocommerce input.button.alt,
.woocommerce .info__content .button-wrapper input.button.alt, .info__content .button-wrapper .woocommerce #respond input#submit, .woocommerce #respond .info__content .button-wrapper input#submit,
.info__content .button-wrapper .woocommerce a.button,
.woocommerce .info__content .button-wrapper a.button,
.info__content .button-wrapper .woocommerce button.button,
.woocommerce .info__content .button-wrapper button.button,
.info__content .button-wrapper .woocommerce input.button,
.woocommerce .info__content .button-wrapper input.button {
    margin: 0;
  }
}
.info__content .button-wrapper .btn.btn--outline,
.info__content .button-wrapper .woocommerce a.btn--outline.button.alt,
.woocommerce .info__content .button-wrapper a.btn--outline.button.alt,
.info__content .button-wrapper .woocommerce button.btn--outline.button.alt,
.woocommerce .info__content .button-wrapper button.btn--outline.button.alt,
.info__content .button-wrapper .woocommerce input.btn--outline.button.alt,
.woocommerce .info__content .button-wrapper input.btn--outline.button.alt, .info__content .button-wrapper .woocommerce #respond input.btn--outline#submit, .woocommerce #respond .info__content .button-wrapper input.btn--outline#submit,
.info__content .button-wrapper .woocommerce a.btn--outline.button,
.woocommerce .info__content .button-wrapper a.btn--outline.button,
.info__content .button-wrapper .woocommerce button.btn--outline.button,
.woocommerce .info__content .button-wrapper button.btn--outline.button,
.info__content .button-wrapper .woocommerce input.btn--outline.button,
.woocommerce .info__content .button-wrapper input.btn--outline.button {
  border: none;
  margin-left: 4px;
}
@media (max-width: 1023.98px) {
  .info__content {
    padding-top: 0;
  }
}
.info__content-subtitle {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 1024px) {
  .info__content-subtitle {
    margin-bottom: 20px;
  }
}
.info__content-tool {
  font-size: 18px;
  line-height: 1.2;
}
.info__content-tool a {
  margin-bottom: 20px;
}
.info__content-tool a i {
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .info__content-tool {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .info__content-tool {
    font-size: 22px;
  }
}
.info__image-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.info__image-animation {
  max-width: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .info__image-animation {
    max-width: 270px;
  }
}
@media (min-width: 1024px) {
  .info__image-animation {
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .info__image-animation {
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  .info__image-animation {
    max-width: 492px;
  }
}

.request {
  padding: 60px 80px;
  background: #fff;
  position: relative;
}
.request .wpcf7 {
  padding-top: 25px;
}
.request h3 {
  margin-bottom: 20px;
}
.request p a {
  font-weight: 400;
  color: #0E4AD2;
}
.request p a:hover {
  color: #231F20;
}
@media (max-width: 767.98px) {
  .request button {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 1023.98px) {
  .request {
    padding: 50px 30px;
  }
}
@media (max-width: 767.98px) {
  .request {
    padding: 50px 20px;
  }
}
.request__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  background: #231F20;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023.98px) {
  .request__close {
    width: 68px;
    height: 68px;
  }
}

.request-block {
  width: 750px;
  padding-left: 60px;
  background: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  bottom: 10%;
  transform: translate(calc(100% - 60px), -50%);
  z-index: 10;
  transition: var(--speed-default);
}
.request-block form {
  padding-right: 230px;
}
.request-block button {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.request-block.is-active {
  transform: translate(0);
}
@media (min-width: 1024px) {
  .request-block {
    width: 823px;
    padding-left: 80px;
    transform: translate(calc(100% - 80px), 0);
  }
}
@media (max-width: 767.98px) {
  .request-block {
    display: none;
  }
}
.request-block__toggle, .request-block::before {
  display: block;
  width: 60px;
  height: 100%;
  background: #231F20;
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .request-block__toggle, .request-block::before {
    width: 80px;
  }
}
.request-block__toggle {
  background: transparent;
  z-index: 2;
}
.request-block__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 1;
}
.request-block__button i {
  display: block;
  margin-left: 20px;
  font-size: 180%;
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  .request-block__button {
    height: 80px;
    font-size: 18px;
    left: 38px;
  }
}
.request-block__wrap {
  padding: 30px 60px;
}
.request-block__wrap h3 {
  margin-bottom: 20px;
}

.news-overview {
  padding: 178px 0 100px;
}
@media (min-width: 1024px) {
  .news-overview .paginate {
    margin-top: 50px;
  }
}
@media (max-width: 1279.98px) {
  .news-overview {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1023.98px) {
  .news-overview {
    padding: 80px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .news-overview {
    padding: 50px 0 30px;
  }
}
.news-overview__intro h4 {
  margin-bottom: 20px;
  color: #FCCD32;
}
@media (max-width: 767.98px) {
  .news-overview__intro h4 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .news-overview__intro h1 {
    font-size: 32px;
  }
}
.news-overview__filter {
  display: block;
  margin-bottom: 10px;
}
.news-overview__filter label {
  display: block;
  margin-right: 10px;
  color: #7B7979;
  white-space: nowrap;
}
.news-overview__filter select {
  width: auto !important;
  /* stylelint-disable-line declaration-no-important */
  height: auto !important;
  /* stylelint-disable-line declaration-no-important */
  border: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 0 16px 0 0 !important;
  /* stylelint-disable-line declaration-no-important */
  background-position: right !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 18px !important;
  /* stylelint-disable-line declaration-no-important */
  text-decoration: underline;
}

.paginate {
  margin: 20px 0;
}
.paginate__list {
  display: flex;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .paginate__list {
    justify-content: center;
  }
}
.paginate__list-item {
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.paginate__list-item::before {
  display: none;
}
.paginate__list-item.is-active .paginate__list-link {
  background: #231F20;
  color: #fff;
}
.paginate__list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  background: #fff;
  font-weight: 700;
}
.paginate__list-link:hover {
  background: #231F20;
  color: #fff;
}
@media (max-width: 1279.98px) {
  .paginate__list-link {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}

.owners {
  margin: 55px 0;
}
@media (min-width: 1024px) {
  .owners {
    margin: 70px 0;
  }
}
@media (min-width: 1280px) {
  .owners {
    margin: 90px 0;
  }
}
@media (min-width: 1440px) {
  .owners {
    margin: 110px 0;
  }
}
@media (min-width: 1600px) {
  .owners {
    margin: 75px 0 125px;
  }
}
.owners__holder {
  padding: 50px 30px 0;
  background-color: #F2EDE2;
  position: relative;
}
@media (max-width: 767.98px) {
  .owners__holder {
    padding-top: 10px;
  }
}
.owners__content {
  padding: 30px 0;
  position: relative;
}
.owners__content:nth-child(2)::after {
  display: block;
  height: 1px;
  background: #D3D2D2;
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  left: -30px;
}
@media (min-width: 1024px) {
  .owners__content:nth-child(2)::after {
    right: -44px;
    left: -100px;
  }
}
@media (min-width: 1600px) {
  .owners__content:nth-child(2)::after {
    right: -148px;
    left: -150px;
  }
}
@media (min-width: 1024px) {
  .owners__content {
    max-width: 440px;
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .owners__content {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .owners__content {
    padding: 70px 0;
  }
}
.owners__content-flex {
  margin-top: 17px !important;
  /* stylelint-disable-line declaration-no-important */
  color: #7B7979;
}
.owners__content-flex strong {
  margin: 0;
  color: #231F20;
}
@media (max-width: 767.98px) {
  .owners__content-flex strong {
    display: block;
  }
}
.owners__image-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 340px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .owners__image-main {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .owners__image-main {
    transform: translateX(10%);
  }
}
@media (min-width: 1024px) {
  .owners__image-main {
    max-width: 720px;
    transform: none;
  }
}
.owners__image-animation {
  max-width: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .owners__image-animation {
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .owners__image-animation {
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  .owners__image-animation {
    max-width: 492px;
  }
}

.news-intro {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0;
  background: #FCCD32;
  position: relative;
}
.news-intro::after {
  display: block;
  height: 100%;
  background: #F9F8F4;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% + 590px);
}
@media (min-width: 1600px) {
  .news-intro::after {
    left: calc(50% + 720px);
  }
}
.news-intro h2,
.news-intro .h2 {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .news-intro h2,
.news-intro .h2 {
    margin-bottom: 42px;
  }
}
.news-intro p {
  max-width: 950px;
}
@media (min-width: 768px) {
  .news-intro {
    padding: 50px 0;
  }
}
@media (min-width: 1440px) {
  .news-intro {
    padding: 80px 0;
  }
}
.news-intro__back {
  margin-top: 0;
  margin-bottom: 30px;
}
.news-intro__back i {
  transform: scaleX(-1);
}
.news-intro__back:hover {
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  .news-intro__back {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .news-intro__back {
    margin-bottom: 60px;
  }
}
.news-intro__date {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .news-intro__date {
    margin-bottom: 20px;
  }
}
.news-intro__wrap {
  max-width: 1200px;
}
.news-intro + .carousel::before {
  display: block;
  height: 40px;
  background-color: #FCCD32;
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 590px);
  left: 0;
}
@media (min-width: 768px) {
  .news-intro + .carousel::before {
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .news-intro + .carousel::before {
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .news-intro + .carousel::before {
    right: calc(50% - 720px);
  }
}

.carousel {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .carousel .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.carousel__slider {
  position: relative;
}
.carousel__slider .slick-list {
  overflow: visible;
}
.carousel__slider .slick-arrow {
  border: 0;
}
.carousel__slider .slick-arrow.slick-prev {
  left: 10px;
}
.carousel__slider .slick-arrow.slick-prev::before {
  content: "\E90B";
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .carousel__slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
.carousel__slider .slick-arrow.slick-next {
  right: 10px;
}
.carousel__slider .slick-arrow.slick-next::before {
  content: "\E90C";
  font-size: 15px;
}
@media (min-width: 768px) {
  .carousel__slider .slick-arrow.slick-next {
    right: 40px;
  }
}
.carousel__slider-slide {
  position: relative;
}
.carousel__slider-wide {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
}
.carousel__slider-wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .carousel__slider-wide {
    top: 60px;
    bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .carousel__slider-wide {
    top: 100px;
    bottom: 100px;
  }
}
.carousel__slider-block {
  width: 100%;
  max-width: calc(100% - 65px);
  position: relative;
}
.carousel__slider-block img {
  width: 100%;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 767.98px) {
  .carousel__slider-block img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .carousel__slider-block {
    width: calc(100% - 150px);
    max-width: 490px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .carousel__slider-block {
    max-width: 900px;
  }
}
@media (min-width: 1440px) {
  .carousel__slider-block {
    max-width: 945px;
  }
}
.carousel__slider-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.carousel__slider-caption strong {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .carousel__slider-caption strong {
    display: block;
  }
}
.carousel__slider-caption p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  text-align: left;
}
@media (max-width: 1023.98px) {
  .carousel__slider-caption p::after {
    display: block;
    margin-left: 20px;
    content: "\E903";
    font-family: "superfoil-icons";
    font-size: 165%;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .carousel__slider-caption {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .carousel__slider-caption {
    padding: 0 35px;
    font-size: 16px;
    bottom: 48px;
  }
}
.carousel__slider-info {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.carousel__slider-info span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .carousel__slider-info {
    display: flex;
    align-items: center;
    width: 200px;
    width: 110px;
    bottom: 15px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .carousel__slider-info {
    justify-content: flex-end;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .carousel__slider-info {
    justify-content: center;
    left: 60px;
  }
}
@media (max-width: 767.98px) {
  .carousel__slider-info {
    color: #fff;
  }
}
.carousel__slider-total {
  color: #FCCD32;
}
.carousel__slider-total::before {
  display: block;
  width: 1px;
  height: 50px;
  margin: 5px auto;
  background: #FCCD32;
  content: "";
}
@media (min-width: 768px) {
  .carousel__slider-total::before {
    width: 40px;
    height: 1px;
    margin: 0 10px;
  }
}
@media (min-width: 1440px) {
  .carousel__slider-total::before {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .carousel__slider-total {
    display: flex;
    align-items: center;
  }
}
.carousel + .article-block {
  position: relative;
}
.carousel + .article-block::before {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}
@media (min-width: 768px) {
  .carousel + .article-block::before {
    height: 60px;
    top: -60px;
  }
}
@media (min-width: 1280px) {
  .carousel + .article-block::before {
    height: 100px;
    top: -100px;
  }
}

.article-block {
  background-image: url(../images/ui/article-bg.png);
  background-position: center 90px;
  background-repeat: no-repeat;
  padding: 50px 0 0;
  background-color: #fff;
}
.article-block p a:not(.btn) {
  font-weight: 400;
  color: #0E4AD2;
}
.article-block p a:not(.btn):hover {
  color: #231F20;
}
.article-block h4 {
  margin-top: 30px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .article-block h4 {
    margin-top: 62px !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
.article-block img {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .article-block img {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
  }
}
.article-block ul li::before {
  top: 5px;
}
@media (min-width: 768px) {
  .article-block {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .article-block {
    padding: 90px 0;
  }
}
.article-block__wrap {
  max-width: 950px;
  margin: 0 auto;
}
.article-block__wrap h1,
.article-block__wrap h2,
.article-block__wrap h3,
.article-block__wrap h4,
.article-block__wrap h5 {
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .article-block__wrap h1,
.article-block__wrap h2,
.article-block__wrap h3,
.article-block__wrap h4,
.article-block__wrap h5 {
    margin-bottom: 32px;
  }
}

.newsletter {
  width: 100%;
  margin-top: 58px !important;
  /* stylelint-disable-line declaration-no-important */
  border-top: 1px solid #E6E6E7;
  padding-top: 60px;
}
.newsletter h3 {
  margin-bottom: 18px;
}
.newsletter .wpcf7 {
  margin-top: 20px !important;
  /* stylelint-disable-line declaration-no-important */
}
.newsletter .wpcf7-checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.share-block {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .share-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #F9F8F4;
    position: fixed;
    top: 50%;
    right: 32px;
    transform: translate(50%, -50%) rotate(-90deg);
    z-index: 4;
  }
}
@media (min-width: 1280px) {
  .share-block {
    right: 40px;
  }
}
@media (min-width: 1440px) {
  .share-block {
    right: 50px;
  }
}
.share-block__title {
  font-size: 16px;
  color: #A7A5A6;
}
@media (min-width: 1024px) {
  .share-block__title {
    margin-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #231F20;
  }
}
@media (min-width: 1280px) {
  .share-block__title {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .share-block__title {
    font-size: 22px;
  }
}
.share-block__links {
  display: flex;
}
.share-block__links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #231F20;
  color: #fff;
}
@media (min-width: 1024px) {
  .share-block__links a i {
    transform: rotate(90deg);
  }
}
.share-block__links a:hover {
  background-color: #FCCD32;
}
@media (min-width: 1024px) {
  .share-block__links a {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .share-block__links a {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .share-block__links a {
    width: 100px;
    height: 100px;
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .share-block__links {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .share-block__links-email {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 1023.98px) {
  .share-block__links-in {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.news-related {
  padding: 40px 0;
}
.news-related h6,
.news-related .h6 {
  margin-bottom: 20px;
  color: #FCCD32;
}
@media (max-width: 1023.98px) {
  .news-related h6,
.news-related .h6 {
    margin-bottom: 10px;
  }
}
.news-related h2,
.news-related .h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-related h2,
.news-related .h2 {
    margin-bottom: 44px;
  }
}
.news-related .slick-list {
  margin-bottom: 30px;
  padding: 0 50px 0 15px;
}
@media (min-width: 768px) {
  .news-related .slick-list {
    padding: 0 calc(50% - 330px);
  }
}
@media (min-width: 1024px) {
  .news-related .slick-list {
    padding: 0 calc(50% - 490px);
  }
}
@media (min-width: 1280px) {
  .news-related .slick-list {
    padding: 0 calc(50% - 610px);
  }
}
@media (min-width: 1440px) {
  .news-related .slick-list {
    padding: 0 calc(50% - 610px);
  }
}
@media (min-width: 1600px) {
  .news-related .slick-list {
    padding: 0 calc(50% - 740px);
  }
}
.news-related .slick-track {
  display: flex;
  margin-left: 0;
}
.news-related .slick-track::after, .news-related .slick-track::before {
  display: none;
}
.news-related .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.news-related .slick-arrow {
  width: auto;
  height: auto;
  border: 0;
  position: relative;
  top: auto;
  transform: none;
}
.news-related .slick-arrow::before {
  display: block;
  font-size: 28px;
  color: #231F20;
  position: static;
  transform: none;
}
.news-related .slick-arrow.slick-prev::before {
  transform: scaleX(-1);
}
.news-related .slick-arrow.slick-next {
  margin-left: 30px;
}
.news-related .slick-arrow.slick-disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .news-related {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .news-related {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .news-related {
    padding: 100px 0;
  }
}
.news-related__slider-slide {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .news-related__slider-slide {
    padding: 0 15px;
  }
}
.news-related__info {
  display: flex;
  align-items: center;
  width: 200px;
  width: 110px;
  bottom: 35px;
  left: 20px;
}
.news-related__info span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .news-related__info {
    justify-content: flex-end;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .news-related__info {
    justify-content: center;
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .news-related__info {
    display: none;
  }
}
.news-related__info-total {
  color: #FCCD32;
}
.news-related__info-total::before {
  display: block;
  margin: 0 10px;
  background: #FCCD32;
  content: "";
}
@media (min-width: 768px) {
  .news-related__info-total::before {
    width: 40px;
    height: 1px;
  }
}
@media (min-width: 1024px) {
  .news-related__info-total::before {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  .news-related__info-total::before {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .news-related__info-total {
    display: flex;
    align-items: center;
  }
}

.about-intro {
  margin: 55px 0;
}
@media (min-width: 1024px) {
  .about-intro {
    margin: 70px 0;
  }
}
@media (min-width: 1280px) {
  .about-intro {
    margin: 90px 0;
  }
}
@media (min-width: 1440px) {
  .about-intro {
    margin: 110px 0;
  }
}
@media (min-width: 1600px) {
  .about-intro {
    margin: 125px 0 100px;
  }
}
.about-intro__intro {
  margin-bottom: 50px;
}
.about-intro__intro h2,
.about-intro__intro .h2 {
  margin-bottom: 20px;
}
.about-intro__intro p {
  color: #7B7979;
}
body:not(.post-type-archive-product) .about-intro__intro {
  text-align: center;
}
body:not(.post-type-archive-product) .about-intro__intro p {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .about-intro__intro {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .about-intro__intro {
    margin-bottom: 90px;
  }
}
@media (min-width: 1280px) {
  .about-intro__intro {
    margin-bottom: 110px;
  }
}

.text-block {
  margin: 15px 0;
  color: #7B7979;
}
.text-block__block {
  margin-bottom: 30px;
}
.text-block__block-title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #231F20;
}
@media (min-width: 1280px) {
  .text-block__block-title {
    margin-bottom: 18px;
  }
}
.text-block + .solutions::after {
  display: none;
}
@media (min-width: 1440px) {
  .text-block + .solutions {
    margin-top: 105px;
  }
}

.service-video {
  background: #231F20;
  position: relative;
}
.service-video img {
  opacity: 0.7;
  width: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .service-video img {
    min-height: 575px;
  }
}
@media (max-width: 1023.98px) {
  .service-video {
    margin-bottom: 20px;
  }
}
.service-video__content {
  width: 100%;
  padding: 25px 10px;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .service-video__content {
    padding: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .service-video__content {
    min-height: 200px;
    padding: 20px 0;
  }
}
@media (min-width: 1280px) {
  .service-video__content {
    min-height: 250px;
  }
}
@media (min-width: 1440px) {
  .service-video__content {
    min-height: 300px;
  }
}
@media (min-width: 1600px) {
  .service-video__content {
    min-height: 340px;
  }
}
.service-video__content-subtitle {
  margin-bottom: 20px;
  color: #FCCD32;
}
@media (max-width: 1023.98px) {
  .service-video__content-subtitle {
    margin-bottom: 10px;
  }
}
.service-video__content-title {
  font-family: "Graphik", sans-serif;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .service-video__content-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.service-video__play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.service-video__play i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding-left: 5px;
  background-color: rgba(35, 31, 32, 0.8);
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .service-video__play i {
    width: 76px;
    height: 76px;
    font-size: 18px;
  }
}
.service-video + .text-block {
  margin: 0 0 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .service-video + .text-block {
    background-image: url(../images/ui/partner-dots.png);
    background-position: -75px -100px;
    background-repeat: no-repeat;
    background-size: 220px;
    margin: 0 0 30px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .service-video + .text-block {
    margin: 0 0 90px;
    background-size: auto;
    background-position: -160px top;
  }
}
@media (min-width: 1280px) {
  .service-video + .text-block {
    margin: 0 0 130px;
    padding-top: 77px;
    background-position: calc(50% - 790px) 15px;
  }
}

.content {
  padding: 120px 0 100px;
}
.content h2 {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .content h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .content h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .content h2 {
    margin-bottom: 50px;
  }
}
.content h4 {
  margin-bottom: 20px;
  color: #FCCD32;
}
.content .woocommerce-message {
  border-top: 0;
}
@media (max-width: 1279.98px) {
  .content {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1023.98px) {
  .content {
    padding: 80px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .content {
    padding: 50px 0 30px;
  }
}

.download {
  padding: 40px 0;
  background: #fff;
}
.download h3:not(.download__subtitle),
.download .h3:not(.download__subtitle) {
  margin-bottom: 25px;
}
.download p {
  color: #7B7979;
}
.download .btn,
.download .woocommerce a.button.alt,
.woocommerce .download a.button.alt,
.download .woocommerce button.button.alt,
.woocommerce .download button.button.alt,
.download .woocommerce input.button.alt,
.woocommerce .download input.button.alt, .download .woocommerce #respond input#submit, .woocommerce #respond .download input#submit,
.download .woocommerce a.button,
.woocommerce .download a.button,
.download .woocommerce button.button,
.woocommerce .download button.button,
.download .woocommerce input.button,
.woocommerce .download input.button {
  margin-bottom: 0;
}
.download .row .col-md-3:first-child .card-download {
  border-top: 0;
}
@media (min-width: 768px) {
  .download {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .download {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .download {
    padding: 100px 0;
  }
}
.download__subtitle {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (max-width: 767.98px) {
  .download__button {
    display: none;
  }
}
@media (min-width: 768px) {
  .download__bottom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .download + .info {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .download + .info {
    margin-top: 150px;
  }
}
@media (min-width: 1440px) {
  .download + .info {
    margin-top: 200px;
  }
}
@media (min-width: 1600px) {
  .download + .info {
    margin-top: 250px;
    margin-bottom: 175px;
  }
}

.download-overview {
  background-image: url(../images/ui/download-el.png);
  background-position: calc(50% - 790px) 840px;
  background-repeat: no-repeat;
  padding: 50px 0 40px;
}
.download-overview h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .download-overview h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .download-overview h1 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  .download-overview h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .download-overview {
    padding: 60px 0 40px;
  }
}
@media (min-width: 1024px) {
  .download-overview {
    padding: 90px 0 40px;
  }
}
@media (min-width: 1280px) {
  .download-overview {
    padding: 115px 0 40px;
  }
}
.download-overview__caption-subtitle {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 768px) {
  .download-overview__caption-subtitle {
    margin-bottom: 20px;
  }
}
.download-overview__holder {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 68px;
  border: 1px solid #231F20;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}
.download-overview__holder::after {
  margin-left: 10px;
  content: "\E901";
  font-family: "superfoil-icons";
  transform: scaleY(-1);
}
.download-overview__holder.is-active::after {
  transform: none;
}
@media (min-width: 1024px) {
  .download-overview__holder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .download-overview__nav {
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 1023.98px) {
  .download-overview__nav {
    display: none;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.download-overview__nav-item {
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.download-overview__nav-item::before {
  display: none;
}
.download-overview__nav-item.is-active::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .download-overview__nav-item.is-active .download-overview__nav-link {
    padding-left: 30px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .download-overview__nav-item {
    margin-bottom: 17px;
  }
}
.download-overview__nav-link {
  padding: 5px;
  font-size: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .download-overview__nav-link::before {
    opacity: 0;
    content: "\E903";
    font-family: "superfoil-icons";
    font-weight: 400;
    position: absolute;
    top: -3px;
    left: 0;
    transition: var(--speed-default) opacity;
  }
}
.download-overview__nav-link:hover::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .download-overview__nav-link:hover {
    padding-left: 30px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .download-overview__nav-link {
    padding: 0;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .download-overview__nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .download-overview__nav-link {
    font-size: 22px;
  }
}
@media (max-width: 1023.98px) {
  .download-overview__nav-link {
    display: block;
  }
}
.download-overview__block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .download-overview__block::after {
    display: block;
    height: 1px;
    background: #D3D2D2;
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    left: -50px;
  }
}
.download-overview__block h4 {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .download-overview__block h4 {
    margin-bottom: 20px;
  }
}
.download-overview__block p {
  color: #7B7979;
}
@media (min-width: 1280px) {
  .download-overview__block .card-download {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .download-overview__block .card-download {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .download-overview__block .col-md-4:first-child .card-download {
    border-top: 0;
  }
}
.download-overview__block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .download-overview__block {
    border-bottom: 1px solid #D3D2D2;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .download-overview__block {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023.98px) {
  .download-overview__block {
    margin-top: 40px;
  }
}

.service-intro {
  --intro-padding: 40px;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: var(--intro-padding);
  background-color: #FCCD32;
  position: relative;
}
.service-intro::before {
  display: block;
  width: 100vw;
  height: 100%;
  background: #FCCD32;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 25vw;
  transform: translateX(-100vw);
}
.service-intro::after {
  display: block;
  height: 100%;
  background: #F9F8F4;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% + 714px);
}
@media (min-width: 1440px) {
  .service-intro {
    --intro-padding: 50px;
  }
}
@media (max-width: 1023.98px) {
  .service-intro {
    background-image: url(../images/ui/wm.svg);
    background-position: right 50px;
    background-repeat: no-repeat;
    background-size: 63%;
  }
}
@media (max-width: 767.98px) {
  .service-intro {
    background-size: 100%;
    background-position: calc(100% + 130px) 70px;
  }
}
.service-intro__back {
  margin-top: 0;
  margin-bottom: 30px;
}
.service-intro__back i {
  transform: scaleX(-1);
}
.service-intro__back:hover {
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  .service-intro__back {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .service-intro__back {
    margin-bottom: 60px;
  }
}
.service-intro__date {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .service-intro__date {
    margin-bottom: 20px;
  }
}
.service-intro__caption {
  padding: 30px 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .service-intro__caption {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .service-intro__caption {
    padding: 80px 0;
  }
}
.service-intro__wrap {
  max-width: 690px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .service-intro__wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.service-intro__content {
  display: flex;
  justify-content: flex-end;
  padding: 0 var(--side-gutter);
}
@media (min-width: 1024px) {
  .service-intro__content {
    width: calc(50% + 15px);
  }
}
.service-intro__content-align {
  width: 100%;
}
@media (min-width: 1024px) {
  .service-intro__content-align {
    max-width: 480px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .service-intro__content-align {
    max-width: 590px;
  }
}
@media (min-width: 1600px) {
  .service-intro__content-align {
    max-width: 720px;
  }
}
.service-intro__content-text p {
  max-width: 581px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .service-intro__content-text p {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .service-intro__content-text p {
    margin-bottom: 90px;
  }
}
.service-intro__content-text .btn,
.service-intro__content-text .woocommerce a.button.alt,
.woocommerce .service-intro__content-text a.button.alt,
.service-intro__content-text .woocommerce button.button.alt,
.woocommerce .service-intro__content-text button.button.alt,
.service-intro__content-text .woocommerce input.button.alt,
.woocommerce .service-intro__content-text input.button.alt, .service-intro__content-text .woocommerce #respond input#submit, .woocommerce #respond .service-intro__content-text input#submit,
.service-intro__content-text .woocommerce a.button,
.woocommerce .service-intro__content-text a.button,
.service-intro__content-text .woocommerce button.button,
.woocommerce .service-intro__content-text button.button,
.service-intro__content-text .woocommerce input.button,
.woocommerce .service-intro__content-text input.button {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .service-intro__content-text {
    margin-bottom: 75px;
  }
}
.service-intro__content-file {
  display: inline-flex;
  align-items: center;
  height: var(--height-btn-l);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.service-intro__content-file i {
  margin-right: 10px;
  font-size: 130%;
}
@media (min-width: 1280px) {
  .service-intro__content-file {
    padding-left: 15px;
  }
}
.service-intro__content-list {
  padding: 70px 15px 0;
  position: relative;
  z-index: 1;
}
.service-intro__content-list::before, .service-intro__content-list::after {
  display: block;
  width: 100vw;
  height: calc(100% + var(--intro-padding) + 10px);
  background: #F9F8F4;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.service-intro__content-list::before {
  transform: translateX(-100vw);
}
.service-intro__content-list h2 {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .service-intro__content-list h2 {
    margin-bottom: 50px;
  }
}
.service-intro__content-list ul li {
  margin-bottom: 10px;
  padding-left: 44px !important;
  /* stylelint-disable-line declaration-no-important */
}
.service-intro__content-list ul li::before {
  width: auto !important;
  /* stylelint-disable-line declaration-no-important */
  height: auto !important;
  /* stylelint-disable-line declaration-no-important */
  background: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  content: "\E908" !important;
  /* stylelint-disable-line declaration-no-important */
  font-family: "superfoil-icons";
  font-size: 130%;
  color: #FCCD32;
  top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 1024px) {
  .service-intro__content-list ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .service-intro__content-list ul li {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .service-intro__content-list {
    padding: 50px 0 0;
  }
}
@media (min-width: 1280px) {
  .service-intro__content-list {
    padding: 100px 0 50px;
  }
}
@media (min-width: 1440px) {
  .service-intro__content-list {
    padding: 150px 0 50px;
  }
}
.service-intro__slider {
  position: relative;
  z-index: 2;
}
.service-intro__slider::before {
  display: block;
  background: #F9F8F4;
  content: "";
  position: absolute;
  top: 95px;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .service-intro__slider::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .service-intro__slider {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
}
@media (min-width: 1024px) {
  .service-intro__slider {
    width: calc(50% - 15px);
    margin: 0;
  }
}

.partner {
  padding: 20px 0;
}
.partner .slick-track {
  display: flex;
}
.partner .slick-track::after, .partner .slick-track::before {
  display: none;
}
.partner .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .partner .slick-dots li button {
    transform: translate(-56%, -42%);
  }
}
@media (min-width: 768px) {
  .partner {
    background-image: url(../images/ui/partner-dots.png);
    background-position: -75px calc(100% - 5px);
    background-repeat: no-repeat;
    background-size: 220px;
  }
}
@media (min-width: 1024px) {
  .partner {
    padding: 75px 0 65px;
    background-size: auto;
    background-position: -160px calc(100% - 15px);
  }
}
@media (min-width: 1280px) {
  .partner {
    background-position: calc(50% - 790px) calc(100% - 15px);
  }
}
.partner__caption {
  margin-bottom: 20px;
}
.partner__caption h4,
.partner__caption .h4 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .partner__caption h4,
.partner__caption .h4 {
    min-width: 465px;
    margin-right: 20px;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .partner__caption h4,
.partner__caption .h4 {
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .partner__caption h4,
.partner__caption .h4 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .partner__caption h4,
.partner__caption .h4 {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .partner__caption {
    margin-bottom: 45px;
  }
}
@media (max-width: 1023.98px) {
  .partner__caption {
    justify-content: space-between;
  }
}
.partner__slider-slide {
  height: auto;
  border-left: 1px solid #E6E6E7;
  padding: 10px;
}
.partner__slider-slide img {
  margin: 0 auto;
}
.partner__slider-slide.slick-current {
  border-color: transparent;
}
@media (min-width: 768px) {
  .partner__slider-slide {
    padding: 20px 10px;
  }
}
@media (max-width: 767.98px) {
  .partner__caption-dots {
    margin: 5px 0;
  }
}

.about-info {
  margin: 15px 0;
  padding-top: 50px;
  background: #FCCD32;
  position: relative;
}
@media (min-width: 768px) {
  .about-info::before {
    display: block;
    height: 100%;
    background: #F9F8F4;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .about-info::before {
    right: calc(50% + 720px);
  }
}
@media (max-width: 1599.98px) {
  .about-info::before {
    width: 55px;
  }
}
.about-info .about-info__content-slide,
.about-info .about-info__slider-slide {
  height: auto;
}
.about-info .slick-list {
  position: relative;
  z-index: 1;
}
.about-info .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.about-info .slick-arrow {
  width: auto;
  height: auto;
  margin-left: 30px;
  border: 0;
  position: relative;
  top: auto;
  transform: none;
}
.about-info .slick-arrow::before {
  font-size: 28px;
  color: #231F20;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.about-info .slick-arrow.slick-prev::before {
  display: block;
  transform: scaleX(-1);
}
.about-info .slick-arrow.slick-disabled {
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .about-info {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .about-info {
    padding-top: 110px;
  }
}
.about-info__caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 580px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .about-info__caption h2,
.about-info__caption .h2 {
    margin-right: 30px;
  }
}
@media (min-width: 1280px) {
  .about-info__caption h2,
.about-info__caption .h2 {
    margin-right: 70px;
  }
}
@media (min-width: 768px) {
  .about-info__caption {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .about-info__caption {
    max-width: 800px;
    margin-bottom: 85px;
  }
}
@media (min-width: 1280px) {
  .about-info__caption {
    max-width: 1020px;
  }
}
@media (min-width: 1440px) {
  .about-info__caption {
    max-width: 1180px;
  }
}
.about-info__slider {
  width: calc(100% - 25px);
  height: 100%;
  position: relative;
  z-index: 1;
}
.about-info__slider .slick-track {
  display: flex;
  align-items: flex-end;
}
.about-info__slider .slick-list {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .about-info__slider {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1024px) {
  .about-info__slider {
    width: 65.5%;
  }
}
@media (min-width: 1280px) {
  .about-info__slider {
    width: 55.5%;
  }
}
@media (min-width: 1600px) {
  .about-info__slider {
    width: 45%;
  }
}
.about-info__slider-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .about-info__slider-block picture {
    display: flex;
    width: 49%;
  }
}
.about-info__slider-block img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-info__slider-block img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .about-info__slider-block {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .about-info__slider-block {
    padding-right: 50px;
  }
}
.about-info__slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 40px 20px;
}
.about-info__slider-text strong {
  display: block;
  margin-top: 25px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-info__slider-text {
    width: 51%;
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .about-info__slider-text {
    padding: 60px;
  }
}
@media only screen and (min-width: 1701px) {
  .about-info__slider-text {
    padding: 75px 120px 80px 80px;
  }
}
.about-info__content {
  width: 34.5%;
}
@media (min-width: 1280px) {
  .about-info__content .slick-list {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 1801px) {
  .about-info__content .slick-list {
    padding-right: 250px;
  }
}
@media only screen and (min-width: 1901px) {
  .about-info__content .slick-list {
    padding-right: 350px;
  }
}
@media (min-width: 1280px) {
  .about-info__content {
    width: 44.5%;
  }
}
@media (min-width: 1600px) {
  .about-info__content {
    width: 55%;
  }
}
@media only screen and (min-width: 1700px) {
  .about-info__content {
    padding-left: 35px;
  }
}
.about-info__content-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 380px;
  padding: 30px 30px;
}
.about-info__content-slide strong {
  display: block;
  margin-top: 25px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .about-info__content-slide {
    padding: 45px 40px 50px 60px;
  }
}
@media (min-width: 1600px) {
  .about-info__content-slide {
    width: 320px;
  }
}
@media (min-width: 1920px) {
  .about-info__content-slide {
    width: 460px;
  }
}
.about-info + .solutions {
  margin-top: 70px;
}
.about-info + .solutions::before {
  background-image: url(../images/ui/solutions-dots.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 143px;
  height: 1085px;
  content: "";
  position: absolute;
  top: -166px;
  right: calc(50% + 800px);
  bottom: 0;
}
.about-info + .solutions::after {
  top: 153px;
}
@media (min-width: 1024px) {
  .about-info + .solutions {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .about-info + .solutions {
    margin-top: 100px;
  }
}
@media (min-width: 1440px) {
  .about-info + .solutions {
    margin-top: 160px;
  }
}
.about-info + .extra-content {
  margin-top: -15px;
}
@media (max-width: 767.98px) {
  .about-info + .extra-content {
    padding-top: 65px;
  }
}

.faq {
  margin: 15px 0 50px;
}
.faq h2,
.faq .h2 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .faq {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .faq {
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .faq {
    margin-bottom: 150px;
  }
}
@media (min-width: 1440px) {
  .faq {
    margin-bottom: 200px;
  }
}
.faq__item {
  margin-bottom: 20px;
  background: #fff;
  transition: var(--speed-default) box-shadow;
}
.faq__item.is-active {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
.faq__item-holder {
  padding: 20px 40px 20px 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
}
.faq__item-holder::after {
  content: "\E90A";
  font-family: "superfoil-icons";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .faq__item-holder::after {
    right: 60px;
  }
}
.faq__item-holder.is-active::after {
  content: "\E90D";
}
@media (min-width: 1024px) {
  .faq__item-holder {
    padding: 52px 90px 52px 60px;
    font-size: 22px;
  }
}
.faq__item-content {
  display: none;
  padding: 0 30px 20px;
}
@media (min-width: 1024px) {
  .faq__item-content {
    padding: 0 60px 40px;
  }
}
.faq__item-links {
  margin-top: 20px !important;
  /* stylelint-disable-line declaration-no-important */
}
.faq__item-links .btn,
.faq__item-links .woocommerce a.button.alt,
.woocommerce .faq__item-links a.button.alt,
.faq__item-links .woocommerce button.button.alt,
.woocommerce .faq__item-links button.button.alt,
.faq__item-links .woocommerce input.button.alt,
.woocommerce .faq__item-links input.button.alt, .faq__item-links .woocommerce #respond input#submit, .woocommerce #respond .faq__item-links input#submit,
.faq__item-links .woocommerce a.button,
.woocommerce .faq__item-links a.button,
.faq__item-links .woocommerce button.button,
.woocommerce .faq__item-links button.button,
.faq__item-links .woocommerce input.button,
.woocommerce .faq__item-links input.button {
  margin-right: 60px;
}
.faq__item-links .btn:last-child,
.faq__item-links .woocommerce a.button.alt:last-child,
.woocommerce .faq__item-links a.button.alt:last-child,
.faq__item-links .woocommerce button.button.alt:last-child,
.woocommerce .faq__item-links button.button.alt:last-child,
.faq__item-links .woocommerce input.button.alt:last-child,
.woocommerce .faq__item-links input.button.alt:last-child, .faq__item-links .woocommerce #respond input#submit:last-child, .woocommerce #respond .faq__item-links input#submit:last-child,
.faq__item-links .woocommerce a.button:last-child,
.woocommerce .faq__item-links a.button:last-child,
.faq__item-links .woocommerce button.button:last-child,
.woocommerce .faq__item-links button.button:last-child,
.faq__item-links .woocommerce input.button:last-child,
.woocommerce .faq__item-links input.button:last-child {
  margin-right: 0;
}

.products {
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
}
.products::before {
  background-image: url(../images/ui/download-el.png);
  background-position: left top;
  background-repeat: repeat-y;
  width: 326px;
  content: "";
  position: absolute;
  top: 870px;
  bottom: 160px;
  left: calc(50% - 955px);
  z-index: -1;
}
.products h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .products h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .products h1 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  .products h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .products {
    background-image: url(../images/ui/products-wm.png);
    background-position: calc(50% + 475px) 113px;
    background-repeat: no-repeat;
    padding: 60px 0 50px;
  }
}
@media (min-width: 1024px) {
  .products {
    padding: 90px 0 60px;
  }
}
@media (min-width: 1280px) {
  .products {
    padding: 115px 0 75px;
  }
}
@media (min-width: 1600px) {
  .products {
    background-position-x: right;
  }
}
.products__caption-subtitle {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 768px) {
  .products__caption-subtitle {
    margin-bottom: 20px;
  }
}
.products__holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  border: 1px solid #231F20;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}
.products__holder::after {
  margin-left: 10px;
  content: "\E901";
  font-family: "superfoil-icons";
  transform: scaleY(-1);
}
.products__holder.is-active::after {
  transform: none;
}
@media (min-width: 1024px) {
  .products__holder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .products__nav {
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 1023.98px) {
  .products__nav {
    display: none;
    padding: 10px !important;
    /* stylelint-disable-line declaration-no-important */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.products__nav-item {
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.products__nav-item::before {
  display: none;
}
.products__nav-item.is-active::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .products__nav-item.is-active .download-overview__nav-link {
    padding-left: 30px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .products__nav-item {
    margin-bottom: 17px;
  }
}
.products__nav-link {
  padding: 5px 15px;
  font-size: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .products__nav-link::before {
    opacity: 0;
    content: "\E903";
    font-family: "superfoil-icons";
    font-weight: 400;
    position: absolute;
    top: -3px;
    left: 0;
    transition: var(--speed-default) opacity;
  }
}
.products__nav-link:hover::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .products__nav-link:hover {
    padding-left: 30px;
    font-weight: 700;
  }
}
.products__nav-link.is-active::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .products__nav-link.is-active {
    padding-left: 30px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .products__nav-link {
    padding: 0;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .products__nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .products__nav-link {
    font-size: 22px;
  }
}
@media (max-width: 1023.98px) {
  .products__nav-link {
    display: block;
  }
}
.products__list .content:first-child {
  padding-top: 0;
}
.products__list .content:last-child {
  padding-bottom: 0;
}
.products__list p {
  color: #7B7979;
}
.products__list p a {
  display: inline-block;
  font-weight: 400;
  color: #0E4AD2;
}
.products__list .card-product {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .products__list .card-product {
    padding-bottom: 100px;
  }
}
.products__list-short {
  margin-bottom: 40px;
}
.products__list-short p + p {
  margin-top: 20px !important;
  /* stylelint-disable-line declaration-no-important */
}
.products__list-info {
  margin: 0 -10px 15px;
  padding-top: 5px;
}
.products__list-item {
  padding: 5px 10px;
}
.products__list-item p {
  padding-left: 30px;
  color: #231F20;
  position: relative;
}
.products__list-item p::before {
  content: "\E908";
  font-family: "superfoil-icons";
  font-size: 90%;
  color: #FCCD32;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .products__list-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .products__list-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .products + .about-info::before {
    background-image: url(../images/ui/dots.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    width: 180px;
    height: 120px;
    content: "";
    position: absolute;
    top: -55px;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .products + .about-info {
    position: relative;
    z-index: 1;
  }
}

.extra-content {
  padding: 50px 0;
  background: #fff;
}
@media (min-width: 1280px) {
  .extra-content .container {
    max-width: 1010px;
  }
}
.extra-content h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .extra-content h3 {
    margin-bottom: 20px;
  }
}
.extra-content h4 {
  margin-bottom: 10px;
}
.extra-content a {
  font-weight: 400;
  color: #0E4AD2;
}
@media (min-width: 768px) {
  .extra-content {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .extra-content {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .extra-content {
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .extra-content {
    padding: 120px 0;
  }
}
.extra-content__video {
  display: block;
  max-width: 705px;
  margin-top: 20px !important;
  /* stylelint-disable-line declaration-no-important */
  position: relative;
}
.extra-content__video img {
  width: 100%;
}
.extra-content__video i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(35, 31, 32, 0.8);
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .extra-content__video i {
    width: 76px;
    height: 76px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .extra-content__video {
    margin-top: 55px !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.product-detail {
  padding: 30px 0;
}
.product-detail h6 {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 1024px) {
  .product-detail h6 {
    margin-bottom: 20px;
  }
}
.product-detail h1, .product-detail h2 {
  margin-bottom: 25px;
}
.product-detail .btn--al {
  height: auto;
  margin-left: 10px;
  line-height: 1;
}
.product-detail .btn--al::before {
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  .product-detail {
    padding-top: 80px;
  }
}
.product-detail__content p a {
  font-weight: 400;
  color: #0E4AD2;
}
.product-detail__slider {
  margin-top: 25px;
  padding-top: 30px;
}
.product-detail__slider .slick-track {
  display: flex;
  align-items: center;
}
.product-detail__slider .slick-track::after, .product-detail__slider .slick-track::before {
  display: none;
}
.product-detail__slider .slick-list {
  margin: 0 -20px;
}
.product-detail__slider .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-detail__slider .slick-dots {
    right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-detail__slider {
    padding-right: 25px;
  }
}
.product-detail__slide {
  padding: 5px 20px;
}
.product-detail__slide img {
  margin: 0 auto;
}
.product-detail__content-info {
  min-width: 115px;
  margin-bottom: 35px;
}
.product-detail__content-info i {
  margin-right: 12px;
  font-size: 130%;
  color: #FCCD32;
}
@media (min-width: 768px) {
  .product-detail__content-info i {
    margin-right: 15px;
    font-size: 160%;
  }
}
.product-detail__content-file {
  font-weight: 700;
}
.product-detail__content-file i {
  margin-right: 10px;
}

.product-info {
  --width-product-info-button: 130px;
  --height-label: 36px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .product-info::before {
    display: block;
    height: 1px;
    background: #D3D2D2;
    content: "";
    position: absolute;
    top: 15px;
    right: -2000px;
    left: -2000px;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .product-info::before {
    display: none;
  }
}
.product-info::after {
  background-image: url(../images/ui/product-info-dots.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 577px;
  height: 500px;
  content: "";
  position: absolute;
  right: calc(50% - 950px);
  bottom: -5px;
  z-index: -1;
}
.product-info .product-info__minimum-order-message {
  margin-top: 15px;
  border: 1px solid;
  padding: 15px;
}
.product-info .product-info__minimum-order-message a {
  text-decoration: underline;
}
.product-info .product-info__minimum-order-message p {
  display: inline;
}
.product-info .slick-dots {
  justify-content: flex-end;
  position: absolute;
}
@media (min-width: 768px) {
  .product-info .slick-dots {
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .product-info .slick-dots {
    top: 10px;
    right: 0;
  }
}
.product-info .description-text {
  opacity: 0.6;
  color: #231F20;
}
.product-info .description-text * {
  opacity: 0.6;
  color: #231F20;
}
.product-info .product-info__discount-description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-info {
    padding-bottom: 80px;
  }
}
.product-info__info {
  margin: 0 -30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .product-info__info::after {
    display: block;
    height: 1px;
    background: #D3D2D2;
    content: "";
    position: absolute;
    right: -2000px;
    bottom: 0;
    left: -2000px;
  }
}
@media (min-width: 768px) {
  .product-info__info {
    padding-bottom: 40px;
  }
}
.product-info__info-item {
  padding: 0 30px 5px;
}
.product-info__info-item p {
  margin: 0;
  padding-left: 30px;
  color: #231F20;
  position: relative;
}
.product-info__info-item p::before {
  content: "\E908";
  font-family: "superfoil-icons";
  font-size: 90%;
  color: #FCCD32;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .product-info__info-item p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .product-info__info-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .product-info__info-item {
    margin-bottom: 15px;
  }
}
.product-info__wrap {
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .product-info__wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-info__wrap {
    max-width: 690px;
  }
}
@media (max-width: 1023.98px) {
  .product-info__wrap {
    padding-right: var(--side-gutter);
    padding-left: var(--side-gutter);
  }
}
@media (min-width: 1280px) {
  .product-info__left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(50% + 245px);
  }
}
.product-info__left-align {
  width: 100%;
}
@media (min-width: 1280px) {
  .product-info__left-align {
    max-width: 865px;
    padding: 0 15px 0 30px;
  }
}
@media (min-width: 1600px) {
  .product-info__left-align {
    max-width: 995px;
  }
}
.product-info__nav-item {
  flex: 1;
  padding: 0;
}
.product-info__nav-item.is-active .product-info__nav-link, .product-info__nav-item:hover .product-info__nav-link {
  border-color: #FCCD32;
  background-color: #FCCD32;
}
.product-info__nav-item:not(:last-child) .product-info__nav-link {
  border-right: 0;
}
.product-info__nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  border: 1px solid #D3D2D2;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .product-info__tab {
    padding-top: 44px;
  }
}
@media (min-width: 1024px) {
  .product-info__tab-item {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .product-info__tab-item {
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
    margin-top: -1px;
  }
}
.product-info__tab-block h5 {
  margin-bottom: 13px;
}
@media (min-width: 1280px) {
  .product-info__tab-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023.98px) {
  .product-info__tab-block {
    padding: 25px 0;
  }
}
.product-info__tab-list {
  border-bottom: 1px solid #D3D2D2;
  padding: 12px 0;
}
.product-info__tab-list strong {
  width: 73%;
  padding-right: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-info__tab-list strong {
    width: 64%;
  }
}
.product-info__tab-list span {
  width: 27%;
}
@media (min-width: 768px) {
  .product-info__tab-list span {
    width: 36%;
  }
}
@media (max-width: 1023.98px) {
  .product-info__tab-list:last-child {
    border: 0;
  }
}
@media (min-width: 1024px) {
  .product-info__tab-list {
    padding-left: 20px;
  }
}
.product-info__tab-holder {
  display: block;
  border: 1px solid #D3D2D2;
  padding: 22px 42px 22px 22px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: var(--speed-default);
}
.product-info__tab-holder::after {
  content: "\E90A";
  font-family: "superfoil-icons";
  font-weight: 400;
  font-size: 80%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .product-info__tab-holder::after {
    right: 60px;
  }
}
.product-info__tab-holder.is-active {
  border-color: #FCCD32;
  background-color: #FCCD32;
}
.product-info__tab-holder.is-active::after {
  content: "\E90D";
}
@media (max-width: 767.98px) {
  .product-info__tab-holder {
    margin: 0 calc(-1 * var(--side-gutter));
  }
}
@media (min-width: 1024px) {
  .product-info__tab-content {
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 1023.98px) {
  .product-info__tab-content {
    display: none;
  }
}
.product-info__tab-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-info__slider {
  margin-top: 30px;
  padding-top: 30px;
}
.product-info__slider .slick-list {
  margin: 0 -10px;
}
.product-info__slider .slick-track {
  display: flex;
  align-items: center;
}
.product-info__slider .slick-track::after, .product-info__slider .slick-track::before {
  display: none;
}
.product-info__slider .slick-slide {
  height: auto;
}
@media (min-width: 768px) {
  .product-info__slider {
    margin-top: 0;
    padding: 14px 0;
  }
}
.product-info__slider-slide {
  padding: 10px;
}
.product-info__slider-slide img {
  display: block;
  margin: 0 auto;
}
.product-info__preview {
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .product-info__preview {
    width: calc(50% - 245px);
    padding: 0 30px 0 15px;
  }
}
@media (min-width: 1440px) {
  .product-info__preview {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .product-info__preview {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1650px) {
  .product-info__preview {
    padding-left: 135px;
  }
}
@media (min-width: 1280px) {
  .product-info__preview-align {
    max-width: 518px;
  }
}
.product-info__data {
  padding: 40px;
  background-color: #FCCD32;
}
.product-info__data h4 {
  margin-bottom: 22px;
}
.product-info__data label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.product-info__data form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.product-info__data form button {
  width: calc(100% - 116px);
}
.product-info__data form .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
}
.product-info__data form .single_variation_wrap .woocommerce-variation {
  display: block;
  width: 100%;
  order: 2;
}
.product-info__data form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: block;
  width: 100%;
}
.product-info__data form .single_variation_wrap .woocommerce-variation-add-to-cart button {
  width: var(--width-product-info-button);
  height: var(--height-form-control) !important;
  margin: 0;
  position: absolute;
  top: 45px;
  right: 0;
}
.product-info__data form .single_variation_wrap .woocommerce-variation-add-to-cart button.disabled, .product-info__data form .single_variation_wrap .woocommerce-variation-add-to-cart button.wc-variation-selection-needed {
  background-color: #000;
}
.product-info__data form .single_variation_wrap .woocommerce-Price-amount {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
.product-info__data form .single_variation_wrap .woocommerce-Price-amount::before {
  display: flex;
  align-items: center;
  content: "Totaal excl. btw";
}
.product-info__data form .single_variation_wrap .woocommerce-Price-amount bdi {
  font-weight: 600;
  font-size: 26px;
}
.product-info__data .quantity {
  width: 106px;
}
.product-info__data .quantity input.qty {
  width: 100%;
  height: 52px;
  border: 1px solid #231F20;
  background: transparent;
  font-size: 16px;
  color: #231F20;
}
.product-info__data .quantity input.qty::placeholder {
  opacity: 1;
  color: #231F20;
}
@media (min-width: 1280px) {
  .product-info__data .quantity input.qty {
    height: 54px;
  }
}
@media (min-width: 1600px) {
  .product-info__data .quantity input.qty {
    height: 68px;
  }
}
.product-info__data table.variations tr {
  display: flex;
  flex-direction: column;
}
.product-info__data table.variations select {
  margin-top: 10px;
}
.product-info__data table.variations td.label {
  height: var(--height-label);
}
.product-info__data table.variations td.label label {
  overflow: hidden;
  height: var(--height-label);
  line-height: var(--height-label);
}
.product-info__data table.variations td.value {
  width: calc(100% - (var(--width-product-info-button) + 15px));
}
@media (min-width: 1280px) {
  .product-info__data {
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .product-info__data {
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .product-info__data {
    padding: 60px;
  }
}
@media (max-width: 1023.98px) {
  .product-info__data {
    width: calc(100% + 60px);
    margin-right: -60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .product-info__data {
    width: calc(100% + 50px);
    margin: 0 -25px;
    margin-bottom: 16px;
    padding: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-info__data {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.product-info .request-sample {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1280px) {
  .product-info .request-sample {
    margin-bottom: 42px;
  }
}
.product-info .request-sample a.btn,
.product-info .request-sample .woocommerce a.button.alt,
.woocommerce .product-info .request-sample a.button.alt,
.product-info .request-sample .woocommerce a.button,
.woocommerce .product-info .request-sample a.button {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .product-info .request-sample a.btn,
.product-info .request-sample .woocommerce a.button.alt,
.woocommerce .product-info .request-sample a.button.alt,
.product-info .request-sample .woocommerce a.button,
.woocommerce .product-info .request-sample a.button {
    margin-top: 16px;
    width: calc(50% - 10px);
  }
}
.product-info__data-price {
  display: flex;
  padding-top: 20px;
}
.product-info__data-price strong {
  margin-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  font-weight: 600;
  font-size: 28px;
}
.product-info__data-price .product-info__price-per-m2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.product-info__data-price .product-info__price-per-m2 * {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .product-info .product-info-cards {
    display: flex;
    grid-gap: 8px;
  }
}
.product-info__card {
  max-width: 340px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .product-info__card .card-download {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .product-info__card .card-download img {
    padding: 0 16px;
  }
}
.product-info__advantage strong {
  font-size: 20px;
}
.product-info__advantage-item {
  margin-top: 15px;
  padding-left: 30px;
  font-size: 18px;
  color: #7B7979;
  position: relative;
}
.product-info__advantage-item i {
  font-size: 110%;
  color: #231F20;
  position: absolute;
  top: 4px;
  left: 0;
}
.product-info + .about-info {
  margin-bottom: 50px;
}
.product-info + .about-info::after {
  background-image: url(../images/ui/product-info-dots.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 580px;
  height: 110px;
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  right: calc(50% - 950px);
}
@media (min-width: 1024px) {
  .product-info + .about-info {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .product-info + .about-info {
    margin-bottom: 120px;
  }
}

#product-prices {
  display: none;
}

.contact-intro {
  background: #F2EDE2;
}
.contact-intro h1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-intro h1 {
    margin-bottom: 50px;
  }
}
.contact-intro h5 {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 1024px) {
  .contact-intro h5 {
    margin-bottom: 20px;
  }
}
.contact-intro__wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .contact-intro__wrap {
    padding-top: 75px;
  }
}
@media (min-width: 1440px) {
  .contact-intro__wrap {
    padding-top: 175px;
  }
}
@media (max-width: 767.98px) {
  .contact-intro__wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contact-intro__caption {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-intro__caption {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .contact-intro__content {
    width: calc(50% - 15px);
  }
}
.contact-intro .contact-usps {
  margin: 30px 0 15px;
  padding: 0;
  list-style-type: none;
}
.contact-intro .contact-usps li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0 !important;
}
.contact-intro .contact-usps li::before {
  display: none;
}
.contact-intro .contact-usps li i {
  margin-right: 10px;
  font-size: 20px;
  color: #FCCD32;
}
@media (min-width: 1440px) {
  .contact-intro .contact-usps li i {
    margin-right: 15px;
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .contact-intro .contact-usps {
    margin: 50px 0 30px;
  }
}
.contact-intro__title {
  width: 100%;
}
.contact-intro__content-align {
  max-width: 700px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contact-intro__content-align {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .contact-intro__content-align {
    padding-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .contact-intro__content-align {
    padding-right: 60px;
  }
}
.contact-intro__content-tool {
  font-size: 20px;
  line-height: 1.2;
}
.contact-intro__content-tool a {
  margin-bottom: 20px;
}
.contact-intro__content-tool a i {
  margin-right: 18px;
  font-size: 90%;
}
.contact-intro__content-tool a:hover {
  color: #FCCD32;
}
@media (min-width: 768px) {
  .contact-intro__content-tool {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .contact-intro__content-tool {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .contact-intro__content-tool {
    font-size: 28px;
  }
}
.contact-intro__content-info {
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact-intro__content-info strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .contact-intro__content-info {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .contact-intro__content-info {
    margin-top: 113px;
  }
}
.contact-intro__content-file {
  font-weight: 700;
  font-size: 16px;
}
.contact-intro__content-file i {
  margin-right: 15px;
  font-size: 120%;
}
.contact-intro__image {
  padding-top: 60px;
  align-self: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .contact-intro__image {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1024px) {
  .contact-intro__image {
    padding-top: 110px;
  }
}
@media (min-width: 1280px) {
  .contact-intro__image {
    width: calc(50% - 135px);
  }
}
@media (max-width: 767.98px) {
  .contact-intro__image {
    padding-left: 40px;
  }
}
.contact-intro__image-main {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-intro__image-main img {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .contact-intro__image-main img {
    margin-left: -75px;
  }
}
@media (min-width: 1920px) {
  .contact-intro__image-main img {
    width: 93%;
  }
}
.contact-intro__image-animation {
  width: 100%;
  max-width: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-intro__image-animation img {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-intro__image-animation {
    max-width: 270px;
  }
}
@media (min-width: 1024px) {
  .contact-intro__image-animation {
    max-width: 400px;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .contact-intro__image-animation {
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .contact-intro__image-animation {
    max-width: 638px;
  }
}

.support {
  max-width: 1920px;
  margin: 50px auto;
}
@media (min-width: 1024px) {
  .support {
    margin: 80px auto;
  }
}
@media (min-width: 1280px) {
  .support {
    margin: 120px auto;
  }
}
.support__content {
  padding: 0 var(--side-gutter) 50px;
}
.support__content h3 {
  margin-bottom: 20px;
}
.support__content .wpcf7 {
  margin-top: 20px !important;
  /* stylelint-disable-line declaration-no-important */
}
.support__content form input,
.support__content form textarea {
  background-color: transparent !important;
  /* stylelint-disable-line declaration-no-important */
}
.support__content form textarea {
  height: 180px !important;
  /* stylelint-disable-line declaration-no-important */
  min-height: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  margin-bottom: 25px;
}
.support__content form p {
  margin: 30px 0;
}
.support__content form p a {
  font-weight: 400;
  color: #0E4AD2;
}
.support__content form p a:hover {
  color: #231F20;
}
.support__content form button i {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .support__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(50% + 15px);
    padding: 0 30px;
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .support__content {
    padding: 0 60px;
  }
}
.support__content-align {
  width: 100%;
  max-width: 680px;
}
@media (min-width: 1024px) {
  .support__content-align {
    max-width: 673px;
    padding-right: 90px;
  }
}
@media (max-width: 1023.98px) {
  .support__content-align {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .support__slider {
    width: calc(50% - 15px);
  }
}

.error-block {
  background-image: url(../images/ui/products-wm.png);
  background-position: calc(50% + 475px) 113px;
  background-repeat: no-repeat;
  padding: 45px 0 60px;
  background-color: #F2EDE2;
}
.error-block h5 {
  margin-bottom: 10px;
  color: #FCCD32;
}
@media (min-width: 768px) {
  .error-block h5 {
    margin-bottom: 20px;
  }
}
.error-block h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .error-block h2 {
    margin-bottom: 30px;
  }
}
.error-block .btn--al::before {
  transform: scaleX(-1);
}
.error-block .container {
  max-width: 1010px;
}
@media (min-width: 768px) {
  .error-block {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .error-block {
    padding: 150px 0;
  }
}
@media (min-width: 1280px) {
  .error-block {
    padding: 250px 0;
  }
}
@media (min-width: 1440px) {
  .error-block {
    padding: 285px 0 320px;
  }
}

.house-info {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}
.house-info h1,
.house-info h2,
.house-info h3,
.house-info h4,
.house-info h5,
.house-info h6 {
  position: relative;
  z-index: 2;
}
.house-info h5,
.house-info .h5 {
  margin-bottom: 20px;
  color: #FCCD32;
}
.house-info h1,
.house-info .h1 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .house-info h1,
.house-info .h1 {
    font-size: 32px;
    line-height: 1;
  }
}
.house-info .house-info__content-group {
  display: flex;
}
@media (min-width: 1024px) {
  .house-info {
    padding: 115px 0 100px;
  }
}
.house-info__wrap {
  padding-top: 10px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.house-info__wrap::before, .house-info__wrap::after {
  display: block;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, rgba(249, 248, 244, 0.8), transparent);
  content: "";
  position: absolute;
  bottom: calc(100% - 99px);
  left: 0;
  z-index: -1;
}
.house-info__wrap::after {
  background-image: linear-gradient(0deg, rgba(249, 248, 244, 0.8), transparent);
  top: calc(100% - 99px);
  bottom: auto;
}
.house-info__wrap-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.house-info__wrap-container::before, .house-info__wrap-container::after {
  display: block;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(249, 248, 244, 0.8), transparent);
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 99px);
  z-index: -1;
}
.house-info__wrap-container::after {
  background-image: linear-gradient(270deg, rgba(249, 248, 244, 0.8), transparent);
  right: auto;
  left: calc(100% - 99px);
}
.house-info__image {
  padding: 20px var(--side-gutter) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .house-info__image {
    padding: 30px 60px 0;
  }
}
@media (min-width: 1024px) {
  .house-info__image {
    width: calc(100% - 400px);
    padding-top: 140px;
  }
}
@media (min-width: 1280px) {
  .house-info__image {
    width: calc(100% - 480px);
  }
}
@media (min-width: 1600px) {
  .house-info__image {
    width: calc(100% - 552px);
  }
  .house-info__image-group {
    max-width: 835px;
    margin: 0 auto;
  }
}
.house-info__image-align {
  width: 100%;
  max-width: 1123px;
}
.house-info__image-align img {
  display: block;
  margin: 0 auto;
}
.house-info__image-group {
  display: inline-block;
  position: relative;
}
.house-info__image-item {
  display: none;
}
.house-info__image-item--holder {
  display: block;
}
.house-info__image-dots {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.house-info__image-dot {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #D3D2D2;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.house-info__image-dot::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FCAF17;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .house-info__image-dot::before {
    width: 15px;
    height: 15px;
  }
}
.house-info__image-dot::after {
  background-image: url(../images/ui/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .house-info__image-dot::after {
    background-size: 22px;
  }
}
.house-info__image-dot.is-active {
  border: 0;
  background-color: rgba(35, 31, 32, 0.8);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.house-info__image-dot.is-active::before {
  opacity: 0;
}
.house-info__image-dot.is-active::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .house-info__image-dot {
    width: 67px;
    height: 67px;
  }
}
@media (min-width: 1024px) {
  .house-info__image-dot {
    width: 76px;
    height: 76px;
  }
}
.house-info__content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 var(--side-gutter);
}
@media (min-width: 1024px) {
  .house-info__content {
    width: 400px;
    padding: 62px 30px 0 0;
  }
}
@media (min-width: 1280px) {
  .house-info__content {
    width: 480px;
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .house-info__content {
    width: 552px;
  }
}
.house-info__content-info {
  padding: 30px;
  background-color: #231F20;
  color: #fff;
}
.house-info__content-info h3 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .house-info__content-info h3 {
    font-size: 28px;
  }
}
.house-info__content-info h4 {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .house-info__content-info p {
    font-size: 16px;
  }
}
.house-info__content-info strong {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: 0;
  vertical-align: middle;
  position: relative;
}
.house-info__content-info strong::before {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FCAF17;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .house-info__content-info strong::before {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  .house-info__content-info strong {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1280px) {
  .house-info__content-info strong {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .house-info__content-info {
    max-width: 500px;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .house-info__content-info {
    padding: 90px 40px;
  }
}
@media (min-width: 1280px) {
  .house-info__content-info {
    padding: 118px 60px;
  }
}
@media (min-width: 1600px) {
  .house-info__content-info {
    padding: 118px 120px 185px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .house-info__content-info {
    width: 50%;
  }
}
.house-info__content-list h4 {
  margin-bottom: 13px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .house-info__content-list {
    max-width: 360px;
    margin: 55px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .house-info__content-list {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .house-info__content-list {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.house-info__content-item {
  margin-bottom: 10px;
}
.house-info__content-link {
  padding-left: 40px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.house-info__content-link::before {
  display: block;
  content: "\E903";
  font-family: "superfoil-icons";
  font-weight: 400;
  font-size: 200%;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
  transition: var(--speed-default) left;
}
.house-info__content-link:hover::before {
  left: 5px;
}
.house-info__content-card {
  display: none;
}
.house-info__image-caption {
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 1024px) {
  .house-info__image-caption {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .house-info__image-caption {
    margin-bottom: 85px;
    padding-left: 70px;
  }
}
@media (max-width: 1023.98px) {
  .house-info__image-caption {
    max-width: 630px;
    margin: 0 auto 30px 0;
    padding: 0;
  }
}
.house-info__image-nav {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.house-info__image-nav a {
  display: none;
  font-weight: 700;
  font-size: 16px;
}
.house-info__image-nav a::before, .house-info__image-nav a::after {
  font-family: "superfoil-icons";
  font-weight: 400;
  font-size: 120%;
}
.house-info__image-nav a.is-prev {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.house-info__image-nav a.is-prev::before {
  margin-right: 10px;
  content: "\E903";
  transform: scaleX(-1);
}
.house-info__image-nav a.is-next {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.house-info__image-nav a.is-next::after {
  margin-left: 10px;
  content: "\E903";
}
@media (max-width: 1023.98px) {
  .house-info__image-nav {
    max-width: 690px;
    padding: 0 15px 20px;
  }
}
.house-info--home {
  padding: 0;
}
@media (min-width: 1024px) {
  .house-info--home .house-info__wrap::after {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .house-info--home .house-info__wrap {
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .house-info--home .house-info__wrap {
    padding-bottom: 120px;
  }
}
.house-info--home .house-info__image {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .house-info--home .house-info__content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .house-info--home .house-info__content-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background: #231F20;
  }
}
@media (max-width: 1023.98px) {
  .house-info--home .house-info__content-info {
    width: 100%;
    max-width: 100%;
  }
}
.house-info + section {
  position: relative;
  z-index: 1;
}

.cookiebar {
  display: none;
  width: calc(100% - 10px);
  max-width: 367px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.cookiebar p {
  color: #7B7979;
}
@media (max-width: 767.98px) {
  .cookiebar p {
    margin-bottom: 15px;
  }
}
.cookiebar .btn,
.cookiebar .woocommerce a.button.alt,
.woocommerce .cookiebar a.button.alt,
.cookiebar .woocommerce button.button.alt,
.woocommerce .cookiebar button.button.alt,
.cookiebar .woocommerce input.button.alt,
.woocommerce .cookiebar input.button.alt, .cookiebar .woocommerce #respond input#submit, .woocommerce #respond .cookiebar input#submit,
.cookiebar .woocommerce a.button,
.woocommerce .cookiebar a.button,
.cookiebar .woocommerce button.button,
.woocommerce .cookiebar button.button,
.cookiebar .woocommerce input.button,
.woocommerce .cookiebar input.button {
  margin: 0;
}
@media (min-width: 768px) {
  .cookiebar .btn,
.cookiebar .woocommerce a.button.alt,
.woocommerce .cookiebar a.button.alt,
.cookiebar .woocommerce button.button.alt,
.woocommerce .cookiebar button.button.alt,
.cookiebar .woocommerce input.button.alt,
.woocommerce .cookiebar input.button.alt, .cookiebar .woocommerce #respond input#submit, .woocommerce #respond .cookiebar input#submit,
.cookiebar .woocommerce a.button,
.woocommerce .cookiebar a.button,
.cookiebar .woocommerce button.button,
.woocommerce .cookiebar button.button,
.cookiebar .woocommerce input.button,
.woocommerce .cookiebar input.button {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .cookiebar {
    padding: 40px 40px 30px;
  }
}
.cookiebar__link {
  color: #7B7979;
  text-decoration: underline;
}
.cookiebar__link:hover {
  text-decoration: none;
}
.cookiebar--unaccepted {
  display: block;
}

.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row label {
  line-height: var(--line-height-base);
}
.woocommerce form .woocommerce-input-wrapper {
  display: block;
}
@media (min-width: 1280px) {
  .woocommerce form #ship-to-different-address label input[type=checkbox] + span::before {
    top: 10px;
  }
}
@media (min-width: 1600px) {
  .woocommerce form #ship-to-different-address label input[type=checkbox] + span::before {
    top: 13px;
  }
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce form.woocommerce-checkout h3 {
  margin-bottom: 15px;
}
.woocommerce form.woocommerce-checkout .col-1,
.woocommerce form.woocommerce-checkout .col-2 {
  margin-bottom: 30px;
}
.woocommerce table.shop_table {
  border-color: #D3D2D2;
  border-radius: 0;
  background-color: #fff;
}
.woocommerce table.shop_table td {
  border-top-color: #D3D2D2;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #FCCD32;
  color: #231F20;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #FCAF17;
  color: #231F20;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
  color: #fff;
}
.woocommerce .quantity .qty {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-appearance: textfield;
          appearance: textfield;
  width: 4em;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.woocommerce .woocommerce-cart-form .actions .coupon .input-text {
  width: 110px;
  height: var(--height-btn);
  text-align: left;
}
.woocommerce .woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce .woocommerce-product-gallery a {
  display: block;
  text-align: center;
}
.woocommerce .woocommerce-product-gallery img {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .woocommerce .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%;
    height: 400px;
    position: relative;
  }
  .woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.woocommerce .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-pagination {
  margin: 20px 0;
}
.woocommerce .woocommerce-pagination .page-numbers {
  display: flex;
  margin: 0;
  border: 0;
  list-style: none;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  border: 0;
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.woocommerce .woocommerce-pagination .page-numbers li::before {
  display: none;
}
.woocommerce .woocommerce-pagination .page-numbers li span {
  background: #231F20 !important;
  /* stylelint-disable-line declaration-no-important */
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  background: #fff;
  font-weight: 700;
}
.woocommerce .woocommerce-pagination .page-numbers li span:hover,
.woocommerce .woocommerce-pagination .page-numbers li a:hover {
  background: #231F20;
  color: #fff;
}
@media (max-width: 1279.98px) {
  .woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-pagination .page-numbers {
    justify-content: center;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  width: 100%;
  padding: 1em 1.5em;
  background-color: #fff;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
  text-decoration: underline;
}
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-message a:not(.button):hover {
  text-decoration: none;
}

.woocommerce-info {
  border-top-color: #FCCD32;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: calc(30% - 15px);
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: calc(70% - 15px);
  }
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  padding-left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method::before {
  display: none;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .checkbox {
  display: block;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span {
  display: inline-block;
}

.select2-container {
  display: block;
}
.select2-container .selection {
  display: block;
}
.select2-container .selection .select2-selection {
  display: block;
  height: var(--height-form-control);
  margin: 0;
  border-color: #A7A5A6;
  border-radius: 0;
}
.select2-container .selection .select2-selection__rendered {
  font-size: 16px;
  line-height: calc(var(--height-form-control) - 2px);
  padding-right: var(--height-form-control);
  padding-left: var(--px-form-control);
}
.select2-container .selection .select2-selection__arrow {
  width: calc(var(--height-form-control) - 2px);
  height: calc(var(--height-form-control) - 2px);
}

.section-banner {
  margin: 40px 0;
}
.section-banner img {
  width: 100%;
}
.section-banner .banner-wrapper {
  position: relative;
}
.section-banner .banner-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .section-banner {
    margin: 60px 0;
  }
}

.card-product {
  display: block;
  border-radius: 4px;
  padding: 20px 30px 70px;
  background: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.card-product picture {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 26px;
}
.card-product picture .tag {
  top: 30px;
  right: 30px;
}
@media (min-width: 1440px) {
  .card-product picture .tag {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 768px) {
  .card-product picture {
    height: 260px;
  }
}
.card-product img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.card-product .btn, .card-product .woocommerce #respond input#submit, .woocommerce #respond .card-product input#submit,
.card-product .woocommerce a.button,
.woocommerce .card-product a.button,
.card-product .woocommerce button.button,
.woocommerce .card-product button.button,
.card-product .woocommerce input.button,
.woocommerce .card-product input.button,
.card-product .woocommerce a.button.alt,
.woocommerce .card-product a.button.alt,
.card-product .woocommerce button.button.alt,
.woocommerce .card-product button.button.alt,
.card-product .woocommerce input.button.alt,
.woocommerce .card-product input.button.alt {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .card-product .btn, .card-product .woocommerce #respond input#submit, .woocommerce #respond .card-product input#submit,
.card-product .woocommerce a.button,
.woocommerce .card-product a.button,
.card-product .woocommerce button.button,
.woocommerce .card-product button.button,
.card-product .woocommerce input.button,
.woocommerce .card-product input.button,
.card-product .woocommerce a.button.alt,
.woocommerce .card-product a.button.alt,
.card-product .woocommerce button.button.alt,
.woocommerce .card-product button.button.alt,
.card-product .woocommerce input.button.alt,
.woocommerce .card-product input.button.alt {
    height: 73px;
  }
}
.card-product:hover, .slick-current .card-product {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.22);
}
.card-product:hover .card-product__content, .slick-current .card-product .card-product__content {
  display: block;
}
@media (min-width: 1024px) {
  .slick-slide .card-product:hover, .slick-slide .card-product.slick-current {
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .slick-slide .card-product:hover, .slick-slide .card-product.slick-current {
    padding-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .slick-slide .card-product {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .slick-slide.slick-current .card-product {
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .slick-slide.slick-current .card-product {
    padding-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .card-product {
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .card-product {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .card-product {
    padding: 20px 40px 130px;
  }
}
.card-product__title {
  margin-bottom: 20px;
  font-weight: 700;
}
.card-product__content p {
  color: #7B7979;
}
@media (min-width: 1024px) {
  .slick-slide .card-product__content {
    display: none;
  }
}
.card-product__content-info {
  margin-bottom: 22px;
  font-size: 16px;
}
.card-product__content-info i {
  margin-right: 15px;
  font-size: 140%;
  color: #FCCD32;
}
@media (min-width: 1280px) {
  .card-product__content-info {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .card-product__content-info {
    font-size: 20px;
  }
}

.card-news {
  display: block;
  width: 100%;
  background: #231F20;
  color: #fff;
  position: relative;
}
.card-news picture {
  overflow: hidden;
  display: block;
}
.card-news img {
  width: 100%;
  transition: 1s ease-in-out transform;
}
.card-news .btn, .card-news .woocommerce #respond input#submit, .woocommerce #respond .card-news input#submit,
.card-news .woocommerce a.button,
.woocommerce .card-news a.button,
.card-news .woocommerce button.button,
.woocommerce .card-news button.button,
.card-news .woocommerce input.button,
.woocommerce .card-news input.button,
.card-news .woocommerce a.button.alt,
.woocommerce .card-news a.button.alt,
.card-news .woocommerce button.button.alt,
.woocommerce .card-news button.button.alt,
.card-news .woocommerce input.button.alt,
.woocommerce .card-news input.button.alt {
  margin: 0;
  color: #231F20;
  position: absolute;
  right: 0;
  bottom: 0;
}
.card-news__content {
  padding: 60px 70px 140px;
}
@media (max-width: 1599.98px) {
  .card-news__content {
    padding: 50px 50px 120px;
  }
}
@media (max-width: 1279.98px) {
  .card-news__content {
    padding: 30px 30px 90px;
  }
}
.card-news__content-date {
  margin-bottom: 10px;
  color: #A7A5A6;
}
@media (min-width: 1024px) {
  .card-news__content-date {
    margin-bottom: 20px;
  }
}
.card-news__content-title {
  line-height: 1.2;
}
.card-news__content-title + .card-news__content-date {
  margin-top: 20px;
  margin-bottom: 0;
}
.card-news:hover img {
  transform: scale(1.05);
}
.card-news--alt .card-news__content-date {
  margin-bottom: 33px;
  line-height: 1.2;
  color: #fff;
}
.card-news--alt .card-news__content-title {
  font-weight: 400;
  font-size: inherit;
  line-height: 1.6;
  color: #A7A5A6;
}

.card-download {
  width: 100%;
}
@media (min-width: 768px) {
  .card-download picture {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .card-download picture {
    padding-bottom: 33px;
  }
}
@media (max-width: 767.98px) {
  .card-download picture {
    width: 55px;
    padding-left: 15px;
  }
}
.card-download img {
  display: block;
  max-height: 100%;
}
.card-download.card-download--video .image-wrapper {
  position: relative;
}
.card-download.card-download--video .image-wrapper picture img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .card-download.card-download--video .image-wrapper picture {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .card-download.card-download--video .image-wrapper picture {
    padding-bottom: 20px;
  }
}
.card-download.card-download--video .image-wrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  padding-left: 5px;
  background-color: rgba(35, 31, 32, 0.8);
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: var(--speed-default);
}
.card-download.card-download--video .image-wrapper:hover i {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .card-download {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .card-download {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-top: 1px solid #D3D2D2;
    padding: 15px 0;
  }
}
.card-download__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.card-download__title i {
  margin-right: 10px;
  font-size: 130%;
}
@media (min-width: 768px) {
  .card-download__title {
    justify-content: center;
    border-top: 1px solid #D3D2D2;
    padding-top: 20px;
  }
}
@media (min-width: 1440px) {
  .card-download__title {
    padding-top: 43px;
  }
}
@media (max-width: 767.98px) {
  .card-download__title {
    width: calc(100% - 55px);
  }
}

.card-module {
  width: 100%;
  background: #231F20;
  color: #fff;
  position: relative;
}
.card-module .btn, .card-module .woocommerce #respond input#submit, .woocommerce #respond .card-module input#submit,
.card-module .woocommerce a.button,
.woocommerce .card-module a.button,
.card-module .woocommerce button.button,
.woocommerce .card-module button.button,
.card-module .woocommerce input.button,
.woocommerce .card-module input.button,
.card-module .woocommerce a.button.alt,
.woocommerce .card-module a.button.alt,
.card-module .woocommerce button.button.alt,
.woocommerce .card-module button.button.alt,
.card-module .woocommerce input.button.alt,
.woocommerce .card-module input.button.alt {
  margin: 0;
  color: #231F20;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider .slick-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.card-module__slider .slick-track {
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider .slick-track::after, .card-module__slider .slick-track::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider .slick-track {
    display: flex;
  }
}
.card-module__slider .slick-slide {
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
  position: absolute !important;
  /* stylelint-disable-line declaration-no-important */
  top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.card-module__slider .slick-slide.slick-active {
  position: relative !important;
  /* stylelint-disable-line declaration-no-important */
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider .slick-slide {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .card-module__slider {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider-slide picture {
    display: flex;
  }
}
.card-module__slider-slide img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__slider-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-module__content {
  padding: 40px 30px 90px;
}
.card-module__content p {
  line-height: 1.6;
  color: #A7A5A6;
}
@media (max-width: 767.98px) {
  .card-module__content p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .card-module__content {
    padding: 50px 50px 120px;
  }
}
@media (min-width: 1600px) {
  .card-module__content {
    padding: 60px 60px 210px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-module__content {
    width: 50%;
  }
}
.card-module__content-title {
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card-module__content-title {
    margin-bottom: 30px;
  }
}
.card-module__content-link {
  margin-top: 25px !important;
  /* stylelint-disable-line declaration-no-important */
  font-weight: 700;
  font-size: 16px;
}
.card-module__content-link i {
  margin-right: 10px;
  font-size: 120%;
}
.card-module .slick-arrow {
  border: 0;
}
.card-module .slick-arrow.slick-prev {
  left: 10px;
}
.card-module .slick-arrow.slick-prev::before {
  content: "\E90B";
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .card-module .slick-arrow.slick-prev {
    left: 20px;
  }
}
.card-module .slick-arrow.slick-next {
  right: 10px;
}
.card-module .slick-arrow.slick-next::before {
  content: "\E90C";
  font-size: 15px;
}
@media (min-width: 768px) {
  .card-module .slick-arrow.slick-next {
    right: 20px;
  }
}
.card-module .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.form-check {
  display: flex;
  position: relative;
}
.form-check > * {
  cursor: pointer;
}
.form-check .form-check__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-form-check-indicator);
  height: var(--size-form-check-indicator);
  border: 1px solid #F9F8F4;
  background-color: #fff;
  position: relative;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
}
.form-check .form-check__indicator::after {
  opacity: 0;
  content: "";
}
.form-check .form-check__text {
  padding-left: 15px;
  font-size: calc(var(--font-size-base) / 1.125);
  -webkit-user-select: none;
          user-select: none;
}
.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] ~ .form-check__indicator::after {
  width: 7px;
  height: 10px;
  border-top: 2px solid #FCCD32;
  border-right: 2px solid #FCCD32;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}
.form-check input[type=checkbox]:checked ~ .form-check__indicator::after {
  animation-name: checkmark;
  animation-duration: var(--speed-sluggish);
  animation-timing-function: ease-out;
}
@keyframes checkmark {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
  }
  20% {
    opacity: 1;
    width: 7px;
    height: 0;
  }
  40% {
    opacity: 1;
    width: 7px;
    height: 10px;
  }
  100% {
    opacity: 1;
    width: 7px;
    height: 10px;
  }
}
.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: #FCCD32;
  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, textarea:not(input[type=checkbox], input[type=radio]),
select:not(input[type=checkbox], input[type=radio]),
input:not(input[type=checkbox], input[type=radio]) {
  width: 100%;
  height: var(--height-form-control);
  border: 1px solid #A7A5A6;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: -0.01px;
  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, textarea:not(input[type=checkbox], input[type=radio])::placeholder,
select:not(input[type=checkbox], input[type=radio])::placeholder,
input:not(input[type=checkbox], input[type=radio])::placeholder {
  opacity: 0.5;
  color: #231F20;
}
.custom-select .select-items .select-items__body .select-items__body__option:disabled, .custom-select .select-selected:disabled, .form-control:disabled, textarea:disabled:not(input[type=checkbox], input[type=radio]),
select:disabled:not(input[type=checkbox], input[type=radio]),
input:disabled:not(input[type=checkbox], input[type=radio]) {
  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), textarea:not(textarea):not(input[type=checkbox], input[type=radio]),
select:not(textarea):not(input[type=checkbox], input[type=radio]),
input:not(textarea):not(input[type=checkbox], input[type=radio]) {
  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 textarea:not(input[type=checkbox], input[type=radio]),
.form-group--invalid select:not(input[type=checkbox], input[type=radio]),
.form-group--invalid input:not(input[type=checkbox], input[type=radio]) {
  border-color: #FCCD32;
}

select.form-control,
select:not(input[type=checkbox], input[type=radio]) {
  background-image: url(../images/ui/select.svg);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}

label input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
label input[type=checkbox] + span {
  display: block;
  padding-left: 30px;
  position: relative;
}
label input[type=checkbox] + span::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #A7A5A6;
  content: "";
  font-family: "superfoil-icons";
  font-size: 15px;
  color: #FCCD32;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
}
label input[type=checkbox]:checked + span::before {
  content: "\E909";
}

textarea.form-control, textarea:not(input[type=checkbox], input[type=radio]) {
  display: block;
  min-height: calc(var(--height-form-control) * 3);
  resize: none;
  padding-top: var(--py-form-control);
  padding-bottom: var(--py-form-control);
}
@media (min-width: 1024px) {
  textarea.form-control, textarea:not(input[type=checkbox], input[type=radio]) {
    min-height: calc(var(--height-form-control) * 7.24);
  }
}

.form-label {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.form-label .wpcf7-form-control-wrap {
  margin: 0;
}
.form-label input {
  padding-top: 15px;
  background: transparent !important;
  /* stylelint-disable-line declaration-no-important */
}
.form-label label {
  padding: 0 16px;
  font-size: 16px;
  color: #7B7979;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  transition: var(--speed-default);
}
.form-label.is-focused label {
  font-size: 14px;
  top: 31%;
  z-index: 1;
}

.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: "\E90A";
  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;
}

.input-group {
  display: flex;
}
.input-group .form-control, .input-group textarea:not(input[type=checkbox], input[type=radio]),
.input-group select:not(input[type=checkbox], input[type=radio]),
.input-group input:not(input[type=checkbox], input[type=radio]) {
  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: #F9F8F4;
  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 .woocommerce #respond input#submit, .woocommerce #respond .input-group.input-group--io input#submit,
.input-group.input-group--io .woocommerce a.button,
.woocommerce .input-group.input-group--io a.button,
.input-group.input-group--io .woocommerce button.button,
.woocommerce .input-group.input-group--io button.button,
.input-group.input-group--io .woocommerce input.button,
.woocommerce .input-group.input-group--io input.button,
.input-group.input-group--io .woocommerce a.button.alt,
.woocommerce .input-group.input-group--io a.button.alt,
.input-group.input-group--io .woocommerce button.button.alt,
.woocommerce .input-group.input-group--io button.button.alt,
.input-group.input-group--io .woocommerce input.button.alt,
.woocommerce .input-group.input-group--io input.button.alt {
  width: var(--height-btn);
  color: #FCCD32;
}
@media (hover: hover) and (pointer: fine) {
  .input-group.input-group--io .btn:hover, .input-group.input-group--io .woocommerce #respond input#submit:hover, .woocommerce #respond .input-group.input-group--io input#submit:hover,
.input-group.input-group--io .woocommerce a.button:hover,
.woocommerce .input-group.input-group--io a.button:hover,
.input-group.input-group--io .woocommerce button.button:hover,
.woocommerce .input-group.input-group--io button.button:hover,
.input-group.input-group--io .woocommerce input.button:hover,
.woocommerce .input-group.input-group--io input.button:hover,
.input-group.input-group--io .woocommerce a.button.alt:hover,
.woocommerce .input-group.input-group--io a.button.alt:hover,
.input-group.input-group--io .woocommerce button.button.alt:hover,
.woocommerce .input-group.input-group--io button.button.alt:hover,
.input-group.input-group--io .woocommerce input.button.alt:hover,
.woocommerce .input-group.input-group--io input.button.alt:hover {
    background-color: #FCCD32;
    color: #231F20;
  }
}

.form-group.form-group--valid .form-control, .form-group.form-group--valid textarea:not(input[type=checkbox], input[type=radio]),
.form-group.form-group--valid select:not(input[type=checkbox], input[type=radio]),
.form-group.form-group--valid input:not(input[type=checkbox], input[type=radio]), .form-group.form-group--invalid .form-control, .form-group.form-group--invalid textarea:not(input[type=checkbox], input[type=radio]),
.form-group.form-group--invalid select:not(input[type=checkbox], input[type=radio]),
.form-group.form-group--invalid input:not(input[type=checkbox], input[type=radio]) {
  padding-right: calc(var(--px-form-control) * 3);
}
.form-group.form-group--invalid .form-control, .form-group.form-group--invalid textarea:not(input[type=checkbox], input[type=radio]),
.form-group.form-group--invalid select:not(input[type=checkbox], input[type=radio]),
.form-group.form-group--invalid input:not(input[type=checkbox], input[type=radio]) {
  border-color: #FCCD32;
}
.form-group.form-group--invalid .custom-select .validation {
  margin: 0;
  top: 15px;
  right: 45px;
}

.validation {
  width: 17px;
  height: 17px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: var(--px-form-control);
}
.validation.validation--invalid {
  transform: rotate(45deg);
}
.validation.validation--invalid::before, .validation.validation--invalid::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FCCD32;
  content: "";
}
.validation.validation--invalid::before {
  width: 17px;
  height: 2px;
}
.validation.validation--invalid::after {
  width: 2px;
  height: 17px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #f02;
}
.sent .wpcf7-response-output,
.sent .wpcf7-not-valid-tip {
  font-size: 16px;
  color: #2AA300;
}
/*# sourceMappingURL=app.css.map*/