@charset "UTF-8";
/*!
 * 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-s, .container {
    max-width: 952px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container-s, .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container-s, .container {
    max-width: 1136px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-s, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-s, .container {
    max-width: 1656px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-s, .container {
    max-width: 1656px;
  }
}
.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: 580px) {
  .col-s {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-s-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-s-100,
.gy-s-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: 580px) {
  .d-s-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-s-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.13 | 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
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  appearance: radio;
}

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

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

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

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

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

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

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

/* 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-arsenic {
  color: #191f2e !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-arsenic > * {
  color: inherit;
}

.bg-arsenic {
  background-color: #191f2e;
}

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

.bg-border {
  background-color: #c6c8ce;
}

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

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

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

.bg-stone {
  background-color: #3e4165;
}

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

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

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

.bg-pictone {
  background-color: #292c5b;
}

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

.bg-solitude {
  background-color: #373b70;
}

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

.bg-gold {
  background-color: #877d65;
}

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

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

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

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

.bg-stone {
  color: #fff;
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-form-check-indicator: 16px;
  --size-accordion-indicator: 10px;
  --height-btn: 45px;
  --height-form-control: var(--height-btn);
  --py-section: 60px;
  --py-section-large: 48px;
  --px-btn: 15px;
  --px-form-control: 13px;
  --py-form-control: 15px;
  --py-accordion: 15px;
  --pr-accordion: 15px;
  --pl-accordion: 45px;
  --font-size-base: 14px;
  --font-size-btn: var(--font-size-base);
  --line-height-base: 1.75;
  --speed-fast: .125s;
  --speed-default: .25s;
  --speed-slow: .5s;
  --speed-sluggish: 1s;
  --speed-snail: 2s;
  --cubic-bezier: cubic-bezier(.05, .69, .14, 1);
  --cubic-bezier-2: cubic-bezier(.215, .61, .355, 1);
}
@media (min-width: 1024px) {
  :root {
    --size-btn-play: 74px;
    --size-accordion-indicator: 16px;
    --height-btn: 50px;
    --height-form-control: var(--height-btn);
    --px-btn: 20px;
    --py-section: 80px;
    --py-section-large: 80px;
    --py-accordion: 22px;
    --pr-accordion: 75px;
    --pl-accordion: 70px;
    --px-form-control: 20px;
  }
}
@media (min-width: 1440px) {
  :root {
    --size-bullet: 7px;
    --size-btn-play: 114px;
    --px-btn: 20px;
    --py-section: 115px;
    --py-section-large: 130px;
    --px-form-control: 28px;
    --font-size-base: 16px;
    --font-size-btn: var(--font-size-base);
  }
}
@media (min-width: 1920px) {
  :root {
    --py-section-large: 165px;
  }
}

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

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

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

@media (min-width: 580px) {
  .text-s-left {
    text-align: left !important;
  }

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

  .text-s-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: "piksen-icons";
  src: url("fonts/piksen-icons.eot?h0i1lr");
  src: url("fonts/piksen-icons.eot?h0i1lr#iefix") format("embedded-opentype"), url("fonts/piksen-icons.woff2?h0i1lr") format("woff2"), url("fonts/piksen-icons.ttf?h0i1lr") format("truetype"), url("fonts/piksen-icons.woff?h0i1lr") format("woff"), url("fonts/piksen-icons.svg?h0i1lr#piksen-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: "piksen-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-play:before {
  content: "\E91E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quote-section__block blockquote, h1,
.h1,
h2,
.h2,
h3,
.h3,
.banner__content,
h4,
.h4,
h5,
.h5,
.gform .gform_validation_errors .gform_submission_error,
.gform_wrapper .gform_validation_errors .gform_submission_error,
h6,
.h6 {
  margin-bottom: 15px;
  font-family: "Stolzl", sans-serif;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .quote-section__block blockquote, h1,
.h1,
h2,
.h2,
h3,
.h3,
.banner__content,
h4,
.h4,
h5,
.h5,
.gform .gform_validation_errors .gform_submission_error,
.gform_wrapper .gform_validation_errors .gform_submission_error,
h6,
.h6 {
    margin-bottom: 20px;
  }
}

.quote-section__block blockquote, h1,
.h1 {
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .quote-section__block blockquote, h1,
.h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .quote-section__block blockquote, h1,
.h1 {
    font-size: 54px;
    line-height: 70px;
  }
}

h2,
.h2 {
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  h2,
.h2 {
    font-size: 42px;
    line-height: 54px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  h3,
.h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.banner__content, h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .banner__content, h4,
.h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .banner__content, h4,
.h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

h5,
.h5 {
  font-family: "Stolzl Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  h5,
.h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  h5,
.h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

.gform .gform_validation_errors .gform_submission_error,
.gform_wrapper .gform_validation_errors .gform_submission_error, h6,
.h6 {
  font-family: "Stolzl Book", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .gform .gform_validation_errors .gform_submission_error,
.gform_wrapper .gform_validation_errors .gform_submission_error, h6,
.h6 {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .gform .gform_validation_errors .gform_submission_error,
.gform_wrapper .gform_validation_errors .gform_submission_error, h6,
.h6 {
    font-size: 14px;
    line-height: 28px;
  }
}

.card-help__content h5, .banner__content > h4, .heading h4, .construction-slider__title h4, .team-info__block h5, .cta-section__holder h4, .gallery-section h4, .house-heading__top h4, .house-map h4, .house-location h4, .house-features h4, .house-description h4, .house-text p,
.house-text h4, .house-info h4, .blog-details__subtitle, .search-block h4, .new-construction__title h4, .cta-large h4, .contact-form__content h4, .team-block__title h4, .not-found h5, .offer-slider__title h4, .services-highlight h4, .news-slider__title h4, .review-slider__title h4, .pre-footer h4, .section--footer .footer__top .footer-accordions .accordion .accordion__title {
  font-family: "Grape Nuts", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #d82148;
}
@media (min-width: 1440px) {
  .card-help__content h5, .banner__content > h4, .heading h4, .construction-slider__title h4, .team-info__block h5, .cta-section__holder h4, .gallery-section h4, .house-heading__top h4, .house-map h4, .house-location h4, .house-features h4, .house-description h4, .house-text p,
.house-text h4, .house-info h4, .blog-details__subtitle, .search-block h4, .new-construction__title h4, .cta-large h4, .contact-form__content h4, .team-block__title h4, .not-found h5, .offer-slider__title h4, .services-highlight h4, .news-slider__title h4, .review-slider__title h4, .pre-footer h4, .section--footer .footer__top .footer-accordions .accordion .accordion__title {
    font-size: 36px;
    line-height: 36px;
  }
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

html {
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f2f3f7;
}
body main {
  flex-grow: 1;
}
body.filter-open {
  overflow: hidden;
}
body.post-single .navbar__brand img {
  opacity: 0;
}
body.post-single .navbar__brand img + img {
  opacity: 1;
}
body.post-single main .banner {
  padding-top: 20px;
  padding-bottom: var(--py-section-large);
}

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

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

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

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

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

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

.wrapper {
  width: 100%;
  padding-top: 58px;
  position: relative;
}
@media (min-width: 1024px) {
  .wrapper {
    padding-top: 94px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    padding-top: 204px;
  }
}
.wrapper--space {
  padding-top: 0;
}

.construction-slider .slick-list, .popup-gallery .slick-list, .new-construction .slick-list, .team-block .slick-list, .offer-slider .slick-list, .review-slider .slick-list, .news-slider .slick-list, .living-slider .slick-list {
  overflow: visible;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slick-dots {
  display: flex;
  padding-top: 27px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #c6c8ce;
  border-radius: 50%;
  background: transparent;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  border-color: #d82148;
  background: #d82148;
}

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

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

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

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding: 0;
}

.mfp-container::before {
  height: 0 !important;
}

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

.w-100 {
  width: 100%;
}

.text-gold a {
  color: #877d65 !important;
}

@font-face {
  font-family: "Grape Nuts";
  src: url("../fonts/GrapeNuts-Regular.woff2") format("woff2"), url("../fonts/GrapeNuts-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Regular.woff2") format("woff2"), url("../fonts/Stolzl-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl Book";
  src: url("../fonts/Stolzl-Book.woff2") format("woff2"), url("../fonts/Stolzl-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Stolzl Book", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #191f2e;
}

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);
}
p a:hover,
p span a:hover,
td a:hover,
li a:hover,
a a:hover,
label a:hover,
legend a:hover,
span a:hover {
  text-decoration: none;
}

.btn, .gform.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Stolzl", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-btn);
  line-height: 1.4;
  text-decoration: none;
  transition: var(--speed-default);
}
.btn:not(.btn--text), .gform.gravity-theme .gform_footer .gform_button:not(.btn--text),
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text) {
  height: var(--height-btn);
  background-color: #d82148;
  color: #fff;
  padding-right: var(--px-btn);
  padding-left: var(--px-btn);
}
.btn:not(.btn--text):hover, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text):hover,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text):hover {
  background-color: #c21e41;
}
.btn:not(.btn--text).btn--outline, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--outline,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--outline {
  border: 1px solid #d82148;
  background-color: transparent;
  color: #d82148;
}
.btn:not(.btn--text).btn--outline:hover, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--outline:hover,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--outline:hover {
  background-color: #d82148;
  color: #fff;
}
.btn:not(.btn--text).btn--white, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white {
  background-color: #fff;
  color: #d82148;
}
.btn:not(.btn--text).btn--white:hover, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white:hover,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white:hover {
  background-color: #d82148;
  color: #fff;
}
.btn:not(.btn--text).btn--white.btn--outline, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white.btn--outline,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white.btn--outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn:not(.btn--text).btn--white.btn--outline:hover, .gform.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white.btn--outline:hover,
.gform_wrapper.gravity-theme .gform_footer .gform_button:not(.btn--text).btn--white.btn--outline:hover {
  background-color: #fff;
  color: #d82148;
}
.btn.btn--spacing, .gform.gravity-theme .gform_footer .btn--spacing.gform_button,
.gform_wrapper.gravity-theme .gform_footer .btn--spacing.gform_button {
  margin-top: 25px;
}
@media (min-width: 1920px) {
  .btn.btn--spacing, .gform.gravity-theme .gform_footer .btn--spacing.gform_button,
.gform_wrapper.gravity-theme .gform_footer .btn--spacing.gform_button {
    margin-top: 35px;
  }
}
.btn.btn--io, .gform.gravity-theme .gform_footer .btn--io.gform_button,
.gform_wrapper.gravity-theme .gform_footer .btn--io.gform_button {
  width: var(--height-btn);
  height: var(--height-btn);
  border-radius: 50%;
  padding: 0;
}
.btn.btn--io i, .gform.gravity-theme .gform_footer .btn--io.gform_button i,
.gform_wrapper.gravity-theme .gform_footer .btn--io.gform_button i {
  font-size: inherit;
}
.btn.btn--text, .gform.gravity-theme .gform_footer .btn--text.gform_button,
.gform_wrapper.gravity-theme .gform_footer .btn--text.gform_button {
  color: inherit;
}
.btn.btn--text:hover, .gform.gravity-theme .gform_footer .btn--text.gform_button:hover,
.gform_wrapper.gravity-theme .gform_footer .btn--text.gform_button:hover {
  color: #d82148;
}
.btn.btn--text.btn--white, .gform.gravity-theme .gform_footer .btn--text.btn--white.gform_button,
.gform_wrapper.gravity-theme .gform_footer .btn--text.btn--white.gform_button {
  color: #fff;
}
.btn.btn--text.btn--white:hover, .gform.gravity-theme .gform_footer .btn--text.btn--white.gform_button:hover,
.gform_wrapper.gravity-theme .gform_footer .btn--text.btn--white.gform_button:hover {
  color: #d82148;
}
.btn.btn--text.btn--moon, .gform.gravity-theme .gform_footer .btn--text.btn--moon.gform_button,
.gform_wrapper.gravity-theme .gform_footer .btn--text.btn--moon.gform_button {
  color: #d82148;
}
.btn.btn--text.btn--moon:hover, .gform.gravity-theme .gform_footer .btn--text.btn--moon.gform_button:hover,
.gform_wrapper.gravity-theme .gform_footer .btn--text.btn--moon.gform_button:hover {
  color: #d82148;
}
.btn.btn--ir i, .gform.gravity-theme .gform_footer .btn--ir.gform_button i,
.gform_wrapper.gravity-theme .gform_footer .btn--ir.gform_button i {
  margin-left: 10px;
}
.btn.btn--il i, .gform.gravity-theme .gform_footer .btn--il.gform_button i,
.gform_wrapper.gravity-theme .gform_footer .btn--il.gform_button i {
  margin-right: 10px;
}

.section--navbar {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: var(--speed-default);
}
.section--navbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media (min-width: 1024px) {
  .section--navbar .navbar {
    height: 94px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar {
    height: auto;
  }
}
.section--navbar .navbar--top {
  margin-bottom: 35px;
  background: #fff;
  font-size: 14px;
}
.section--navbar .navbar--top-link {
  margin-left: 35px;
}
.section--navbar .navbar--top-link i {
  margin-right: 5px;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--top-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 56px;
  }
}
.section--navbar .navbar--top-left {
  font-size: 14px;
}
.section--navbar .navbar--top-left img {
  margin-right: 5px;
}
.section--navbar .navbar--top-left span {
  margin-left: 5px;
  color: #d82148;
  text-decoration: underline;
}
.section--navbar .navbar--top-right img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.section--navbar .navbar--main-nav.is-scrolled {
  opacity: 1;
  width: 100%;
  padding-bottom: 16px;
  background: #373b70;
  position: fixed;
  top: 0;
  transform: translateY(calc(0% - 56px));
}
.section--navbar .navbar--main-nav.is-scrolled .nav-link-parent {
  color: #fff;
}
.section--navbar .navbar--main-nav.is-scrolled .navbar__brand {
  width: 100px !important;
  margin-top: 0 !important;
}
.section--navbar .navbar--main-nav.is-scrolled .navbar__brand img:first-child {
  opacity: 1;
}
.section--navbar .navbar--main-nav.is-scrolled .navbar__brand img + img {
  opacity: 0;
}
.section--navbar .navbar--main-nav.is-scrolled .navbar--right .navbar-menu__nav {
  padding-bottom: 0 !important;
}
.section--navbar .navbar--main-nav.is-scrolled .navbar--phone-btn {
  color: #fff;
}
.section--navbar .navbar--main-nav.is-scrolled .navbar--search-btn {
  color: #fff;
}
.section--navbar .navbar--main-nav.is-scrolled .button--right span,
.section--navbar .navbar--main-nav.is-scrolled .button--right span::before,
.section--navbar .navbar--main-nav.is-scrolled .button--right span::after {
  background: #fff;
}
.section--navbar .navbar--main-nav.is-scrolled ~ .mobile-nav {
  top: 90px !important;
}
.section--navbar .navbar--left {
  display: flex;
  align-items: center;
}
.section--navbar .navbar--left .navbar--left-contact {
  display: flex;
  align-items: center;
}
.section--navbar .navbar--left .navbar--left-contact a {
  margin-right: 15px;
  letter-spacing: 0;
}
.section--navbar .navbar--left .navbar--left-contact a span {
  font-size: 16px;
  color: #fff;
}
.section--navbar .navbar--left .navbar--left-contact a i {
  margin-right: 15px;
  font-size: 16px;
  color: #000;
}
.section--navbar .navbar--left .navbar--left-contact a i.icon-envelope {
  font-size: 14px;
}
.section--navbar .navbar--left .navbar--left-contact a:nth-child(2) {
  display: flex;
  align-items: center;
}
.section--navbar .navbar--left .navbar__brand {
  display: block;
  width: 100px;
  margin-top: 23px;
  position: relative;
}
.section--navbar .navbar--left .navbar__brand img {
  opacity: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section--navbar .navbar--left .navbar__brand {
    width: 158px;
    margin: 40px 0 0 10px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--left .navbar__brand {
    width: 200px;
    margin: 0;
  }
}
.section--navbar .navbar--left .navbar__brand img + img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.section--navbar .navbar__search-btn {
  display: flex;
  align-items: center;
}
.section--navbar .navbar--phone-btn,
.section--navbar .navbar--search-btn {
  display: block;
  margin-right: 20px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .section--navbar .navbar--phone-btn,
.section--navbar .navbar--search-btn {
    margin-right: 28px;
    font-size: 20px;
  }
}
.section--navbar .button--right {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  padding: 0;
}
.section--navbar .button--right span {
  width: 16px;
  height: 1px;
  background: #191f2e;
  position: relative;
  transition: var(--speed-default);
}
.section--navbar .button--right span::before, .section--navbar .button--right span::after {
  width: 100%;
  height: 1px;
  background: #191f2e;
  content: "";
  position: absolute;
  left: 0;
  transition: var(--speed-default);
}
.section--navbar .button--right span::before {
  bottom: -7px;
}
@media (min-width: 1024px) {
  .section--navbar .button--right span::before {
    bottom: -9px;
  }
}
.section--navbar .button--right span::after {
  top: -7px;
}
@media (min-width: 1024px) {
  .section--navbar .button--right span::after {
    top: -9px;
  }
}
@media (min-width: 1024px) {
  .section--navbar .button--right span {
    width: 20px;
  }
}
.navbar-open .section--navbar .button--right span {
  background: none !important;
}
.navbar-open .section--navbar .button--right span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.navbar-open .section--navbar .button--right span::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .section--navbar .button--right {
    width: 30px;
  }
}
.section--navbar .navbar--phone {
  display: flex;
  align-items: center;
  color: #d82148;
}
.section--navbar .navbar--phone i {
  margin-right: 5px;
}
.section--navbar .navbar--phone.phone-tablet {
  display: none;
}
@media (min-width: 580px) {
  .section--navbar .navbar--phone.phone-tablet {
    display: block;
  }
}
.section--navbar .navbar--phone.phone-mobile {
  display: block;
}
@media (min-width: 580px) {
  .section--navbar .navbar--phone.phone-mobile {
    display: none;
  }
}
.section--navbar.is-active .search-form {
  opacity: 1;
  visibility: visible;
}
.section--navbar.is-light .navbar--left .navbar__brand img {
  opacity: 1;
}
.section--navbar.is-light .navbar--left .navbar__brand img + img {
  opacity: 0;
}
.section--navbar.is-light .navbar--right .navbar-menu__nav .navbar-sub ul li a,
.section--navbar.is-light .navbar--right .navbar-menu__nav .navbar-sub ul li button {
  color: #191f2e;
}
.section--navbar.is-light .navbar--right .navbar-menu__nav .navbar-sub ul li a:hover,
.section--navbar.is-light .navbar--right .navbar-menu__nav .navbar-sub ul li button:hover {
  color: #d82148;
}
.section--navbar.is-light .navbar--right .navbar-menu__nav li a,
.section--navbar.is-light .navbar--right .navbar-menu__nav li button {
  color: #fff;
}
.section--navbar.is-light .navbar--right .navbar-menu__nav li a:hover,
.section--navbar.is-light .navbar--right .navbar-menu__nav li button:hover {
  color: #d82148;
}
.section--navbar.is-light .navbar--right .navbar-menu__nav li:hover a {
  color: #d82148;
}
.section--navbar.active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .section--navbar {
    background: linear-gradient(180deg, #00000085, transparent);
  }
}

.navbar--right .navbar-menu__nav {
  display: flex;
  padding-bottom: 20px;
}
.navbar--right .navbar-menu__nav .navbar-sub {
  opacity: 0;
  visibility: hidden;
  width: 340px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -99;
  transition: var(--speed-default);
}
.navbar--right .navbar-menu__nav .navbar-sub ul {
  padding: 20px 25px;
  background-color: #fff;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li {
  margin: 0;
  padding: 10px 0;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li a,
.navbar--right .navbar-menu__nav .navbar-sub ul li button {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2;
  color: #191f2e;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li a:hover,
.navbar--right .navbar-menu__nav .navbar-sub ul li button:hover {
  color: #d82148;
}
.navbar--right .navbar-menu__nav li {
  margin-left: 38px;
  position: relative;
}
.navbar--right .navbar-menu__nav li a,
.navbar--right .navbar-menu__nav li button {
  font-weight: 700;
  font-size: 18px;
  color: #191f2e;
  text-decoration: none;
  position: relative;
}
.navbar--right .navbar-menu__nav li a:hover,
.navbar--right .navbar-menu__nav li button:hover {
  color: #d82148;
}
.navbar--right .navbar-menu__nav li:hover a {
  color: #d82148;
}
.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;
}
.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);
}

.search-form {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: var(--speed-default);
}
.search-form fieldset {
  display: block;
  width: 100%;
  position: relative;
}
.search-form button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 28px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .search-form button {
    height: 94px;
  }
}
@media (min-width: 1440px) {
  .search-form button {
    width: 26px;
    height: 56px;
  }
}
.search-form input {
  width: 100%;
  height: 58px;
  padding-right: 60px;
  font-size: 14px;
  color: #191f2e;
}
.search-form input::placeholder {
  opacity: 0.3;
  color: #191f2e;
}
@media (min-width: 1024px) {
  .search-form input {
    height: 94px;
  }
}
@media (min-width: 1440px) {
  .search-form input {
    height: 56px;
    font-size: 16px;
  }
}

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: calc(100vh - 58px);
  padding: 35px 20px 20px;
  background-color: #f2f3f7;
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 5;
  transition: var(--speed-default);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 0.74);
}
.mobile-nav .mobile-nav__nav {
  width: 100%;
}
.mobile-nav .mobile-nav__nav ul {
  position: relative;
}
.mobile-nav .mobile-nav__nav ul li {
  width: 100%;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding: 14px 0;
  position: relative;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li a.nav-link {
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li a.nav-link {
    font-size: 15px;
  }
}
.mobile-nav .mobile-nav__nav ul li a {
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li a:hover {
  color: #000;
}
.mobile-nav .mobile-nav__nav ul li i {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 0;
  transform: rotate(90deg);
  z-index: 5;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li i {
    margin-right: 5px;
    font-size: 15px;
    position: static;
    transform: none;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li i {
    display: none;
  }
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub {
  overflow: hidden;
  max-height: 0;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul {
  padding: 0 0 0 30px;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li {
  width: 100%;
  border-bottom: none;
  padding: 0 0 3px;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li a {
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul li {
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub {
    width: 50%;
    margin-top: -13px;
    padding-left: 65px;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
.mobile-nav .mobile-nav__nav ul li:last-child {
  border-bottom: 0;
}
.mobile-nav .mobile-nav__nav ul li.sub-open .navbar-sub {
  padding-top: 10px;
}
.mobile-nav .mobile-nav__nav ul li.sub-open i {
  transform: rotate(-90deg);
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li.sub-open i {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    border-bottom: 0;
    padding: 0 0 18px;
    position: static;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li {
    width: 50%;
    border-bottom: none;
    padding: 0 0 25px 0;
  }
}
@media (min-width: 1920px) {
  .mobile-nav .mobile-nav__nav ul li {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav {
    padding: 55px 0 0;
  }
}
.mobile-nav .mobile-nav__bottom {
  width: 100%;
  border-top: 1px solid rgba(198, 200, 206, 0.2);
  padding-top: 20px;
}
.mobile-nav .mobile-nav__bottom a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.mobile-nav .mobile-nav__bottom a i {
  margin-right: 15px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__bottom a i {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    height: calc(100vh - 94px);
    padding: 30px 0;
    top: 94px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav {
    display: none;
  }
}

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

.section--footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #fff;
}
.section--footer .footer__top .logo {
  display: block;
  width: 157px;
}
.section--footer .footer__top .logo img {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--footer .footer__top .logo {
    width: 152px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__top .logo {
    width: 200px;
    margin-top: 20px;
  }
}
.section--footer .footer__top .footer-accordions .accordion {
  border-top: 1px solid rgba(198, 200, 206, 0.3);
  transition: var(--speed-default);
}
.section--footer .footer__top .footer-accordions .accordion .accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  line-height: 1.2;
  position: relative;
  transition: var(--speed-default);
}
.section--footer .footer__top .footer-accordions .accordion .accordion__title::after {
  content: "\E916";
  font-family: "piksen-icons";
  font-size: 20px;
  color: #191f2e;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .section--footer .footer__top .footer-accordions .accordion .accordion__title::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer__top .footer-accordions .accordion .accordion__title {
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__top .footer-accordions .accordion .accordion__title {
    margin-bottom: 10px;
  }
}
.section--footer .footer__top .footer-accordions .accordion .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: var(--speed-default);
}
.section--footer .footer__top .footer-accordions .accordion .accordion__content ul li {
  margin-bottom: 8px;
}
.section--footer .footer__top .footer-accordions .accordion .accordion__content ul li a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  color: #191f2e;
  text-decoration: none;
}
.section--footer .footer__top .footer-accordions .accordion .accordion__content ul li a:hover {
  color: #d82148;
}
@media (min-width: 1024px) {
  .section--footer .footer__top .footer-accordions .accordion .accordion__content ul li {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__top .footer-accordions .accordion .accordion__content ul li {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer__top .footer-accordions .accordion .accordion__content {
    max-height: inherit !important;
  }
}
.section--footer .footer__top .footer-accordions .accordion:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .section--footer .footer__top .footer-accordions .accordion:last-child {
    border-bottom: none;
  }
}
.section--footer .footer__top .footer-accordions .accordion.open {
  padding-bottom: 25px;
}
.section--footer .footer__top .footer-accordions .accordion.open .accordion__title::after {
  content: "\E914";
}
@media (min-width: 1024px) {
  .section--footer .footer__top .footer-accordions .accordion {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer__top {
    margin-bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__top {
    margin-bottom: 55px;
  }
}
.section--footer .footer__social__content {
  max-width: 360px;
  margin-top: 30px;
}
.section--footer .footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
}
.section--footer .footer__social a {
  margin: 0 15px 0 5px;
  font-size: 20px;
  color: #d82148;
  transition: color var(--speed-default) var(--cubic-bezier);
}
.section--footer .footer__social a:hover {
  color: #191f2e;
}
.section--footer .footer__bottom .footer__copyright {
  display: flex;
  padding: 24px 0;
  font-size: 12px;
}
.section--footer .footer__bottom .footer__copyright ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.section--footer .footer__bottom .footer__copyright ul li {
  margin: 0 20px 10px 0;
  position: relative;
}
.section--footer .footer__bottom .footer__copyright ul li a {
  text-decoration: none;
}
.section--footer .footer__bottom .footer__copyright ul li a:hover {
  color: #d82148;
}
.section--footer .footer__bottom .footer__copyright ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .section--footer .footer__bottom .footer__copyright ul li {
    margin: 0 35px 10px 0;
  }
}
.section--footer .footer__bottom .footer__copyright p {
  margin: 0 35px 10px 0;
}
@media (min-width: 1024px) {
  .section--footer .footer__bottom .footer__copyright {
    padding: 32px 0;
    font-size: 14px;
  }
}
.section--footer .footer__bottom a.su-icon {
  height: 32px;
  color: #fff;
}
.section--footer .footer__bottom a.su-icon picture,
.section--footer .footer__bottom a.su-icon img {
  width: 100%;
  height: 100%;
}
.section--footer .footer__logo-left {
  display: inline-flex;
  column-gap: 32px;
}
.section--footer .footer__logo-left img {
  width: 100%;
  height: 32px;
  object-fit: contain;
}
.section--footer .footer__logo-left img.qualis-logo {
  width: 32px;
  height: 32px;
}
.section--footer .footer__logo {
  display: flex;
  flex-wrap: wrap;
  row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 1440px) {
  .section--footer {
    padding-top: 65px;
    padding-bottom: 30px;
  }
}

.section {
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}

.pre-footer {
  width: 100%;
  margin-top: var(--py-section-large);
  margin-bottom: 0;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
  text-align: center;
  position: relative;
  z-index: 4;
}
.pre-footer h4 {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .pre-footer .container {
    padding-top: var(--py-section-large);
  }
}
.pre-footer--background {
  background: #fff;
}
.pre-footer--background .pre-footer__content {
  color: #191f2e;
  text-align: left;
}
.pre-footer__image {
  width: 100%;
  height: 100%;
}
.pre-footer__image picture,
.pre-footer__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pre-footer__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pre-footer__figure::after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1023.98px) {
  .pre-footer__figure {
    width: 100%;
    margin-bottom: var(--py-section-large);
  }
}
.pre-footer__content {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.review-slider {
  overflow: hidden;
  width: 100%;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
  position: relative;
  z-index: 4;
}
.review-slider::after {
  width: 100%;
  height: 50%;
  background: #373b70;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.review-slider.color-color1::after {
  background: #fff;
}
.review-slider.color-color1 .review-slider__title h4 {
  color: #d82148;
}
.review-slider.color-color1 .review-slider__title h2 {
  color: #292c5b;
}
.review-slider.color-color3::after {
  display: none;
}
.review-slider.color-color3 .review-slider__title h4 {
  color: #d82148;
}
.review-slider.color-color3 .review-slider__title h2 {
  color: #292c5b;
}
.review-slider__title {
  margin-bottom: 20px;
}
.review-slider__title h4 {
  margin-bottom: 10px;
}
.review-slider__title h2 {
  color: #fff;
}
@media (min-width: 1024px) {
  .review-slider__title {
    margin-bottom: 40px;
  }
}
.review-slider__slider {
  width: calc(100% + 20px);
}
@media (min-width: 1024px) {
  .review-slider__slider {
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .review-slider__slider {
    width: calc(100% + 30px);
  }
}
.review-slider__slide {
  margin-right: 20px;
}
@media (min-width: 1440px) {
  .review-slider__slide {
    margin-right: 30px;
  }
}
.review-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c6c8ce;
  font-size: 18px;
  color: #191f2e;
}
.review-slider__arrow:hover {
  border-color: #191f2e;
  background-color: #191f2e;
  color: #fff;
}
.review-slider__arrow.slick-disabled {
  border-color: rgba(198, 200, 206, 0.2);
  color: rgba(25, 31, 46, 0.7);
  cursor: default;
}
.review-slider__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(25, 31, 46, 0.7);
}
.review-slider__arrow.review-slider__next {
  margin-left: -1px;
}
.review-slider__button {
  color: #d82148;
}
.review-slider__button i {
  margin-right: 10px;
  color: #d82148;
}

.news-slider {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
}
.news-slider__inner {
  padding-top: var(--py-section-large);
  width: 100%;
  background: #f2f3f7;
  position: relative;
}
.news-slider__inner::after {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-slider__overlay {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -1px;
}
.news-slider__overlay img {
  min-width: 1024px;
}
@media (min-width: 1440px) {
  .news-slider__overlay img {
    min-width: 1748px;
  }
}
.news-slider__title {
  margin-bottom: 50px;
}
.news-slider__title h4 {
  margin-bottom: 10px;
}
.news-slider__title h2 {
  margin-bottom: 32px;
  color: #fff;
}
@media (min-width: 1024px) {
  .news-slider__title h2 {
    margin-bottom: 74px;
  }
}
@media (min-width: 1440px) {
  .news-slider__title h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .news-slider__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .news-slider__title {
    margin-bottom: 67px;
  }
}
.news-slider__slider {
  padding-bottom: 30px;
}
.news-slider__slide {
  width: 333px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .news-slider__slide {
    width: 436px;
  }
}
@media (min-width: 1440px) {
  .news-slider__slide {
    width: 1051px;
    margin-right: 15px;
  }
}
@media (max-width: 1023.98px) {
  .news-slider__slide {
    height: 420px;
  }
  .news-slider__slide .card-news {
    height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .news-slider__slide {
    height: 420px;
  }
  .news-slider__slide .card-news {
    height: 100%;
  }
}
.news-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #373b70;
  font-size: 18px;
  color: #373b70;
}
.news-slider__arrow:hover {
  background-color: #373b70;
  color: #fff;
}
.news-slider__arrow.slick-disabled {
  border-color: rgba(55, 59, 112, 0.2);
  color: rgba(55, 59, 112, 0.7);
  cursor: default;
}
.news-slider__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(55, 59, 112, 0.7);
}
.news-slider__arrow.news-slider__next {
  margin-left: -1px;
}
.news-slider .container {
  position: relative;
  z-index: 10;
}

.living-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
  padding-bottom: var(--py-section-large);
}
.living-slider h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
}
@media (min-width: 1024px) {
  .living-slider h2 {
    margin-top: 0;
    margin-bottom: 74px;
  }
}
@media (min-width: 1440px) {
  .living-slider h2 {
    margin-top: 0;
    margin-bottom: 48px;
  }
}
.living-slider.background-color-color1::after {
  width: 100%;
  height: 60%;
  background: #373b70;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.living-slider__slider {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .living-slider__slider {
    padding-bottom: 0;
  }
}
.living-slider__slide {
  width: 293px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .living-slider__slide {
    width: 284px;
  }
}
@media (min-width: 1440px) {
  .living-slider__slide {
    width: 375px;
    margin-right: 25px;
  }
}
.living-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c6c8ce;
  font-size: 18px;
  color: #191f2e;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.living-slider__arrow:hover {
  border-color: #fff;
  background-color: #191f2e;
  color: #fff;
}
@media (min-width: 1024px) {
  .living-slider__arrow:hover {
    background-color: #fff;
    color: #d82148;
  }
}
.living-slider__arrow.slick-disabled {
  border-color: rgba(198, 200, 206, 0.4);
  color: rgba(25, 31, 46, 0.7);
  cursor: default;
}
.living-slider__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(25, 31, 46, 0.7);
}
@media (min-width: 1024px) {
  .living-slider__arrow.slick-disabled:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1024px) {
  .living-slider__arrow.slick-disabled {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
  }
}
.living-slider__arrow.slick-prev {
  margin-left: -47px;
}
@media (min-width: 1024px) {
  .living-slider__arrow.slick-prev {
    margin-left: 0;
    right: 47px;
  }
}
@media (min-width: 1024px) {
  .living-slider__arrow {
    margin-right: 20px;
    border: 1px solid #fff;
    color: #fff;
    top: -120px;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .living-slider__arrow {
    margin-right: 0;
    top: -96px;
  }
}

.quote-section {
  width: 100%;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
  position: relative;
  z-index: 4;
}
.quote-section blockquote {
  font-size: revert !important;
}
.quote-section.background-color-color1 {
  background: #373b70;
}
.quote-section.background-color-color1 .quote-section__block blockquote p {
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 1440px) {
  .quote-section.background-color-color1 .quote-section__block blockquote p {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .quote-section.background-color-color1 .quote-section__block blockquote p {
    font-size: 50px;
  }
}
.quote-section.background-color-color1 .quote-section__button .btn--text {
  color: #fff;
}
.quote-section.background-color-color2 {
  background: #fff;
}
.quote-section__image img {
  /* stylelint-disable property-no-unknown */
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .quote-section__image {
    width: 100%;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1440px) {
  .quote-section__image {
    width: 100%;
  }
}
.quote-section__block {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}
.quote-section__block blockquote strong {
  font-weight: 400;
  color: #d82148;
}
@media (max-width: 1023.98px) {
  .quote-section__block blockquote {
    font-size: 26px;
    line-height: 33px;
  }
}
.quote-section__button {
  padding-top: 10px;
}
.quote-section__button .btn, .quote-section__button .gform.gravity-theme .gform_footer .gform_button, .gform.gravity-theme .gform_footer .quote-section__button .gform_button,
.quote-section__button .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .quote-section__button .gform_button {
  margin: 0 15px;
}

.services-highlight {
  width: 100%;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
}
.services-highlight::after {
  width: 100%;
  height: 50%;
  background: #373b70;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.services-highlight svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: calc(50% - 1px);
}
.services-highlight svg path {
  fill: #373b70;
}
.services-highlight h4 {
  margin-bottom: 10px;
}
.services-highlight__left:hover .services-highlight__image, .services-highlight__right:hover .services-highlight__image {
  opacity: 1;
}
.services-highlight__left:hover .services-highlight__overlay, .services-highlight__right:hover .services-highlight__overlay {
  color: #fff;
  position: relative;
  z-index: 4;
}
.services-highlight__left:hover .services-highlight__overlay h4, .services-highlight__right:hover .services-highlight__overlay h4 {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .services-highlight__left, .services-highlight__right {
    filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.33));
  }
}
.services-highlight__left {
  width: 100%;
  margin-right: auto;
  padding: 30px 30px 60px;
  position: relative;
}
.services-highlight__left picture,
.services-highlight__left img {
  clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
}
@media (min-width: 1024px) {
  .services-highlight__left picture,
.services-highlight__left img {
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  }
}
@media (min-width: 1440px) {
  .services-highlight__left picture,
.services-highlight__left img {
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
}
@media (min-width: 1024px) {
  .services-highlight__left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 52.5%;
    min-height: 503px;
    padding: 40px 60px 20px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1440px) {
  .services-highlight__left {
    min-height: 756px;
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .services-highlight__left {
    padding: 60px 180px 60px 60px;
  }
}
.services-highlight__right {
  width: 100%;
  margin-left: auto;
  padding: 30px;
  position: relative;
}
.services-highlight__right .services-highlight__image {
  width: 110%;
  left: -10%;
}
.services-highlight__right picture,
.services-highlight__right img {
  clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
}
@media (min-width: 1024px) {
  .services-highlight__right picture,
.services-highlight__right img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 13% 100%);
  }
}
@media (min-width: 1440px) {
  .services-highlight__right picture,
.services-highlight__right img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  }
}
@media (min-width: 1024px) {
  .services-highlight__right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 47.5%;
    min-height: 503px;
    padding: 45px 35px 25px;
    background-color: #fff;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .services-highlight__right {
    min-height: 756px;
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .services-highlight__right {
    padding-right: 100px;
  }
}
.services-highlight__overlay {
  transition: color var(--speed-fast) var(--cubic-bezier);
}
.services-highlight__image {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.25s var(--speed-fast) var(--cubic-bezier);
}
.services-highlight__image::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.services-highlight__image picture {
  display: block;
  position: relative;
}
.services-highlight__image picture::after {
  opacity: 0.65;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.services-highlight__image picture,
.services-highlight__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-highlight__holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  position: relative;
}
@media (max-width: 1023.98px) {
  .services-highlight__holder {
    gap: 16px;
    background: unset;
  }
  .services-highlight__holder .services-highlight__left,
.services-highlight__holder .services-highlight__right {
    background: #fff;
  }
  .services-highlight__holder .services-highlight__right {
    width: 100%;
    left: 0;
  }
}

.offer-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
  margin-bottom: var(--py-section-large);
}
.offer-slider .slick-arrow:last-child {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .offer-slider + .services-highlight {
    margin-top: -80px;
  }
}
.offer-slider + .cta-large {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .offer-slider {
    padding: 48px 0 0;
  }
}
@media (min-width: 1600px) {
  .offer-slider {
    padding: 80px 0 0;
  }
}
.offer-slider--small {
  padding-bottom: var(--py-section-large);
  margin-bottom: 0;
}
.offer-slider--small::after {
  height: 50%;
  top: auto;
  bottom: 0;
}
@media (min-width: 1024px) {
  .offer-slider--small::after {
    height: calc(100% - 300px);
  }
}
@media (min-width: 1440px) {
  .offer-slider--small::after {
    height: calc(100% - 440px);
  }
}
.offer-slider__title {
  text-align: center;
}
.offer-slider__button {
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .offer-slider__button {
    display: none;
  }
}
.offer-slider__slider {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .offer-slider__slider {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .offer-slider__slider {
    margin-top: 60px;
  }
}
.offer-slider__slide {
  width: 313px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .offer-slider__slide {
    width: 436px;
  }
}
@media (min-width: 1440px) {
  .offer-slider__slide {
    width: 642px;
    margin-right: 25px;
  }
}
.offer-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #373b70;
  background: #373b70;
  font-size: 18px;
  color: #fff;
}
.offer-slider__arrow:hover {
  background-color: #fff;
  color: #373b70;
}
.offer-slider__arrow.slick-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.offer-slider__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

main .offer-slider:last-child {
  overflow: hidden;
  margin-bottom: 0;
}

.not-found {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  margin-top: var(--py-section-large);
  margin-bottom: var(--py-section-large);
  padding-top: var(--py-section);
  padding-bottom: var(--py-section-large);
}
@media (min-width: 1440px) {
  .not-found h1 {
    font-size: 64px;
    line-height: 72px;
  }
}

.team-block {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
  padding-bottom: 1px;
}
.team-block__title {
  text-align: center;
}
.team-block__title h2 {
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 1024px) {
  .team-block__title h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .team-block__title h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .team-block__title {
    text-align: left;
  }
}
.team-block::after {
  width: 100%;
  height: calc(100% - 80px);
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .team-block::after {
    height: calc(100% - 80px);
  }
}
@media (min-width: 1440px) {
  .team-block::after {
    height: calc(100% - 200px);
  }
}
.team-block__block {
  display: block;
  width: 320px;
  height: 320px;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .team-block__block {
    width: 360px;
    height: 360px;
  }
}
@media (min-width: 1440px) {
  .team-block__block {
    width: 508px;
    height: 508px;
    margin-right: 25px;
  }
}
.team-block__block-title {
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.team-block__block-img {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.team-block__block-img picture {
  position: absolute;
  top: 0;
}
.team-block__block-img picture img {
  opacity: 1;
  transition: opacity var(--speed-slow);
}
.team-block__block-img picture.hidden img {
  opacity: 0;
}
.team-block__block-img picture,
.team-block__block-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.team-block__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c6c8ce;
  font-size: 18px;
  color: #191f2e;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.team-block__arrow:hover {
  border-color: #fff;
  background-color: #191f2e;
  color: #fff;
}
@media (min-width: 1024px) {
  .team-block__arrow:hover {
    background-color: #fff;
    color: #d82148;
  }
}
.team-block__arrow.slick-disabled {
  border-color: rgba(198, 200, 206, 0.4);
  color: rgba(25, 31, 46, 0.7);
  cursor: default;
}
.team-block__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(25, 31, 46, 0.7);
}
@media (min-width: 1024px) {
  .team-block__arrow.slick-disabled:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1024px) {
  .team-block__arrow.slick-disabled {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
  }
}
.team-block__arrow.slick-prev {
  margin-left: -47px;
}
@media (min-width: 1024px) {
  .team-block__arrow.slick-prev {
    margin-left: 0;
    right: 47px;
  }
}
@media (min-width: 1024px) {
  .team-block__arrow {
    margin-right: 20px;
    border: 1px solid #fff;
    color: #fff;
    top: -90px;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .team-block__arrow {
    margin-right: 0;
    top: -80px;
  }
}

.text-block {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
}

.text-image-block {
  width: 100%;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
}
@media (min-width: 1280px) {
  .text-image-block .block-reverse {
    flex-flow: row-reverse;
  }
}
.text-image-block.color-color1 {
  background: #fff;
}
.text-image-block.color-color2 {
  background: #373b70;
}
.text-image-block.color-color2 .text-image-block__content {
  color: #fff;
}
.text-image-block.color-color3 {
  background: transparent;
}
.text-image-block__image {
  width: calc(100% + 170px);
  height: 100%;
  margin: 0;
  box-shadow: 0 0 90px -10px rgba(0, 0, 0, 0.3);
}
.text-image-block__image picture,
.text-image-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-reverse .text-image-block__image {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .text-image-block__image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .text-image-block__image {
    width: calc(100% + 20px);
    height: 100%;
    margin: 0 0 0 60px;
  }
}
@media (min-width: 1440px) {
  .text-image-block__image {
    width: calc(100% + 170px);
    margin: 0;
  }
}
.text-image-block__content {
  padding-top: 45px;
  padding-bottom: 64px;
}
.text-image-block__content h4 {
  font-family: "Grape Nuts", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #d82148;
}
@media (min-width: 1280px) {
  .block-reverse .text-image-block__content {
    margin-left: 60px;
  }
}
@media (min-width: 1024px) {
  .text-image-block__content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.roadmap {
  margin-top: var(--py-section-large);
  margin-bottom: var(--py-section-large);
}
.roadmap__title h4 {
  font-family: "Grape Nuts", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #d82148;
}
.roadmap__item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.roadmap__item:nth-child(even) .roadmap__item__content {
  order: 20;
}
.roadmap__item:nth-child(even) .roadmap__item__image {
  width: 45%;
  margin-right: 5%;
  order: 10;
  right: 0;
}
.roadmap__item__count p {
  padding: 4px 15px;
  background: #fff;
  font-weight: 900;
  font-size: 20px;
  color: #d82148;
  text-align: center;
  position: relative;
}
.roadmap__item__count p::before {
  width: 18px;
  height: 8px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 10px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .roadmap__item__count p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 1023.98px) {
  .roadmap__item__count {
    width: 100%;
  }
  .roadmap__item__count p {
    margin: 0;
    padding: 0;
  }
}
.roadmap__item__title {
  max-width: 630px;
}
.roadmap__item__title h3 {
  margin: 0;
  padding: 20px 0;
}
.roadmap__item__title:hover {
  cursor: pointer;
}
.roadmap__item__text {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}
.roadmap__item__text ol {
  padding-left: 50px;
  list-style: decimal-leading-zero;
}
.roadmap__item__text ol li {
  padding-left: 10px;
}
.roadmap__item__text ol li::marker {
  display: inline-block;
  margin-right: 20px;
  color: #d82148;
}
@media (max-width: 1023.98px) {
  .roadmap__item__text {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.roadmap__item__buttons {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.roadmap__item__buttons a:first-child {
  border: 1px solid #d82148;
  background: transparent;
  color: #d82148;
}
.roadmap__item__buttons a:first-child:hover {
  background: #d82148;
  color: #fff;
}
.roadmap__item__image {
  display: none;
  padding-bottom: 50px;
  position: relative;
  right: -50px;
}
.roadmap__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023.98px) {
  .roadmap__item__image img {
    display: none !important;
  }
}
.roadmap__item.selected .roadmap__item__image {
  display: block;
}
.roadmap__item.selected .roadmap__item__text {
  display: block;
}
.roadmap__item.selected .roadmap__item__buttons {
  display: block;
}

.contact-form {
  width: 100%;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  position: relative;
  z-index: 4;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}
.contact-form .gform_confirmation_wrapper {
  padding: 24px;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .contact-form {
    padding-top: var(--py-section-large);
    padding-bottom: var(--py-section-large);
  }
}
.contact-form__image {
  width: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.33));
}
.contact-form__image img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.contact-form__image picture {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.contact-form__image picture::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -5px;
  transform: rotate(-13deg);
}
@media (min-width: 1440px) {
  .contact-form__image picture::after {
    bottom: 14px;
    left: -9px;
  }
}
@media (min-width: 1440px) {
  .contact-form__image {
    width: 108px;
  }
}
.contact-form__content {
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
}
.contact-form__content h2 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .contact-form__content h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .contact-form__content h2 {
    margin-bottom: 30px;
  }
}
.contact-form__content h4 {
  margin-bottom: 10px;
}

.cta-large {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-bottom: var(--py-section-large);
}
.cta-large + .offer-slider {
  padding-top: 0;
}
.cta-large h4 {
  margin-bottom: 10px;
}
.cta-large__left {
  width: 100%;
  position: relative;
}
.cta-large__left picture,
.cta-large__left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
}
@media (min-width: 1024px) {
  .cta-large__left picture,
.cta-large__left img {
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  }
}
@media (min-width: 1440px) {
  .cta-large__left picture,
.cta-large__left img {
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
}
@media (min-width: 1024px) {
  .cta-large__left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 52.5%;
    height: 503px;
  }
}
@media (min-width: 1440px) {
  .cta-large__left {
    height: 756px;
  }
}
.cta-large__right {
  width: 100%;
  padding: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .cta-large__right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 47.5%;
    min-height: 503px;
    padding: 45px 35px 25px;
  }
}
@media (min-width: 1440px) {
  .cta-large__right {
    min-height: 756px;
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .cta-large__right {
    padding-right: 100px;
  }
}
.cta-large__holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  position: relative;
}

.new-construction {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
}
.new-construction::after {
  width: 100%;
  height: calc(100% + 380px);
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .new-construction::after {
    height: calc(100% + 250px);
  }
}
@media (min-width: 1440px) {
  .new-construction::after {
    height: calc(100% + 375px);
  }
}
.new-construction__title {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.new-construction__title h4 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .new-construction__title {
    margin-bottom: 50px;
  }
}
.new-construction__slider {
  margin-bottom: 30px;
  position: relative;
}
.new-construction__slide {
  width: 313px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .new-construction__slide {
    width: 436px;
  }
}
@media (min-width: 1440px) {
  .new-construction__slide {
    width: 642px;
    margin-right: 25px;
  }
}
.new-construction__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}
.new-construction__arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #d82148;
}
.new-construction__arrow.slick-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.new-construction__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.new-construction__arrow.news-slider__next {
  margin-left: -1px;
}
.new-construction__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  color: #fff;
  position: relative;
}
.new-construction__toggle::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "\E906";
  font-family: "piksen-icons";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: var(--speed-default);
}
.new-construction__toggle.is-active::after {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1024px) {
  .new-construction__toggle {
    display: none;
  }
}
.new-construction__tabs-content:not(:first-child) {
  display: none;
}
.new-construction__tabs {
  margin-bottom: 30px;
}
.new-construction__tabs ul {
  display: none;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.new-construction__tabs ul li a {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
}
.new-construction__tabs ul li a::after {
  width: 0;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.new-construction__tabs ul li a:hover {
  color: white;
}
.new-construction__tabs ul li a:hover::after {
  width: 100%;
}
@media (min-width: 1024px) {
  .new-construction__tabs ul li a {
    height: 80px;
    padding: 0 60px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .new-construction__tabs ul li a {
    height: 116px;
    padding: 0 45px;
    font-size: 16px;
  }
}
.new-construction__tabs ul li.is-active a {
  color: white;
}
.new-construction__tabs ul li.is-active a::after {
  width: 100%;
}
@media (min-width: 1440px) {
  .new-construction__tabs ul li {
    margin: 0 30px;
  }
}
@media (min-width: 1024px) {
  .new-construction__tabs ul {
    display: flex !important;
    justify-content: center;
    height: auto !important;
    margin: 0 !important;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .new-construction__tabs {
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.search-block {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .search-block {
    margin-bottom: 80px;
  }
}
.search-block__search {
  width: 100%;
  position: relative;
}
.search-block__search button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1440px) {
  .search-block__search button {
    width: 68px;
    height: 68px;
  }
}
.search-block__search input {
  width: 100%;
  height: 58px;
  padding-right: 60px;
  padding-left: 20px;
  background: #fff;
  font-size: 14px;
  color: #191f2e;
}
.search-block__search input::placeholder {
  opacity: 0.3;
  color: #191f2e;
}
@media (min-width: 1440px) {
  .search-block__search input {
    height: 68px;
    font-size: 16px;
  }
}

.search-results {
  width: 100%;
  position: relative;
  z-index: 4;
}
.search-results__block {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 4px solid #fff;
  padding: 45px 40px 70px;
  background: #fff;
  position: relative;
  transition: var(--speed-default);
}
.search-results__block::after {
  content: "\E916";
  font-family: "piksen-icons";
  font-size: 30px;
  line-height: 1;
  color: #c6c8ce;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .search-results__block::after {
    font-size: 34px;
    right: 25px;
    bottom: 25px;
  }
}
.search-results__block h4 {
  margin-bottom: 5px;
}
.search-results__block:hover {
  border-color: #d82148;
}
.search-results__block:hover::after {
  color: #d82148;
}

.blog-details {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-top: var(--py-section);
  margin-bottom: var(--py-section-large);
}
@media (min-width: 1024px) {
  .blog-details {
    margin-top: 0;
  }
}
.blog-details__subtitle {
  margin-bottom: 0;
}
.blog-details__list {
  display: flex;
}
.blog-details__list-item {
  margin-right: 20px;
  border-right: 1px solid #c6c8ce;
  padding-right: 20px;
}
.blog-details__list-item span {
  opacity: 0.2;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 1440px) {
  .blog-details__list-item span {
    font-size: 14px;
  }
}
.blog-details__list-item strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.blog-details__list-item:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
@media (min-width: 1440px) {
  .blog-details__list-item {
    margin-right: 40px;
    padding-right: 40px;
  }
}
.blog-details__holder {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 25px;
  background: #fff;
  position: relative;
}
.blog-details__holder h3 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .blog-details__holder h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .blog-details__holder {
    padding: 60px;
  }
}
@media (min-width: 1440px) {
  .blog-details__holder {
    padding: 100px 160px;
  }
}
.blog-details__content {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .blog-details__content {
    padding-left: 110px;
  }
}
@media (min-width: 1440px) {
  .blog-details__content {
    padding-left: 210px;
  }
}
.blog-details__image {
  width: 100%;
  margin-bottom: 30px;
}
.blog-details__image picture,
.blog-details__image img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-details__image {
    margin-bottom: 60px;
  }
}
.blog-details__video {
  display: block;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.blog-details__video::after {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details__video picture,
.blog-details__video img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-details__video {
    margin-top: 40px;
  }
}
.blog-details__video-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-details__user {
  width: 80px;
  margin-top: -60px;
  margin-bottom: 30px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.33));
  position: relative;
}
.blog-details__user img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.blog-details__user picture {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.blog-details__user picture::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -5px;
  transform: rotate(-13.7deg);
}
@media (min-width: 1440px) {
  .blog-details__user picture::after {
    height: 6px;
    bottom: 18px;
    left: -9px;
  }
}
@media (min-width: 1024px) {
  .blog-details__user {
    width: 77px;
    margin-top: -100px;
  }
}
@media (min-width: 1440px) {
  .blog-details__user {
    width: 110px;
    margin-top: -160px;
  }
}

.cookiebar {
  display: none;
  width: calc(100% - 40px);
  padding: 30px 50px 30px 30px;
  background: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
}
@media (min-width: 1024px) {
  .cookiebar {
    width: 556px;
    padding: 50px;
    right: 30px;
    bottom: 30px;
  }
}
.cookiebar__close {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (min-width: 1024px) {
  .cookiebar__close {
    top: 30px;
    right: 30px;
  }
}
.cookiebar--unaccepted {
  display: block;
}

.share-popup {
  width: 340px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 4;
}
.share-popup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.share-popup ul li {
  margin: 0 2px;
}
.share-popup ul li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: var(--height-btn);
  height: var(--height-btn);
  border: 1px solid #c6c8ce;
  text-decoration: none;
}
.share-popup ul li a:hover {
  border-color: #191f2e;
  background: #191f2e;
  color: #fff;
}
@media (min-width: 1440px) {
  .share-popup ul li a {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .share-popup ul li {
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .share-popup {
    width: 642px;
    padding: 80px 50px;
  }
}
.share-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (min-width: 1024px) {
  .share-popup__close {
    top: 30px;
    right: 30px;
  }
}

.house-gallery {
  --gallery-gap: 10px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
  padding-top: 110px;
}
.house-gallery::after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .house-gallery::after {
    height: calc(100% - 110px);
  }
}
.house-gallery .row {
  margin-right: calc(-1 * var(--gallery-gap));
  margin-left: calc(-1 * var(--gallery-gap));
}
.house-gallery .row [class*=col-] {
  padding-right: var(--gallery-gap);
  padding-left: var(--gallery-gap);
}
.house-gallery .slick-dots {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.house-gallery .slick-dots li button {
  border-color: #fff;
}
.house-gallery .slick-dots li.slick-active button {
  background: #fff;
}
@media (min-width: 1024px) {
  .house-gallery {
    margin-bottom: 0;
    padding-top: 144px;
  }
}
@media (min-width: 1440px) {
  .house-gallery {
    --gallery-gap: 12px;
    padding-top: 280px;
  }
}
.house-gallery__image {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
}
.house-gallery__image span {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1024px) {
  .house-gallery__image span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .house-gallery__image span {
    font-size: 24px;
    line-height: 36px;
  }
}
.house-gallery__image picture,
.house-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .house-gallery__image {
    height: calc(100% - (var(--gallery-gap) * 2));
    margin-bottom: calc(var(--gallery-gap) * 2);
  }
}
.house-gallery__large {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.house-gallery__large picture,
.house-gallery__large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .house-gallery__large {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .house-gallery__large {
    width: calc(100% + 40px);
    height: 228px;
    margin: 0 -20px 60px;
  }
}
.house-gallery__label {
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  left: 20px;
}
.house-gallery__label span {
  display: inline-flex;
  align-content: center;
  align-items: center;
  height: 27px;
  padding: 0 8px;
  background: #f9f6f0;
  font-size: 10px;
  color: #191f2e;
  position: relative;
}
.house-gallery__label span::after {
  width: 14px;
  height: 6px;
  background: #f9f6f0;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 8px;
}
@media (min-width: 1024px) {
  .house-gallery__label span::after {
    width: 18px;
    height: 8px;
    bottom: -8px;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .house-gallery__label span {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .house-gallery__label {
    top: 35px;
    bottom: auto;
    left: 35px;
  }
}
.house-gallery__slider {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.house-gallery__slider .slick-arrow {
  display: none !important;
}
.house-gallery__back {
  position: absolute;
  top: 85px;
  left: 20px;
  z-index: 2;
}

.popup-gallery {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  position: relative;
  z-index: 2;
}
.popup-gallery__holder {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .popup-gallery__holder {
    width: 100%;
    margin: 0;
    padding-top: 13px;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__holder {
    padding-top: 25px;
  }
}
.popup-gallery__slider {
  width: 100%;
  margin-bottom: 25px;
}
.popup-gallery__slider .slick-dots {
  justify-content: center;
  width: 100%;
  padding-top: 0;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.popup-gallery__slider .slick-dots li {
  margin: 0 4px;
}
.popup-gallery__slider .slick-dots li button {
  border-color: #fff;
}
.popup-gallery__slider .slick-dots li.slick-active button {
  background: #fff;
}
.popup-gallery__slider-slide {
  padding-right: 0;
  transition: var(--speed-default);
  /* stylelint-disable */
  /* stylelint-enable */
}
.popup-gallery__slider-slide picture,
.popup-gallery__slider-slide img,
.popup-gallery__slider-slide video,
.popup-gallery__slider-slide iframe {
  display: block;
  width: 100%;
}
.popup-gallery__slider-slide iframe {
  aspect-ratio: 19/13;
}
@media (min-width: 1024px) {
  .popup-gallery__slider-slide.slick-active + .popup-gallery__slider-slide {
    transform: scale(0.8) translateX(-50px);
  }
}
@media (min-width: 1440px) {
  .popup-gallery__slider-slide.slick-active + .popup-gallery__slider-slide {
    transform: scale(0.8);
  }
}
.popup-gallery__slider-slide.slick-active {
  transform: scale(1);
}
@media (min-width: 1024px) {
  .popup-gallery__slider-slide {
    transform: scale(0.8) translateX(50px);
  }
}
@media (min-width: 1440px) {
  .popup-gallery__slider-slide {
    transform: scale(0.8);
  }
}
.popup-gallery .mfp-close {
  opacity: 0;
  display: none;
  position: absolute;
  top: -20px;
  right: 10px;
}
.popup-gallery__header-close {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  padding-top: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 1024px) {
  .popup-gallery__header-close {
    width: 26px !important;
    height: 26px !important;
    font-size: 60%;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__header-close {
    width: 50px !important;
    height: 50px !important;
    font-size: 100%;
  }
}
.popup-gallery__arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #191f2e;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
}
.popup-gallery__arrow.slick-prev {
  right: auto;
  left: 20px;
}
@media (min-width: 1024px) {
  .popup-gallery__arrow.slick-prev {
    left: -13px;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__arrow.slick-prev {
    left: -25px;
  }
}
@media (min-width: 1024px) {
  .popup-gallery__arrow {
    width: 26px;
    height: 26px;
    font-size: 80%;
    right: -13px;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__arrow {
    width: 50px;
    height: 50px;
    font-size: 140%;
    right: -25px;
  }
}
@media (max-width: 1023.98px) {
  .popup-gallery__button .btn, .popup-gallery__button .gform.gravity-theme .gform_footer .gform_button, .gform.gravity-theme .gform_footer .popup-gallery__button .gform_button,
.popup-gallery__button .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .popup-gallery__button .gform_button {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .popup-gallery__button {
    padding: 0 15px;
  }
}

.house-info {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.house-info h2 {
  margin-bottom: 10px;
}
.house-info h4 {
  margin-bottom: 10px;
}
.house-info ul {
  display: flex;
  flex-wrap: wrap;
}
.house-info ul li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
}
.house-info ul li i {
  margin-right: 10px;
}
@media (max-width: 1439.98px) {
  .house-info ul li:nth-child(3) {
    display: none;
  }
}
.house-info ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1440px) {
  .house-info ul li {
    margin-right: 40px;
  }
}
@media (min-width: 1440px) {
  .house-info {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.house-text {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding-bottom: 20px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
.house-text p,
.house-text h4 {
  margin-bottom: 10px;
  color: #191f2e;
}
.house-text h4 {
  color: #d82148;
}
@media (min-width: 1024px) {
  .house-text {
    padding-left: 110px;
  }
}
@media (min-width: 1440px) {
  .house-text {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-left: 140px;
  }
}
.house-text__image {
  width: 54px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.33));
  position: absolute;
  top: 5px;
  left: 0;
}
.house-text__image img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.house-text__image picture {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.house-text__image picture::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -5px;
  transform: rotate(-13deg);
}
@media (min-width: 1440px) {
  .house-text__image picture::after {
    bottom: 14px;
    left: -9px;
  }
}
@media (min-width: 1024px) {
  .house-text__image {
    width: 86px;
  }
}
@media (min-width: 1440px) {
  .house-text__image {
    width: 108px;
    top: 10px;
  }
}

.house-description {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
.house-description h4 {
  margin-bottom: 10px;
}
.house-description strong {
  display: block;
}
@media (min-width: 1440px) {
  .house-description {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.house-description__more.is-active span {
  display: none;
}
.house-description__more.is-active span + span {
  display: block;
}
.house-description__more span + span {
  display: none;
}
.house-description__intro {
  overflow: hidden;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.house-description__intro.is-active {
  height: auto;
}
@media (min-width: 1024px) {
  .house-description__intro {
    height: 230px;
  }
}
@media (min-width: 1440px) {
  .house-description__intro {
    height: 210px;
  }
}
@media (min-width: 1600px) {
  .house-description__intro {
    height: 230px;
  }
}

.house-features {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
.house-features h4 {
  margin-bottom: 10px;
}
.house-features strong {
  display: block;
}
@media (min-width: 1440px) {
  .house-features {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.house-features__more.is-active span {
  display: none;
}
.house-features__more.is-active span + span {
  display: block;
}
.house-features__more span + span {
  display: none;
}
.house-features__intro {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.house-features__intro h3 {
  margin-bottom: 8px;
}
.house-features__intro.is-active .house-features--hidden {
  display: block;
}
.house-features--hidden {
  display: none;
}
.house-features__date {
  padding-bottom: 24px;
}
.house-features__date li {
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding: 15px 0;
  font-size: 14px;
  transition: var(--speed-default);
}
.house-features__date li strong {
  display: block;
  width: 40%;
}
.house-features__date li span {
  display: block;
  text-align: right;
}
@media (min-width: 1024px) {
  .house-features__date li span {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .house-features__date li {
    padding: 18px 0;
    font-size: 16px;
  }
}
.house-features--normal {
  border-bottom: 0;
  padding-bottom: 0;
}

.house-location {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1440px) {
  .house-location {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.house-location__image {
  display: none;
}
.house-location__image img,
.house-location__image picture {
  display: block;
  width: 100%;
}
.house-location__image:nth-child(1), .house-location__image:nth-child(2), .house-location__image.is-active {
  display: block;
}
@media (min-width: 1024px) {
  .house-location__image:nth-child(3) {
    display: block;
  }
}
.house-location__more.is-active span {
  display: none;
}
.house-location__more.is-active span + span {
  display: block;
}
.house-location__more span + span {
  display: none;
}

.house-map {
  width: 100%;
  position: relative;
  z-index: 4;
}
.house-map__map {
  display: inline-flex;
  width: 100%;
  position: relative;
  gap: 0;
}
.house-map__map .sure-map-holder {
  height: unset;
}
@media (max-width: 767.98px) {
  .house-map__map {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.house-map #sure-map {
  height: 100%;
  min-height: 400px;
}
.house-map .house-map__map__filters {
  width: 100%;
  max-width: 250px;
  margin-top: -20px;
  margin-bottom: 20px;
  pointer-events: none;
}
.house-map .house-map__map__filters .inner {
  width: 100%;
  padding: 30px 20px 30px 0;
  pointer-events: auto;
}
.house-map .house-map__map__filters .inner .header {
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f3f7;
  padding-bottom: 16px;
}
.house-map .house-map__map__filters .inner .header h3 {
  margin-bottom: 0;
}
.house-map .house-map__map__filters #sure-map-places {
  display: flex;
  flex-wrap: wrap;
}
.house-map .house-map__map__filters #sure-map-places > * {
  width: 50%;
  padding-right: 8px;
}
.house-map .house-map__map__filters .place-name label {
  cursor: pointer;
  position: relative;
}
.house-map .house-map__map__filters .place-name input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.house-map .house-map__map__filters .place-name input:checked ~ span::before {
  border-color: #d82148;
  background-size: 8px 8px;
  background-color: #d82148;
}
.house-map .house-map__map__filters .place-name span {
  overflow: hidden;
  display: block;
  padding-left: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.house-map .house-map__map__filters .place-name span::before {
  flex-shrink: 0;
  content: "";
  position: absolute !important;
  top: 5px !important;
  left: 0;
}
@media (max-width: 767.98px) {
  .house-map .house-map__map__filters {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .house-map .house-map__map__filters #sure-map-places > * {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .house-map .house-map__map__filters {
    margin: 0;
  }
  .house-map .house-map__map__filters .inner {
    width: 100%;
    max-width: 250px;
  }
  .house-map .house-map__map__filters .inner .header {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .house-map .house-map__map__filters #sure-map-places > * {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .house-map .house-map__map__filters #sure-map-places > * {
    width: 100%;
  }
}

.house-heading {
  width: 100%;
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .house-heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .house-heading {
    margin-bottom: 60px;
  }
}
.house-heading__top {
  width: 100%;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  color: #fff;
  text-align: center;
  padding-top: 110px;
}
.house-heading__top h4 {
  margin-bottom: 10px;
}
.house-heading__top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.house-heading__top ul li {
  width: 50%;
}
.house-heading__top ul li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 4px solid #fff;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.house-heading__top ul li a:hover {
  border-bottom-color: #d82148;
  color: #fff;
}
@media (min-width: 1024px) {
  .house-heading__top ul li a {
    width: 248px;
  }
}
@media (min-width: 1440px) {
  .house-heading__top ul li a {
    width: 280px;
    height: 58px;
    font-weight: 500;
    font-size: 16px;
  }
}
.house-heading__top ul li.is-active a {
  border-bottom-color: #d82148;
  color: #fff;
}
@media (min-width: 1024px) {
  .house-heading__top ul li {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .house-heading__top ul {
    padding-top: 30px;
  }
}
@media (min-width: 1440px) {
  .house-heading__top ul {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .house-heading__top {
    padding-top: 170px;
  }
}
@media (min-width: 1440px) {
  .house-heading__top {
    padding-top: 260px;
  }
}
.house-heading__bottom {
  width: 100%;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.house-heading__bottom a {
  display: inline-flex;
  align-items: center;
}
.house-heading__bottom a i {
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .house-heading__bottom {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.house-list {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.house-list .cta-section {
  margin: 50px 0 30px;
}
@media (min-width: 1024px) {
  .house-list .cta-section {
    margin: 30px 0 60px;
  }
}
@media (min-width: 1440px) {
  .house-list .cta-section {
    margin: 50px 0;
  }
}
.house-list__filter-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.house-list__filter {
  position: relative;
}
.house-list__filter .reset-btn {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.house-list__filter .filter-trigger h3 {
  opacity: 0.6;
  margin-bottom: 5px;
  font-family: "Stolzl Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #191f2e;
}
.house-list__filter .filter {
  margin-bottom: 27px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.3);
  padding-bottom: 30px;
}
.house-list__filter .filter .filter-dropdown li {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.house-list__filter .filter .filter-dropdown li label {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.house-list__filter .filter .filter-dropdown li label span::after {
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c6c8ce;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 0.3s;
}
.house-list__filter .filter .filter-dropdown li label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.house-list__filter .filter .filter-dropdown li label input:checked + span::after {
  border-color: #d82148;
  background-size: 8px auto;
  background-color: #d82148;
}
.house-list__filter .filter.filter-group-prijs::before {
  content: "Prijs";
}
.house-list__filter .filter.filter-group-bouwperiode::before {
  content: "Bouwperiode";
}
.house-list__filter .filter.filter-group-prijs::before, .house-list__filter .filter.filter-group-bouwperiode::before {
  opacity: 0.6;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #191f2e;
}
.house-list__filter .filter.filter-group-prijs .col-sm-6, .house-list__filter .filter.filter-group-bouwperiode .col-sm-6 {
  width: 100%;
}
.house-list__filter .filter.filter-group-prijs .col-sm-6 select, .house-list__filter .filter.filter-group-bouwperiode .col-sm-6 select {
  width: 100%;
  height: 48px;
  border: 0;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: border-color var(--speed-default) ease-out;
  padding-right: 20px;
  padding-left: 20px;
}
.house-list__filter .filter.filter-group-prijs .col-sm-6:first-child, .house-list__filter .filter.filter-group-bouwperiode .col-sm-6:first-child {
  margin-bottom: 10px;
}
.house-list__filter .filter-dropdown .sub-filter h4 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.house-list__filter .filter-dropdown .sub-filter h4 label {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.house-list__filter .filter-dropdown .sub-filter h4 label span::after {
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c6c8ce;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 0.3s;
}
.house-list__filter .filter-dropdown .sub-filter h4 label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.house-list__filter .filter-dropdown .sub-filter h4 label input:checked + span::after {
  border-color: #d82148;
  background-size: 8px auto;
  background-color: #d82148;
}
.house-list__filter.is-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1439.98px) {
  .house-list__filter {
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding: 50px 25px 25px;
    background-color: #f2f3f7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: var(--speed-default);
  }
}
.house-list__filter-search {
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.3);
  padding-bottom: 23px;
}
.house-list__filter-search::before {
  opacity: 0.6;
  display: block;
  margin-bottom: 10px;
  content: "Zoeken";
  font-weight: 400;
  font-size: 16px;
  color: #191f2e;
}
.house-list__filter-search .col-md-2,
.house-list__filter-search .col-md-7 {
  display: none;
}
.house-list__filter-search .col-md-3 {
  width: 100%;
}
.house-list__filter-search .col-md-3 input {
  width: 100%;
  height: 48px;
  border: 0;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 14px;
  transition: border-color var(--speed-default) ease-out;
  padding-right: 20px;
  padding-left: 20px;
}
.house-list__filter-search .col-md-3 input::placeholder {
  opacity: 0.5;
  color: #191f2e;
}

.gallery-section {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 200, 206, 0.2);
  padding-bottom: 20px;
  color: #191f2e;
  position: relative;
  z-index: 5;
}
.gallery-section h4 {
  margin-bottom: 10px;
}
.gallery-section video {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 1440px) {
  .gallery-section {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gallery-section__slider {
    display: flex;
    flex-wrap: wrap;
  }
}
.gallery-section__image {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
}
.gallery-section__image picture,
.gallery-section__image img {
  width: 100%;
}
.gallery-section--video .gallery-section__image {
  position: relative;
}
.gallery-section--video .gallery-section__image::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 100%;
  background-color: #f2f3f7;
  content: "\E91E";
  font-family: "piksen-icons";
  font-size: 14px;
  color: #292c5b;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.steps {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-bottom: var(--py-section-large);
}
.steps__top {
  margin-bottom: 30px;
}
.steps__top h4 {
  margin-bottom: 10px;
  font-family: "Stolzl Book", sans-serif !important;
  color: #d82148;
}
@media (min-width: 1024px) {
  .steps__top {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .steps__top {
    margin-bottom: 60px;
  }
}
.steps__list-item {
  display: flex;
  flex-wrap: wrap;
}
.steps__list-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .steps__list-item:nth-child(even) .steps__list-right {
    padding-right: 75px;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .steps__list-item:nth-child(even) .steps__list-right {
    padding: 50px 130px;
  }
}
@media (min-width: 1024px) {
  .steps__list-item:nth-child(even) .steps__list-label {
    right: 100%;
    left: auto;
  }
}
.steps__list-left {
  width: calc(100% + 40px);
  margin: 0 -20px 30px;
  position: relative;
}
.steps__list-left picture,
.steps__list-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .steps__list-left {
    width: 50%;
    height: 358px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .steps__list-left {
    height: 496px;
  }
}
.steps__list-label {
  display: inline-flex;
  align-content: center;
  align-items: center;
  height: 27px;
  padding: 0 8px;
  background: #f9f6f0;
  font-family: "Grape Nuts", sans-serif;
  font-size: 20px;
  color: #d82148;
  position: absolute;
  top: 20px;
  left: 20px;
}
.steps__list-label::after {
  width: 14px;
  height: 6px;
  background: #f9f6f0;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 8px;
}
@media (min-width: 1024px) {
  .steps__list-label::after {
    width: 18px;
    height: 8px;
    bottom: -8px;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .steps__list-label {
    height: 34px;
    padding: 20px 15px;
    font-size: 24px;
    top: 0;
    left: 100%;
  }
}
.steps__list-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .steps__list-right {
    width: 50%;
    margin-bottom: 0;
    padding-left: 75px;
  }
}
@media (min-width: 1600px) {
  .steps__list-right {
    padding: 50px 130px;
  }
}
.steps__list-content {
  width: 100%;
}
.steps__list-content ol {
  margin-bottom: 20px;
  margin-left: 30px;
}
.steps__list-content ol li {
  margin-bottom: 5px;
  font-size: 12px;
  list-style-type: decimal-leading-zero;
}
.steps__list-content ol li::marker {
  color: #d82148;
}
@media (min-width: 1024px) {
  .steps__list-content ol li {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .steps__list-content ol li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .steps__list-content ol {
    margin-bottom: 30px;
    margin-left: 40px;
  }
}

.description {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section);
}
.description .description__subtitle {
  display: block;
  margin-bottom: 4px;
  font-family: "Grape Nuts", sans-serif;
  color: #d82148;
}
@media (min-width: 1600px) {
  .description .description__subtitle {
    font-size: 36px;
  }
}
.description .description__content a {
  color: #d82148;
}

.cta-section {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .cta-section {
    text-align: left;
  }
}
.cta-section__holder {
  margin-top: 35px;
  padding: 25px;
  background: #fff;
  position: relative;
}
.cta-section__holder h3 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .cta-section__holder h3 {
    margin-bottom: 0;
  }
}
.cta-section__holder h4 {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .cta-section__holder {
    margin-top: 0;
    padding: 30px 50px;
  }
}
@media (min-width: 1440px) {
  .cta-section__holder {
    padding: 45px 45px 65px;
  }
}
.cta-section__content {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .cta-section__content {
    padding-left: 110px;
  }
}
@media (min-width: 1440px) {
  .cta-section__content {
    padding-left: 210px;
  }
}
.cta-section__image {
  width: 80px;
  margin: -60px auto 30px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.33));
}
.cta-section__image img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.cta-section__image picture {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.cta-section__image picture::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -5px;
  transform: rotate(-13.7deg);
}
@media (min-width: 1440px) {
  .cta-section__image picture::after {
    height: 6px;
    bottom: 18px;
    left: -9px;
  }
}
@media (min-width: 1024px) {
  .cta-section__image {
    width: 77px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .cta-section__image {
    width: 140px;
  }
}

.news-posts {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-bottom: var(--py-section);
}
.news-posts .news-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.news-posts .news-posts-wrapper .card-blog,
.news-posts .news-posts-wrapper .card-house {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .news-posts .news-posts-wrapper .card-blog,
.news-posts .news-posts-wrapper .card-house {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination ul li {
  margin: 0 4px;
}
.pagination ul li a,
.pagination ul li span {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
  font-size: 16px;
  text-decoration: none;
  transition: color var(--speed-default), background-color var(--speed-default);
}
.pagination ul li a:hover,
.pagination ul li span:hover {
  background-color: #d82148;
  color: #fff;
}
.pagination ul li span {
  background: #fff;
}
@media (min-width: 1440px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination__holder {
  position: relative;
}
.pagination__next, .pagination__prev {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c6c8ce;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  top: 0;
  z-index: 2;
  transition: border-color var(--speed-default), background var(--speed-default);
}
.pagination__next:hover, .pagination__prev:hover {
  border-color: #fff;
  background: #fff;
}
.pagination__prev {
  left: 0;
}
.pagination__next {
  right: 0;
}

.team-info {
  width: 100%;
  position: relative;
  z-index: 6;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .team-info {
    padding-top: 0;
  }
}
.team-info__btn {
  font-size: 20px;
  position: absolute;
  top: -22px;
  left: 20px;
}
.team-info__content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .team-info__content {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .team-info__content {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.team-info__link {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(25, 31, 46, 0.2);
  padding-top: 30px;
}
.team-info__link p {
  margin-bottom: 10px;
}
.team-info__link a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  transition: color var(--speed-default);
}
.team-info__link a i {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #d82148;
  color: #fff;
}
.team-info__link a:hover {
  color: #d82148;
}
.team-info__image {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.team-info__image picture,
.team-info__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .team-info__image {
    width: calc(100% + 20px);
    height: 534px;
    margin: 0 0 0 60px;
  }
}
@media (min-width: 1440px) {
  .team-info__image {
    width: calc(100% + 170px);
    height: 673px;
    margin: 0;
  }
}
.team-info__content-wrapper {
  max-height: 100%;
}
@media (min-width: 1024px) {
  .team-info__content-wrapper {
    min-height: 767px;
  }
}
@media (min-width: 1440px) {
  .team-info__content-wrapper {
    min-height: 1080px;
  }
}
.team-info__right {
  width: calc(100% + 40px);
  max-height: 100%;
  margin: 0 -20px 30px;
  position: relative;
}
.team-info__right picture,
.team-info__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 1024px) {
  .team-info__right {
    width: 42%;
    height: 767px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 58%;
  }
}
@media (min-width: 1440px) {
  .team-info__right {
    width: 50%;
    height: 1080px;
    left: 50%;
  }
}
.team-info__block-img {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.team-info__block-img::before {
  width: 50%;
  height: 200%;
  border-right: 8px solid #d82148;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 50px);
  transform: rotate(-10deg) translateY(-25%);
}
@media (min-width: 1440px) {
  .team-info__block-img {
    width: 200px;
  }
}
.team-info__block {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 25px 100px 25px 25px;
  background: #fff;
  position: relative;
}
.team-info__block::after {
  content: "\E901";
  font-family: "piksen-icons";
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .team-info__block::after {
    font-size: 26px;
    right: 180px;
  }
}
@media (min-width: 1440px) {
  .team-info__block::after {
    font-size: 30px;
    right: 220px;
  }
}
.team-info__block h5 {
  margin-bottom: 10px;
}
.team-info__block h4 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .team-info__block {
    padding: 35px 220px 35px 25px;
  }
}
@media (min-width: 1440px) {
  .team-info__block {
    width: 550px;
    padding: 25px 270px 25px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.form-popup {
  width: calc(100% - 40px);
  margin: 20px;
  padding: 60px 30px 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 4;
}
.form-popup .mfp-close {
  opacity: 0;
  display: none;
  position: absolute;
  top: -20px;
  right: 10px;
}
@media (min-width: 1024px) {
  .form-popup {
    width: 780px;
    margin: 0 auto;
    padding: 75px;
  }
}
@media (min-width: 1440px) {
  .form-popup {
    width: 1080px;
    padding: 75px 140px;
  }
}
.form-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (min-width: 1024px) {
  .form-popup__close {
    top: 30px;
    right: 30px;
  }
}

.construction-slider {
  width: 100%;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  position: relative;
  z-index: 4;
  padding-top: var(--py-section-large);
}
.construction-slider__content:not(.is-active) {
  display: none !important;
}
.construction-slider__content:not(.is-active).active {
  display: block;
}
@media (min-width: 1024px) {
  .construction-slider {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .construction-slider {
    padding-bottom: var(--py-section-large);
  }
}
.construction-slider__title {
  color: #fff;
  text-align: center;
}
.construction-slider__title h4 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .construction-slider__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .construction-slider__title {
    margin-bottom: 60px;
  }
}
.construction-slider__slider {
  width: calc(100% + 20px);
  margin-bottom: 30px;
}
.construction-slider__slider .slick-dots {
  justify-content: center;
  width: 100%;
}
.construction-slider__slider .slick-dots li {
  margin: 0 3px;
}
.construction-slider__slider .slick-dots li button {
  border-color: #fff;
}
.construction-slider__slider .slick-dots li.slick-active button {
  border-color: #d82148;
  background: #d82148;
}
@media (min-width: 1440px) {
  .construction-slider__slider {
    width: 100%;
  }
}
.construction-slider__link {
  width: calc(100% - 96px);
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
}
.construction-slider__link i {
  margin-right: 10px;
}
@media (max-width: 1023.98px) {
  .construction-slider__link {
    color: #191f2e;
  }
}
@media (max-width: 1023.98px) {
  .construction-slider__bottom {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 15px 20px 20px;
    background: #fff;
  }
}
.construction-slider__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(198, 200, 206, 0.3);
  padding: 16px 0;
  transition: color var(--speed-fast);
}
.construction-slider__item:hover {
  color: #d82148;
}
.construction-slider__slide {
  width: 313px;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 1440px) {
  .construction-slider__slide.is-active::after {
    width: 0;
    height: 0;
    border-width: 0 16px 12px 16px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1600px) {
  .construction-slider__slide.is-active::after {
    bottom: -33px;
  }
}
@media (min-width: 1024px) {
  .construction-slider__slide {
    width: 740px;
  }
}
@media (min-width: 1440px) {
  .construction-slider__slide {
    width: 642px;
    margin-right: 25px;
  }
}
.construction-slider__content {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .construction-slider__content {
    margin-top: -47px;
  }
}
@media (min-width: 1600px) {
  .construction-slider__content {
    margin-top: -45px;
  }
}
.construction-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
.construction-slider__arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #d82148;
}
@media (max-width: 1023.98px) {
  .construction-slider__arrow:hover {
    border-color: #191f2e;
    background-color: #191f2e;
    color: #fff;
  }
}
.construction-slider__arrow.slick-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.construction-slider__arrow.slick-disabled:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1023.98px) {
  .construction-slider__arrow.slick-disabled:hover {
    color: rgba(25, 31, 46, 0.7);
  }
}
@media (max-width: 1023.98px) {
  .construction-slider__arrow.slick-disabled {
    border-color: rgba(25, 31, 46, 0.2);
    color: rgba(25, 31, 46, 0.7);
  }
}
.construction-slider__arrow.news-slider__next {
  margin-left: -1px;
}
@media (max-width: 1023.98px) {
  .construction-slider__arrow {
    border-color: #191f2e;
    color: #191f2e;
  }
}
.construction-slider__holder {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
  position: relative;
}
.construction-slider__holder::after {
  width: 0;
  height: 0;
  border-width: 0 16px 12px 16px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .construction-slider__holder::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .construction-slider__holder {
    width: 100%;
    margin: 0;
    padding: 45px 80px;
  }
}
@media (min-width: 1440px) {
  .construction-slider__holder {
    padding: 45px 30px 35px;
  }
}
.construction-slider__heading {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(198, 200, 206, 0.3);
  padding: 13px 0;
  font-weight: 700;
}
.construction-slider__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(198, 200, 206, 0.3);
  padding: 16px 0;
}
.construction-slider__left {
  width: 50%;
  font-weight: 700;
}
.construction-slider__right {
  width: 50%;
  text-align: right;
}
.construction-slider__col1 {
  width: 12.5%;
}
.construction-slider__col2 {
  width: 19.3%;
}
@media (min-width: 1600px) {
  .construction-slider__col2 {
    width: 16%;
  }
}
.construction-slider__col3 {
  width: 24%;
}
@media (min-width: 1600px) {
  .construction-slider__col3 {
    width: 25.7%;
  }
}
.construction-slider__col4, .construction-slider__col5 {
  width: 14%;
}
@media (min-width: 1600px) {
  .construction-slider__col4, .construction-slider__col5 {
    width: 12%;
  }
}
.construction-slider__col6 {
  width: 16%;
}
@media (min-width: 1600px) {
  .construction-slider__col6 {
    width: 18%;
  }
}

.heading {
  width: 100%;
  padding-top: var(--py-section-large);
  padding-bottom: var(--py-section-large);
  text-align: center;
  position: relative;
  z-index: 4;
}
.heading p {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .heading p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .heading p {
    font-size: 24px;
    line-height: 36px;
  }
}

.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 6;
}
.banner.page-banner::after {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.banner.page-banner .container {
  margin-top: var(--py-section-large);
  margin-bottom: var(--py-section-large);
  position: relative;
  z-index: 20;
}
.banner.page-banner .banner__image {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .banner.page-banner .banner__image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .banner.page-banner .banner__image {
    width: 100%;
    margin: 0;
  }
}
.banner.page-banner .banner__content {
  margin-top: var(--py-section-large);
}
.banner.page-banner .banner__content > h4 {
  color: #d82148;
}
.banner.page-banner .banner__content h1 {
  color: #fff;
}
.banner.page-banner .banner__content p {
  color: #fff;
}
.banner.page-banner svg {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 20;
}
.banner.page-banner.color-color1 svg path {
  fill: #fff;
}
.banner.page-banner.color-color2 svg path {
  fill: #373b70;
}
@media (min-width: 1024px) {
  .banner .row-reverse {
    flex-flow: row-reverse;
  }
  .banner .row-reverse .banner__image {
    margin-left: -40px;
  }
}
.banner__content {
  font-weight: 400;
  padding-top: 45px;
  padding-bottom: 20px;
}
.banner__content .card-help {
  margin-top: var(--py-section-large);
}
@media (max-width: 1023.98px) {
  .banner__content .card-help {
    display: none;
  }
}
@media (min-width: 1024px) {
  .banner__content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.banner__buttons {
  margin-top: 30px;
}
.banner__image {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.banner__image picture,
.banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .banner__image {
    width: calc(100% + 20px);
    height: 100%;
    margin: 0 0 0 60px;
  }
}
@media (min-width: 1440px) {
  .banner__image {
    width: calc(100% + 170px);
    margin: 0;
  }
}

.hero {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
.hero .container {
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    height: 568px;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 768px;
  }
}
@media (min-width: 1440px) {
  .hero {
    height: 960px;
  }
}
.hero__list {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .hero__list {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .hero__list {
    padding-top: 30px;
  }
}
.hero__list-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.hero__list-link span {
  opacity: 1;
  display: flex;
  align-content: center;
  align-items: center;
  width: 110px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  transition: var(--speed-default);
}
.hero__list-link span::before {
  content: "\E901";
  font-family: "piksen-icons";
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .hero__list-link span::before {
    font-size: 18px;
  }
}
.hero__list-link span::after {
  opacity: 0;
  margin-left: 10px;
  content: "\E901";
  font-family: "piksen-icons";
  font-size: 15px;
  color: #d82148;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-10px, -50%);
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .hero__list-link span::after {
    font-size: 18px;
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .hero__list-link span {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .hero__list-link span {
    width: 118px;
    padding-left: 30px;
  }
}
.hero__list-link .service-label {
  opacity: 0.6;
  font-size: 30px;
}
.hero__list-link:hover {
  color: #fff;
}
.hero__list-link:hover .service-label {
  opacity: 1;
}
.hero__list-link:hover span {
  padding-left: 0;
}
.hero__list-link:hover span::before {
  opacity: 0;
  transform: translate(10px, -50%);
}
.hero__list-link:hover span::after {
  opacity: 1;
  transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .hero__list-link {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .hero__list-link {
    font-size: 34px;
    line-height: 38px;
  }
}
.hero__list-item {
  padding: 10px 0;
}
.hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__image::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 82%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__image::after {
    background-image: url(../images/hero-grid.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.hero__image picture,
.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.hero__image svg path {
  fill: #373b70;
}
.hero__video {
  min-width: 100%;
  min-height: 100%;
  background-color: #373b70;
  position: absolute;
  top: 0;
}
.hero__video.desktop {
  display: none;
}
.hero__video.responsive {
  display: block;
  height: 100%;
}
@media (min-width: 1024px) {
  .hero__video.desktop {
    display: block;
  }
  .hero__video.responsive {
    display: none;
  }
}
.hero__content {
  width: 100%;
  padding: 155px 0 0 0;
  position: relative;
  z-index: 2;
}
.hero__content * {
  color: #fff;
}
.hero__content h4 {
  font-family: "Grape Nuts", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #fff;
}
.hero__buttons {
  margin-top: 30px;
}
.hero__buttons a {
  width: 100%;
}
.hero__extra-content {
  box-sizing: border-box;
  max-width: 630px;
  padding: 60px 70px;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  color: #fff;
  position: absolute;
  right: calc(100% / 2 - 620px);
  bottom: 0;
}
.hero__extra-content * {
  color: #fff;
}
.hero__extra-content h4 {
  max-width: 350px;
}
@media (max-width: 1023.98px) {
  .hero__extra-content {
    right: 0;
  }
}
@media (max-width: 640px) {
  .hero__extra-content {
    display: none;
  }
}
.hero__logo::after {
  content: "\E900";
  font-family: "piksen-icons";
  font-size: 44px;
  line-height: 1;
  color: #d82148;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1440px) {
  .hero__logo::after {
    font-size: 56px;
  }
}
.hero__logo img {
  width: 100%;
  animation: rotating 10s linear 0s infinite;
}
@media (min-width: 1024px) {
  .hero__logo {
    width: 195px;
    position: absolute;
    right: calc(50% - 640px);
    bottom: 0;
    left: inherit;
    z-index: 4;
  }
}
@media (max-width: 1439.98px) {
  .hero__logo {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .hero__logo {
    width: 195px;
  }
}

.house-info-sidebar {
  position: relative;
}
@media (min-width: 1024px) {
  .house-info-sidebar {
    padding-bottom: 96px;
  }
  .house-info-sidebar .sticky-wrapper {
    position: sticky;
    top: 48px;
    z-index: 10;
    transition: top var(--speed-fast) linear;
  }
  .house-info-sidebar .sticky-wrapper.sticky-wrapper--navigation {
    top: 200px;
  }
}

.qualis .offer-slider {
  overflow: hidden;
  margin-bottom: 0;
  padding: 80px 0;
}
.qualis .offer-slider + .cta-section {
  margin-top: -50px;
}
@media (min-width: 1280px) {
  .qualis .offer-slider {
    padding: 120px 0;
  }
}
@media (min-width: 1920px) {
  .qualis .offer-slider {
    padding: 160px 0;
  }
}
.qualis .page-banner {
  position: relative;
}
.qualis .page-banner .qualis-logo {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .qualis .page-banner .qualis-logo {
    width: 55px;
    height: 55px;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .qualis .page-banner .qualis-logo {
    top: 70px;
    right: 70px;
  }
}
@media (min-width: 1440px) {
  .qualis .page-banner {
    padding-top: 125px;
    padding-bottom: 160px;
  }
}

.qualis-logo {
  display: none;
}

.section-video {
  padding: 80px 0;
}
.section-video .video__wrapper {
  justify-content: space-between;
  align-items: center;
}
.section-video .video__wrapper .btn, .section-video .video__wrapper .gform.gravity-theme .gform_footer .gform_button, .gform.gravity-theme .gform_footer .section-video .video__wrapper .gform_button,
.section-video .video__wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .section-video .video__wrapper .gform_button {
  width: 40px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.section-video .video__wrapper .btn::after, .section-video .video__wrapper .gform.gravity-theme .gform_footer .gform_button::after, .gform.gravity-theme .gform_footer .section-video .video__wrapper .gform_button::after,
.section-video .video__wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button::after,
.gform_wrapper.gravity-theme .gform_footer .section-video .video__wrapper .gform_button::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 14px;
  left: -5px;
  transform: rotate(-13deg);
}
.section-video .video__wrapper .btn i, .section-video .video__wrapper .gform.gravity-theme .gform_footer .gform_button i, .gform.gravity-theme .gform_footer .section-video .video__wrapper .gform_button i,
.section-video .video__wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button i,
.gform_wrapper.gravity-theme .gform_footer .section-video .video__wrapper .gform_button i {
  color: #000;
}
@media (min-width: 1280px) {
  .section-video .video__wrapper .btn, .section-video .video__wrapper .gform.gravity-theme .gform_footer .gform_button, .gform.gravity-theme .gform_footer .section-video .video__wrapper .gform_button,
.section-video .video__wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .section-video .video__wrapper .gform_button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1279.98px) {
  .section-video .video__wrapper .blog-details__video {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .section-video {
    padding: 120px 0;
  }
}
@media (min-width: 1920px) {
  .section-video {
    padding: 160px 0;
  }
}

.section-usps .usps__wrapper {
  padding: 80px 25px;
  background-color: #fff;
}
.section-usps .usps__wrapper .usp__subtitle {
  display: block;
  margin-bottom: 4px;
  font-family: "Grape Nuts", sans-serif;
  color: #d82148;
}
@media (min-width: 1600px) {
  .section-usps .usps__wrapper .usp__subtitle {
    font-size: 36px;
  }
}
.section-usps .usps__wrapper .usp__title {
  font-size: 32px;
}
.section-usps .usps__wrapper .usp__title,
.section-usps .usps__wrapper .usp__subtitle {
  text-align: center;
}
.section-usps .usps__wrapper .usp__content {
  margin-top: 32px;
}
.section-usps .usps__wrapper .usp__content .usp-content .usp {
  font-size: 14px;
}
.section-usps .usps__wrapper .usp__content .usp-content .usp::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: 500;
  color: #d82148;
  /* Change the color */
}
@media (min-width: 1024px) {
  .section-usps .usps__wrapper {
    padding: 120px 0;
  }
}
@media (min-width: 1920px) {
  .section-usps .usps__wrapper {
    padding: 160px 0;
  }
}

.section.section--findproperty {
  background-color: #fff;
}
.section.section--findproperty .row {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section.section--findproperty .gfield .checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 16px;
  }
  .section.section--findproperty .gfield .checkbox-group .form-check {
    margin-top: 0;
  }
  .section.section--findproperty .gfield .checkbox-group .form-check label {
    font-family: sans-serif;
  }
}

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

.card-copper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 9;
  transition: var(--speed-default);
}
@media (max-width: 1439.98px) {
  .card-copper .btn, .card-copper .gform.gravity-theme .gform_footer .gform_button, .gform.gravity-theme .gform_footer .card-copper .gform_button,
.card-copper .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .card-copper .gform_button {
    display: flex;
    width: 100%;
  }
}
.card-copper h4 {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .card-copper {
    margin-bottom: 120px;
    padding: 45px;
  }
}
@media (min-width: 1600px) {
  .card-copper {
    margin-top: -55px;
    padding: 50px 70px;
  }
}
.card-copper__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.card-copper__text i {
  margin-right: 10px;
}

.card-team {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0 25px 25px;
  background: #fff;
  position: relative;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .card-team {
    margin-top: 20px;
    padding: 0 35px 35px;
  }
}
@media (min-width: 1440px) {
  .card-team {
    margin-top: 0;
    padding: 0 50px 50px;
  }
}
.card-team__image {
  width: 80px;
  margin-top: -40px;
  margin-bottom: 20px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.33));
}
.card-team__image img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.card-team__image picture {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.card-team__image picture::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -5px;
  transform: rotate(-13deg);
}
@media (min-width: 1440px) {
  .card-team__image picture::after {
    bottom: 14px;
    left: -9px;
  }
}
@media (min-width: 1440px) {
  .card-team__image {
    width: 108px;
    margin-top: -60px;
  }
}
.card-team__content {
  width: 100%;
}

.card-blog {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  transition: var(--speed-default);
}
.card-blog::before {
  width: 100%;
  height: 4px;
  background-color: transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background-color var(--speed-default);
}
.card-blog::after {
  content: "\E901";
  font-family: "piksen-icons";
  font-size: 24px;
  line-height: 1;
  color: #c6c8ce;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: color var(--speed-default);
}
@media (min-width: 1600px) {
  .card-blog::after {
    font-size: 40px;
    right: 25px;
    bottom: 25px;
  }
}
.card-blog:hover {
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.33));
}
.card-blog:hover::before {
  background-color: #d82148;
}
.card-blog:hover::after {
  color: #d82148;
}
@media (min-width: 1440px) {
  .card-blog {
    display: flex;
    flex-wrap: wrap;
  }
}
.card-blog__content {
  width: 100%;
  padding: 25px 25px 60px 25px;
}
.card-blog__content h4 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .card-blog__content h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .card-blog__content {
    padding: 25px 60px 25px 25px;
  }
}
@media (min-width: 1440px) {
  .card-blog__content {
    width: 46%;
    padding: 40px 20px;
  }
}
.card-blog__image {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
}
.card-blog__image--right {
  clip-path: polygon(18.2% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.card-blog__image img,
.card-blog__image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .card-blog__image {
    width: 54%;
    clip-path: polygon(0 0, 100% 0%, 255px 100%, 0% 100%);
  }
  .card-blog__image--right {
    clip-path: polygon(51px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1600px) {
  .card-blog__image {
    clip-path: polygon(0 0, 100% 0%, 355px 100%, 0% 100%);
  }
  .card-blog__image--right {
    clip-path: polygon(71px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.card-teams {
  overflow: hidden;
  display: block;
  height: 680px;
  position: relative;
  transition: var(--speed-default);
}
.card-teams__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-teams__image {
  height: 100%;
  position: absolute;
  top: 0;
}
.card-teams__image img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
  transition: opacity var(--speed-slow);
}
.card-teams__image.hidden img {
  opacity: 0;
}
.card-teams__content {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-teams__content h3 {
  margin-bottom: 5px;
}
.card-teams__content p {
  opacity: 0.6;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .card-teams__content {
    height: auto;
    padding: 30px 45px;
  }
}
.card-teams__link {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: color var(--speed-default);
}
.card-teams__link:hover {
  color: #d82148;
}
.card-teams img,
.card-teams picture {
  display: block;
  width: 100%;
  transition: var(--speed-default);
}
.card-teams:hover {
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.33));
}
.card-teams:hover picture {
  transform: scale(1.06);
}

.card-help {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 55px 75px;
  background-image: linear-gradient(to bottom, #373b70 0%, #292c5b 100%);
  position: relative;
  transition: var(--speed-default);
}
.banner .card-help {
  max-width: 580px;
  margin-top: var(--py-section-large);
}
@media (max-width: 1023.98px) {
  .banner .card-help {
    margin-bottom: -60px;
    padding: 45px 50px;
  }
}
@media (min-width: 1024px) {
  .card-help {
    padding: 45px 50px;
  }
}
@media (min-width: 1440px) {
  .card-help {
    padding: 55px 75px;
  }
}
.card-help--house {
  margin-bottom: 80px;
  padding: 0 25px 25px;
}
@media (min-width: 1024px) {
  .card-help--house {
    padding: 0 25px 25px;
  }
}
@media (min-width: 1600px) {
  .card-help--house {
    padding: 0 70px 50px;
  }
}
.card-help__image {
  width: 80px;
  margin-top: -50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.33));
}
.card-help__image img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
}
.card-help__image picture {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.card-help__image picture::after {
  width: 110%;
  height: 4px;
  background: #d82148;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -5px;
  transform: rotate(-13deg);
}
@media (min-width: 1440px) {
  .card-help__image picture::after {
    bottom: 14px;
    left: -9px;
  }
}
@media (min-width: 1440px) {
  .card-help__image {
    width: 108px;
    margin-top: -70px;
  }
}
.card-help__content {
  width: 100%;
  color: #fff;
}
.card-help__content h5 {
  margin-bottom: 10px;
}
.card-help__content h4 {
  max-width: 360px;
}
.card-help__content p {
  font-size: 16px;
  line-height: 190%;
}
.card-help__content a {
  transition: color var(--speed-default) var(--cubic-bezier);
}
.card-help__content a:hover {
  color: #d82148;
  text-decoration: underline;
}

.card-house {
  overflow: hidden;
  display: block;
  position: relative;
  transition: var(--speed-default);
}
.card-housea {
  cursor: pointer;
}
.card-house::after {
  content: "\E916";
  font-family: "piksen-icons";
  font-size: 34px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .card-house::after {
    font-size: 30px;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .card-house::after {
    font-size: 44px;
    right: 25px;
    bottom: 25px;
  }
}
.card-house:hover {
  margin-bottom: -4px;
  border-bottom: 4px solid #d82148;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.33));
}
.card-house:hover::after {
  color: #d82148;
}
.card-house:hover .card-house__image {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .card-house:hover .card-house__image {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1440px) {
  .card-house:hover .card-house__image {
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1024px) {
  .card-house {
    display: flex;
    flex-wrap: wrap;
  }
}
.card-house__content-top {
  width: 100%;
}
.card-house__content {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  width: calc(100% - 20px);
  height: 100%;
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-house__content h4 {
  margin-bottom: 15px;
}
.card-house__content ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}
.card-house__content ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 10px;
}
.card-house__content ul li i {
  margin-right: 10px;
}
@media (max-width: 1023.98px) {
  .card-house__content ul li:nth-child(2) {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .card-house__content ul li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .card-house__content ul li:nth-child(3) {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }
}
.card-house__content ul li:last-child {
  display: none;
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
@media (min-width: 1440px) {
  .card-house__content ul li:last-child {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .card-house__content ul li {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .card-house__content {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .card-house__content {
    display: block;
    height: auto;
  }
}
.card-house__image {
  aspect-ratio: 642/509;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  transition: var(--speed-default);
}
.card-house__image::after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.card-house__image picture {
  position: absolute;
  top: 0;
}
.card-house__image picture img {
  opacity: 1;
  transition: opacity var(--speed-slow);
}
.card-house__image picture .btn, .card-house__image picture .gform.gravity-theme .gform_footer .gform_button, .gform.gravity-theme .gform_footer .card-house__image picture .gform_button,
.card-house__image picture .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .card-house__image picture .gform_button {
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.card-house__image picture.hidden img,
.card-house__image picture.hidden figcaption {
  opacity: 0;
}
.card-house__image img,
.card-house__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.card-house__label {
  margin-bottom: 15px;
}
.card-house__label span {
  display: inline-flex;
  align-content: center;
  align-items: center;
  height: 27px;
  padding: 0 8px;
  background: #f9f6f0;
  font-size: 10px;
  color: #191f2e;
  position: relative;
}
.card-house__label span::after {
  width: 14px;
  height: 6px;
  background: #f9f6f0;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 8px;
}
@media (min-width: 1024px) {
  .card-house__label span::after {
    width: 18px;
    height: 8px;
    bottom: -8px;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .card-house__label span {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .card-house__label {
    margin-bottom: 20px;
  }
}

.card-review {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
}
.slick-active .card-review {
  background-color: #fff;
}
.slick-active .card-review .card-review__label span {
  color: #191f2e;
}
@media (min-width: 1024px) {
  .card-review {
    display: flex;
    flex-wrap: wrap;
  }
}
.card-review__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 35px;
}
.card-review__content p {
  opacity: 0.2;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 14px;
}
.card-review__content p span {
  padding: 0 5px;
}
.card-review__content h4 {
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .card-review__content h4 {
    font-size: 23px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .card-review__content {
    width: 50%;
    padding: 55px 35px 35px 35px;
  }
}
@media (min-width: 1440px) {
  .card-review__content {
    padding: 50px;
  }
}
@media (max-width: 1023.98px) {
  .card-review__content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .card-review__content .card-review__label {
    margin-bottom: unset;
  }
  .card-review__content p {
    margin-top: unset;
  }
  .card-review__content h4 {
    margin-top: unset;
  }
}
.card-review__image {
  width: 100%;
}
.card-review__image img,
.card-review__image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .card-review__image {
    width: 50%;
  }
}
.card-review__label {
  margin-bottom: 25px;
}
.card-review__label span {
  display: inline-flex;
  align-content: center;
  align-items: center;
  height: 27px;
  padding: 0 8px;
  background: #f9f6f0;
  font-size: 10px;
  position: relative;
}
.card-review__label span::after {
  width: 14px;
  height: 6px;
  background: #f9f6f0;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 8px;
}
@media (min-width: 1024px) {
  .card-review__label span::after {
    width: 18px;
    height: 8px;
    bottom: -8px;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .card-review__label span {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .card-review__label {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .card-review {
    height: 275px;
  }
}
@media (max-width: 767.98px) {
  .card-review {
    height: 320px;
  }
  .card-review h4 {
    font-size: 14px !important;
  }
  .card-review p {
    font-size: 10px;
  }
}

.card-news {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  transition: var(--speed-default);
}
.card-news::after {
  content: "\E916";
  font-family: "piksen-icons";
  font-size: 24px;
  line-height: 1;
  color: #c6c8ce;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media (min-width: 1024px) {
  .card-news::after {
    right: 35px;
    bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .card-news::after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .card-news__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.card-news__content {
  width: 100%;
  padding: 25px 25px 60px 25px;
}
@media (min-width: 1024px) {
  .card-news__content {
    padding: 25px 60px 25px 25px;
  }
}
@media (min-width: 1440px) {
  .card-news__content {
    width: 42.5%;
    padding: 20px 50px;
  }
}
.card-news__image {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
}
.card-news__image img,
.card-news__image picture {
  display: block;
  width: 100%;
}
@media (min-width: 1440px) {
  .card-news__image {
    width: 57.5%;
    clip-path: polygon(0 0, 100% 0%, 520px 100%, 0% 100%);
  }
}
.card-news__title {
  width: 100%;
  padding: 25px 80px 25px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-news__title h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .card-news__title h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .card-news__title h4 {
    font-size: 24px;
  }
}

.card-living {
  overflow: hidden;
  display: block;
  background: linear-gradient(0deg, #00000038, transparent);
  color: #fff;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
  position: relative;
  transition: var(--speed-default);
}
.card-living::after {
  content: "\E916";
  font-family: "piksen-icons";
  font-size: 40px;
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1024px) {
  .card-living::after {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .card-living::after {
    font-size: 44px;
    right: 25px;
    bottom: 25px;
  }
}
.card-living picture {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: var(--speed-default);
}
.card-living img,
.card-living picture {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.card-living:hover {
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.33));
}
.card-living:hover picture {
  clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
}
.card-living__title {
  width: 100%;
  padding: 25px 80px 25px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-living__title h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .card-living__title h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .card-living__title h4 {
    font-size: 24px;
  }
}

.form-check .form-check__indicator, .house-map .house-map__map__filters .place-name span::before {
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 2px solid #f2f3f7;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  top: 2px;
  transition: var(--speed-default);
}

.form-check {
  display: flex;
  position: relative;
}
.form-check > * {
  cursor: pointer;
}
.form-check .form-check__indicator {
  pointer-events: none;
}
.form-check .form-check__indicator::after {
  opacity: 0;
  content: "";
}
.form-check .form-check__text {
  margin-left: -15px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-user-select: none;
          user-select: none;
}
.form-check input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #292c5b;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
  z-index: -1;
}
.form-check input:disabled ~ * {
  opacity: 0.5;
  cursor: default;
}
.form-check input:checked ~ .form-check__indicator::after {
  opacity: 1;
}
.form-check input[type=checkbox]:checked ~ .form-check__indicator {
  border-color: #d82148;
  background-size: 8px 8px;
  background-color: #d82148;
}
.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: #d82148;
  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 .gform_body .gform_fields .gfield input[type=color],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme .gform_body .gform_fields .gfield select,
.gform.gravity-theme .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea, .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-selected, .form-control {
  width: 100%;
  height: 68px;
  border: 1px solid #c6c8ce;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  transition: border-color var(--speed-default) ease-out;
}
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=color]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=date]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=email]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=month]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=number]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=password]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=search]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=text]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=time]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=url]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=week]::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield select::placeholder,
.gform.gravity-theme .gform_body .gform_fields .gfield textarea::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select::placeholder,
.gform_wrapper.gravity-theme .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 {
  opacity: 0.5;
  color: #191f2e;
}
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=color]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=date]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=email]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=month]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=number]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=password]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=search]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=text]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=time]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=url]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=week]:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield select:disabled,
.gform.gravity-theme .gform_body .gform_fields .gfield textarea:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week]:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select:disabled,
.gform_wrapper.gravity-theme .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 {
  opacity: 0.5;
}
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=color]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=date]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=email]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=month]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=number]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=password]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=search]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=text]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=time]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=url]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=week]:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield select:not(textarea),
.gform.gravity-theme .gform_body .gform_fields .gfield textarea:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week]:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select:not(textarea),
.gform_wrapper.gravity-theme .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) {
  display: flex;
  align-items: center;
  height: 68px;
}
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=color], .gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=color],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=date],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime-local],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=email],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=month],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=number],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=password],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=search],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=tel],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=text],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=time],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=url],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=week],
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield select,
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid select,
.form-group--invalid .gform.gravity-theme .gform_body .gform_fields .gfield textarea,
.gform.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid textarea,
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=color],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=date],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime-local],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=datetime],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=email],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=month],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=number],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=password],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=search],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=tel],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=text],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=time],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=url],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input[type=week],
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid select,
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .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 {
  border-color: #d82148;
}

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

.form-group--success .form-group--error__message {
  display: none;
}

.form-group--error__message {
  margin-top: 5px;
  color: red;
}

.form-group--error .custom-select.select-items__body__option {
  border: none;
}

.custom-select {
  position: relative;
}
.custom-select .heapBox {
  display: none !important;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  justify-content: space-between;
  min-width: 180px;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.custom-select .select-selected::after {
  flex-shrink: 0;
  margin-left: 15px;
  content: "\E906";
  font-size: 14px;
  transition: transform var(--speed-default) var(--ease-out);
}
@media (min-width: 1440px) {
  .custom-select .select-selected {
    font-size: 18px;
  }
}
.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);
  padding: 10px 0;
  background-color: #fff;
}
.custom-select .select-items .select-items__body .select-items__body__option {
  height: auto;
  margin-top: -1px;
  border: none;
  padding-bottom: 5px;
  font-weight: 300;
  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);
}
.custom-select.custom-select--alt .select-selected {
  border: none;
}
.custom-select.custom-select--alt .select-items__body__option,
.custom-select.custom-select--alt .select-items__body {
  background-color: !important;
}
@media (min-width: 1024px) {
  .custom-select .select-selected::after {
    right: calc(var(--px-form-control) - 5px);
  }
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group:has(.custom-select--active) {
  z-index: 100 !important;
}

.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: #373b70;
  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 .gform_footer .gform_button, .gform.gravity-theme .gform_footer .input-group.input-group--io .gform_button,
.input-group.input-group--io .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .input-group.input-group--io .gform_button {
  width: var(--height-btn);
  color: #d82148;
}
@media (hover: hover) and (pointer: fine) {
  .input-group.input-group--io .btn:hover, .input-group.input-group--io .gform.gravity-theme .gform_footer .gform_button:hover, .gform.gravity-theme .gform_footer .input-group.input-group--io .gform_button:hover,
.input-group.input-group--io .gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.gform_wrapper.gravity-theme .gform_footer .input-group.input-group--io .gform_button:hover {
    background-color: #d82148;
    color: #191f2e;
  }
}

.gform .gform_required_legend,
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform.gravity-theme .gform_body .gform_fields,
.gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.gform.gravity-theme .gform_body .gform_fields .gfield,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
}
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=color],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform.gravity-theme .gform_body .gform_fields .gfield select,
.gform.gravity-theme .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  width: 100%;
  color: #191f2e;
}
.gform.gravity-theme .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  min-height: 140px;
}
.gform.gravity-theme .gform_body .gform_fields .gfield .form-check,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-check {
  margin-top: 15px;
}
.gform.gravity-theme .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
}
.gform.gravity-theme .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex,
.gform.gravity-theme .gform_body .gform_fields .gfield .gfield_label .gfield_required,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
@media (min-width: 1440px) {
  .gform.gravity-theme .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label {
    font-size: 20px;
  }
}
.gform.gravity-theme .gform_body .gform_fields .gfield .gfield_description.validation_message,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_description.validation_message {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.gform.gravity-theme .gform_body .gform_fields .gfield + fieldset.gfield,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield + fieldset.gfield {
  margin-top: 10px;
}
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect input,
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect textarea, .gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select input,
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select textarea,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect input,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect textarea,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select input,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select textarea {
  padding-top: 24px;
}
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect .gfield_label, .gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
  padding-top: 24px;
  font-size: 14px;
  color: rgba(25, 31, 46, 0.4);
  cursor: text;
  position: absolute;
  top: 0;
  left: 20px;
  transition: var(--speed-default);
}
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect .gfield_label.is-active, .gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label.is-active,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect .gfield_label.is-active,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label.is-active {
  padding-top: 12px;
  font-size: 12px;
}
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_visibility_visible p,
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_visibility_visible h4,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_visibility_visible p,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_visibility_visible h4 {
  opacity: 0.6;
  margin-top: 50px;
  margin-bottom: 5px;
  font-family: "Stolzl Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #191f2e;
}
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select select {
  background-image: url(../images/select-arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  padding-top: 24px;
  padding-right: 60px;
  cursor: pointer;
}
.gform.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(25, 31, 46, 0.4);
}
.gform.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 10px;
}
.gform.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  position: relative;
  z-index: 5;
}
@media (min-width: 1440px) {
  .gform.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: -55px;
  }
}
/*# sourceMappingURL=app.css.map*/