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

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 952px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1136px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1644px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1644px;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
}
/* stylelint-disable color-no-hex  */
/* stylelint-enable color-no-hex  */
.text-moon {
  color: #D4A394 !important; /* stylelint-disable-line declaration-no-important */
}
.text-moon > * {
  color: inherit;
}

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

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

.bg-arsenic {
  background-color: #37384C;
}

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

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

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

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

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

.bg-stone {
  background-color: #0b6e64;
}

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

.bg-pictone {
  background-color: #5a9dd0;
}

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

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

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

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

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

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

.bg-stone {
  color: #fff;
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-btn-radius: 48px;
  --size-form-check-indicator: 16px;
  --size-accordion-indicator: 10px;
  --height-sm-btn: 48px;
  --height-btn: 48px;
  --height-form-control: 64px;
  --px-btn: 20px;
  --py-section: 80px;
  --px-form-control: 13px;
  --py-form-control: 15px;
  --py-accordion: 15px;
  --pr-accordion: 15px;
  --pl-accordion: 45px;
  --font-size-base: 16px;
  --font-size-btn: var(--font-size-base);
  --line-height-base: 1.63;
  --speed-fast: .125s;
  --speed-default: .25s;
  --speed-slow: .5s;
  --speed-sluggish: 1s;
  --speed-snail: 2s;
  --cubic-bezier: cubic-bezier(.05, .69, .14, 1);
  --cubic-bezier-2: cubic-bezier(.215, .61, .355, 1);
}
@media (min-width: 1440px) {
  :root {
    --size-bullet: 6px;
    --size-btn-play: 74px;
    --size-btn-radius: 64px;
    --size-accordion-indicator: 16px;
    --height-btn: 64px;
    --px-btn: 30px;
    --py-section: 160px;
    --py-accordion: 22px;
    --pr-accordion: 75px;
    --pl-accordion: 70px;
    --px-form-control: 20px;
    --font-size-btn: 20px;
  }
}

.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: "sculpt-icons";
  src: url("fonts/sculpt-icons.woff2?do8v6s") format("woff2"), url("fonts/sculpt-icons.ttf?do8v6s") format("truetype"), url("fonts/sculpt-icons.woff?do8v6s") format("woff"), url("fonts/sculpt-icons.svg?do8v6s#sculpt-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: "sculpt-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-arrow-down:before {
  content: "\E900";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "sculpt-icons";
  src: url("../fonts/sculpt-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.custom-select .select-selected::after, .navbar--right .navbar-menu__nav li.has-childs a::after,
.navbar--right .navbar-menu__nav li.has-childs button::after, .navbar--right .navbar-menu__nav .navbar-sub ul li a::after,
.navbar--right .navbar-menu__nav .navbar-sub ul li button::after {
  speak: none;
  font-family: "sculpt-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;
}

.video-block__slide, .broadcast__title, h1,
.h1,
.mobile-nav__menu-link,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.card-date__date,
.mobile-nav__navigation li a,
h5,
.h5,
h6,
.h6,
.content__text blockquote {
  font-weight: 300;
  font-family: "SangBleu Sans", sans-serif;
  color: #37384C;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .video-block__slide, .broadcast__title, h1,
  .h1,
  .mobile-nav__menu-link,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  .card-date__date,
  .mobile-nav__navigation li a,
  h5,
  .h5,
  h6,
  .h6,
  .content__text blockquote {
    margin-bottom: 40px;
  }
}

.banner h1, .trainer-popup h1, .trainer-section h1 {
  font-size: 48px;
  line-height: 52px;
}
@media (min-width: 1024px) {
  .banner h1, .trainer-popup h1, .trainer-section h1 {
    font-size: 104px;
    line-height: 114px;
  }
}
@media (min-width: 1440px) {
  .banner h1, .trainer-popup h1, .trainer-section h1 {
    font-size: 120px;
    line-height: 124px;
  }
}

.video-block__slide, .broadcast__title, h1,
.h1 {
  font-size: 48px;
  line-height: 52px;
}
@media (min-width: 1024px) {
  .video-block__slide, .broadcast__title, h1,
  .h1 {
    font-size: 104px;
    line-height: 114px;
  }
}

.mobile-nav__menu-link, h2,
.h2 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .mobile-nav__menu-link, h2,
  .h2 {
    margin-bottom: 30px;
    font-size: 64px;
    line-height: 72px;
  }
}

h3,
.h3 {
  font-size: 32px;
  line-height: 44px;
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 48px;
    line-height: 62px;
  }
}

h4,
.h4 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 40px;
    line-height: 52px;
  }
}

.card-date__date, .mobile-nav__navigation li a, h5,
.h5 {
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .card-date__date, .mobile-nav__navigation li a, h5,
  .h5 {
    font-size: 32px;
    line-height: 35px;
  }
}

h6,
.h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Switzer", sans-serif;
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 20px;
    line-height: 40px;
  }
}

.cart-sculpt__price, .cart-sculpt__total, .thanks-section__text, .video-block__video, .banner, .trainer-section, .connect__text, .not-found, .cta__content, .hero__subtitle, .hero__video {
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .cart-sculpt__price, .cart-sculpt__total, .thanks-section__text, .video-block__video, .banner, .trainer-section, .connect__text, .not-found, .cta__content, .hero__subtitle, .hero__video {
    font-size: 20px;
    line-height: 40px;
  }
}

.image-text__subtitle, .quote-block__subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%;
  color: #37384C;
}
@media (min-width: 1024px) {
  .image-text__subtitle, .quote-block__subtitle {
    font-size: 16px;
  }
}

.content__text blockquote {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .content__text blockquote {
    font-size: 48px;
    line-height: 62px;
  }
}

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

*:focus {
  outline: 0;
}

button {
  border: 0;
}

html {
  scroll-behavior: smooth;
}

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

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

p {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 30px;
  }
}

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

.w-100 {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 130px;
}
@media (min-width: 1024px) {
  .wrapper {
    padding-top: 200px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    padding-top: 245px;
  }
}
.home .wrapper {
  padding-top: 0;
}

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

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

.trainers-slider .slick-list, .broadcast .slick-list, .community .slick-list, .quote-block .slick-list {
  overflow: visible;
}

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

button.mfp-close {
  color: transparent;
  font-size: 0;
  width: var(--height-btn) !important;
  height: var(--height-btn) !important;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  border-radius: 50%;
  background: #EFE6D7;
  top: 15px !important;
  right: 15px !important;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  button.mfp-close {
    top: 25px !important;
    right: 25px !important;
  }
}
button.mfp-close:after {
  content: "\E90D";
  font-family: "sculpt-icons";
  font-size: 20px;
  color: #37384C;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.59;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content {
  max-width: 100% !important;
}
.mfp-content video {
  width: 100%;
  height: 100%;
}

.cancelled-label {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .cancelled-label {
    margin-right: 12px;
  }
}
.cancelled-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 180%;
  z-index: -1;
  margin-top: -3px;
  transform: rotate(-4deg) translate(-50%, -50%);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
  background: #f1bb5d;
}

@font-face {
  font-family: "SangBleu Sans";
  src: url("../fonts/SangBleuSans-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sans";
  src: url("../fonts/SangBleuSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sans";
  src: url("../fonts/SangBleuSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleu Sans";
  src: url("../fonts/SangBleuSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: rgba(55, 56, 76, 0.8);
  letter-spacing: -0.01px;
}

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

p a,
p span a,
td a,
li a,
a a,
label a,
legend a,
span a {
  text-decoration: underline;
  transition: var(--speed-default);
}
.btn, .gform.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .gform_button, .paginate a.next, .paginate a.prev,
.paginate span.next,
.paginate span.prev {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: var(--font-size-btn);
  line-height: 1.4;
  transition: var(--speed-default);
  text-decoration: none;
  font-family: "SangBleu Sans", sans-serif;
}
.btn:not(.btn--text), .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text),
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text), .paginate a.next:not(.btn--text), .paginate a.prev:not(.btn--text),
.paginate span.next:not(.btn--text),
.paginate span.prev:not(.btn--text) {
  color: #fff;
  height: var(--height-btn);
  border: 1px solid transparent;
  background-color: #37384C;
  border-radius: var(--size-btn-radius);
  padding-left: var(--px-btn);
  padding-right: var(--px-btn);
}
.btn:not(.btn--text):hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text):hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text):hover, .paginate a.next:not(.btn--text):hover, .paginate a.prev:not(.btn--text):hover,
.paginate span.next:not(.btn--text):hover,
.paginate span.prev:not(.btn--text):hover {
  color: #fff;
  background-color: #22222e;
}
.btn:not(.btn--text).btn--full, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--full,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--full, .paginate a.next:not(.btn--text).btn--full, .paginate a.prev:not(.btn--text).btn--full,
.paginate span.next:not(.btn--text).btn--full,
.paginate span.prev:not(.btn--text).btn--full {
  width: 100%;
}
.btn:not(.btn--text).btn--small, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--small,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--small, .paginate a.next:not(.btn--text).btn--small, .paginate a.prev:not(.btn--text).btn--small,
.paginate span.next:not(.btn--text).btn--small,
.paginate span.prev:not(.btn--text).btn--small {
  font-size: 16px;
  padding: 0 18px;
  height: var(--height-sm-btn);
}
.btn:not(.btn--text).btn--light, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--light,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--light, .paginate a.next:not(.btn--text).btn--light, .paginate a.prev:not(.btn--text).btn--light,
.paginate span.next:not(.btn--text).btn--light,
.paginate span.prev:not(.btn--text).btn--light {
  color: #fff;
  background-color: #D4A394;
}
.btn:not(.btn--text).btn--light:hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--light:hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--light:hover, .paginate a.next:not(.btn--text).btn--light:hover, .paginate a.prev:not(.btn--text).btn--light:hover,
.paginate span.next:not(.btn--text).btn--light:hover,
.paginate span.prev:not(.btn--text).btn--light:hover {
  color: #fff;
  background-color: #c58470;
}
.btn:not(.btn--text).btn--alt, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--alt,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--alt, .paginate a.next:not(.btn--text), .paginate a.prev:not(.btn--text),
.paginate span.next:not(.btn--text),
.paginate span.prev:not(.btn--text) {
  color: #37384C;
  background-color: #EFE6D7;
}
.btn:not(.btn--text).btn--alt:hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--alt:hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--alt:hover, .paginate a.next:not(.btn--text):hover, .paginate a.prev:not(.btn--text):hover,
.paginate span.next:not(.btn--text):hover,
.paginate span.prev:not(.btn--text):hover {
  color: #37384C;
  background-color: #D4A394;
}
.btn:not(.btn--text).btn--blur, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--blur,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--blur, .paginate a.next:not(.btn--text).btn--blur, .paginate a.prev:not(.btn--text).btn--blur,
.paginate span.next:not(.btn--text).btn--blur,
.paginate span.prev:not(.btn--text).btn--blur {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.btn:not(.btn--text).btn--blur:hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--blur:hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--blur:hover, .paginate a.next:not(.btn--text).btn--blur:hover, .paginate a.prev:not(.btn--text).btn--blur:hover,
.paginate span.next:not(.btn--text).btn--blur:hover,
.paginate span.prev:not(.btn--text).btn--blur:hover {
  color: #37384C;
  background-color: #fff;
}
.btn:not(.btn--text).btn--white, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--white,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--white, .paginate a.next:not(.btn--text).btn--white, .paginate a.prev:not(.btn--text).btn--white,
.paginate span.next:not(.btn--text).btn--white,
.paginate span.prev:not(.btn--text).btn--white {
  color: #37384C;
  background-color: #F6EFE3;
}
.btn:not(.btn--text).btn--white:hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--white:hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--white:hover, .paginate a.next:not(.btn--text).btn--white:hover, .paginate a.prev:not(.btn--text).btn--white:hover,
.paginate span.next:not(.btn--text).btn--white:hover,
.paginate span.prev:not(.btn--text).btn--white:hover {
  color: #37384C;
  background-color: #D4A394;
}
.btn:not(.btn--text).btn--outline, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--outline,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--outline, .paginate a.next:not(.btn--text).btn--outline, .paginate a.prev:not(.btn--text).btn--outline,
.paginate span.next:not(.btn--text).btn--outline,
.paginate span.prev:not(.btn--text).btn--outline {
  color: #37384C;
  border-color: #37384C;
  background-color: transparent;
}
.btn:not(.btn--text).btn--outline:hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--outline:hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--outline:hover, .paginate a.next:not(.btn--text).btn--outline:hover, .paginate a.prev:not(.btn--text).btn--outline:hover,
.paginate span.next:not(.btn--text).btn--outline:hover,
.paginate span.prev:not(.btn--text).btn--outline:hover {
  color: #fff;
  background-color: #37384C;
}
.btn:not(.btn--text).btn--milk, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--milk,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--milk, .paginate a.next:not(.btn--text).btn--milk, .paginate a.prev:not(.btn--text).btn--milk,
.paginate span.next:not(.btn--text).btn--milk,
.paginate span.prev:not(.btn--text).btn--milk {
  color: #37384C;
  background-color: #fff;
}
.btn:not(.btn--text).btn--milk:hover, .gform.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--milk:hover,
.gform_wrapper.gravity-theme form .gform_footer .gform_button:not(.btn--text).btn--milk:hover, .paginate a.next:not(.btn--text).btn--milk:hover, .paginate a.prev:not(.btn--text).btn--milk:hover,
.paginate span.next:not(.btn--text).btn--milk:hover,
.paginate span.prev:not(.btn--text).btn--milk:hover {
  color: #37384C;
  background-color: #D4A394;
}
.btn.btn--io, .gform.gravity-theme form .gform_footer .btn--io.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--io.gform_button, .paginate a.next, .paginate a.prev,
.paginate span.next,
.paginate span.prev {
  width: var(--height-btn);
  height: var(--height-btn);
  padding: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn.btn--io.btn--small, .gform.gravity-theme form .gform_footer .btn--io.btn--small.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--io.btn--small.gform_button, .paginate a.btn--small.next, .paginate a.btn--small.prev,
.paginate span.btn--small.next,
.paginate span.btn--small.prev {
  width: var(--height-sm-btn);
  height: var(--height-sm-btn);
}
.btn.btn--io i, .gform.gravity-theme form .gform_footer .btn--io.gform_button i,
.gform_wrapper.gravity-theme form .gform_footer .btn--io.gform_button i, .paginate a.next i, .paginate a.prev i,
.paginate span.next i,
.paginate span.prev i {
  font-size: inherit;
}
.btn.btn--disabled, .gform.gravity-theme form .gform_footer .btn--disabled.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--disabled.gform_button, .paginate a.btn--disabled.next, .paginate a.btn--disabled.prev,
.paginate span.btn--disabled.next,
.paginate span.btn--disabled.prev {
  background: #dedede;
}
.btn.btn--disabled:hover, .gform.gravity-theme form .gform_footer .btn--disabled.gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer .btn--disabled.gform_button:hover, .paginate a.btn--disabled.next:hover, .paginate a.btn--disabled.prev:hover,
.paginate span.btn--disabled.next:hover,
.paginate span.btn--disabled.prev:hover {
  background: #dedede;
}
.btn.btn--circle, .gform.gravity-theme form .gform_footer .btn--circle.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.gform_button, .paginate a.btn--circle.next, .paginate a.btn--circle.prev,
.paginate span.btn--circle.next,
.paginate span.btn--circle.prev {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  font-family: "SangBleu Sans", sans-serif;
  color: #fff;
  width: 160px;
  height: 64px;
  background: transparent;
  border: 0;
}
@media (min-width: 1024px) {
  .btn.btn--circle, .gform.gravity-theme form .gform_footer .btn--circle.gform_button,
  .gform_wrapper.gravity-theme form .gform_footer .btn--circle.gform_button, .paginate a.btn--circle.next, .paginate a.btn--circle.prev,
  .paginate span.btn--circle.next,
  .paginate span.btn--circle.prev {
    font-size: 20px;
    margin-right: 40px;
    width: 200px;
    height: 80px;
  }
}
.btn.btn--circle:after, .gform.gravity-theme form .gform_footer .btn--circle.gform_button:after,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.gform_button:after, .paginate a.btn--circle.next:after, .paginate a.btn--circle.prev:after,
.paginate span.btn--circle.next:after,
.paginate span.btn--circle.prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 64px;
  z-index: -1;
  padding: 0;
  margin-top: -36px;
  transform: rotate(-4deg) translateX(-50%);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  background: #37384C;
}
@media (min-width: 1024px) {
  .btn.btn--circle:after, .gform.gravity-theme form .gform_footer .btn--circle.gform_button:after,
  .gform_wrapper.gravity-theme form .gform_footer .btn--circle.gform_button:after, .paginate a.btn--circle.next:after, .paginate a.btn--circle.prev:after,
  .paginate span.btn--circle.next:after,
  .paginate span.btn--circle.prev:after {
    margin-top: -50px;
    width: 200px;
    height: 80px;
  }
}
.btn.btn--circle:hover, .gform.gravity-theme form .gform_footer .btn--circle.gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.gform_button:hover, .paginate a.btn--circle.next:hover, .paginate a.btn--circle.prev:hover,
.paginate span.btn--circle.next:hover,
.paginate span.btn--circle.prev:hover {
  background: transparent;
}
.btn.btn--circle.btn--white, .gform.gravity-theme form .gform_footer .btn--circle.btn--white.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.btn--white.gform_button, .paginate a.btn--circle.btn--white.next, .paginate a.btn--circle.btn--white.prev,
.paginate span.btn--circle.btn--white.next,
.paginate span.btn--circle.btn--white.prev {
  color: #37384C;
  background: transparent;
}
.btn.btn--circle.btn--white:after, .gform.gravity-theme form .gform_footer .btn--circle.btn--white.gform_button:after,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.btn--white.gform_button:after, .paginate a.btn--circle.btn--white.next:after, .paginate a.btn--circle.btn--white.prev:after,
.paginate span.btn--circle.btn--white.next:after,
.paginate span.btn--circle.btn--white.prev:after {
  background: #fff;
}
.btn.btn--circle.btn--white:hover, .gform.gravity-theme form .gform_footer .btn--circle.btn--white.gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.btn--white.gform_button:hover, .paginate a.btn--circle.btn--white.next:hover, .paginate a.btn--circle.btn--white.prev:hover,
.paginate span.btn--circle.btn--white.next:hover,
.paginate span.btn--circle.btn--white.prev:hover {
  background: transparent;
}
.btn.btn--circle.btn--light, .gform.gravity-theme form .gform_footer .btn--circle.btn--light.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.btn--light.gform_button, .paginate a.btn--circle.btn--light.next, .paginate a.btn--circle.btn--light.prev,
.paginate span.btn--circle.btn--light.next,
.paginate span.btn--circle.btn--light.prev {
  color: #fff;
  background: transparent;
}
.btn.btn--circle.btn--light:after, .gform.gravity-theme form .gform_footer .btn--circle.btn--light.gform_button:after,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.btn--light.gform_button:after, .paginate a.btn--circle.btn--light.next:after, .paginate a.btn--circle.btn--light.prev:after,
.paginate span.btn--circle.btn--light.next:after,
.paginate span.btn--circle.btn--light.prev:after {
  background: #D4A394;
}
.btn.btn--circle.btn--light:hover, .gform.gravity-theme form .gform_footer .btn--circle.btn--light.gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer .btn--circle.btn--light.gform_button:hover, .paginate a.btn--circle.btn--light.next:hover, .paginate a.btn--circle.btn--light.prev:hover,
.paginate span.btn--circle.btn--light.next:hover,
.paginate span.btn--circle.btn--light.prev:hover {
  background: transparent;
}
.btn.btn--text, .gform.gravity-theme form .gform_footer .btn--text.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--text.gform_button, .paginate a.btn--text.next, .paginate a.btn--text.prev,
.paginate span.btn--text.next,
.paginate span.btn--text.prev {
  color: #37384C;
}
.btn.btn--text:hover, .gform.gravity-theme form .gform_footer .btn--text.gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer .btn--text.gform_button:hover, .paginate a.btn--text.next:hover, .paginate a.btn--text.prev:hover,
.paginate span.btn--text.next:hover,
.paginate span.btn--text.prev:hover {
  text-decoration: underline;
}
.btn.btn--text.btn--white, .gform.gravity-theme form .gform_footer .btn--text.btn--white.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .btn--text.btn--white.gform_button, .paginate a.btn--text.btn--white.next, .paginate a.btn--text.btn--white.prev,
.paginate span.btn--text.btn--white.next,
.paginate span.btn--text.btn--white.prev {
  color: #fff;
}
.btn.btn--ir i, .gform.gravity-theme form .gform_footer .btn--ir.gform_button i,
.gform_wrapper.gravity-theme form .gform_footer .btn--ir.gform_button i, .paginate a.btn--ir.next i, .paginate a.btn--ir.prev i,
.paginate span.btn--ir.next i,
.paginate span.btn--ir.prev i {
  margin-left: 10px;
}
.btn.btn--il i, .gform.gravity-theme form .gform_footer .btn--il.gform_button i,
.gform_wrapper.gravity-theme form .gform_footer .btn--il.gform_button i, .paginate a.btn--il.next i, .paginate a.btn--il.prev i,
.paginate span.btn--il.next i,
.paginate span.btn--il.prev i {
  margin-right: 10px;
}

.section--navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: var(--speed-default);
}
.section--navbar .navbar {
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  transition: var(--speed-default);
  height: 94px;
}
@media (min-width: 1024px) {
  .section--navbar .navbar {
    height: 110px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar {
    height: 240px;
  }
}
.section--navbar .navbar__cart {
  position: relative;
}
.section--navbar .navbar__cart__counter {
  transition: background var(--speed-default), color var(--speed-default);
  background: #D4A394;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -2px;
  right: -2px;
}
.section--navbar .navbar__cart:hover .navbar__cart__counter {
  color: #000;
  background: #EFE6D7;
}
.section--navbar .navbar__brand {
  width: 128px;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .section--navbar .navbar__brand {
    width: 170px;
  }
}
.section--navbar .navbar__brand img {
  width: 100%;
  transition: var(--speed-default);
}
.section--navbar .navbar__brand img.is-white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section--navbar .navbar--button {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  font-family: "SangBleu Sans", sans-serif;
  color: #fff;
  height: var(--height-btn);
}
@media (min-width: 1024px) {
  .section--navbar .navbar--button {
    font-size: 20px;
    margin-right: 40px;
  }
}
.section--navbar .navbar--button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 64px;
  z-index: -1;
  margin-top: -36px;
  transform: rotate(-4deg) translateX(-50%);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  background: #37384C;
}
@media (min-width: 1024px) {
  .section--navbar .navbar--button:after {
    margin-top: -46px;
    width: 200px;
    height: 80px;
  }
}
.section--navbar .navbar__toggles {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--height-btn);
  height: var(--height-btn);
  border-radius: 50%;
  background-color: #EFE6D7;
  position: relative;
  transition: var(--speed-default);
}
@media (min-width: 1280px) {
  .section--navbar .navbar__toggles:hover {
    background-color: #D4A394;
  }
}
.section--navbar .navbar__toggles span {
  width: 20px;
  height: 1px;
  display: block;
  position: relative;
  transition: var(--speed-default);
}
.section--navbar .navbar__toggles span::before, .section--navbar .navbar__toggles span::after {
  width: 100%;
  height: 1px;
  background-color: #37384C;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  transition: var(--speed-default);
}
.section--navbar .navbar__toggles span::after {
  top: 2px;
}
.navbar-open .section--navbar .navbar__toggles span {
  width: 14px;
}
.navbar-open .section--navbar .navbar__toggles span:before, .navbar-open .section--navbar .navbar__toggles span:after {
  height: 1.5px;
  transition-delay: 0s, 0.2s;
}
.navbar-open .section--navbar .navbar__toggles span:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-open .section--navbar .navbar__toggles span:after {
  top: 0;
  transform: rotate(-45deg);
}
.section--navbar.is-light:not(.is-up) .navbar__brand img.is-color {
  opacity: 0;
}
.section--navbar.is-light:not(.is-up) .navbar__brand img.is-white {
  opacity: 1;
}
.navbar-open .section--navbar.is-light:not(.is-up) .navbar__brand img.is-color {
  opacity: 1;
}
.navbar-open .section--navbar.is-light:not(.is-up) .navbar__brand img.is-white {
  opacity: 0;
}
@media (min-width: 1024px) {
  .section--navbar.is-clear .navbar__brand img.is-color {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .section--navbar.is-clear .navbar__brand img.is-white {
    opacity: 1;
  }
}
.section--navbar.is-clear .navbar--right {
  display: none !important;
}
.section--navbar.is-up {
  background: #F6EFE3;
  transform: translateY(-100%);
}
.section--navbar.is-up .navbar {
  height: 80px;
}
@media (min-width: 1024px) {
  .section--navbar.is-up .navbar {
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .section--navbar.is-up .navbar {
    height: 140px;
  }
}
.section--navbar.is-up.is-down {
  transform: translateY(0);
}
.section--navbar.is-up.is-down:after {
  opacity: 0;
}
.navbar-open .section--navbar.is-up .mobile-nav {
  top: 80px;
  height: calc(100vh - 80px);
}
@media (min-width: 1024px) {
  .navbar-open .section--navbar.is-up .mobile-nav {
    top: 120px;
    height: calc(100vh - 120px);
  }
}
@media (min-width: 1440px) {
  .navbar-open .section--navbar.is-up .mobile-nav {
    top: 140px;
    height: calc(100vh - 140px);
  }
}
.navbar-open .section--navbar {
  background: #F6EFE3;
}
.navbar-open .section--navbar .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.navbar--right .navbar-menu__nav {
  display: flex;
}
.navbar--right .navbar-menu__nav .navbar-sub {
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -99;
  transition: var(--speed-default);
}
.navbar--right .navbar-menu__nav .navbar-sub ul {
  border-radius: 30px;
  padding: 25px 0;
  background-color: #fff;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li {
  margin-right: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding: 0 50px 15px 50px;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li a,
.navbar--right .navbar-menu__nav .navbar-sub ul li button {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li a::after,
.navbar--right .navbar-menu__nav .navbar-sub ul li button::after {
  content: "\E904";
  font-size: 7px;
  color: #000;
  position: absolute;
  right: -15px;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.navbar--right .navbar-menu__nav .close-sub {
  display: none;
}
.navbar--right .navbar-menu__nav li {
  margin-right: 30px;
  position: relative;
}
.navbar--right .navbar-menu__nav li a,
.navbar--right .navbar-menu__nav li button {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.navbar--right .navbar-menu__nav li:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9;
}
.navbar--right .navbar-menu__nav li.has-childs a,
.navbar--right .navbar-menu__nav li.has-childs button {
  display: inline-flex;
  align-items: center;
  padding-right: 25px;
}
.navbar--right .navbar-menu__nav li.has-childs a::after,
.navbar--right .navbar-menu__nav li.has-childs button::after {
  content: "\E904";
  font-size: 7px;
  color: #000;
  position: absolute;
  right: 0;
  transition: var(--speed-default);
}
.navbar--right .navbar-menu__nav li.has-childs ul a::before,
.navbar--right .navbar-menu__nav li.has-childs ul button::before {
  display: none;
}
.navbar--right .navbar-menu__nav li.has-childs:hover a::after,
.navbar--right .navbar-menu__nav li.has-childs:hover button::after {
  transform: scaleY(-1);
}
.navbar--right .navbar-menu__nav li.has-childs:hover .navbar-sub a::after,
.navbar--right .navbar-menu__nav li.has-childs:hover .navbar-sub button::after {
  transform: rotate(-90deg);
}

.mobile-nav {
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 94px);
  padding: 0 20px 30px;
  background: #F6EFE3;
  position: absolute;
  top: 94px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: opacity var(--speed-default), visibility var(--speed-default);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 0.74);
  background-image: url(../images/menu-bg.svg);
  background-position: center 240px;
  background-repeat: no-repeat;
  background-size: 1674px auto;
}
@media (min-width: 1024px) {
  .mobile-nav {
    top: 110px;
    height: calc(100vh - 110px);
    background-size: 1920px auto;
    background-position: center 50px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav {
    top: 240px;
    height: calc(100vh - 240px);
  }
}
.mobile-nav__inner {
  width: 100%;
  padding-top: 30px;
}
.mobile-nav__menu {
  padding-bottom: 15px;
}
.mobile-nav__menu-item {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .mobile-nav__menu-item {
    margin-bottom: 50px;
  }
}
.mobile-nav__menu-link {
  text-decoration: none;
  margin: 0;
}
.mobile-nav__link a {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  color: #37384C;
}
.mobile-nav__link a i {
  color: #D4A394;
  font-size: 22px;
  width: 30px;
  display: flex;
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
}
.mobile-nav__link a br {
  display: none;
}
.mobile-nav__navigation {
  padding-bottom: 30px;
}
@media (min-width: 1440px) {
  .mobile-nav__navigation {
    padding-bottom: 55px;
  }
}
.mobile-nav__navigation li {
  display: block;
  width: 100%;
  padding: 0 0 12px;
  position: relative;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .mobile-nav__navigation li {
    padding-bottom: 30px;
  }
}
.mobile-nav__navigation li a {
  text-decoration: none;
  margin: 0;
  transition: var(--speed-default);
}
.mobile-nav__navigation li a:hover {
  color: #000;
}
.mobile-nav__nav {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .mobile-nav__nav {
    margin: 0 auto;
    max-width: 912px;
  }
}
@media (min-width: 1280px) {
  .mobile-nav__nav {
    max-width: 1056px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav__nav {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .mobile-nav__nav {
    max-width: 1300px;
  }
}

body.navbar-open {
  overflow: hidden;
}

.section--footer {
  width: 100%;
  position: relative;
  padding-top: 80px;
  background-color: #EFE6D7;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .section--footer {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  .section--footer {
    font-size: 16px;
  }
}
.section--footer .footer__top .logo {
  width: 128px;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .section--footer .footer__top .logo {
    width: 170px;
  }
}
.section--footer .footer__top .logo img {
  width: 100%;
}
.section--footer .footer__middle {
  color: rgba(55, 56, 76, 0.8);
  line-height: 32px;
}
.section--footer .footer__menu li {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .section--footer .footer__menu li {
    margin-bottom: 5px;
  }
}
.section--footer .footer__menu li a {
  text-decoration: none;
}
.section--footer .footer__link a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.section--footer .footer__link a br {
  display: none;
}
.section--footer .footer__bottom {
  border-top: 1px solid rgba(55, 56, 76, 0.1);
  width: 100%;
  margin-top: 15px;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .section--footer .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.section--footer .footer__bottom ul {
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .section--footer .footer__bottom ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.section--footer .footer__bottom ul li {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .section--footer .footer__bottom ul li {
    margin: 0 30px 0 0;
  }
}
.section--footer .footer__bottom ul li a {
  text-decoration: none;
}
.section--footer .footer__bottom .su-icon {
  font-size: 24px;
  display: block;
  line-height: 1;
}

.section {
  background: lightgrey;
  padding: 50px 0;
  margin: 50px 0;
}

.hero {
  width: 100%;
  position: relative;
  height: 844px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: var(--py-section);
  margin-bottom: var(--py-section);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero {
    height: 972px;
    padding-bottom: 80px;
  }
}
.hero__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero__video {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SangBleu Sans", sans-serif;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 18px 25px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (min-width: 1024px) {
  .hero__video {
    display: block;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    padding: 0;
    margin: 0;
    width: 300px;
  }
}
@media (min-width: 1440px) {
  .hero__video {
    width: 396px;
  }
}
.hero__video a {
  display: block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.32);
  width: 115px;
  height: 82px;
}
@media (min-width: 1024px) {
  .hero__video a {
    border-radius: 16px;
    height: auto;
    width: 100%;
  }
  .hero__video a:has(video) {
    height: 235px;
  }
}
.hero__video a video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.hero__video a picture,
.hero__video a img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero__video a picture,
  .hero__video a img {
    border-radius: 16px;
    height: auto;
  }
}
.hero__video a:after {
  z-index: 1;
  content: "\E91B";
  position: absolute;
  bottom: 18px;
  right: 32px;
  width: var(--height-btn);
  height: var(--height-btn);
  padding: 0;
  display: flex;
  font-family: "sculpt-icons";
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D4A394;
}
@media (min-width: 1024px) {
  .hero__video a:after {
    bottom: 20px;
    right: 20px;
  }
}
.hero__video-text {
  margin-bottom: 0;
  width: calc(100% - 120px);
  padding-right: 20px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .hero__video-text {
    padding-right: 0;
    margin-bottom: 15px;
    width: auto;
  }
}
.hero__video-text span {
  opacity: 0.8;
  display: block;
}
@media (min-width: 1024px) {
  .hero__video-text span {
    display: inline;
  }
}
.hero__block {
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .hero__block {
    text-align: left;
    max-width: 650px;
    padding-bottom: 40px;
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .hero__block {
    padding-bottom: 80px;
    max-width: 700px;
    padding-left: 200px;
  }
}
@media (min-width: 1024px) {
  .hero__block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 550px;
    pointer-events: none;
    height: 150px;
    border-radius: 0 0 0 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1440px) {
  .hero__block:after {
    border-radius: 0 0 0 140px;
    width: 864px;
    height: 211px;
  }
}
.hero__block h1 {
  color: #fff;
}
@media (min-width: 1024px) {
  .hero__block h1:first-letter {
    padding-left: 30px;
  }
}
.hero__block h1 strong {
  display: block;
}
@media (min-width: 1024px) {
  .hero__block h1 strong {
    margin: -10px 0 5px -70px;
  }
}
@media (min-width: 1024px) {
  .hero__subtitle {
    max-width: 300px;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
.hero__image:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1024px) {
  .hero__image:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  overflow: hidden;
}
.intro h2 {
  font-size: 32px;
  line-height: 44px;
}
@media (min-width: 1024px) {
  .intro h2 {
    font-size: 64px;
    line-height: 88px;
  }
}
.intro h2 img {
  display: none;
}
@media (min-width: 1024px) {
  .intro h2 img {
    width: 192px;
    display: inline-block;
    height: 80px;
    object-fit: cover;
    margin: 0 10px;
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
}

.accordion-block {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  overflow: hidden;
  border-radius: 8px;
  background: #37384C;
}
.accordion-block__image {
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .accordion-block__image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.accordion-block__image * {
  width: 100%;
  height: 100%;
}
.accordion-block__image picture,
.accordion-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-block__link {
  color: #fff;
  padding: 30px 60px 30px 0;
  position: relative;
  display: block;
  transition: var(--speed-default);
}
.accordion-block__link:after {
  content: "";
  position: absolute;
  top: 0;
  width: 48px;
  height: 36px;
  opacity: 0;
  transition: var(--speed-default);
  background-image: url(../images/icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion-block__link:before {
  content: "\E91C";
  position: absolute;
  top: 23px;
  right: 0;
  width: var(--height-btn);
  height: var(--height-btn);
  display: flex;
  color: #fff;
  font-family: "sculpt-icons";
  border: 1px solid rgba(255, 255, 255, 0.1);
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  transition: var(--speed-default);
}
.accordion-block__link h4 {
  margin-bottom: 0;
  color: #fff;
  transition: var(--speed-default);
}
.accordion-block__holder {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .accordion-block__holder:after {
    content: "";
    position: absolute;
    bottom: 50px;
    pointer-events: none;
    left: 0;
    width: 550px;
    height: 150px;
    border-radius: 0 0 0 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1440px) {
  .accordion-block__holder:after {
    border-radius: 0 0 0 140px;
    width: 864px;
    height: 211px;
    bottom: 80px;
  }
}
.accordion-block__item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1440px) {
  .accordion-block__item {
    padding: 22px 0;
  }
}
.accordion-block__item:last-child {
  border-bottom: 0;
}
.accordion-block__item.active {
  padding-top: 32px;
}
.accordion-block__item.active .accordion-block__link {
  padding-bottom: 0;
}
.accordion-block__item.active .accordion-block__link:after {
  opacity: 1;
}
.accordion-block__item.active .accordion-block__link:before {
  margin-top: -20px;
  content: "\E918";
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
@media (min-width: 1024px) {
  .accordion-block__item.active .accordion-block__link:before {
    margin-top: -40px;
  }
}
.accordion-block__item.active .accordion-block__link h4 {
  color: #D4A394;
  padding-top: 32px;
  margin-bottom: 20px;
}
.accordion-block__list {
  width: 100%;
  padding: 20px 0 40px;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .accordion-block__list {
    padding: 70px 40px;
  }
}
@media (min-width: 1440px) {
  .accordion-block__list {
    padding: 150px 40px;
  }
}
@media (min-width: 1600px) {
  .accordion-block__list {
    padding: 200px 130px 200px 135px;
  }
}
.accordion-block + .quote-block {
  margin-top: -80px;
}
@media (min-width: 1440px) {
  .accordion-block + .quote-block {
    margin-top: -160px;
  }
}

.quote-block {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  background: #EFE6D7;
}
.quote-block__slider {
  width: 100%;
  position: relative;
}
.quote-block__slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .quote-block__slider .slick-dots {
    margin: 0;
    position: absolute;
    width: 50%;
    justify-content: flex-start;
    bottom: 45px;
    right: 0;
    padding-left: 6px;
  }
}
.quote-block__slider .slick-dots li {
  margin: 0 4px;
}
@media (min-width: 1024px) {
  .quote-block__slider .slick-dots li {
    margin: 0 8px;
  }
}
.quote-block__slider .slick-dots li button {
  border: 0;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
  background: rgba(212, 163, 148, 0.4);
}
@media (min-width: 1024px) {
  .quote-block__slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.quote-block__slider .slick-dots li.slick-active button {
  background: #D4A394;
}
.quote-block__content {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote-block__content {
    text-align: left;
    padding: 60px 0;
  }
}
.quote-block__button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .quote-block__button {
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.quote-block__button .btn.btn--outline, .quote-block__button .gform.gravity-theme form .gform_footer .btn--outline.gform_button, .gform.gravity-theme form .gform_footer .quote-block__button .btn--outline.gform_button,
.quote-block__button .gform_wrapper.gravity-theme form .gform_footer .btn--outline.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .quote-block__button .btn--outline.gform_button, .quote-block__button .paginate a.btn--outline.next, .paginate .quote-block__button a.btn--outline.next, .quote-block__button .paginate a.btn--outline.prev, .paginate .quote-block__button a.btn--outline.prev,
.quote-block__button .paginate span.btn--outline.next,
.paginate .quote-block__button span.btn--outline.next,
.quote-block__button .paginate span.btn--outline.prev,
.paginate .quote-block__button span.btn--outline.prev {
  border-color: rgba(55, 56, 76, 0.2);
}
.quote-block__image {
  width: 376px;
  position: relative;
}
.quote-block__image:after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -4px;
  background-image: url(../images/circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.quote-block__image:before {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 20px);
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
  transform: rotate(-30deg);
  background-image: url(../images/circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.quote-block__image picture,
.quote-block__image img {
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.quote-block--blue {
  color: #fff;
  background: #37384C;
}
.quote-block--blue .quote-block__button .btn.btn--outline, .quote-block--blue .quote-block__button .gform.gravity-theme form .gform_footer .btn--outline.gform_button, .gform.gravity-theme form .gform_footer .quote-block--blue .quote-block__button .btn--outline.gform_button,
.quote-block--blue .quote-block__button .gform_wrapper.gravity-theme form .gform_footer .btn--outline.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .quote-block--blue .quote-block__button .btn--outline.gform_button, .quote-block--blue .quote-block__button .paginate a.btn--outline.next, .paginate .quote-block--blue .quote-block__button a.btn--outline.next, .quote-block--blue .quote-block__button .paginate a.btn--outline.prev, .paginate .quote-block--blue .quote-block__button a.btn--outline.prev,
.quote-block--blue .quote-block__button .paginate span.btn--outline.next,
.paginate .quote-block--blue .quote-block__button span.btn--outline.next,
.quote-block--blue .quote-block__button .paginate span.btn--outline.prev,
.paginate .quote-block--blue .quote-block__button span.btn--outline.prev {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.quote-block--blue .quote-block__button .btn.btn--outline:hover, .quote-block--blue .quote-block__button .gform.gravity-theme form .gform_footer .btn--outline.gform_button:hover, .gform.gravity-theme form .gform_footer .quote-block--blue .quote-block__button .btn--outline.gform_button:hover,
.quote-block--blue .quote-block__button .gform_wrapper.gravity-theme form .gform_footer .btn--outline.gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer .quote-block--blue .quote-block__button .btn--outline.gform_button:hover, .quote-block--blue .quote-block__button .paginate a.btn--outline.next:hover, .paginate .quote-block--blue .quote-block__button a.btn--outline.next:hover, .quote-block--blue .quote-block__button .paginate a.btn--outline.prev:hover, .paginate .quote-block--blue .quote-block__button a.btn--outline.prev:hover,
.quote-block--blue .quote-block__button .paginate span.btn--outline.next:hover,
.paginate .quote-block--blue .quote-block__button span.btn--outline.next:hover,
.quote-block--blue .quote-block__button .paginate span.btn--outline.prev:hover,
.paginate .quote-block--blue .quote-block__button span.btn--outline.prev:hover {
  background: #D4A394;
}
.quote-block--blue .quote-block__subtitle {
  color: #D4A394;
}
.quote-block--blue h3 {
  color: #fff;
}
.quote-block--blue:after {
  position: absolute;
  top: -200px;
  content: "";
  z-index: -1;
  left: 50%;
  margin-left: -250px;
  pointer-events: none;
  width: 600px;
  height: 930px;
  background-image: url(../images/quote-circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1024px) {
  .quote-block--blue:after {
    top: -180px;
    width: 1086px;
    margin-left: -200px;
    height: 1302px;
  }
}

.broadcast {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.broadcast__title {
  margin-bottom: 0;
  display: inline-flex !important;
  align-items: center;
  align-content: center;
}
.broadcast__title:after {
  content: "";
  margin: 0 30px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.1;
  display: inline-block;
  background: #37384C;
}
@media (min-width: 1440px) {
  .broadcast__title:after {
    margin: 0 65px;
    width: 16px;
    height: 16px;
  }
}

.community {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .community {
    padding-top: var(--py-section);
    padding-bottom: var(--py-section);
  }
}
@media (min-width: 1024px) {
  .community:after {
    width: 55.5%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #EFE6D7;
  }
}
.community__image {
  border-radius: 100%;
  width: 133px;
  height: 133px;
  margin: 0 auto 30px;
  border: 3px solid #D4A394;
}
.community__image img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community__button {
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .community__button {
    display: flex;
    bottom: 50px;
  }
}
.community__slider {
  width: 100%;
  position: relative;
}
.community__slide {
  transition: var(--speed-default);
  width: 206px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .community__slide {
    transform: scale(0.65);
    width: 500px;
  }
}
@media (min-width: 1440px) {
  .community__slide {
    width: 773px;
    margin: 0 40px;
  }
}
.community__slide .card-community__title {
  transition: var(--speed-default);
  opacity: 0;
}
.community__slide.slick-current {
  transform: scale(1);
}
.community__slide.slick-current .card-community__title {
  opacity: 1;
}

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

.coupon-popup {
  background-color: #F6EFE3;
  padding-bottom: 150px;
}

.cta {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  z-index: 1;
  overflow: hidden;
}
.cta__holder {
  width: 100%;
  position: relative;
}
.cta__content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 80px 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .cta__content {
    padding: 80px 40px;
  }
}
@media (min-width: 1440px) {
  .cta__content {
    padding: 120px 80px;
  }
}
.cta__content h2 {
  color: #fff;
}
.cta__image {
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
  left: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 1024px) {
  .cta__image {
    border-radius: 8px;
    left: 0;
    width: 100%;
  }
}
.cta__image:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 23%, rgba(0, 0, 0, 0) 84%);
}
.cta__image picture,
.cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .cta__image picture,
  .cta__image img {
    border-radius: 8px;
  }
}
.overons .cta:before {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.content {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.content__text {
  width: 100%;
}
.content__text blockquote {
  color: #D4A394;
  position: relative;
  padding-left: 60px;
  margin: 60px 0;
}
@media (min-width: 1024px) {
  .content__text blockquote {
    margin: 80px 0;
  }
}
.content__text blockquote p {
  margin-bottom: 0;
}
.content__text blockquote:after {
  content: "\E91D";
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "sculpt-icons";
}
.content__text h6,
.content__text ul {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .content__text h6,
  .content__text ul {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .content__text h6,
  .content__text ul {
    margin-bottom: 5rem;
  }
}
.content__text p {
  margin-bottom: 1.4rem;
}
@media (min-width: 1024px) {
  .content__text p {
    margin-bottom: 2rem;
  }
}
.content__text img.size-full {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  .content__text img.size-full {
    margin-bottom: 3rem;
  }
}
.content__text ul {
  list-style-type: disc;
  list-style-position: inside;
}
.content__text ul li {
  position: relative;
  width: 100%;
}
.content__text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.content__text ol li {
  position: relative;
  width: 100%;
}

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

.ask {
  width: 100%;
  position: relative;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  background-color: #EFE6D7;
}

.connect {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.connect__text {
  width: 100%;
}
.connect__content ul {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .connect__content ul {
    padding-bottom: 30px;
  }
}
.connect__content ul li {
  margin-bottom: 10px;
}
.connect__content ul li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  color: #37384C;
  line-height: 34px;
}
.connect__content ul li a i {
  color: #D4A394;
  font-size: 22px;
  width: 30px;
  display: flex;
  position: absolute;
  left: 0;
  top: 4px;
  align-items: center;
  justify-content: center;
}
.connect__social {
  border-top: 1px solid #EFE6D7;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .connect__social {
    padding-top: 35px;
  }
}
.connect__social strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .connect__social strong {
    margin-bottom: 30px;
  }
}
.connect__image {
  width: 100%;
}
.connect__image picture,
.connect__image img {
  display: block;
  border-radius: 8px;
  width: 100%;
}

.trainer-section {
  width: 100%;
  position: relative;
  margin-top: -70px;
  margin-bottom: var(--py-section);
}
.trainer-popup {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  background: #F6EFE3;
  border-radius: 8px;
  overflow: hidden;
}
.trainer-popup__content {
  width: 100%;
  padding: 90px 25px;
  color: #37384c;
}
@media (min-width: 1024px) {
  .trainer-popup__content {
    padding: 90px 70px;
  }
}
@media (min-width: 1440px) {
  .trainer-popup__content {
    padding: 100px 80px 100px 130px;
  }
}
.trainer-popup__image {
  width: 100%;
  height: 100%;
}
.trainer-popup__image picture,
.trainer-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trainer-popup__title {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
}
.trainer-popup__title h3 {
  margin-bottom: 5px;
}
.trainer-popup__title p {
  color: rgba(55, 56, 76, 0.4);
  margin-bottom: 0;
}

.trainers-slider {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  overflow: hidden;
}
.trainers-slider__slide {
  width: 342px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .trainers-slider__slide {
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .trainers-slider__slide {
    margin-right: 20px;
    width: 508px;
  }
}

.banner {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.banner:after {
  width: 1058px;
  height: 1073px;
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: -1;
  margin-left: -300px;
  background-image: url(../images/circles.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .banner:after {
    margin-left: -190px;
  }
}
.overons .banner {
  padding-bottom: var(--py-section);
  margin-bottom: 0;
}
.overons .banner:after {
  background-image: url(../images/circles-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.overons .banner:before {
  width: 100%;
  height: calc(100% + 130px);
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: -130px;
}
@media (min-width: 1024px) {
  .overons .banner:before {
    top: -200px;
    height: calc(100% + 200px);
  }
}
@media (min-width: 1440px) {
  .overons .banner:before {
    top: -245px;
    height: calc(100% + 245px);
  }
}
.banner__membership {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 45px;
}
.banner__image {
  border-radius: 8px;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .banner__image {
    margin-top: 70px;
  }
}
.banner__image picture,
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.image-text {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.image-text__image {
  border-radius: 8px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.image-text__image picture,
.image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.overons .image-text {
  margin-bottom: 0;
  padding-bottom: var(--py-section);
}
.image-text--blue {
  margin-bottom: 0;
  color: #fff;
}
.image-text--blue .image-text__subtitle {
  color: #D4A394;
}
.image-text--blue h2 {
  color: #fff;
}
.image-text--blue:after {
  width: 100%;
  height: calc(100% + 240px);
  background: #37384C;
  position: absolute;
  top: -240px;
  content: "";
  z-index: -1;
  left: 0;
}

.explore {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.explore__image {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .explore__image {
    border-radius: 8px;
    width: 100%;
  }
}
.explore__image picture,
.explore__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.packs {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.packs__item {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
}
.packs__item .item__prices {
  gap: 8px;
  margin-top: 8px;
  display: flex;
}
@media (max-width: 767.98px) {
  .packs__item .item__prices {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .packs__item .item__prices {
    flex-direction: row;
    gap: 16px;
  }
}
.packs__item .btn, .packs__item .gform.gravity-theme form .gform_footer .gform_button, .gform.gravity-theme form .gform_footer .packs__item .gform_button,
.packs__item .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .packs__item .gform_button, .packs__item .paginate a.next, .paginate .packs__item a.next, .packs__item .paginate a.prev, .paginate .packs__item a.prev,
.packs__item .paginate span.next,
.paginate .packs__item span.next,
.packs__item .paginate span.prev,
.paginate .packs__item span.prev {
  white-space: nowrap;
}

.video-block {
  width: 100%;
  position: relative;
  height: 736px;
  display: flex;
  z-index: 3;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: var(--py-section);
  margin-bottom: var(--py-section);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .video-block {
    height: 972px;
    padding-bottom: 80px;
  }
}
.video-block__video {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SangBleu Sans", sans-serif;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 18px 25px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (min-width: 1024px) {
  .video-block__video {
    display: block;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    padding: 0;
    margin: 0;
    width: 300px;
  }
}
@media (min-width: 1440px) {
  .video-block__video {
    width: 376px;
  }
}
.video-block__video a {
  display: block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.32);
  width: 115px;
  height: 82px;
}
@media (min-width: 1024px) {
  .video-block__video a {
    border-radius: 32px;
    height: auto;
    width: 100%;
  }
  .video-block__video a:has(video) {
    height: 256px;
  }
}
.video-block__video a video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.video-block__video a picture,
.video-block__video a img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .video-block__video a picture,
  .video-block__video a img {
    border-radius: 32px;
    height: auto;
  }
}
.video-block__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.video-block__slider {
  width: 100%;
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .video-block__slider {
    top: 230px;
  }
}
.video-block__slide {
  margin-bottom: 0;
  display: inline-flex !important;
  align-items: center;
  align-content: center;
  color: #fff;
}
.video-block__slide:after {
  content: "";
  margin: 0 30px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.1;
  display: inline-block;
  background: #37384C;
}
@media (min-width: 1440px) {
  .video-block__slide:after {
    margin: 0 65px;
    width: 16px;
    height: 16px;
  }
}
.video-block__left {
  color: #fff;
  position: relative;
  max-width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .video-block__left {
    text-align: left;
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .video-block__left {
    padding-bottom: 80px;
    max-width: 650px;
    padding-left: 130px;
  }
}
@media (min-width: 1024px) {
  .video-block__left:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 550px;
    height: 150px;
    pointer-events: none;
    border-radius: 0 0 0 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1440px) {
  .video-block__left:after {
    border-radius: 0 0 0 140px;
    width: 864px;
    height: 211px;
  }
}
.video-block__left h1 {
  color: #fff;
}
@media (min-width: 1024px) {
  .video-block__left h1:first-letter {
    padding-left: 30px;
  }
}
.video-block__left h1 strong {
  display: block;
}
@media (min-width: 1024px) {
  .video-block__left h1 strong {
    margin: -10px 0 5px -70px;
  }
}
.video-block__video-text {
  margin-bottom: 0;
  width: calc(100% - 120px);
  padding-right: 20px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .video-block__video-text {
    padding-right: 0;
    margin-bottom: 15px;
    width: auto;
  }
}
.video-block__video-text span {
  opacity: 0.8;
  display: block;
}
@media (min-width: 1024px) {
  .video-block__video-text span {
    display: inline;
  }
}
.video-block__play-btn {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--height-btn);
  height: var(--height-btn);
  padding: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D4A394;
}
.video-block__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .video-block__bg {
    border-radius: 0 0 80px 80px;
  }
}
.video-block__bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.video-block__bg:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1024px) {
  .video-block__bg:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
.video-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block__content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.cookie-msg {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 997;
  width: 340px;
  padding: 20px;
  pointer-events: auto;
  background: #EFE6D7;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .cookie-msg {
    width: 380px;
    padding: 30px;
  }
}
.cookie-msg p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(55, 56, 76, 0.8);
}
.cookie-msg p a {
  color: rgba(55, 56, 76, 0.8);
}
.cookie-msg__close {
  color: transparent;
  font-size: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EFE6D7;
  top: 15px;
  position: absolute;
  right: 15px;
  opacity: 1;
  transform: rotate(45deg);
}
.cookie-msg__close:after {
  content: "\E90C";
  font-family: "sculpt-icons";
  font-size: 22px;
  color: #37384C;
}
.cookie-msg h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #37384C;
}
.cookie-msg .btn, .cookie-msg .gform.gravity-theme form .gform_footer .gform_button, .gform.gravity-theme form .gform_footer .cookie-msg .gform_button,
.cookie-msg .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .cookie-msg .gform_button, .cookie-msg .paginate a.next, .paginate .cookie-msg a.next, .cookie-msg .paginate a.prev, .paginate .cookie-msg a.prev,
.cookie-msg .paginate span.next,
.paginate .cookie-msg span.next,
.cookie-msg .paginate span.prev,
.paginate .cookie-msg span.prev {
  height: 48px;
  width: auto;
  font-size: 16px;
}
.cookie-msg__link {
  text-decoration: underline;
}
.cookie-msg--unaccepted {
  display: block;
}

.cookie-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: var(--speed-default);
  background: #000;
}
.is-open-cookie .cookie-overlay {
  opacity: 0.2;
  visibility: visible;
}

.cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--speed-default);
  padding: 20px;
}
@media (max-width: 767.98px) {
  .cookiebar {
    height: 100vh;
    bottom: unset;
    top: 20px;
  }
}
.cookiebar__holder {
  padding: 50px 25px 25px;
  width: 350px;
  font-size: 14px;
  pointer-events: auto;
  position: relative;
  background: #EFE6D7;
}
@media (min-width: 1024px) {
  .cookiebar__holder {
    padding: 50px 80px;
    width: 772px;
    font-size: 16px;
  }
}
.cookiebar__holder h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #37384C;
}
@media (min-width: 1024px) {
  .cookiebar__holder h3 {
    font-size: 20px;
  }
}
.cookiebar__holder p {
  color: rgba(55, 56, 76, 0.8);
}
.cookiebar__close {
  color: transparent;
  font-size: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EFE6D7;
  top: 15px;
  position: absolute;
  right: 15px;
  opacity: 1;
  transform: rotate(45deg);
}
.cookiebar__close:after {
  content: "\E90D";
  font-family: "sculpt-icons";
  font-size: 22px;
  transform: rotate(45deg);
  color: #37384C;
}
.cookiebar__list {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cookiebar__list-link {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  height: 60px;
  cursor: pointer;
  padding-right: 50px;
  line-height: 1;
  color: #37384C;
  font-weight: 500;
}
.cookiebar__list-link:after {
  content: "\E91C";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  margin-top: -20px;
  border-radius: 50%;
  font-family: "sculpt-icons";
  transition: var(--speed-default);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 40px;
  font-weight: 400;
  background: #EFE6D7;
  opacity: 1;
}
.cookiebar__list-item {
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
}
.cookiebar__list-item.is-active .cookiebar__list-link:after {
  content: "\E918";
}
.cookiebar__list-panel {
  display: none;
  padding: 0 0 15px;
}
.cookiebar__list-panel p {
  margin-bottom: 0;
}
.is-open-cookie .cookiebar {
  opacity: 1;
  visibility: visible;
}

.action-info {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.action-info__holder {
  width: 100%;
  position: relative;
  background: #D4A394;
  border-radius: 8px;
  padding: 45px 25px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .action-info__holder {
    padding: 45px;
  }
}
@media (min-width: 1440px) {
  .action-info__holder {
    padding: 50px 50px 50px 85px;
  }
}
.action-info__holder:after {
  width: 757px;
  height: 770px;
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-image: url(../images/circles-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1024px) {
  .action-info__holder p {
    margin-bottom: 0;
  }
}
.action-info__holder h3 {
  color: #fff;
  margin-bottom: 10px;
}

.month-tab {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .month-tab {
    margin-top: -70px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .month-tab {
    margin-top: -130px;
  }
}
.month-tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #EFE6D7;
  border-bottom: 1px solid #EFE6D7;
  padding: 50px 0 40px;
}
.month-tab__list-item {
  padding: 0 3px 10px;
}
.month-tab__list-item.is-active .month-tab__list-link {
  color: #fff;
  background-color: #37384C;
}
.month-tab__list-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: var(--font-size-btn);
  line-height: 1.4;
  transition: var(--speed-default);
  text-decoration: none;
  font-family: "SangBleu Sans", sans-serif;
  color: #37384C;
  height: var(--height-btn);
  background-color: #EFE6D7;
  border-radius: var(--size-btn-radius);
  padding-left: var(--px-btn);
  padding-right: var(--px-btn);
}
.month-tab__list-link:hover {
  color: #fff;
  background-color: #37384C;
}

.product-info {
  width: 100%;
  position: relative;
  margin-top: -30px;
  margin-bottom: var(--py-section);
  overflow: hidden;
}
.product-info__slider {
  position: relative;
  width: 100%;
}
.product-info__button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  display: flex;
}
.product-info__button i {
  font-size: 20px !important;
}
@media (min-width: 1024px) {
  .product-info__button i {
    font-size: 26px !important;
  }
}
.product-info__label {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.product-info__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 15px;
  color: #fff;
  border-radius: 30px;
  background: #37384C;
}
@media (min-width: 1440px) {
  .product-info__label span {
    height: 32px;
  }
}
.product-info__label span.is-new {
  color: #37384C;
  background: #F6EFE3;
}
.product-info__slide {
  width: 100%;
  height: 720px;
  position: relative;
}
.product-info__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info__content h2 {
  margin-bottom: 0;
}
.product-info__content h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Switzer", sans-serif;
  color: rgba(55, 56, 76, 0.4);
}
.product-info__price {
  margin-bottom: 20px;
  font-weight: 500;
}
.product-info__list {
  width: 100%;
  padding-top: 30px;
}
.product-info__list-link {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  height: 60px;
  cursor: pointer;
  padding-right: 50px;
  line-height: 1;
  color: #37384C;
  font-weight: 500;
}
.product-info__list-link:after {
  content: "\E91C";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  margin-top: -20px;
  border-radius: 50%;
  font-family: "sculpt-icons";
  transition: var(--speed-default);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 40px;
  font-weight: 400;
  opacity: 1;
}
.product-info__list-item {
  border-bottom: 1px solid #EFE6D7;
}
.product-info__list-item.is-active .product-info__list-link:after {
  content: "\E918";
}
.product-info__list-block {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.product-info__list-block:last-child {
  margin-bottom: 0;
}
.product-info__list-block svg,
.product-info__list-block img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-info__list-block p strong {
  color: #37384C;
  font-weight: 500;
}
.product-info__list-panel {
  display: none;
  padding: 0 0 15px;
  font-size: 16px;
}
.product-info__list-panel ul {
  list-style-type: disc;
  list-style-position: inside;
}
.product-info__list-panel ul li {
  position: relative;
  width: 100%;
}
.product-info__list-panel p {
  margin-bottom: 0;
}
.product-info__single-product-addtocart-button-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-info__single-product-addtocart-button-wrapper .quantity input {
  margin-bottom: 0 !important;
}

.product-slider {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  overflow: hidden;
}
.product-slider__slider {
  position: relative;
  width: 100%;
}
.product-slider__slide {
  width: 167px;
  position: relative;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .product-slider__slide {
    width: 367px;
    margin-right: 30px;
  }
}

.product-list {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
  overflow: hidden;
}
.product-list__top {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-list__top {
    margin-bottom: 45px;
  }
}
.product-list__top strong {
  font-weight: 500;
  color: rgba(55, 56, 76, 0.4);
}
.product-list__top .form-control {
  width: 244px;
}
.product-list__filter-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #37384C;
  border-radius: 40px;
  background: #EFE6D7;
  height: 48px;
  padding: 0 25px;
  font-family: "SangBleu Sans", sans-serif;
}
.product-list__filter-btn i {
  font-size: 20px;
  margin-left: 10px;
}
@media (max-width: 1023.98px) {
  .product-list__filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F6EFE3;
    z-index: 99;
    padding: 50px 20px 20px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .is-open-filter .product-list__filter {
    opacity: 1;
    visibility: visible;
  }
}
.product-list__filter-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
}
.product-list__filter-title {
  color: #37384C;
  font-weight: 500;
  margin-bottom: 15px;
}
.product-list__filter-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-list__filter-list .filter-list-group {
  display: flex;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}
.product-list__filter-list .filter-list-group .custom-indicator:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-form-check-indicator);
  height: var(--size-form-check-indicator);
  border: 0;
  background-color: #EFE6D7;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
}
.product-list__filter-list .filter-list-group input[type=checkbox] {
  display: none;
}
.product-list__filter-list .filter-list-group input[type=checkbox]:checked + .custom-indicator:after {
  background-color: #D4A394;
  background-size: 11.73px auto;
}
.product-list__filter-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #EFE6D7;
}

.class-section {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: var(--py-section);
}
@media (min-width: 1024px) {
  .class-section:after {
    width: 1058px;
    height: 1073px;
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: -1;
    background-image: url(../images/circles.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -190px;
  }
}
.class-section__block {
  width: 100%;
  border-radius: 8px;
  background: #EFE6D7;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.class-section__block ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1023.98px) {
  .class-section__block ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(55, 56, 76, 0.1);
  }
}
.class-section__block ul li {
  color: rgba(55, 56, 76, 0.4);
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.class-section__block ul li:after {
  width: 4px;
  height: 4px;
  content: "";
  margin: 0 8px;
  border-radius: 20%;
  background: rgba(55, 56, 76, 0.1);
}
.class-section__block ul li:first-child {
  color: #37384C;
}
.class-section__block ul li:last-child:after {
  display: none;
}
.class-section__user-text {
  width: calc(100% - 48px);
  padding-left: 15px;
}
.class-section__user-img {
  width: 48px;
}
.class-section__user-img picture,
.class-section__user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.class-section__user {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1023.98px) {
  .class-section__user {
    order: 1;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(55, 56, 76, 0.1);
  }
}
.class-section__user span {
  width: 100%;
  display: block;
  color: #37384C;
}
.class-section__user strong {
  width: 100%;
  display: block;
  font-weight: 500;
  color: rgba(55, 56, 76, 0.4);
}
.class-section__bottom {
  width: 100%;
}
.class-section__required {
  width: 100%;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #37384C;
  background: rgba(212, 163, 148, 0.4);
  border-radius: 8px;
  padding: 25px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .class-section__required {
    margin-top: 35px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}
.class-section__required:before {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-image: url(../images/info.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.class-section__required a {
  text-decoration: underline;
  margin-right: 3px;
}
.class-section__left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 25px;
}
@media (min-width: 1024px) {
  .class-section__left {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1440px) {
  .class-section__left {
    width: calc(100% - 298px);
    padding: 50px 170px 30px 50px;
  }
}
.class-section__left h5 {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .class-section__left h5 {
    margin-bottom: 30px;
  }
}
.class-section__text {
  font-size: 12px;
  color: rgba(55, 56, 76, 0.4);
  text-align: center;
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .class-section__text {
    padding-top: 10px;
    text-align: left;
    color: rgba(55, 56, 76, 0.8);
    font-size: 16px;
  }
}
.class-section__right {
  width: 100%;
  height: 215px;
}
@media (min-width: 1024px) {
  .class-section__right {
    height: auto;
    width: 200px;
  }
}
@media (min-width: 1440px) {
  .class-section__right {
    width: 298px;
  }
}
.class-section__right picture,
.class-section__right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-block {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 45px;
  background: #EFE6D7;
}
.bottom-block p {
  margin-bottom: 0;
  color: #37384C;
}

.credit-popup {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F6EFE3;
  border-radius: 8px;
  padding: 70px 30px 45px;
  max-width: 342px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #37384C;
}
@media (min-width: 1024px) {
  .credit-popup {
    padding: 80px 50px 70px;
    max-width: 508px;
  }
}

.filter-popup {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  padding: 70px 25px 40px;
  max-width: 342px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .filter-popup {
    padding: 80px;
    max-width: 589px;
  }
}
.filter-popup h4 {
  color: #37384C;
  padding-bottom: 15px;
}
.filter-popup__title {
  font-weight: 500;
  color: #37384C;
  margin-bottom: 16px;
}
.filter-popup ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-popup ul li {
  margin: 0 10px 10px 0;
}
.filter-popup ul li a {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  color: #37384C;
  text-decoration: none;
  border: 1px solid rgba(55, 56, 76, 0.1);
}

.offer-popup {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.offer-popup:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(212, 163, 148, 0.4);
}
.offer-popup__label {
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}
.offer-popup__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  padding: 0 20px;
  color: #37384C;
  border-radius: 30px;
  background: #D4A394;
}
@media (min-width: 1440px) {
  .offer-popup__label span {
    height: 32px;
  }
}
.offer-popup__left {
  width: 100%;
  padding: 70px 25px 30px;
}
@media (min-width: 768px) {
  .offer-popup__left {
    padding: 40px;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1024px) {
  .offer-popup__left {
    padding: 80px;
    width: calc(100% - 400px);
  }
}
@media (min-width: 1440px) {
  .offer-popup__left {
    padding: 130px;
    width: calc(100% - 508px);
  }
}
.offer-popup__left ul {
  padding: 10px 0 25px;
}
.offer-popup__left ul li {
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 12px 0 12px 58px;
}
.offer-popup__left ul li:after {
  content: "\E907";
  font-family: "sculpt-icons";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #37384C;
  background: rgba(55, 56, 76, 0.1);
}
.offer-popup__left .btn, .offer-popup__left .gform.gravity-theme form .gform_footer .gform_button, .gform.gravity-theme form .gform_footer .offer-popup__left .gform_button,
.offer-popup__left .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .offer-popup__left .gform_button, .offer-popup__left .paginate a.next, .paginate .offer-popup__left a.next, .offer-popup__left .paginate a.prev, .paginate .offer-popup__left a.prev,
.offer-popup__left .paginate span.next,
.paginate .offer-popup__left span.next,
.offer-popup__left .paginate span.prev,
.paginate .offer-popup__left span.prev {
  color: #37384C;
  background: rgba(55, 56, 76, 0.1);
}
.offer-popup__left .btn.btn--white, .offer-popup__left .gform.gravity-theme form .gform_footer .btn--white.gform_button, .gform.gravity-theme form .gform_footer .offer-popup__left .btn--white.gform_button,
.offer-popup__left .gform_wrapper.gravity-theme form .gform_footer .btn--white.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .offer-popup__left .btn--white.gform_button, .offer-popup__left .paginate a.btn--white.next, .paginate .offer-popup__left a.btn--white.next, .offer-popup__left .paginate a.btn--white.prev, .paginate .offer-popup__left a.btn--white.prev,
.offer-popup__left .paginate span.btn--white.next,
.paginate .offer-popup__left span.btn--white.next,
.offer-popup__left .paginate span.btn--white.prev,
.paginate .offer-popup__left span.btn--white.prev {
  background: #fff;
}
.offer-popup__right {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .offer-popup__right {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .offer-popup__right {
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .offer-popup__right {
    width: 508px;
  }
}
.offer-popup__right:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .offer-popup__right:after {
    border-radius: 0 0 8px 0;
  }
}
.offer-popup__right picture,
.offer-popup__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .offer-popup__right picture,
  .offer-popup__right img {
    border-radius: 0 8px 8px 0;
  }
}

.form-section__holder {
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
  justify-content: flex-end;
}
.form-section__left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .form-section__left {
    width: 49.6%;
  }
}
.form-section__left:after {
  width: 100%;
  height: 300px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.form-section__left:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.form-section__left picture,
.form-section__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.form-section__close {
  position: absolute !important;
  top: 50px;
  right: 30px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .form-section__close {
    top: 30px;
    right: 30px;
  }
}
.form-section__bottom {
  border-top: 1px solid rgba(55, 56, 76, 0.1);
  width: 100%;
  padding-top: 20px;
}
.form-section__right {
  position: relative;
  width: 100%;
  color: #37384C;
  z-index: 20;
}
@media (min-width: 1024px) {
  .form-section__right {
    width: 50%;
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .form-section__right {
    padding: 100px 140px 100px 150px;
  }
}
.form-section__icon {
  width: var(--height-btn);
  height: var(--height-btn);
  padding: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #37384C;
  background-color: #EFE6D7;
  display: flex;
  margin: 0 auto;
}

.login-popup {
  background-color: #F6EFE3;
}

.thanks-section {
  width: 100%;
  position: relative;
  padding-bottom: var(--py-section);
}
@media (min-width: 1024px) {
  .thanks-section {
    padding-top: 60px;
  }
}
.thanks-section__top {
  width: 100%;
}
.thanks-section__top ul {
  padding: 10px 0 25px;
}
.thanks-section__top ul li {
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 12px 0 12px 58px;
}
.thanks-section__top ul li:after {
  content: "\E907";
  font-family: "sculpt-icons";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #37384C;
  background: #EFE6D7;
}
.thanks-section__image {
  width: 100%;
}
.thanks-section__image picture,
.thanks-section__image img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .thanks-section__image picture,
  .thanks-section__image img {
    border-radius: 0;
  }
}
.thanks-section__text {
  width: 100%;
}

.cart-sculpt {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: var(--py-section);
  color: #37384C;
}
.cart-sculpt__total {
  font-weight: 500;
  margin-bottom: 15px;
  padding-top: 10px;
}
.cart-sculpt__price strong {
  font-weight: 500;
}
.cart-sculpt__text-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #37384C;
}
@media (min-width: 1024px) {
  .cart-sculpt__text-title {
    font-size: 20px;
    line-height: 40px;
  }
}
.cart-sculpt__cart-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cart-sculpt__item {
  width: 100%;
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cart-sculpt__subtitle {
  color: rgba(55, 56, 76, 0.4);
}
.cart-sculpt__text {
  color: rgba(55, 56, 76, 0.4);
}
.cart-sculpt__text a {
  font-size: 12px;
  text-decoration: underline;
}
.cart-sculpt__text p {
  margin-bottom: 5px;
  line-height: 20px;
}
.cart-sculpt__update-cart-button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  height: var(--height-btn);
  visibility: visible;
  opacity: 1;
  transition: height var(--speed-slow), opacity var(--speed-default), visibility var(--speed-default);
}
.cart-sculpt__update-cart-button.hide {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.cart-sculpt__image {
  width: 112px;
  height: 112px;
  margin-right: 15px;
}
.cart-sculpt__image picture,
.cart-sculpt__image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .cart-sculpt__image {
    margin-right: 30px;
    height: 192px;
    width: 192px;
  }
}

.membership-info {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: var(--py-section);
  color: #37384C;
}
.membership-info__block {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .membership-info__block {
    margin-bottom: 80px;
  }
}
.membership-info__radio label {
  display: block;
  position: relative;
}
.membership-info__radio label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #EFE6D7;
  border: 1px solid #EFE6D7;
  height: 64px;
  color: rgba(55, 56, 76, 0.8);
  padding: 0 20px 0 55px;
}
.membership-info__radio label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  margin-top: -8px;
  transition: all 0.3s;
}
.membership-info__radio label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.membership-info__radio label input:checked + span {
  border-color: #D4A394;
  color: #37384C;
  font-weight: 500;
}
.membership-info__radio label input:checked + span:after {
  border-color: #D4A394;
}

.paginate {
  margin-top: var(--py-section);
  width: 100%;
}
.paginate .filter-pagination-group input[type=radio] {
  display: none;
}
.paginate .filter-pagination-group.current span {
  opacity: 1;
  background: #EFE6D7;
}
.paginate a,
.paginate span {
  cursor: pointer;
  width: var(--height-btn);
  height: var(--height-btn);
  display: flex;
  font-size: 20px;
  font-family: "SangBleu Sans", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  align-content: center;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
}
.paginate a.prev,
.paginate span.prev {
  left: 0;
}
.paginate a.next,
.paginate span.next {
  right: 0;
}
.paginate a.next, .paginate a.prev,
.paginate span.next,
.paginate span.prev {
  position: absolute !important;
  top: 0;
}
.paginate span.dots {
  background: transparent;
}
.paginate__holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

.booking-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: var(--py-section);
}
.booking-section__text {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: rgba(55, 56, 76, 0.4);
  margin-bottom: 30px;
}
.booking-section__date-slide {
  width: 96px;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .booking-section__date-slide {
    width: 148px;
  }
}
.booking-section__calendar {
  width: 100%;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #37384C;
  background: rgba(212, 163, 148, 0.4);
  border-radius: 8px;
  padding: 25px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .booking-section__calendar {
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}
.booking-section__calendar i {
  font-size: 24px;
  line-height: 1.2;
  margin-right: 15px;
}
.booking-section .error-message {
  color: red;
}

.spots-side .spots {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 100px;
  margin-bottom: 16px;
}
.spots-side .spots .spot {
  height: 120px;
  background-color: #fff;
  border-radius: 6px;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}
.spots-side .spots .spot:hover:not(.reserved), .spots-side .spots .spot.active {
  cursor: pointer;
  background-color: #37384C;
  color: #fff;
}
.spots-side .spots .spot.reserved {
  background-color: #F6EFE3;
}
.spots-side .reference-point-text {
  margin-bottom: 48px;
}

.month-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .month-section {
    margin-bottom: 80px;
  }
}
.month-section table {
  width: 100%;
}
.month-section table td {
  padding: 15px 0;
}
.month-section table td:first-child {
  padding-left: 35px;
}
.month-section table th {
  padding: 7px 0;
}
.month-section table th:first-child {
  padding-left: 35px;
}
.month-section table thead tr {
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
  background: #EFE6D7;
}
.month-section table tbody tr:nth-child(even) {
  background: #EFE6D7;
}
.month-section + .action-info {
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .month-section + .action-info {
    margin-bottom: 80px;
  }
}

.onboarding-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.onboarding-section__left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .onboarding-section__left {
    width: 49.6%;
  }
}
.onboarding-section__left:after {
  width: 100%;
  height: 300px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.onboarding-section__left:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.onboarding-section__left picture,
.onboarding-section__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.onboarding-section__close {
  position: absolute !important;
  top: 50px;
  right: 30px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .onboarding-section__close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-height: 1000px) {
  .onboarding-section {
    padding-top: 120px;
  }
}

.login-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.login-section__left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .login-section__left {
    width: 49.6%;
  }
}
.login-section__left:after {
  width: 100%;
  height: 300px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.login-section__left:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.login-section__left picture,
.login-section__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.login-section__close {
  position: absolute !important;
  top: 50px;
  right: 30px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .login-section__close {
    top: 30px;
    right: 30px;
  }
}

.booking-confirmation-popup,
.booking-confirmed-popup,
.booking-cancellation-popup,
.booking-popup,
.error-popup {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  padding: 70px 25px 40px;
  max-width: 342px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .booking-confirmation-popup,
  .booking-confirmed-popup,
  .booking-cancellation-popup,
  .booking-popup,
  .error-popup {
    padding: 80px;
    max-width: 589px;
  }
}
.booking-confirmation-popup h4,
.booking-confirmed-popup h4,
.booking-cancellation-popup h4,
.booking-popup h4,
.error-popup h4 {
  color: #37384C;
  padding-bottom: 15px;
}
.booking-confirmation-popup__title,
.booking-confirmed-popup__title,
.booking-cancellation-popup__title,
.booking-popup__title,
.error-popup__title {
  font-weight: 500;
  color: #37384C;
  margin-bottom: 16px;
}

.account-section {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.account-section h1 strong:not(.name) {
  text-transform: lowercase;
}

.side-block {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .side-block {
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #37384C;
  }
}
.side-block ul {
  margin-top: -20px;
}
@media (max-width: 1023.98px) {
  .side-block ul {
    margin-top: 0;
    display: flex;
    flex: 1;
    overflow-x: scroll;
  }
}
.side-block ul li {
  width: 100%;
  border-bottom: 1px solid #EFE6D7;
}
@media (max-width: 1023.98px) {
  .side-block ul li {
    border-bottom: 0;
    width: 25%;
  }
}
.side-block ul li a {
  font-size: 20px;
  display: block;
  padding: 25px 0 25px 34px;
  text-decoration: none;
  position: relative;
  font-family: "SangBleu Sans", sans-serif;
}
@media (max-width: 1023.98px) {
  .side-block ul li a {
    padding: 15px 13px;
    font-size: 10px;
    font-family: "Switzer", sans-serif;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }
}
.side-block ul li a i {
  font-size: 20px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .side-block ul li a i {
    margin-bottom: 0;
    width: auto;
    color: #D4A394;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.side-block ul li.is-active a, .side-block ul li.current_page_item a {
  color: #D4A394;
}

.history-block {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.history-block__title h5 {
  margin-bottom: 20px;
}
.history-block__heading {
  width: 100%;
  color: #37384C;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.history-block__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  font-weight: 500;
  font-family: "Switzer", sans-serif;
  border-radius: 50%;
}

.management-menu {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #EFE6D7;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.customers-list .card-timeslot {
  padding: 16px 30px !important;
}

.new-lessons {
  border-top: 1px solid #EFE6D7;
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
}

.booking-modal {
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
@media (max-width: 767.98px) {
  .booking-modal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.booking-modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  width: calc(100% - 40px);
  position: relative;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .booking-modal .modal-content {
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .booking-modal .modal-content {
    width: 50%;
  }
}
.booking-modal .modal-content .modal-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.booking-modal .modal-content .modal-header h3 {
  margin: 0 !important;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .booking-modal .modal-content .modal-header h3 {
    font-size: 30px;
  }
}
.booking-modal .modal-content .modal-header .close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}
.booking-modal .modal-content .modal-header .close:hover, .booking-modal .modal-content .modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.booking-modal .modal-content .modal-body {
  margin-top: 20px;
  text-align: left;
}
.booking-modal .modal-content .modal-body .card-class,
.booking-modal .modal-content .modal-body .card-account__text {
  background: #f6efe2 !important;
}
.booking-modal .modal-content .modal-body .columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .booking-modal .modal-content .modal-body .columns {
    flex-direction: column;
  }
}
.booking-modal .modal-content .modal-body .columns .class-reservations,
.booking-modal .modal-content .modal-body .columns .class-info {
  flex-grow: 1;
  flex-basis: 0;
}
.booking-modal .modal-content .modal-body .class-reservations h4 {
  font-size: 25px;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
}
.booking-modal .modal-content .modal-body .class-reservations ul {
  list-style: none;
}
.booking-modal .modal-content .modal-body .class-reservations ul li {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.booking-modal .modal-content .modal-body .class-reservations ul li:last-of-type {
  border-bottom: none;
}
.booking-modal .modal-content .modal-body .class-reservations ul li.cancelled td {
  text-decoration: line-through;
}
.booking-modal .modal-content .modal-body .class-reservations ul li.cancelled td strong {
  text-decoration: none;
}
.booking-modal .modal-content .modal-body .class-reservations ul li:before {
  content: "\E90A";
  font-family: "sculpt-icons";
  vertical-align: top;
  position: absolute;
  left: 20px;
}
.booking-modal .modal-content .modal-body .class-reservations ul li table {
  margin-left: 10px;
  display: inline;
}
.booking-modal .modal-content .modal-body .class-reservations ul li table td {
  padding-right: 10px;
}
.booking-modal .modal-content .modal-body .class-info h4 {
  font-size: 25px;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
}
.booking-modal .modal-content .modal-body .class-info table {
  margin-bottom: 30px;
}
.booking-modal .modal-content .modal-body .class-info table td {
  padding-right: 10px;
}
.booking-modal .modal-content .modal-body .form-group {
  margin-bottom: 20px;
}
.booking-modal .modal-content .modal-body .form-control {
  background-color: #fff;
  border: 1px solid #eee;
}
.booking-modal .modal-content .modal-body .custom-select .select-selected {
  background-color: white;
  border: 1px solid #eee;
  font-weight: normal;
}
.booking-modal .modal-content .modal-body .custom-select .select-items__body__option {
  background-color: white;
  border: 1px solid #eee;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-modal.booking-modal-xl .modal-content .card-booking__top {
    flex-direction: column;
  }
  .booking-modal.booking-modal-xl .modal-content .card-booking__top .card-booking__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .booking-modal.booking-modal-xl .modal-content {
    width: 80%;
  }
}

.page.checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: unset !important;
  background-color: unset !important;
  padding: 0;
}
.page.checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  text-decoration: underline;
}
.page.checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: unset !important;
}
.page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .btn, .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .gform.gravity-theme form .gform_footer .gform_button, .gform.gravity-theme form .gform_footer .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .gform_button,
.page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .gform_button, .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .paginate a.next, .paginate .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper a.next, .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .paginate a.prev, .paginate .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper a.prev,
.page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .paginate span.next,
.paginate .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper span.next,
.page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper .paginate span.prev,
.paginate .page.checkout .woocommerce .woocommerce-form-coupon__input-wrapper span.prev {
  margin-top: 0 !important;
}
.page.checkout .woocommerce form.woocommerce-checkout .col-1 {
  width: 60%;
}
.page.checkout .woocommerce form.woocommerce-checkout .col-2 {
  width: 40%;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea {
  height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment {
  background-color: unset !important;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  background-color: unset !important;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box:after {
  content: unset !important;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .btn, .page.checkout .woocommerce .gform.gravity-theme form.woocommerce-checkout .woocommerce-checkout-payment .gform_footer .gform_button, .gform.gravity-theme .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .gform_footer .gform_button, .page.checkout .woocommerce .gform.gravity-theme form.woocommerce-checkout .gform_footer .woocommerce-checkout-payment .gform_button, .gform.gravity-theme .page.checkout .woocommerce form.woocommerce-checkout .gform_footer .woocommerce-checkout-payment .gform_button,
.page.checkout .woocommerce .gform_wrapper.gravity-theme form.woocommerce-checkout .woocommerce-checkout-payment .gform_footer .gform_button,
.gform_wrapper.gravity-theme .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .gform_footer .gform_button,
.page.checkout .woocommerce .gform_wrapper.gravity-theme form.woocommerce-checkout .gform_footer .woocommerce-checkout-payment .gform_button,
.gform_wrapper.gravity-theme .page.checkout .woocommerce form.woocommerce-checkout .gform_footer .woocommerce-checkout-payment .gform_button, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .paginate a.next, .paginate .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment a.next, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .paginate a.prev, .paginate .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment a.prev,
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .paginate span.next,
.paginate .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment span.next,
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .paginate span.prev,
.paginate .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment span.prev {
  margin: 0 !important;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select {
  cursor: pointer;
  background-image: url(../images/select-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal p {
  display: none !important;
}
.page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment:before, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment:after {
  content: unset !important;
}
.page.checkout .woocommerce .woocommerce-additional-fields {
  height: min-content;
  margin-top: 24px;
}

.card-trainer {
  overflow: hidden;
  position: relative;
}
.card-trainer__image {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.card-trainer__image:after {
  width: 100%;
  height: calc(100% + 200px);
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.card-trainer__image:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
}
.card-trainer__image picture,
.card-trainer__image img {
  border-radius: 8px;
  width: 100%;
  display: block;
}
.card-trainer__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
}
@media (min-width: 1440px) {
  .card-trainer__content {
    padding: 48px;
  }
}
.card-trainer__content h5 {
  color: #fff;
  margin-bottom: 10px;
}
.card-trainer__content p {
  margin-bottom: 0;
}
.card-trainer__content h4 {
  color: #fff;
  margin-bottom: 0;
}

.card-account {
  position: relative;
  width: 100%;
}
.card-account h5 {
  margin-bottom: 25px;
}
.card-account__text {
  color: #37384C;
  background: #EFE6D7;
  padding: 25px 30px 30px;
}
.card-account__text h6 {
  margin-bottom: 0;
  font-family: "SangBleu Sans", sans-serif;
}
.card-account__item {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
@media (min-width: 1280px) {
  .card-account__item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(55, 56, 76, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.card-account__item strong {
  font-weight: 500;
}
.card-account__link {
  color: rgba(55, 56, 76, 0.4);
  font-size: 12px;
  text-decoration: underline;
}
.card-account__link:hover {
  color: #37384c;
}
.card-account__top {
  width: 100%;
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .card-account__top {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.card-account__top strong {
  font-weight: 500;
}
.card-account__bottom {
  margin-bottom: 15px;
}
.card-account__bottom strong {
  display: block;
  font-weight: 500;
}
.card-account__bottom a {
  color: rgba(55, 56, 76, 0.4);
}
.card-account__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  font-weight: 500;
  margin-top: -3px;
  font-family: "Switzer", sans-serif;
  border-radius: 50%;
}
.card-account__image {
  height: 192px;
}
.card-account__image picture,
.card-account__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-booking {
  position: relative;
  width: 100%;
}
.card-booking__subtitle {
  color: rgba(55, 56, 76, 0.4);
}
.card-booking__top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(55, 56, 76, 0.1);
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .card-booking__top {
    display: block;
  }
}
@media (min-width: 1280px) {
  .card-booking__top {
    padding-top: 0;
    border-top: 0;
  }
}
.card-booking__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .card-booking__title {
    align-items: flex-start;
  }
}
.card-booking__title h5 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .card-booking__title h5 {
    margin-bottom: 30px;
  }
}
.card-booking__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  font-weight: 500;
  margin-top: -3px;
  font-family: "Switzer", sans-serif;
  border-radius: 50%;
}

.card-class {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .card-class {
    padding: 32px 30px;
  }
}
.card-class__left {
  width: 100%;
  border-bottom: 1px solid #F6EFE3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .card-class__left {
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #F6EFE3;
    padding: 0 20px 0 0;
    width: 54%;
  }
}
.card-class__left p {
  font-weight: 500;
  color: #37384C;
  margin-bottom: 0;
}
.card-class__left ul {
  display: flex;
  flex-wrap: wrap;
}
.card-class__left ul li {
  display: inline-flex;
  align-items: center;
  color: #37384C;
}
.card-class__left ul li:before {
  width: 4px;
  height: 4px;
  content: "";
  margin: 0 9px;
  border-radius: 50%;
  background: #37384C;
}
.card-class__left ul li:first-child:before {
  display: none;
}
.card-class__left ul li:last-child {
  color: rgba(55, 56, 76, 0.4);
}
.card-class__left ul li:last-child:before {
  background: rgba(55, 56, 76, 0.1);
}
.card-class__user {
  display: flex;
  align-items: center;
  color: #37384C;
}
@media (min-width: 768px) {
  .card-class__user {
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .card-class__user {
    padding-left: 30px;
  }
}
.card-class__user span {
  display: block;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .card-class__right {
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .account-section .card-class__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.card-class__right a {
  text-decoration: underline;
  display: none;
}
.account-section .card-class__right a {
  display: block;
}
@media (min-width: 768px) {
  .card-class__right a {
    display: inline-block;
  }
}
.card-class__user-img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .card-class__user-img {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .card-class__user-img {
    margin-right: 15px;
  }
}
.card-class__user-img picture,
.card-class__user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.card-class--history {
  background: #EFE6D7;
}
.card-class--history .card-class__left {
  border-color: rgba(55, 56, 76, 0.1);
}
@media (min-width: 768px) {
  .card-class--history .card-class__left {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .card-class--history .card-class__right {
    width: 51%;
  }
}
.card-class:after {
  content: "\E903";
  font-family: "sculpt-icons";
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  color: #37384C;
}
@media (min-width: 768px) {
  .card-class:after {
    display: none;
  }
}
.account-section .card-class:after {
  content: unset;
}

.card-community {
  overflow: hidden;
  position: relative;
}
.card-community__image {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.card-community__image:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(55, 56, 76, 0) 0%, rgba(55, 56, 76, 0.4) 100%);
}
.card-community__image picture,
.card-community__image img {
  border-radius: 8px;
  width: 100%;
  display: block;
}
.card-community__icon {
  width: var(--height-btn);
  height: var(--height-btn);
  padding: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  color: #D4A394;
  background: #fff;
}
@media (min-width: 1024px) {
  .card-community__icon {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.card-community__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  padding: 25px;
  color: #fff;
}
@media (min-width: 1440px) {
  .card-community__title {
    padding: 48px;
  }
}
.card-community__title h3 {
  margin-bottom: 0;
  display: none;
  color: #fff;
}
@media (min-width: 1024px) {
  .card-community__title h3 {
    display: block;
  }
}

.card-membership {
  height: 475px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background: rgba(212, 163, 148, 0.4);
  border-radius: 8px;
}
.card-membership__image {
  height: 100%;
  border-radius: 8px 0 0 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .card-membership__image {
    width: 49%;
  }
}
.card-membership__image picture,
.card-membership__image img {
  border-radius: 8px 0 0 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-membership__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 25px;
}
@media (min-width: 1440px) {
  .card-membership__label {
    padding: 45px;
  }
}
.card-membership__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 30px;
  background: #EFE6D7;
}
@media (min-width: 1440px) {
  .card-membership__label span {
    height: 32px;
  }
}
.card-membership__text {
  width: 100%;
  padding: 25px;
}
@media (min-width: 1024px) {
  .card-membership__text {
    padding: 35px;
    width: 51%;
  }
}
@media (min-width: 1440px) {
  .card-membership__text {
    padding: 80px;
  }
}
.card-membership__text ul {
  padding: 10px 0 25px;
}
.card-membership__text ul li {
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 5px 0 5px 58px;
}
.card-membership__text ul li:after {
  content: "\E907";
  font-family: "sculpt-icons";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #37384C;
  background: rgba(55, 56, 76, 0.1);
}
.card-membership__text .btn, .card-membership__text .gform.gravity-theme form .gform_footer .gform_button, .gform.gravity-theme form .gform_footer .card-membership__text .gform_button,
.card-membership__text .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .card-membership__text .gform_button, .card-membership__text .paginate a.next, .paginate .card-membership__text a.next, .card-membership__text .paginate a.prev, .paginate .card-membership__text a.prev,
.card-membership__text .paginate span.next,
.paginate .card-membership__text span.next,
.card-membership__text .paginate span.prev,
.paginate .card-membership__text span.prev {
  color: #37384C;
  background: rgba(55, 56, 76, 0.1);
}
.card-membership__text .btn.btn--white, .card-membership__text .gform.gravity-theme form .gform_footer .btn--white.gform_button, .gform.gravity-theme form .gform_footer .card-membership__text .btn--white.gform_button,
.card-membership__text .gform_wrapper.gravity-theme form .gform_footer .btn--white.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .card-membership__text .btn--white.gform_button, .card-membership__text .paginate a.btn--white.next, .paginate .card-membership__text a.btn--white.next, .card-membership__text .paginate a.btn--white.prev, .paginate .card-membership__text a.btn--white.prev,
.card-membership__text .paginate span.btn--white.next,
.paginate .card-membership__text span.btn--white.next,
.card-membership__text .paginate span.btn--white.prev,
.paginate .card-membership__text span.btn--white.prev {
  background: #fff;
}

.card-product {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.card-product__image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  height: 410px;
  background-color: #EFE6D7;
}
.card-product__image picture,
.card-product__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-product__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px;
}
@media (min-width: 1024px) {
  .card-product__label {
    padding: 18px;
  }
}
.card-product__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 15px;
  color: #fff;
  border-radius: 30px;
  background: #37384C;
}
@media (min-width: 1440px) {
  .card-product__label span {
    height: 32px;
  }
}
.card-product__label span.is-new {
  color: #37384C;
  background: #F6EFE3;
}
.card-product__price {
  color: #37384C;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .card-product__price {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
.card-product__subtitle {
  color: #37384C;
  font-weight: 500;
}
.card-product__text {
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.card-product__text p {
  margin-bottom: 10px;
}

.card-login {
  overflow: hidden;
  position: relative;
  padding: 20px;
  text-align: center;
  background: #EFE6D7;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .card-login {
    padding: 50px;
  }
}
.card-login h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .card-login h4 {
    font-size: 40px;
    line-height: 52px;
  }
}
.card-login p {
  margin-bottom: 0;
}
.card-login .btn.btn--light, .card-login .gform.gravity-theme form .gform_footer .btn--light.gform_button, .gform.gravity-theme form .gform_footer .card-login .btn--light.gform_button,
.card-login .gform_wrapper.gravity-theme form .gform_footer .btn--light.gform_button,
.gform_wrapper.gravity-theme form .gform_footer .card-login .btn--light.gform_button, .card-login .paginate a.btn--light.next, .paginate .card-login a.btn--light.next, .card-login .paginate a.btn--light.prev, .paginate .card-login a.btn--light.prev,
.card-login .paginate span.btn--light.next,
.paginate .card-login span.btn--light.next,
.card-login .paginate span.btn--light.prev,
.paginate .card-login span.btn--light.prev {
  color: #37384C;
}
.card-login__number {
  margin-bottom: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 1024px) {
  .card-login__number {
    position: static;
  }
}
.card-login__number a {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .card-login__number a {
    display: inline-block;
  }
}
.card-login__number strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  font-weight: 500;
  border-radius: 50%;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .card-login__number strong {
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
  }
}
.card-login__number span {
  display: block;
}
@media (min-width: 1024px) {
  .card-login__number span {
    width: 100%;
  }
}
.card-login--left {
  text-align: left;
}
@media (min-width: 1024px) {
  .card-login--left {
    text-align: center;
  }
}

.card-offer {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 575px;
}
.card-offer__image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.card-offer__image:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/offer-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-offer__image picture,
.card-offer__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-offer__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
}
@media (min-width: 1024px) {
  .card-offer__label {
    padding: 48px;
  }
}
.card-offer__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 15px;
  color: #fff;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1440px) {
  .card-offer__label span {
    height: 32px;
  }
}
.card-offer__price {
  color: #37384C;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .card-offer__price {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
.card-offer__subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.card-offer__text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
@media (min-width: 1024px) {
  .card-offer__text {
    padding: 55px 48px;
  }
}
.card-offer__text h5 {
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .card-offer__text h5 {
    padding-right: 80px;
  }
}

.card-date {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  text-align: center;
  transition: var(--speed-default);
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .card-date {
    font-size: 16px;
  }
}
.card-date__title {
  font-weight: 500;
  color: #37384C;
  transition: var(--speed-default);
}
.card-date__date {
  margin-bottom: 3px;
  transition: var(--speed-default);
}
.card-date__month {
  font-weight: 500;
  color: rgba(55, 56, 76, 0.4);
  transition: var(--speed-default);
}
.slick-current .card-date {
  background: #37384C;
}
.slick-current .card-date .card-date__month {
  color: rgba(255, 255, 255, 0.4);
}
.slick-current .card-date .card-date__date,
.slick-current .card-date .card-date__title {
  color: #fff;
}

.card-timeslot {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .card-timeslot {
    padding: 32px 30px;
  }
}
.card-timeslot__left {
  width: 100%;
  border-bottom: 1px solid #F6EFE3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .card-timeslot__left {
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #F6EFE3;
    padding: 0 20px 0 0;
    width: 33.333%;
  }
}
.card-timeslot__left p {
  font-weight: 500;
  color: #37384C;
  margin-bottom: 0;
}
.card-timeslot__left ul {
  display: flex;
  flex-wrap: wrap;
}
.card-timeslot__left ul li {
  color: rgba(55, 56, 76, 0.4);
  display: inline-flex;
  align-items: center;
}
.card-timeslot__left ul li:after {
  width: 4px;
  height: 4px;
  content: "";
  margin: 0 6px;
  border-radius: 20%;
  background: rgba(55, 56, 76, 0.1);
}
.card-timeslot__left ul li:first-child {
  color: #37384C;
}
.card-timeslot__left ul li:last-child:after {
  display: none;
}
.card-timeslot__center {
  display: inline-flex;
  align-items: center;
  color: #37384C;
}
@media (min-width: 768px) {
  .card-timeslot__center {
    border-right: 1px solid #F6EFE3;
    width: 33.333%;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .card-timeslot__center {
    padding-left: 30px;
  }
}
.card-timeslot__center span {
  display: none;
}
@media (min-width: 768px) {
  .card-timeslot__center span {
    display: block;
    line-height: 1.4;
  }
}
.card-timeslot__center-img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .card-timeslot__center-img {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 1440px) {
  .card-timeslot__center-img {
    margin-right: 15px;
  }
}
.card-timeslot__center-img picture,
.card-timeslot__center-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .card-timeslot__right {
    width: 33.333%;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .card-timeslot__right {
    padding-left: 30px;
  }
}
.card-timeslot__right span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  padding: 0 20px;
  color: #37384C;
  border-radius: 30px;
  background: #fcdca5;
}
@media (min-width: 1440px) {
  .card-timeslot__right span {
    height: 32px;
  }
}
.card-timeslot:after {
  content: "\E903";
  font-family: "sculpt-icons";
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  color: #37384C;
}
@media (min-width: 768px) {
  .card-timeslot:after {
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
}
@media (min-width: 1440px) {
  .card-timeslot:after {
    right: 30px;
  }
}
.card-timeslot--full {
  background: #EFE6D7;
}
.card-timeslot--full:after {
  color: rgba(55, 56, 76, 0.2);
}
.card-timeslot--full .card-timeslot__right span {
  background: rgba(55, 56, 76, 0.1);
}
.card-timeslot--full .card-timeslot__center,
.card-timeslot--full .card-timeslot__left {
  border-color: rgba(55, 56, 76, 0.1);
}
.card-timeslot:hover {
  cursor: pointer;
}

.card-price {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #EFE6D7;
  padding: 25px;
}
@media (min-width: 1440px) {
  .card-price {
    padding: 45px;
  }
}
.card-price__image {
  position: relative;
  width: 74px;
}
.card-price__image span {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  color: #37384C;
  align-items: center;
  justify-content: center;
  background: #D4A394;
}
.card-price__image picture,
.card-price__image img {
  width: 100%;
  display: block;
}
.card-price__price {
  color: #37384C;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
}
.card-price__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #37384C;
}
.card-price__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(55, 56, 76, 0.1);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.card-price__bottom {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .card-price__bottom {
    font-size: 20px;
  }
}
.card-price__text {
  color: rgba(55, 56, 76, 0.4);
  width: calc(100% - 74px);
  padding-left: 20px;
  padding-right: 50px;
}
.card-price__text p {
  margin-bottom: 0;
}
.card-price__center {
  font-size: 16px;
}

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

.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: 0;
  background-color: #F6EFE3;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
}
.login-section .form-check .form-check__indicator {
  background-color: #EFE6D7;
}
.form-check .form-check__text {
  padding-left: 26px;
  font-size: 16px;
  -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]:checked ~ .form-check__indicator {
  background-color: #D4A394;
  background-size: 11.73px auto;
}
.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: #D4A394;
  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;
}

.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme form .gform_body .gform_fields .gfield select,
.gform.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea, .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-selected, .form-control, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select {
  width: 100%;
  height: var(--height-form-control);
  border: 1px solid #F6EFE3;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
  margin-bottom: 8px;
  font-size: 16px;
  color: #37384C;
  background-color: #EFE6D7;
  transition: border-color var(--speed-default) ease-out;
}
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color], .gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=color],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=date],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=datetime-local],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=datetime],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=email],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=month],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=number],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=password],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=search],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=tel],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=text],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=time],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=url],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=week],
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield select,
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask select,
.ask .gform.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform.gravity-theme form .gform_body .gform_fields .gfield .ask textarea,
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=color],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=date],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=datetime-local],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=datetime],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=email],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=month],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=number],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=password],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=search],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=tel],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=text],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=time],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=url],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask input[type=week],
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask select,
.ask .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ask textarea, .ask .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-items .select-items__body .ask .select-items__body__option, .ask .custom-select .select-selected, .custom-select .ask .select-selected, .ask .form-control, .ask .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper .ask textarea, .ask .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal .ask select {
  background-color: #F6EFE3;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week]::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield select::placeholder,
.gform.gravity-theme form .gform_body .gform_fields .gfield textarea::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea::placeholder, .custom-select .select-items .select-items__body .select-items__body__option::placeholder, .custom-select .select-selected::placeholder, .form-control::placeholder, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea::placeholder, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select::placeholder {
  opacity: 0.4;
  color: #37384C;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week]:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield select:disabled,
.gform.gravity-theme form .gform_body .gform_fields .gfield textarea:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week]:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select:disabled,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea:disabled, .custom-select .select-items .select-items__body .select-items__body__option:disabled, .custom-select .select-selected:disabled, .form-control:disabled, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea:disabled, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select:disabled {
  opacity: 0.5;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week]:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield select:not(textarea),
.gform.gravity-theme form .gform_body .gform_fields .gfield textarea:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week]:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select:not(textarea),
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea:not(textarea), .custom-select .select-items .select-items__body .select-items__body__option:not(textarea), .custom-select .select-selected:not(textarea), .form-control:not(textarea), .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea:not(textarea), .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select:not(textarea) {
  display: flex;
  align-items: center;
  height: var(--height-form-control);
}
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color], .gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=color],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=date],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime-local],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=email],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=month],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=number],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=password],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=search],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=tel],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=text],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=time],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=url],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=week],
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield select,
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid select,
.form-group--invalid .gform.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid textarea,
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=color],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=date],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime-local],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=email],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=month],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=number],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=password],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=search],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=tel],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=text],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=time],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=url],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid input[type=week],
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid select,
.form-group--invalid .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-group--invalid textarea, .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 .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper textarea, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-input-wrapper .form-group--invalid textarea, .form-group--invalid .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal select, .page.checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_ideal .form-group--invalid select {
  border-color: #D4A394;
}

select.form-control {
  cursor: pointer;
  background-color: #EFE6D7;
  background-image: url(../images/select-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

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

.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.custom-select .select-selected::after {
  flex-shrink: 0;
  margin-left: 15px;
  content: "\E908";
  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 {
  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: #F6EFE3;
  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 .gform.gravity-theme form .gform_footer .gform_button, .gform.gravity-theme form .gform_footer .input-group.input-group--io .gform_button,
.input-group.input-group--io .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .input-group.input-group--io .gform_button, .input-group.input-group--io .paginate a.next, .paginate .input-group.input-group--io a.next, .input-group.input-group--io .paginate a.prev, .paginate .input-group.input-group--io a.prev,
.input-group.input-group--io .paginate span.next,
.paginate .input-group.input-group--io span.next,
.input-group.input-group--io .paginate span.prev,
.paginate .input-group.input-group--io span.prev {
  width: var(--height-btn);
  color: #D4A394;
}
@media (hover: hover) and (pointer: fine) {
  .input-group.input-group--io .btn:hover, .input-group.input-group--io .gform.gravity-theme form .gform_footer .gform_button:hover, .gform.gravity-theme form .gform_footer .input-group.input-group--io .gform_button:hover,
  .input-group.input-group--io .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover,
  .gform_wrapper.gravity-theme form .gform_footer .input-group.input-group--io .gform_button:hover, .input-group.input-group--io .paginate a.next:hover, .paginate .input-group.input-group--io a.next:hover, .input-group.input-group--io .paginate a.prev:hover, .paginate .input-group.input-group--io a.prev:hover,
  .input-group.input-group--io .paginate span.next:hover,
  .paginate .input-group.input-group--io span.next:hover,
  .input-group.input-group--io .paginate span.prev:hover,
  .paginate .input-group.input-group--io span.prev:hover {
    background-color: #D4A394;
    color: #37384C;
  }
}

.gform.gravity-theme .custom_password_indicator,
.gform_wrapper.gravity-theme .custom_password_indicator {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gform.gravity-theme .custom_password_indicator .meter,
.gform_wrapper.gravity-theme .custom_password_indicator .meter {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.gform.gravity-theme .custom_password_indicator .meter .step,
.gform_wrapper.gravity-theme .custom_password_indicator .meter .step {
  background: #EFE6D7;
  border-radius: 8px;
  width: 100%;
  height: 6px;
}
.gform.gravity-theme .custom_password_indicator .meter .step.done,
.gform_wrapper.gravity-theme .custom_password_indicator .meter .step.done {
  background: #D4A394;
}
.gform.gravity-theme .custom_password_indicator .message,
.gform_wrapper.gravity-theme .custom_password_indicator .message {
  display: flex;
  justify-content: flex-end;
  color: #D4A394;
  font-size: 14px;
}
.gform.gravity-theme div.gform_heading .gform_required_legend,
.gform_wrapper.gravity-theme div.gform_heading .gform_required_legend {
  display: none;
}
.gform.gravity-theme div.gform_validation_errors,
.gform_wrapper.gravity-theme div.gform_validation_errors {
  border: 0;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
  margin-bottom: 20px;
  background: transparent;
}
.gform.gravity-theme div.gform_validation_errors .gform_submission_error,
.gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error {
  line-height: 1.2;
}
.gform.gravity-theme div.gform_validation_errors .gform_submission_error .gform-icon,
.gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error .gform-icon {
  display: none;
}
.gform.gravity-theme div.gform_required_legend,
.gform_wrapper.gravity-theme div.gform_required_legend {
  display: none;
}
.gform.gravity-theme .gfmc-container,
.gform_wrapper.gravity-theme .gfmc-container {
  column-gap: 20px;
}
.gform.gravity-theme .gfmc-field div:not(.gchoice),
.gform_wrapper.gravity-theme .gfmc-field div:not(.gchoice) {
  padding-bottom: 0;
}
.gform.gravity-theme .gfmc-column,
.gform_wrapper.gravity-theme .gfmc-column {
  margin-bottom: 0 !important;
}
.gform.gravity-theme form .gform_body .gform_fields,
.gform_wrapper.gravity-theme form .gform_body .gform_fields {
  grid-row-gap: 0;
  grid-column-gap: 0;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=color],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme form .gform_body .gform_fields .gfield select,
.gform.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea {
  width: 100%;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea {
  resize: none;
  min-height: 216px;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield .form-check,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .form-check {
  margin-top: 15px;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_label {
  font-size: var(--font-size-base);
}
.gform.gravity-theme form .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex {
  display: none;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield .gfield_required,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_required {
  display: none;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield .gfield_description.validation_message,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_description.validation_message {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect input,
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect textarea, .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select input,
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect input,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select input,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select textarea {
  padding-top: 23px;
}
@media (min-width: 1024px) {
  .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect input,
  .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect textarea, .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select input,
  .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select textarea,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect input,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect textarea,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select input,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select textarea {
    padding-top: 25px;
  }
}
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect .gfield_label, .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect .gfield_label,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
  top: 0;
  left: 0;
  right: 0;
  cursor: text;
  padding-top: 13px;
  position: absolute;
  margin-bottom: 0;
  padding-top: 28px;
  padding-right: 16px;
  transition: var(--speed-default);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(212, 163, 148, 0.4);
  font-size: 14px;
}
@media (min-width: 1024px) {
  .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect .gfield_label, .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect .gfield_label,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
    font-size: 16px;
    padding-top: 27px;
    padding-right: 20px;
  }
}
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect .gfield_label.is-active, .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label.is-active,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect .gfield_label.is-active,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label.is-active {
  font-size: 12px;
  padding-top: 22px;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_visibility_visible p,
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_visibility_visible h4,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_visibility_visible p,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_visibility_visible h4 {
  font-family: "Switzer", sans-serif;
  opacity: 0.6;
  font-size: 16px;
  margin-top: 50px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #D4A394;
}
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select select {
  padding-top: 18px;
  cursor: pointer;
  padding-right: 60px;
  background-image: url(../images/select-arrow.svg);
  background-position: right 22px center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select select,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select select {
    padding-top: 20px;
  }
}
.gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
  font-size: 12px;
  padding-top: 6px;
  line-height: 1.2;
  pointer-events: none;
  color: rgba(212, 163, 148, 0.4);
}
@media (min-width: 1024px) {
  .gform.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
    padding-top: 9px;
  }
}
.gform.gravity-theme form .gform_footer,
.gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin-top: 30px;
}
.gform.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer .gform_button {
  margin-bottom: 0;
}
/*# sourceMappingURL=app.css.map*/