@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap);.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@charset "UTF-8";
/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-fhd,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

[type=radio] {
  appearance: radio;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

.bg-arsenic {
  background-color: #003a27;
}

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

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

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

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

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

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

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

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

.text-double-spanish-white {
  color: #ead8c0 !important; /* stylelint-disable-line declaration-no-important */
}
.text-double-spanish-white > * {
  color: inherit;
}

.bg-double-spanish-white {
  background-color: #ead8c0;
}

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

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

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

.bg-pictone {
  background-color: #459ba6;
}

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

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

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

.bg-cream {
  background-color: #eed8bc;
}

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

.bg-cream-alt {
  background-color: #ecd4b2;
}

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

.bg-cream-2 {
  background-color: #fae9d4;
}

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

.bg-vanilla {
  background-color: #d2bea4;
}

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

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

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

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

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

.bg-gray-200 {
  background-color: #eaeaea;
}

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

.bg-gray-300 {
  background-color: #fcebd6;
}

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

.bg-gray-400 {
  background-color: #b7b7b7;
}

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

.bg-gray-500 {
  background-color: #f1dec4;
}

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

.bg-gray-600 {
  background-color: #d2d2d2;
}

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

.bg-gray-700 {
  background-color: #979797;
}

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

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

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

.bg-gray-900 {
  background-color: #05412d;
}

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

.bg-gray-dark {
  background-color: #d3bfa5;
}

.bg-stone {
  color: #fff;
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-form-check-indicator: 20px;
  --size-accordion-indicator: 10px;
  --border-radius: 24px;
  --width-grid-gutter: 20px;
  --container-max-widths: 952px;
  --height-btn-small: 48px;
  --height-btn: 48px;
  --height-btn-sm: 48px;
  --height-form-control: 48px;
  --py-section: 75px;
  --py-section-small: 40px;
  --py-section-large: 60px;
  --px-btn: 20px;
  --px-btn-small: 24px;
  --px-form-control: 15px;
  --py-form-control: 10px;
  --py-accordion: 15px;
  --pr-accordion: 15px;
  --pl-accordion: 45px;
  --font-size-base: 16px;
  --font-size-btn: 16px;
  --line-height-base: 1.55;
  --line-height: 1.6;
  --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;
    --width-grid-gutter: 24px;
    --container-max-widths: 1136px;
    --px-btn: 24px;
    --py-section: 115px;
    --py-section-large: 200px;
    --py-section-small: 70px;
    --py-accordion: 22px;
    --pr-accordion: 75px;
    --pl-accordion: 70px;
  }
}
@media (min-width: 1280px) {
  :root {
    --width-grid-gutter: 32px;
    --container-max-widths: 1280px;
  }
}
@media (min-width: 1440px) {
  :root {
    --size-bullet: 6px;
    --size-btn-play: 92px;
    --width-grid-gutter: 40px;
    --container-max-widths: 1350px;
    --height-btn: 56px;
    --height-form-control: calc(var(--height-btn) * 1.1636363636);
    --py-section: 180px;
    --py-section-large: 315px;
    --border-radius: 32px;
    --font-size-base: 18px;
    --line-height-base: 26px;
  }
}
@media (min-width: 1600px) {
  :root {
    --width-grid-gutter: 40px;
    --container-max-widths: 1760px;
  }
}
@media (min-width: 1920px) {
  :root {
    --container-max-widths: 1760px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "hetwaarehuis-icons";
  src: url("../fonts/hetwaarehuis-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.custom-select .select-selected::after, .navbar--right .navbar-menu__nav li.has-childs a::after,
.navbar--right .navbar-menu__nav li.has-childs button::after {
  speak: none;
  font-family: "hetwaarehuis-icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
.house-info__content h1,
h3,
.h3,
.content blockquote *,
.heading__content h1 *,
.heading__content h2 *,
.heading__content h1,
.heading__content h2,
h4,
.h4,
body .gform_title,
.heading__content h3 *,
.heading__content h4 *,
.heading__content h3,
.heading__content h4,
h5,
.h5,
.gezocht-detail .news-detail__intro *,
.section-news-quote .quote__text *,
.news-detail .news-detail__intro *,
.house-info__gallery-btn span,
.page-banner--simple,
h6,
.h6 {
  overflow-wrap: normal;
  margin-bottom: 20px;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 52px;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 72px;
    line-height: 72px;
  }
}

h2,
.h2 {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 56px;
    line-height: 64px;
  }
}

.house-info__content h1, h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .house-info__content h1, h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .house-info__content h1, h3,
  .h3 {
    font-size: 48px;
    line-height: 56px;
  }
}

.content blockquote *, .heading__content h1 *, .heading__content h2 *, .heading__content h1, .heading__content h2, h4,
.h4, body .gform_title {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .content blockquote *, .heading__content h1 *, .heading__content h2 *, .heading__content h1, .heading__content h2, h4,
  .h4, body .gform_title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .content blockquote *, .heading__content h1 *, .heading__content h2 *, .heading__content h1, .heading__content h2, h4,
  .h4, body .gform_title {
    font-size: 40px;
    line-height: 48px;
  }
}

.heading__content h3 *, .heading__content h4 *, .heading__content h3, .heading__content h4, h5,
.h5 {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .heading__content h3 *, .heading__content h4 *, .heading__content h3, .heading__content h4, h5,
  .h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .heading__content h3 *, .heading__content h4 *, .heading__content h3, .heading__content h4, h5,
  .h5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.gezocht-detail .news-detail__intro *, .section-news-quote .quote__text *, .news-detail .news-detail__intro *, .house-info__gallery-btn span, .page-banner--simple, h6,
.h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .gezocht-detail .news-detail__intro *, .section-news-quote .quote__text *, .news-detail .news-detail__intro *, .house-info__gallery-btn span, .page-banner--simple, h6,
  .h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .gezocht-detail .news-detail__intro *, .section-news-quote .quote__text *, .news-detail .news-detail__intro *, .house-info__gallery-btn span, .page-banner--simple, h6,
  .h6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.card-news__content span, .gezocht-detail__social-heading, .gezocht-detail__author-name, .news-detail__social-heading, .news-detail__author-name, .popup-section__holder p, .house-info__content p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1440px) {
  .card-news__content span, .gezocht-detail__social-heading, .gezocht-detail__author-name, .news-detail__social-heading, .news-detail__author-name, .popup-section__holder p, .house-info__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.gezocht-detail__label, .news-detail__label, .hero__label, .banner__label, .heading__label, .expert-section__label {
  margin-bottom: 20px;
}
.gezocht-detail__label span, .news-detail__label span, .hero__label span, .banner__label span, .heading__label span, .expert-section__label span {
  display: inline-block;
  padding: 7px 12px;
  background: #eed8bc;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.gezocht-detail__label span::after, .news-detail__label span::after, .hero__label span::after, .banner__label span::after, .heading__label span::after, .expert-section__label span::after {
  width: 0;
  height: 0;
  border-width: 7px 8px 0 8px;
  border-style: solid;
  border-color: #eed8bc transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
}
@media (min-width: 1440px) {
  .gezocht-detail__label span, .news-detail__label span, .hero__label span, .banner__label span, .heading__label span, .expert-section__label span {
    font-size: 18px;
  }
}

.gezocht-slider__subtitle, .funda-reviews-section .funda-reviews__subtitle, .house-action__subtitle, .steps-section__subtitle, .why-section__subtitle, .image-text__subtitle, .team-block__subtitle, .about-section__subtitle, .our-services__subtitle, .property-section__subtitle, .advice-section__subtitle, .action-section__subtitle, .description__subtitle, .latest-news__subtitle, .review-section__subtitle, .expert-section__subtitle {
  margin-bottom: 5px;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #d27329;
}
@media (min-width: 1440px) {
  .gezocht-slider__subtitle, .funda-reviews-section .funda-reviews__subtitle, .house-action__subtitle, .steps-section__subtitle, .why-section__subtitle, .image-text__subtitle, .team-block__subtitle, .about-section__subtitle, .our-services__subtitle, .property-section__subtitle, .advice-section__subtitle, .action-section__subtitle, .description__subtitle, .latest-news__subtitle, .review-section__subtitle, .expert-section__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff4e6;
}
body main {
  flex-grow: 1;
}
body.home {
  background-color: #fffbf7;
}
body.nieuwbouw-single, body.wonen-single, body.buildnumber {
  overflow-x: hidden !important;
}

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

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

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

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

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

.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.nieuwbouw-single .wrapper, .wonen .wrapper, .buildnumber .wrapper {
  overflow: visible;
}

.sub-block .slick-list, .steps-section .slick-list, .team-block .slick-list, .property-section .slick-list, .advice-section .slick-list {
  overflow: visible;
}
@media (min-width: 1024px) {
  .our-services .slick-list {
    overflow: visible;
  }
}

.slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023.98px) {
  .slick-arrow {
    width: 36px !important; /* stylelint-disable-line declaration-no-important */
    height: 36px !important; /* stylelint-disable-line declaration-no-important */
    font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
  }
}

.mfp-container {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

.object-intro {
  overflow: hidden;
  margin-bottom: var(--py-section);
  position: relative;
}
.object-intro .container--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.object-intro .container--bg .row,
.object-intro .container--bg [class*=col-] {
  height: 100%;
}
.object-intro .container--bg .frame-bg {
  width: calc(100% + 100vw - var(--width-grid-gutter) / 2);
  height: calc(100% + var(--py-section));
  background-color: #fff4e6;
}
.object-intro .overview {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .object-intro {
    background: linear-gradient(180deg, rgba(239, 218, 184, 0) 0%, rgb(252, 235, 214) 50%);
  }
}

.house-description ul,
.news-detail__content ul {
  padding: 40px 0;
}
.house-description ul li,
.news-detail__content ul li {
  padding-left: 23px;
  position: relative;
}
.house-description ul li::before,
.news-detail__content ul li::before {
  width: 8px;
  height: 8px;
  background-color: #d27329;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}
@media (min-width: 1600px) {
  .house-description ul li::before,
  .news-detail__content ul li::before {
    top: 12px;
  }
}
.house-description ul li h1,
.house-description ul li h2,
.house-description ul li h3,
.house-description ul li h4,
.house-description ul li h5,
.house-description ul li h6,
.house-description ul li strong,
.news-detail__content ul li h1,
.news-detail__content ul li h2,
.news-detail__content ul li h3,
.news-detail__content ul li h4,
.news-detail__content ul li h5,
.news-detail__content ul li h6,
.news-detail__content ul li strong {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  margin-left: -23px;
}
.house-description ul li h1::before,
.house-description ul li h2::before,
.house-description ul li h3::before,
.house-description ul li h4::before,
.house-description ul li h5::before,
.house-description ul li h6::before,
.house-description ul li strong::before,
.news-detail__content ul li h1::before,
.news-detail__content ul li h2::before,
.news-detail__content ul li h3::before,
.news-detail__content ul li h4::before,
.news-detail__content ul li h5::before,
.news-detail__content ul li h6::before,
.news-detail__content ul li strong::before {
  width: 8px;
  height: 8px;
  background-color: #fff4e6;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1600px) {
  .house-description ul li h1::before,
  .house-description ul li h2::before,
  .house-description ul li h3::before,
  .house-description ul li h4::before,
  .house-description ul li h5::before,
  .house-description ul li h6::before,
  .house-description ul li strong::before,
  .news-detail__content ul li h1::before,
  .news-detail__content ul li h2::before,
  .news-detail__content ul li h3::before,
  .news-detail__content ul li h4::before,
  .news-detail__content ul li h5::before,
  .news-detail__content ul li h6::before,
  .news-detail__content ul li strong::before {
    top: 12px;
  }
}

#dh_widget_frame {
  z-index: 99 !important;
}

@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-BoldItalic.woff2") format("woff2"), url("../fonts/Aeonik-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Medium.otf") format("otf"), url("../fonts/Aeonik-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-MediumItalic.otf") format("otf"), url("../fonts/Aeonik-MediumItalic.otf") format("otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-RegularItalic.woff2") format("woff2"), url("../fonts/Aeonik-RegularItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Architext";
  src: url("../fonts/Architext.woff2") format("woff2"), url("../fonts/Architext.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #003a27;
  letter-spacing: -0.01px;
}

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

p a,
p span a,
td a,
li a,
a a,
label a,
legend a,
span a {
  text-decoration: underline;
  transition: var(--speed-default);
}
.page-banner .page-banner__text ul,
.page-banner .page-banner__text ol,
.image-text .image-text__content ul,
.image-text .image-text__content ol {
  margin: revert;
  padding: revert;
}
.page-banner .page-banner__text ul,
.image-text .image-text__content ul {
  list-style-type: disc;
}
.page-banner .page-banner__text ol,
.image-text .image-text__content ol {
  list-style-type: decimal;
}

.btn, .gform_wrapper.gravity-theme .gform_footer .gform_button, .popup-gallery__close, .popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .button, .search-bar__form .row .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: var(--height-btn);
  padding: 0 var(--px-btn);
  background-color: #d27329;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: #fff;
  transition: var(--speed-default);
}
.btn:hover, .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .popup-gallery__close:hover, .popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .button:hover, .search-bar__form .row .button:hover {
  background: #a75c21;
}
.btn.btn--spacing, .gform_wrapper.gravity-theme .gform_footer .btn--spacing.gform_button, .btn--spacing.popup-gallery__close, .btn--spacing.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--spacing.button, .search-bar__form .row .btn--spacing.button {
  margin-top: 25px;
}
@media (min-width: 1920px) {
  .btn.btn--spacing, .gform_wrapper.gravity-theme .gform_footer .btn--spacing.gform_button, .btn--spacing.popup-gallery__close, .btn--spacing.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--spacing.button, .search-bar__form .row .btn--spacing.button {
    margin-top: 35px;
  }
}
.btn.btn--il i, .gform_wrapper.gravity-theme .gform_footer .btn--il.gform_button i, .btn--il.popup-gallery__close i, .btn--il.popup-gallery__arrow i, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--il.button i, .search-bar__form .row .btn--il.button i {
  margin-right: 10px;
  font-size: 80%;
}
.btn.btn--sm, .gform_wrapper.gravity-theme .gform_footer .btn--sm.gform_button, .btn--sm.popup-gallery__close, .btn--sm.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--sm.button, .search-bar__form .row .btn--sm.button {
  height: var(--height-btn-sm);
  padding: 0 var(--px-btn);
  font-size: 16px;
}
.btn.btn--text, .gform_wrapper.gravity-theme .gform_footer .btn--text.gform_button, .btn--text.popup-gallery__close, .btn--text.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--text.button, .search-bar__form .row .btn--text.button {
  height: auto;
  padding: 0;
  background-color: transparent;
  color: #d27329;
  text-decoration: underline;
}
.btn.btn--white, .gform_wrapper.gravity-theme .gform_footer .btn--white.gform_button, .btn--white.popup-gallery__close, .btn--white.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--white.button, .search-bar__form .row .btn--white.button {
  background-color: #fff;
  color: #003a27;
}
.btn.btn--white.btn--text, .gform_wrapper.gravity-theme .gform_footer .btn--white.btn--text.gform_button, .btn--white.btn--text.popup-gallery__close, .btn--white.btn--text.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--white.btn--text.button, .search-bar__form .row .btn--white.btn--text.button {
  height: auto;
  padding: 0;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
.btn.btn--shadow, .gform_wrapper.gravity-theme .gform_footer .btn--shadow.gform_button, .btn--shadow.popup-gallery__close, .btn--shadow.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--shadow.button, .search-bar__form .row .btn--shadow.button {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.1);
}
.btn.btn--dark, .gform_wrapper.gravity-theme .gform_footer .btn--dark.gform_button, .btn--dark.popup-gallery__close, .btn--dark.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--dark.button, .search-bar__form .row .btn--dark.button {
  background-color: #003a27;
  color: #fff;
}
.btn.btn--dark:hover, .gform_wrapper.gravity-theme .gform_footer .btn--dark.gform_button:hover, .btn--dark.popup-gallery__close:hover, .btn--dark.popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--dark.button:hover, .search-bar__form .row .btn--dark.button:hover {
  background-color: black;
  color: #fff;
}
.btn.btn--secondary, .gform_wrapper.gravity-theme .gform_footer .btn--secondary.gform_button, .btn--secondary.popup-gallery__close, .btn--secondary.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--secondary.button, .search-bar__form .row .btn--secondary.button {
  background-color: #459ba6;
  color: #fff;
}
.btn.btn--secondary:hover, .gform_wrapper.gravity-theme .gform_footer .btn--secondary.gform_button:hover, .btn--secondary.popup-gallery__close:hover, .btn--secondary.popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--secondary.button:hover, .search-bar__form .row .btn--secondary.button:hover {
  background-color: #27585e;
  color: #fff;
}
.btn.btn--moon, .gform_wrapper.gravity-theme .gform_footer .btn--moon.gform_button, .btn--moon.popup-gallery__close, .btn--moon.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--moon.button, .search-bar__form .row .btn--moon.button {
  background-color: #d27329;
  color: #fff;
}
.btn.btn--moon:hover, .gform_wrapper.gravity-theme .gform_footer .btn--moon.gform_button:hover, .btn--moon.popup-gallery__close:hover, .btn--moon.popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--moon.button:hover, .search-bar__form .row .btn--moon.button:hover {
  background-color: #7d4418;
  color: #fff;
}
.btn.btn--stone, .gform_wrapper.gravity-theme .gform_footer .btn--stone.gform_button, .btn--stone.popup-gallery__close, .btn--stone.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--stone.button, .search-bar__form .row .btn--stone.button {
  background-color: #0b6e64;
}
.btn.btn--stone:hover, .gform_wrapper.gravity-theme .gform_footer .btn--stone.gform_button:hover, .btn--stone.popup-gallery__close:hover, .btn--stone.popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--stone.button:hover, .search-bar__form .row .btn--stone.button:hover {
  background: #06403a;
}
.btn.btn--cream-alt, .gform_wrapper.gravity-theme .gform_footer .btn--cream-alt.gform_button, .btn--cream-alt.popup-gallery__close, .btn--cream-alt.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--cream-alt.button, .search-bar__form .row .btn--cream-alt.button {
  background-color: #ecd4b2;
  color: #003a27;
}
.btn.btn--cream-alt:hover, .gform_wrapper.gravity-theme .gform_footer .btn--cream-alt.gform_button:hover, .btn--cream-alt.popup-gallery__close:hover, .btn--cream-alt.popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--cream-alt.button:hover, .search-bar__form .row .btn--cream-alt.button:hover {
  background: #e2bd89;
  color: #003a27;
}
.btn.btn--io, .gform_wrapper.gravity-theme .gform_footer .btn--io.gform_button, .popup-gallery__close, .popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--io.button, .heading__search-filter .row .col-md-7 .col-sm-3 .button.popup-gallery__close, .heading__search-filter .row .col-md-7 .col-sm-3 .button.popup-gallery__arrow, .search-bar__form .row .btn--io.button, .search-bar__form .row .button.popup-gallery__close, .search-bar__form .row .button.popup-gallery__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--height-btn);
  height: var(--height-btn);
  border-radius: 50%;
  padding: 0;
  text-decoration: none;
}
.btn.btn--outline, .gform_wrapper.gravity-theme .gform_footer .btn--outline.gform_button, .btn--outline.popup-gallery__close, .btn--outline.popup-gallery__arrow, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--outline.button, .search-bar__form .row .btn--outline.button {
  border: 1px solid;
  background: transparent;
}
.btn.btn--outline:hover, .gform_wrapper.gravity-theme .gform_footer .btn--outline.gform_button:hover, .btn--outline.popup-gallery__close:hover, .btn--outline.popup-gallery__arrow:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .btn--outline.button:hover, .search-bar__form .row .btn--outline.button:hover {
  color: #fff;
}

body .select2-container .select2-search {
  margin-top: 0 !important;
}
body .select2-container .select2-selection {
  border: 1px solid #fff4e6;
  border-radius: 4px !important;
  padding-left: 5px;
}
body .select2-container .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px;
  margin-left: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  white-space: normal;
}
body .select2-container .select2-selection--multiple .select2-selection__choice::before {
  display: none;
}
body .select2-container .select2-selection--multiple .select2-selection__choice button {
  border: none;
}
body .select2-container .select2-results__options {
  overflow: scroll;
  max-height: 250px !important;
  transition: var(--speed-default) ease-out;
}
body .select2-container .select2-results__options li {
  font-size: 14px;
  color: #003a27 !important;
}
body .select2-container .select2-results__options li::before {
  display: none;
}
body .select2-container .select2-results__options li:hover {
  color: #003a27 !important;
}
@media (min-width: 1280px) {
  body .select2-container .select2-results__options {
    max-height: 500px !important;
  }
}
body .select2 {
  width: 100% !important;
  min-width: auto;
}
body .select2 .select2-selection {
  display: inline-flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 64px;
  border: 1px solid rgba(183, 183, 183, 0.3);
  border-radius: 0;
  padding: 0 var(--px-form-control);
  background: #fff;
  font-weight: 500;
  font-size: 16px;
}
body .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
body .select2.select2-container--default .select2-selection--single {
  border-width: 2px;
  border-color: #fff4e6;
  border-radius: 4px;
}
body .select2.select2-container--default .select2-selection__rendered {
  color: #003a27;
}
body .select2.select2-container--default .select2-selection__arrow {
  font-size: 10px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
body .select2.select2-container--default .select2-selection__arrow::after {
  content: "\E960";
  font-family: "hetwaarehuis-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: var(--speed-default);
}
body .select2.select2-container--default .select2-selection__arrow b {
  display: none;
}
body .select2.select2-container--default.select2-container--open .select2-selection__arrow::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.section--navbar {
  width: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: var(--speed-default);
}
.section--navbar .navbar {
  width: 100%;
}
.section--navbar .navbar__brand {
  display: block;
  width: 75px;
  pointer-events: all;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .section--navbar .navbar__brand {
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar__brand {
    width: 130px;
  }
}
.section--navbar .navbar__funda {
  display: flex;
  align-items: center;
  width: 266px;
  line-height: 1;
}
.section--navbar .navbar__funda img {
  width: 55px;
  margin-right: 13px;
}
.section--navbar .navbar__funda span {
  font-size: 16px;
}
@media (min-width: 1440px) {
  .section--navbar .navbar__funda {
    width: 260px;
  }
}
.section--navbar .navbar--top {
  display: flex;
  align-items: center;
  padding: 18px 43px 18px 70px;
  background: #fff;
  font-family: "Aeonik", sans-serif;
  pointer-events: all;
}
.section--navbar .navbar--top .navbar__link {
  display: inline-flex;
  align-items: center;
  transition: color var(--speed-default) var(--cubic-bezier-2);
}
.section--navbar .navbar--top .navbar__link strong {
  margin-right: 5px;
  color: #003a27;
}
.section--navbar .navbar--top .navbar__link:hover {
  color: #d27329;
}
.section--navbar .navbar--top .navbar--left-contact {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.section--navbar .navbar--top .navbar--left-contact a {
  margin-right: 15px;
  letter-spacing: 0;
}
.section--navbar .navbar--top .navbar--left-contact a i {
  margin-right: 10px;
  font-size: 16px;
  color: #000;
}
.section--navbar .navbar--top .navbar--left-contact a i.icon-envelope {
  font-size: 14px;
}
.section--navbar .navbar--top .navbar--left-contact a:nth-child(2) {
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--top .navbar--left-contact {
    font-size: 16px;
  }
}
.section--navbar .navbar--top .navbar__brand {
  font-size: 0;
  line-height: 1;
}
.section--navbar .navbar--top .navbar__brand img {
  width: 150px;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--top .navbar__brand img {
    width: 203px;
    height: 58px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--top .navbar__brand {
    margin-right: 60px;
  }
}
@media (min-width: 1600px) {
  .section--navbar .navbar--top .navbar__brand {
    margin-right: 80px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar--top .navbar__brand {
    margin-right: 100px;
  }
}
@media (min-width: 1024px) {
  .section--navbar .navbar--top {
    padding: 15px 35px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--top {
    padding: 18px 43px 18px 70px;
  }
}
.section--navbar .navbar--right {
  pointer-events: all;
}
.section--navbar .navbar--right .navbar-menu__nav li::before {
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: "";
  position: absolute;
  top: calc(100% - 15px);
  transition: background-color var(--speed-default) var(--cubic-bezier-2);
}
.section--navbar .navbar--right .navbar-menu__nav li .navbar-sub {
  background-color: #d27329;
}
.section--navbar .navbar--right .navbar-menu__nav li .navbar-sub .nav-item::before {
  display: none;
}
.section--navbar .navbar--right .navbar-menu__nav li .navbar-sub .nav-item:hover .nav-link {
  color: #d27329;
}
.section--navbar .navbar--right .navbar-menu__nav li.nav-item--active:not(.has-childs)::before, .section--navbar .navbar--right .navbar-menu__nav li:hover:not(.has-childs)::before {
  background-color: #d27329;
}
.section--navbar .navbar--bottom {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  background-image: linear-gradient(180deg, rgba(251, 238, 219, 0.6) 0%, rgba(252, 239, 222, 0) 100%);
  transition: var(--speed-default);
}
.section--navbar .navbar--bottom .navbar__tel {
  border-radius: 0;
  font-size: 20px;
}
.section--navbar .navbar--bottom .button--right {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.section--navbar .navbar--bottom .button--right .navbar__toggles {
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: var(--speed-default);
}
.section--navbar .navbar--bottom .button--right .navbar__toggles::before, .section--navbar .navbar--bottom .button--right .navbar__toggles::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  transition: var(--speed-default);
}
.section--navbar .navbar--bottom .button--right .navbar__toggles::after {
  top: 6px;
}
.navbar-open .section--navbar .navbar--bottom .button--right .navbar__toggles {
  background: none;
}
.navbar-open .section--navbar .navbar--bottom .button--right .navbar__toggles::before {
  top: 0;
  transform: rotate(135deg);
}
.navbar-open .section--navbar .navbar--bottom .button--right .navbar__toggles::after {
  top: 0;
  transform: rotate(-135deg);
}
@media (min-width: 1024px) {
  .section--navbar .navbar--bottom {
    padding: 25px 35px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--bottom {
    padding: 50px 70px;
  }
}
.section--navbar.dark .navbar--left .navbar--left-contact a span, .section--navbar.scrolled .navbar--left .navbar--left-contact a span {
  color: #000;
}
.section--navbar.dark .navbar--right .navbar-menu__nav li a,
.section--navbar.dark .navbar--right .navbar-menu__nav li button, .section--navbar.scrolled .navbar--right .navbar-menu__nav li a,
.section--navbar.scrolled .navbar--right .navbar-menu__nav li button {
  color: #003a27;
}
.section--navbar.dark a i.icon-lock, .section--navbar.scrolled a i.icon-lock {
  color: #003a27;
}
.section--navbar.dark svg path:first-of-type, .section--navbar.scrolled svg path:first-of-type {
  fill: #003a27;
}
.section--navbar.active {
  pointer-events: all;
}
@media (max-width: 767.98px) {
  .section--navbar.active .navbar--right-button .btn, .section--navbar.active .navbar--right-button .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .section--navbar.active .navbar--right-button .gform_button, .section--navbar.active .navbar--right-button .popup-gallery__close, .section--navbar.active .navbar--right-button .popup-gallery__arrow, .section--navbar.active .navbar--right-button .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .section--navbar.active .navbar--right-button .button, .section--navbar.active .navbar--right-button .search-bar__form .row .button, .search-bar__form .row .section--navbar.active .navbar--right-button .button {
    box-shadow: none;
  }
}
.section--navbar.active .mobile-nav {
  overflow: hidden;
  width: 100vw;
  transform: translateX(0);
}
.section--navbar.active .mobile-nav::before {
  width: 95%;
  height: 100%;
  background-color: rgba(210, 115, 41, 0.05);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -50%) rotate(15deg);
  transform-origin: left bottom;
}
@media (min-width: 1440px) {
  .section--navbar.active .mobile-nav {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
}
html.scrolling .section--navbar, html.navbar-visible .section--navbar {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
html.scrolling .section--navbar .navbar__tel, html.navbar-visible .section--navbar .navbar__tel {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
html.scrolling .section--navbar .navbar--bottom, html.navbar-visible .section--navbar .navbar--bottom {
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;
}
html.scrolling .section--navbar .navbar__right, html.navbar-visible .section--navbar .navbar__right {
  position: relative;
  top: -5px;
}
html.scrolling .section--navbar .navbar__brand, html.navbar-visible .section--navbar .navbar__brand {
  width: 30px;
  top: 50%;
  left: 20px;
}
@media (min-width: 1024px) {
  html.scrolling .section--navbar .navbar__brand, html.navbar-visible .section--navbar .navbar__brand {
    position: absolute;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1024px) {
  html.scrolling .section--navbar, html.navbar-visible .section--navbar {
    top: -52px;
  }
  html.scrolling .section--navbar .navbar__brand, html.navbar-visible .section--navbar .navbar__brand {
    width: 40px;
    left: 35px;
  }
}
@media (min-width: 1440px) {
  html.scrolling .section--navbar, html.navbar-visible .section--navbar {
    top: -64px;
  }
  html.scrolling .section--navbar .navbar--bottom, html.navbar-visible .section--navbar .navbar--bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html.scrolling .section--navbar .navbar__brand, html.navbar-visible .section--navbar .navbar__brand {
    left: 70px;
  }
}
html.navbar-visible .section--navbar:not(html.navbar-visible html.navbar-visible .section--navbar) {
  top: 0;
}

.navbar--right .navbar-menu__nav {
  display: flex;
  padding-right: 40px;
}
.navbar--right .navbar-menu__nav .navbar-sub {
  opacity: 0;
  visibility: hidden;
  width: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  transition: var(--speed-default);
}
.navbar--right .navbar-menu__nav .navbar-sub::after {
  width: 0;
  height: 0;
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
}
.navbar--right .navbar-menu__nav .navbar-sub ul {
  padding: 10px 20px;
  background-color: #fff;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li {
  margin-right: 0;
  border-bottom: 1px solid rgba(0, 58, 39, 0.05);
}
.navbar--right .navbar-menu__nav .navbar-sub ul li a,
.navbar--right .navbar-menu__nav .navbar-sub ul li button {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li a::after,
.navbar--right .navbar-menu__nav .navbar-sub ul li button::after {
  display: none;
}
.navbar--right .navbar-menu__nav .navbar-sub ul li:last-of-type {
  border: none;
}
.navbar--right .navbar-menu__nav .close-sub {
  display: none;
}
.navbar--right .navbar-menu__nav li {
  margin-right: 35px;
  position: relative;
}
.navbar--right .navbar-menu__nav li a,
.navbar--right .navbar-menu__nav li button {
  display: block;
  padding: 20px 0;
  font-family: "Aeonik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #003a27;
  text-decoration: none;
  position: relative;
}
.navbar--right .navbar-menu__nav li:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9;
}
.navbar--right .navbar-menu__nav li.has-childs a,
.navbar--right .navbar-menu__nav li.has-childs button {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
}
.navbar--right .navbar-menu__nav li.has-childs a::after,
.navbar--right .navbar-menu__nav li.has-childs button::after {
  content: "\E903";
  font-size: 12px;
  color: #003a27;
  position: absolute;
  right: 0;
  transition: var(--speed-default);
}
.navbar--right .navbar-menu__nav li.has-childs ul a::before,
.navbar--right .navbar-menu__nav li.has-childs ul button::before {
  display: none;
}
.navbar--right .navbar-menu__nav li.has-childs:hover a::after,
.navbar--right .navbar-menu__nav li.has-childs:hover button::after {
  transform: scaleY(-1);
}
.navbar--right .navbar-menu__nav li.has-childs:hover .navbar-sub a::after,
.navbar--right .navbar-menu__nav li.has-childs:hover .navbar-sub button::after {
  transform: rotate(-90deg);
}

.mobile-nav {
  overflow: scroll;
  width: 100%;
  height: 100vh;
  padding: 20px 0 40px;
  background-color: #fff4e6;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 5;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
.mobile-nav .mobile-nav__top .navbar__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--height-btn);
  height: var(--height-btn);
  background-color: #fff;
  color: #003a27;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}
.mobile-nav .mobile-nav__top .navbar__close::before, .mobile-nav .mobile-nav__top .navbar__close::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  content: "";
  position: absolute;
  transition: var(--speed-slow);
}
.mobile-nav .mobile-nav__top .navbar__close::before {
  transform: rotate(45deg);
}
.mobile-nav .mobile-nav__top .navbar__close::after {
  transform: rotate(-45deg);
}
.mobile-nav .mobile-nav__nav {
  padding: 60px 40px 80px;
  position: relative;
  z-index: 1;
}
.mobile-nav .mobile-nav__nav ul {
  overflow-y: auto;
  max-width: 100%;
  max-height: calc(100vh - 280px);
}
.mobile-nav .mobile-nav__nav ul li {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li a.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
}
.mobile-nav .mobile-nav__nav ul li a {
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li a:hover {
  color: #000;
}
.mobile-nav .mobile-nav__nav ul li i {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  transform: rotate(-90deg);
  z-index: 5;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li i {
    display: none;
  }
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub {
  overflow: hidden;
  width: calc(100% + 40px);
  max-height: 0;
  margin-left: -20px;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul {
  padding: 0;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li {
  margin-bottom: 5px;
  padding: 0 40px;
  background-color: #eed8bc;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li a {
  font-size: 16px;
  text-decoration: none;
}
.mobile-nav .mobile-nav__nav ul li .navbar-sub ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul li {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul li {
    padding-top: 15px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub ul {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav ul li .navbar-sub {
    overflow: visible;
    max-height: none;
  }
}
.mobile-nav .mobile-nav__nav ul li.sub-open i {
  transform: none;
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav__nav {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 170px;
  }
}
@media (min-width: 1600px) {
  .mobile-nav .mobile-nav__nav {
    padding-top: 220px;
  }
}
@media (min-width: 1920px) {
  .mobile-nav .mobile-nav__nav {
    max-width: 1200px;
    padding-top: 280px;
  }
}
.mobile-nav .mobile-nav__bottom {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.navbar-open {
  overflow: hidden;
}

.section--footer {
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 9;
}
.section--footer .footer__item.open .footer__title.accordion__title::after {
  transform: none;
}
@media (max-width: 1023.98px) {
  .section--footer .footer__item {
    border-bottom: 1px solid rgba(0, 58, 39, 0.05);
    padding-bottom: 10px;
  }
}
.section--footer .footer__menu {
  overflow: hidden;
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
}
.section--footer .footer__menu li {
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
}
.section--footer .footer__menu li a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .section--footer .footer__menu li a:hover {
    color: #d27329;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__menu li {
    width: 50%;
    padding-right: 10px;
  }
}
@media (max-width: 1023.98px) {
  .section--footer .footer__menu {
    max-height: 0;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer__menu {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .section--footer .footer__menu {
    font-size: 16px;
  }
}
.section--footer .footer__tel,
.section--footer .footer__mail {
  padding-top: 15px;
}
.section--footer .footer__tel a,
.section--footer .footer__mail a {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  position: relative;
  transition: color var(--speed-default) var(--cubic-bezier-2);
}
.section--footer .footer__tel a i,
.section--footer .footer__mail a i {
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: -3px;
}
@media (hover: hover) and (pointer: fine) {
  .section--footer .footer__tel a:hover,
  .section--footer .footer__mail a:hover {
    color: #d27329;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer__tel a,
  .section--footer .footer__mail a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .section--footer .footer__tel a,
  .section--footer .footer__mail a {
    font-size: 16px;
  }
}
.section--footer .footer__mail {
  padding-top: 5px;
  padding-bottom: 15px;
}
.section--footer .footer__top {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .section--footer .footer__top {
    padding: 50px 0;
  }
}
@media (min-width: 1600px) {
  .section--footer .footer__top {
    padding: 50px 0 35px;
  }
}
.section--footer .footer__title {
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
.section--footer .footer__title.accordion__title::before, .section--footer .footer__title.accordion__title::after {
  display: block;
  width: 23px;
  height: 1px;
  background: #003a27;
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .section--footer .footer__title.accordion__title::before, .section--footer .footer__title.accordion__title::after {
    display: none;
  }
}
.section--footer .footer__title.accordion__title::after {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .section--footer .footer__title {
    margin-bottom: 7px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .section--footer .footer__title {
    font-size: 21px;
    line-height: 32px;
  }
}
.section--footer .footer__social {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 58, 39, 0.05);
  padding-top: 25px;
}
.section--footer .footer__social .title {
  padding-right: 15px;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1280px) {
  .section--footer .footer__social .title {
    font-size: 16px;
  }
}
.section--footer .footer__social .footer__social__icons {
  display: flex;
  align-items: center;
}
.section--footer .footer__social .footer__social__icons a {
  display: flex;
  align-items: center;
  height: 25px;
  padding-left: 15px;
  transition: color var(--speed-default) var(--cubic-bezier-2);
}
@media (min-width: 1280px) {
  .section--footer .footer__social .footer__social__icons a i {
    font-size: 17px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section--footer .footer__social .footer__social__icons a:hover {
    color: #d27329;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer__social {
    margin-top: 0;
    border-top: 0;
  }
}
@media (min-width: 1600px) {
  .section--footer .footer__social {
    padding-right: 85px;
  }
}
.section--footer .footer__logo {
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.section--footer .footer__logo a {
  display: flex;
  margin: 0 10px;
}
.section--footer .footer__copyright {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 25px 20px;
  background: #fffbf7;
}
.section--footer .footer__copyright ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.section--footer .footer__copyright ul li {
  padding: 5px 0;
  font-weight: 500;
  position: relative;
}
.section--footer .footer__copyright ul li a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .section--footer .footer__copyright ul li a:hover {
    color: #d27329;
  }
}
.section--footer .footer__copyright ul li:not(:last-child) {
  padding-right: 30px;
}
.section--footer .footer__copyright ul li:not(:last-child)::after {
  width: 2px;
  height: 16px;
  background-color: #ecd4b2;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(15deg) translateY(-50%);
}
@media (min-width: 1024px) {
  .section--footer .footer__copyright {
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0 0 25px;
    background: transparent;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__copyright {
    width: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .section--footer .footer__copyright {
    padding-left: 50px;
  }
}
.section--footer .footer__bottom-container {
  width: 100%;
  padding-top: 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section--footer .footer__bottom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer__bottom-container {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section--footer .logo {
  display: block;
  width: 84px;
}
@media (min-width: 1600px) {
  .section--footer .logo {
    width: 108px;
    margin-left: 50px;
  }
}
.section--footer .footer__contact {
  font-size: 16px;
}

section.spacing-below {
  margin-bottom: calc(var(--py-section) / 2);
  padding-bottom: calc(var(--py-section) / 2);
}

.search-bar {
  width: 100%;
}
.search-bar__tabs {
  display: flex;
}
.search-bar__tabs li {
  display: block;
  margin-right: 3px;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px;
  background: #f3f3f3;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 58, 39, 0.2);
  text-decoration: none;
  cursor: pointer;
  order: 1;
}
.search-bar__tabs li.is-active {
  background: #fff;
  color: #003a27;
  order: 0;
}
.search-bar__content {
  display: none;
  border-bottom: 2px solid #eaeaea;
  padding: 30px;
  background: #fff;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
}
.search-bar__content strong {
  font-family: "Aeonik", sans-serif;
}
.search-bar__content ul {
  display: inline-flex;
}
.search-bar__content ul li {
  margin-right: 15px;
}
.search-bar__content ul li a {
  height: 48px;
  font-size: 16px;
  text-decoration: none;
}
.search-bar__content ul li:last-child {
  margin-right: 0;
}
.search-bar__content.is-active {
  display: block;
}
.search-bar__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.search-bar__form .filter-group-type_wonen {
  display: none;
}
.search-bar__form form {
  width: 100%;
}
.search-bar__form .row .filter-group-status {
  display: none;
}
.search-bar__form .row .filter-group-plaats,
.search-bar__form .row .col-md-2 {
  display: none;
}
@media (max-width: 1023.98px) {
  .search-bar__form .row .col-sm-3 {
    width: 100%;
  }
}
.search-bar__form .row .col-md-3 {
  width: 100%;
}
@media (min-width: 1024px) {
  .search-bar__form .row .col-md-3 {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .search-bar__form .row .col-md-3 {
    width: 28%;
  }
}
.search-bar__form .row .col-md-7 {
  width: 100%;
}
.search-bar__form .row .col-md-7 > .row {
  margin: 0;
  padding-left: 0;
}
.search-bar__form .row .col-md-7 > .row .filter {
  width: 100%;
}
.search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs {
  position: relative;
}
.search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs::before {
  width: 1px;
  height: 58px;
  background: rgba(0, 58, 39, 0.05);
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 1;
}
.search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs .row .col-sm-6 {
  position: relative;
}
.search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs .row .col-sm-6::before {
  width: 1px;
  height: 58px;
  background: rgba(0, 58, 39, 0.05);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs .row .col-sm-6 {
    width: 100%;
  }
}
.search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs .row .col-sm-6 + .col-sm-6::before {
  display: none;
}
@media (max-width: 1023.98px) {
  .search-bar__form .row .col-md-7 > .row .filter.filter-group-prijs {
    display: none;
  }
}
@media (min-width: 1024px) {
  .search-bar__form .row .col-md-7 > .row .filter {
    width: 100%;
    padding: 0 0 0 15px;
  }
}
.search-bar__form .row .col-md-7 > .row .row {
  padding: 0;
  position: static;
}
@media (max-width: 767.98px) {
  .search-bar__form .row .col-md-7 > .row .row .col-sm-6 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .search-bar__form .row .col-md-7 > .row .row .col-sm-6 {
    padding: 0 12px;
  }
}
@media (min-width: 1440px) {
  .search-bar__form .row .col-md-7 > .row .row .col-sm-6 {
    padding: 0 23px;
  }
}
@media (min-width: 1024px) {
  .search-bar__form .row .col-md-7 > .row .row {
    margin: 0 -12px;
  }
}
@media (min-width: 1440px) {
  .search-bar__form .row .col-md-7 > .row .row {
    margin: 0 -23px;
  }
}
@media (min-width: 1024px) {
  .search-bar__form .row .col-md-7 > .row {
    padding-right: 145px;
    padding-left: 0;
    position: relative;
  }
}
@media (max-width: 1023.98px) {
  .search-bar__form .row .col-md-7 {
    padding-right: 0;
    padding-left: 0;
  }
}
.search-bar__form .row input[type=text] {
  background-image: url(../images/search-icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 100%;
  height: 32px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding: 5px 40px 5px 25px;
  background-color: #fff;
  font-family: "Aeonik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #003a27;
}
.search-bar__form .row input[type=text]::placeholder {
  opacity: 0.3;
  color: #003a27;
}
@media (min-width: 1024px) {
  .search-bar__form .row input[type=text] {
    height: 48px;
    padding-right: 0;
  }
}
.search-bar__form .row select {
  background-image: url(../images/select-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  width: 100%;
  height: 32px;
  border: 0;
  border-radius: 0;
  padding: 5px 15px 5px 5px;
  background-color: #fff;
  font-family: "Aeonik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003a27;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .search-bar__form .row select {
    height: 48px;
  }
}
.search-bar__form .row .button {
  height: 48px;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (min-width: 1024px) {
  .search-bar__form .row .button {
    height: 48px;
    margin-top: 0;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .search-bar__form .row {
    padding-left: 250px;
    position: relative;
  }
}

.expert-section {
  overflow: hidden;
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: var(--py-section);
}
.expert-section::after {
  background-image: url(../images/expert-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1300px;
  height: 586px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .expert-section::after {
    width: 100%;
    height: 460px;
  }
}
@media (min-width: 1440px) {
  .expert-section::after {
    height: 100%;
  }
}
.expert-section .back-to-top {
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #d27329;
  position: absolute;
  right: 90px;
  bottom: 30px;
}
.expert-section .back-to-top a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expert-section .back-to-top i {
  font-size: 16px;
  color: #fff;
  position: relative;
  transform: rotate(-90deg);
}
@media (hover: hover) and (pointer: fine) {
  .expert-section .back-to-top:hover i {
    animation: backToTop 1.5s infinite;
  }
}
@keyframes backToTop {
  0% {
    top: 0;
  }
  49% {
    top: -45px;
  }
  50% {
    opacity: 0;
    top: 45px;
  }
  51% {
    opacity: 1;
  }
  100% {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .expert-section {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .expert-section {
    margin-top: var(--py-section);
  }
}
@media (min-width: 1600px) {
  .expert-section {
    margin-top: calc(20px + var(--py-section));
  }
}
.expert-section__image {
  width: 510px;
  height: 490px;
  margin: 40px 0 0 -40px;
  clip-path: polygon(33% 0, 100% 27%, 78% 100%, 0% 100%);
  position: relative;
}
.expert-section__image 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) {
  .expert-section__image {
    width: 810px;
    height: 800px;
    margin: -180px 0 0 -250px;
  }
}
@media (min-width: 1440px) {
  .expert-section__image {
    width: 1030px;
    height: 900px;
    margin: -200px 0 0 -350px;
  }
}
@media (min-width: 1600px) {
  .expert-section__image {
    width: 1130px;
    height: 940px;
    margin: -260px 0 0 -330px;
  }
}
.expert-section__label {
  padding: 0 20px;
  position: absolute;
  top: -38px;
  left: 0;
}
.expert-section__label span {
  background: #d27329;
  color: #fff;
}
.expert-section__label span::after {
  border-color: #d27329 transparent transparent transparent;
}
@media (min-width: 1024px) {
  .expert-section__label {
    padding: 0 40px;
  }
}
.expert-section__form {
  margin-top: -88px;
  border-radius: 2px;
  border-bottom: 2px solid #eaeaea;
  padding: 20px;
  background: #fff;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
  position: relative;
}
.expert-section__form .button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
  background-color: #459ba6 !important; /* stylelint-disable-line declaration-no-important */
  text-align: center;
}
@media (min-width: 1024px) {
  .expert-section__form .button {
    width: 172px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .expert-section__form .button:hover {
    background-color: #27585e !important; /* stylelint-disable-line declaration-no-important */
  }
}
.expert-section__form .gform_footer {
  margin: 0 !important; /* stylelint-disable-line declaration-no-important */
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.expert-section__form .gform_fields {
  grid-column-gap: 0 !important; /* stylelint-disable-line declaration-no-important */
  grid-row-gap: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.expert-section__form .gform_fields .gfield {
  margin-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
  padding-right: 30px;
}
.expert-section__form .gform_fields .gfield .ginput_container input {
  height: var(--height-btn);
  border: 1px solid rgba(183, 183, 183, 0.3);
  padding: 5px 20px;
  color: #003a27;
}
.expert-section__form .gform_fields .gfield .ginput_container input::placeholder {
  color: #b7b7b7;
}
@media (max-width: 1023.98px) {
  .expert-section__form .gform_fields .gfield {
    width: 100%;
    margin-bottom: 20px !important; /* stylelint-disable-line declaration-no-important */
    padding-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .expert-section__form .gform_fields {
    display: block !important; /* stylelint-disable-line declaration-no-important */
  }
}
.expert-section__form form {
  position: relative;
}
@media (min-width: 1024px) {
  .expert-section__form form {
    padding-right: 172px;
  }
}
@media (min-width: 1024px) {
  .expert-section__form {
    width: 816px;
    margin-top: -130px;
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .expert-section__form {
    width: 936px;
    margin-top: -137px;
  }
}

.review-section {
  width: 100%;
  background-color: #fffbf7;
  position: relative;
  z-index: 1;
  padding-bottom: var(--py-section);
}
.review-section__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #d27329;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .review-section__number {
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 1440px) {
  .review-section__number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.review-section__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #fbead5;
  padding: 35px 20px 20px;
  background: #fff4e6;
  position: relative;
  transition: var(--speed-default);
}
.review-section__block p {
  margin-bottom: 40px;
  font-family: "Aeonik", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .review-section__block p {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .review-section__block p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .review-section__block:hover {
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1024px) {
  .review-section__block {
    padding: 40px 40px 35px;
  }
}
@media (min-width: 1440px) {
  .review-section__block {
    padding: 65px 65px 50px;
  }
}
.review-section__bottom {
  flex-wrap: wrap;
}
.review-section__bottom strong {
  display: inline-flex;
  align-items: center;
}
.review-section__bottom strong::after {
  margin: 0 5px;
  content: "\2022";
  font-size: 11px;
}
.review-section__image {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.review-section__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 1440px) {
  .review-section__image {
    width: 56px;
    height: 56px;
  }
}
.review-section__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .review-section__list {
    width: calc(100% + 16px);
    margin: 0 -8px 30px;
  }
}
@media (min-width: 1440px) {
  .review-section__list {
    width: calc(100% + 40px);
    margin: 0 -20px 50px;
  }
}
.review-section__item {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .review-section__item:last-child {
    display: none;
  }
}
@media (min-width: 1024px) {
  .review-section__item {
    width: 50%;
    padding: 0 8px;
  }
}
@media (min-width: 1440px) {
  .review-section__item {
    padding: 0 11px;
  }
}
.review-section__title::after {
  display: block;
  width: 28px;
  height: 4px;
  margin: 25px auto 30px;
  background: #d27329;
  content: "";
  transform: rotate(-20deg);
}
@media (min-width: 1024px) {
  .review-section__title::after {
    width: 34px;
    margin: 35px auto 40px;
  }
}
@media (min-width: 1440px) {
  .review-section__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.review-section__signe {
  width: 170px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #f1dec4;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: rotate(10deg);
}
.review-section__signe::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 77px;
  height: 77px;
  content: "";
  position: absolute;
  right: -10px;
  bottom: -60px;
  transform: rotate(-10deg);
}
@media (min-width: 1920px) {
  .review-section__signe {
    margin-right: -820px;
    right: 50%;
  }
}
.review-section + .expert-section {
  margin-top: 0;
  padding-top: var(--py-section);
  z-index: 1;
}
.review-section + .expert-section::before {
  width: 100%;
  height: 60px;
  background-color: #fffbf7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1440px) {
  .review-section + .expert-section::before {
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .review-section + .expert-section::before {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .review-section + .expert-section {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .review-section + .expert-section {
    margin-top: 0;
    padding-top: calc(var(--py-section) + 60px);
  }
}
@media (min-width: 1600px) {
  .review-section + .expert-section {
    margin-top: 0;
  }
}

.latest-news {
  width: 100%;
  background-color: #fffbf7;
  position: relative;
  z-index: 1;
  padding-bottom: var(--py-section);
}
.latest-news + .expert-section {
  margin-top: 0;
}
@media (min-width: 768px) {
  .latest-news {
    padding-top: 90px;
  }
}
@media (min-width: 1024px) {
  .latest-news {
    padding-bottom: 140px;
  }
}
@media (min-width: 1440px) {
  .latest-news {
    padding-bottom: 250px;
  }
}
@media (min-width: 1600px) {
  .latest-news {
    padding-bottom: 350px;
  }
}
.latest-news__title::after {
  display: block;
  width: 28px;
  height: 4px;
  margin: 25px auto 30px;
  background: #d27329;
  content: "";
  transform: rotate(-20deg);
}
@media (min-width: 1024px) {
  .latest-news__title::after {
    width: 34px;
    margin: 35px auto 40px;
  }
}
@media (min-width: 1440px) {
  .latest-news__title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.latest-news__holder {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
@media (min-width: 1440px) {
  .latest-news__holder {
    display: block;
    width: 100%;
    margin: 0;
    column-count: 2;
    column-gap: 20px;
  }
}
.latest-news__item {
  display: inline;
  width: 100%;
  padding: 8px;
}
.latest-news__item:nth-child(4) .card-news {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .latest-news__item {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .latest-news__item {
    width: 100%;
    padding: 0;
  }
}

.usp-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.usp-section h2 {
  margin-bottom: 5px;
}
@media (min-width: 1440px) {
  .usp-section h2 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 56px;
  }
}
.usp-section__icon {
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .usp-section__icon {
    margin-bottom: 20px;
  }
}

.description {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.description__title::after {
  display: block;
  width: 28px;
  height: 4px;
  margin: 25px auto 30px;
  background: #d27329;
  content: "";
  transform: rotate(-20deg);
}
@media (min-width: 1024px) {
  .description__title::after {
    width: 34px;
    margin: 35px auto 40px;
  }
}
@media (min-width: 1440px) {
  .description__title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-banner {
  width: 100%;
  padding-bottom: 40px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(252, 235, 214) 50%);
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
  padding-bottom: var(--py-section);
}
.page-banner::after {
  width: 100%;
  height: 0;
  background: #fff4e6;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .page-banner::after {
    height: 30px;
  }
}
@media (min-width: 1440px) {
  .page-banner::after {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .page-banner::after {
    height: 372px;
  }
}
@media (min-width: 1440px) {
  .page-banner + .services-section {
    margin-top: -90px;
  }
}
@media (min-width: 1600px) {
  .page-banner + .services-section {
    margin-top: -200px;
  }
}
@media (min-width: 1024px) {
  .page-banner {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-banner__image {
  overflow: hidden;
  position: relative;
  transform: rotate(-20deg);
  transform-origin: bottom left;
  margin-bottom: 40px;
  margin-left: -20px;
}
@media (min-width: 1024px) {
  .page-banner__image::after {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.page-banner__image img {
  width: 100%;
  height: auto;
  transform: scale(1.4) rotate(20deg);
}
@media (min-width: 1024px) {
  .page-banner__image {
    width: calc(100% + 180px);
    margin-top: 20px;
    margin-left: -180px;
  }
}
@media (min-width: 1600px) {
  .page-banner__image {
    margin-bottom: 30px;
    margin-left: -20px;
  }
}
.page-banner__text {
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin-top: -90px;
}
.page-banner__text h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-banner__text h1 {
    margin-bottom: 37px;
  }
}
.page-banner__text p {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-banner__text p {
    margin-bottom: 40px;
  }
}
.page-banner__text .button-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-banner__text .button-wrapper .btn, .page-banner__text .button-wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .page-banner__text .button-wrapper .gform_button, .page-banner__text .button-wrapper .popup-gallery__close, .page-banner__text .button-wrapper .popup-gallery__arrow, .page-banner__text .button-wrapper .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .page-banner__text .button-wrapper .button, .page-banner__text .button-wrapper .search-bar__form .row .button, .search-bar__form .row .page-banner__text .button-wrapper .button {
  margin-right: 24px;
}
@media (min-width: 1024px) {
  .page-banner__text {
    max-width: 440px;
    font-size: 20px;
    padding-top: 200px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: -32px;
  }
}
@media (min-width: 1440px) {
  .page-banner__text {
    max-width: 540px;
    min-height: 830px;
    padding-top: 282px;
  }
}
@media (min-width: 1600px) {
  .page-banner__text {
    max-width: 640px;
    min-height: 930px;
  }
}
.page-banner__bottom {
  width: 100%;
  padding-top: 20px;
}
.page-banner__bottom a {
  font-weight: 700;
  color: #d27329;
}
@media (min-width: 1024px) {
  .page-banner__bottom {
    padding-top: 0;
    margin-left: -32px;
  }
}
.page-banner__subtitle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  background-color: #eed8bc;
  font-weight: 700;
  font-size: 16px;
  color: #003a27;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 27px;
}
.page-banner__subtitle::after {
  width: 0;
  height: 0;
  border-top: 7px solid #eed8bc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
}
.page-banner__btn {
  font-size: 16px;
}
.page-banner--simple {
  margin-bottom: 40px;
  padding-top: 130px;
  padding-bottom: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.page-banner--simple::after {
  min-height: 100%;
  background-image: linear-gradient(180deg, rgba(252, 235, 214, 0.5) 0%, rgb(239, 218, 184) 100%);
  transform: scaleY(-1);
}
.page-banner--simple h1 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-banner--simple h1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .page-banner--simple h1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .page-banner--simple {
    margin-bottom: 70px;
    padding-top: 220px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .page-banner--simple {
    margin-bottom: 100px;
    padding-top: 320px;
    padding-bottom: 100px;
  }
}

.action-section {
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  margin-bottom: var(--py-section);
}
.action-section.action-section--news {
  overflow: visible;
}
@media (min-width: 1024px) {
  .action-section.action-section--news .action-section__block .action-section__content {
    width: 62%;
    padding: 30px 40px 30px 40px;
  }
}
@media (min-width: 1600px) {
  .action-section.action-section--news .action-section__block .action-section__content {
    width: 57%;
    padding: 50px 40px 50px 80px;
  }
  body.nieuwbouw-archive .action-section.action-section--news .action-section__block .action-section__content {
    width: 50%;
  }
}
.action-section.action-section--news .action-section__block .action-section__image {
  max-width: 300px;
}
@media (min-width: 1440px) {
  .action-section.action-section--news .action-section__block {
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .action-section {
    overflow: visible;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.action-section__project .action-section__content {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.action-section__project .action-section__content .action-section__subtitle {
  margin-bottom: 12px;
}
.action-section__project .action-section__content h5 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .action-section__project .action-section__content {
    display: block;
  }
}
@media (min-width: 1600px) {
  .action-section__project .action-section__content {
    padding: 30px 50px 30px 70px;
  }
}
@media (min-width: 1024px) {
  .action-section__project .action-section__image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .action-section__project .action-section__image {
    position: relative;
    right: 10px;
  }
}
@media (min-width: 1440px) {
  .action-section__subtitle {
    margin-bottom: 16px;
  }
}
.action-section__link {
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.action-section__link a {
  color: #d27329;
  text-decoration: underline;
  transition: color var(--speed-default) var(--cubic-bezier-2);
}
@media (hover: hover) and (pointer: fine) {
  .action-section__link a:hover {
    color: #fff;
  }
}
.action-section__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 40px);
  margin: 0 -20px;
  background: #003a27;
}
.action-section__block::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/watermark.svg);
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  transform: rotate(-25deg);
}
.action-section__block h3,
.action-section__block h5 {
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 1024px) {
  .action-section__block {
    width: 100%;
    margin: 0;
  }
  body.nieuwbouw-archive .action-section__block::before {
    display: none;
  }
}
.action-section__content {
  width: 100%;
  padding: 30px;
}
.action-section__content .btn, .action-section__content .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .action-section__content .gform_button, .action-section__content .popup-gallery__close, .action-section__content .popup-gallery__arrow, .action-section__content .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .action-section__content .button, .action-section__content .search-bar__form .row .button, .search-bar__form .row .action-section__content .button {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .action-section__content .btn, .action-section__content .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .action-section__content .gform_button, .action-section__content .popup-gallery__close, .action-section__content .popup-gallery__arrow, .action-section__content .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .action-section__content .button, .action-section__content .search-bar__form .row .button, .search-bar__form .row .action-section__content .button {
    margin-bottom: 0;
  }
}
.action-section__content p {
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 1024px) {
  .action-section__content {
    width: 62%;
    padding: 30px 50px 30px 70px;
  }
}
@media (min-width: 1600px) {
  .action-section__content {
    width: 60%;
    padding: 60px 120px;
  }
  body.nieuwbouw-archive .action-section__content {
    width: 50%;
  }
}
.action-section__image {
  width: 236px;
  margin: 0 auto;
}
body.nieuwbouw-archive .action-section__image {
  height: 300px;
  margin-top: 0;
  padding-right: 0;
  position: relative;
}
body.nieuwbouw-archive .action-section__image::before {
  border-width: 300px 50px 0 0;
  border-style: solid;
  border-color: #003a27 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.nieuwbouw-archive .action-section__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023.98px) {
  body.nieuwbouw-archive .action-section__image {
    display: none;
  }
}
@media (min-width: 1600px) {
  body.nieuwbouw-archive .action-section__image {
    width: 50%;
    height: 500px;
  }
  body.nieuwbouw-archive .action-section__image::before {
    border-width: 500px 50px 0 0;
  }
}
@media (min-width: 1024px) {
  .action-section__image {
    width: 38%;
    margin: -40px 0 0;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .action-section__image {
    width: 40%;
    margin-top: -40px;
    padding-right: 0;
  }
}
.action-section--archive {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .action-section--archive {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

.advice-section {
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 4;
  padding-bottom: var(--py-section);
}
.advice-section .slick-track {
  margin-right: initial;
  margin-left: initial;
}
@media (min-width: 1440px) {
  .advice-section h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.advice-section__slider {
  padding: 20px 0;
  position: relative;
}
.advice-section__prev {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: rotate(180deg);
  z-index: 1;
}
@media (min-width: 1024px) {
  .advice-section__prev {
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .advice-section__prev {
    left: -150px;
  }
}
.advice-section__next {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .advice-section__next {
    right: -60px;
  }
}
@media (min-width: 1920px) {
  .advice-section__next {
    right: -150px;
  }
}
.advice-section__slide {
  width: 240px;
  padding-right: 10px;
}
.advice-section__slide:nth-child(even) {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .advice-section__slide {
    width: 272px;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .advice-section__slide {
    width: 336px;
    padding-right: 22px;
  }
}

.property-section {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.property-section__slider {
  width: calc(100% + 10px);
  margin-bottom: 30px;
}
.property-section__slider .card-property::after {
  background-color: #d27329;
}
@media (min-width: 1024px) {
  .property-section__slider {
    width: calc(100% + 15px);
  }
}
@media (min-width: 1440px) {
  .property-section__slider {
    width: calc(100% + 22px);
    margin-bottom: 45px;
  }
}
.property-section__slide {
  width: 335px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .property-section__slide {
    width: auto;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .property-section__slide {
    padding-right: 22px;
  }
}
.property-section__title::after {
  display: block;
  width: 28px;
  height: 4px;
  margin: 25px auto 30px;
  background: #d27329;
  content: "";
  transform: rotate(-20deg);
}
@media (min-width: 1024px) {
  .property-section__title::after {
    width: 34px;
    margin: 35px auto 40px;
  }
}
@media (min-width: 1440px) {
  .property-section__title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.property-section__subtitle {
  margin-bottom: 0;
}
.property-section__label {
  display: none;
  width: 170px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #f1dec4;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: rotate(10deg);
}
.property-section__label::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 61px auto;
  display: block;
  width: 62px;
  height: 62px;
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  transform: rotate(-10deg);
}
@media (min-width: 1440px) {
  .property-section__label::after {
    width: 77px;
    height: 77px;
    background-size: 77px auto;
    right: -10px;
    bottom: -60px;
  }
}
@media (min-width: 1024px) {
  .property-section__label {
    display: block;
  }
}
@media (min-width: 1440px) {
  .property-section__label {
    font-size: 38px;
  }
}
@media (min-width: 1920px) {
  .property-section__label {
    margin-right: -820px;
    right: 50%;
  }
}

.our-services {
  overflow: hidden;
  width: 100%;
  background: #003a27;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
@media (min-width: 1024px) {
  .our-services::before {
    width: 350px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 58, 39, 0) 0%, #003a27 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  .our-services::before {
    width: 25%;
  }
}
.our-services__holder {
  padding-bottom: 50px;
  position: relative;
}
.our-services__holder::after {
  width: 1400px;
  height: 170px;
  background: #fff4e6;
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
}
.home .our-services__holder::after {
  background-color: #fffbf7;
}
@media (min-width: 1024px) {
  .our-services__holder::after {
    width: 6000px;
    height: 100%;
    right: calc(100% - 46px);
  }
}
@media (min-width: 1440px) {
  .our-services__holder::after {
    right: calc(100% - 130px);
  }
}
@media (min-width: 1024px) {
  .our-services__holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .our-services__holder {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.our-services__items {
  padding-right: 40px;
  color: #fff;
  transition: var(--speed-default);
}
.our-services__items p {
  margin: 15px 0;
  font-family: "Aeonik", sans-serif;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .our-services__items p {
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .our-services__items p {
    margin: 30px 0;
    line-height: 30px;
  }
}
.our-services__items a {
  margin-top: 15px;
}
.our-services__items .btn, .our-services__items .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .our-services__items .gform_button, .our-services__items .popup-gallery__close, .our-services__items .popup-gallery__arrow, .our-services__items .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .our-services__items .button, .our-services__items .search-bar__form .row .button, .search-bar__form .row .our-services__items .button {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .our-services__items.is-hide {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .our-services__items {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .our-services__items {
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .our-services__items {
    padding-right: 220px;
  }
}
.our-services__images {
  width: 100%;
  position: relative;
}
.our-services__image1 {
  overflow: hidden;
  width: 340px;
  height: 370px;
  margin-left: -20px;
  clip-path: polygon(32% 0, 100% 23%, 68% 100%, 0 77%);
  position: relative;
  z-index: 1;
}
.our-services__image1 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) {
  .our-services__image1 {
    width: 310px;
    height: 340px;
    margin-left: 5px;
  }
}
@media (min-width: 1440px) {
  .our-services__image1 {
    width: 580px;
    height: 640px;
    margin-left: 10px;
  }
}
.our-services__image2 {
  overflow: hidden;
  width: 160px;
  height: 190px;
  clip-path: polygon(32% 0, 100% 23%, 68% 100%, 0 77%);
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  position: absolute;
  top: 140px;
  left: 195px;
  z-index: 1;
}
.our-services__image2 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) {
  .our-services__image2 {
    width: 160px;
    height: 170px;
    top: 130px;
    left: 190px;
  }
}
@media (min-width: 1440px) {
  .our-services__image2 {
    width: 290px;
    height: 320px;
    top: 240px;
    left: 340px;
  }
}
@media (min-width: 1600px) {
  .our-services__image2 {
    left: 370px;
  }
}
.our-services__title::after {
  display: block;
  width: 28px;
  height: 4px;
  margin: 25px auto 30px;
  background: #d27329;
  content: "";
  transform: rotate(-20deg);
}
@media (min-width: 1024px) {
  .our-services__title::after {
    width: 34px;
    margin: 35px auto 40px;
  }
}
@media (min-width: 1440px) {
  .our-services__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767.98px) {
  .our-services__subtitle {
    padding-left: 10px;
  }
}
.our-services__list {
  position: relative;
}
.our-services__prev, .our-services__next {
  margin-top: -22px;
  font-size: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 20%;
  right: -10px;
  z-index: 1;
}
.our-services__prev.slick-disabled, .our-services__next.slick-disabled {
  opacity: 1;
  visibility: visible;
  background: #fff;
  color: #003a27;
  cursor: default;
}
@media (min-width: 1024px) {
  .our-services__prev, .our-services__next {
    margin-top: -35px;
    right: -80px;
  }
}
@media (min-width: 1440px) {
  .our-services__prev, .our-services__next {
    right: -120px;
  }
}
@media (min-width: 1920px) {
  .our-services__prev, .our-services__next {
    right: -180px;
  }
}
.our-services__prev {
  margin-top: 22px;
}
@media (min-width: 1024px) {
  .our-services__prev {
    margin-top: 35px;
  }
}

.about-section {
  overflow: hidden;
  width: 100%;
  background-color: #fffbf7;
  position: relative;
  z-index: 2;
  padding-bottom: var(--py-section);
}
.about-section + .property-section {
  z-index: 1;
}
.about-section + .property-section::after {
  width: 100%;
  height: 250px;
  background: #fff4e6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .about-section + .property-section::after {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .about-section + .property-section::after {
    height: 450px;
  }
}
.home .about-section {
  background: #fff4e6;
}
@media (min-width: 1280px) {
  .about-section {
    padding-bottom: 260px;
  }
}
.about-section__image {
  overflow: hidden;
  width: 96px;
  height: 120px;
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -160px;
  left: 40px;
  z-index: 5;
}
.about-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transform: rotate(20deg) scale(1.5);
}
@media (max-width: 1023.98px) {
  .about-section__image {
    transform: rotate(-20deg);
  }
}
@media (min-width: 1024px) {
  .about-section__image {
    width: 150px;
    height: 184px;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    transform: translate(50%, 15%);
  }
}
@media (min-width: 1440px) {
  .about-section__image {
    width: 290px;
    height: 360px;
  }
}
.about-section__bg {
  width: calc(100% + 40px);
  height: 320px;
  margin: 0 -20px;
  position: relative;
}
.about-section__bg::after {
  background-image: url(../images/about-img-overlay.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 140px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width: 1024px) {
  .about-section__bg::after {
    display: none;
  }
}
.about-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .about-section__bg {
    width: 70%;
    height: calc(100% - 157px);
    margin: 0;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: -1;
  }
}
@media (min-width: 1280px) {
  .about-section__bg {
    height: calc(100% - 180px);
  }
}
@media (min-width: 1600px) {
  .about-section__bg {
    height: calc(100% - 215px);
  }
}
.about-section__holder {
  position: relative;
  z-index: 1;
}
.about-section__content {
  position: relative;
}
.about-section__content .about-section-content__bg {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about-section__content .about-section-content__bg::after {
    background-image: url(../images/watermark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 200%;
    height: calc(100% + 250px);
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .about-section__content .about-section-content__bg {
    width: 200%;
    height: calc(100% + 170px);
    background-color: #003a27;
    position: absolute;
    top: -200px;
    left: -70%;
    transform: rotate(-20deg);
  }
}
@media (min-width: 1440px) {
  .about-section__content .about-section-content__bg {
    height: calc(100% + 270px);
    top: -300px;
  }
}
@media (max-width: 1023.98px) {
  .about-section__content {
    margin: 0 -20px;
    background-color: #003a27;
  }
}
.about-section__content--inner {
  padding: 0 20px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.about-section__content--inner .content {
  margin-bottom: 25px;
  margin-left: 15px;
}
.about-section__content--inner .content * {
  color: #d2d2d2;
}
.about-section__content--inner .content p {
  margin-left: 0;
}
.about-section__content--inner .content ol {
  margin-bottom: 25px;
  margin-left: 15px;
  list-style-type: decimal;
}
.about-section__content--inner .content ul {
  margin-bottom: 25px;
  list-style-type: disc;
}
.about-section__content--inner .btn, .about-section__content--inner .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .about-section__content--inner .gform_button, .about-section__content--inner .popup-gallery__close, .about-section__content--inner .popup-gallery__arrow, .about-section__content--inner .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .about-section__content--inner .button, .about-section__content--inner .search-bar__form .row .button, .search-bar__form .row .about-section__content--inner .button {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .about-section__content--inner {
    width: 100%;
    margin: 0;
    padding: 100px 0 200px 0;
  }
}
@media (min-width: 1440px) {
  .about-section__content--inner {
    padding: 100px 0 300px 0;
  }
}
.about-section__text {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px 40px;
  background-color: #003a27;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about-section__text ol {
  margin-bottom: 25px;
  margin-left: 15px;
  list-style-type: decimal;
}
.about-section__text ul {
  margin-bottom: 25px;
  list-style-type: disc;
}
.about-section__text a {
  color: #d27329;
}
@media (min-width: 1024px) {
  .about-section__text {
    width: 100%;
    margin-top: -100px;
    padding: 0;
    background-color: transparent;
    color: #003a27;
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .about-section__text {
    margin-top: -100px;
  }
}
@media (min-width: 1600px) {
  .about-section__text {
    margin-top: -180px;
  }
}

.heading {
  width: 100%;
  background-color: #fff4e6;
  text-align: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 25px;
}
.heading::after {
  background-image: url(../images/banner-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 953px;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
.heading > .container {
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .heading {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .heading {
    padding-top: 265px;
  }
}
.heading__content {
  max-width: 992px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .heading__content {
    max-width: 1024px;
  }
}
.heading__content p, .heading__content ol, .heading__content ul {
  margin-bottom: 16px;
}
@media (min-width: 1920px) {
  .heading__content p, .heading__content ol, .heading__content ul {
    margin-bottom: 20px;
  }
}
.heading__content h1, .heading__content h2 {
  margin-bottom: 12px;
}
@media (min-width: 1920px) {
  .heading__content h1, .heading__content h2 {
    margin-top: 16px;
  }
}
.heading__content h1:not(:first-child), .heading__content h2:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1920px) {
  .heading__content h1:not(:first-child), .heading__content h2:not(:first-child) {
    margin-top: 32px;
  }
}
.heading__content h3, .heading__content h4 {
  margin-bottom: 8px;
}
@media (min-width: 1920px) {
  .heading__content h3, .heading__content h4 {
    margin-top: 12px;
  }
}
.heading__content h3:not(:first-child), .heading__content h4:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 1920px) {
  .heading__content h3:not(:first-child), .heading__content h4:not(:first-child) {
    margin-top: 24px;
  }
}
.heading__label span::after {
  bottom: -10px;
  left: 45%;
  transform: translateY(-50%);
}
.heading__search-filter {
  width: 100%;
  padding: 24px;
  background: #fff;
  color: #003a27;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
}
.heading__search-filter .filter-group-type_wonen {
  display: none;
}
.heading__search-filter .row {
  margin: 0 -5px;
}
.heading__search-filter .row .col-md-2,
.heading__search-filter .row .col-md-3 {
  display: none;
}
.heading__search-filter .row .col-md-7 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.heading__search-filter .row .col-md-7 .filter {
  width: 50%;
  padding: 0 5px 10px;
  position: relative;
  z-index: 8;
}
.heading__search-filter .row .col-md-7 .filter.filter-group-oppervlakte {
  padding-bottom: 0;
}
.heading__search-filter .row .col-md-7 .filter.filter-group-plaats, .heading__search-filter .row .col-md-7 .filter.filter-group-status, .heading__search-filter .row .col-md-7 .filter.filter-group-prijs {
  flex: 1;
  width: initial;
}
.heading__search-filter .row .col-md-7 .filter.filter-group-plaats .row, .heading__search-filter .row .col-md-7 .filter.filter-group-status .row, .heading__search-filter .row .col-md-7 .filter.filter-group-prijs .row {
  margin: 0 -5px;
}
.heading__search-filter .row .col-md-7 .filter.filter-group-plaats .row .col-sm-6, .heading__search-filter .row .col-md-7 .filter.filter-group-status .row .col-sm-6, .heading__search-filter .row .col-md-7 .filter.filter-group-prijs .row .col-sm-6 {
  width: 50%;
  padding: 0 5px;
}
.heading__search-filter .row .col-md-7 .filter.filter-group-plaats select, .heading__search-filter .row .col-md-7 .filter.filter-group-status select, .heading__search-filter .row .col-md-7 .filter.filter-group-prijs select {
  background-image: url(../images/select-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 100%;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 30px 10px 15px;
  background-color: #fff;
  font-size: 16px;
  color: #003a27;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .heading__search-filter .row .col-md-7 .filter.filter-group-plaats, .heading__search-filter .row .col-md-7 .filter.filter-group-status, .heading__search-filter .row .col-md-7 .filter.filter-group-prijs {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.heading__search-filter .row .col-md-7 .filter.is-active {
  z-index: 9;
}
.heading__search-filter .row .col-md-7 .filter.is-active .filter-group-plaats::after {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .heading__search-filter .row .col-md-7 .filter {
    width: 20%;
    padding-bottom: 0;
  }
}
.heading__search-filter .row .col-md-7 .filter-dropdown {
  overflow: auto;
  display: none;
  width: calc(100% - 10px);
  max-height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 56px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 5px;
}
.heading__search-filter .row .col-md-7 .filter-dropdown .sub-filter header {
  display: none;
}
.heading__search-filter .row .col-md-7 .filter-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
.heading__search-filter .row .col-md-7 .filter-dropdown li::before {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
.heading__search-filter .row .col-md-7 .filter-dropdown li label {
  display: block;
  padding: 14px 15px !important; /* stylelint-disable-line declaration-no-important */
  transition: all 0.3s;
}
.heading__search-filter .row .col-md-7 .filter-dropdown li input {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .heading__search-filter .row .col-md-7 .filter-dropdown li:hover label {
    background-color: #000;
    color: #fff;
  }
}
.heading__search-filter .row .col-md-7 .filter-dropdown li:last-child {
  border-bottom: 0;
}
.heading__search-filter .row .col-md-7 .col-sm-3 {
  width: initial;
  padding: 0 5px;
}
.heading__search-filter .row .col-md-7 .col-sm-3 .button {
  height: 56px;
}
@media (max-width: 1023.98px) {
  .heading__search-filter .row .col-md-7 .col-sm-3 {
    width: 100%;
  }
  .heading__search-filter .row .col-md-7 .col-sm-3 .button {
    width: 100%;
  }
}
.heading__search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (min-width: 1440px) {
  .heading__search {
    padding-right: 194px;
    padding-bottom: 0;
    padding-left: 194px;
  }
}
.heading__search-switcher {
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading__search-switcher .view-type {
  display: inline-flex;
  padding: 0;
}
.heading__search-switcher .view-type li {
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.heading__search-switcher .view-type li::before {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
.heading__search-switcher .view-type li a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  border: 1px solid #ecd4b2;
  padding: 0 10px;
  font-family: "Aeonik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #003a27;
  text-decoration: none;
}
.heading__search-switcher .view-type li a i {
  margin-right: 5px;
  font-weight: 400;
  font-style: normal;
}
.heading__search-switcher .view-type li a i.fa-th-list {
  background-image: url(../images/list.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.heading__search-switcher .view-type li a i.fa-th-list::before {
  display: none;
}
.heading__search-switcher .view-type li a i.fa-map-marker::before {
  content: "\E90B";
  font-family: "hetwaarehuis-icons";
}
.heading__search-switcher .view-type li:first-child {
  display: none;
}
.heading__search-switcher .view-type li:first-child.active + li {
  display: none;
}
.heading__search-switcher .view-type li.active {
  display: none;
}
.heading__search-switcher .view-type li.active a {
  color: #fff;
}
.heading__search-sort {
  position: absolute;
  right: 0;
  bottom: 0;
}
.heading__search-sort select {
  background-image: url(../images/select-arrow.svg);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  display: inline-flex;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  border: 1px solid #ecd4b2;
  padding: 0 10px;
  font-family: "Aeonik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #003a27;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.heading__search-filter-label {
  display: none;
  width: 220px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #d3bfa5;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  top: -70px;
  left: -90px;
  transform: rotate(-10deg);
}
.heading__search-filter-label::after {
  background-image: url(../images/search-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 61px auto;
  display: block;
  width: 62px;
  height: 62px;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 10px;
  transform: rotate(10deg);
}
@media (min-width: 1440px) {
  .heading__search-filter-label::after {
    width: 77px;
    height: 77px;
    background-size: 77px auto;
    bottom: -50px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .heading__search-filter-label {
    display: block;
  }
}
@media (min-width: 1440px) {
  .heading__search-filter-label {
    font-size: 38px;
    top: -100px;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .heading__search-filter-label {
    left: 70px;
  }
}

.sub-block {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: var(--py-section);
}
.sub-block__slider {
  padding: 20px 0;
  position: relative;
}
.sub-block__prev {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: rotate(180deg);
  z-index: 1;
}
@media (min-width: 1024px) {
  .sub-block__prev {
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .sub-block__prev {
    left: -150px;
  }
}
.sub-block__next {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .sub-block__next {
    right: -60px;
  }
}
@media (min-width: 1920px) {
  .sub-block__next {
    right: -150px;
  }
}
.sub-block__slide {
  width: 240px;
  padding-right: 10px;
}
.sub-block__slide:nth-child(even) {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .sub-block__slide {
    width: 272px;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .sub-block__slide {
    width: 360px;
    padding-right: 22px;
  }
}

.team-block {
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 4;
  padding-bottom: var(--py-section);
}
.team-block .slick-track {
  margin-right: initial;
  margin-left: initial;
}
@media (min-width: 1440px) {
  .team-block h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.team-block__slider {
  padding: 20px 0;
  position: relative;
}
.team-block__prev {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: rotate(180deg);
  z-index: 1;
}
@media (min-width: 1024px) {
  .team-block__prev {
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .team-block__prev {
    left: -150px;
  }
}
.team-block__next {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .team-block__next {
    right: -60px;
  }
}
@media (min-width: 1920px) {
  .team-block__next {
    right: -150px;
  }
}
.team-block__slide {
  width: 240px;
  padding-right: 10px;
}
.team-block__slide:nth-child(even) {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .team-block__slide {
    width: 272px;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .team-block__slide {
    width: 336px;
    padding-right: 22px;
  }
}

.banner {
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 2;
  padding-bottom: var(--py-section);
}
.banner__image {
  overflow: hidden;
  width: 370px;
  height: 490px;
  margin: -90px 0 0 55px;
  position: relative;
  transform: rotate(20deg);
}
.banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transform: rotate(-20deg) scale(1.4);
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .banner__image {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .banner__image {
    width: 540px;
    height: 740px;
    margin-left: 25px;
  }
}
@media (min-width: 1440px) {
  .banner__image {
    width: 970px;
    height: 1080px;
    margin-left: -75px;
  }
}
.banner__content {
  margin-top: -35px;
  position: relative;
  z-index: 1;
}
.banner__content .text ul,
.banner__content .text ol {
  margin: revert;
  padding: revert;
}
.banner__content .text ol {
  list-style-type: disc;
}
.banner__content .text ul {
  list-style-type: decimal;
}
@media (min-width: 1024px) {
  .banner__content {
    width: calc(100% + 50px);
    margin-top: 0;
    padding-top: 220px;
  }
}
@media (min-width: 1440px) {
  .banner__content {
    padding-top: 350px;
  }
}
@media (min-width: 1600px) {
  .banner__content {
    width: 100%;
  }
}
.banner__content-text {
  margin-top: 30px;
}
.banner__content-text a {
  font-weight: 700;
  color: #d27329;
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .banner__content-text {
    margin-top: 50px;
  }
}
.banner__search {
  padding-top: 30px;
  position: relative;
}
.banner__search .arrow-image {
  width: 180px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  right: 0;
  bottom: calc(100% - 40px);
  transform: translate(calc(100% - 50px), 0) rotate(10deg);
}
.banner__search .arrow-image::after {
  background-image: url(../images/home-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 77px;
  height: 77px;
  content: "";
  position: absolute;
  right: -30px;
  bottom: -50px;
}
@media (min-width: 1600px) {
  .banner__search .arrow-image {
    bottom: calc(100% - 90px);
  }
}
.banner__search .select2-selection {
  min-height: 50px !important;
}
@media (min-width: 1024px) {
  .banner__search {
    width: 816px;
  }
}
@media (min-width: 1440px) {
  .banner__search {
    padding-top: 40px;
  }
}
@media (min-width: 1600px) {
  .banner__search {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .banner::after {
    background-image: url(../images/banner-overlay.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 953px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.services-section {
  width: 100%;
  position: relative;
  z-index: 4;
  padding-bottom: var(--py-section);
}
.services-section__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.services-section__item {
  width: 100%;
  margin-bottom: 40px;
}
.services-section__item h6 {
  font-size: 18px;
}
@media (min-width: 1440px) {
  .services-section__item h6 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .services-section__item {
    width: 33.333%;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .services-section__item {
    margin-bottom: 70px;
  }
}
.services-section__icon {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  height: 64px;
}
.services-section__icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero {
  width: 100%;
  padding-bottom: 40px;
  background-color: #fff4e6;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
@media (min-width: 1024px) {
  .hero {
    padding-bottom: 0;
    background-color: #fae9d4;
  }
  .hero::before, .hero::after {
    width: 300%;
    height: 100%;
    background-color: #fff4e6;
    content: "";
    pointer-events: none;
    position: absolute;
    top: calc(100% - 140px);
    left: 0;
    transform: rotate(-20deg);
    transform-origin: bottom left;
    z-index: -1;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hero::before, .hero::after {
    top: calc(100% + 25px);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .hero::before, .hero::after {
    top: calc(100% + 55px);
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .hero::before, .hero::after {
    top: calc(100% + 51px);
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .hero::before, .hero::after {
    top: calc(100% + 75px);
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .hero::before, .hero::after {
    top: calc(100% + 152px);
  }
}
@media (min-width: 1024px) {
  .hero::before {
    background-color: #fae9d4;
    transform: rotate(-20deg) translateY(-100%);
  }
}
.hero__gallery {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .hero__gallery {
    margin-top: -200px;
  }
}
.hero__image1, .hero__image2, .hero__image3 {
  overflow: hidden;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.26));
  transform: rotate(-20deg);
}
.hero__image1 img, .hero__image2 img, .hero__image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transform: rotate(20deg) scale(1.5);
}
.hero__image1 {
  width: 240px;
  height: 320px;
  margin-right: 45px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero__image1 {
    width: 340px;
    height: 440px;
  }
}
@media (min-width: 1440px) {
  .hero__image1 {
    width: 530px;
    height: 660px;
  }
}
.hero__image2 {
  width: 140px;
  height: 175px;
  position: absolute;
  top: -120px;
  right: 6px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__image2 {
    width: 200px;
    height: 260px;
    top: -180px;
    right: -34px;
  }
}
@media (min-width: 1440px) {
  .hero__image2 {
    width: 350px;
    height: 460px;
    top: -270px;
    right: -90px;
  }
}
.hero__image3 {
  width: 100px;
  height: 125px;
  position: absolute;
  right: 236px;
  bottom: 85px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero__image3 {
    width: 180px;
    height: 245px;
    bottom: -70px;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .hero__image3 {
    width: 290px;
    height: 380px;
    bottom: -100px;
    left: -100px;
  }
}
.hero__text {
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 3;
  padding-top: 140px;
  padding-bottom: 50px;
}
.hero__text h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .hero__text h1 {
    margin-bottom: 37px;
  }
}
@media (min-width: 1024px) {
  .hero__text {
    max-width: 440px;
    font-size: 20px;
    padding-top: 200px;
    padding-bottom: 50px;
    margin-left: -32px;
  }
}
@media (min-width: 1440px) {
  .hero__text {
    padding-top: 282px;
  }
}
.hero__bottom {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__bottom {
    margin-top: 40px;
  }
}
.hero__signe {
  width: 180px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #d2bea4;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  top: calc(100% + 20px);
  left: calc(100% + 20px);
  transform: rotate(10deg);
}
.hero__signe::after {
  background-image: url(../images/hero-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 77px;
  height: 77px;
  content: "";
  position: absolute;
  right: 130px;
  bottom: -50px;
}
.hero__tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #003a27;
  font-family: "Aeonik", sans-serif;
  color: #fff;
  text-align: center;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.26);
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 4;
}
.hero__tag span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.hero__tag strong {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .hero__tag strong {
    font-size: 46px;
    line-height: 56px;
  }
}
.hero__tag img {
  width: 45px;
}
@media (min-width: 1024px) {
  .hero__tag {
    width: 160px;
    height: 160px;
    right: 0;
  }
  .hero__tag img {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) {
  .hero__tag {
    top: 110px;
    right: -20px;
  }
}

.image-text {
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 5;
  padding-bottom: var(--py-section);
}
@media (min-width: 1440px) {
  .image-text__content h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.image-text__content p a {
  font-weight: 700;
  color: #d27329;
}
@media (min-width: 1440px) {
  .image-text__content {
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .image-text__content {
    padding-right: 100px;
  }
}
@media (min-width: 1440px) {
  .image-text__content--right {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .image-text__content--right {
    padding-right: 0;
    padding-left: 100px;
  }
}
.image-text__video-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.image-text__video-btn::after {
  background-image: url(../images/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  width: 80px;
  height: 52px;
  background-color: #d27329;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .image-text__video-btn::after {
    width: 96px;
    height: 64px;
    background-size: 22px 24px;
  }
}
.image-text__image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.image-text__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .image-text__image {
    margin-bottom: 0;
  }
}

.why-section {
  width: 100%;
  background-color: #fffbf7;
  position: relative;
  z-index: 4;
  padding-bottom: var(--py-section);
}
.why-section__content {
  padding-bottom: 30px;
}
@media (min-width: 1440px) {
  .why-section__content h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1440px) {
  .why-section__content {
    padding: 25px 100px 0 0;
  }
}
.why-section__panel {
  display: none;
  padding-top: 10px;
}
.why-section__panel p {
  margin-bottom: 20px;
  color: #818181;
}
.why-section__btn {
  display: inline-block;
  padding-right: 40px;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  position: relative;
}
.why-section__btn::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d27329;
  content: "\E910";
  font-family: "hetwaarehuis-icons";
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.why-section__image {
  width: 100%;
  position: relative;
}
.why-section__image img {
  width: 100%;
}
.why-section__link {
  margin-bottom: 0;
  font-size: 20px;
  color: #b7b7b7;
  cursor: pointer;
  transition: var(--speed-default);
}
.why-section__list {
  padding-top: 20px;
}
.why-section__item {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.why-section__item::after {
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: #b7b7b7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
.why-section__item.is-active::after {
  background: #d27329;
}
.why-section__item.is-active .why-section__link {
  color: #003a27;
}
.why-section + .review-section {
  margin-bottom: 0;
  background-color: #fffbf7;
  padding-bottom: var(--py-section);
}

.steps-section {
  overflow: hidden;
  padding-bottom: 100px;
}
.steps-section .steps-section__inner {
  width: 100%;
  background-color: #003a27;
  position: relative;
  z-index: 4;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: var(--py-section);
}
.steps-section .steps-section__inner::after {
  width: 200vw;
  height: 200vh;
  background: #05412d;
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0;
  transform: rotate(20deg);
  transform-origin: left bottom;
  z-index: -1;
}
@media (min-width: 768px) {
  .steps-section .steps-section__inner::after {
    width: 500px;
    right: 70px;
    bottom: 0;
    left: auto;
    transform: rotate(20deg);
  }
}
@media (min-width: 1440px) {
  .steps-section .steps-section__inner::after {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .steps-section .steps-section__inner {
    padding-bottom: calc(95px + var(--py-section) / 2);
  }
}
@media (min-width: 1024px) {
  .steps-section .steps-section__inner {
    padding-top: var(--py-section);
    padding-bottom: var(--py-section);
  }
}
@media (min-width: 1440px) {
  .steps-section .steps-section__inner::before {
    width: 300px;
    height: 300px;
    background-color: #fff4e6;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
  }
}
.steps-section .row {
  flex-grow: 1;
  align-items: stretch !important; /* stylelint-disable-line declaration-no-important */
}
.steps-section .row .steps-content {
  display: flex;
  align-items: center;
  height: auto;
  background-color: #003a27;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .steps-section .row .steps-content::before {
    width: 100%;
    height: 100%;
    background-color: #003a27;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
  }
}
.steps-section .slick-track {
  display: flex !important; /* stylelint-disable-line declaration-no-important */
}
.steps-section .slick-slide {
  height: inherit !important; /* stylelint-disable-line declaration-no-important */
}
.steps-section + .image-text {
  z-index: 3;
}
.steps-section__title {
  margin-bottom: 16px;
  color: #003a27;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .steps-section__title {
    font-size: 32px;
  }
}
.steps-section__signe {
  display: none;
  width: 120px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #f1dec4;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  top: 20px;
  right: -30px;
}
.steps-section__signe::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48px auto;
  display: block;
  width: 48px;
  height: 50px;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 10px;
  transform: scaleX(-1);
}
@media (min-width: 1440px) {
  .steps-section__signe::after {
    width: 77px;
    height: 77px;
    background-size: 77px auto;
    bottom: -50px;
  }
}
@media (min-width: 1024px) {
  .steps-section__signe {
    display: block;
    top: -75px;
    right: -65px;
  }
}
@media (min-width: 1280px) {
  .steps-section__signe {
    top: -100px;
    right: -70px;
  }
}
@media (min-width: 1440px) {
  .steps-section__signe {
    width: 170px;
    font-size: 35px;
    top: -170px;
    right: -50px;
  }
}
.steps-section__content {
  width: 100%;
  color: #fff;
  position: relative;
}
@media (min-width: 1440px) {
  .steps-section__content h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.steps-section__list {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .steps-section__list {
    padding-top: 0;
  }
}
.steps-section__item {
  overflow: hidden;
  display: block;
  width: 315px;
  margin-right: 10px;
  border-bottom: 3px solid #d27329;
  padding: 25px;
  background: #fff4e6;
  text-decoration: none;
  position: relative;
  transition: var(--speed-default);
}
.steps-section__item p {
  color: #818181;
}
.steps-section__item--link.slick-active .steps-section__btn {
  transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) {
  .steps-section__item--link:hover .steps-section__btn {
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .steps-section__item.is-hide {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .steps-section__item {
    width: 344px;
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .steps-section__item {
    width: 576px;
    margin-right: 25px;
    padding: 60px;
  }
}
.steps-section__btn {
  width: 0;
  height: 0;
  border-width: 0 0 30px 250px;
  border-style: solid;
  border-color: transparent transparent #d27329 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform var(--speed-default) var(--cubic-bezier-2);
}
.steps-section__btn i {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 14px;
}
@media (min-width: 1280px) {
  .steps-section__btn {
    border-width: 0 0 40px 336px;
  }
  .steps-section__btn i {
    top: 16px;
  }
}
.steps-section__prev, .steps-section__next {
  display: none !important; /* stylelint-disable-line declaration-no-important */
  margin-top: -22px;
  font-size: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 1;
}
.steps-section__prev.slick-disabled, .steps-section__next.slick-disabled {
  opacity: 1;
  visibility: visible;
  background: #fff;
  color: #003a27;
  cursor: default;
}
@media (min-width: 1440px) {
  .steps-section__prev, .steps-section__next {
    display: flex !important; /* stylelint-disable-line declaration-no-important */
    margin-top: -55px;
    left: -28px;
  }
}
.steps-section__prev {
  margin-top: 22px;
}
@media (min-width: 1024px) {
  .steps-section__prev {
    margin-top: 10px;
  }
}

.house-info {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 8;
  padding-bottom: var(--py-section);
}
.house-info .label-holder {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .house-info {
    padding-top: 240px;
  }
}
.house-info__price {
  margin-bottom: 30px;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #003a27;
}
@media (min-width: 1440px) {
  .house-info__price {
    margin-bottom: 39px;
    font-size: 32px;
  }
}
.house-info__content {
  width: 100%;
  padding-top: 20px;
}
.house-info__content h6 {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.house-info__content h6 span {
  text-transform: uppercase;
}
.house-info__content h6 span.plaats {
  text-transform: none;
}
@media (min-width: 1440px) {
  .house-info__content h6 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 32px;
  }
}
.house-info__content h1 {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .house-info__content {
    padding-top: 120px;
  }
}
.house-info__short a {
  color: #d27329;
}
.house-info__user {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 56px;
  position: relative;
}
@media (min-width: 1024px) {
  .house-info__user {
    max-width: 388px;
  }
}
.house-info__user-img {
  width: 68px;
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.24));
  position: relative;
}
.house-info__user-img::after {
  width: calc(100% + 2px);
  height: 10px;
  background: #d27329;
  content: "";
  position: absolute;
  bottom: 6px;
  left: -1px;
  transform: skew(-22deg) rotate(-22deg);
}
.house-info__user-img img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
}
.house-info__user-text {
  width: calc(100% - 68px);
  padding-right: 60px;
  padding-left: 30px;
  position: relative;
}
.house-info__user-text span {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.house-info__user-text strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
}
.house-info__user-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(236, 212, 178, 0.6);
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.house-info__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  position: relative;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}
.house-info__list::before {
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ead8c0;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
}
.house-info__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #003a27;
  position: relative;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 30px;
}
.house-info__list li strong {
  margin-right: 5px;
}
.house-info__list li i {
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.house-info__list li:not(:last-child) {
  border-right: 1px solid #ead8c0;
}
.house-info__list li:last-child {
  margin-right: 0;
}
@media (min-width: 1440px) {
  .house-info__list li {
    padding-left: 35px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .house-info__list {
    margin-bottom: 32px;
    padding-top: 32px;
  }
}
.house-info__label {
  width: auto;
}
.house-info__label span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: 10px;
  padding: 0 7px;
  background: #d27329;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.house-info__label:nth-child(1) {
  margin-right: 5px;
}
.house-info__label.house-info__label--green span {
  background-color: #003a27;
}
.house-info__label.house-info__label--orange span {
  background-color: #d27329;
}
.house-info__label.house-info__label--blue span {
  background-color: #459ba6;
}
.house-info__label--sold span {
  background: #003a27;
}
.house-info__gallery {
  display: block;
  width: calc(100% + 40px);
  margin: 0 -20px;
  position: relative;
}
.house-info__gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}
.house-info__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .house-info__gallery {
    width: calc(100% + 140px);
    height: 100%;
    margin-right: -140px;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .house-info__gallery {
    width: calc(100% + 250px);
    margin-right: -250px;
  }
}
.house-info__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .house-info__bottom {
    margin-top: -40px;
  }
}
@media (min-width: 1440px) {
  .house-info__bottom {
    margin-top: -80px;
  }
}
.house-info__images {
  display: flex;
  width: calc(100% + 15px);
  margin-left: -15px;
  padding-right: 0;
}
.house-info__images a {
  display: block;
  width: calc(50% - 20px);
  margin-left: 20px;
  color: #fff;
  position: relative;
}
@media (min-width: 1440px) {
  .house-info__images a {
    width: calc(50% - 24px);
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .house-info__images {
    width: 440px;
    margin-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .house-info__images {
    width: 490px;
  }
}
.house-info__video-btn::after {
  background-image: url(../images/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 48px;
  height: 32px;
  background-color: #d27329;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.house-info__gallery-btn::after {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.house-info__gallery-btn span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.houses {
  width: 100%;
  position: relative;
  z-index: 3;
}
.gezocht-archive .houses {
  margin-top: 80px;
}
.houses .row--houses {
  margin-right: -12px;
  margin-left: -12px;
}
.houses .row--houses [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
.houses .row--houses [class*=col-] .card-property {
  margin-bottom: 24px;
}
.gezocht-archive .houses .row--houses [class*=col-] {
  margin-bottom: 80px !important;
}
.houses .houses__map .sure-map-filters {
  display: none;
}
.houses .houses__map .infoBox {
  transform: translateX(-50%) !important;
}
.houses .houses__map .infoBox > img {
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 3;
}
.houses .houses__map .card-property {
  display: flex;
  width: 480px;
  min-height: 145px;
}
.houses .houses__map .card-property::after {
  display: none;
}
.houses .houses__map .card-property .card-property__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.houses .houses__map .card-property .card-property__close i {
  font-size: 10px;
  color: #003a27;
}
.houses .houses__map .card-property .card-property__image {
  width: 192px;
  position: relative;
}
.houses .houses__map .card-property .card-property__image picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.houses .houses__map .card-property .card-property__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.houses .houses__map .card-property .card-property__label {
  max-width: calc(100% - 32px);
  height: initial;
  padding: 4px 7px;
  background-color: #d27329;
  line-height: 1.3;
  top: 16px;
  left: 16px;
  z-index: 1;
}
.houses .houses__map .card-property .card-property__detail {
  flex: 1;
  padding: 24px 24px 35px;
  font-size: 16px;
  line-height: 1.6;
  color: #818181;
  position: relative;
}
.houses .houses__map .card-property .card-property__address {
  margin-bottom: 8px;
  color: #003a27;
  font-size: 18px;
  font-weight: 700;
}
.houses .houses__map .card-property .card-property--btn {
  width: 0;
  height: 0;
  border-width: 0 0 40px 216px;
  border-style: solid;
  border-color: transparent transparent #d27329 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.houses .houses__map .card-property .card-property--btn i {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 12px;
}
@media (max-width: 767.98px) {
  .houses .houses__map {
    margin-right: calc(-1 * var(--width-grid-gutter));
    margin-left: calc(-1 * var(--width-grid-gutter));
  }
  .houses .houses__map .card-property {
    width: 290px;
    min-height: 120px;
  }
  .houses .houses__map .card-property .card-property__image {
    display: none;
  }
  .houses .houses__map .card-property .card-property__detail {
    padding: 16px 16px 35px;
  }
}

.popup-gallery {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-top: var(--py-section-small);
  padding-bottom: var(--py-section-small);
}
.popup-gallery__holder {
  position: relative;
}
.popup-gallery__holder picture {
  display: block;
  width: 100%;
}
.popup-gallery__holder img {
  width: auto;
  max-height: 300px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .popup-gallery__holder img {
    max-height: 450px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery__holder img {
    width: 100%;
    max-height: none;
  }
}
.popup-gallery__arrow {
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popup-gallery__arrow.slick-next {
  right: 15px;
  left: auto;
}
@media (min-width: 1440px) {
  .popup-gallery__arrow.slick-next {
    right: 25px;
  }
}
.popup-gallery__arrow.slick-prev {
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1440px) {
  .popup-gallery__arrow.slick-prev {
    left: 25px;
  }
}
.popup-gallery__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.popup-gallery .mfp-close {
  opacity: 0;
  visibility: hidden;
}
.popup-gallery .slick-counter {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  font-weight: 700;
  font-size: 16px;
}
.popup-gallery .slick-counter .current {
  color: #003a27;
}
.popup-gallery .slick-counter .total {
  color: #0b6e64;
}
.popup-gallery__counter-text {
  padding: 0 5px;
  color: #0b6e64;
}

.house-description {
  width: 100%;
  line-height: 24px;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-description p {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .house-description p {
    margin-bottom: 30px;
  }
}
.house-description strong {
  display: block;
}
.house-description__more.is-active span {
  display: none;
}
.house-description__more.is-active span + span {
  display: block;
}
.house-description__more span + span {
  display: none;
}
.house-description__short {
  width: 100%;
}
.house-description__full {
  display: none;
}

.overview {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: var(--py-section);
}
@media (min-width: 1024px) {
  .overview {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .overview {
    padding-top: 0;
  }
}
.overview__holder {
  position: relative;
  padding-bottom: var(--py-section-small);
}
.overview__holder::after {
  width: 100vw;
  height: calc(100% + 680px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(252, 235, 214) 24%);
  position: absolute;
  top: -680px;
  right: 0;
}
@media (min-width: 1024px) {
  .overview__holder::after {
    width: 100vw;
    right: 28.2%;
  }
}
@media (min-width: 1280px) {
  .overview__holder::after {
    right: 25.3%;
  }
}
@media (min-width: 1440px) {
  .overview__holder::after {
    right: 18.7%;
  }
}
@media (min-width: 1600px) {
  .overview__holder::after {
    right: 21.5%;
  }
}
@media (min-width: 1739px) {
  .overview__holder::after {
    right: 393px;
  }
}
.overview__right {
  position: relative;
  z-index: 1;
}
.overview__tabs {
  display: none;
}
.overview__tabs ul {
  border-left: 4px solid rgba(255, 255, 255, 0.1);
}
.overview__tabs ul li {
  margin-bottom: 6px;
}
.overview__tabs ul li a {
  display: block;
  padding: 10px 10px 10px 30px;
  font-weight: 700;
  font-size: 16px;
  color: #003a27;
  text-decoration: none;
  position: relative;
}
.overview__tabs ul li a::after {
  width: 4px;
  height: 0;
  background: #d27329;
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .overview__tabs ul li a:hover {
    color: #d27329;
  }
  .overview__tabs ul li a:hover::after {
    height: 100%;
  }
}
.overview__tabs ul li:last-child {
  margin-bottom: 0;
}
.overview__tabs ul li.is-active a {
  color: #d27329;
}
.overview__tabs ul li.is-active a::after {
  height: 100%;
}
.overview__tabs .btn, .overview__tabs .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .overview__tabs .gform_button, .overview__tabs .search-bar__form .row .button, .search-bar__form .row .overview__tabs .button, .overview__tabs .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .overview__tabs .button, .overview__tabs .popup-gallery__arrow, .overview__tabs .popup-gallery__close {
  margin: 20px 0 0 30px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .overview__tabs {
    display: block;
    order: 1;
    align-self: flex-start;
    position: sticky;
    top: 200px;
    left: 0;
    z-index: 99;
  }
}

.house-photos {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-photos__slider {
  width: 100%;
}
.house-photos__slider-item a {
  display: block;
}
.house-photos__slider-item a img {
  width: 100%;
  height: auto;
  max-height: 624px;
  -o-object-fit: contain;
     object-fit: contain;
}
.house-photos__thumbs {
  width: calc(100% + 15px);
  margin-top: 15px;
}
@media (min-width: 1440px) {
  .house-photos__thumbs {
    width: calc(100% + 25px);
    margin-top: 25px;
  }
}
.house-photos__thumbs-item {
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}
.house-photos__thumbs-item::after {
  background-image: url(../images/advice-overlay.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  width: 100%;
  height: 44px;
  padding: 10px 15px 0 0;
  content: "\E910";
  font-family: "hetwaarehuis-icons";
  font-size: 14px;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--speed-default);
}
.house-photos__thumbs-item picture img {
  width: 100%;
  height: auto;
  max-height: 143px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .house-photos__thumbs-item:hover::after {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .house-photos__thumbs-item {
    margin-right: 25px;
  }
}

.house-video {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-video__item {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.house-video__item video {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}
.house-video__video-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.house-video__video-btn::after {
  background-image: url(../images/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 80px;
  height: 54px;
  background-color: #d27329;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .house-video__video-btn::after {
    width: 96px;
    height: 64px;
    background-size: 24px 24px;
  }
}
.house-video__video-btn i {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.house-video__video-btn.is-active {
  opacity: 0;
}
.house-video__video-btn.is-active::after {
  background-image: url(../images/pause.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.house-video__video-btn.is-active i {
  transform: scale(0);
}

.house-maps {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-maps__more span + span {
  display: none;
}
.house-maps__more.is-active span {
  display: none;
}
.house-maps__more.is-active span + span {
  display: block;
}
.house-maps__item {
  display: none;
  margin-bottom: 20px;
}
.house-maps__item picture {
  display: block;
  width: 100%;
}
.house-maps__item img {
  width: 100%;
}
.house-maps__item a {
  display: block;
  transition: var(--speed-default);
}
@media (hover: hover) and (pointer: fine) {
  .house-maps__item a:hover {
    box-shadow: 0 22px 44px rgba(0, 58, 39, 0.3);
  }
}
.house-maps__item:nth-child(1), .house-maps__item:nth-child(2) {
  display: block !important; /* stylelint-disable-line declaration-no-important */
  height: auto !important; /* stylelint-disable-line declaration-no-important */
  margin: 0 0 20px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 1024px) {
  .house-maps__item:nth-child(1), .house-maps__item:nth-child(2) {
    margin-bottom: 30px !important; /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 1440px) {
  .house-maps__item:nth-child(1), .house-maps__item:nth-child(2) {
    margin-bottom: 40px !important; /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 1024px) {
  .house-maps__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .house-maps__item {
    margin-bottom: 40px;
  }
}

.house-features {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-features__more span + span {
  display: none;
}
.house-features__more.is-active span {
  display: none;
}
.house-features__more.is-active span + span {
  display: block;
}
.house-features__block {
  display: none;
}
.house-features__date {
  padding-bottom: 20px;
}
.house-features__date li {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 0;
  transition: var(--speed-default);
}
.house-features__date li strong {
  margin-right: 20px;
}
.house-features__date li span,
.house-features__date li strong {
  width: 50%;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .house-features__date li span,
  .house-features__date li strong {
    font-size: 18px;
  }
}
.house-features__date li span {
  text-align: right;
}
.house-features__date li:nth-child(5), .house-features__date li:nth-child(4), .house-features__date li:nth-child(3), .house-features__date li:nth-child(2), .house-features__date li:nth-child(1) {
  opacity: 1;
  max-height: 100px;
  border-bottom: 1px solid #ecd4b2;
  padding: 15px 0;
}
@media (min-width: 1440px) {
  .house-features__date li:nth-child(5), .house-features__date li:nth-child(4), .house-features__date li:nth-child(3), .house-features__date li:nth-child(2), .house-features__date li:nth-child(1) {
    padding: 25px 0;
  }
}
.house-features__date li:nth-child(5) {
  border-bottom: none;
}
.house-features__date li.is-active {
  opacity: 1;
  display: flex;
  max-height: 100px;
  padding: 15px 0;
}
.house-features__date li.is-active:not(:last-child) {
  border-bottom: 1px solid #ecd4b2;
}
@media (min-width: 1440px) {
  .house-features__date li.is-active {
    padding: 25px 0;
  }
}

.house-location {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-location h5 {
  margin-bottom: 24px;
}
@media (min-width: 1920px) {
  .house-location h5 {
    margin-bottom: 32px;
  }
}
.house-location .sure-map-filters {
  display: none;
}

.house-download {
  width: 100%;
  position: relative;
  z-index: 5;
}
.house-download__block ul li {
  border: 1px solid #fffbf7;
  border-radius: 4px;
  padding: 10px 15px 10px 0;
  background: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.house-download__block ul li a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  position: relative;
}
.house-download__block ul li a::after {
  background-image: url(../images/download-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d27329;
  content: "";
  font-family: "hetwaarehuis-icons";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--speed-default);
}
.house-download__block ul li a strong {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 65%;
  font-weight: 700;
}
.house-download__block ul li a strong span {
  width: auto;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .house-download__block ul li a strong span::after {
    margin: 0 10px;
    content: "\2022";
  }
}
.house-download__block ul li a strong span:last-child {
  display: none;
  font-weight: 400;
}
.house-download__block ul li a strong span:last-child::after {
  display: none;
}
@media (min-width: 1440px) {
  .house-download__block ul li a strong span:last-child {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .house-download__block ul li a strong {
    font-weight: 400;
  }
}
@media (hover: hover) and (pointer: fine) {
  .house-download__block ul li a:hover::after {
    background-color: #a75c21;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .house-download__block ul li a {
    padding: 10px 35px;
  }
}
@media (min-width: 1440px) {
  .house-download__block ul li a {
    padding: 10px 50px 10px 20px;
  }
}
@media (min-width: 1024px) {
  .house-download__block ul li {
    padding: 10px 40px 10px 0;
  }
}
@media (min-width: 1440px) {
  .house-download__block ul li {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.house-download__number {
  display: block;
  width: 35%;
  color: #818181;
}

.house-action {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: var(--py-section-small);
}
.house-action__holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  background: #003a27;
  color: #fff;
}
@media (min-width: 1440px) {
  .house-action__holder {
    align-items: flex-start;
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .house-action__holder {
    padding: 0 50px;
  }
}
@media (min-width: 1920px) {
  .house-action__holder {
    padding: 0 80px;
  }
}
.house-action__content {
  width: 100%;
  padding: 40px;
}
@media (min-width: 1024px) {
  .house-action__content {
    width: calc(100% - 194px);
  }
}
@media (min-width: 1440px) {
  .house-action__content {
    width: 52%;
    padding: 40px 0 30px;
  }
}
@media (min-width: 1600px) {
  .house-action__content {
    padding: 60px 0 30px;
  }
}
.house-action__image {
  width: 230px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .house-action__image {
    width: 194px;
  }
}
@media (min-width: 1440px) {
  .house-action__image {
    width: 45%;
    margin: -35px 0 0;
  }
}
@media (min-width: 1600px) {
  .house-action__image {
    width: 39%;
    margin-left: 30px;
  }
}
.house-action__link {
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.house-action__link a {
  color: #fff;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .house-action__link a:hover {
    color: #fff;
    text-decoration: none;
  }
}

.popup-section {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 8;
}
.popup-section__holder {
  width: 100%;
  max-width: 100%;
  padding: 60px 30px 30px;
  background: #fff;
}
.popup-section__holder .form-control {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .popup-section__holder {
    max-width: 768px;
    padding: 100px 80px;
  }
}
@media (min-width: 1440px) {
  .popup-section__holder {
    max-width: 956px;
    padding: 150px 120px 125px;
  }
}
.popup-section__holder--appointment {
  max-width: 480px;
}
@media (min-width: 1440px) {
  .popup-section__holder--appointment.popup-section__holder--appointment--small {
    padding: 180px 30px;
  }
}
@media (min-width: 1024px) {
  .popup-section__holder--appointment {
    max-width: 588px;
    padding: 180px 80px;
  }
}
@media (min-width: 1440px) {
  .popup-section__holder--appointment {
    max-width: 588px;
    padding: 180px 80px;
  }
}
.popup-section__holder--employee {
  max-width: 400px;
  padding: 80px 0 60px;
}
.popup-section__holder--employee p {
  font-size: 16px;
}
@media (min-width: 1440px) {
  .popup-section__holder--employee p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .popup-section__holder--employee {
    max-width: 488px;
    padding: 80px 0;
  }
}
@media (min-width: 1440px) {
  .popup-section__holder--employee {
    max-width: 588px;
    padding: 80px 0;
  }
}
.popup-section__close {
  border-radius: 50%;
  background: #eaeaea !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 1440px) {
  .popup-section__close {
    top: 28px;
    right: 28px;
  }
}
.popup-section__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(183, 183, 183, 0.3);
  padding: 0 30px 30px;
}
@media (min-width: 1024px) {
  .popup-section__top {
    padding: 0 50px 30px;
  }
}
@media (min-width: 1440px) {
  .popup-section__top {
    padding: 0 80px 50px;
  }
}
.popup-section__top-img {
  width: 100px;
}
.popup-section__top-img img {
  width: 100%;
}
@media (min-width: 1440px) {
  .popup-section__top-img {
    width: 128px;
  }
}
.popup-section__top-content {
  width: calc(100% - 100px);
  padding-left: 25px;
}
.popup-section__top-content h5 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .popup-section__top-content {
    width: calc(100% - 128px);
    padding-left: 45px;
  }
}
.popup-section__mail {
  background-image: url(../images/mail-icon.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  display: inline-block;
  height: var(--height-btn);
  padding: 0 20px 0 50px;
  background-color: #f3f3f3;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  line-height: var(--height-btn);
}
.popup-section__bottom {
  width: 100%;
  padding: 30px 30px 0;
}
.popup-section__bottom p {
  margin-bottom: 20px;
  line-height: 26px;
}
@media (min-width: 1440px) {
  .popup-section__bottom p {
    margin-bottom: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .popup-section__bottom {
    padding: 30px 50px 0;
  }
}
@media (min-width: 1440px) {
  .popup-section__bottom {
    padding: 50px 80px 0;
  }
}
.popup-section .mfp-close {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.brochure-popup {
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 8;
}
.brochure-popup .mfp-close {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 1440px) {
  .brochure-popup {
    width: 456px;
    padding: 70px;
  }
}
.brochure-popup__close {
  box-shadow: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 1440px) {
  .brochure-popup__close {
    top: 20px;
    right: 20px;
  }
}

.share-popup {
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 8;
}
.share-popup .mfp-close {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
.share-popup ul li {
  margin: 0 5px;
}
.share-popup ul li a {
  text-decoration: none;
}
@media (min-width: 1440px) {
  .share-popup {
    width: 456px;
    padding: 70px;
  }
}
.share-popup__close {
  font-size: 11px;
  box-shadow: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 1440px) {
  .share-popup__close {
    top: 20px;
    right: 20px;
  }
}

.cookiebar {
  overflow: hidden;
  display: none;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.cookiebar h5 {
  font-size: 25px;
}
.cookiebar p {
  font-size: 14px;
}
.cookiebar .btn, .cookiebar .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .cookiebar .gform_button, .cookiebar .search-bar__form .row .button, .search-bar__form .row .cookiebar .button, .cookiebar .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .cookiebar .button, .cookiebar .popup-gallery__arrow, .cookiebar .popup-gallery__close {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .cookiebar {
    width: 350px;
  }
}
@media (min-width: 1440px) {
  .cookiebar {
    width: 456px;
    padding: 70px;
    right: 50px;
    bottom: 50px;
  }
}
.cookiebar__close {
  box-shadow: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 1440px) {
  .cookiebar__close {
    top: 20px;
    right: 20px;
  }
}
.cookiebar--unaccepted {
  display: block;
}
.cookiebar__checklist {
  margin-top: 16px;
}
.cookiebar__checklist span {
  font-size: 14px;
}

.house-types {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: var(--py-section);
}
.house-types__heading {
  font-size: 15px;
}
@media (min-width: 1600px) {
  .house-types__heading {
    font-size: 16px;
  }
}
.house-types__nav-slide {
  position: relative;
  padding-right: 12px;
  padding-bottom: 35px;
  padding-left: 12px;
}
.house-types__nav-slide::after {
  opacity: 0;
  width: 0;
  height: 0;
  border-width: 0 12px 16px 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--speed-default);
}
.house-types__nav-slide .card-offer {
  background: #fff;
}
.house-types__nav-slide .card-blog {
  box-shadow: none;
}
.house-types__nav-slide.slick-current::after, .house-types__nav-slide.slick-current::before {
  opacity: 1;
}
.house-types__block {
  padding: 25px;
  background: #fff;
  position: relative;
}
.house-types__block strong {
  display: inline-flex;
  padding: 5px 0;
}
@media (max-width: 1023.98px) {
  .house-types__block strong {
    padding: 2px 0;
  }
}
.house-types__block ul li {
  border-top: 1px solid rgba(236, 212, 178, 0.3);
  padding: 10px 0;
  font-size: 16px;
  color: #003a27;
  position: relative;
  z-index: 2;
}
.house-types__block ul li a {
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
}
.house-types__block ul li a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 7px;
  background: #003a27;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .house-types__block ul li a {
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .house-types__block ul li:first-child {
    border: 0;
  }
}
@media (min-width: 1024px) {
  .house-types__block ul li {
    padding: 15px 0;
  }
}
@media (min-width: 1024px) {
  .house-types__block ul {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .house-types__block {
    padding-bottom: 0;
  }
}
.house-types__nav {
  position: relative;
  margin-right: -12px;
  margin-left: -12px;
}

.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: var(--height-btn);
  height: var(--height-btn);
  margin: 0 5px;
  border: 1px solid #fae9d4;
  border-radius: 50%;
  background: #fae9d4;
  color: #003a27;
}
.paginate .page-numbers.prev, .paginate .page-numbers.next {
  background: #d27329;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.paginate .page-numbers.prev.is-invisible, .paginate .page-numbers.next.is-invisible {
  display: none;
}
.paginate .page-numbers.prev {
  transform: rotate(180deg);
}
.paginate span.current {
  border-color: #d27329;
}

.contact .connect {
  margin-top: 0;
}
@media (min-width: 1440px) {
  .contact .connect {
    margin-top: -197px;
  }
}

.connect {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.connect .connect__text__inner {
  margin-bottom: 40px;
}
.connect .connect__text__inner p {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .connect .connect__text__inner {
    margin-bottom: 70px;
  }
}
.connect h6 {
  margin-bottom: 14px;
}
.connect address {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .connect {
    margin-top: -197px;
  }
}
.connect__text {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 1440px) {
  .connect__text {
    width: calc(100% + 55px);
    font-size: 20px;
    line-height: 1.6;
    margin-left: 36px;
  }
}
.connect__tel {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.connect__tel a {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  position: relative;
  padding-left: 38px;
}
.connect__tel a i {
  color: #d27329;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .connect__tel a i {
    font-size: 20px;
  }
}
.connect__form {
  width: 100%;
  position: relative;
  margin-left: 4px;
}
.connect__form h6 {
  margin-bottom: 22px;
}
@media (min-width: 1440px) {
  .connect__form {
    max-width: 457px;
    min-height: 600px;
  }
}
.connect__hour {
  max-width: 150px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #f1dec4;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  top: -20px;
  right: -15px;
  transform: rotate(10deg);
  padding-bottom: 55px;
}
.connect__hour::after {
  background-image: url(../images/form-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  transform: rotate(-10deg);
}
@media (min-width: 1024px) {
  .connect__hour::after {
    right: 8px;
  }
}
@media (min-width: 1024px) {
  .connect__hour {
    max-width: 200px;
    font-size: 38px;
    top: -20px;
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .connect__hour {
    top: -60px;
    right: -125px;
  }
}

.content {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.content p,
.content ul,
.content ol {
  margin-left: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1440px) {
  .content p,
  .content ul,
  .content ol {
    margin-bottom: 35px;
  }
}
.content ul {
  list-style-type: disc;
}
.content ol {
  list-style-type: decimal;
}
.content blockquote {
  border-left: 2px solid #d27329;
  padding: 15px 0 15px 20px;
}
.content blockquote * {
  margin-bottom: 0;
}
.content.content--spacing {
  padding-top: 140px;
}
@media (min-width: 1024px) {
  .content.content--spacing {
    padding-top: 200px;
  }
}
@media (min-width: 1440px) {
  .content.content--spacing {
    padding-top: 282px;
  }
}
@media (min-width: 1440px) {
  .content {
    padding-bottom: 50px;
  }
}

.news-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
.news-section .row--news {
  margin-right: -12px;
  margin-left: -12px;
}
.news-section .row--news > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

.news-filter {
  width: 100%;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.news-filter .news-filter__select {
  display: flex;
  align-items: center;
}
.news-filter label {
  margin-right: 25px;
  font-family: "Aeonik", sans-serif;
  font-weight: 600;
}
.news-filter .select2 {
  min-width: 120px;
  height: 40px;
}
.news-filter .select2 .select2-selection {
  min-height: 40px;
  border-color: #ead8c0 !important;
  border-radius: 0 !important;
  background-color: transparent;
  font-family: "Aeonik", sans-serif;
  font-weight: 600 !important;
}

.news-detail {
  width: 100%;
  background-color: #fff4e6;
  line-height: 1.78;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 25px;
}
.news-detail::after {
  background-image: url(../images/banner-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 953px;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
.news-detail h6 {
  margin-bottom: 14px;
}
.news-detail p {
  margin-bottom: 32px;
}
.news-detail p a {
  color: #d27329;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .news-detail p a:hover {
    color: #003a27;
    text-decoration: none;
  }
}
.news-detail .detail--spacing {
  margin-bottom: 40px;
}
.news-detail .detail--spacing:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .news-detail .detail--spacing:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .news-detail .detail--spacing {
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .news-detail .detail--spacing {
    margin-bottom: 80px;
  }
}
.news-detail .news-detail__intro * {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .news-detail {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .news-detail {
    padding-top: 265px;
  }
}
.news-detail__heading {
  margin-bottom: 70px;
}
@media (min-width: 1440px) {
  .news-detail__heading {
    margin-bottom: 117px;
  }
}
.news-detail__label {
  margin-bottom: 35px;
}
.news-detail__label span {
  font-size: 16px;
}
.news-detail__image {
  margin-bottom: 50px;
}
.news-detail__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .news-detail__image {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .news-detail__image {
    margin-right: -10%;
    margin-left: -10%;
  }
}
@media (min-width: 1440px) {
  .news-detail__image {
    margin-right: -28.5714285714%;
    margin-left: -14.2857142857%;
  }
}
.news-detail__author {
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ecd4b2;
  padding-top: 24px;
}
.news-detail__author-detail {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-detail__author-detail {
    width: 60%;
    margin-bottom: 0;
  }
}
.news-detail__author-name {
  width: 50%;
  padding-right: 15px;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #003a27;
}
.news-detail__author-name span {
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .news-detail__author-name {
    width: 41.2%;
  }
}
.news-detail__social {
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .news-detail__social {
    justify-content: unset;
    width: auto;
  }
}
.news-detail__social-heading {
  margin-right: 10px;
  margin-bottom: 0;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
}
.news-detail__social-icon {
  display: flex;
  flex-wrap: wrap;
}
.news-detail__social-icon li {
  margin-left: 15px;
}
.news-detail__social-icon li a {
  color: #003a27;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .news-detail__social-icon li a:hover {
    color: #d27329;
    text-decoration: none;
  }
}

.image-slider {
  margin-bottom: 80px;
}
@media (min-width: 1440px) {
  .image-slider {
    margin-bottom: 122px;
  }
}
.image-slider__slide img {
  width: 100%;
  height: auto;
}
.image-slider__prev, .image-slider__next {
  background-color: #fff;
  font-size: 16px;
  color: #003a27;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .image-slider__prev:hover, .image-slider__next:hover {
    background-color: #d27329;
    color: #fff;
  }
}
.image-slider__prev {
  left: 24px;
}
.image-slider__next {
  right: 24px;
}

.funda-reviews-section {
  width: 100%;
  background-color: #fff4e6;
  position: relative;
  z-index: 4;
  padding-bottom: var(--py-section);
}
.funda-reviews-section .funda-reviews__inner {
  max-width: 984px;
  margin-right: auto;
  margin-left: auto;
}
.funda-reviews-section h2 {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .funda-reviews-section h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.funda-reviews-section #funda-widget {
  margin-top: 40px;
  margin-right: -1rem;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  min-height: 100vh;
}
@media (min-width: 1280px) {
  .funda-reviews-section #funda-widget {
    min-height: 2000px;
    margin-top: 60px;
  }
}

.section--search-form {
  padding-top: 115px;
  padding-bottom: var(--py-section);
}
.section--search-form form .row {
  margin-right: -5px;
  margin-left: -5px;
}
.section--search-form form .row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.section--search-form .terms {
  margin: 20px 0;
  position: relative;
}
.section--search-form .terms input {
  opacity: 0;
  width: 0 !important; /* stylelint-disable-line declaration-no-important */
  height: 0 !important; /* stylelint-disable-line declaration-no-important */
  position: absolute;
  top: 0;
  left: 0;
}
.section--search-form .terms label {
  display: inline-block !important; /* stylelint-disable-line declaration-no-important */
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
  color: #003a27;
  cursor: pointer;
}
.section--search-form .terms label::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(183, 183, 183, 0.3);
  border-radius: 0;
  background: #fff;
  content: "\E901";
  font-family: "hetwaarehuis-icons";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
.section--search-form .terms input:checked + label::after {
  border-color: #003a27;
  background: #003a27;
}
.section--search-form .form-message {
  display: none;
}
.section--search-form.section--search-form--popup .form-control {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section--search-form {
    padding-top: 200px;
  }
}
@media (min-width: 1440px) {
  .section--search-form {
    padding-top: 300px;
  }
}

.section--images-slider .slider-wrapper {
  position: relative;
}
.section--images-slider .slider-wrapper .images-slider .slide {
  display: flex;
  justify-content: center;
  max-height: 800px;
}
.section--images-slider .slider-wrapper .images-slider .slide picture {
  display: flex;
  justify-content: center;
  width: 100%;
}
.section--images-slider .slider-wrapper .images-slider .slide img {
  height: 100%;
}
.section--images-slider .slider-wrapper .slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: var(--speed-default);
}
.section--images-slider .slider-wrapper .slider-button i {
  font-size: 14px;
  transition: var(--speed-default);
}
.section--images-slider .slider-wrapper .slider-button:hover {
  background-color: #d27329;
}
.section--images-slider .slider-wrapper .slider-button:hover i {
  color: #fff;
}
.section--images-slider .slider-wrapper .slider-button:first-child {
  left: -5px;
}
.section--images-slider .slider-wrapper .slider-button:first-child i {
  display: inline-block;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .section--images-slider .slider-wrapper .slider-button:first-child {
    left: 10px;
  }
}
@media (min-width: 1440px) {
  .section--images-slider .slider-wrapper .slider-button:first-child {
    left: 25px;
  }
}
.section--images-slider .slider-wrapper .slider-button:nth-child(2) {
  right: -5px;
}
@media (min-width: 768px) {
  .section--images-slider .slider-wrapper .slider-button:nth-child(2) {
    right: 10px;
  }
}
@media (min-width: 1440px) {
  .section--images-slider .slider-wrapper .slider-button:nth-child(2) {
    right: 25px;
  }
}
@media (min-width: 1440px) {
  .section--images-slider .slider-wrapper .slider-button {
    width: 55px;
    height: 55px;
  }
}

.section-news-quote {
  position: relative;
}
.section-news-quote img {
  width: 80px;
  position: absolute;
  top: -50px;
  left: -10px;
}
@media (min-width: 1600px) {
  .section-news-quote img {
    width: 120px;
    top: -65px;
    left: -30px;
  }
}
.section-news-quote .quote__text {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.section-news-quote .quote__text * {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.section-news-quote .quote__name p {
  display: flex;
  align-items: center;
}
.section-news-quote .quote__name p::before {
  display: block;
  width: 3px;
  height: 20px;
  margin-right: 15px;
  background-color: #d27329;
  content: "";
  transform: skew(-15deg, 10deg);
}
.section-news-quote.page-quote {
  margin-bottom: var(--py-section);
  z-index: 5;
}
@media (min-width: 1280px) {
  .section-news-quote {
    max-width: 700px;
    margin: 0 auto;
  }
}

.section-bullets-list ul {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .section-bullets-list {
    max-width: 700px;
    margin: 0 auto;
  }
}

.free-content-section {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.free-content-section__text-content {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .free-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .free-content-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.gezocht-detail {
  width: 100%;
  background-color: #fff4e6;
  line-height: 1.78;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 25px;
}
.gezocht-detail::after {
  background-image: url(../images/banner-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 953px;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
.gezocht-detail h6 {
  margin-bottom: 14px;
}
.gezocht-detail p {
  margin-bottom: 32px;
}
.gezocht-detail p a {
  color: #d27329;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .gezocht-detail p a:hover {
    color: #003a27;
    text-decoration: none;
  }
}
.gezocht-detail__details ul {
  display: flex;
  flex-wrap: wrap;
}
.gezocht-detail__details ul li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.gezocht-detail__details ul li::after {
  width: 2px;
  height: 16px;
  margin: 0 10px;
  background: #b7b7b7;
  content: "";
}
@media (min-width: 1440px) {
  .gezocht-detail__details ul li::after {
    margin: 0 18px;
  }
}
.gezocht-detail__details ul li i {
  margin-right: 5px;
}
@media (max-width: 1023.98px) {
  .gezocht-detail__details ul li:nth-child(3) {
    display: none;
  }
}
.gezocht-detail__details ul li:last-child::after {
  display: none;
}
.gezocht-detail__direct {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .gezocht-detail__direct {
    margin-top: 80px;
  }
}
.gezocht-detail__content {
  margin-bottom: var(--py-section);
}
.gezocht-detail__content .content__inner {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .gezocht-detail__content .content__inner {
    margin-bottom: 80px;
  }
}
.gezocht-detail__content .content__inner:last-child {
  margin-bottom: 0;
}
.gezocht-detail .detail--spacing {
  margin-bottom: 40px;
}
.gezocht-detail .detail--spacing:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .gezocht-detail .detail--spacing:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .gezocht-detail .detail--spacing {
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .gezocht-detail .detail--spacing {
    margin-bottom: 80px;
  }
}
.gezocht-detail .news-detail__intro * {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .gezocht-detail {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .gezocht-detail {
    padding-top: 265px;
  }
}
.gezocht-detail__heading {
  margin-bottom: 70px;
}
@media (min-width: 1440px) {
  .gezocht-detail__heading {
    margin-bottom: 117px;
  }
}
.gezocht-detail__label {
  margin-bottom: 35px;
}
.gezocht-detail__label span {
  font-size: 16px;
}
.gezocht-detail__image {
  margin-bottom: 50px;
}
.gezocht-detail__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .gezocht-detail__image {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .gezocht-detail__image {
    margin-right: -10%;
    margin-left: -10%;
  }
}
@media (min-width: 1440px) {
  .gezocht-detail__image {
    margin-right: -28.5714285714%;
    margin-left: -14.2857142857%;
  }
}
.gezocht-detail__author {
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ecd4b2;
  padding-top: 24px;
}
.gezocht-detail__author-detail {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gezocht-detail__author-detail {
    width: 60%;
    margin-bottom: 0;
  }
}
.gezocht-detail__author-name {
  width: 50%;
  padding-right: 15px;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #003a27;
}
.gezocht-detail__author-name span {
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .gezocht-detail__author-name {
    width: 41.2%;
  }
}
.gezocht-detail__social {
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .gezocht-detail__social {
    justify-content: unset;
    width: auto;
  }
}
.gezocht-detail__social-heading {
  margin-right: 10px;
  margin-bottom: 0;
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
}
.gezocht-detail__social-icon {
  display: flex;
  flex-wrap: wrap;
}
.gezocht-detail__social-icon li {
  margin-left: 15px;
}
.gezocht-detail__social-icon li a {
  color: #003a27;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .gezocht-detail__social-icon li a:hover {
    color: #d27329;
    text-decoration: none;
  }
}

.gezocht-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: var(--py-section);
}
.gezocht-slider.gezocht-slider--pt {
  padding-top: var(--py-section);
}
.gezocht-slider .gezocht-slider__margin-row {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .gezocht-slider .gezocht-slider__margin-row {
    margin-bottom: 80px;
  }
}
.gezocht-slider .slick-list {
  overflow: visible;
}
.gezocht-slider .slick-list .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.gezocht-slider__slider {
  width: calc(100% + 10px);
  margin-bottom: 30px;
}
.gezocht-slider__slider .card-gezocht::after {
  background-color: #d27329;
}
@media (min-width: 1024px) {
  .gezocht-slider__slider {
    width: calc(100% + 15px);
  }
}
@media (min-width: 1440px) {
  .gezocht-slider__slider {
    width: calc(100% + 22px);
    margin-bottom: 45px;
  }
}
.gezocht-slider__slide {
  padding-right: 10px;
}
.gezocht-slider__slide:nth-child(even) {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .gezocht-slider__slide {
    width: auto;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .gezocht-slider__slide {
    padding-right: 22px;
  }
}
@media (min-width: 1440px) {
  .gezocht-slider__title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.gezocht-slider__subtitle {
  margin-bottom: 0;
}
.gezocht-slider__label {
  display: none;
  width: 170px;
  font-family: "Architext", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #f1dec4;
  text-align: center;
  letter-spacing: 0.032em;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: rotate(10deg);
}
.gezocht-slider__label::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 61px auto;
  display: block;
  width: 62px;
  height: 62px;
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  transform: rotate(-10deg);
}
@media (min-width: 1440px) {
  .gezocht-slider__label::after {
    width: 77px;
    height: 77px;
    background-size: 77px auto;
    right: -10px;
    bottom: -60px;
  }
}
@media (min-width: 1024px) {
  .gezocht-slider__label {
    display: block;
  }
}
@media (min-width: 1440px) {
  .gezocht-slider__label {
    font-size: 38px;
  }
}
@media (min-width: 1920px) {
  .gezocht-slider__label {
    margin-right: -820px;
    right: 50%;
  }
}

.section--project-types {
  margin-bottom: var(--py-section-small);
}
.section--project-types .mfp-close {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.section--project-types .mfp-close span {
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
}
.section--project-types .mfp-close span:nth-of-type(2) {
  position: relative;
  top: -2px;
  transform: rotate(45deg);
}
.section--project-types .row {
  margin-right: -12px;
  margin-left: -12px;
}
.section--project-types .row [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
.section--project-types .row .card-house .offer {
  margin-bottom: 24px;
}
.section--project-types .project-types__title {
  margin-bottom: 24px;
  font-family: "Aeonik", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #003a27;
}
@media (min-width: 1280px) {
  .section--project-types .project-types__title {
    font-size: 24px;
  }
}
.section--project-types .type-col {
  position: relative;
}
.section--project-types .type-col::after {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 12px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.section--project-types .type-col.current::after {
  opacity: 1;
  border-bottom: 16px solid #fff;
  bottom: 0;
}
.section--project-types .card-type {
  margin-bottom: 30px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 99%);
  box-shadow: 0 4px 0 0 #003a27;
  cursor: pointer;
}
.section--project-types .card-type .card-house__content__data p {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.section--project-types .card-type .card-house__content__data p i {
  margin-right: 12px;
}
@media (min-width: 1920px) {
  .section--project-types .card-type .card-house__content__data p {
    margin-right: 32px;
  }
}
@media (min-width: 1024px) {
  .section--project-types .card-type {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .section--project-types .card-type {
    height: 450px;
  }
}
@media (min-width: 1920px) {
  .section--project-types .card-type {
    height: 550px;
  }
}
.section--project-types .build--type-wrapper {
  margin: 0;
  padding: 0;
}
.section--project-types .buildnumbers-wrap {
  margin-bottom: 20px;
  padding: 24px;
  background-color: #fff;
  position: relative;
}
.section--project-types .buildnumbers-wrap .close-numbers {
  padding: 0;
  cursor: pointer;
  top: 20px;
  right: 26px;
  left: auto;
  z-index: 2;
}
.section--project-types .buildnumbers-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(234, 216, 192, 0.5);
  padding-bottom: 24px;
  position: relative;
}
.section--project-types .buildnumbers-wrap ul .link {
  width: 100%;
  height: calc(100% + 24px);
  position: absolute;
  top: -24px;
  left: 0;
}
.section--project-types .buildnumbers-wrap ul li {
  flex: 0 0 100%;
}
.section--project-types .buildnumbers-wrap ul li:first-of-type {
  font-weight: 700;
}
@media (min-width: 1280px) {
  .section--project-types .buildnumbers-wrap ul li:first-of-type {
    font-weight: 400;
  }
}
.section--project-types .buildnumbers-wrap ul li.price {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .section--project-types .buildnumbers-wrap ul li {
    flex: 1;
  }
}
.section--project-types .buildnumbers-wrap ul:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.section--project-types .buildnumbers-wrap ul.table-head {
  padding-bottom: 16px;
}
.section--project-types .buildnumbers-wrap ul.table-data li:first-child {
  text-decoration: underline;
}
.section--project-types .buildnumbers-wrap ul.table-data .label {
  display: inline-block;
  margin: 0 16px;
  padding: 2px 8px;
  background-color: #003a27;
  font-family: "Aeonik", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.section--project-types .buildnumbers-wrap ul.table-data .mobile-label {
  display: none;
  width: 75px;
}
@media (max-width: 1279.98px) {
  .section--project-types .buildnumbers-wrap ul.table-data .mobile-label {
    display: inline-block;
  }
  .section--project-types .buildnumbers-wrap ul.table-data li:not(:last-child) {
    margin-bottom: 4px;
  }
  .section--project-types .buildnumbers-wrap ul.table-data li.price {
    justify-content: flex-start;
  }
  .section--project-types .buildnumbers-wrap ul.table-data .label {
    margin: 0;
  }
}
.section--project-types .buildnumbers-wrap strong {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .section--project-types .buildnumbers-wrap {
    margin-bottom: 24px;
  }
}

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

.card-advice {
  display: block;
  position: relative;
  transition: var(--speed-default);
}
.card-advice::before {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-advice::after {
  background-image: url(../images/advice-overlay.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  width: 100%;
  height: 44px;
  padding: 13px 15px 0 0;
  content: "\E910";
  font-family: "hetwaarehuis-icons";
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: var(--speed-default);
}
.card-advice h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1440px) {
  .card-advice h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.card-advice p {
  font-size: 16px;
}
.card-advice:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}
.card-advice:hover::after {
  opacity: 1;
}
.card-advice:hover .card-advice__content {
  padding-bottom: 60px;
}
.card-advice__content {
  width: 100%;
  border-bottom: 4px solid #d27329;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .card-advice__content {
    padding: 25px;
  }
}
.card-advice__image {
  width: 100%;
}
.card-advice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.card-property {
  display: block;
  height: 100%;
  border: 1px solid #ececec;
  background: #fff;
  position: relative;
  transition: var(--speed-default);
}
.card-property::after {
  width: calc(100% + 2px);
  height: 4px;
  background: #003a27;
  content: "";
  position: absolute;
  bottom: -5px;
  left: -1px;
}
.card-property .label-holder {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1024px) {
  .card-property .label-holder {
    top: 25px;
    left: 25px;
  }
}
.card-property:hover {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
}
.card-property__image {
  position: relative;
}
.card-property__image picture {
  overflow: hidden;
  display: block;
  height: 225px;
  position: relative;
}
@media (min-width: 1280px) {
  .card-property__image picture {
    height: 350px;
  }
}
@media (min-width: 1600px) {
  .card-property__image picture {
    height: 420px;
  }
}
@media (min-width: 1920px) {
  .card-property__image picture {
    height: 460px;
  }
}
.card-property__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.card-property__image picture,
.card-property__image img {
  width: 100%;
}
.card-property__content {
  padding: 20px;
}
.card-property__content h5 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1440px) {
  .card-property__content h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.card-property__content ul {
  display: flex;
  flex-wrap: wrap;
}
.card-property__content ul li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.card-property__content ul li::after {
  width: 2px;
  height: 16px;
  margin: 0 10px;
  background: #b7b7b7;
  content: "";
}
@media (min-width: 1440px) {
  .card-property__content ul li::after {
    margin: 0 18px;
  }
}
.card-property__content ul li i {
  margin-right: 5px;
}
@media (max-width: 1023.98px) {
  .card-property__content ul li:nth-child(3) {
    display: none;
  }
}
.card-property__content ul li:last-child::after {
  display: none;
}
@media (min-width: 1440px) {
  .card-property__content {
    padding: 25px 23px;
  }
}
.card-property__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 7px;
  background: #003a27;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.card-property__label.card-property__label--green {
  background-color: #003a27;
}
.card-property__label.card-property__label--orange {
  background-color: #d27329;
}
.card-property__label.card-property__label--blue {
  background-color: #459ba6;
}
.card-property__label--available {
  background: #d27329;
}

.card-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .card-news {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff4e6;
    padding-bottom: 10px;
  }
}
.card-news__image {
  width: 100%;
  height: 224px;
  position: relative;
}
.card-news__image picture,
.card-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card-news__image picture,
  .card-news__image img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
@media (min-width: 1440px) {
  .card-news__image picture,
  .card-news__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .card-news__image {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .card-news__image {
    width: 218px;
    height: 152px;
  }
}
.card-news__content {
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-news__content span {
  display: block;
  font-family: "Aeonik", sans-serif;
}
.card-news__content h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .card-news__content h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .card-news__content h6 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .card-news__content {
    bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .card-news__content {
    width: calc(100% - 218px);
    padding: 15px 20px;
    color: #003a27;
    position: static;
  }
}
@media (min-width: 1600px) {
  .card-news__content {
    padding: 15px 40px;
  }
}
.card-news__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 7px;
  background: #003a27;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1024px) {
  .card-news__label {
    top: 25px;
    left: 25px;
  }
}
.card-news--big {
  border-bottom: 0;
}
.card-news--big .card-news__image {
  width: 100%;
}
@media (min-width: 1440px) {
  .card-news--big .card-news__image {
    height: 511px;
  }
}
@media (min-width: 1600px) {
  .card-news--big .card-news__image {
    height: 499px;
  }
}
.card-news--big .card-news__content {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card-blog {
  display: block;
  background: #fff;
  box-shadow: 0 4px 0 0 #d27329;
  position: relative;
  transition: var(--speed-default);
}
.card-blog__image {
  padding-top: 71.2230215827%;
  position: relative;
}
.card-blog__image::before {
  width: 100%;
  height: 100%;
  background: 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-blog__image picture,
.card-blog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-blog__content {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .card-blog__content {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.card-blog__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 7px;
  background: #d27329;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1024px) {
  .card-blog__label {
    top: 25px;
    left: 25px;
  }
}

.card-gezocht {
  display: block;
  height: 100%;
  background: #fff;
  position: relative;
  transition: var(--speed-default);
}
.card-gezocht::after {
  width: calc(100% + 2px);
  height: 4px;
  background: #d27329;
  content: "";
  position: absolute;
  bottom: -5px;
  left: -1px;
}
.card-gezocht:hover {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
}
.card-gezocht__image {
  position: absolute;
  right: 45px;
  top: -30px;
  z-index: 0;
}
.card-gezocht__image picture {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.16);
  transform: rotate(339deg);
  overflow: hidden;
  display: block;
  height: 80px;
  width: 80px;
  position: relative;
}
@media (min-width: 1600px) {
  .card-gezocht__image picture {
    width: 148px;
    height: 148px;
  }
}
.card-gezocht__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.card-gezocht__content {
  padding: 32px;
}
.card-gezocht__content .content__label {
  font-size: 32px;
  margin-bottom: 24px;
  display: block;
  font-weight: 600;
}
.card-gezocht__content .content__title {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
}
.card-gezocht__content .content__subtitle {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: normal;
}
.card-gezocht__content ul {
  display: flex;
  flex-wrap: wrap;
}
.card-gezocht__content ul li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.card-gezocht__content ul li::after {
  width: 2px;
  height: 16px;
  margin: 0 10px;
  background: #b7b7b7;
  content: "";
}
@media (min-width: 1440px) {
  .card-gezocht__content ul li::after {
    margin: 0 18px;
  }
}
.card-gezocht__content ul li i {
  margin-right: 5px;
}
@media (max-width: 1023.98px) {
  .card-gezocht__content ul li:nth-child(3) {
    display: none;
  }
}
.card-gezocht__content ul li:last-child::after {
  display: none;
}
@media (min-width: 1440px) {
  .card-gezocht__content {
    padding: 64px 200px 64px 64px;
  }
}

.type-col.current .card-house.current .offer {
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.24);
}

.card-house .offer {
  overflow: hidden;
  height: 346px;
  margin-bottom: 40px;
  padding: 26px 24px 24px;
  box-shadow: 0 4px 0 0 #003a27;
  position: relative;
}
.card-house .offer::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-house .offer .card-house__thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-house .offer .card-house__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-house .offer .card-house__thumb .label-holder {
  display: flex;
  position: absolute;
  top: 26px;
  left: 24px;
}
@media (min-width: 1024px) {
  .card-house .offer .card-house__thumb .label-holder {
    top: 25px;
    left: 25px;
  }
}
.card-house .offer .card-house__thumb .card-house__label {
  padding: 2px 8px;
  background-color: #003a27;
  font-family: "Aeonik", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.card-house .offer .card-house__thumb .card-house__label:first-child {
  margin-right: 5px;
}
.card-house .offer .card-house__thumb .card-house__label.card-house__label--green {
  background-color: #459ba6;
}
.card-house .offer .card-house__thumb .card-house__label.card-house__label--orange {
  background-color: #d27329;
}
.card-house .offer .card-house__thumb .card-house__label.card-house__label--blue {
  background-color: #459ba6;
}
.card-house .offer .card-house__content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}
.card-house .offer .card-house__content h6 {
  color: #fff;
}
.card-house .offer .card-house__content p {
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.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 #fff4e6;
  background-color: #fff;
  position: relative;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
}
.form-check .form-check__indicator::after {
  opacity: 0;
  content: "";
}
.form-check .form-check__text {
  padding-left: 15px;
  font-size: calc(var(--font-size-base) / 1.125);
  -webkit-user-select: none;
          user-select: none;
}
.form-check input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
  z-index: -1;
}
.form-check input:disabled ~ * {
  opacity: 0.5;
  cursor: default;
}
.form-check input:checked ~ .form-check__indicator::after {
  opacity: 1;
}
.form-check input[type=checkbox] ~ .form-check__indicator::after {
  width: 7px;
  height: 10px;
  border-top: 2px solid #d27329;
  border-right: 2px solid #d27329;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}
.form-check input[type=checkbox]:checked ~ .form-check__indicator::after {
  animation-name: checkmark;
  animation-duration: var(--speed-sluggish);
  animation-timing-function: ease-out;
}
@keyframes checkmark {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
  }
  20% {
    opacity: 1;
    width: 7px;
    height: 0;
  }
  40% {
    opacity: 1;
    width: 7px;
    height: 10px;
  }
  100% {
    opacity: 1;
    width: 7px;
    height: 10px;
  }
}
.form-check input[type=radio] ~ .form-check__indicator {
  border-radius: 50%;
}
.form-check input[type=radio] ~ .form-check__indicator::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d27329;
  transform: scale(0);
  transition: transform var(--speed-fast) ease-out;
}
.form-check input[type=radio]:checked ~ .form-check__indicator::after {
  transform: scale(1);
}
.form-check + .form-check {
  margin-top: 15px;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:not([type=radio]),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea, .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-selected, .form-control {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid rgba(183, 183, 183, 0.3);
  background-color: #fff;
  transition: border-color var(--speed-default) ease-out;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:not([type=radio])::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::placeholder, .custom-select .select-items .select-items__body .select-items__body__option::placeholder, .custom-select .select-selected::placeholder, .form-control::placeholder {
  color: #b7b7b7;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:disabled:not([type=radio]),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select:disabled,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:disabled, .custom-select .select-items .select-items__body .select-items__body__option:disabled, .custom-select .select-selected:disabled, .form-control:disabled {
  opacity: 0.5;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:not(textarea):not([type=radio]), .custom-select .select-items .select-items__body .select-items__body__option:not(textarea), .custom-select .select-selected:not(textarea), .form-control:not(textarea),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select:not(input[type=radio]),
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:not(input[type=radio]), .custom-select .select-items .select-items__body .select-items__body__option:not(input[type=radio]), .custom-select .select-selected:not(input[type=radio]), .form-control:not(input[type=radio]) {
  display: flex;
  align-items: center;
  height: var(--height-btn);
}
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:not([type=radio]), .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid input:not([type=radio]),
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid select,
.form-group--invalid .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-group--invalid textarea, .form-group--invalid .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-items .select-items__body .form-group--invalid .select-items__body__option, .form-group--invalid .custom-select .select-selected, .custom-select .form-group--invalid .select-selected, .form-group--invalid .form-control {
  border-color: #d27329;
}

select.form-control {
  background-image: url(../images/select-arrow.svg);
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  cursor: pointer;
}

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

.ginput_container_consent,
.gfield_checkbox .gchoice {
  position: relative;
}
.ginput_container_consent input,
.gfield_checkbox .gchoice input {
  opacity: 0;
  width: 0 !important; /* stylelint-disable-line declaration-no-important */
  height: 0 !important; /* stylelint-disable-line declaration-no-important */
  position: absolute;
  top: 0;
  left: 0;
}
.ginput_container_consent label,
.gfield_checkbox .gchoice label {
  display: inline-block !important; /* stylelint-disable-line declaration-no-important */
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
  color: #003a27;
  cursor: pointer;
}
.ginput_container_consent label::after,
.gfield_checkbox .gchoice label::after {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(183, 183, 183, 0.3);
  border-radius: 0;
  background: #fff;
  content: "\E901";
  font-family: "hetwaarehuis-icons";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
.ginput_container_consent input:checked + label::after,
.gfield_checkbox .gchoice input:checked + label::after {
  border-color: #003a27;
  background: #003a27;
}

.gfield_checkbox .gchoice label::after {
  top: 2px;
}
.gfield_checkbox .gchoice:not(:last-child) {
  margin-bottom: 5px;
}

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

.form-group {
  margin-bottom: 10px;
  position: relative;
}

.input-group {
  display: flex;
}
.input-group .form-control {
  flex-grow: 1;
  height: auto;
  border-right: 0;
}
.input-group .input-group__btn-wrap {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #fff4e6;
  padding: 7px;
  background-color: #fff;
}
.input-group .input-group__btn-wrap [class*=btn] {
  flex-shrink: 0;
  margin-top: 0;
}
.input-group + .input-group {
  margin-top: 10px;
}
.input-group.input-group--io .btn, .input-group.input-group--io .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .input-group.input-group--io .gform_button, .input-group.input-group--io .search-bar__form .row .button, .search-bar__form .row .input-group.input-group--io .button, .input-group.input-group--io .heading__search-filter .row .col-md-7 .col-sm-3 .button, .heading__search-filter .row .col-md-7 .col-sm-3 .input-group.input-group--io .button, .input-group.input-group--io .popup-gallery__arrow, .input-group.input-group--io .popup-gallery__close {
  width: var(--height-btn);
  color: #d27329;
}
@media (hover: hover) and (pointer: fine) {
  .input-group.input-group--io .btn:hover, .input-group.input-group--io .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .gform_wrapper.gravity-theme .gform_footer .input-group.input-group--io .gform_button:hover, .input-group.input-group--io .search-bar__form .row .button:hover, .search-bar__form .row .input-group.input-group--io .button:hover, .input-group.input-group--io .heading__search-filter .row .col-md-7 .col-sm-3 .button:hover, .heading__search-filter .row .col-md-7 .col-sm-3 .input-group.input-group--io .button:hover, .input-group.input-group--io .popup-gallery__arrow:hover, .input-group.input-group--io .popup-gallery__close:hover {
    background-color: #d27329;
    color: #003a27;
  }
}

.gform_wrapper.gravity-theme .gform_heading .gform_description {
  display: block;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-row-gap: 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  margin-bottom: 10px;
  position: relative;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.large {
  height: 160px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_required_asterisk {
  display: none;
}
@media (min-width: 1440px) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
    margin-bottom: 16px;
  }
}
.gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gform_footer.top_label {
  padding-top: 0;
  padding-bottom: 0;
}
/*# sourceMappingURL=app.css.map*/