@import url(https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap);/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 715px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 1020px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1020px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-100,
.gy-sm-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-100,
.gy-md-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-100,
.gy-lg-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-100,
.gy-xl-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-100,
.gy-xxl-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-fhd-100,
.gy-fhd-100 {
    --bs-gutter-y: 100px;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-5 {
    margin: 5px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .m-sm-25 {
    margin: 25px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .m-sm-35 {
    margin: 35px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .m-sm-45 {
    margin: 45px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .m-sm-55 {
    margin: 55px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .m-sm-65 {
    margin: 65px !important;
  }

  .m-sm-70 {
    margin: 70px !important;
  }

  .m-sm-75 {
    margin: 75px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .m-sm-85 {
    margin: 85px !important;
  }

  .m-sm-90 {
    margin: 90px !important;
  }

  .m-sm-95 {
    margin: 95px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-55 {
    margin-top: 55px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-65 {
    margin-top: 65px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-75 {
    margin-top: 75px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-85 {
    margin-top: 85px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mt-sm-95 {
    margin-top: 95px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mr-sm-5 {
    margin-right: 5px !important;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }

  .mr-sm-15 {
    margin-right: 15px !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }

  .mr-sm-25 {
    margin-right: 25px !important;
  }

  .mr-sm-30 {
    margin-right: 30px !important;
  }

  .mr-sm-35 {
    margin-right: 35px !important;
  }

  .mr-sm-40 {
    margin-right: 40px !important;
  }

  .mr-sm-45 {
    margin-right: 45px !important;
  }

  .mr-sm-50 {
    margin-right: 50px !important;
  }

  .mr-sm-55 {
    margin-right: 55px !important;
  }

  .mr-sm-60 {
    margin-right: 60px !important;
  }

  .mr-sm-65 {
    margin-right: 65px !important;
  }

  .mr-sm-70 {
    margin-right: 70px !important;
  }

  .mr-sm-75 {
    margin-right: 75px !important;
  }

  .mr-sm-80 {
    margin-right: 80px !important;
  }

  .mr-sm-85 {
    margin-right: 85px !important;
  }

  .mr-sm-90 {
    margin-right: 90px !important;
  }

  .mr-sm-95 {
    margin-right: 95px !important;
  }

  .mr-sm-100 {
    margin-right: 100px !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-55 {
    margin-bottom: 55px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-65 {
    margin-bottom: 65px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-75 {
    margin-bottom: 75px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-85 {
    margin-bottom: 85px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-95 {
    margin-bottom: 95px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .ml-sm-5 {
    margin-left: 5px !important;
  }

  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .ml-sm-15 {
    margin-left: 15px !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .ml-sm-25 {
    margin-left: 25px !important;
  }

  .ml-sm-30 {
    margin-left: 30px !important;
  }

  .ml-sm-35 {
    margin-left: 35px !important;
  }

  .ml-sm-40 {
    margin-left: 40px !important;
  }

  .ml-sm-45 {
    margin-left: 45px !important;
  }

  .ml-sm-50 {
    margin-left: 50px !important;
  }

  .ml-sm-55 {
    margin-left: 55px !important;
  }

  .ml-sm-60 {
    margin-left: 60px !important;
  }

  .ml-sm-65 {
    margin-left: 65px !important;
  }

  .ml-sm-70 {
    margin-left: 70px !important;
  }

  .ml-sm-75 {
    margin-left: 75px !important;
  }

  .ml-sm-80 {
    margin-left: 80px !important;
  }

  .ml-sm-85 {
    margin-left: 85px !important;
  }

  .ml-sm-90 {
    margin-left: 90px !important;
  }

  .ml-sm-95 {
    margin-left: 95px !important;
  }

  .ml-sm-100 {
    margin-left: 100px !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .p-sm-55 {
    padding: 55px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .p-sm-65 {
    padding: 65px !important;
  }

  .p-sm-70 {
    padding: 70px !important;
  }

  .p-sm-75 {
    padding: 75px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .p-sm-85 {
    padding: 85px !important;
  }

  .p-sm-90 {
    padding: 90px !important;
  }

  .p-sm-95 {
    padding: 95px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-25 {
    padding-top: 25px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pt-sm-45 {
    padding-top: 45px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-55 {
    padding-top: 55px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-65 {
    padding-top: 65px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-75 {
    padding-top: 75px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-85 {
    padding-top: 85px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-95 {
    padding-top: 95px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .pr-sm-10 {
    padding-right: 10px !important;
  }

  .pr-sm-15 {
    padding-right: 15px !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }

  .pr-sm-25 {
    padding-right: 25px !important;
  }

  .pr-sm-30 {
    padding-right: 30px !important;
  }

  .pr-sm-35 {
    padding-right: 35px !important;
  }

  .pr-sm-40 {
    padding-right: 40px !important;
  }

  .pr-sm-45 {
    padding-right: 45px !important;
  }

  .pr-sm-50 {
    padding-right: 50px !important;
  }

  .pr-sm-55 {
    padding-right: 55px !important;
  }

  .pr-sm-60 {
    padding-right: 60px !important;
  }

  .pr-sm-65 {
    padding-right: 65px !important;
  }

  .pr-sm-70 {
    padding-right: 70px !important;
  }

  .pr-sm-75 {
    padding-right: 75px !important;
  }

  .pr-sm-80 {
    padding-right: 80px !important;
  }

  .pr-sm-85 {
    padding-right: 85px !important;
  }

  .pr-sm-90 {
    padding-right: 90px !important;
  }

  .pr-sm-95 {
    padding-right: 95px !important;
  }

  .pr-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-55 {
    padding-bottom: 55px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-65 {
    padding-bottom: 65px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-75 {
    padding-bottom: 75px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-85 {
    padding-bottom: 85px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pb-sm-95 {
    padding-bottom: 95px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .pl-sm-10 {
    padding-left: 10px !important;
  }

  .pl-sm-15 {
    padding-left: 15px !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .pl-sm-25 {
    padding-left: 25px !important;
  }

  .pl-sm-30 {
    padding-left: 30px !important;
  }

  .pl-sm-35 {
    padding-left: 35px !important;
  }

  .pl-sm-40 {
    padding-left: 40px !important;
  }

  .pl-sm-45 {
    padding-left: 45px !important;
  }

  .pl-sm-50 {
    padding-left: 50px !important;
  }

  .pl-sm-55 {
    padding-left: 55px !important;
  }

  .pl-sm-60 {
    padding-left: 60px !important;
  }

  .pl-sm-65 {
    padding-left: 65px !important;
  }

  .pl-sm-70 {
    padding-left: 70px !important;
  }

  .pl-sm-75 {
    padding-left: 75px !important;
  }

  .pl-sm-80 {
    padding-left: 80px !important;
  }

  .pl-sm-85 {
    padding-left: 85px !important;
  }

  .pl-sm-90 {
    padding-left: 90px !important;
  }

  .pl-sm-95 {
    padding-left: 95px !important;
  }

  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .m-md-75 {
    margin: 75px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .m-md-85 {
    margin: 85px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .m-md-95 {
    margin: 95px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mr-md-25 {
    margin-right: 25px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mr-md-45 {
    margin-right: 45px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mr-md-65 {
    margin-right: 65px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }

  .mr-md-85 {
    margin-right: 85px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .p-md-75 {
    padding: 75px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .p-md-85 {
    padding: 85px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .p-md-95 {
    padding: 95px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pr-md-45 {
    padding-right: 45px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pr-md-65 {
    padding-right: 65px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }

  .pr-md-85 {
    padding-right: 85px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .m-lg-55 {
    margin: 55px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .m-lg-65 {
    margin: 65px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .m-lg-75 {
    margin: 75px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .m-lg-85 {
    margin: 85px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .m-lg-95 {
    margin: 95px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-55 {
    margin-top: 55px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-65 {
    margin-top: 65px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-75 {
    margin-top: 75px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-85 {
    margin-top: 85px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mt-lg-95 {
    margin-top: 95px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mr-lg-5 {
    margin-right: 5px !important;
  }

  .mr-lg-10 {
    margin-right: 10px !important;
  }

  .mr-lg-15 {
    margin-right: 15px !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }

  .mr-lg-25 {
    margin-right: 25px !important;
  }

  .mr-lg-30 {
    margin-right: 30px !important;
  }

  .mr-lg-35 {
    margin-right: 35px !important;
  }

  .mr-lg-40 {
    margin-right: 40px !important;
  }

  .mr-lg-45 {
    margin-right: 45px !important;
  }

  .mr-lg-50 {
    margin-right: 50px !important;
  }

  .mr-lg-55 {
    margin-right: 55px !important;
  }

  .mr-lg-60 {
    margin-right: 60px !important;
  }

  .mr-lg-65 {
    margin-right: 65px !important;
  }

  .mr-lg-70 {
    margin-right: 70px !important;
  }

  .mr-lg-75 {
    margin-right: 75px !important;
  }

  .mr-lg-80 {
    margin-right: 80px !important;
  }

  .mr-lg-85 {
    margin-right: 85px !important;
  }

  .mr-lg-90 {
    margin-right: 90px !important;
  }

  .mr-lg-95 {
    margin-right: 95px !important;
  }

  .mr-lg-100 {
    margin-right: 100px !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-85 {
    margin-bottom: 85px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-95 {
    margin-bottom: 95px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-5 {
    margin-left: 5px !important;
  }

  .ml-lg-10 {
    margin-left: 10px !important;
  }

  .ml-lg-15 {
    margin-left: 15px !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .ml-lg-25 {
    margin-left: 25px !important;
  }

  .ml-lg-30 {
    margin-left: 30px !important;
  }

  .ml-lg-35 {
    margin-left: 35px !important;
  }

  .ml-lg-40 {
    margin-left: 40px !important;
  }

  .ml-lg-45 {
    margin-left: 45px !important;
  }

  .ml-lg-50 {
    margin-left: 50px !important;
  }

  .ml-lg-55 {
    margin-left: 55px !important;
  }

  .ml-lg-60 {
    margin-left: 60px !important;
  }

  .ml-lg-65 {
    margin-left: 65px !important;
  }

  .ml-lg-70 {
    margin-left: 70px !important;
  }

  .ml-lg-75 {
    margin-left: 75px !important;
  }

  .ml-lg-80 {
    margin-left: 80px !important;
  }

  .ml-lg-85 {
    margin-left: 85px !important;
  }

  .ml-lg-90 {
    margin-left: 90px !important;
  }

  .ml-lg-95 {
    margin-left: 95px !important;
  }

  .ml-lg-100 {
    margin-left: 100px !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .p-lg-55 {
    padding: 55px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .p-lg-65 {
    padding: 65px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .p-lg-75 {
    padding: 75px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .p-lg-85 {
    padding: 85px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .p-lg-95 {
    padding: 95px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pt-lg-35 {
    padding-top: 35px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pt-lg-45 {
    padding-top: 45px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pt-lg-55 {
    padding-top: 55px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pt-lg-65 {
    padding-top: 65px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pt-lg-75 {
    padding-top: 75px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pt-lg-85 {
    padding-top: 85px !important;
  }

  .pt-lg-90 {
    padding-top: 90px !important;
  }

  .pt-lg-95 {
    padding-top: 95px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-5 {
    padding-right: 5px !important;
  }

  .pr-lg-10 {
    padding-right: 10px !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }

  .pr-lg-25 {
    padding-right: 25px !important;
  }

  .pr-lg-30 {
    padding-right: 30px !important;
  }

  .pr-lg-35 {
    padding-right: 35px !important;
  }

  .pr-lg-40 {
    padding-right: 40px !important;
  }

  .pr-lg-45 {
    padding-right: 45px !important;
  }

  .pr-lg-50 {
    padding-right: 50px !important;
  }

  .pr-lg-55 {
    padding-right: 55px !important;
  }

  .pr-lg-60 {
    padding-right: 60px !important;
  }

  .pr-lg-65 {
    padding-right: 65px !important;
  }

  .pr-lg-70 {
    padding-right: 70px !important;
  }

  .pr-lg-75 {
    padding-right: 75px !important;
  }

  .pr-lg-80 {
    padding-right: 80px !important;
  }

  .pr-lg-85 {
    padding-right: 85px !important;
  }

  .pr-lg-90 {
    padding-right: 90px !important;
  }

  .pr-lg-95 {
    padding-right: 95px !important;
  }

  .pr-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-5 {
    padding-left: 5px !important;
  }

  .pl-lg-10 {
    padding-left: 10px !important;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .pl-lg-25 {
    padding-left: 25px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pl-lg-35 {
    padding-left: 35px !important;
  }

  .pl-lg-40 {
    padding-left: 40px !important;
  }

  .pl-lg-45 {
    padding-left: 45px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }

  .pl-lg-55 {
    padding-left: 55px !important;
  }

  .pl-lg-60 {
    padding-left: 60px !important;
  }

  .pl-lg-65 {
    padding-left: 65px !important;
  }

  .pl-lg-70 {
    padding-left: 70px !important;
  }

  .pl-lg-75 {
    padding-left: 75px !important;
  }

  .pl-lg-80 {
    padding-left: 80px !important;
  }

  .pl-lg-85 {
    padding-left: 85px !important;
  }

  .pl-lg-90 {
    padding-left: 90px !important;
  }

  .pl-lg-95 {
    padding-left: 95px !important;
  }

  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-5 {
    margin: 5px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .m-xl-55 {
    margin: 55px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .m-xl-65 {
    margin: 65px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .m-xl-75 {
    margin: 75px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .m-xl-85 {
    margin: 85px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .m-xl-95 {
    margin: 95px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-55 {
    margin-top: 55px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-65 {
    margin-top: 65px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-75 {
    margin-top: 75px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-85 {
    margin-top: 85px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mt-xl-95 {
    margin-top: 95px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mr-xl-5 {
    margin-right: 5px !important;
  }

  .mr-xl-10 {
    margin-right: 10px !important;
  }

  .mr-xl-15 {
    margin-right: 15px !important;
  }

  .mr-xl-20 {
    margin-right: 20px !important;
  }

  .mr-xl-25 {
    margin-right: 25px !important;
  }

  .mr-xl-30 {
    margin-right: 30px !important;
  }

  .mr-xl-35 {
    margin-right: 35px !important;
  }

  .mr-xl-40 {
    margin-right: 40px !important;
  }

  .mr-xl-45 {
    margin-right: 45px !important;
  }

  .mr-xl-50 {
    margin-right: 50px !important;
  }

  .mr-xl-55 {
    margin-right: 55px !important;
  }

  .mr-xl-60 {
    margin-right: 60px !important;
  }

  .mr-xl-65 {
    margin-right: 65px !important;
  }

  .mr-xl-70 {
    margin-right: 70px !important;
  }

  .mr-xl-75 {
    margin-right: 75px !important;
  }

  .mr-xl-80 {
    margin-right: 80px !important;
  }

  .mr-xl-85 {
    margin-right: 85px !important;
  }

  .mr-xl-90 {
    margin-right: 90px !important;
  }

  .mr-xl-95 {
    margin-right: 95px !important;
  }

  .mr-xl-100 {
    margin-right: 100px !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-55 {
    margin-bottom: 55px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-65 {
    margin-bottom: 65px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-75 {
    margin-bottom: 75px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-85 {
    margin-bottom: 85px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-95 {
    margin-bottom: 95px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .ml-xl-5 {
    margin-left: 5px !important;
  }

  .ml-xl-10 {
    margin-left: 10px !important;
  }

  .ml-xl-15 {
    margin-left: 15px !important;
  }

  .ml-xl-20 {
    margin-left: 20px !important;
  }

  .ml-xl-25 {
    margin-left: 25px !important;
  }

  .ml-xl-30 {
    margin-left: 30px !important;
  }

  .ml-xl-35 {
    margin-left: 35px !important;
  }

  .ml-xl-40 {
    margin-left: 40px !important;
  }

  .ml-xl-45 {
    margin-left: 45px !important;
  }

  .ml-xl-50 {
    margin-left: 50px !important;
  }

  .ml-xl-55 {
    margin-left: 55px !important;
  }

  .ml-xl-60 {
    margin-left: 60px !important;
  }

  .ml-xl-65 {
    margin-left: 65px !important;
  }

  .ml-xl-70 {
    margin-left: 70px !important;
  }

  .ml-xl-75 {
    margin-left: 75px !important;
  }

  .ml-xl-80 {
    margin-left: 80px !important;
  }

  .ml-xl-85 {
    margin-left: 85px !important;
  }

  .ml-xl-90 {
    margin-left: 90px !important;
  }

  .ml-xl-95 {
    margin-left: 95px !important;
  }

  .ml-xl-100 {
    margin-left: 100px !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-5 {
    padding: 5px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .p-xl-55 {
    padding: 55px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .p-xl-65 {
    padding: 65px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .p-xl-75 {
    padding: 75px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .p-xl-85 {
    padding: 85px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .p-xl-95 {
    padding: 95px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-5 {
    padding-top: 5px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pt-xl-25 {
    padding-top: 25px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pt-xl-35 {
    padding-top: 35px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pt-xl-45 {
    padding-top: 45px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pt-xl-55 {
    padding-top: 55px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pt-xl-65 {
    padding-top: 65px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pt-xl-75 {
    padding-top: 75px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pt-xl-85 {
    padding-top: 85px !important;
  }

  .pt-xl-90 {
    padding-top: 90px !important;
  }

  .pt-xl-95 {
    padding-top: 95px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pr-xl-5 {
    padding-right: 5px !important;
  }

  .pr-xl-10 {
    padding-right: 10px !important;
  }

  .pr-xl-15 {
    padding-right: 15px !important;
  }

  .pr-xl-20 {
    padding-right: 20px !important;
  }

  .pr-xl-25 {
    padding-right: 25px !important;
  }

  .pr-xl-30 {
    padding-right: 30px !important;
  }

  .pr-xl-35 {
    padding-right: 35px !important;
  }

  .pr-xl-40 {
    padding-right: 40px !important;
  }

  .pr-xl-45 {
    padding-right: 45px !important;
  }

  .pr-xl-50 {
    padding-right: 50px !important;
  }

  .pr-xl-55 {
    padding-right: 55px !important;
  }

  .pr-xl-60 {
    padding-right: 60px !important;
  }

  .pr-xl-65 {
    padding-right: 65px !important;
  }

  .pr-xl-70 {
    padding-right: 70px !important;
  }

  .pr-xl-75 {
    padding-right: 75px !important;
  }

  .pr-xl-80 {
    padding-right: 80px !important;
  }

  .pr-xl-85 {
    padding-right: 85px !important;
  }

  .pr-xl-90 {
    padding-right: 90px !important;
  }

  .pr-xl-95 {
    padding-right: 95px !important;
  }

  .pr-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pl-xl-5 {
    padding-left: 5px !important;
  }

  .pl-xl-10 {
    padding-left: 10px !important;
  }

  .pl-xl-15 {
    padding-left: 15px !important;
  }

  .pl-xl-20 {
    padding-left: 20px !important;
  }

  .pl-xl-25 {
    padding-left: 25px !important;
  }

  .pl-xl-30 {
    padding-left: 30px !important;
  }

  .pl-xl-35 {
    padding-left: 35px !important;
  }

  .pl-xl-40 {
    padding-left: 40px !important;
  }

  .pl-xl-45 {
    padding-left: 45px !important;
  }

  .pl-xl-50 {
    padding-left: 50px !important;
  }

  .pl-xl-55 {
    padding-left: 55px !important;
  }

  .pl-xl-60 {
    padding-left: 60px !important;
  }

  .pl-xl-65 {
    padding-left: 65px !important;
  }

  .pl-xl-70 {
    padding-left: 70px !important;
  }

  .pl-xl-75 {
    padding-left: 75px !important;
  }

  .pl-xl-80 {
    padding-left: 80px !important;
  }

  .pl-xl-85 {
    padding-left: 85px !important;
  }

  .pl-xl-90 {
    padding-left: 90px !important;
  }

  .pl-xl-95 {
    padding-left: 95px !important;
  }

  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-5 {
    margin: 5px !important;
  }

  .m-xxl-10 {
    margin: 10px !important;
  }

  .m-xxl-15 {
    margin: 15px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .m-xxl-25 {
    margin: 25px !important;
  }

  .m-xxl-30 {
    margin: 30px !important;
  }

  .m-xxl-35 {
    margin: 35px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .m-xxl-45 {
    margin: 45px !important;
  }

  .m-xxl-50 {
    margin: 50px !important;
  }

  .m-xxl-55 {
    margin: 55px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .m-xxl-65 {
    margin: 65px !important;
  }

  .m-xxl-70 {
    margin: 70px !important;
  }

  .m-xxl-75 {
    margin: 75px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .m-xxl-85 {
    margin: 85px !important;
  }

  .m-xxl-90 {
    margin: 90px !important;
  }

  .m-xxl-95 {
    margin: 95px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xxl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xxl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xxl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xxl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xxl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-5 {
    margin-top: 5px !important;
  }

  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-45 {
    margin-top: 45px !important;
  }

  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-55 {
    margin-top: 55px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-65 {
    margin-top: 65px !important;
  }

  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-75 {
    margin-top: 75px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-85 {
    margin-top: 85px !important;
  }

  .mt-xxl-90 {
    margin-top: 90px !important;
  }

  .mt-xxl-95 {
    margin-top: 95px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .mr-xxl-5 {
    margin-right: 5px !important;
  }

  .mr-xxl-10 {
    margin-right: 10px !important;
  }

  .mr-xxl-15 {
    margin-right: 15px !important;
  }

  .mr-xxl-20 {
    margin-right: 20px !important;
  }

  .mr-xxl-25 {
    margin-right: 25px !important;
  }

  .mr-xxl-30 {
    margin-right: 30px !important;
  }

  .mr-xxl-35 {
    margin-right: 35px !important;
  }

  .mr-xxl-40 {
    margin-right: 40px !important;
  }

  .mr-xxl-45 {
    margin-right: 45px !important;
  }

  .mr-xxl-50 {
    margin-right: 50px !important;
  }

  .mr-xxl-55 {
    margin-right: 55px !important;
  }

  .mr-xxl-60 {
    margin-right: 60px !important;
  }

  .mr-xxl-65 {
    margin-right: 65px !important;
  }

  .mr-xxl-70 {
    margin-right: 70px !important;
  }

  .mr-xxl-75 {
    margin-right: 75px !important;
  }

  .mr-xxl-80 {
    margin-right: 80px !important;
  }

  .mr-xxl-85 {
    margin-right: 85px !important;
  }

  .mr-xxl-90 {
    margin-right: 90px !important;
  }

  .mr-xxl-95 {
    margin-right: 95px !important;
  }

  .mr-xxl-100 {
    margin-right: 100px !important;
  }

  .mr-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }

  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }

  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

  .ml-xxl-5 {
    margin-left: 5px !important;
  }

  .ml-xxl-10 {
    margin-left: 10px !important;
  }

  .ml-xxl-15 {
    margin-left: 15px !important;
  }

  .ml-xxl-20 {
    margin-left: 20px !important;
  }

  .ml-xxl-25 {
    margin-left: 25px !important;
  }

  .ml-xxl-30 {
    margin-left: 30px !important;
  }

  .ml-xxl-35 {
    margin-left: 35px !important;
  }

  .ml-xxl-40 {
    margin-left: 40px !important;
  }

  .ml-xxl-45 {
    margin-left: 45px !important;
  }

  .ml-xxl-50 {
    margin-left: 50px !important;
  }

  .ml-xxl-55 {
    margin-left: 55px !important;
  }

  .ml-xxl-60 {
    margin-left: 60px !important;
  }

  .ml-xxl-65 {
    margin-left: 65px !important;
  }

  .ml-xxl-70 {
    margin-left: 70px !important;
  }

  .ml-xxl-75 {
    margin-left: 75px !important;
  }

  .ml-xxl-80 {
    margin-left: 80px !important;
  }

  .ml-xxl-85 {
    margin-left: 85px !important;
  }

  .ml-xxl-90 {
    margin-left: 90px !important;
  }

  .ml-xxl-95 {
    margin-left: 95px !important;
  }

  .ml-xxl-100 {
    margin-left: 100px !important;
  }

  .ml-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-5 {
    padding: 5px !important;
  }

  .p-xxl-10 {
    padding: 10px !important;
  }

  .p-xxl-15 {
    padding: 15px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .p-xxl-25 {
    padding: 25px !important;
  }

  .p-xxl-30 {
    padding: 30px !important;
  }

  .p-xxl-35 {
    padding: 35px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .p-xxl-45 {
    padding: 45px !important;
  }

  .p-xxl-50 {
    padding: 50px !important;
  }

  .p-xxl-55 {
    padding: 55px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .p-xxl-65 {
    padding: 65px !important;
  }

  .p-xxl-70 {
    padding: 70px !important;
  }

  .p-xxl-75 {
    padding: 75px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .p-xxl-85 {
    padding: 85px !important;
  }

  .p-xxl-90 {
    padding: 90px !important;
  }

  .p-xxl-95 {
    padding: 95px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xxl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-xxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xxl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xxl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xxl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-5 {
    padding-top: 5px !important;
  }

  .pt-xxl-10 {
    padding-top: 10px !important;
  }

  .pt-xxl-15 {
    padding-top: 15px !important;
  }

  .pt-xxl-20 {
    padding-top: 20px !important;
  }

  .pt-xxl-25 {
    padding-top: 25px !important;
  }

  .pt-xxl-30 {
    padding-top: 30px !important;
  }

  .pt-xxl-35 {
    padding-top: 35px !important;
  }

  .pt-xxl-40 {
    padding-top: 40px !important;
  }

  .pt-xxl-45 {
    padding-top: 45px !important;
  }

  .pt-xxl-50 {
    padding-top: 50px !important;
  }

  .pt-xxl-55 {
    padding-top: 55px !important;
  }

  .pt-xxl-60 {
    padding-top: 60px !important;
  }

  .pt-xxl-65 {
    padding-top: 65px !important;
  }

  .pt-xxl-70 {
    padding-top: 70px !important;
  }

  .pt-xxl-75 {
    padding-top: 75px !important;
  }

  .pt-xxl-80 {
    padding-top: 80px !important;
  }

  .pt-xxl-85 {
    padding-top: 85px !important;
  }

  .pt-xxl-90 {
    padding-top: 90px !important;
  }

  .pt-xxl-95 {
    padding-top: 95px !important;
  }

  .pt-xxl-100 {
    padding-top: 100px !important;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .pr-xxl-5 {
    padding-right: 5px !important;
  }

  .pr-xxl-10 {
    padding-right: 10px !important;
  }

  .pr-xxl-15 {
    padding-right: 15px !important;
  }

  .pr-xxl-20 {
    padding-right: 20px !important;
  }

  .pr-xxl-25 {
    padding-right: 25px !important;
  }

  .pr-xxl-30 {
    padding-right: 30px !important;
  }

  .pr-xxl-35 {
    padding-right: 35px !important;
  }

  .pr-xxl-40 {
    padding-right: 40px !important;
  }

  .pr-xxl-45 {
    padding-right: 45px !important;
  }

  .pr-xxl-50 {
    padding-right: 50px !important;
  }

  .pr-xxl-55 {
    padding-right: 55px !important;
  }

  .pr-xxl-60 {
    padding-right: 60px !important;
  }

  .pr-xxl-65 {
    padding-right: 65px !important;
  }

  .pr-xxl-70 {
    padding-right: 70px !important;
  }

  .pr-xxl-75 {
    padding-right: 75px !important;
  }

  .pr-xxl-80 {
    padding-right: 80px !important;
  }

  .pr-xxl-85 {
    padding-right: 85px !important;
  }

  .pr-xxl-90 {
    padding-right: 90px !important;
  }

  .pr-xxl-95 {
    padding-right: 95px !important;
  }

  .pr-xxl-100 {
    padding-right: 100px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xxl-55 {
    padding-bottom: 55px !important;
  }

  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xxl-65 {
    padding-bottom: 65px !important;
  }

  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xxl-75 {
    padding-bottom: 75px !important;
  }

  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xxl-85 {
    padding-bottom: 85px !important;
  }

  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xxl-95 {
    padding-bottom: 95px !important;
  }

  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pl-xxl-5 {
    padding-left: 5px !important;
  }

  .pl-xxl-10 {
    padding-left: 10px !important;
  }

  .pl-xxl-15 {
    padding-left: 15px !important;
  }

  .pl-xxl-20 {
    padding-left: 20px !important;
  }

  .pl-xxl-25 {
    padding-left: 25px !important;
  }

  .pl-xxl-30 {
    padding-left: 30px !important;
  }

  .pl-xxl-35 {
    padding-left: 35px !important;
  }

  .pl-xxl-40 {
    padding-left: 40px !important;
  }

  .pl-xxl-45 {
    padding-left: 45px !important;
  }

  .pl-xxl-50 {
    padding-left: 50px !important;
  }

  .pl-xxl-55 {
    padding-left: 55px !important;
  }

  .pl-xxl-60 {
    padding-left: 60px !important;
  }

  .pl-xxl-65 {
    padding-left: 65px !important;
  }

  .pl-xxl-70 {
    padding-left: 70px !important;
  }

  .pl-xxl-75 {
    padding-left: 75px !important;
  }

  .pl-xxl-80 {
    padding-left: 80px !important;
  }

  .pl-xxl-85 {
    padding-left: 85px !important;
  }

  .pl-xxl-90 {
    padding-left: 90px !important;
  }

  .pl-xxl-95 {
    padding-left: 95px !important;
  }

  .pl-xxl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important;
  }

  .d-fhd-inline {
    display: inline !important;
  }

  .d-fhd-inline-block {
    display: inline-block !important;
  }

  .d-fhd-block {
    display: block !important;
  }

  .d-fhd-table {
    display: table !important;
  }

  .d-fhd-table-row {
    display: table-row !important;
  }

  .d-fhd-table-cell {
    display: table-cell !important;
  }

  .d-fhd-flex {
    display: flex !important;
  }

  .d-fhd-inline-flex {
    display: inline-flex !important;
  }

  .flex-fhd-fill {
    flex: 1 1 auto !important;
  }

  .flex-fhd-row {
    flex-direction: row !important;
  }

  .flex-fhd-column {
    flex-direction: column !important;
  }

  .flex-fhd-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-fhd-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-fhd-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-fhd-grow-1 {
    flex-grow: 1 !important;
  }

  .justify-content-fhd-start {
    justify-content: flex-start !important;
  }

  .justify-content-fhd-end {
    justify-content: flex-end !important;
  }

  .justify-content-fhd-center {
    justify-content: center !important;
  }

  .justify-content-fhd-between {
    justify-content: space-between !important;
  }

  .justify-content-fhd-around {
    justify-content: space-around !important;
  }

  .justify-content-fhd-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-fhd-start {
    align-items: flex-start !important;
  }

  .align-items-fhd-end {
    align-items: flex-end !important;
  }

  .align-items-fhd-center {
    align-items: center !important;
  }

  .align-items-fhd-baseline {
    align-items: baseline !important;
  }

  .align-items-fhd-stretch {
    align-items: stretch !important;
  }

  .align-content-fhd-start {
    align-content: flex-start !important;
  }

  .align-content-fhd-end {
    align-content: flex-end !important;
  }

  .align-content-fhd-center {
    align-content: center !important;
  }

  .align-content-fhd-between {
    align-content: space-between !important;
  }

  .align-content-fhd-around {
    align-content: space-around !important;
  }

  .align-content-fhd-stretch {
    align-content: stretch !important;
  }

  .align-self-fhd-auto {
    align-self: auto !important;
  }

  .align-self-fhd-start {
    align-self: flex-start !important;
  }

  .align-self-fhd-end {
    align-self: flex-end !important;
  }

  .align-self-fhd-center {
    align-self: center !important;
  }

  .align-self-fhd-baseline {
    align-self: baseline !important;
  }

  .align-self-fhd-stretch {
    align-self: stretch !important;
  }

  .order-fhd-first {
    order: -1 !important;
  }

  .order-fhd-0 {
    order: 0 !important;
  }

  .order-fhd-1 {
    order: 1 !important;
  }

  .order-fhd-2 {
    order: 2 !important;
  }

  .order-fhd-3 {
    order: 3 !important;
  }

  .order-fhd-4 {
    order: 4 !important;
  }

  .order-fhd-5 {
    order: 5 !important;
  }

  .order-fhd-last {
    order: 6 !important;
  }

  .m-fhd-0 {
    margin: 0 !important;
  }

  .m-fhd-5 {
    margin: 5px !important;
  }

  .m-fhd-10 {
    margin: 10px !important;
  }

  .m-fhd-15 {
    margin: 15px !important;
  }

  .m-fhd-20 {
    margin: 20px !important;
  }

  .m-fhd-25 {
    margin: 25px !important;
  }

  .m-fhd-30 {
    margin: 30px !important;
  }

  .m-fhd-35 {
    margin: 35px !important;
  }

  .m-fhd-40 {
    margin: 40px !important;
  }

  .m-fhd-45 {
    margin: 45px !important;
  }

  .m-fhd-50 {
    margin: 50px !important;
  }

  .m-fhd-55 {
    margin: 55px !important;
  }

  .m-fhd-60 {
    margin: 60px !important;
  }

  .m-fhd-65 {
    margin: 65px !important;
  }

  .m-fhd-70 {
    margin: 70px !important;
  }

  .m-fhd-75 {
    margin: 75px !important;
  }

  .m-fhd-80 {
    margin: 80px !important;
  }

  .m-fhd-85 {
    margin: 85px !important;
  }

  .m-fhd-90 {
    margin: 90px !important;
  }

  .m-fhd-95 {
    margin: 95px !important;
  }

  .m-fhd-100 {
    margin: 100px !important;
  }

  .m-fhd-auto {
    margin: auto !important;
  }

  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-fhd-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-fhd-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-fhd-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-fhd-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-fhd-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-fhd-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-fhd-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-fhd-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-fhd-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-fhd-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-fhd-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-fhd-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-fhd-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-fhd-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-fhd-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-fhd-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-fhd-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-fhd-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-fhd-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-fhd-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-fhd-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-fhd-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-fhd-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-fhd-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-fhd-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-fhd-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-fhd-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-fhd-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-fhd-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-fhd-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-fhd-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-fhd-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-fhd-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-fhd-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-fhd-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-fhd-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-fhd-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-fhd-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-fhd-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-fhd-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-fhd-0 {
    margin-top: 0 !important;
  }

  .mt-fhd-5 {
    margin-top: 5px !important;
  }

  .mt-fhd-10 {
    margin-top: 10px !important;
  }

  .mt-fhd-15 {
    margin-top: 15px !important;
  }

  .mt-fhd-20 {
    margin-top: 20px !important;
  }

  .mt-fhd-25 {
    margin-top: 25px !important;
  }

  .mt-fhd-30 {
    margin-top: 30px !important;
  }

  .mt-fhd-35 {
    margin-top: 35px !important;
  }

  .mt-fhd-40 {
    margin-top: 40px !important;
  }

  .mt-fhd-45 {
    margin-top: 45px !important;
  }

  .mt-fhd-50 {
    margin-top: 50px !important;
  }

  .mt-fhd-55 {
    margin-top: 55px !important;
  }

  .mt-fhd-60 {
    margin-top: 60px !important;
  }

  .mt-fhd-65 {
    margin-top: 65px !important;
  }

  .mt-fhd-70 {
    margin-top: 70px !important;
  }

  .mt-fhd-75 {
    margin-top: 75px !important;
  }

  .mt-fhd-80 {
    margin-top: 80px !important;
  }

  .mt-fhd-85 {
    margin-top: 85px !important;
  }

  .mt-fhd-90 {
    margin-top: 90px !important;
  }

  .mt-fhd-95 {
    margin-top: 95px !important;
  }

  .mt-fhd-100 {
    margin-top: 100px !important;
  }

  .mt-fhd-auto {
    margin-top: auto !important;
  }

  .mr-fhd-0 {
    margin-right: 0 !important;
  }

  .mr-fhd-5 {
    margin-right: 5px !important;
  }

  .mr-fhd-10 {
    margin-right: 10px !important;
  }

  .mr-fhd-15 {
    margin-right: 15px !important;
  }

  .mr-fhd-20 {
    margin-right: 20px !important;
  }

  .mr-fhd-25 {
    margin-right: 25px !important;
  }

  .mr-fhd-30 {
    margin-right: 30px !important;
  }

  .mr-fhd-35 {
    margin-right: 35px !important;
  }

  .mr-fhd-40 {
    margin-right: 40px !important;
  }

  .mr-fhd-45 {
    margin-right: 45px !important;
  }

  .mr-fhd-50 {
    margin-right: 50px !important;
  }

  .mr-fhd-55 {
    margin-right: 55px !important;
  }

  .mr-fhd-60 {
    margin-right: 60px !important;
  }

  .mr-fhd-65 {
    margin-right: 65px !important;
  }

  .mr-fhd-70 {
    margin-right: 70px !important;
  }

  .mr-fhd-75 {
    margin-right: 75px !important;
  }

  .mr-fhd-80 {
    margin-right: 80px !important;
  }

  .mr-fhd-85 {
    margin-right: 85px !important;
  }

  .mr-fhd-90 {
    margin-right: 90px !important;
  }

  .mr-fhd-95 {
    margin-right: 95px !important;
  }

  .mr-fhd-100 {
    margin-right: 100px !important;
  }

  .mr-fhd-auto {
    margin-right: auto !important;
  }

  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }

  .mb-fhd-5 {
    margin-bottom: 5px !important;
  }

  .mb-fhd-10 {
    margin-bottom: 10px !important;
  }

  .mb-fhd-15 {
    margin-bottom: 15px !important;
  }

  .mb-fhd-20 {
    margin-bottom: 20px !important;
  }

  .mb-fhd-25 {
    margin-bottom: 25px !important;
  }

  .mb-fhd-30 {
    margin-bottom: 30px !important;
  }

  .mb-fhd-35 {
    margin-bottom: 35px !important;
  }

  .mb-fhd-40 {
    margin-bottom: 40px !important;
  }

  .mb-fhd-45 {
    margin-bottom: 45px !important;
  }

  .mb-fhd-50 {
    margin-bottom: 50px !important;
  }

  .mb-fhd-55 {
    margin-bottom: 55px !important;
  }

  .mb-fhd-60 {
    margin-bottom: 60px !important;
  }

  .mb-fhd-65 {
    margin-bottom: 65px !important;
  }

  .mb-fhd-70 {
    margin-bottom: 70px !important;
  }

  .mb-fhd-75 {
    margin-bottom: 75px !important;
  }

  .mb-fhd-80 {
    margin-bottom: 80px !important;
  }

  .mb-fhd-85 {
    margin-bottom: 85px !important;
  }

  .mb-fhd-90 {
    margin-bottom: 90px !important;
  }

  .mb-fhd-95 {
    margin-bottom: 95px !important;
  }

  .mb-fhd-100 {
    margin-bottom: 100px !important;
  }

  .mb-fhd-auto {
    margin-bottom: auto !important;
  }

  .ml-fhd-0 {
    margin-left: 0 !important;
  }

  .ml-fhd-5 {
    margin-left: 5px !important;
  }

  .ml-fhd-10 {
    margin-left: 10px !important;
  }

  .ml-fhd-15 {
    margin-left: 15px !important;
  }

  .ml-fhd-20 {
    margin-left: 20px !important;
  }

  .ml-fhd-25 {
    margin-left: 25px !important;
  }

  .ml-fhd-30 {
    margin-left: 30px !important;
  }

  .ml-fhd-35 {
    margin-left: 35px !important;
  }

  .ml-fhd-40 {
    margin-left: 40px !important;
  }

  .ml-fhd-45 {
    margin-left: 45px !important;
  }

  .ml-fhd-50 {
    margin-left: 50px !important;
  }

  .ml-fhd-55 {
    margin-left: 55px !important;
  }

  .ml-fhd-60 {
    margin-left: 60px !important;
  }

  .ml-fhd-65 {
    margin-left: 65px !important;
  }

  .ml-fhd-70 {
    margin-left: 70px !important;
  }

  .ml-fhd-75 {
    margin-left: 75px !important;
  }

  .ml-fhd-80 {
    margin-left: 80px !important;
  }

  .ml-fhd-85 {
    margin-left: 85px !important;
  }

  .ml-fhd-90 {
    margin-left: 90px !important;
  }

  .ml-fhd-95 {
    margin-left: 95px !important;
  }

  .ml-fhd-100 {
    margin-left: 100px !important;
  }

  .ml-fhd-auto {
    margin-left: auto !important;
  }

  .p-fhd-0 {
    padding: 0 !important;
  }

  .p-fhd-5 {
    padding: 5px !important;
  }

  .p-fhd-10 {
    padding: 10px !important;
  }

  .p-fhd-15 {
    padding: 15px !important;
  }

  .p-fhd-20 {
    padding: 20px !important;
  }

  .p-fhd-25 {
    padding: 25px !important;
  }

  .p-fhd-30 {
    padding: 30px !important;
  }

  .p-fhd-35 {
    padding: 35px !important;
  }

  .p-fhd-40 {
    padding: 40px !important;
  }

  .p-fhd-45 {
    padding: 45px !important;
  }

  .p-fhd-50 {
    padding: 50px !important;
  }

  .p-fhd-55 {
    padding: 55px !important;
  }

  .p-fhd-60 {
    padding: 60px !important;
  }

  .p-fhd-65 {
    padding: 65px !important;
  }

  .p-fhd-70 {
    padding: 70px !important;
  }

  .p-fhd-75 {
    padding: 75px !important;
  }

  .p-fhd-80 {
    padding: 80px !important;
  }

  .p-fhd-85 {
    padding: 85px !important;
  }

  .p-fhd-90 {
    padding: 90px !important;
  }

  .p-fhd-95 {
    padding: 95px !important;
  }

  .p-fhd-100 {
    padding: 100px !important;
  }

  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-fhd-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-fhd-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-fhd-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-fhd-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-fhd-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-fhd-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-fhd-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-fhd-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-fhd-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-fhd-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-fhd-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-fhd-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-fhd-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-fhd-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-fhd-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-fhd-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-fhd-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-fhd-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-fhd-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-fhd-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-fhd-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-fhd-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-fhd-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-fhd-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-fhd-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-fhd-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-fhd-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-fhd-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-fhd-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-fhd-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-fhd-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-fhd-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-fhd-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-fhd-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-fhd-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-fhd-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-fhd-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-fhd-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-fhd-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-fhd-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-fhd-0 {
    padding-top: 0 !important;
  }

  .pt-fhd-5 {
    padding-top: 5px !important;
  }

  .pt-fhd-10 {
    padding-top: 10px !important;
  }

  .pt-fhd-15 {
    padding-top: 15px !important;
  }

  .pt-fhd-20 {
    padding-top: 20px !important;
  }

  .pt-fhd-25 {
    padding-top: 25px !important;
  }

  .pt-fhd-30 {
    padding-top: 30px !important;
  }

  .pt-fhd-35 {
    padding-top: 35px !important;
  }

  .pt-fhd-40 {
    padding-top: 40px !important;
  }

  .pt-fhd-45 {
    padding-top: 45px !important;
  }

  .pt-fhd-50 {
    padding-top: 50px !important;
  }

  .pt-fhd-55 {
    padding-top: 55px !important;
  }

  .pt-fhd-60 {
    padding-top: 60px !important;
  }

  .pt-fhd-65 {
    padding-top: 65px !important;
  }

  .pt-fhd-70 {
    padding-top: 70px !important;
  }

  .pt-fhd-75 {
    padding-top: 75px !important;
  }

  .pt-fhd-80 {
    padding-top: 80px !important;
  }

  .pt-fhd-85 {
    padding-top: 85px !important;
  }

  .pt-fhd-90 {
    padding-top: 90px !important;
  }

  .pt-fhd-95 {
    padding-top: 95px !important;
  }

  .pt-fhd-100 {
    padding-top: 100px !important;
  }

  .pr-fhd-0 {
    padding-right: 0 !important;
  }

  .pr-fhd-5 {
    padding-right: 5px !important;
  }

  .pr-fhd-10 {
    padding-right: 10px !important;
  }

  .pr-fhd-15 {
    padding-right: 15px !important;
  }

  .pr-fhd-20 {
    padding-right: 20px !important;
  }

  .pr-fhd-25 {
    padding-right: 25px !important;
  }

  .pr-fhd-30 {
    padding-right: 30px !important;
  }

  .pr-fhd-35 {
    padding-right: 35px !important;
  }

  .pr-fhd-40 {
    padding-right: 40px !important;
  }

  .pr-fhd-45 {
    padding-right: 45px !important;
  }

  .pr-fhd-50 {
    padding-right: 50px !important;
  }

  .pr-fhd-55 {
    padding-right: 55px !important;
  }

  .pr-fhd-60 {
    padding-right: 60px !important;
  }

  .pr-fhd-65 {
    padding-right: 65px !important;
  }

  .pr-fhd-70 {
    padding-right: 70px !important;
  }

  .pr-fhd-75 {
    padding-right: 75px !important;
  }

  .pr-fhd-80 {
    padding-right: 80px !important;
  }

  .pr-fhd-85 {
    padding-right: 85px !important;
  }

  .pr-fhd-90 {
    padding-right: 90px !important;
  }

  .pr-fhd-95 {
    padding-right: 95px !important;
  }

  .pr-fhd-100 {
    padding-right: 100px !important;
  }

  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }

  .pb-fhd-5 {
    padding-bottom: 5px !important;
  }

  .pb-fhd-10 {
    padding-bottom: 10px !important;
  }

  .pb-fhd-15 {
    padding-bottom: 15px !important;
  }

  .pb-fhd-20 {
    padding-bottom: 20px !important;
  }

  .pb-fhd-25 {
    padding-bottom: 25px !important;
  }

  .pb-fhd-30 {
    padding-bottom: 30px !important;
  }

  .pb-fhd-35 {
    padding-bottom: 35px !important;
  }

  .pb-fhd-40 {
    padding-bottom: 40px !important;
  }

  .pb-fhd-45 {
    padding-bottom: 45px !important;
  }

  .pb-fhd-50 {
    padding-bottom: 50px !important;
  }

  .pb-fhd-55 {
    padding-bottom: 55px !important;
  }

  .pb-fhd-60 {
    padding-bottom: 60px !important;
  }

  .pb-fhd-65 {
    padding-bottom: 65px !important;
  }

  .pb-fhd-70 {
    padding-bottom: 70px !important;
  }

  .pb-fhd-75 {
    padding-bottom: 75px !important;
  }

  .pb-fhd-80 {
    padding-bottom: 80px !important;
  }

  .pb-fhd-85 {
    padding-bottom: 85px !important;
  }

  .pb-fhd-90 {
    padding-bottom: 90px !important;
  }

  .pb-fhd-95 {
    padding-bottom: 95px !important;
  }

  .pb-fhd-100 {
    padding-bottom: 100px !important;
  }

  .pl-fhd-0 {
    padding-left: 0 !important;
  }

  .pl-fhd-5 {
    padding-left: 5px !important;
  }

  .pl-fhd-10 {
    padding-left: 10px !important;
  }

  .pl-fhd-15 {
    padding-left: 15px !important;
  }

  .pl-fhd-20 {
    padding-left: 20px !important;
  }

  .pl-fhd-25 {
    padding-left: 25px !important;
  }

  .pl-fhd-30 {
    padding-left: 30px !important;
  }

  .pl-fhd-35 {
    padding-left: 35px !important;
  }

  .pl-fhd-40 {
    padding-left: 40px !important;
  }

  .pl-fhd-45 {
    padding-left: 45px !important;
  }

  .pl-fhd-50 {
    padding-left: 50px !important;
  }

  .pl-fhd-55 {
    padding-left: 55px !important;
  }

  .pl-fhd-60 {
    padding-left: 60px !important;
  }

  .pl-fhd-65 {
    padding-left: 65px !important;
  }

  .pl-fhd-70 {
    padding-left: 70px !important;
  }

  .pl-fhd-75 {
    padding-left: 75px !important;
  }

  .pl-fhd-80 {
    padding-left: 80px !important;
  }

  .pl-fhd-85 {
    padding-left: 85px !important;
  }

  .pl-fhd-90 {
    padding-left: 90px !important;
  }

  .pl-fhd-95 {
    padding-left: 95px !important;
  }

  .pl-fhd-100 {
    padding-left: 100px !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-disable color-no-hex  */
/* stylelint-enable color-no-hex  */
.text-moon {
  color: #CD1D4D !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-moon > * {
  color: inherit;
}

.bg-moon {
  background-color: #CD1D4D;
}

.text-arsenic {
  color: #6FAD9C !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-arsenic > * {
  color: inherit;
}

.bg-arsenic {
  background-color: #6FAD9C;
}

.text-teal {
  color: #569383 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-teal > * {
  color: inherit;
}

.bg-teal {
  background-color: #569383;
}

.text-alabaster {
  color: #D6D6D6 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-alabaster > * {
  color: inherit;
}

.bg-alabaster {
  background-color: #D6D6D6;
}

.text-stone {
  color: #333333 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-stone > * {
  color: inherit;
}

.bg-stone {
  background-color: #333333;
}

.text-pictone {
  color: #EAEAEA !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-pictone > * {
  color: inherit;
}

.bg-pictone {
  background-color: #EAEAEA;
}

.text-solitude {
  color: #F5F5F5 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-solitude > * {
  color: inherit;
}

.bg-solitude {
  background-color: #F5F5F5;
}

.text-alto {
  color: #d8d8d8 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-alto > * {
  color: inherit;
}

.bg-alto {
  background-color: #d8d8d8;
}

.text-silver-chalice {
  color: #adadad !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-silver-chalice > * {
  color: inherit;
}

.bg-silver-chalice {
  background-color: #adadad;
}

.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: 12px;
  --size-accordion-indicator: 10px;
  --height-btn: 50px;
  --height-form-control: calc(var(--height-btn) + 10px);
  --py-section: 50px;
  --py-section-small: 40px;
  --py-section-large: 60px;
  --px-btn: 18px;
  --px-form-control: 20px;
  --py-form-control: 15px;
  --py-accordion: 20px;
  --pr-accordion: 20px;
  --pl-accordion: 20px;
  --font-size-base: 14px;
  --font-size-btn: var(--font-size-base);
  --line-height-base: 1.7;
  --speed-fast: .125s;
  --speed-default: .25s;
  --speed-slow: .5s;
  --speed-sluggish: 1s;
  --speed-snail: 2s;
  --cubic-bezier: cubic-bezier(.05, .69, .14, 1);
  --cubic-bezier-2: cubic-bezier(.215, .61, .355, 1);
}
@media (min-width: 1024px) {
  :root {
    --size-accordion-indicator: 16px;
    --size-btn-play: 74px;
    --py-section: 70px;
    --py-section-large: 150px;
    --py-accordion: 25px;
    --pr-accordion: 25px;
    --pl-accordion: 25px;
    --font-size-base: 16px;
  }
}
@media (min-width: 1440px) {
  :root {
    --size-bullet: 7px;
    --size-btn-play: 114px;
    --size-form-check-indicator: 18px;
    --height-btn: 60px;
    --height-form-control: calc(var(--height-btn) + 10px);
    --px-btn: 24px;
    --px-form-control: 20px;
    --py-section: 160px;
    --py-section-small: 80px;
    --py-section-large: 250px;
    --py-accordion: 30px;
    --pr-accordion: 40px;
    --pl-accordion: 40px;
    --font-size-base: 20px;
    --font-size-btn: 18px;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fhd-left {
    text-align: left !important;
  }

  .text-fhd-right {
    text-align: right !important;
  }

  .text-fhd-center {
    text-align: center !important;
  }
}
/* stylelint-disable plugin/no-low-performance-animation-properties  */
/* stylelint-enable plugin/no-low-performance-animation-properties  */
@font-face {
  font-family: "damen-icons";
  src: url("fonts/damen-icons.eot?u2unkd");
  src: url("fonts/damen-icons.eot?u2unkd#iefix") format("embedded-opentype"), url("fonts/damen-icons.woff2?u2unkd") format("woff2"), url("fonts/damen-icons.ttf?u2unkd") format("truetype"), url("fonts/damen-icons.woff?u2unkd") format("woff"), url("fonts/damen-icons.svg?u2unkd#damen-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: "damen-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-twitter:before {
  content: "\E949";
}

.icon-whatsapp:before {
  content: "\E948";
}

.icon-add:before {
  content: "\E92C";
}

.icon-arrowleft:before {
  content: "\E92D";
}

.icon-arrowright:before {
  content: "\E92E";
}

.icon-bars:before {
  content: "\E92F";
}

.icon-calculator:before {
  content: "\E930";
}

.icon-calendar:before {
  content: "\E931";
}

.icon-checklist:before {
  content: "\E932";
}

.icon-clock:before {
  content: "\E933";
}

.icon-contract:before {
  content: "\E934";
}

.icon-document:before {
  content: "\E935";
}

.icon-envelope:before {
  content: "\E936";
}

.icon-eye:before {
  content: "\E937";
}

.icon-grid-active:before {
  content: "\E938";
}

.icon-handshake:before {
  content: "\E939";
}

.icon-house:before {
  content: "\E93A";
}

.icon-lamp:before {
  content: "\E93B";
}

.icon-magnifyingglass:before {
  content: "\E93C";
}

.icon-man-woman:before {
  content: "\E93D";
}

.icon-marker:before {
  content: "\E93E";
}

.icon-mortarboard:before {
  content: "\E93F";
}

.icon-piggybank:before {
  content: "\E940";
}

.icon-pinterest:before {
  content: "\E941";
}

.icon-plus-alt:before {
  content: "\E942";
}

.icon-rings:before {
  content: "\E943";
}

.icon-settings:before {
  content: "\E944";
}

.icon-subtract:before {
  content: "\E945";
}

.icon-sumedia:before {
  content: "\E946";
}

.icon-user:before {
  content: "\E947";
}

.icon-arrow-down:before {
  content: "\E900";
}

.icon-arrow-left:before {
  content: "\E901";
}

.icon-arrow-right:before {
  content: "\E902";
}

.icon-arrow-up:before {
  content: "\E903";
}

.icon-check:before {
  content: "\E904";
}

.icon-chevron-down:before {
  content: "\E905";
}

.icon-chevron-left:before {
  content: "\E906";
}

.icon-chevron-right:before {
  content: "\E907";
}

.icon-chevron-up:before {
  content: "\E908";
}

.icon-close:before {
  content: "\E909";
}

.icon-download:before {
  content: "\E90A";
}

.icon-facebook:before {
  content: "\E90B";
}

.icon-feather-pen:before {
  content: "\E90C";
}

.icon-flag-de .path1:before {
  content: "\E90D";
  color: #ffce00;
}

.icon-flag-de .path2:before {
  content: "\E90E";
  margin-left: -1em;
  color: #dd0000;
}

.icon-flag-de .path3:before {
  content: "\E90F";
  margin-left: -1em;
  color: black;
}

.icon-flag-nl .path1:before {
  content: "\E910";
  color: #21468b;
}

.icon-flag-nl .path2:before {
  content: "\E911";
  margin-left: -1em;
  color: white;
}

.icon-flag-nl .path3:before {
  content: "\E912";
  margin-left: -1em;
  color: #ae1c28;
}

.icon-fullscreen:before {
  content: "\E913";
}

.icon-grid:before {
  content: "\E914";
}

.icon-image:before {
  content: "\E915";
}

.icon-instagram:before {
  content: "\E916";
}

.icon-kavel:before {
  content: "\E917";
}

.icon-linkedin:before {
  content: "\E918";
}

.icon-location:before {
  content: "\E919";
}

.icon-m:before {
  content: "\E91A";
}

.icon-mail:before {
  content: "\E91B";
}

.icon-menu:before {
  content: "\E91C";
}

.icon-minus:before {
  content: "\E91D";
}

.icon-money-hand:before {
  content: "\E91E";
}

.icon-phone:before {
  content: "\E91F";
}

.icon-play:before {
  content: "\E920";
}

.icon-plus:before {
  content: "\E921";
}

.icon-quote:before {
  content: "\E922";
}

.icon-search:before {
  content: "\E923";
}

.icon-share:before {
  content: "\E924";
}

.icon-shop:before {
  content: "\E925";
}

.icon-slaapkamers:before {
  content: "\E926";
}

.icon-logo-funda:before {
  content: "\E927";
}

.icon-logo-nvm:before {
  content: "\E928";
}

.icon-logo-nwwi:before {
  content: "\E929";
}

.icon-logo-register-taxateur:before {
  content: "\E92A";
}

.icon-shape-house:before {
  content: "\E92B";
  color: #f6f4ed;
}

@font-face {
  font-family: "damen-icons";
  src: url("../fonts/damen-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.zoekopdracht-form .form-group:has(select)::after, .custom-select .select-selected::after, .filters .filter-trigger h3::after, .heapBox a.holder::after {
  speak: none;
  font-family: "damen-icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
.house-info h1,
h2,
.h2,
.card-team__name,
.card-office__name,
.popup h2,
.popup--iframe h2,
.contact-section__user-content strong,
h3,
.h3,
.banner__form h2,
.banner__form h3,
.heading h2,
main blockquote p,
.house-social__user-content strong,
.accordion-item .accordion__term span,
h6,
.h6,
h5,
.h5,
h4,
.h4 {
  font-family: "Sirba", "Kumbh Sans", sans-serif;
  font-weight: 400;
}

h1,
.h1 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 1440px) {
  h1,
.h1 {
    margin-bottom: 20px;
    font-size: 51px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  h1,
.h1 {
    font-size: 64px;
    line-height: 70px;
  }
}

.house-info h1, h2,
.h2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 35px;
}
@media (min-width: 1440px) {
  .house-info h1, h2,
.h2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .house-info h1, h2,
.h2 {
    font-size: 55px;
    line-height: 60px;
  }
}

.card-team__name, .card-office__name, .popup h2,
.popup--iframe h2, .contact-section__user-content strong, h3,
.h3,
.banner__form h2,
.banner__form h3,
.heading h2, main blockquote p {
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 1440px) {
  .card-team__name, .card-office__name, .popup h2,
.popup--iframe h2, .contact-section__user-content strong, h3,
.h3,
.banner__form h2,
.banner__form h3,
.heading h2, main blockquote p {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1600px) {
  .card-team__name, .card-office__name, .popup h2,
.popup--iframe h2, .contact-section__user-content strong, h3,
.h3,
.banner__form h2,
.banner__form h3,
.heading h2, main blockquote p {
    font-size: 40px;
    line-height: 52px;
  }
}

.house-social__user-content strong, .accordion-item .accordion__term span, h6,
.h6, h5,
.h5, h4,
.h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1440px) {
  .house-social__user-content strong, .accordion-item .accordion__term span, h6,
.h6, h5,
.h5, h4,
.h4 {
    font-size: 30px;
    line-height: 33px;
  }
}

.card-news__date, .banner__block-text, .house-social__right span, .content__rating-item, .construction__price, .construction__block-content ul li, .footer__nav li a, main blockquote span,
main blockquote strong {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .card-news__date, .banner__block-text, .house-social__right span, .content__rating-item, .construction__price, .construction__block-content ul li, .footer__nav li a, main blockquote span,
main blockquote strong {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1440px) {
  .card-news__date, .banner__block-text, .house-social__right span, .content__rating-item, .construction__price, .construction__block-content ul li, .footer__nav li a, main blockquote span,
main blockquote strong {
    font-size: 16px;
    line-height: 30px;
  }
}

.card-offer__subtitle, .banner__subtitle, .house-stats__subtitle, .house-info__subtitle, .recent__subtitle, .service-text__subtitle, .project-slider__subtitle, .method-slider__subtitle, .usp-section__subtitle, .image-text__subtitle, .contact-section__subtitle, .contact-detail__subtitle, .contact-form__subtitle, .heading__subtitle, .team-slider__subtitle, .construction__subtitle, .cta__subtitle, .offer-slider__subtitle, .services__subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #CD1D4D;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (min-width: 1440px) {
  .card-offer__subtitle, .banner__subtitle, .house-stats__subtitle, .house-info__subtitle, .recent__subtitle, .service-text__subtitle, .project-slider__subtitle, .method-slider__subtitle, .usp-section__subtitle, .image-text__subtitle, .contact-section__subtitle, .contact-detail__subtitle, .contact-form__subtitle, .heading__subtitle, .team-slider__subtitle, .construction__subtitle, .cta__subtitle, .offer-slider__subtitle, .services__subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.card-offer__label, .house-info .first-gallery .gallery-label, .label {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  padding: 5px 10px;
  background: #CD1D4D;
  font-family: "Notera", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 1024px) {
  .card-offer__label, .house-info .first-gallery .gallery-label, .label {
    height: 35px;
    padding: 5px 15px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .card-offer__label, .house-info .first-gallery .gallery-label, .label {
    height: 50px;
    padding: 10px 20px;
    font-size: 30px;
    line-height: 34px;
  }
}

main blockquote {
  padding-top: 65px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
main blockquote::after {
  background-image: url(../images/ui/quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
}
@media (min-width: 768px) {
  main blockquote::after {
    margin: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  main blockquote::after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  main blockquote::after {
    width: 80px;
    height: 80px;
  }
}
main blockquote p {
  line-height: 1.2;
}
main blockquote p + p {
  margin-top: 0 !important;
}
main blockquote span,
main blockquote strong {
  font-weight: 400;
  color: #333333;
}
@media (min-width: 768px) {
  main blockquote {
    padding-top: 0;
    padding-left: 100px;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  main blockquote {
    padding-left: 200px;
    font-size: 40px;
    line-height: 52px;
  }
}

.card-member__image, .card-team__image, .card-office__image, .method-slider__image, .image-text__image3, .image-text__image2, .team-details__image2, .content__image {
  min-height: 190px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  transform: rotate(5deg);
}
.card-member__image span, .card-team__image span, .card-office__image span, .method-slider__image span, .image-text__image3 span, .image-text__image2 span, .team-details__image2 span, .content__image span {
  display: block;
  padding: 10px;
  font-family: "Notera", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
@media (min-width: 1440px) {
  .card-member__image span, .card-team__image span, .card-office__image span, .method-slider__image span, .image-text__image3 span, .image-text__image2 span, .team-details__image2 span, .content__image span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .card-member__image, .card-team__image, .card-office__image, .method-slider__image, .image-text__image3, .image-text__image2, .team-details__image2, .content__image {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .card-member__image, .card-team__image, .card-office__image, .method-slider__image, .image-text__image3, .image-text__image2, .team-details__image2, .content__image {
    min-height: 325px;
  }
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

html {
  scroll-behavior: smooth;
}
html.is-open-menu {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1440px) {
  html.is-open-menu {
    overflow: visible;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}
body main {
  flex-grow: 1;
}
body.show-interested .overlay-interested {
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.error {
  display: none;
}

@media (min-width: 1024px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@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(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: 1440px) {
  .row {
    margin-right: calc(30px * -.5);
    margin-left: calc(30px * -.5);
  }
  .row .col,
.row [class*=col-] {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}
@media (min-width: 1600px) {
  .row {
    margin-right: calc(30px * -.5);
    margin-left: calc(30px * -.5);
  }
  .row .col,
.row [class*=col-] {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.mfp-bg {
  opacity: 1;
  background: #fff;
}

.collapsing {
  overflow: hidden;
  height: 0;
  transition: height var(--speed-default) var(--cubic-bezier-2);
  /* stylelint-disable-line plugin/no-low-performance-animation-properties */
}

.wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
  position: relative;
}
@media (min-width: 1024px) {
  .wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    padding-top: 166px;
  }
}

.house-construction .slick-list, .project-slider .slick-list, .method-slider .slick-list, .image-slider .slick-list, .team-slider .slick-list, .office-section .slick-list, .offer-slider .slick-list {
  overflow: visible;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

.mfp-close {
  display: block !important;
  font-size: 40px;
  color: #333333 !important;
  position: absolute;
  top: -45px !important;
  right: -10px !important;
}

.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: 1;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transition: all 0.2s ease-out;
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.cursor {
  background-image: url(../images/ui/scroll.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  cursor: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.js-slider-cursor {
  cursor: none;
}

.acceptance {
  margin-top: 10px;
}

.form-group {
  position: relative;
}
.form-group label .js-input {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #adadad;
  cursor: text;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
.form-group label .js-input.is-active {
  padding-top: 7px;
  padding-left: 22px;
  font-size: 12px;
}
@media (min-width: 1440px) {
  .form-group label .js-input {
    padding: 19px 20px;
  }
}
.form-group label input {
  padding-top: 14px;
  font-size: 16px;
}
.form-group label textarea {
  padding-top: 24px;
  font-size: 16px;
}
.form-group--error label .js-input {
  color: #CD1D4D;
}

.file-input {
  position: relative;
}
.file-input input {
  opacity: 0;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.file-input input::placeholder {
  color: #adadad;
}
.file-input .file-upload {
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
}
.file-input .file-upload::after {
  content: "\E92C";
  font-family: "damen-icons";
  font-size: 80%;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .file-input .file-upload::after {
    right: 30px;
  }
}
.file-input span:not(.file-upload) {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: calc(100% - 55px);
  height: var(--height-form-control);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
}
@media (min-width: 1440px) {
  .file-input span:not(.file-upload) {
    width: calc(100% - 70px);
  }
}
.file-input.-chosen span:not(.file-upload) {
  color: #333333;
}

.wpcf7-response-output {
  padding-top: 15px;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .wpcf7-response-output {
    font-size: 18px;
  }
}

.form-label {
  display: block;
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

input.field-error {
  border: 1px red solid;
}

.filter:has(.field-error) header h3 {
  border: 1px red solid;
}

.custom-select:has(select.field-error) .heapBox .holder {
  border: 1px red solid;
}

.field-error-notice {
  color: red;
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

@font-face {
  font-family: "Notera";
  src: url("../fonts/Notera.woff2") format("woff2"), url("../fonts/Notera.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sirba";
  src: url("../fonts/SirbaGreekW04-Regular.woff2") format("woff2"), url("../fonts/SirbaGreekW04-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #6FAD9C;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga", "kern";
}

main p:not([class*=-none]) + *:not(.btn),
main ul:not([class*=-none]) + *:not(.btn),
main ol:not([class*=-none]) + *:not(.btn),
main table:not([class*=-none]) + *:not(.btn),
main blockquote:not([class*=-none]) + *:not(.btn) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  main p:not([class*=-none]) + *:not(.btn),
main ul:not([class*=-none]) + *:not(.btn),
main ol:not([class*=-none]) + *:not(.btn),
main table:not([class*=-none]) + *:not(.btn),
main blockquote:not([class*=-none]) + *:not(.btn) {
    margin-top: 30px;
  }
}
main ul:not(.list-unstyled) li,
main ol:not(.list-unstyled) li {
  margin-bottom: 3px;
  padding-left: 35px;
  position: relative;
}
main ul:not(.list-unstyled) li::before,
main ol:not(.list-unstyled) li::before {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1440px) {
  main ul:not(.list-unstyled) li,
main ol:not(.list-unstyled) li {
    margin-bottom: 5px;
  }
}
main ul:not(.list-unstyled) li::before {
  width: 0;
  height: 0;
  border-width: 7px 0 7px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #CD1D4D;
  content: "";
  top: 2px;
}
@media (min-width: 1024px) {
  main ul:not(.list-unstyled) li::before {
    top: 7px;
  }
}
@media (min-width: 1440px) {
  main ul:not(.list-unstyled) li::before {
    top: 10px;
  }
}
main ol:not(.list-unstyled) {
  counter-reset: ol-counter;
}
main ol:not(.list-unstyled) li {
  counter-increment: ol-counter;
}
main ol:not(.list-unstyled) li::before {
  content: counter(ol-counter) ". ";
}
p a,
small a,
.link {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  p a,
small a,
.link {
    transition: color var(--speed-fast) ease-out;
  }
  p a:hover,
small a:hover,
.link:hover {
    text-decoration: none;
  }
}

.accordion-item {
  padding: var(--py-accordion) var(--pr-accordion) var(--py-accordion) var(--pl-accordion);
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
}
.accordion-item .accordion__term {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
.accordion-item .accordion__term::after {
  content: "\E92C";
  font-family: "damen-icons";
  font-size: 110%;
  color: #CD1D4D;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.accordion-item .accordion__term span {
  color: #333333;
}
.accordion-item .accordion__term.open::after {
  content: "\E945";
}
@media (hover: hover) and (pointer: fine) {
  .accordion-item .accordion__term {
    transition: color var(--speed-fast) ease-out;
  }
  .accordion-item .accordion__term:hover {
    color: #CD1D4D;
  }
}
.accordion-item .accordion__body {
  position: relative;
}
.accordion-item .accordion__description {
  padding-top: var(--py-accordion);
  color: #333333;
}
.accordion-item + .accordion-item {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .accordion-item .accordion__term i::before {
    height: 3px;
  }
  .accordion-item .accordion__term i::after {
    width: 3px;
  }
  .accordion-item .accordion__term span {
    letter-spacing: -0.04px;
  }
}

.btn, .product-search .row .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-weight: 700;
  font-size: var(--font-size-btn);
  line-height: 1.2;
}
.btn:disabled, .product-search .row .button:disabled {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.btn.btn--il i, .product-search .row .btn--il.button i {
  margin-right: 15px;
  font-weight: 400;
}
.btn.btn--ir i, .product-search .row .btn--ir.button i {
  margin-left: 15px;
  font-weight: 400;
}
.btn.btn--glass, .product-search .row .btn--glass.button {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--glass:hover, .product-search .row .btn--glass.button:hover {
    background-color: #fff;
    color: #333333;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn, .product-search .row .button {
    transition: border-color var(--speed-fast) ease-out, background-color var(--speed-fast) ease-out, color var(--speed-fast) ease-out;
  }
}
.btn:not(.btn--text):not(.btn--io), .product-search .row .button:not(.btn--text):not(.btn--io) {
  border-radius: 30px;
  padding-right: var(--px-btn);
  padding-left: var(--px-btn);
}
.btn:not(.btn--text):not(.btn--io) i, .product-search .row .button:not(.btn--text):not(.btn--io) i {
  font-weight: 400;
}
.btn:not(.btn--text):not(.btn--io).btn--primary, .product-search .row .button:not(.btn--text):not(.btn--io) {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).btn--primary:hover, .product-search .row .button:not(.btn--text):not(.btn--io):hover {
    background-color: transparent;
    color: #333333;
  }
}
.btn:not(.btn--text):not(.btn--io).btn--outline, .product-search .row .button:not(.btn--text):not(.btn--io).btn--outline {
  border: 1px solid #D6D6D6;
  background-color: transparent;
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .btn:not(.btn--text):not(.btn--io).btn--outline:hover, .product-search .row .button:not(.btn--text):not(.btn--io).btn--outline:hover {
    border-color: #333333;
    background-color: #333333;
    color: #fff;
  }
}
.btn:not(.btn--text), .product-search .row .button:not(.btn--text) {
  height: var(--height-btn);
}
.btn:not(.btn--io):disabled > *, .product-search .row .button:not(.btn--io):disabled > * {
  opacity: 0.35;
}
.btn:not(.btn--io):not(:last-of-type), .product-search .row .button:not(.btn--io):not(:last-of-type) {
  margin-right: 15px;
}
.btn.btn--text, .product-search .row .btn--text.button {
  font-size: 15px;
  line-height: 1.4;
  position: relative;
}
.btn.btn--text.btn--arrow, .product-search .row .btn--text.btn--arrow.button {
  padding-left: 55px;
  color: #333333;
}
.btn.btn--text.btn--arrow::before, .product-search .row .btn--text.btn--arrow.button::before {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 10px;
  color: #333333;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1440px) {
  .btn.btn--text.btn--arrow::before, .product-search .row .btn--text.btn--arrow.button::before {
    width: 48px;
    height: 48px;
    font-size: 12px;
  }
}
.btn.btn--text.btn--arrow.btn--back::before, .product-search .row .btn--text.btn--arrow.btn--back.button::before {
  content: "\E92D";
}
@media (min-width: 1440px) {
  .btn.btn--text.btn--arrow, .product-search .row .btn--text.btn--arrow.button {
    padding-left: 70px;
  }
}
@media (min-width: 1440px) {
  .btn.btn--text, .product-search .row .btn--text.button {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .btn.btn--text, .product-search .row .btn--text.button {
    font-size: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--text:hover, .product-search .row .btn--text.button:hover {
    color: #CD1D4D;
  }
}
.btn.btn--io, .product-search .row .btn--io.button {
  width: var(--height-btn);
  border-radius: 50%;
  background-color: #fff;
}
.btn.btn--io i, .product-search .row .btn--io.button i {
  font-size: calc(var(--height-btn) / 3.0555555556);
}
.btn.btn--io:disabled > *, .product-search .row .btn--io.button:disabled > * {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--io:hover, .product-search .row .btn--io.button:hover {
    background-color: #CD1D4D;
  }
}
.btn.btn--io.btn--outline, .product-search .row .btn--io.btn--outline.button {
  border: 1px solid #D6D6D6;
  background-color: transparent;
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--io.btn--outline:hover, .product-search .row .btn--io.btn--outline.button:hover {
    border-color: #333333;
    background-color: #333333;
    color: #fff;
  }
}

.social-links,
.social-share {
  display: flex;
}

.social-links .btn.btn--io + .btn--io, .social-links .product-search .row .btn--io.button + .btn--io, .product-search .row .social-links .btn--io.button + .btn--io {
  margin-left: 5px;
}
@media (min-width: 1280px) {
  .social-links {
    --height-btn: 33px;
  }
}
@media (min-width: 1440px) {
  .social-links {
    --height-btn: 40px;
  }
}
@media (min-width: 1920px) {
  .social-links {
    --height-btn: 50px;
  }
}

.social-share .btn.btn--io, .social-share .product-search .row .btn--io.button, .product-search .row .social-share .btn--io.button {
  --height-btn: 40px;
  border: 1px solid #000;
  border-radius: 0;
}
.social-share .btn.btn--io + .btn--io, .social-share .product-search .row .btn--io.button + .btn--io, .product-search .row .social-share .btn--io.button + .btn--io {
  margin-left: -1px;
}
.social-share .btn.btn--io:not(:hover), .social-share .product-search .row .btn--io.button:not(:hover), .product-search .row .social-share .btn--io.button:not(:hover) {
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .social-share .btn.btn--io:hover, .social-share .product-search .row .btn--io.button:hover, .product-search .row .social-share .btn--io.button:hover {
    border-color: #CD1D4D;
  }
}
@media (min-width: 1920px) {
  .social-share .btn.btn--io, .social-share .product-search .row .btn--io.button, .product-search .row .social-share .btn--io.button {
    --height-btn: 50px;
  }
}

.btn-play-wrapper {
  margin-top: 15px;
  padding-bottom: 75%;
  position: relative;
}
.btn-play-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-btn-play);
  height: var(--size-btn-play);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(11.7px);
          backdrop-filter: blur(11.7px);
  font-size: calc(var(--size-btn-play) / 2.85);
  color: #fff;
}
.btn-play i {
  margin-left: 5%;
}
@media (hover: hover) and (pointer: fine) {
  .btn-play {
    transition: transform var(--speed-default) ease-out;
  }
  .btn-play:hover {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

table {
  width: 100%;
}

.section--paginate a.prev i {
  transform: rotate(180deg);
}
.section--paginate .paginate div {
  display: flex;
}

.heapBox {
  margin-bottom: 10px;
}
.heapBox .heap {
  overflow: scroll;
  width: 100%;
  max-height: 361px;
  top: calc(100% + 1px);
  left: 0;
}
.heapBox ul {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  border-top: 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
.heapBox ul li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
}
.heapBox ul li::before {
  display: none !important;
}
.heapBox ul li label {
  display: block;
  padding: var(--px-form-control) !important;
  position: relative;
  transition: all 0.3s;
}
.heapBox ul li a {
  display: block;
  padding: var(--px-form-control) !important;
  position: relative;
  transition: all 0.3s;
}
.heapBox ul li:hover label {
  color: #CD1D4D;
}
.heapBox ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 1280px) {
  .heapBox ul li {
    font-size: 16px;
  }
}
.heapBox a.holder {
  justify-content: space-between;
  padding-top: 16px;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  position: relative;
}
.heapBox a.holder::after {
  flex-shrink: 0;
  margin-top: -5px;
  margin-left: 15px;
  content: "\E905";
  font-size: 56%;
  color: #CD1D4D;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .heapBox a.holder::after {
    font-size: 66%;
  }
}
@media (min-width: 1440px) {
  .heapBox a.holder {
    height: 70px;
    padding-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }
}
.heapBox.open .holder {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.heapBox.open .holder::after {
  transform: rotate(180deg);
}

body .select2 textarea {
  resize: none;
  padding-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
body .select2 textarea::placeholder {
  opacity: 1 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333333 !important;
}
@media (min-width: 1440px) {
  body .select2 textarea::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  body .select2 textarea {
    font-size: 16px;
    line-height: 20px;
  }
}
body .select2 .select2-selection {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
body .select2 .select2-selection__choice {
  width: max-content;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
body .select2 .selection {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: center;
  height: var(--height-form-control);
  position: relative;
}
body .select2 .selection span {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
body .select2 .selection span.select2-search {
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  height: var(--height-form-control);
  margin-top: 0;
  padding-left: 8px;
}
@media (min-width: 1600px) {
  body .select2 .selection span {
    font-size: 16px;
    line-height: 20px;
  }
}
body .select2 .selection ul {
  display: flex;
  align-items: center;
}
body .select2 .selection ul li {
  margin-right: 10px;
  margin-bottom: 0;
}
body .select2 .selection ul li button {
  margin-right: 5px;
}
body .select2-container .select2-search {
  margin-top: 0 !important;
}
body .select2-container .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px;
  margin-left: 5px;
  border: none;
  background: transparent;
}
body .select2-container .select2-selection--multiple .select2-selection__choice button {
  border: none;
}
body .select2-container .select2-results__options {
  overflow: scroll;
  min-width: 300px;
  max-height: 250px !important;
  margin-bottom: 10px;
  border: 1px solid #EAEAEA;
  border-top: 0;
  padding-bottom: 0;
  background: #fff;
  transition: var(--speed-default) ease-out;
}
body .select2-container .select2-results__options li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--px-form-control) !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  transition: var(--speed-default);
}
body .select2-container .select2-results__options li:hover {
  color: #333333 !important;
}
body .select2-container .select2-results__options li:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 1280px) {
  body .select2-container .select2-results__options {
    max-height: 500px !important;
  }
}

.select2-dropdown {
  width: 100%;
  border-width: 2px;
}
.select2-dropdown .select2-search {
  display: none !important;
}
.select2-dropdown .select2-results__options {
  padding: 10px 0;
}
.select2-dropdown .select2-results__option {
  padding: 5px 25px;
  font-size: 16px;
  color: #adadad;
  cursor: pointer;
}
.select2-dropdown .select2-results__option:hover, .select2-dropdown .select2-results__option.select2-results__option--selected {
  background: transparent;
  color: #D6D6D6;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: transparent;
  color: #adadad;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted:hover, .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selected {
  background: transparent;
  color: #D6D6D6;
}

.navbar {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: var(--speed-slow);
}
.navbar .navbar__social {
  display: flex;
  flex-wrap: wrap;
}
.navbar .navbar__social li {
  margin-right: 4px;
  position: relative;
}
.navbar .navbar__social li a.icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F5F5F5;
  font-size: 16px;
  color: #333333;
  transition: var(--speed-default);
}
.navbar .navbar__social li a.icon:hover {
  background: #333333;
  color: #fff;
}
@media (min-width: 1024px) {
  .navbar .navbar__social li a.icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .navbar .navbar__social li a.icon {
    width: 48px;
    height: 48px;
    font-size: 16px;
    color: #CD1D4D;
  }
}
.navbar .navbar__social li .navbar__social__menu {
  display: none;
  min-width: 235px;
  padding-top: 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
}
.navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner {
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #333333;
  white-space: nowrap;
  transition: var(--speed-default);
}
.navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner a i {
  margin-right: 15px;
  color: #CD1D4D;
}
.navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner a:hover {
  color: #CD1D4D;
}
.navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner a {
    margin-bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner {
    padding: 35px;
  }
}
@media (min-width: 1920px) {
  .navbar .navbar__social li .navbar__social__menu .navbar__social__menu__inner {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar__social li .navbar__social__menu {
    top: 30px;
    bottom: auto;
  }
}
@media (min-width: 1440px) {
  .navbar .navbar__social li .navbar__social__menu {
    min-width: 335px;
    top: 50px;
  }
}
.navbar .navbar__social li:hover .navbar__social__menu {
  display: block;
}
@media (min-width: 1440px) {
  .navbar .navbar__social li {
    margin-right: 8px;
  }
}
.navbar .navbar__language {
  margin-left: 10px;
}
.navbar .navbar__language > div > ul > li {
  position: relative;
}
.navbar .navbar__language > div > ul > li > a {
  display: block;
  padding: 10px 25px 12px 10px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  transition: var(--speed-default);
}
.navbar .navbar__language > div > ul > li > a::after {
  content: "\E905";
  font-family: "damen-icons";
  font-size: 42%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navbar .navbar__language > div > ul > li > a:hover {
  color: #CD1D4D;
}
@media (min-width: 1280px) {
  .navbar .navbar__language > div > ul > li > a {
    padding: 8px 25px 8px 10px;
  }
}
@media (min-width: 1440px) {
  .navbar .navbar__language > div > ul > li > a {
    color: #CD1D4D;
  }
}
@media (min-width: 1600px) {
  .navbar .navbar__language > div > ul > li > a {
    padding: 10px 30px 10px 10px;
  }
}
.navbar .navbar__language > div > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
  position: absolute;
  bottom: 100%;
  left: 0;
  transition: var(--speed-default);
}
.navbar .navbar__language > div > ul > li > ul > li > a {
  display: block;
  padding-right: 15px;
  padding-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1440px) {
  .navbar .navbar__language > div > ul > li > ul {
    top: 100%;
    bottom: auto;
  }
}
.navbar .navbar__language > div > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.navbar.scrollUp {
  opacity: 0;
  transform: translateY(-180px);
  transition: var(--speed-slow);
}
@media (min-width: 1920px) {
  .navbar.scrollUp {
    transform: translateY(-200px);
  }
}
@keyframes animate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) rotate(5deg);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 1440px) {
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.navbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  transition: var(--speed-slow);
}
@media (min-width: 1024px) {
  .navbar__inner {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .navbar__inner {
    height: 166px;
  }
}
.navbar--fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1440px) {
  .navbar--fixed .navbar__inner {
    height: 136px;
  }
}
.navbar__brand {
  display: block;
  width: 116px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .navbar__brand {
    width: 126px;
    margin: 0 20px 20px 10px;
    position: static;
    transform: none;
  }
}
@media (min-width: 1440px) {
  .navbar__brand {
    width: 150px;
    margin: 0 40px 20px 0;
  }
}
@media (min-width: 1600px) {
  .navbar__brand {
    width: 180px;
  }
}
.navbar__offer-btn {
  background-image: url(../images/ui/btn-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #6FAD9C;
  font-family: "Sirba", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 8px;
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: var(--speed-default);
  animation: animate 2s linear infinite;
}
.navbar__offer-btn span {
  padding-top: 10px;
  transform: rotate(5deg);
  transition: var(--speed-default);
  transition-delay: var(--speed-default);
}
@media (min-width: 1024px) {
  .navbar__offer-btn span {
    padding-top: 0;
    transform: none;
  }
}
@media (min-width: 1440px) {
  .navbar__offer-btn span {
    padding-top: 10px;
    transform: rotate(5deg);
  }
}
@media (min-width: 1024px) {
  .navbar__offer-btn {
    background-image: url(../images/ui/btn-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .navbar__offer-btn {
    background-image: url(../images/ui/btn-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 104px 104px;
    width: 104px;
    height: 104px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #6FAD9C;
    font-size: 16px;
  }
}
.navbar__toggle {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 15;
}
.navbar__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #6FAD9C;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.navbar__toggle span::before, .navbar__toggle span::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #6FAD9C;
  content: "";
  position: absolute;
  left: 0;
  transition-duration: 0.2s, 0.2s;
}
.navbar__toggle span::before {
  top: -4px;
}
.navbar__toggle span::after {
  bottom: -4px;
}
@media (min-width: 1024px) {
  .navbar__toggle span {
    width: 16px;
  }
}
.is-open-menu .navbar__toggle span {
  width: 19px;
  height: 1px;
  background: none;
}
.is-open-menu .navbar__toggle span::before {
  height: 1px;
  top: 0;
  transform: rotate(45deg);
}
.is-open-menu .navbar__toggle span::after {
  height: 1px;
  bottom: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .navbar__toggle {
    width: 42px;
    height: 42px;
    margin-right: 15px;
  }
}
@media (min-width: 1440px) {
  .navbar__toggle {
    display: none;
  }
}
.navbar__overlay {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: var(--speed-default);
}
.is-submenu-open .navbar__overlay {
  opacity: 1;
  visibility: visible;
}
.navbar__account {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: 16px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.navbar__account i {
  margin-right: 8px;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .navbar__account i {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .navbar__account {
    font-size: 16px;
  }
  .navbar__account i {
    margin-right: 12px;
    font-size: 28px;
  }
}

.custom-menu {
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 10px 20px 35px;
  background: #fff;
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 999;
  transition: var(--speed-default);
}
.custom-menu::after {
  width: 248px;
  height: 200px;
  content: "";
  position: fixed;
  right: -90px;
  bottom: 0;
  z-index: -1;
}
.custom-menu a {
  color: #6FAD9C;
}
.custom-menu .current-parent a {
  display: block;
  padding: 45px 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  position: relative;
}
.custom-menu .current-parent a::before {
  content: "Terug naar hoofdmenu";
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  top: 5px;
  left: 20px;
}
.custom-menu .current-parent a::after {
  content: "\E92D";
  font-family: "damen-icons";
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.custom-menu .navbar-menu__submenu {
  overflow: auto;
  width: 100%;
  height: calc(100vh - 90px);
  padding: 5px 20px;
  background: #fff;
  position: fixed;
  top: 90px;
  left: 100%;
  z-index: 992;
  transition: var(--speed-default);
}
.custom-menu .navbar-menu__submenu li a {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  position: relative;
  transition: var(--speed-default) ease-out;
}
@media (min-width: 1440px) {
  .custom-menu .navbar-menu__submenu li.has-children > a::after {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    content: "\E907";
    font-family: "damen-icons";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: var(--speed-default);
  }
}
.custom-menu .navbar-menu__submenu li.has-children.is-active > a::after {
  transform: translateY(-50%) rotate(90deg);
}
.custom-menu .navbar-menu__submenu.is-active {
  left: 0;
}
@media (min-width: 1024px) {
  .custom-menu .navbar-menu__submenu {
    height: calc(100vh - 107px);
    top: 107px;
  }
}
.custom-menu .navbar-menu__nav {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.custom-menu .navbar-menu__nav li {
  width: 100%;
  padding-top: 20px;
}
.custom-menu .navbar-menu__nav li a {
  display: block;
  font-family: "Sirba", "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #333333;
  position: relative;
}
.custom-menu .navbar-menu__nav li.has-children a::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: var(--height-btn-sm);
  height: var(--height-btn-sm);
  border-radius: 50%;
  background-color: #fff;
  content: "\E907";
  font-family: "damen-icons";
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.custom-menu .nav-link {
  color: #333333;
}
.custom-menu .navbar-content__bottom {
  width: 100%;
}
.custom-menu .navbar-content__bottom hr {
  margin: 30px 0;
  border-color: rgba(0, 0, 0, 0.1);
}
.is-open-menu .custom-menu {
  opacity: 1;
  visibility: visible;
  top: 80px;
  left: 0;
}
@media (min-width: 1024px) {
  .is-open-menu .custom-menu {
    top: 100px;
  }
}
@media (min-width: 1024px) {
  .custom-menu {
    height: calc(100vh - 100px);
    top: 95px;
  }
}
@media (min-width: 1440px) {
  .custom-menu {
    display: none;
  }
}

.navbar-content {
  display: none;
}
.navbar-content .navbar-menu__nav {
  display: inline-flex;
}
.navbar-content .nav-link {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #CD1D4D;
  transition: var(--speed-default) ease-out;
}
@media (min-width: 1440px) {
  .navbar-content .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .navbar-content .nav-link {
    font-size: 18px;
  }
}
.navbar-content .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
}
.navbar-content .nav-item:hover .nav-link {
  color: #CD1D4D;
}
.navbar-content .nav-item.has-children {
  position: relative;
}
.navbar-content .nav-item.is-active .nav-link {
  color: #CD1D4D;
}
.navbar-content .nav-item.is-active .navbar-menu__submenu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .navbar-content .nav-item {
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .navbar-content .nav-item {
    margin-right: 50px;
  }
}
.navbar-content .navbar-menu__submenu-left {
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.navbar-content .navbar-menu__submenu__ul {
  gap: 60px;
}
.navbar-content .navbar-menu__submenu__ul li {
  width: 384px;
  padding-right: 144px;
}
.navbar-content .navbar-menu__submenu__ul:has(.has-children) {
  display: flex;
}
.navbar-content .navbar-menu__submenu-right {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  position: relative;
}
.navbar-content .navbar-menu__submenu-right::before {
  width: 1px;
  height: 100%;
  background: #F5F5F5;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
}
.navbar-content .navbar-menu__submenu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  padding: 80px;
  gap: 60px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 992;
  transition: var(--speed-default);
}
.navbar-content .navbar-menu__submenu .js-sub-menu-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-color: #fff;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 10;
  transition: var(--speed-default);
}
.navbar-content .navbar-menu__submenu .js-sub-menu-remove:hover {
  transform: scale(1.05);
}
.navbar-content .navbar-menu__submenu h3 {
  margin-bottom: 15px;
  color: #333333;
  position: relative;
}
.navbar-content .navbar-menu__submenu h3::after {
  content: "\E93B";
  font-family: "damen-icons";
  font-size: 74px;
  color: #CD1D4D;
  position: absolute;
  top: -8px;
  right: 100px;
  transform: rotate(5deg);
}
.navbar-content .navbar-menu__submenu li a {
  display: block;
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  position: relative;
  transition: var(--speed-default) ease-out;
}
.navbar-content .navbar-menu__submenu li a:hover {
  color: #CD1D4D;
}
.navbar-content .navbar-menu__submenu li.has-children > a {
  font-size: 16px;
  color: #adadad;
}
.navbar-content .navbar-menu__image {
  height: 100%;
  padding: 20px;
  color: #fff;
}
.navbar-content .navbar-menu__image figcaption {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar-content .navbar-menu__image figcaption .figcaption__title {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.navbar-content .navbar-menu__image figcaption .btn--text {
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  padding-right: 80px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
}
.navbar-content .navbar-menu__image figcaption .btn--text::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 10px;
  color: #333333;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.navbar-content .navbar-menu__image figcaption .btn--text:hover {
  color: inherit;
}
.navbar-content .navbar-menu__image figcaption .btn--text:hover::after {
  transform: translateY(-50%) scale(1.05);
}
.navbar-content .navbar-menu__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-content .navbar-menu__image .btn-wrapper {
  width: 100%;
}
.navbar-content .navbar-menu__image .btn-wrapper .btn, .navbar-content .navbar-menu__image .btn-wrapper .product-search .row .button, .product-search .row .navbar-content .navbar-menu__image .btn-wrapper .button {
  margin-top: 10px;
}
.navbar-content .navbar-menu__image .btn-wrapper .btn.btn--text, .navbar-content .navbar-menu__image .btn-wrapper .product-search .row .btn--text.button, .product-search .row .navbar-content .navbar-menu__image .btn-wrapper .btn--text.button {
  margin-top: 0;
}
.navbar-content .navbar-menu__image .btn-wrapper .btn:not(.btn--text), .navbar-content .navbar-menu__image .btn-wrapper .product-search .row .button:not(.btn--text), .product-search .row .navbar-content .navbar-menu__image .btn-wrapper .button:not(.btn--text) {
  border-color: #6FAD9C;
  background-color: #6FAD9C;
}
.navbar-content .navbar-menu__image .btn-wrapper .btn:not(.btn--text):hover, .navbar-content .navbar-menu__image .btn-wrapper .product-search .row .button:not(.btn--text):hover, .product-search .row .navbar-content .navbar-menu__image .btn-wrapper .button:not(.btn--text):hover {
  border-color: #6FAD9C;
  background-color: transparent;
  color: #6FAD9C;
}
@media (min-width: 1440px) {
  .navbar-content {
    display: block;
  }
}

.footer {
  width: 100%;
  border-top: 1px solid #EAEAEA;
  position: relative;
  padding-top: 50px;
}
.footer .navbar__social {
  display: flex;
  flex-wrap: wrap;
}
.footer .navbar__social li {
  margin-right: 4px;
  position: relative;
}
.footer .navbar__social li a.icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F5F5F5;
  font-size: 16px;
  color: #333333;
  transition: var(--speed-default);
}
.footer .navbar__social li a.icon:hover {
  background: #333333;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer .navbar__social li a.icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .footer .navbar__social li a.icon {
    width: 48px;
    height: 48px;
    font-size: 16px;
    color: #CD1D4D;
  }
}
.footer .navbar__social li .navbar__social__menu {
  display: none;
  min-width: 235px;
  padding-top: 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
}
.footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner {
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #333333;
  white-space: nowrap;
  transition: var(--speed-default);
}
.footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner a i {
  margin-right: 15px;
  color: #CD1D4D;
}
.footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner a:hover {
  color: #CD1D4D;
}
.footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner a {
    margin-bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner {
    padding: 35px;
  }
}
@media (min-width: 1920px) {
  .footer .navbar__social li .navbar__social__menu .navbar__social__menu__inner {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .footer .navbar__social li .navbar__social__menu {
    top: 30px;
    bottom: auto;
  }
}
@media (min-width: 1440px) {
  .footer .navbar__social li .navbar__social__menu {
    min-width: 335px;
    top: 50px;
  }
}
.footer .navbar__social li:hover .navbar__social__menu {
  display: block;
}
@media (min-width: 1440px) {
  .footer .navbar__social li {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 70px;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding-top: 90px;
  }
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__top {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .footer__top {
    margin-bottom: 115px;
  }
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.footer__social li {
  margin: 0 2px;
}
.footer__social li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  color: #333333;
  transition: var(--speed-default);
}
.footer__social li a:hover {
  background: #333333;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer__social li a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .footer__social li a {
    width: 48px;
    height: 48px;
    background-color: #F5F5F5;
    font-size: 16px;
    color: #CD1D4D;
  }
}
@media (min-width: 1024px) {
  .footer__social li {
    margin-right: 4px;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .footer__social li {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .footer__social {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .footer__social {
    margin-top: 30px;
  }
}
.footer__nav {
  display: none;
}
.footer__nav li {
  margin-top: 3px;
}
.footer__nav li a {
  font-size: 14px;
  color: #333333;
}
.footer__nav li a:hover {
  color: #CD1D4D;
}
@media (min-width: 1024px) {
  .footer__nav li a {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .footer__nav li a {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .footer__nav li {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    display: block !important;
    height: auto !important;
  }
}
.footer__title {
  padding: 10px 40px 10px 0;
  color: #333333;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__title {
    padding: 0;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .footer__title {
    font-size: 20px;
  }
}
.footer__col1 {
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .footer__col1 {
    width: 25.5%;
    margin: 0;
    border-bottom: 0;
    padding: 0;
  }
}
.footer__col2 {
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .footer__col2 {
    width: 23.5%;
    margin: 0;
    padding: 0;
  }
}
.footer__block {
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px;
}
.footer__block .footer__title::after {
  content: "\E92C";
  font-family: "damen-icons";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .footer__block .footer__title::after {
    display: none;
  }
}
.footer__block.is-active .footer__title::after {
  content: "\E945";
}
@media (min-width: 1024px) {
  .footer__block {
    width: 17%;
    margin: 0;
    border-bottom: 0;
    padding: 0;
  }
}
.footer__brand {
  display: block;
  width: 146px;
  margin: 0 auto 30px;
}
@media (min-width: 1024px) {
  .footer__brand {
    width: 102px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1440px) {
  .footer__brand {
    width: 146px;
  }
}
.footer__newsletter {
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}
.footer__newsletter input {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  padding: 10px 60px 10px 20px;
  background: #fff;
  font-size: 12px;
  color: #333333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1024px) {
  .footer__newsletter input {
    height: 50px;
    padding: 5px 60px 5px 15px;
  }
}
@media (min-width: 1440px) {
  .footer__newsletter input {
    height: 70px;
    padding: 10px 70px 10px 30px;
    font-size: 16px;
  }
}
.footer__newsletter button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333333;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.footer__newsletter button::after {
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 11px;
  color: #fff;
}
@media (min-width: 1440px) {
  .footer__newsletter button::after {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__newsletter button {
    width: 35px;
    height: 35px;
    top: 7px;
    right: 7px;
  }
}
@media (min-width: 1440px) {
  .footer__newsletter button {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
}
.footer__bottom-logo {
  width: 335px;
  margin: 20px auto 0;
  order: 3;
  position: relative;
  z-index: 2;
}
.footer__bottom-logo picture {
  display: block;
  width: 100%;
}
.footer__bottom-logo ul {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
}
.footer__bottom-logo ul li {
  margin-right: 15px !important;
  margin-left: 0 !important;
}
.footer__bottom-logo ul li img {
  width: auto;
  max-height: 30px;
}
@media (min-width: 1024px) {
  .footer__bottom-logo {
    width: 190px;
    margin: 0;
    order: inherit;
  }
}
@media (min-width: 1440px) {
  .footer__bottom-logo {
    width: 272px;
  }
}
.footer__bottom {
  border-top: 1px solid #EAEAEA;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .footer__bottom {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.footer__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  color: #adadad;
  position: relative;
}
.footer__holder span {
  display: block;
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 20px 50px;
  text-align: center;
  order: 2;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .footer__holder span {
    width: auto;
    margin: 0;
    border-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .footer__holder span {
    display: inline-block;
    width: auto;
    text-align: left;
    order: inherit;
  }
}
.footer__holder ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  order: 1;
}
.footer__holder ul li {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.footer__holder ul li a:hover {
  color: #CD1D4D;
}
@media (min-width: 1024px) {
  .footer__holder ul li {
    width: auto;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .footer__holder ul li {
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  .footer__holder ul {
    width: auto;
    margin-right: auto;
    order: inherit;
  }
}
@media (min-width: 1440px) {
  .footer__holder ul {
    justify-content: center;
    width: 100%;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .footer__holder {
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .footer__holder {
    font-size: 16px;
  }
}

.section {
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}

.product-search {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-search form {
  display: block;
  width: 100%;
}
.product-search .row > .col-md-2 {
  display: none;
}
.product-search .row .col-md-7 {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-search .row .col-md-7 {
    width: 62%;
    padding-right: 120px;
  }
}
@media (min-width: 1440px) {
  .product-search .row .col-md-7 {
    padding-right: 180px;
  }
}
.product-search .row .col-md-3 {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-search .row .col-md-3 {
    width: 38%;
  }
}
.product-search .row .button {
  width: 50px;
  margin-top: 0;
  border-color: #6FAD9C !important;
  background-color: #6FAD9C !important;
  position: absolute;
  top: 5px;
  right: 5px;
}
.product-search .row .button:hover {
  border-color: #333333 !important;
  background-color: #333333 !important;
  color: #fff !important;
}
@media (min-width: 1024px) {
  .product-search .row .button {
    width: 90px;
    top: 18px;
    right: 18px;
  }
}
@media (min-width: 1440px) {
  .product-search .row .button {
    width: 125px;
    top: 30px;
    right: 35px;
  }
}
@media (max-width: 1023.98px) {
  .product-search .row .button {
    font-size: 0;
  }
  .product-search .row .button::after {
    content: "\E93C";
    font-family: "damen-icons";
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .product-search .row .col-sm-3 {
    width: 100%;
  }
}
.product-search .row .filter.filter-group-plaats {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-search .row .filter.filter-group-plaats {
    width: 40%;
    padding-right: 20px;
  }
}
@media (max-width: 1023.98px) {
  .product-search .row .filter.filter-group-plaats {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.product-search .row .filter.filter-group-prijs {
  display: none;
  width: 100%;
}
.product-search .row .filter.filter-group-prijs .col-sm-6 {
  border-left: 1px solid #F5F5F5;
}
@media (max-width: 1023.98px) {
  .product-search .row .filter.filter-group-prijs .col-sm-6 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .product-search .row .filter.filter-group-prijs {
    display: inline;
  }
}
.product-search .row select {
  background-image: url(../images/ui/select-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 100%;
  padding-right: 45px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .product-search .row select {
    background-size: 18px auto;
    font-size: 16px;
  }
}
.product-search .row input[type=text] {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 12px;
  color: #333333;
}
.product-search .row input[type=text]::placeholder {
  color: #333333;
}
@media (min-width: 1440px) {
  .product-search .row input[type=text] {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .product-search .row input[type=text] {
    padding-right: 70px;
  }
}
@media (min-width: 1024px) {
  .product-search {
    height: 84px;
    border-radius: 42px;
    padding: 18px;
  }
}
@media (min-width: 1440px) {
  .product-search {
    height: 120px;
    border-radius: 60px;
  }
}

.services {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.services__top {
  margin-bottom: var(--py-section-small);
}
.services h2 {
  color: #333333;
}

.offer-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  margin-bottom: var(--py-section);
}
.offer-slider::after {
  width: 1720px;
  height: 100%;
  background: #F5F5F5;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.offer-slider h2 {
  color: #333333;
}
.offer-slider__top {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .offer-slider__top .btn, .offer-slider__top .product-search .row .button, .product-search .row .offer-slider__top .button {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .offer-slider__top {
    margin-bottom: 50px;
  }
}
.offer-slider__slide {
  width: 340px;
  height: auto;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .offer-slider__slide {
    width: 410px;
    padding-right: 25px;
  }
}
@media (min-width: 1440px) {
  .offer-slider__slide {
    width: 525px;
    padding-right: 30px;
  }
}

.news-section {
  width: 100%;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  margin-bottom: var(--py-section);
}
.news-section p,
.news-section h2 {
  color: #333333;
}

.action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto var(--py-section);
  background: #6FAD9C;
  position: relative;
  z-index: 1;
}
.action__image {
  width: 100%;
}
.action__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.action__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .action__image img {
    max-height: 325px;
  }
}
@media (min-width: 1024px) {
  .action__image {
    width: 33.333333%;
    min-height: 300px;
  }
}
.action__content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}
.action__content p,
.action__content h2 {
  width: 100%;
  color: #333333;
}
@media (min-width: 1024px) {
  .action__content {
    width: 66.666666%;
    padding-top: 45px;
    padding-right: 80px;
    padding-bottom: 45px;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .action__content {
    padding-top: 25px;
    padding-right: 120px;
    padding-bottom: 25px;
    padding-left: 120px;
  }
}
.action__icon {
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  font-size: 62px;
  color: #CD1D4D;
  position: absolute;
  top: 35px;
  right: 35px;
  transform: rotate(5deg);
}
@media (min-width: 1024px) {
  .action__icon {
    display: flex;
    width: 66px;
    height: 66px;
    font-size: 40px;
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 1600px) {
  .action__icon {
    width: 100px;
    height: 100px;
    font-size: 62px;
    top: 35px;
    right: 35px;
  }
}

.arrows,
.timeline--arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.arrows .slider-nav,
.timeline--arrows .slider-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #CD1D4D;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.arrows .slider-nav i,
.timeline--arrows .slider-nav i {
  font-size: 18px;
  color: #fff;
}
.arrows .slider-nav[aria-disabled=true],
.timeline--arrows .slider-nav[aria-disabled=true] {
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .arrows,
.timeline--arrows {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .arrows,
.timeline--arrows {
    margin-top: 40px;
  }
}

.office-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.office-section__slide {
  width: 340px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .office-section__slide {
    width: 430px;
    padding-right: 25px;
  }
}
@media (min-width: 1440px) {
  .office-section__slide {
    width: 450px;
    padding-right: 30px;
  }
}
@media (min-width: 1920px) {
  .office-section__slide {
    width: 480px;
    padding-right: 30px;
  }
}

.cta {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.cta p,
.cta h2 {
  color: #333333;
}
@media (min-width: 1024px) {
  .cta__block {
    width: 100%;
    margin-bottom: -150px;
  }
}
@media (min-width: 1440px) {
  .cta__block {
    width: calc(100% + 110px);
    margin-bottom: -200px;
  }
}
.cta__content {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .cta__content {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .cta__content {
    margin-bottom: 100px;
  }
}
.cta__image {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.cta__image picture {
  display: block;
  width: 100%;
}
.cta__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cta__image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cta + .method-slider {
    margin-top: 150px;
  }
}
@media (min-width: 1440px) {
  .cta + .method-slider {
    margin-top: 250px;
  }
}

.construction {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.construction::after {
  width: 0;
  height: 0;
  margin-right: -1160px;
  border-width: 0 480px 960px 480px;
  border-style: solid;
  border-color: transparent transparent #F5F5F5 transparent;
  content: "";
  position: absolute;
  top: 100px;
  right: 50%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .construction::after {
    margin-right: -930px;
  }
}
@media (min-width: 1440px) {
  .construction::after {
    margin-right: -1160px;
  }
}
.construction p {
  color: #333333;
}
.construction h2 {
  color: #333333;
}
@media (min-width: 1440px) {
  .construction h2 {
    margin-bottom: 40px;
  }
}
.construction__content {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .construction__content {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .construction__content {
    margin-bottom: 100px;
  }
}
.construction__block-content {
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.construction__block-content ul {
  display: flex;
  flex-wrap: wrap;
}
.construction__block-content ul li {
  width: 50%;
  padding-left: 15px;
  position: relative;
}
.construction__block-content ul li::after {
  width: 1px;
  height: 20px;
  background: #EAEAEA;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.construction__block-content ul li strong {
  display: block;
  font-weight: 400;
}
.construction__block-content ul li span {
  display: block;
  color: #6FAD9C;
}
.construction__block-content ul li:nth-child(1) {
  width: 50%;
  padding-left: 0;
}
@media (min-width: 1440px) {
  .construction__block-content ul li:nth-child(1) {
    width: 45%;
  }
}
.construction__block-content ul li:last-child::after {
  display: none;
}
@media (min-width: 1440px) {
  .construction__block-content ul li {
    width: 55%;
    padding-right: 10px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .construction__block-content {
    width: 346px;
    padding: 35px;
    position: absolute;
    bottom: 0;
    left: -84px;
  }
}
@media (min-width: 1440px) {
  .construction__block-content {
    width: 495px;
    padding: 50px;
    left: -50px;
  }
}
.construction__price {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333333;
}
@media (min-width: 1440px) {
  .construction__price {
    margin-top: 0;
  }
}
.construction__block {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding-bottom: 20px;
  position: relative;
}
.construction__block picture {
  width: 100%;
}
.construction__block picture img {
  width: 100%;
}
@media (min-width: 1440px) {
  .construction__block picture img {
    min-height: 335px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .construction__block {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .construction__block--even .construction__block-content {
    right: -84px;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .construction__block--even .construction__block-content {
    right: -50px;
  }
}
@media (min-width: 1024px) {
  .construction__block--even {
    margin-top: -60px;
  }
}
@media (min-width: 1440px) {
  .construction__block--even {
    margin-top: -170px;
  }
}
@media (max-width: 767.98px) {
  .construction__button .btn, .construction__button .product-search .row .button, .product-search .row .construction__button .button {
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

.team-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.team-slider .team--arrows {
  position: relative;
  z-index: 99;
}
.team-slider p,
.team-slider h2 {
  color: #333333;
}
.team-slider__top {
  position: relative;
  margin-bottom: var(--py-section);
}
@media (min-width: 1024px) {
  .team-slider__top::after {
    content: "\E93B";
    font-family: "damen-icons";
    font-size: 110px;
    line-height: 120px;
    color: #CD1D4D;
    position: absolute;
    top: -30px;
    right: 0;
    transform: rotate(5deg);
  }
}
@media (min-width: 1440px) {
  .team-slider__top::after {
    right: -160px;
  }
}
@media (min-width: 1440px) {
  .team-slider__top {
    margin-bottom: var(--py-section-small);
  }
}
.team-slider__slide {
  width: 340px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .team-slider__slide {
    width: 430px;
    padding-right: 25px;
  }
}
@media (min-width: 1440px) {
  .team-slider__slide {
    width: 450px;
    padding-right: 30px;
  }
}
@media (min-width: 1920px) {
  .team-slider__slide {
    width: 480px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .team-slider__button .btn, .team-slider__button .product-search .row .button, .product-search .row .team-slider__button .button {
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

.heading {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
  padding-top: 20px;
}
.heading p,
.heading h1 {
  color: #333333;
}
@media (min-width: 1024px) {
  .heading {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .heading {
    padding-top: 70px;
  }
}
.heading--center {
  text-align: center;
}
.heading__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.heading__list-item {
  display: inline-flex;
  align-content: center;
  align-items: center;
  color: #333333;
}
.heading__list-item::after {
  width: 1px;
  height: 15px;
  margin: 0 8px;
  background: #EAEAEA;
  content: "";
}
@media (min-width: 1440px) {
  .heading__list-item::after {
    margin: 0 20px;
  }
}
.heading__list-item i {
  margin-right: 8px;
}
.heading__list-item:last-child::after {
  display: none;
}
.heading__back {
  width: 100%;
  margin-bottom: 10px;
}
.heading__back a {
  color: #333333;
  text-align: center;
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .heading__back {
    margin-bottom: 20px;
  }
}

.contact-form {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  margin-bottom: var(--py-section);
}
.contact-form::before {
  opacity: 0.6;
  width: 0;
  height: 0;
  margin-right: -440px;
  border-width: 0 275px 550px 275px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
}
@media (min-width: 1024px) {
  .contact-form::before {
    margin-right: -550px;
  }
}
.contact-form::after {
  width: 1720px;
  height: 100%;
  background: #F5F5F5;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.contact-form h2 {
  margin-bottom: 15px;
  color: #333333;
}
@media (min-width: 1024px) {
  .contact-form h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .contact-form h2 {
    margin-bottom: 20px;
  }
}
.contact-form__content {
  position: relative;
  z-index: 2;
}
.contact-form__content .screen-reader-response {
  display: none;
}
.contact-form__content .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #CD1D4D;
}
@media (min-width: 1440px) {
  .contact-form__content .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form__content .wpcf7-response-output {
  color: #CD1D4D;
}
.contact-form__image {
  width: 100%;
  margin-top: 30px;
}
.contact-form__image picture {
  display: block;
  width: 100%;
}
.contact-form__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-form__image {
    width: 97%;
    margin-top: 90px;
    margin-left: 65px;
  }
}
@media (min-width: 1440px) {
  .contact-form__image {
    width: calc(100% + 15px);
    margin-top: 0;
    margin-left: 105px;
  }
}

.contact-detail {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section-small);
}
.contact-detail h2 {
  margin-bottom: 15px;
  color: #333333;
}
@media (min-width: 1024px) {
  .contact-detail h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .contact-detail h2 {
    margin-bottom: 20px;
  }
}
.contact-detail__content {
  position: relative;
  z-index: 2;
}
.contact-detail__image {
  width: 100%;
  margin-top: 30px;
}
.contact-detail__image picture {
  display: block;
  width: 100%;
}
.contact-detail__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-detail__image {
    width: 97%;
    margin-top: 90px;
    margin-left: 65px;
  }
}
@media (min-width: 1440px) {
  .contact-detail__image {
    width: calc(100% + 15px);
    margin-top: 0;
    margin-left: 105px;
  }
}

.contact-map {
  width: 100%;
  height: 457px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-map {
    height: 657px;
  }
}
@media (min-width: 1280px) {
  .contact-map {
    height: 857px;
  }
}

.faq-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}

.hero {
  width: 100%;
  position: relative;
  margin-bottom: var(--py-section);
}
.hero .heapBox {
  position: relative;
}
.hero .heapBox .heap {
  position: absolute;
  top: 100%;
  left: 0;
}
.hero__content {
  width: 100%;
  padding-bottom: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__content h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
}
@media (min-width: 1440px) {
  .hero__content h1 {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 0.06em;
  }
}
.hero__content .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.hero__content .btn-wrapper a.btn, .hero__content .btn-wrapper .product-search .row a.button, .product-search .row .hero__content .btn-wrapper a.button {
  margin: 0;
}
.hero__content__detail {
  margin-top: 32px;
}
.hero__content__detail__title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1440px) {
  .hero__content__detail__title {
    font-size: 20px;
  }
}
.hero__content__detail .btn-wrapper {
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .hero__content__detail .btn-wrapper .btn, .hero__content__detail .btn-wrapper .product-search .row .button, .product-search .row .hero__content__detail .btn-wrapper .button {
    flex: 1 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
  }
}
@media (min-width: 768px) {
  .hero__content__detail .btn-wrapper {
    gap: 8px;
  }
}
@media (min-width: 1280px) {
  .hero__content__detail .btn-wrapper {
    gap: 16px;
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    padding-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .hero__content {
    padding-bottom: 72px;
  }
}
.hero__title {
  margin-bottom: 20px;
  font-family: "Notera", sans-serif;
  font-size: 94px;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero__title {
    margin-bottom: 25px;
    font-size: 112px;
    line-height: 27px;
  }
}
@media (min-width: 1440px) {
  .hero__title {
    margin-bottom: 25px;
    font-size: 160px;
    line-height: 38px;
  }
}
.hero__search {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
}
.hero__search .product-search .row {
  align-items: center;
}
.hero__search .heapBox .holder {
  border: none;
}
@media (min-width: 1024px) {
  .hero__search {
    bottom: -42px;
  }
}
@media (min-width: 1440px) {
  .hero__search {
    bottom: -60px;
  }
}
.hero__image {
  width: 100%;
  height: 507px;
  position: relative;
}
.hero__image::after {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 1024px) {
  .hero__image {
    height: 560px;
  }
}
@media (min-width: 1440px) {
  .hero__image {
    height: 761px;
    max-height: 75vh;
  }
}

.quote-text {
  margin-bottom: var(--py-section);
}
.quote-text blockquote {
  padding: 0;
  font-family: "Notera", sans-serif;
  font-size: 55px;
  line-height: 50px;
  color: #adadad;
  text-align: center;
}
.quote-text blockquote::after {
  display: none;
}
@media (min-width: 1024px) {
  .quote-text blockquote {
    font-size: 105px;
    line-height: 85px;
  }
}
@media (min-width: 1440px) {
  .quote-text blockquote {
    font-size: 130px;
    line-height: 100px;
  }
}
.quote-text.titel-section {
  margin-bottom: 75px;
}
.quote-text.titel-section blockquote {
  font-size: 44px;
  line-height: 40px;
}
@media (min-width: 1024px) {
  .quote-text.titel-section blockquote {
    font-size: 70px;
    line-height: 56.6666666667px;
  }
}
@media (min-width: 1440px) {
  .quote-text.titel-section blockquote {
    font-size: 86.6666666667px;
    line-height: 66.6666666667px;
  }
}

.latest-news {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section-small);
}

.references-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.references-section__list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.references-section__block {
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
}
.references-section__block .card-team:hover {
  margin-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1440px) {
  .references-section__block .card-team:hover {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .references-section__block:nth-child(even) {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .references-section__block {
    width: 50%;
    margin-top: 0;
  }
}

.vacancy-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section-small);
}

.content {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section);
}
.content__image {
  transform: rotate(3deg);
  margin-bottom: var(--py-section-small);
}
.content li,
.content h1,
.content h2,
.content h3,
.content p {
  color: #333333;
}
.content__subtitle {
  margin-bottom: 20px;
}
.content__subtitle p {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .content__subtitle p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .content__subtitle p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .content__subtitle {
    margin-bottom: 35px;
  }
}
.content__rating {
  margin-bottom: 50px;
}
.content__rating-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  border-bottom: 1px solid #333333;
  padding: 12px 0;
  color: #333333;
}
.content__rating-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  border-radius: 50%;
  font-weight: 700;
}
.content + .news-section {
  margin-bottom: 0;
}

.house-download {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section);
}
.house-download__title {
  color: #333333;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .house-download__title {
    margin-bottom: 50px;
  }
}

.house-social {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section);
}
.house-social__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
}
.house-social__left {
  width: 100%;
}
@media (min-width: 1024px) {
  .house-social__left {
    width: 42%;
  }
}
.house-social__right span {
  display: block;
  margin-bottom: 5px;
  color: #adadad;
}
.house-social__right ul {
  display: flex;
  flex-wrap: wrap;
}
.house-social__right ul li {
  margin-right: 4px;
}
.house-social__right ul li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.1);
  font-size: 16px;
  color: #333333;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  transition: var(--speed-default);
}
.house-social__right ul li a:hover {
  background: #333333;
  color: #fff;
}
@media (min-width: 1440px) {
  .house-social__right ul li {
    margin-right: 8px;
  }
}
.house-social__user {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .house-social__user::after {
    width: 1px;
    height: 50px;
    background: #EAEAEA;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .house-social__user {
    margin-bottom: 0;
  }
}
.house-social__user-img {
  width: 100px;
  border: 5px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
}
@media (min-width: 1024px) {
  .house-social__user-img {
    width: 118px;
  }
}
.house-social__user-content {
  width: calc(100% - 100px);
  padding: 10px 0 10px 20px;
  color: #333333;
}
.house-social__user-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.house-social__user-content strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .house-social__user-content {
    width: 240px;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .house-social__user-content {
    width: 280px;
  }
}
.house-social + .news-section {
  margin-bottom: 0;
}

.section-house-map {
  width: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section);
}
.section-house-map #sure-map {
  height: 530px;
}
@media (min-width: 1024px) {
  .section-house-map #sure-map {
    height: 700px;
  }
}
@media (min-width: 1600px) {
  .section-house-map #sure-map {
    height: 760px;
  }
}
@media (min-width: 1920px) {
  .section-house-map #sure-map {
    height: 860px;
  }
}
.section-house-map #btn-lazyload-map:disabled {
  opacity: 0.8;
}
.section-house-map #btn-lazyload-map:hover {
  background-color: #fff;
}

.neighborhood-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}

.contact-section {
  width: 100%;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
}
.contact-section__user {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid rgba(214, 214, 214, 0.8);
  padding-top: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .contact-section__user {
    padding-top: 40px;
  }
}
.contact-section__user-img {
  width: 100px;
  border: 5px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transform: rotate(-3deg);
}
@media (min-width: 1440px) {
  .contact-section__user-img {
    width: 150px;
  }
}
.contact-section__user-content {
  width: calc(100% - 100px);
  padding: 10px 0 10px 20px;
  color: #333333;
}
.contact-section__user-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 1440px) {
  .contact-section__user-content span {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.contact-section__user-content strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .contact-section__user-content strong {
    font-size: 30px;
    line-height: 33px;
  }
}
.contact-section__user-content a {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  text-decoration: none;
}
.contact-section__user-content a i {
  width: 20px;
  margin-right: 10px;
  font-size: 80%;
  color: #CD1D4D;
  text-align: center;
}
.contact-section__user-content a:hover {
  color: #CD1D4D;
}
@media (min-width: 1024px) {
  .contact-section__user-content {
    padding-left: 35px;
  }
}
@media (min-width: 1440px) {
  .contact-section__user-content {
    width: calc(100% - 150px);
    padding-left: 50px;
  }
}
.contact-section p,
.contact-section h2 {
  color: #333333;
}

.team-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.team-section h2 {
  color: #333333;
}
.team-section__list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.team-section__block {
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .team-section__block:nth-child(even) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .team-section__block {
    width: 50%;
    margin-top: 0;
  }
}

.team-details {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
  padding-top: 20px;
}
.team-details p,
.team-details h1 {
  color: #333333;
}
.team-details h1 {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .team-details {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .team-details {
    padding-top: 95px;
  }
}
@media (min-width: 1600px) {
  .team-details {
    margin-bottom: var(--py-section-small);
  }
}
.team-details__subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
@media (min-width: 768px) {
  .team-details__subtitle {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .team-details__subtitle {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 36px;
  }
}
.team-details__contact {
  border-top: 1px solid #D6D6D6;
  padding-top: 30px;
  margin-bottom: 20px;
}
.team-details__contact a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333333;
}
.team-details__contact a i {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  font-size: 90%;
  color: #CD1D4D;
}
@media (min-width: 1440px) {
  .team-details__contact a i {
    width: 50px;
    height: 50px;
  }
}
.team-details__contact a:hover {
  color: #CD1D4D;
}
@media (min-width: 1440px) {
  .team-details__contact a {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .team-details__contact {
    margin-bottom: 40px;
  }
}
.team-details__image {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}
.team-details__image picture {
  display: block;
  width: 100%;
}
.team-details__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .team-details__image {
    width: calc(100% - 25px);
    margin-right: 0;
    margin-left: 25px;
  }
}
@media (min-width: 1440px) {
  .team-details__image {
    width: calc(100% + 50px);
    margin: -15px 0 0 50px;
  }
}
@media (min-width: 1600px) {
  .team-details__image {
    width: calc(100% + 143px);
    margin: -15px 0 0 105px;
  }
}
.team-details__image2 {
  width: 314px;
  margin: -50px auto 0;
}
.team-details__image2 span {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .team-details__image2 span {
    padding-top: 15px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .team-details__image2 span {
    padding-top: 20px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .team-details__image2 {
    width: 420px;
    margin: -60px 0 0 -20px;
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .team-details__image2 {
    width: 450px;
    margin-top: -110px;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .team-details__image2 {
    width: 600px;
    margin-top: -110px;
    margin-left: 20px;
    padding: 20px;
  }
}

.paginate {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: var(--py-section-small);
  margin-bottom: var(--py-section-small);
}
.paginate .page-numbers {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #333333;
}
.paginate .page-numbers.prev, .paginate .page-numbers.next {
  font-size: 16px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}
@media (min-width: 1440px) {
  .paginate .page-numbers.prev, .paginate .page-numbers.next {
    font-size: 20px;
  }
}
.paginate .page-numbers.next {
  right: 0;
}
.paginate .page-numbers.prev {
  left: 0;
}
@media (min-width: 1440px) {
  .paginate .page-numbers {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .paginate .page-numbers {
    width: 70px;
    height: 70px;
  }
}
.paginate span.current {
  background: #EAEAEA;
}

.image-text {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto var(--py-section);
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section-small);
  padding-bottom: var(--py-section-small);
}
.image-text::before {
  opacity: 0.3;
  width: 0;
  height: 0;
  margin-right: -440px;
  border-width: 0 430px 860px 430px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .image-text::before {
    margin-right: -650px;
  }
}
.image-text p,
.image-text h2 {
  color: #333333;
}
.image-text__content {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .image-text {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .image-text {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
.image-text__contact {
  border-top: 1px solid #D6D6D6;
  padding-top: 30px;
  margin-bottom: 20px;
}
.image-text__contact a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333333;
}
.image-text__contact a i {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  font-size: 90%;
  color: #CD1D4D;
}
@media (min-width: 1440px) {
  .image-text__contact a i {
    width: 50px;
    height: 50px;
  }
}
.image-text__contact a:hover {
  color: #CD1D4D;
}
@media (min-width: 1440px) {
  .image-text__contact a {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .image-text__contact {
    margin-bottom: 40px;
  }
}
.image-text__image {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}
.image-text__image picture {
  display: block;
  width: 100%;
}
.image-text__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .image-text__image {
    width: calc(100% - 25px);
    margin-right: 0;
    margin-left: 25px;
  }
}
@media (min-width: 1440px) {
  .image-text__image {
    width: calc(100% + 50px);
    margin: -15px 0 0 50px;
  }
}
@media (min-width: 1600px) {
  .image-text__image {
    width: calc(100% + 143px);
    margin: -15px 0 0 105px;
  }
}
.image-text__image2 {
  width: 314px;
  margin: -50px auto 0;
}
.image-text__image2 span {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .image-text__image2 span {
    padding-top: 15px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .image-text__image2 span {
    padding-top: 20px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .image-text__image2 {
    width: 420px;
    margin: -60px 0 0 -20px;
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .image-text__image2 {
    width: 450px;
    margin-top: -110px;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .image-text__image2 {
    width: 600px;
    margin-top: -330px;
    margin-left: 20px;
    padding: 20px;
  }
}
.image-text__image3 {
  width: 236px;
  transform: rotate(-4deg);
}
.image-text__image3 span {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .image-text__image3 span {
    padding-top: 15px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .image-text__image3 span {
    padding-top: 20px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .image-text__image3 {
    width: 330px;
    margin: 0 0 -20px -50px;
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .image-text__image3 {
    width: 450px;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .image-text__image3 {
    width: 600px;
    margin-left: 20px;
    padding: 20px;
  }
}
.image-text--transparent {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.image-text--transparent::before {
  display: none;
}
.image-text--transparent .image-text__image2 {
  width: 236px;
  margin: -50px 0 0 85px;
}
@media (min-width: 1024px) {
  .image-text--transparent .image-text__image2 {
    width: 330px;
    margin: -80px 0 0 80px;
  }
}
@media (min-width: 1440px) {
  .image-text--transparent .image-text__image2 {
    width: 450px;
    margin-top: -90px;
    margin-left: 200px;
  }
}
@media (min-width: 1600px) {
  .image-text--transparent .image-text__image2 {
    width: 600px;
    margin-top: -100px;
    margin-left: 250px;
  }
}
@media (min-width: 1024px) {
  .image-text--transparent {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .image-text--transparent {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.image-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.image-slider__holder {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
@media (min-width: 1024px) {
  .image-slider__holder {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}
@media (min-width: 1440px) {
  .image-slider__holder {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.image-slider__slide {
  width: 345px;
  height: 375px;
  padding: 0 5px;
}
.image-slider__slide .js-popup-gallery {
  cursor: pointer;
}
.image-slider__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.image-slider__slide img {
  width: 100%;
  height: 375px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .image-slider__slide img {
    height: 502px;
  }
}
@media (min-width: 1440px) {
  .image-slider__slide img {
    height: 768px;
  }
}
@media (min-width: 1024px) {
  .image-slider__slide {
    width: 912px;
    height: 502px;
    padding: 0 12px;
  }
}
@media (min-width: 1440px) {
  .image-slider__slide {
    width: 1230px;
    height: 768px;
    padding: 0 25px;
  }
}
.image-slider + .method-slider {
  margin-top: var(--py-section-large);
}

.usp-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.usp-section__block {
  width: 100%;
  padding: 10px 20px 10px 55px;
  font-size: 14px;
  position: relative;
}
.usp-section__block::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  content: "\E904";
  font-family: "damen-icons";
  font-size: 5px;
  color: #CD1D4D;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1440px) {
  .usp-section__block::after {
    width: 50px;
    height: 50px;
    font-size: 7px;
    top: 10px;
  }
}
.usp-section__block span {
  display: block;
  color: #6FAD9C;
}
.usp-section__block strong {
  display: block;
  color: #333333;
}
@media (min-width: 1440px) {
  .usp-section__block {
    padding: 10px 20px 10px 70px;
    font-size: 20px;
  }
}
.usp-section__top {
  position: relative;
  margin-bottom: 20px;
}
.usp-section__top::after {
  content: "\E93B";
  font-family: "damen-icons";
  font-size: 55px;
  line-height: 70px;
  color: #CD1D4D;
  position: absolute;
  top: -35px;
  right: 0;
  transform: rotate(6deg);
}
@media (min-width: 1024px) {
  .usp-section__top::after {
    font-size: 85px;
    top: -15px;
    right: 25px;
  }
}
@media (min-width: 1440px) {
  .usp-section__top::after {
    font-size: 170px;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .usp-section__top {
    margin-bottom: 40px;
  }
}
.usp-section p,
.usp-section h2 {
  color: #333333;
}

.video-section {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto var(--py-section);
  position: relative;
  z-index: 1;
}
.video-section__btn {
  background-image: url(../images/ui/play-btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 138px 138px;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1440px) {
  .video-section__btn {
    background-size: 196px 196px;
  }
}
.video-section__text {
  display: block;
  width: 220px;
  margin-bottom: 50px;
  margin-left: 20px;
  font-family: "Notera", sans-serif;
  font-size: 35px;
  line-height: 35px;
  color: #CD1D4D;
  position: relative;
  transform: rotate(-6deg);
}
.video-section__text::after {
  background-image: url(../images/ui/arrow.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 56px;
  height: 60px;
  content: "";
  position: absolute;
  right: 30px;
  bottom: -25px;
  transform: rotate(0);
}
@media (min-width: 1440px) {
  .video-section__text::after {
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .video-section__text {
    width: 280px;
    margin-bottom: 70px;
    font-size: 50px;
    line-height: 50px;
  }
}
.video-section__image {
  width: 100%;
  height: 455px;
  position: relative;
}
.video-section__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.video-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  .video-section__image {
    height: 650px;
  }
}

.method-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  margin-bottom: var(--py-section);
}
.method-slider::after {
  width: 1720px;
  height: 100%;
  background: #F5F5F5;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.method-slider .slick-track::before {
  width: 100%;
  height: 3px;
  background: #cd1d4d;
  position: absolute;
  top: -1px;
  right: 0;
}
.method-slider p,
.method-slider h3,
.method-slider h2 {
  color: #333333;
}
.method-slider p {
  font-size: 16px;
}
.method-slider h3 {
  margin-bottom: 10px;
  transition: var(--speed-default);
}
.method-slider h3 + time {
  margin-top: -10px;
}
@media (min-width: 1024px) {
  .method-slider h3 + time {
    margin-top: -15px;
  }
}
.method-slider time {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
}
@media (min-width: 1024px) {
  .method-slider time {
    margin-bottom: 20px;
  }
}
.method-slider__holder {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .method-slider__holder {
    margin-top: 120px;
  }
}
.method-slider__slide {
  opacity: 0.75;
  width: 336px;
  border-top: 2px solid #CD1D4D;
  padding-top: 40px;
  padding-right: 60px;
  position: relative;
  transition: var(--speed-default);
}
.method-slider__slide::after {
  width: 0;
  height: 0;
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: transparent transparent #CD1D4D transparent;
  content: "";
  position: absolute;
  top: -14px;
  left: -4px;
}
.method-slider__slide.slick-active {
  opacity: 1;
}
.method-slider__slide.slick-active h3 {
  color: #CD1D4D;
}
@media (min-width: 1024px) {
  .method-slider__slide {
    width: 330px;
    padding-top: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .method-slider__slide {
    width: 525px;
    padding-top: 50px;
    padding-right: 140px;
  }
}
.method-slider__top {
  position: relative;
}
.method-slider__image {
  width: 314px;
  margin: 30px 0 0 20px;
}
.method-slider__image .slick-track::before {
  display: none;
}
.method-slider__image span {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .method-slider__image span {
    padding-top: 15px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .method-slider__image span {
    padding-top: 20px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .method-slider__image {
    width: 386px;
    margin: 0;
    padding: 15px;
    position: absolute;
    top: -140px;
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .method-slider__image {
    width: 450px;
    top: -260px;
    right: -40px;
  }
}
@media (min-width: 1600px) {
  .method-slider__image {
    width: 550px;
    padding: 20px;
    top: -270px;
    right: -90px;
  }
}

.project-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.project-slider p,
.project-slider h2 {
  color: #333333;
}
.project-slider__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.project-slider__list-item {
  padding: 0 8px;
  position: relative;
}
@media (min-width: 1024px) {
  .project-slider__list-item::after {
    width: 1px;
    height: 20px;
    background: #EAEAEA;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.project-slider__list-item a {
  display: block;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.project-slider__list-item a:hover {
  border-bottom-color: #333333;
}
.project-slider__list-item:last-child::after {
  display: none;
}
.project-slider__list-item.is-active a {
  border-bottom-color: #333333;
}
@media (min-width: 1024px) {
  .project-slider__list-item {
    padding: 0 30px;
  }
}
.project-slider__top {
  margin-bottom: 50px;
  text-align: center;
}
.project-slider__top h2 {
  margin-bottom: 50px;
}
.project-slider__slide {
  width: 335px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .project-slider__slide {
    width: 328px;
    padding-right: 24px;
  }
}
@media (min-width: 1440px) {
  .project-slider__slide {
    width: 420px;
    padding-right: 30px;
  }
}
.project-slider__holder:not(:first-child) {
  display: none;
}

.service-text {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.service-text p,
.service-text h2 {
  color: #333333;
}
.service-text__logo {
  width: 144px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (min-width: 1024px) {
  .service-text__logo {
    width: 240px;
    right: -60px;
    bottom: -85px;
  }
}
@media (min-width: 1440px) {
  .service-text__logo {
    width: 346px;
    right: -70px;
    bottom: -105px;
  }
}
.service-text__image {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  position: relative;
}
.service-text__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.service-text__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .service-text__image {
    width: calc(100% + 50px);
    height: 360px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .service-text__image {
    width: calc(100% + 340px);
    height: 583px;
    margin-left: -340px;
  }
}

.download-action {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .download-action {
    margin-bottom: var(--py-section);
  }
}
.download-action__holder {
  padding: 30px;
  background: #6FAD9C;
  position: relative;
  z-index: 2;
}
.download-action__holder p,
.download-action__holder h3 {
  color: #333333;
}
@media (min-width: 1024px) {
  .download-action__holder {
    padding: 60px 80px;
  }
}
@media (min-width: 1440px) {
  .download-action__holder {
    padding: 60px 100px;
  }
}
.download-action__subtitle {
  font-family: "Notera", sans-serif;
  font-size: 35px;
  line-height: 36px;
  color: #333333;
}
@media (min-width: 1440px) {
  .download-action__subtitle {
    font-size: 50px;
    line-height: 50px;
  }
}
.download-action__image {
  width: 400px;
  margin-bottom: -120px;
}
@media (min-width: 1024px) {
  .download-action__image {
    width: 400px;
    margin-bottom: 0;
    position: absolute;
    top: -90px;
    left: 38%;
    z-index: -1;
  }
}
@media (min-width: 1440px) {
  .download-action__image {
    width: 417px;
    top: -90px;
    left: 38%;
  }
}
@media (min-width: 1600px) {
  .download-action__image {
    width: 517px;
    top: -120px;
    left: 41%;
  }
}

.recent {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section);
  padding-bottom: var(--py-section);
  margin-bottom: var(--py-section);
}
.recent::before {
  opacity: 0.6;
  width: 0;
  height: 0;
  margin-right: -440px;
  border-width: 0 275px 550px 275px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
}
@media (min-width: 1024px) {
  .recent::before {
    margin-right: -550px;
  }
}
.recent::after {
  width: 1720px;
  height: 100%;
  background: #F5F5F5;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.recent h2 {
  margin-bottom: 15px;
  color: #333333;
}
@media (min-width: 1024px) {
  .recent h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .recent h2 {
    margin-bottom: 40px;
  }
}
.house-info {
  width: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 5;
  margin-bottom: calc(var(--py-section) / 2);
}
.house-info .first-gallery {
  margin-bottom: 32px;
  cursor: pointer;
  position: relative;
  background-color: #000;
}
@media (min-width: 1280px) {
  .house-info .first-gallery {
    width: 130%;
  }
}
.house-info .first-gallery picture,
.house-info .first-gallery img {
  display: block;
  width: 100%;
}
.house-info .first-gallery .overlay {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 48px;
  bottom: 24px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.house-info .first-gallery .overlay i {
  margin-right: 15px;
  font-size: 16px;
}
.house-info .first-gallery .overlay:hover {
  color: #fff !important;
}
.house-info .first-gallery .overlay:hover i {
  color: #fff;
}
@media (min-width: 1024px) {
  .house-info .first-gallery .overlay {
    bottom: 34px;
  }
}
.house-info .first-gallery .gallery-label {
  margin-bottom: 10px;
  background-color: #569383;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1440px) {
  .house-info .first-gallery .gallery-label {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
}
.house-info .overview {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.house-info .overview i {
  margin-right: 10px;
  transition: var(--speed-default);
}
.house-info .overview:hover i {
  transform: translateX(-3px);
}
@media (min-width: 1920px) {
  .house-info #sure-map {
    height: 530px;
  }
}
.house-info__subtitle {
  margin-bottom: 5px;
}
.house-info__price {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
@media (min-width: 1440px) {
  .house-info__price {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }
}
.house-info__panel {
  display: none;
}
.house-info h1 {
  margin-bottom: 15px;
  color: #333333;
}
.house-info__text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.house-info__text a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
}
.house-info__text a i {
  margin-right: 15px;
  font-size: 140%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.house-info__text a:hover {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .house-info__text a {
    padding-left: 35px;
  }
}
@media (min-width: 1440px) {
  .house-info__text {
    font-size: 20px;
    line-height: 30px;
  }
}
.house-info p {
  color: #333333;
}
.house-info .btn-wrapper--house-actions,
.house-info .btn-wrapper--house-actions .holder {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.house-info .btn-wrapper--house-actions .holder {
  width: 100%;
}
.house-info .btn-wrapper--house-actions .btn, .house-info .btn-wrapper--house-actions .product-search .row .button, .product-search .row .house-info .btn-wrapper--house-actions .button {
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .house-info .btn-wrapper--house-actions .btn:not(.btn--io), .house-info .btn-wrapper--house-actions .product-search .row .button:not(.btn--io), .product-search .row .house-info .btn-wrapper--house-actions .button:not(.btn--io) {
    flex-grow: 1;
  }
}
@media (min-width: 1440px) {
  .house-info .btn-wrapper--house-actions,
.house-info .btn-wrapper--house-actions .holder {
    gap: 16px;
  }
}

.house-features {
  width: 100%;
  padding-top: 30px;
  color: #333333;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section);
}
.house-features .js-toggle-features span:last-child {
  display: none;
}
.house-features .js-toggle-features.is-active span:first-child {
  display: none;
}
.house-features .js-toggle-features.is-active span:last-child {
  display: inline-block;
}
.house-features ul li {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0;
}
.house-features ul li span,
.house-features ul li strong {
  display: block;
  width: 50%;
}
@media (min-width: 1440px) {
  .house-features ul li:last-child {
    border-bottom: 0;
  }
}
.house-features ul li.is-active, .house-features ul li:nth-child(-n+8) {
  display: inline-flex;
}
@media (min-width: 1440px) {
  .house-features ul li {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .house-features ul {
    column-count: 2;
    column-gap: 50px;
  }
}
@media (min-width: 1024px) {
  .house-features ul {
    column-gap: 135px;
  }
}
@media (min-width: 1024px) {
  .house-features ul {
    margin-top: 25px;
    column-count: 2;
    column-gap: 135px;
  }
}
@media (min-width: 1440px) {
  .house-features ul {
    margin-top: 0;
  }
}

.house-gallery {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto var(--py-section);
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  padding-top: var(--py-section-small);
  padding-bottom: var(--py-section-small);
}
.house-gallery p,
.house-gallery h2 {
  color: #333333;
}
@media (min-width: 1024px) {
  .house-gallery {
    background: transparent;
    padding-top: 125px;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .house-gallery {
    padding-top: 125px;
  }
}
.house-gallery__bg {
  display: none;
  width: 100%;
  height: 1084px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.house-gallery__bg::before {
  opacity: 0.3;
  width: 0;
  height: 0;
  margin-right: -440px;
  border-width: 0 430px 860px 430px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
}
@media (min-width: 1024px) {
  .house-gallery__bg::before {
    margin-right: -650px;
  }
}
@media (min-width: 1024px) {
  .house-gallery__bg {
    display: block;
  }
}
.house-gallery__top {
  width: 100%;
  margin-bottom: var(--py-section);
}
.house-gallery__image {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.house-gallery__image picture {
  display: block;
  width: 100%;
}
.house-gallery__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .house-gallery__image {
    height: calc(100% - 70px);
    margin-bottom: var(--py-section);
  }
}
@media (min-width: 1440px) {
  .house-gallery__image {
    height: calc(100% - 160px);
  }
}
@media (min-width: 1024px) {
  .house-gallery__image--small picture {
    width: 304px;
  }
}
@media (min-width: 1440px) {
  .house-gallery__image--small picture {
    width: 420px;
  }
}
.house-gallery__bottom {
  margin-top: -30px;
}
@media (min-width: 1024px) {
  .house-gallery__bottom {
    margin-top: -50px;
  }
}
@media (min-width: 1440px) {
  .house-gallery__bottom {
    margin-top: -100px;
  }
}

.house-maps {
  width: 100%;
  margin-bottom: var(--py-section);
  position: relative;
  z-index: 1;
}
.house-maps__image {
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.house-maps__image picture {
  display: block;
  width: 100%;
}
.house-maps__image img {
  width: 100%;
  cursor: pointer;
}
.house-maps h3 {
  margin-bottom: 20px;
  color: #333333;
}
@media (min-width: 1440px) {
  .house-maps h3 {
    margin-bottom: 40px;
  }
}
.house-maps .su-zon-container {
  height: 560px !important;
}

.house-videos {
  width: 100%;
  margin-bottom: var(--py-section);
  position: relative;
  z-index: 1;
}
.house-videos video {
  width: 100%;
}

.house-stats {
  width: 100%;
  margin-bottom: var(--py-section);
  color: #333333;
  position: relative;
  z-index: 1;
}
.house-stats h3 {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .house-stats h3 {
    margin-bottom: 40px;
  }
}
.house-stats h4 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .house-stats h4 {
    margin-bottom: 20px;
  }
}
.house-stats ul {
  margin-bottom: 30px;
}
.house-stats ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
  font-size: 14px;
}
.house-stats ul li strong {
  width: 55%;
}
.house-stats ul li span {
  width: 45%;
}
@media (min-width: 1440px) {
  .house-stats ul li {
    margin-bottom: 7px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .house-stats ul {
    margin-bottom: 0;
  }
}
.house-stats__block-img {
  height: 60px;
}
.house-stats__block-img picture {
  display: block;
  width: 35px;
}
@media (min-width: 1440px) {
  .house-stats__block-img picture {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .house-stats__block-img {
    height: 80px;
  }
}

.house-sundial {
  width: 100%;
  margin-bottom: var(--py-section);
  color: #333333;
  position: relative;
  z-index: 1;
}
.house-sundial h3 {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .house-sundial h3 {
    margin-bottom: 40px;
  }
}
.house-sundial__image {
  width: 100%;
}
.house-sundial__image picture {
  display: block;
  width: 100%;
}
.house-sundial__image img {
  width: 100%;
}

.contact-info {
  width: 100%;
  margin-bottom: var(--py-section);
  color: #333333;
  position: relative;
  z-index: 1;
}
.contact-info__top {
  margin-bottom: 50px;
  width: 100%;
}
.contact-info__bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 20px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
}
.contact-info__bottom p {
  font-size: 14px;
}
@media (min-width: 1440px) {
  .contact-info__bottom p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .contact-info__bottom {
    padding: 35px 0;
  }
}
.contact-info__image {
  width: 75px;
  border: 2px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
  left: 20px;
  transform: rotate(-3deg);
}
@media (min-width: 1024px) {
  .contact-info__image {
    width: 222px;
    margin: -50px 0 -50px 60px;
    border-width: 5px;
    position: static;
  }
}
@media (min-width: 1440px) {
  .contact-info__image {
    width: 318px;
    margin: -50px 0 -50px 100px;
    border-width: 10px;
  }
}
.contact-info__content-right {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-info__content-right {
    width: 50%;
    border-left: 1px solid #EAEAEA;
    padding: 0 50px 0 30px;
  }
}
.contact-info__content-left {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 100px;
}
.contact-info__content-left p a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.contact-info__content-left p a i {
  width: 24px;
  font-size: 16px;
  color: #CD1D4D;
}
@media (min-width: 1024px) {
  .contact-info__content-left p a i {
    width: 30px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .contact-info__content-left p a i {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .contact-info__content-left {
    width: 50%;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.contact-info__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-info__content {
    width: calc(100% - 282px);
    padding-left: 120px;
  }
}
@media (min-width: 1440px) {
  .contact-info__content {
    width: calc(100% - 418px);
  }
}
.contact-info h3,
.contact-info h4 {
  margin-bottom: 5px;
  color: #333333;
}
@media (min-width: 1440px) {
  .contact-info h3,
.contact-info h4 {
    margin-bottom: 15px;
  }
}

.large-map {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section);
}

.popup-gallery {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.popup-gallery picture {
  display: block;
}
.popup-gallery .slick-counter {
  display: none;
  align-content: center;
  align-items: center;
  font-size: 16px;
  color: #6FAD9C;
}
.popup-gallery .slick-counter span {
  color: #333333;
}
@media (min-width: 1024px) {
  .popup-gallery .slick-counter {
    font-size: 20px;
  }
  .popup-gallery .slick-counter:first-of-type {
    display: inline-flex;
  }
}
.popup-gallery .mfp-close {
  display: none !important;
}
.popup-gallery .slick-arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.popup-gallery .slick-arrow:hover {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}
.popup-gallery .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 1024px) {
  .popup-gallery .slick-arrow.slick-prev {
    left: -25px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery .slick-arrow.slick-prev {
    left: -35px;
  }
}
.popup-gallery .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 1024px) {
  .popup-gallery .slick-arrow.slick-next {
    right: -25px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (min-width: 1024px) {
  .popup-gallery .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
.popup-gallery.maps-gallery .slick-track {
  display: flex !important;
}
.popup-gallery.maps-gallery .slick-slide {
  height: auto;
}
@media (min-width: 1024px) {
  .popup-gallery {
    overflow: visible;
    padding-top: 90px;
  }
}
.popup-gallery__header {
  display: none;
}
.is-show .popup-gallery__slider {
  visibility: hidden;
  z-index: -100;
  opacity: 0;
  position: absolute;
}
@media (min-width: 1024px) {
  .popup-gallery__slider {
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__slider {
    margin-bottom: 100px;
  }
}
.popup-gallery__slider-slide {
  height: auto;
  padding-right: 0;
}
.popup-gallery__slider-slide img {
  width: 100%;
  min-height: 350px;
  max-height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  .popup-gallery__slider-slide img {
    width: auto;
    max-height: 70vh;
    margin: 0 auto;
  }
}
.popup-gallery__footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}
.is-show .popup-gallery__footer {
  display: none;
}
@media (min-width: 1440px) {
  .popup-gallery__footer {
    height: 140px;
  }
}
.popup-gallery__pagination {
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.popup-gallery__counter {
  display: none;
}
.popup-gallery__button {
  text-align: center;
}
.popup-gallery__button i {
  margin-left: 10px;
  font-size: 100% !important;
  color: #6FAD9C;
}
@media (max-width: 767.98px) {
  .popup-gallery__button {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.popup-gallery__counter-text {
  padding: 0 10px;
  color: #EAEAEA;
}
.popup-gallery__footer-count {
  display: none;
}
@media (min-width: 768px) {
  .popup-gallery__footer-count {
    display: block;
  }
}
.popup-gallery__detail-connect {
  display: inline-flex;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.popup-gallery__detail-connect li {
  margin: 0 5px;
}
.popup-gallery__detail-connect li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #333333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.popup-gallery__detail-connect li a.is-active, .popup-gallery__detail-connect li a:hover {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}
@media (min-width: 1024px) {
  .popup-gallery__detail-connect li a {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery__detail-connect li a {
    width: 60px;
    height: 60px;
  }
}
.popup-gallery__list {
  display: none;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
  padding-bottom: 0;
}
.is-show .popup-gallery__list {
  display: flex;
}
@media (min-width: 1024px) {
  .popup-gallery__list {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__list {
    padding-bottom: 100px;
  }
}
.popup-gallery__list-item {
  display: none;
  width: 100%;
  padding: 0 8px 16px;
}
.popup-gallery__list-item picture {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.popup-gallery__list-item picture:hover::after {
  opacity: 1;
}
.popup-gallery__list-item img {
  width: 100%;
  cursor: pointer;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  .popup-gallery__list-item img {
    height: 300px;
  }
}
.is-show .popup-gallery__list-item {
  display: block;
}
@media (min-width: 1024px) {
  .popup-gallery__list-item {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .popup-gallery__list-item {
    width: 33.333%;
    padding: 0 15px 30px;
  }
}
.popup-gallery__header-close {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 9;
}
@media (min-width: 1024px) {
  .popup-gallery__header-close {
    top: 10px;
  }
}

.house-construction {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: var(--py-section);
}
.house-construction sup {
  font-size: 50%;
  top: 8px;
}
.house-construction .house-construction__nav .slick-slide,
.house-construction .house-construction__for .slick-slide {
  height: auto;
}
.house-construction h2 {
  margin-bottom: 15px;
  color: #333333;
}
@media (min-width: 1024px) {
  .house-construction h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .house-construction h2 {
    margin-bottom: 35px;
  }
}
.house-construction .status {
  color: #CD1D4D;
}
.house-construction .status.green {
  color: #6FAD9C;
}
@media (min-width: 1024px) {
  .house-construction {
    width: calc(100% + 80px);
  }
}
@media (min-width: 1440px) {
  .house-construction {
    width: 100%;
  }
}
.house-construction__heading {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #333333;
}
.house-construction__heading strong {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .house-construction__heading {
    padding-top: 45px;
    padding-bottom: 5px;
  }
  .house-construction__heading [class*=col-] {
    padding: 0 5px;
  }
}
@media (min-width: 1440px) {
  .house-construction__heading {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.house-construction__block {
  width: 100%;
  border-top: 1px solid #D6D6D6;
  position: relative;
  z-index: 2;
}
.house-construction__block .slick-list {
  overflow: hidden;
}
.house-construction__block .row {
  margin: 0;
  position: relative;
}
.house-construction__block .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.house-construction__block strong,
.house-construction__block span:not(.house-construction__label) {
  display: inline-flex;
  padding: 5px 0;
}
@media (max-width: 1023.98px) {
  .house-construction__block strong,
.house-construction__block span:not(.house-construction__label) {
    padding: 2px 0;
  }
}
@media (min-width: 1024px) {
  .house-construction__block strong,
.house-construction__block span:not(.house-construction__label) {
    font-size: 18px;
  }
}
.house-construction__block ul li {
  border-bottom: 1px solid rgba(111, 173, 156, 0.3);
  padding: 10px 0;
  color: #333333;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .house-construction__block ul li {
    padding: 15px 0;
  }
}
@media (min-width: 1440px) {
  .house-construction__block ul li {
    padding: 21px 0;
  }
}
@media (min-width: 1024px) {
  .house-construction__block [class*=col-] {
    padding: 0 5px;
  }
}
.house-construction__nav {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9;
}
@media (min-width: 1280px) {
  .house-construction__nav {
    overflow: visible;
  }
}
.house-construction__nav-slide {
  width: 335px;
  height: auto;
  padding-right: 20px;
  padding-bottom: 65px;
  position: relative;
}
.house-construction__nav-slide::before {
  opacity: 0;
  width: 36px;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .house-construction__nav-slide::before {
    left: calc(50% - 12px);
  }
}
@media (min-width: 1440px) {
  .house-construction__nav-slide::before {
    left: calc(50% - 15px);
  }
}
.house-construction__nav-slide::after {
  background-image: url(../images/ui/down-arrow.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0;
  width: 36px;
  height: 24px;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1024px) {
  .house-construction__nav-slide::after {
    left: calc(50% - 12px);
  }
}
@media (min-width: 1440px) {
  .house-construction__nav-slide::after {
    left: calc(50% - 15px);
  }
}
.house-construction__nav-slide .card-offer {
  background: #fff;
}
.house-construction__nav-slide.slick-current::after, .house-construction__nav-slide.slick-current::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .house-construction__nav-slide {
    width: 328px;
    padding-right: 24px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .house-construction__nav-slide {
    width: 420px;
    padding-right: 30px;
    padding-bottom: 64px;
  }
}
.house-construction .construction--arrows {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .house-construction .construction--arrows {
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .house-construction .construction--arrows {
    margin-bottom: 48px;
  }
}
.house-construction .slick-arrow {
  top: calc(50% - 30px);
}

.login-popup {
  max-width: 610px;
  margin: 0 auto;
  padding: 50px 30px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .login-popup {
    max-width: 700px;
    padding: 50px 60px;
  }
}
@media (min-width: 1440px) {
  .login-popup {
    max-width: 810px;
    padding: 70px 105px;
  }
}
.login-popup__close {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 9;
}
@media (min-width: 1440px) {
  .login-popup__close {
    font-size: 14px;
    top: 20px;
    right: 20px;
  }
}
.login-popup__top {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.login-popup__bottom {
  padding-top: 30px;
}
.login-popup__bottom p {
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .login-popup__bottom p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.cookiebar {
  display: none;
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #6fad9c;
  color: #333333;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}
.cookiebar p {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1440px) {
  .cookiebar p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .cookiebar {
    width: 495px;
    padding: 30px 40px;
  }
}
.cookiebar__link {
  display: flex;
  flex-wrap: wrap;
}
.cookiebar__link a {
  display: inline-block;
  margin-right: 10px;
  color: #333333;
  text-decoration: underline;
}
.cookiebar__link a:hover {
  text-decoration: none;
}
.cookiebar--unaccepted {
  display: block;
}

.popup,
.popup--iframe {
  max-width: 610px;
  margin: 0 auto;
  padding: 50px 30px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.popup h2,
.popup--iframe h2 {
  margin-bottom: 10px;
}
.popup h4,
.popup--iframe h4 {
  width: 100%;
  padding: 15px 0 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .popup h4,
.popup--iframe h4 {
    font-size: 20px;
  }
}
.popup .screen-reader-response,
.popup--iframe .screen-reader-response {
  display: none;
}
.popup.popup--share,
.popup--iframe.popup--share {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.popup.popup--share .js-inline-popup-close,
.popup--iframe.popup--share .js-inline-popup-close {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
}
.popup.popup--share .js-inline-popup-close i,
.popup--iframe.popup--share .js-inline-popup-close i {
  font-size: 18px;
}
.popup.popup--share ul,
.popup--iframe.popup--share ul {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.popup.popup--share ul li,
.popup--iframe.popup--share ul li {
  margin: 0 3px;
}
.popup.popup--share ul li a,
.popup--iframe.popup--share ul li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  color: #333333;
  transition: var(--speed-default);
}
.popup.popup--share ul li a:hover,
.popup--iframe.popup--share ul li a:hover {
  background: #333333;
  color: #fff;
}
@media (min-width: 1024px) {
  .popup.popup--share ul li a,
.popup--iframe.popup--share ul li a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .popup.popup--share ul li a,
.popup--iframe.popup--share ul li a {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .popup,
.popup--iframe {
    max-width: 900px;
    padding: 50px 60px;
  }
}
@media (min-width: 1440px) {
  .popup,
.popup--iframe {
    max-width: 1200px;
    padding: 70px 105px;
  }
}
.popup__close,
.popup--iframe__close {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 9;
}
@media (min-width: 1440px) {
  .popup__close,
.popup--iframe__close {
    font-size: 14px;
    top: 20px;
    right: 20px;
  }
}
.popup h2 + p,
.popup--iframe h2 + p {
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .popup h2 + p,
.popup--iframe h2 + p {
    margin-bottom: 30px;
  }
}
.popup__top,
.popup--iframe__top {
  width: 100%;
  margin-bottom: 30px;
}
.popup .form-group + p,
.popup--iframe .form-group + p {
  padding: 10px 0;
  font-size: 16px;
  color: #6FAD9C;
}

.overlay-interested {
  width: 100%;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: -120px;
  left: 0;
  z-index: 5;
  transition: var(--speed-default);
}
.overlay-interested .overlay-interested__close {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .overlay-interested .overlay-interested__close {
    justify-content: space-between;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
}
.overlay-interested.hide {
  bottom: -200px;
}
.overlay-interested__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
.overlay-interested__inner .overlay-buttons {
  text-align: left;
}
@media (max-width: 1023.98px) {
  .overlay-interested__inner .overlay-buttons {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlay-interested__inner {
    justify-content: space-between;
  }
}
.overlay-interested__link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
}
.overlay-interested__link a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin: 0 10px;
  text-decoration: none;
}
.overlay-interested__link a i {
  width: 30px;
  color: #CD1D4D;
}
@media (min-width: 1024px) {
  .overlay-interested__link a {
    margin-right: 50px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .overlay-interested__link {
    justify-content: flex-start;
    width: auto;
    padding: 0;
  }
}

.contact-popup {
  max-width: 610px;
  margin: 0 auto;
  padding: 50px 30px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .contact-popup {
    max-width: 1020px;
    padding: 50px 60px;
  }
}
@media (min-width: 1440px) {
  .contact-popup {
    padding: 70px 105px;
  }
}
.contact-popup__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 25px;
}
.contact-popup__image {
  width: 100%;
  margin-bottom: 20px;
}
.contact-popup__image img {
  width: 100%;
}
.contact-popup__image picture {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-popup__image {
    width: 180px;
    margin-bottom: 0;
  }
}
.contact-popup__content {
  width: 100%;
  font-size: 14px;
}
.contact-popup__content a {
  display: block;
}
.contact-popup__content h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .contact-popup__content {
    width: calc(100% - 180px);
    padding-left: 30px;
    font-size: 16px;
  }
}

.houses {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto var(--py-section-small);
  padding-top: 20px;
  position: relative;
}
.houses h1 {
  color: #333333;
}
@media (min-width: 1024px) {
  .houses h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .houses h1 {
    margin-bottom: 25px;
  }
}
.houses .action {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .houses .action__image img {
    max-height: 308px;
  }
}
@media (min-width: 1024px) {
  .houses .action__image {
    width: 33.33333%;
    min-height: 308px;
  }
}
.houses .action__content {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .houses .action__content {
    width: 66.66666%;
    padding-top: 5px;
    padding-right: 80px;
    padding-bottom: 5px;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .houses .action__content {
    padding-top: 15px;
    padding-right: 120px;
    padding-bottom: 15px;
    padding-left: 120px;
  }
}
@media (min-width: 1024px) {
  .houses .action .action__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .houses .action .action__content {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1024px) {
  .houses .action {
    margin: 50px 0;
  }
}
@media (min-width: 1440px) {
  .houses .action {
    margin: 85px 0;
  }
}
@media (min-width: 1440px) {
  .houses {
    padding-top: 30px;
  }
}
.houses__top {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  color: #000;
}
.houses__filter-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  font-size: 16px;
  color: #333333;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1440px) {
  .houses__filter-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.houses__right {
  display: inline-flex;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.houses__right .view-type {
  display: inline-flex;
}
.houses__right .view-type .sure-switch {
  margin-left: 8px;
  padding-left: 0 !important;
}
.houses__right .view-type .sure-switch::before {
  display: none !important;
}
.houses__right .view-type .sure-switch a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0 !important;
  background: #fff;
  font-size: 0 !important;
  color: #333333;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.houses__right .view-type .sure-switch a::after {
  font-family: "damen-icons";
  font-size: 12px !important;
}
@media (min-width: 1440px) {
  .houses__right .view-type .sure-switch a::after {
    font-size: 18px !important;
  }
}
.houses__right .view-type .sure-switch a.active {
  background: #333333;
  color: #fff;
}
@media (min-width: 1440px) {
  .houses__right .view-type .sure-switch a {
    width: 60px;
    height: 60px;
  }
}
.houses__right .view-type .sure-switch:nth-child(1) a::after {
  content: "\E938";
}
.houses__right .view-type .sure-switch:nth-child(2) {
  display: none;
}
.houses__right .view-type .sure-switch:nth-child(3) a::after {
  content: "\E919";
  font-size: 14px !important;
}
@media (min-width: 1440px) {
  .houses__right .view-type .sure-switch:nth-child(3) a::after {
    font-size: 20px !important;
  }
}
@media (min-width: 1440px) {
  .houses__right {
    position: static;
  }
}
.houses__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.houses__list-item {
  padding: 0 8px;
  position: relative;
}
@media (min-width: 1024px) {
  .houses__list-item::after {
    width: 1px;
    height: 20px;
    background: #EAEAEA;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.houses__list-item a {
  display: block;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.houses__list-item a:hover {
  border-bottom-color: #333333;
}
.houses__list-item:last-child::after {
  display: none;
}
.houses__list-item:first-child {
  padding-left: 0;
}
.houses__list-item.is-active a, .houses__list-item.current-menu-item a {
  border-bottom-color: #333333;
}
@media (min-width: 1024px) {
  .houses__list-item {
    padding: 0 20px;
  }
}
.houses__map .sure-map-filters {
  display: none;
}
.houses__map .sure-map-holder #sure-map {
  height: 676px;
}
@media (min-width: 1024px) {
  .houses__map .sure-map-holder #sure-map {
    height: 857px;
  }
}
@media (min-width: 1440px) {
  .houses__map .sure-map-holder #sure-map {
    height: 1080px;
  }
}
.houses__featured-section {
  padding: 32px;
  background: #6FAD9C;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.houses__featured-section h2 {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 32px;
  color: #333333;
}

.filters {
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding: 50px 30px 30px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  transition: var(--speed-default);
}
.filters .filter--selected {
  margin-top: 20px;
}
.filters .filter--selected ul {
  display: flex;
  flex-wrap: wrap;
}
.filters .filter--selected ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 30px;
  padding: 0 15px;
  background-color: #CD1D4D;
}
.filters .filter--selected ul li span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
}
.filters .filter--selected ul li span i {
  margin-left: 10px;
  font-size: 8px;
  color: #fff;
}
.filters .filter-trigger h3 {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 45px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.filters .filter-trigger h3::after {
  flex-shrink: 0;
  margin-top: -5px;
  content: "\E905";
  font-size: 56%;
  color: #CD1D4D;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .filters .filter-trigger h3::after {
    font-size: 60%;
  }
}
@media (min-width: 1280px) {
  .filters .filter-trigger h3 {
    background-size: 18px auto;
    font-size: 16px;
  }
}
.filters select {
  background-image: url(../images/ui/select-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 45px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .filters select {
    background-size: 18px auto;
    font-size: 16px;
  }
}
.is-open-filter .filters {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media (min-width: 1280px) {
  .filters {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
    padding: 0;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
  }
}
.filters__search .row > .col-md-2 {
  display: none;
}
.filters__search .row .col-md-7 {
  width: 100%;
}
.filters__search .row .col-md-3 {
  width: 100%;
}
.filters__search .row .col-sm-3 {
  width: 100%;
}
.filters__search .row .filter {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.filters__search .row .filter.filter-group-plaats {
  width: 100%;
}
.filters__search .row .filter.filter-group-open-huis {
  display: none;
}
.filters__search .row .filter.filter-group-prijs {
  display: none;
  width: 100%;
}
.filters__search .row .filter.filter-group-prijs .col-sm-6 {
  width: 100%;
}
@media (min-width: 1024px) {
  .filters__search .row .filter {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1440px) {
  .filters__search .row .filter {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.filters__search .row input[type=text] {
  background-image: url(../images/ui/search-icon.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: 10px;
  padding-right: 50px !important;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .filters__search .row input[type=text] {
    padding-right: 60px !important;
    background-size: 26px 26px;
    background-position: right 20px center;
    font-size: 16px;
  }
}
.filters__search .row button {
  width: 50px;
  height: var(--height-form-control);
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 30px;
}
@media (min-width: 1280px) {
  .filters__search .row button {
    top: 0;
    right: 0;
  }
}
.filters__items .col-sm-12 {
  display: flex;
  flex-wrap: wrap;
}
.filters__items .filter {
  display: block;
  width: 100%;
  position: relative;
}
.filters__items .filter .heapBox .holder {
  padding-top: 0 !important;
}
.filters__items .filter.invalid .filter-trigger h3 {
  border-color: #CD1D4D;
}
.filters__items .filter .filter-dropdown {
  display: none;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  border: 1px solid #EAEAEA;
  border-top: 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
.filters__items .filter .filter-dropdown .filter-country-label {
  padding: 20px;
  font-weight: bold;
}
.filters__items .filter .filter-dropdown .sub-filter .custom-control--checkbox {
  display: flex;
}
.filters__items .filter .filter-dropdown .sub-filter .custom-control--checkbox .custom-control__text:after {
  display: none;
}
.filters__items .filter .filter-dropdown .sub-filter ul {
  display: none;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
}
.filters__items .filter .filter-dropdown .sub-filter header h4::before {
  display: none !important;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 label {
  display: block;
  padding: var(--px-form-control) !important;
  transition: all 0.3s;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input + span,
.filters__items .filter .filter-dropdown .sub-filter header h4 input + label {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input + span::before,
.filters__items .filter .filter-dropdown .sub-filter header h4 input + label::before {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 100%;
  background: #fff;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input + span::after,
.filters__items .filter .filter-dropdown .sub-filter header h4 input + label::after {
  width: 6px;
  height: 6px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 100%;
  top: 10px;
  left: 2px;
}
@media (min-width: 1440px) {
  .filters__items .filter .filter-dropdown .sub-filter header h4 input + span::after,
.filters__items .filter .filter-dropdown .sub-filter header h4 input + label::after {
    width: 8px;
    height: 8px;
  }
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input + span a,
.filters__items .filter .filter-dropdown .sub-filter header h4 input + label a {
  color: inherit;
  text-decoration: underline;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input + span a:hover,
.filters__items .filter .filter-dropdown .sub-filter header h4 input + label a:hover {
  text-decoration: none;
}
.filters__items .filter .filter-dropdown .sub-filter header h4 input:checked ~ span::after, .filters__items .filter .filter-dropdown .sub-filter header h4 input:checked ~ label::after {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
}
.filters__items .filter .filter-dropdown .sub-filter header h4:hover label {
  color: #CD1D4D;
}
.filters__items .filter .filter-dropdown .sub-filter header h4:last-child {
  border-bottom: 0;
}
@media (min-width: 1280px) {
  .filters__items .filter .filter-dropdown .sub-filter header h4 {
    font-size: 16px;
  }
}
.filters__items .filter .filter-dropdown li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
}
.filters__items .filter .filter-dropdown li::before {
  display: none !important;
}
.filters__items .filter .filter-dropdown li label {
  display: block;
  padding: var(--px-form-control) !important;
  position: relative;
  transition: all 0.3s;
}
.filters__items .filter .filter-dropdown li input {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.filters__items .filter .filter-dropdown li input + span,
.filters__items .filter .filter-dropdown li input + label {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.filters__items .filter .filter-dropdown li input + span::before,
.filters__items .filter .filter-dropdown li input + label::before {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: #fff;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}
.filters__items .filter .filter-dropdown li input + span::after,
.filters__items .filter .filter-dropdown li input + label::after {
  width: 6px;
  height: 6px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  top: 10px;
  left: 2px;
}
@media (min-width: 1440px) {
  .filters__items .filter .filter-dropdown li input + span::after,
.filters__items .filter .filter-dropdown li input + label::after {
    width: 8px;
    height: 8px;
  }
}
.filters__items .filter .filter-dropdown li input + span a,
.filters__items .filter .filter-dropdown li input + label a {
  color: inherit;
  text-decoration: underline;
}
.filters__items .filter .filter-dropdown li input + span a:hover,
.filters__items .filter .filter-dropdown li input + label a:hover {
  text-decoration: none;
}
.filters__items .filter .filter-dropdown li input:checked ~ span::after, .filters__items .filter .filter-dropdown li input:checked ~ label::after {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
}
.filters__items .filter .filter-dropdown li:hover label {
  color: #CD1D4D;
}
.filters__items .filter .filter-dropdown li:last-child {
  border-bottom: 0;
}
@media (min-width: 1280px) {
  .filters__items .filter .filter-dropdown li {
    font-size: 16px;
  }
}
.filters__items .filter.filter-group-kantoor_nieuwbouw {
  display: none;
}
.filters__items .filter.filter-group-kamers .filter-dropdown li, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li {
  display: none;
}
.filters__items .filter.filter-group-kamers .filter-dropdown li.filter-1-kamer, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-2-kamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-3-kamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-4-kamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-5-kamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-2-slaapkamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-3-slaapkamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-4-slaapkamers, .filters__items .filter.filter-group-kamers .filter-dropdown li.filter-5-slaapkamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-1-kamer, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-2-kamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-3-kamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-4-kamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-5-kamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-2-slaapkamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-3-slaapkamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-4-slaapkamers, .filters__items .filter.filter-group-slaapkamers .filter-dropdown li.filter-5-slaapkamers {
  display: block;
}
.filters__items .filter.filter-group-open-huis {
  display: none;
}
.filters__items .filter.filter-group-plaats {
  order: -1;
}
.filters__items .filter.filter-group-kantoor_wonen {
  order: 1;
}
.filters__items .filter.is-active {
  z-index: 9;
}
.filters__items .filter.is-active .filter-trigger h3 {
  border-radius: 5px 5px 0 0 !important;
}
.filters__items .filter.is-active .filter-trigger h3::after {
  transform: rotate(180deg);
}
.filters__items .filter.filter-group-prijs {
  display: flex;
  flex-wrap: wrap;
}
.filters__items .filter.filter-group-prijs p {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1280px) {
  .filters__items .filter.filter-group-prijs p {
    font-size: 16px;
  }
}
.filters__items .filter.filter-group-prijs .row {
  order: 2;
}
.filters__items .filter.filter-group-prijs .col-sm-6:first-of-type {
  padding-right: 5px;
}
.filters__items .filter.filter-group-prijs .col-sm-6:last-of-type {
  padding-left: 5px;
}
.filters__title {
  margin-top: 45px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}
@media (min-width: 1440px) {
  .filters__title {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 33px;
  }
}
.filters__found {
  font-size: 16px;
  color: #6FAD9C;
}
.filters__close {
  color: #333333;
  position: absolute;
  top: 10px;
  right: 30px;
}

.banner {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.banner__image {
  width: 100%;
  height: 452px;
  position: relative;
}
.banner__image::after {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .banner__image {
    height: 533px;
    position: static;
  }
}
@media (min-width: 1440px) {
  .banner__image {
    height: 715px;
  }
}
.banner__subtitle {
  margin-bottom: 10px;
  color: #fff;
}
.banner__content {
  width: 100%;
  padding-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner__content h1 {
  width: 100%;
  color: #fff;
}
@media (min-width: 1024px) {
  .banner__content {
    padding-bottom: 80px;
  }
}
.banner__block {
  width: 100%;
  margin-right: -760px;
  padding: 30px 20px 50px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.banner__block h3 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .banner__block h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .banner__block {
    width: 386px;
    margin-right: -420px;
    padding: 30px;
    position: absolute;
    top: 40px;
    right: 50%;
    z-index: 2;
  }
}
@media (min-width: 1440px) {
  .banner__block {
    width: 640px;
    margin-right: -600px;
    padding: 50px 50px 70px;
  }
}
@media (min-width: 1600px) {
  .banner__block {
    margin-right: -760px;
  }
}
.banner__form {
  width: 100%;
  height: 885px;
  overflow: scroll;
  margin-right: -760px;
  padding: 30px 20px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.banner__form #form {
  position: absolute;
  top: -100px;
}
.banner__form h2,
.banner__form h3 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .banner__form h2,
.banner__form h3 {
    margin-bottom: 20px;
  }
}
.banner__form .wpcf7 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .banner__form {
    width: 386px;
    margin-right: -420px;
    padding: 30px;
    position: absolute;
    top: 40px;
    right: 50%;
    z-index: 2;
  }
}
@media (min-width: 1440px) {
  .banner__form {
    width: 600px;
    margin-right: -615px;
    padding: 50px 50px 35px 50px;
  }
}
.banner__block-text {
  display: block;
  color: #6FAD9C;
}
.banner__block-content {
  margin-bottom: 20px;
}
.banner__block-content address,
.banner__block-content a {
  display: flex;
  align-content: center;
  align-items: center;
}
.banner__block-content a:hover {
  color: #CD1D4D;
}
.banner__block-content i {
  width: 26px;
  margin-right: 10px;
  font-size: 85%;
  color: #CD1D4D;
  text-align: center;
}
.banner__block-content strong {
  display: block;
  margin-bottom: 10px;
}

.house-tab {
  margin-bottom: var(--py-section);
  padding: 40px 0 60px;
  background-color: #fff;
  color: #333333;
  z-index: 1;
}
.house-tab .house-tab__toggles {
  margin: 0 auto;
}
.house-tab .house-tab__toggles .js-tabs-toggles ul li {
  z-index: 2;
}
.house-tab__content#map {
  margin-bottom: -60px;
}
.house-tab__wrap {
  background-color: #fff;
}
.house-tab .tabs-select-wrapper {
  display: flex;
  align-items: center;
  margin: 0 20px 30px;
}
.house-tab .tabs-select-wrapper .heapBox {
  width: 100%;
}
@media (min-width: 1024px) {
  .house-tab .tabs-select-wrapper {
    display: none;
  }
}
.house-tab .js-tabs-toggles {
  display: none;
  justify-content: flex-start;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding: 0 10px;
}
.house-tab .js-tabs-toggles li {
  flex: 1;
  margin: 0 5px;
}
.house-tab .js-tabs-toggles li::before {
  display: none;
}
.house-tab .js-tabs-toggles li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
  top: 1px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .house-tab .js-tabs-toggles li a {
    height: 65px;
  }
}
@media (min-width: 1600px) {
  .house-tab .js-tabs-toggles li a {
    height: 80px;
  }
}
.house-tab .js-tabs-toggles li.is-active a {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
  border-bottom: unset;
  border-left: 1px solid rgba(51, 51, 51, 0.5);
  background-color: #fff;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .house-tab .js-tabs-toggles {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .house-tab .js-tabs-toggles {
    display: flex;
  }
}

.card {
  overflow: hidden;
  position: relative;
}

.card-service {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.card-service::before {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 10px;
  color: #333333;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}
@media (min-width: 1440px) {
  .card-service::before {
    width: 48px;
    height: 48px;
    font-size: 12px;
    right: 30px;
    bottom: 25px;
  }
}
.card-service::after {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-service picture {
  display: block;
  width: 100%;
  height: 100%;
}
.card-service img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--speed-slow);
}
.card-service:hover img {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .card-service {
    height: 216px;
  }
}
@media (min-width: 1440px) {
  .card-service {
    height: 277px;
  }
}
.card-service__title {
  width: 100%;
  padding: 20px 60px 20px 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1440px) {
  .card-service__title {
    padding: 30px 84px 30px 30px;
  }
}

.card-offer {
  overflow: hidden;
  display: block;
  height: 100%;
  min-height: 316px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: var(--speed-default);
}
.card-offer:hover img {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .card-offer {
    min-height: 383px;
  }
}
@media (min-width: 1440px) {
  .card-offer {
    min-height: 480px;
  }
}
.card-offer__label-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1440px) {
  .card-offer__label-wrapper {
    top: 20px;
    left: 20px;
  }
}
.card-offer__label {
  margin-bottom: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.card-offer__label--custom {
  background-color: #569383;
}
@media (min-width: 1440px) {
  .card-offer__label {
    font-size: 14px;
  }
}
.card-offer__subtitle {
  display: block;
  margin-bottom: 10px;
  color: #333333;
}
.card-offer__content {
  width: 100%;
  padding: 30px 20px;
}
.card-offer__content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
}
.card-offer__content ul li {
  margin: 0 20px 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #adadad;
  position: relative;
}
.card-offer__content ul li span {
  display: block;
  font-weight: 400;
}
.card-offer__content ul li span:last-of-type {
  color: #333333;
}
.card-offer__content ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1440px) {
  .card-offer__content ul li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .card-offer__content {
    padding: 30px;
  }
}
.card-offer__image {
  overflow: hidden;
  width: 100%;
  height: 190px;
  position: relative;
}
.card-offer__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.card-offer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--speed-slow);
}
@media (min-width: 1024px) {
  .card-offer__image {
    height: 196px;
  }
}
@media (min-width: 1440px) {
  .card-offer__image {
    height: 308px;
  }
}

.infoBox {
  min-width: 350px;
}
.infoBox .card-offer__price {
  font-size: 20px;
}
.infoBox p {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .infoBox .card-house {
    min-width: 375px;
  }
}
@media (min-width: 1024px) {
  .infoBox {
    min-width: 375px;
  }
}

.card-news {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: var(--speed-default);
}
.card-news::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 11px;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1024px) {
  .card-news::after {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 20px;
    box-shadow: none;
    right: 30px;
  }
}
@media (min-width: 1440px) {
  .card-news::after {
    font-size: 24px;
    right: 40px;
  }
}
.card-news__date {
  display: block;
  margin-bottom: 5px;
  color: #adadad;
}
.card-news__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.card-news__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.card-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--speed-slow);
}
@media (min-width: 1024px) {
  .card-news__image {
    height: 210px;
  }
}
@media (min-width: 1440px) {
  .card-news__image {
    max-width: 218px;
  }
}
.card-news__content {
  width: 100%;
  padding: 20px 60px 20px 20px;
}
@media (min-width: 1024px) {
  .card-news__content {
    width: calc(100% - 152px);
    min-height: 210px;
    padding: 15px 30px;
  }
}
@media (min-width: 1440px) {
  .card-news__content {
    width: calc(100% - 220px);
    padding: 20px 50px;
  }
}
.card-news--full {
  display: block;
  margin-bottom: 20px;
  background: transparent;
  box-shadow: none;
}
.card-news--full::after {
  display: none;
}
.card-news--full .card-news__image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.card-news--full .card-news__content {
  width: 100%;
  padding: 20px 0;
}
.card-news:hover .card-news__image img {
  transform: scale(1.1);
}

.card-cta {
  overflow: hidden;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 35px 20px 50px;
  background: #6FAD9C;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: var(--speed-default);
}
.card-cta ul li {
  width: 100%;
  padding: 0 0 10px 25px;
  position: relative;
}
.card-cta ul li::after {
  content: "\E942";
  font-family: "damen-icons";
  font-size: 76%;
  color: #CD1D4D;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (min-width: 1024px) {
  .card-cta ul li {
    padding: 0 0 6px 25px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .card-cta ul li {
    padding: 0 0 10px 25px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .card-cta {
    width: 100%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .card-cta {
    padding: 50px;
  }
}
.card-cta__title {
  padding-right: 50px;
  font-family: "Notera", sans-serif;
  font-size: 40px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .card-cta__title {
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .card-cta__title {
    font-size: 50px;
  }
}
.card-cta__icon {
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  font-size: 62px;
  color: #CD1D4D;
  position: absolute;
  top: 35px;
  right: 35px;
  transform: rotate(5deg);
}
@media (min-width: 1024px) {
  .card-cta__icon {
    display: flex;
    width: 56px;
    height: 56px;
    font-size: 40px;
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 1440px) {
  .card-cta__icon {
    width: 80px;
    height: 80px;
    font-size: 62px;
    top: 35px;
    right: 35px;
  }
}

.card-office {
  display: block;
  padding-bottom: 30px;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: var(--speed-default);
}
.card-office::after {
  width: 100%;
  height: calc(100% - 50px);
  background: #F5F5F5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .card-office::after {
    height: calc(100% - 70px);
  }
}
@media (min-width: 1024px) {
  .card-office {
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .card-office {
    padding-bottom: 60px;
  }
}
.card-office__name {
  display: block;
  margin-bottom: 10px;
  color: #333333;
}
.card-office__image {
  width: 250px;
  margin: 0 auto 30px;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
}
.card-office__image picture {
  display: block;
  width: 100%;
}
.card-office__image picture img {
  width: 100%;
}
@media (min-width: 1440px) {
  .card-office__image picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .card-office__image picture {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .card-office__image {
    width: 300px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .card-office__image {
    width: 428px;
    height: 324px;
    margin-bottom: 50px;
  }
}

.card-team {
  display: block;
  padding-bottom: 30px;
  color: #333333;
  position: relative;
  z-index: 2;
  transition: var(--speed-default);
}
.card-team::after {
  width: 100%;
  height: calc(100% - 50px);
  background: #F5F5F5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .card-team::after {
    height: calc(100% - 70px);
  }
}
.card-team:hover {
  margin-bottom: -20px;
  padding-top: 20px;
  z-index: 5;
}
.card-team:hover .card-team__map {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .card-team:hover {
    margin-bottom: -40px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .card-team {
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .card-team {
    padding-bottom: 60px;
  }
}
.card-team__name {
  display: block;
  margin-bottom: 10px;
  color: #333333;
}
.card-team__image {
  width: 250px;
  margin: 0 auto 30px;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
}
.card-team__image picture {
  display: block;
  width: 100%;
}
.card-team__image picture img {
  width: 100%;
  max-height: 225px;
}
@media (min-width: 1440px) {
  .card-team__image picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .card-team__image picture {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .card-team__image {
    width: 300px;
    min-height: 268px;
  }
}
@media (min-width: 1440px) {
  .card-team__image {
    width: 428px;
    height: 324px;
    margin-bottom: 40px;
  }
}
.card-team__content {
  padding: 0 20px;
}
.card-team__content p {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .card-team__content p {
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .card-team__content {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .card-team__content {
    padding: 0 70px;
  }
}
.card-team__map {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 50%;
  max-height: 350px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: var(--speed-default);
}
.card-team__map img {
  max-height: 350px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-team__link {
  text-decoration: underline;
  position: absolute;
  right: 64px;
  bottom: 64px;
  z-index: 4;
}
.card-team__link:hover {
  text-decoration: none;
}
.card-team__url {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.card-address {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  color: #333333;
  position: relative;
}
.card-address picture {
  display: block;
  width: 100%;
}
.card-address img {
  width: 100%;
}
.card-address h3 {
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .card-address h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 33px;
  }
}
.card-address p {
  font-size: 12px;
  line-height: 18px;
}
.card-address p a {
  display: block;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .card-address p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1440px) {
  .card-address p {
    font-size: 20px;
    line-height: 34px;
  }
}
.card-address address {
  font-size: 12px;
  line-height: 18px;
  color: #adadad;
}
@media (min-width: 1440px) {
  .card-address address {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .card-address {
    margin-bottom: 60px;
  }
}
.card-address__image {
  margin-bottom: 20px;
}

.card-vacancy {
  overflow: hidden;
  display: block;
  min-height: 230px;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: var(--speed-default);
}
.card-vacancy::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 12px;
  color: #333333;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (min-width: 1440px) {
  .card-vacancy::after {
    width: 60px;
    height: 60px;
    font-size: 16px;
    bottom: 40px;
  }
}
.card-vacancy:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1440px) {
  .card-vacancy {
    min-height: 328px;
    margin-bottom: 30px;
    padding: 40px 50px;
  }
}
.card-vacancy__title {
  min-height: 95px;
}
@media (min-width: 1440px) {
  .card-vacancy__title {
    min-height: 130px;
  }
}
.card-vacancy__list li {
  margin-bottom: 3px;
  padding-left: 30px;
  font-size: 14px;
  position: relative;
}
.card-vacancy__list li i {
  width: 24px;
  color: #CD1D4D;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1440px) {
  .card-vacancy__list li {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

.card-neighborhood {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: var(--speed-default);
}
.card-neighborhood::after {
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-neighborhood picture {
  display: block;
  width: 100%;
}
.card-neighborhood picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--speed-slow);
}
.card-neighborhood:hover img {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .card-neighborhood {
    margin-bottom: 30px;
  }
}
.card-neighborhood__content {
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-neighborhood__content span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .card-neighborhood__content span {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .card-neighborhood__content {
    padding: 30px;
  }
}

.card-download {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 20px 55px;
  position: relative;
}
.card-download::after {
  content: "\E90A";
  font-family: "damen-icons";
  font-size: 16px;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .card-download::after {
    font-size: 20px;
  }
}
.card-download i {
  font-size: 22px;
  color: #CD1D4D;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .card-download i {
    font-size: 30px;
    left: 30px;
  }
}
.card-download strong {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
@media (min-width: 1440px) {
  .card-download strong {
    font-size: 20px;
    line-height: 26px;
  }
}
.card-download span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #D6D6D6;
}
@media (min-width: 1440px) {
  .card-download span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .card-download {
    padding: 30px 75px;
  }
}

.card-member {
  display: block;
  width: 100%;
  color: #333333;
  position: relative;
  z-index: 2;
}
.card-member::before {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  content: "\E92E";
  font-family: "damen-icons";
  font-size: 12px;
  color: #333333;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
@media (min-width: 1440px) {
  .card-member::before {
    width: 60px;
    height: 60px;
    font-size: 18px;
    bottom: 15px;
  }
}
.card-member__image {
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 232px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  transform: rotate(-2deg);
  transition: var(--speed-default);
}
.card-member__image img {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1024px) {
  .card-member__image {
    height: 268px;
  }
}
@media (min-width: 1440px) {
  .card-member__image {
    height: 383px;
    margin-bottom: 30px;
  }
}
.card-member__content {
  width: 100%;
}
.card-member__content span {
  font-size: 14px;
  line-height: 21px;
  color: #6FAD9C;
}
@media (min-width: 1440px) {
  .card-member__content span {
    font-size: 20px;
    line-height: 34px;
  }
}
.card-member__content p {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .card-member__content p {
    margin-bottom: 35px;
  }
}
.card-member:hover .card-member__image {
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
}

.team-section__block:nth-child(odd) .card-member .card-member__image {
  transform: rotate(2deg);
}

.form-check {
  display: flex;
  position: relative;
}
.form-check > * {
  cursor: pointer;
}
.form-check .form-check__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-form-check-indicator);
  height: var(--size-form-check-indicator);
  border: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #fff;
  position: absolute;
  top: 2px;
}
.form-check .form-check__indicator::after {
  opacity: 0;
  width: 6px;
  height: 6px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .form-check .form-check__indicator::after {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .form-check .form-check__indicator {
    top: 4px;
  }
}
@media (min-width: 1440px) {
  .form-check .form-check__indicator {
    border-width: 2px;
  }
}
.form-check .form-check__text {
  padding-left: 20px;
  font-size: calc(var(--font-size-base) / 1.25);
  color: #333333;
  -webkit-user-select: none;
          user-select: none;
}
.form-check .form-check__text a {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .form-check .form-check__text {
    padding-left: 30px;
  }
}
.form-check input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
  z-index: -1;
}
.form-check input:disabled ~ * {
  opacity: 0.5;
  cursor: default;
}
.form-check input:checked ~ .form-check__indicator::after {
  opacity: 1;
}
.form-check input[type=checkbox] ~ .form-check__indicator::after {
  opacity: 0;
}
.form-check input[type=checkbox]:checked ~ .form-check__indicator::after {
  opacity: 1;
}
.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: #CD1D4D;
  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;
}

.zoekopdracht-form select, .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-selected, .form-control, .file-input .file-upload, .heapBox a.holder, body .select2, .filters .filter-trigger h3, .filters select, .filters__search .row input[type=text] {
  width: 100%;
  height: var(--height-form-control);
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  letter-spacing: -0.01px;
  transition: border-color var(--speed-default) ease-out;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
}
.zoekopdracht-form select::placeholder, .custom-select .select-items .select-items__body .select-items__body__option::placeholder, .custom-select .select-selected::placeholder, .form-control::placeholder, .file-input .file-upload::placeholder, .heapBox a.holder::placeholder, body .select2::placeholder, .filters .filter-trigger h3::placeholder, .filters select::placeholder, .filters__search .row input[type=text]::placeholder {
  opacity: 0.5;
  color: #6FAD9C;
}
.zoekopdracht-form select:disabled, .custom-select .select-items .select-items__body .select-items__body__option:disabled, .custom-select .select-selected:disabled, .form-control:disabled, .file-input .file-upload:disabled, .heapBox a.holder:disabled, body .select2:disabled, .filters .filter-trigger h3:disabled, .filters select:disabled, .filters__search .row input[type=text]:disabled {
  opacity: 0.5;
}
.zoekopdracht-form select: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), .file-input .file-upload:not(textarea), .heapBox a.holder:not(textarea), body .select2:not(textarea), .filters .filter-trigger h3:not(textarea), .filters select:not(textarea), .filters__search .row input[type=text]:not(textarea) {
  display: flex;
  align-items: center;
  height: var(--height-form-control);
}
.form-group--invalid .zoekopdracht-form select, .zoekopdracht-form .form-group--invalid select, .form-group--invalid .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-items .select-items__body .form-group--invalid .select-items__body__option, .form-group--invalid .custom-select .select-selected, .custom-select .form-group--invalid .select-selected, .form-group--invalid .form-control, .form-group--invalid .file-input .file-upload, .file-input .form-group--invalid .file-upload, .form-group--invalid .heapBox a.holder, .heapBox .form-group--invalid a.holder, .form-group--invalid body .select2, body .form-group--invalid .select2, .form-group--invalid .filters .filter-trigger h3, .filters .filter-trigger .form-group--invalid h3, .form-group--invalid .filters select, .filters .form-group--invalid select, .form-group--invalid .filters__search .row input[type=text], .filters__search .row .form-group--invalid input[type=text] {
  border-color: #CD1D4D;
}

.form-control.form-control-search {
  background-image: url(../images/ui/search-icon.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 40px;
}
@media (min-width: 1440px) {
  .form-control.form-control-search {
    padding-right: 50px;
    background-size: 30px 30px;
    background-position: right 30px center;
  }
}

textarea.form-control {
  display: block;
  min-height: calc(var(--height-form-control) * 2.34375);
  resize: vertical;
  padding-top: var(--py-form-control);
  padding-bottom: var(--py-form-control);
}

.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select label {
  padding: 2px 15px;
  font-size: 12px;
  color: #adadad;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
}
.custom-select .select-selected {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  position: relative;
}
.custom-select .select-selected::after {
  flex-shrink: 0;
  margin-top: -5px;
  margin-left: 15px;
  content: "\E905";
  font-size: 56%;
  color: #CD1D4D;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .custom-select .select-selected::after {
    font-size: 66%;
  }
}
@media (min-width: 1440px) {
  .custom-select .select-selected {
    height: 70px;
    padding-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }
}
.custom-select .select-items {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.custom-select .select-items .select-items__body {
  overflow-y: auto;
  max-height: calc(var(--height-form-control) * 5);
}
.custom-select .select-items .select-items__body .select-items__body__option {
  margin-top: -1px;
  margin-bottom: 0 !important;
  border-radius: 0;
  padding-top: 0;
  font-size: 12px;
  line-height: var(--height-form-control);
  cursor: pointer;
}
.custom-select .select-items .select-items__body .select-items__body__option:last-child {
  border-radius: 0 0 5px 5px;
}
.custom-select .select-items .select-items__body .select-items__body__option.same-as-selected {
  display: none;
}
@media (min-width: 1440px) {
  .custom-select .select-items .select-items__body .select-items__body__option {
    font-size: 13px;
    line-height: var(--height-form-control);
  }
}
.custom-select.custom-select--active {
  z-index: 10;
}
.custom-select.custom-select--active .select-selected {
  border-radius: 5px 5px 0 0;
}
.custom-select.custom-select--active .select-selected::after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .custom-select .select-selected::after {
    right: calc(var(--px-form-control) - 5px);
  }
}

.select2-results__option--selected {
  color: #adadad !important;
}
.select2-results__option--selected:hover {
  color: #adadad !important;
}
.select2-results__option--selected:before {
  content: "\E904";
  font-family: "damen-icons";
  font-size: 8px;
  margin-right: 8px;
}

.wpcf7-form-control-wrap .iti--allow-dropdown {
  width: 100%;
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}

.input-group {
  display: flex;
}
.input-group .form-control {
  flex-grow: 1;
  height: auto;
  border-right: 0;
}
.input-group .input-group__btn-wrap {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #F5F5F5;
  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 .product-search .row .button, .product-search .row .input-group.input-group--io .button {
  width: var(--height-btn);
  color: #CD1D4D;
}
@media (hover: hover) and (pointer: fine) {
  .input-group.input-group--io .btn:hover, .input-group.input-group--io .product-search .row .button:hover, .product-search .row .input-group.input-group--io .button:hover {
    background-color: #CD1D4D;
    color: #6FAD9C;
  }
}

.form-group.form-group--valid .form-control, .form-group.form-group--invalid .form-control {
  padding-right: calc(var(--px-form-control) * 3);
}
.form-group.form-group--invalid .form-control {
  border-color: #CD1D4D;
}
.form-group.form-group--invalid .custom-select .validation {
  margin: 0;
  top: 15px;
  right: 45px;
}

.validation {
  width: 17px;
  height: 17px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: var(--px-form-control);
}
.validation.validation--invalid {
  transform: rotate(45deg);
}
.validation.validation--invalid::before, .validation.validation--invalid::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #CD1D4D;
  content: "";
}
.validation.validation--invalid::before {
  width: 17px;
  height: 2px;
}
.validation.validation--invalid::after {
  width: 2px;
  height: 17px;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
@media (min-width: 1024px) {
  .connect .wpcf7 {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1280px) {
  .connect .wpcf7 {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1440px) {
  .connect .wpcf7 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1600px) {
  .connect .wpcf7 {
    margin-right: -40px;
    margin-left: -40px;
  }
}

.wpcf7-radio,
.wpcf7-checkbox,
.mc4wp-checkbox,
.wpcf7-acceptance {
  display: block;
}
.wpcf7-radio label,
.wpcf7-checkbox label,
.mc4wp-checkbox label,
.wpcf7-acceptance label {
  display: block;
  font-size: 16px;
  color: #333333;
}
.wpcf7-radio label input,
.wpcf7-checkbox label input,
.mc4wp-checkbox label input,
.wpcf7-acceptance label input {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wpcf7-radio label input + span,
.wpcf7-radio label input + label,
.wpcf7-checkbox label input + span,
.wpcf7-checkbox label input + label,
.mc4wp-checkbox label input + span,
.mc4wp-checkbox label input + label,
.wpcf7-acceptance label input + span,
.wpcf7-acceptance label input + label {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.wpcf7-radio label input + span::before,
.wpcf7-radio label input + label::before,
.wpcf7-checkbox label input + span::before,
.wpcf7-checkbox label input + label::before,
.mc4wp-checkbox label input + span::before,
.mc4wp-checkbox label input + label::before,
.wpcf7-acceptance label input + span::before,
.wpcf7-acceptance label input + label::before {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: #fff;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}
.wpcf7-radio label input + span::after,
.wpcf7-radio label input + label::after,
.wpcf7-checkbox label input + span::after,
.wpcf7-checkbox label input + label::after,
.mc4wp-checkbox label input + span::after,
.mc4wp-checkbox label input + label::after,
.wpcf7-acceptance label input + span::after,
.wpcf7-acceptance label input + label::after {
  width: 6px;
  height: 6px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  top: 13px;
  left: 2px;
}
@media (min-width: 1440px) {
  .wpcf7-radio label input + span::after,
.wpcf7-radio label input + label::after,
.wpcf7-checkbox label input + span::after,
.wpcf7-checkbox label input + label::after,
.mc4wp-checkbox label input + span::after,
.mc4wp-checkbox label input + label::after,
.wpcf7-acceptance label input + span::after,
.wpcf7-acceptance label input + label::after {
    width: 8px;
    height: 8px;
  }
}
.wpcf7-radio label input + span a,
.wpcf7-radio label input + label a,
.wpcf7-checkbox label input + span a,
.wpcf7-checkbox label input + label a,
.mc4wp-checkbox label input + span a,
.mc4wp-checkbox label input + label a,
.wpcf7-acceptance label input + span a,
.wpcf7-acceptance label input + label a {
  color: inherit;
  text-decoration: underline;
}
.wpcf7-radio label input + span a:hover,
.wpcf7-radio label input + label a:hover,
.wpcf7-checkbox label input + span a:hover,
.wpcf7-checkbox label input + label a:hover,
.mc4wp-checkbox label input + span a:hover,
.mc4wp-checkbox label input + label a:hover,
.wpcf7-acceptance label input + span a:hover,
.wpcf7-acceptance label input + label a:hover {
  text-decoration: none;
}
.wpcf7-radio label input:checked ~ span::after, .wpcf7-radio label input:checked ~ label::after,
.wpcf7-checkbox label input:checked ~ span::after,
.wpcf7-checkbox label input:checked ~ label::after,
.mc4wp-checkbox label input:checked ~ span::after,
.mc4wp-checkbox label input:checked ~ label::after,
.wpcf7-acceptance label input:checked ~ span::after,
.wpcf7-acceptance label input:checked ~ label::after {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #CD1D4D;
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.mc4wp-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
}

.zoekopdracht .banner__image {
  height: 350px;
}
.zoekopdracht .banner__form {
  height: unset;
  padding-bottom: 45px;
}

.zoekopdracht-form {
  margin-bottom: var(--py-section);
}
.zoekopdracht-form input[type=submit] {
  transition: var(--speed-default);
}
.zoekopdracht-form input[type=submit].btn:hover, .zoekopdracht-form .product-search .row input[type=submit].button:hover, .product-search .row .zoekopdracht-form input[type=submit].button:hover {
  background-color: #333333;
  color: #fff;
}
.zoekopdracht-form .form-group {
  margin-bottom: 15px;
}
.zoekopdracht-form .form-group .js-input {
  color: #333333;
}
@media (min-width: 1440px) {
  .zoekopdracht-form .form-group {
    margin-bottom: 30px;
  }
}
.zoekopdracht-form .row.select2-row .heapBox {
  display: none !important;
}
.zoekopdracht-form .row.row-spacing {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .zoekopdracht-form .row.row-spacing {
    margin-bottom: 100px;
  }
}
.zoekopdracht-form h5 {
  margin: 30px 0;
}
.zoekopdracht-form ul li {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  color: #000;
}
.zoekopdracht-form ul li::before {
  display: none;
}
.zoekopdracht-form ul li input {
  margin-right: 5px;
}
.zoekopdracht-form ul.list li input {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
@media (min-width: 1440px) {
  .zoekopdracht-form ul:not(.filter-dropdown) {
    column-count: 2;
  }
}
.zoekopdracht-form .heapBox {
  position: relative;
}
.zoekopdracht-form .heapBox ul {
  column-count: 1;
}
.zoekopdracht-form .heapBox .heap {
  position: absolute;
  left: 0;
}
.zoekopdracht-form .heapBox .heap a {
  width: 100%;
}
@media (max-width: 767.98px) {
  .zoekopdracht-form .heapBox {
    display: none !important;
  }
}
.zoekopdracht-form .select-selected {
  display: none !important;
}
@media (min-width: 1280px) {
  .zoekopdracht-form .form-control.btn, .zoekopdracht-form .product-search .row .form-control.button, .product-search .row .zoekopdracht-form .form-control.button {
    max-width: 50%;
    margin: 0 auto;
  }
}
.zoekopdracht-form .form-group:has(select)::after {
  flex-shrink: 0;
  margin-top: -5px;
  margin-left: 15px;
  font-size: 56%;
  color: #CD1D4D;
  position: absolute;
  top: 50%;
  right: 32px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .zoekopdracht-form .form-group:has(select)::after {
    content: "\E905";
  }
}
.zoekopdracht-form select {
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .zoekopdracht-form select {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .zoekopdracht-form .custom-select:has(label.d-md-none) .heapBox a.holder {
    padding-top: 0 !important;
  }
}
.zoekopdracht-form .filters {
  opacity: 1;
  visibility: visible;
  padding: 0;
  position: relative;
  height: auto;
}
/*# sourceMappingURL=app.css.map*/