@charset "UTF-8";
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #000;
  --bs-secondary: #F3F3F3;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Exo";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Exo";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  background-color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: black;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #000;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
section.popup-container-xl .popup-container-max,
section.popup-container-lg .popup-container-max,
section.popup-container-md .popup-container-max,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  section.popup-container-xl .popup-container-max, section.popup-container-lg .popup-container-max, section.popup-container-md .popup-container-max, .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  section.popup-container-xl .popup-container-max, section.popup-container-lg .popup-container-max, section.popup-container-md .popup-container-max, .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  section.popup-container-xl .popup-container-max, section.popup-container-lg .popup-container-max, section.popup-container-md .popup-container-max, .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  section.popup-container-xl .popup-container-max, section.popup-container-lg .popup-container-max, section.popup-container-md .popup-container-max, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  section.popup-container-xl .popup-container-max, section.popup-container-lg .popup-container-max, section.popup-container-md .popup-container-max, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  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 > * {
  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-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

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

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

@media (min-width: 576px) {
  .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-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .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-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .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-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .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-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .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-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn, .btn-polo-white-outlined, .btn-polo-dark, .btn-polo-light, .btn-polo-happy-gradient, .btn-polo-trans-outlined, .btn-polo-dark-outlined, section.account-menu .menu-items ul li a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-polo-white-outlined, .btn-polo-dark, .btn-polo-light, .btn-polo-happy-gradient, .btn-polo-trans-outlined, .btn-polo-dark-outlined, section.account-menu .menu-items ul li a {
    transition: none;
  }
}
.btn:hover, .btn-polo-white-outlined:hover, .btn-polo-dark:hover, .btn-polo-light:hover, .btn-polo-happy-gradient:hover, .btn-polo-trans-outlined:hover, .btn-polo-dark-outlined:hover, section.account-menu .menu-items ul li a:hover {
  color: #FFF;
}
.btn-check:focus + .btn, .btn-check:focus + .btn-polo-white-outlined, .btn-check:focus + .btn-polo-dark, .btn-check:focus + .btn-polo-light, .btn-check:focus + .btn-polo-happy-gradient, .btn-check:focus + .btn-polo-trans-outlined, .btn-check:focus + .btn-polo-dark-outlined, section.account-menu .menu-items ul li .btn-check:focus + a, .btn:focus, .btn-polo-white-outlined:focus, .btn-polo-dark:focus, .btn-polo-light:focus, .btn-polo-happy-gradient:focus, .btn-polo-trans-outlined:focus, .btn-polo-dark-outlined:focus, section.account-menu .menu-items ul li a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.btn:disabled, .btn-polo-white-outlined:disabled, .btn-polo-dark:disabled, .btn-polo-light:disabled, .btn-polo-happy-gradient:disabled, .btn-polo-trans-outlined:disabled, .btn-polo-dark-outlined:disabled, section.account-menu .menu-items ul li a:disabled, .btn.disabled, .disabled.btn-polo-white-outlined, .disabled.btn-polo-dark, .disabled.btn-polo-light, .disabled.btn-polo-happy-gradient, .disabled.btn-polo-trans-outlined, .disabled.btn-polo-dark-outlined, section.account-menu .menu-items ul li a.disabled, fieldset:disabled .btn, fieldset:disabled .btn-polo-white-outlined, fieldset:disabled .btn-polo-dark, fieldset:disabled .btn-polo-light, fieldset:disabled .btn-polo-happy-gradient, fieldset:disabled .btn-polo-trans-outlined, fieldset:disabled .btn-polo-dark-outlined, fieldset:disabled section.account-menu .menu-items ul li a, section.account-menu .menu-items ul li fieldset:disabled a {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #FFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  color: #000;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-secondary:hover {
  color: #000;
  background-color: whitesmoke;
  border-color: #f4f4f4;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: whitesmoke;
  border-color: #f4f4f4;
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: whitesmoke;
  border-color: #f4f4f4;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

.btn-success {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #FFF;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #FFF;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #FFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #FFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 243, 243, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 243, 243, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #F3F3F3;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
  font-weight: 800;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 800;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: "Exo";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #E8E8E8;
  background-clip: padding-box;
  border: 1px solid #B7B7B7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #111;
  background-color: #E8E8E8;
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control::placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #111;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #111;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #111;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #FFF;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-family: "Exo";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #E8E8E8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #B7B7B7;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #E8E8E8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='gray'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .btn-polo-white-outlined, .btn-check[disabled] + .btn-polo-dark, .btn-check[disabled] + .btn-polo-light, .btn-check[disabled] + .btn-polo-happy-gradient, .btn-check[disabled] + .btn-polo-trans-outlined, .btn-check[disabled] + .btn-polo-dark-outlined, section.account-menu .menu-items ul li .btn-check[disabled] + a, .btn-check:disabled + .btn, .btn-check:disabled + .btn-polo-white-outlined, .btn-check:disabled + .btn-polo-dark, .btn-check:disabled + .btn-polo-light, .btn-check:disabled + .btn-polo-happy-gradient, .btn-check:disabled + .btn-polo-trans-outlined, .btn-check:disabled + .btn-polo-dark-outlined, section.account-menu .menu-items ul li .btn-check:disabled + a {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0ABBB8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3b3b3;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0ABBB8;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3b3b3;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .btn-polo-white-outlined, .input-group .btn-polo-dark, .input-group .btn-polo-light, .input-group .btn-polo-happy-gradient, .input-group .btn-polo-trans-outlined, .input-group .btn-polo-dark-outlined, .input-group section.account-menu .menu-items ul li a, section.account-menu .menu-items ul li .input-group a {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .btn-polo-white-outlined:focus, .input-group .btn-polo-dark:focus, .input-group .btn-polo-light:focus, .input-group .btn-polo-happy-gradient:focus, .input-group .btn-polo-trans-outlined:focus, .input-group .btn-polo-dark-outlined:focus, .input-group section.account-menu .menu-items ul li a:focus, section.account-menu .menu-items ul li .input-group a:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .btn-polo-white-outlined,
.input-group-lg > .btn-polo-dark,
.input-group-lg > .btn-polo-light,
.input-group-lg > .btn-polo-happy-gradient,
.input-group-lg > .btn-polo-trans-outlined,
.input-group-lg > .btn-polo-dark-outlined,
section.account-menu .menu-items ul li .input-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .btn-polo-white-outlined,
.input-group-sm > .btn-polo-dark,
.input-group-sm > .btn-polo-light,
.input-group-sm > .btn-polo-happy-gradient,
.input-group-sm > .btn-polo-trans-outlined,
.input-group-sm > .btn-polo-dark-outlined,
section.account-menu .menu-items ul li .input-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: black;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #000;
  border-color: #dee2e6 #dee2e6 #000;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #000;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
section.popup-container-xl .navbar > .popup-container-max,
section.popup-container-lg .navbar > .popup-container-max,
section.popup-container-md .navbar > .popup-container-max,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='29px' height='16px' viewBox='0 0 29 16' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999 0L27.001 0Q27.0994 0 27.1959 0.0191955Q27.2924 0.038391 27.3833 0.0760443Q27.4742 0.113698 27.556 0.168362Q27.6378 0.223026 27.7074 0.2926Q27.777 0.362175 27.8316 0.443985Q27.8863 0.525796 27.924 0.616699Q27.9616 0.707602 27.9808 0.804105Q28 0.900607 28 0.999L28 1.001Q28 1.09939 27.9808 1.1959Q27.9616 1.2924 27.924 1.3833Q27.8863 1.4742 27.8316 1.55601Q27.777 1.63783 27.7074 1.7074Q27.6378 1.77697 27.556 1.83164Q27.4742 1.8863 27.3833 1.92396Q27.2924 1.96161 27.1959 1.9808Q27.0994 2 27.001 2L0.999 2Q0.900607 2 0.804105 1.9808Q0.707602 1.96161 0.616699 1.92396Q0.525796 1.8863 0.443985 1.83164Q0.362175 1.77697 0.2926 1.7074Q0.223026 1.63783 0.168362 1.55601Q0.113698 1.4742 0.0760443 1.3833Q0.038391 1.2924 0.0191955 1.1959Q0 1.09939 0 1.001L0 0.999Q0 0.900607 0.0191955 0.804105Q0.038391 0.707602 0.0760443 0.616699Q0.113698 0.525796 0.168362 0.443985Q0.223026 0.362175 0.2926 0.2926Q0.362175 0.223026 0.443985 0.168362Q0.525796 0.113698 0.616699 0.0760443Q0.707602 0.038391 0.804105 0.0191955Q0.900607 0 0.999 0L0.999 0Z' transform='translate%280.5 2.5%29' id='Rectangle' fill='%23FFFFFF' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M0.999 0L27.001 0Q27.0994 0 27.1959 0.0191955Q27.2924 0.038391 27.3833 0.0760443Q27.4742 0.113698 27.556 0.168362Q27.6378 0.223026 27.7074 0.2926Q27.777 0.362175 27.8316 0.443985Q27.8863 0.525796 27.924 0.616699Q27.9616 0.707602 27.9808 0.804105Q28 0.900607 28 0.999L28 1.001Q28 1.09939 27.9808 1.1959Q27.9616 1.2924 27.924 1.3833Q27.8863 1.4742 27.8316 1.55601Q27.777 1.63783 27.7074 1.7074Q27.6378 1.77697 27.556 1.83164Q27.4742 1.8863 27.3833 1.92396Q27.2924 1.96161 27.1959 1.9808Q27.0994 2 27.001 2L0.999 2Q0.900607 2 0.804105 1.9808Q0.707602 1.96161 0.616699 1.92396Q0.525796 1.8863 0.443985 1.83164Q0.362175 1.77697 0.2926 1.7074Q0.223026 1.63783 0.168362 1.55601Q0.113698 1.4742 0.0760443 1.3833Q0.038391 1.2924 0.0191955 1.1959Q0 1.09939 0 1.001L0 0.999Q0 0.900607 0.0191955 0.804105Q0.038391 0.707602 0.0760443 0.616699Q0.113698 0.525796 0.168362 0.443985Q0.223026 0.362175 0.2926 0.2926Q0.362175 0.223026 0.443985 0.168362Q0.525796 0.113698 0.616699 0.0760443Q0.707602 0.038391 0.804105 0.0191955Q0.900607 0 0.999 0L0.999 0Z' transform='translate%280.5 11.5%29' id='Rectangle-Copy-21' fill='%23FFFFFF' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M3 6C4.65685 6 6 4.65685 6 3C6 1.34315 4.65685 0 3 0C1.34315 0 0 1.34315 0 3C0 4.65685 1.34315 6 3 6Z' transform='translate%2817.5 9.5%29' id='Oval-Copy-11' fill='%23FFFFFF' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M3 6C4.65685 6 6 4.65685 6 3C6 1.34315 4.65685 0 3 0C1.34315 0 0 1.34315 0 3C0 4.65685 1.34315 6 3 6Z' transform='translate%285.5 0.5%29' id='Oval-Copy-12' fill='%23FFFFFF' fill-rule='evenodd' stroke='none' /%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #FFF;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #FFF;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFF;
  background-color: #000;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #FFF;
  text-align: left;
  background-color: #000;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: #e6e6e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #000;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: black;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: black;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFF;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .btn-polo-white-outlined .badge, .btn-polo-dark .badge, .btn-polo-light .badge, .btn-polo-happy-gradient .badge, .btn-polo-trans-outlined .badge, .btn-polo-dark-outlined .badge, section.account-menu .menu-items ul li a .badge {
  position: relative;
  top: -1px;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFF;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !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;
}

.d-none, .desktop-only-inline-block, .desktop-only-flex, .desktop-only-inline, .desktop-only-block {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #000 !important;
}

.border-secondary {
  border-color: #F3F3F3 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #FFF !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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;
}

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

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

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

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

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

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

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5, section.home-gallery-vind-je-polo {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

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

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

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

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #000 !important;
}

.text-secondary {
  color: #F3F3F3 !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #FFF !important;
}

.text-body {
  color: #FFF !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #000 !important;
}

.bg-secondary {
  background-color: #F3F3F3 !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #FFF !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

  .d-sm-none {
    display: none !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;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

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

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .bg-sm-black {
    background-color: #000 !important;
  }

  .bg-sm-white {
    background-color: #FFF !important;
  }

  .text-sm-black {
    color: #000 !important;
  }

  .text-sm-white {
    color: #FFF !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

  .d-md-grid {
    display: grid !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;
  }

  .d-md-none {
    display: none !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;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

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

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .bg-md-black {
    background-color: #000 !important;
  }

  .bg-md-white {
    background-color: #FFF !important;
  }

  .text-md-black {
    color: #000 !important;
  }

  .text-md-white {
    color: #FFF !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline, .desktop-only-inline {
    display: inline !important;
  }

  .d-lg-inline-block, .desktop-only-inline-block {
    display: inline-block !important;
  }

  .d-lg-block, .desktop-only-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !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, .desktop-only-flex {
    display: flex !important;
  }

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

  .d-lg-none, .mobile-only {
    display: none !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;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

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

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .bg-lg-black {
    background-color: #000 !important;
  }

  .bg-lg-white {
    background-color: #FFF !important;
  }

  .text-lg-black {
    color: #000 !important;
  }

  .text-lg-white {
    color: #FFF !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

  .d-xl-none {
    display: none !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;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

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

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .bg-xl-black {
    background-color: #000 !important;
  }

  .bg-xl-white {
    background-color: #FFF !important;
  }

  .text-xl-black {
    color: #000 !important;
  }

  .text-xl-white {
    color: #FFF !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

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

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

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

  .d-xxl-grid {
    display: grid !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;
  }

  .d-xxl-none {
    display: none !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;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !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-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

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

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

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

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

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

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

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

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .bg-xxl-black {
    background-color: #000 !important;
  }

  .bg-xxl-white {
    background-color: #FFF !important;
  }

  .text-xxl-black {
    color: #000 !important;
  }

  .text-xxl-white {
    color: #FFF !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
main {
  min-height: 600px;
  width: 100vw;
  position: relative;
  z-index: 10;
  background-color: black;
}
@media (min-width: 992px) {
  main {
    width: calc(100vw - 60px) !important;
  }
}

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.page-footer {
  width: 100vw;
}
@media (min-width: 992px) {
  section.page-footer {
    width: calc(100vw - 60px) !important;
  }
}

#bootstrap-grid-overlay {
  width: 100vw;
}
@media (min-width: 992px) {
  #bootstrap-grid-overlay {
    width: calc(100vw - 60px) !important;
  }
}

label.form-label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

label.form-check-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

form.form-on-white label.form-label {
  color: #000;
}

.input-dark, .select-dark, div.polo-accordion-page-nav .accordion-item .accordion-body select, form.form-dark .form-control {
  background-color: #3A3A3A;
  border: solid 1px #3A3A3A;
  color: #FFF;
}

.input-black, .input-black-end-white {
  background-color: #000;
  border: 0;
  color: #FFF;
}
.input-black:-moz-read-only, .input-black-end-white:-moz-read-only {
  background-color: #3C3C3C;
}
.input-black:read-only, .input-black-end-white:read-only {
  background-color: #3C3C3C;
}

.form-control:focus {
  box-shadow: none !important;
}

input[type=date] {
  background-color: #000;
  background-image: url("/assets/svg/input-date-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
  visibility: hidden;
  -webkit-appearance: none;
}

input[type=time] {
  background-color: #000;
  background-image: url("/assets/svg/input-time-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
}
input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-calendar-picker-indicator {
  visibility: hidden;
  -webkit-appearance: none;
}

.input-black-end-white {
  background: linear-gradient(to right, #000 calc(100% - 40px), blue 40px);
}

.select-black {
  background-color: #000;
  border: 0;
  color: #FFF;
  background-image: url("/assets/svg/select-arrow-black.svg") !important;
}

.form-select {
  background-size: 34px 34px;
  background-position: calc(100% + 2px);
  background-image: url("/assets/svg/select-arrow.svg");
}

.form-select-larger {
  height: 34px;
  background-size: 34px;
}

.form-check-input[type=checkbox], .form-check-input[type=radio] {
  box-shadow: none !important;
}

.form-check-input[type=checkbox].sliding-toggle {
  height: 1.6em;
  width: 3.2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='rgba%0, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"), linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
  border: 0;
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e"), linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
  border: 0;
}

.bg-accent-red {
  background-color: #FD0E35;
}

.bg-silver {
  background-color: #E8E8E8;
}

.bg-happy {
  background: linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
}

.bg-light-gray, main.proefrit .page-main-color, main.proefrit .page-top-color, main.financiering-start .page-main-color, main.financiering-start .page-top-color {
  background-color: #2C2C2C;
}

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

.bg-000 {
  background-color: #000 !important;
}

.bg-fff {
  background-color: #FFF !important;
}

.text-fff {
  color: #FFF !important;
}

.mw-80 {
  max-width: 80%;
}

.price-big {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

.p-small {
  font-size: 13px;
}

.overflow-x-hidden, section.popup-container-xl, section.popup-container-lg, section.popup-container-md {
  overflow-x: hidden;
}

.popup-shadow {
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.26);
  border-radius: 20px;
}

.page-link {
  z-index: auto !important;
  border-radius: 9999px !important;
  cursor: pointer;
}

.btn-polo-dark-outlined, section.account-menu .menu-items ul li a {
  letter-spacing: 1.5px;
  font-size: 15px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  transition: background-color ease-in-out 220ms, color ease-in-out 220ms, border-color ease-in-out 220ms;
  white-space: nowrap;
  border-width: 2px;
  color: #FFF;
  border-width: 2px;
  color: #FFF;
  background-color: #000;
  border-color: #FFF;
}
@media (max-width: 991.98px) {
  .btn-polo-dark-outlined, section.account-menu .menu-items ul li a {
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 30px;
    letter-spacing: 0.15em;
  }
}
.btn-polo-dark-outlined:hover, section.account-menu .menu-items ul li a:hover {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
.btn-check:focus + .btn-polo-dark-outlined, section.account-menu .menu-items ul li .btn-check:focus + a, .btn-polo-dark-outlined:focus, section.account-menu .menu-items ul li a:focus {
  color: #000;
  background-color: #FFF;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-polo-dark-outlined, section.account-menu .menu-items ul li .btn-check:checked + a, .btn-check:active + .btn-polo-dark-outlined, section.account-menu .menu-items ul li .btn-check:active + a, .btn-polo-dark-outlined:active, section.account-menu .menu-items ul li a:active, .btn-polo-dark-outlined.active, section.account-menu .menu-items ul li a.active, .show > .btn-polo-dark-outlined.dropdown-toggle, section.account-menu .menu-items ul li .show > a.dropdown-toggle {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-polo-dark-outlined:focus, section.account-menu .menu-items ul li .btn-check:checked + a:focus, .btn-check:active + .btn-polo-dark-outlined:focus, section.account-menu .menu-items ul li .btn-check:active + a:focus, .btn-polo-dark-outlined:active:focus, section.account-menu .menu-items ul li a:active:focus, .btn-polo-dark-outlined.active:focus, section.account-menu .menu-items ul li a.active:focus, .show > .btn-polo-dark-outlined.dropdown-toggle:focus, section.account-menu .menu-items ul li .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-polo-dark-outlined:disabled, section.account-menu .menu-items ul li a:disabled, .btn-polo-dark-outlined.disabled, section.account-menu .menu-items ul li a.disabled {
  color: #FFF;
  background-color: #000;
  border-color: #FFF;
}

.btn-polo-trans-outlined {
  letter-spacing: 1.5px;
  font-size: 15px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  transition: background-color ease-in-out 220ms, color ease-in-out 220ms, border-color ease-in-out 220ms;
  white-space: nowrap;
  border-width: 2px;
  color: #FFF;
  border-width: 2px;
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
@media (max-width: 991.98px) {
  .btn-polo-trans-outlined {
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 30px;
    letter-spacing: 0.15em;
  }
}
.btn-polo-trans-outlined:hover {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:focus + .btn-polo-trans-outlined, .btn-polo-trans-outlined:focus {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-polo-trans-outlined, .btn-check:active + .btn-polo-trans-outlined, .btn-polo-trans-outlined:active, .btn-polo-trans-outlined.active, .show > .btn-polo-trans-outlined.dropdown-toggle {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-polo-trans-outlined:focus, .btn-check:active + .btn-polo-trans-outlined:focus, .btn-polo-trans-outlined:active:focus, .btn-polo-trans-outlined.active:focus, .show > .btn-polo-trans-outlined.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-polo-trans-outlined:disabled, .btn-polo-trans-outlined.disabled {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}

.dark-border {
  border-color: #000;
}

.dark-text {
  color: #000;
}

.btn-polo-happy-gradient {
  letter-spacing: 1.5px;
  font-size: 15px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  transition: background-color ease-in-out 220ms, color ease-in-out 220ms, border-color ease-in-out 220ms;
  white-space: nowrap;
  border-width: 2px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
}
@media (max-width: 991.98px) {
  .btn-polo-happy-gradient {
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 30px;
    letter-spacing: 0.15em;
  }
}
.btn-polo-happy-gradient:hover {
  background: linear-gradient(180deg, #0ABBB8 0%, #16D59E 100%);
}

.btn-polo-light {
  letter-spacing: 1.5px;
  font-size: 15px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  transition: background-color ease-in-out 220ms, color ease-in-out 220ms, border-color ease-in-out 220ms;
  white-space: nowrap;
  border-width: 2px;
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
@media (max-width: 991.98px) {
  .btn-polo-light {
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 30px;
    letter-spacing: 0.15em;
  }
}
.btn-polo-light:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-polo-light, .btn-polo-light:focus {
  color: #FFF;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-polo-light, .btn-check:active + .btn-polo-light, .btn-polo-light:active, .btn-polo-light.active, .show > .btn-polo-light.dropdown-toggle {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-polo-light:focus, .btn-check:active + .btn-polo-light:focus, .btn-polo-light:active:focus, .btn-polo-light.active:focus, .show > .btn-polo-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-polo-light:disabled, .btn-polo-light.disabled {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-polo-dark {
  letter-spacing: 1.5px;
  font-size: 15px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  transition: background-color ease-in-out 220ms, color ease-in-out 220ms, border-color ease-in-out 220ms;
  white-space: nowrap;
  border-width: 2px;
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
@media (max-width: 991.98px) {
  .btn-polo-dark {
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 30px;
    letter-spacing: 0.15em;
  }
}
.btn-polo-dark:hover {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:focus + .btn-polo-dark, .btn-polo-dark:focus {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-polo-dark, .btn-check:active + .btn-polo-dark, .btn-polo-dark:active, .btn-polo-dark.active, .show > .btn-polo-dark.dropdown-toggle {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-polo-dark:focus, .btn-check:active + .btn-polo-dark:focus, .btn-polo-dark:active:focus, .btn-polo-dark.active:focus, .show > .btn-polo-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-polo-dark:disabled, .btn-polo-dark.disabled {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.btn-polo-white-outlined {
  letter-spacing: 1.5px;
  font-size: 15px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  transition: background-color ease-in-out 220ms, color ease-in-out 220ms, border-color ease-in-out 220ms;
  white-space: nowrap;
  border-width: 2px;
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
@media (max-width: 991.98px) {
  .btn-polo-white-outlined {
    height: 40px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 30px;
    letter-spacing: 0.15em;
  }
}
.btn-polo-white-outlined:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-polo-white-outlined, .btn-polo-white-outlined:focus {
  color: #FFF;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-polo-white-outlined, .btn-check:active + .btn-polo-white-outlined, .btn-polo-white-outlined:active, .btn-polo-white-outlined.active, .show > .btn-polo-white-outlined.dropdown-toggle {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-polo-white-outlined:focus, .btn-check:active + .btn-polo-white-outlined:focus, .btn-polo-white-outlined:active:focus, .btn-polo-white-outlined.active:focus, .show > .btn-polo-white-outlined.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-polo-white-outlined:disabled, .btn-polo-white-outlined.disabled {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}

.btn-circle-light {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 999px;
}
.btn-circle-light:hover {
  filter: invert(0.9);
}

.btn-wide {
  min-width: 235px;
}

.btn-label-style {
  background-color: #3C3C3C;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  padding: 2px 8px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  transition: background-color 300ms ease-in-out;
}
.btn-label-style:hover {
  color: #FFF;
  background: #000;
}

div.dropdown-select-style {
  position: relative;
}
div.dropdown-select-style button.dropdown-toggle {
  font-size: 13px;
  font-weight: 600;
  background-color: #E8E8E8;
  border: 1px solid #B7B7B7;
  width: 100%;
  text-align: left;
  display: block;
}
div.dropdown-select-style button.dropdown-toggle span.extra {
  float: right;
  color: silver;
  margin-right: 45px;
}
div.dropdown-select-style button.dropdown-toggle:after {
  border: 0;
  display: block;
  height: 33px;
  width: 33px;
  background-image: url("/assets/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 33px 33px;
  position: absolute;
  right: 0;
  top: 0;
}
div.dropdown-select-style ul {
  width: 100%;
}
div.dropdown-select-style ul li {
  font-size: 13px;
  font-weight: 600;
}
div.dropdown-select-style ul li .extra {
  float: right;
  color: silver;
}

.scroll-hint {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  height: 52px;
  width: 27px;
  border: 3px solid #FFFFFF;
  border-radius: 13px;
  background: transparent;
  pointer-events: none;
  z-index: 500;
  opacity: 0;
  -webkit-animation: fade-in 1s 1s forwards;
          animation: fade-in 1s 1s forwards;
}
.scroll-hint .scroll-ball {
  width: 17px;
  height: 17px;
  position: absolute;
  background: #FFF;
  border-radius: 999px;
  margin-left: 2px;
  margin-top: 3px;
  transform: translateY(23px);
  -webkit-animation: gbounce var(--speed, 2s);
          animation: gbounce var(--speed, 2s);
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: var(--delay, 4s);
          animation-delay: var(--delay, 4s);
}
@-webkit-keyframes gbounce {
  0% {
    transform: translateY(23px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(23px);
  }
  100% {
    transform: translateY(23px);
  }
}
@keyframes gbounce {
  0% {
    transform: translateY(23px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(23px);
  }
  100% {
    transform: translateY(23px);
  }
}

@media (max-width: 991.98px) {
  .polo-tabs {
    justify-content: space-evenly;
  }
}
@media (max-width: 991.98px) {
  .polo-tabs .nav-item {
    display: block;
    flex-grow: 1;
  }
  .polo-tabs .nav-item:first-child {
    margin-right: 15px;
  }
}
.polo-tabs .nav-item button.nav-link {
  background: linear-gradient(180deg, #555555 0%, #484848 100%);
  color: #FFF;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  margin-right: 10px;
  border: 0;
  border-bottom: solid 1px #FFF;
  height: 39px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  padding: 0 20px;
  min-width: 139px;
}
@media (max-width: 991.98px) {
  .polo-tabs .nav-item button.nav-link {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .polo-tabs .nav-item button.nav-link {
    background: #000;
  }
}
.polo-tabs .nav-item button.nav-link.active {
  background: #FFF;
  border-bottom: none;
  color: #000;
}
@media (min-width: 992px) {
  .polo-tabs .nav-item button.nav-link.active {
    background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
  }
}

.polo-big-tabs-on-black {
  background: #000;
  text-align: center;
  justify-content: center;
}
.polo-big-tabs-on-black li {
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .polo-big-tabs-on-black li {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
  }
}
.polo-big-tabs-on-black .nav-item {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .polo-big-tabs-on-black .nav-item {
    margin: 0 20px;
  }
}
.polo-big-tabs-on-black .nav-item:first-of-type {
  margin-left: 0;
}
.polo-big-tabs-on-black .nav-item:last-of-type {
  margin-right: 0;
}
.polo-big-tabs-on-black .nav-item button.nav-link {
  background: linear-gradient(180deg, #555555 0%, #484848 100%);
  color: #FFF;
  border-radius: 8px 8px 0 0;
  border-bottom: solid 3px #FFF;
  padding: 0 20px;
  font-weight: 600;
  border-bottom: solid 1px #FFF;
}
@media (min-width: 992px) {
  .polo-big-tabs-on-black .nav-item button.nav-link {
    min-width: 139px;
  }
}
@media (min-width: 992px) {
  .polo-big-tabs-on-black .nav-item button.nav-link {
    padding: 0 33px;
  }
}
.polo-big-tabs-on-black .nav-item button.nav-link:not(.active) {
  margin-top: -1px;
}
.polo-big-tabs-on-black .nav-item button.nav-link.active {
  background: #FFF;
  border-bottom: none;
  color: #000;
}

div.polo-accordion {
  background: #FFF;
}
div.polo-accordion div.accordion-item {
  background: #FFF;
  border-top: solid 1px #000;
}
div.polo-accordion div.accordion-item div.accordion-body {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
div.polo-accordion div.accordion-item div.accordion-body .properties-list .property {
  display: flex;
}
div.polo-accordion div.accordion-item div.accordion-body .properties-list .property label {
  width: 50%;
}
div.polo-accordion div.accordion-item button.accordion-button {
  background: #FFF;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  box-shadow: none !important;
}
div.polo-accordion div.accordion-item button.accordion-button:after {
  background-image: url("/assets/svg/faq-plus.svg");
}
div.polo-accordion div.accordion-item button.accordion-button:not(.collapsed) {
  background: #000;
  color: #FFF;
}
div.polo-accordion div.accordion-item button.accordion-button:not(.collapsed):after {
  background-image: url("/assets/svg/faq-min.svg");
}

div.polo-accordion-page-nav .accordion-item {
  border-bottom: none;
  border-radius: 0;
}
div.polo-accordion-page-nav .accordion-item .accordion-header button.accordion-button {
  border-radius: 0;
  height: 70px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  background: linear-gradient(0deg, #D3D3D3 0%, #FFFFFF 100%);
  color: #000;
  text-transform: uppercase;
}
div.polo-accordion-page-nav .accordion-item .accordion-header button.accordion-button:not(.collapsed):after {
  background-image: url("/assets/svg/faq-min-dark.svg");
}
div.polo-accordion-page-nav .accordion-item .accordion-header button.accordion-button:after {
  background-image: url("/assets/svg/faq-plus.svg");
}
div.polo-accordion-page-nav .accordion-item .accordion-body {
  background: #FFF;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
div.polo-accordion-page-nav .accordion-item .accordion-body h2, div.polo-accordion-page-nav .accordion-item .accordion-body .h2 {
  font-size: 30px;
  font-weight: 600;
}
div.polo-accordion-page-nav .accordion-item .accordion-body h3, div.polo-accordion-page-nav .accordion-item .accordion-body .h3 {
  font-size: 14px;
  font-weight: 800;
  color: #FD0E35;
}
div.polo-accordion-page-nav .accordion-item .accordion-body .properties-list .property {
  display: flex;
}
div.polo-accordion-page-nav .accordion-item .accordion-body .properties-list .property label {
  width: 50%;
}

span.info-circle {
  width: 18px;
  height: 18px;
  background-image: url("/assets/svg/info-circle.svg");
  display: inline-block;
  transform: translate(0, 4px);
  margin-right: 10px;
}
@media (min-width: 992px) {
  span.info-circle {
    float: right;
    margin-left: 10px;
    transform: translate(0, -2px);
  }
}

@media (max-width: 991.98px) {
  .menu-bar-spacer {
    height: 50px;
  }
}
nav.menu-bar {
  position: fixed;
  background-color: #FFF;
  z-index: 3000;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  nav.menu-bar {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  nav.menu-bar {
    top: 0;
    right: 0;
    height: 50px;
    left: 0;
    box-shadow: -1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  nav.menu-bar {
    top: 0;
    right: 0;
    width: 61px;
    bottom: 0;
    box-shadow: -1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  }
}
nav.menu-bar span.menu-title {
  color: #000;
  top: 17px;
  padding-right: 0;
  position: fixed;
  right: 60px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: 13px;
}
@media (min-width: 992px) {
  nav.menu-bar span.menu-title {
    color: #FFF;
    top: 28px;
    padding-right: 30px;
    font-size: 16px;
  }
  .navigation-visible nav.menu-bar span.menu-title {
    color: #000;
  }
  nav.menu-bar span.menu-title:after {
    display: inline-block;
    position: fixed;
    margin-left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #FFF;
    filter: drop-shadow(-5px 0.2rem 0.25rem rgba(0, 0, 0, 0.1));
  }
  .navigation-visible nav.menu-bar span.menu-title:after {
    border-right: 9px solid #000;
  }
}
nav.menu-bar .menu-hamburger {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  nav.menu-bar .menu-hamburger {
    height: 75px;
    width: 100%;
    border-bottom: solid 2px #EEECEC;
  }
}
nav.menu-bar .menu-hamburger:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
}
nav.menu-bar .menu-hamburger div {
  display: block;
  position: relative;
  width: 30px;
  height: 40px;
}
nav.menu-bar .menu-hamburger div .bar {
  height: 2px;
  background: black;
  border-radius: 999px;
  transition: transform 0.3s;
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
}
nav.menu-bar .menu-hamburger div .bar:nth-child(1) {
  transform: translateY(-4px);
}
nav.menu-bar .menu-hamburger div .bar:nth-child(2) {
  transform: translateY(4px);
}
.navigation-visible nav.menu-bar .menu-hamburger div .bar {
  background: white;
}
.navigation-visible nav.menu-bar .menu-hamburger div .bar:nth-child(1) {
  transform: rotate(45deg);
}
.navigation-visible nav.menu-bar .menu-hamburger div .bar:nth-child(2) {
  transform: rotate(-45deg);
}
.navigation-visible nav.menu-bar .menu-hamburger {
  background: black;
}
nav.menu-bar .menu-items {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  nav.menu-bar .menu-items {
    flex-direction: column;
  }
}
nav.menu-bar .menu-items li {
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  position: relative;
}
nav.menu-bar .menu-items li:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
}
nav.menu-bar .menu-items li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.menu-bar .menu-items li a.selected {
  background: #FFF;
  filter: invert(100%);
}
nav.menu-bar .menu-items li a.selected .indicator {
  color: #000;
  background: #02f1ca;
}
nav.menu-bar .menu-items li img {
  width: 33px;
  height: 33px;
}
@media (max-width: 991.98px) {
  nav.menu-bar .menu-items li img {
    width: inherit;
    max-height: 22px;
    max-width: 26px;
  }
}
@media (max-width: 991.98px) {
  nav.menu-bar .menu-items li {
    width: 50px;
    height: 50px;
    border-right: solid 1px #D8D8D8;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  nav.menu-bar .menu-items li {
    border-bottom: solid 2px #EEECEC;
    height: 75px;
  }
}
nav.menu-bar .menu-items li .indicator {
  background: #FD0E35;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 9999px;
  font-weight: 500;
  width: 1.5em;
  height: 1.5em;
  font-size: 12px;
  position: fixed;
  transform: translate(10px, -10px);
}
@media (min-width: 992px) {
  nav.menu-bar .menu-items li .indicator {
    transform: translate(10px, -15px);
  }
}
nav.menu-bar .menu-contact {
  display: none;
}
@media (min-width: 992px) {
  nav.menu-bar .menu-contact {
    display: block;
    padding-bottom: 8px;
  }
}
nav.menu-bar .menu-contact li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: center;
}

.sticky-mobile-bg-aanbod {
  background-image: url("/assets/img/pexels-marcus-vina-ribeiro-2825033.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main.aanbod {
  background-image: url("/assets/img/pexels-marcus-vina-ribeiro-2825033.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100vw;
  background-position: top;
}
@media (max-width: 991.98px) {
  main.aanbod {
    background-image: none;
    background: transparent;
  }
}

main.info {
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
main.info .jumbo {
  position: relative;
  overflow: hidden;
}
main.info .jumbo .background-image {
  background-image: url("/assets/img/pexels-rahul-pandit-3052448.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
main.info .jumbo .jumbo-text-container {
  position: relative;
  z-index: 20;
}
main.info .jumbo img {
  opacity: 0;
  -webkit-animation: in-up 1s 0.4s forwards;
          animation: in-up 1s 0.4s forwards;
}
main.info .jumbo h1, main.info .jumbo .h1 {
  opacity: 0;
  -webkit-animation: in-up 1s 0.6s forwards;
          animation: in-up 1s 0.6s forwards;
}
main.info .jumbo h2, main.info .jumbo .h2 {
  opacity: 0;
  -webkit-animation: in-up 1s 0.8s forwards;
          animation: in-up 1s 0.8s forwards;
}

main.account-public {
  height: 100vh;
  background-color: #000;
}
@media (min-width: 992px) {
  main.account-public {
    background: #E60F32;
    background-image: url("/assets/svg/logo-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
main.account-public h2, main.account-public .h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
main.account-public p {
  font-size: 12px;
}
@media (min-width: 992px) {
  main.account-public p {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  main.account-public #form-account-new .form-control {
    background: #3A3A3A;
    border: solid 1px #3A3A3A;
    color: #FFF;
  }
}

.car-carousel-scroll-mobile {
  display: none;
  position: absolute;
  top: calc(26vw - 30px);
  width: 32px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
}
@media (max-width: 991.98px) {
  .car-carousel-scroll-mobile {
    display: flex;
  }
}
.car-carousel-scroll-mobile img {
  width: 8px !important;
  height: auto !important;
}
.car-carousel-scroll-mobile.car-carousel-prev-mobile {
  left: 0;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  justify-content: flex-start;
  padding-left: 8px;
}
.car-carousel-scroll-mobile.car-carousel-next-mobile {
  right: 0;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  justify-content: flex-end;
  padding-right: 8px;
}

main.blog {
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

main.blog-detail {
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
main.blog-detail .mobile-header-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 220px;
}
@media (min-width: 1400px) {
  main.blog-detail .container {
    max-width: 1220px;
  }
}
main.blog-detail h1, main.blog-detail .h1 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.45rem + 2.4vw);
  font-weight: 500;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  main.blog-detail h1, main.blog-detail .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  main.blog-detail h1, main.blog-detail .h1 {
    line-height: 3.25rem;
  }
}
@media (min-width: 992px) {
  main.blog-detail h1, main.blog-detail .h1 {
    max-width: 75%;
  }
}
main.blog-detail .blog-post h2, main.blog-detail .blog-post .h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}
main.blog-detail .blog-post h3, main.blog-detail .blog-post .h3 {
  color: #FD0E35;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  main.blog-detail .blog-post h3, main.blog-detail .blog-post .h3 {
    margin-top: 20px;
  }
}
main.blog-detail .container-blog-teaser-tiles {
  background: black;
  width: 100%;
  overflow: hidden;
}
main.blog-detail .container-blog-teaser-tiles .tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 20px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
main.blog-detail .container-blog-teaser-tiles .tile:hover a {
  background: #FFF;
  color: #000;
}
main.blog-detail .container-blog-teaser-tiles .tile:hover .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main.blog-detail .container-blog-teaser-tiles .tile .img {
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: center;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  transition: width 1s, height 1s, top 1s, left 1s;
}
main.blog-detail .container-blog-teaser-tiles .tile h1, main.blog-detail .container-blog-teaser-tiles .tile .h1 {
  font-size: 30px;
  line-height: 42px;
  z-index: 5;
  text-align: center;
}
main.blog-detail .container-blog-teaser-tiles .tile a {
  z-index: 5;
}

main.financiering {
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
main.financiering .jumbo {
  background-image: url("/assets/img/pexels-anderson-miranda-2351075.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  main.financiering .jumbo {
    background-image: url("/assets/img/financiering-header-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
main.financiering .jumbo img {
  opacity: 0;
}
main.financiering .jumbo h1, main.financiering .jumbo .h1 {
  opacity: 0;
}
@media (max-width: 575.98px) {
  main.financiering .jumbo h1, main.financiering .jumbo .h1 {
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
main.financiering .jumbo h2, main.financiering .jumbo .h2 {
  opacity: 0;
}
main.financiering .jumbo.active img {
  -webkit-animation: in-up 1s 0.4s forwards;
          animation: in-up 1s 0.4s forwards;
}
main.financiering .jumbo.active h1, main.financiering .jumbo.active .h1 {
  -webkit-animation: in-up 1s 0.6s forwards;
          animation: in-up 1s 0.6s forwards;
}
main.financiering .jumbo.active h2, main.financiering .jumbo.active .h2 {
  -webkit-animation: in-up 1s 0.8s forwards;
          animation: in-up 1s 0.8s forwards;
}

main.financiering-aanvraag {
  min-height: 100vh;
  background-color: #000;
}
@media (min-width: 1200px) {
  main.financiering-aanvraag {
    background: #E60F32;
    background-image: url("/assets/svg/logo-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1199.98px) {
  main.financiering-aanvraag .popup-top {
    background-color: #2C2B2B;
    background-image: url("/assets/svg/achtergrond.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
}
main.financiering-aanvraag .popup-top h2, main.financiering-aanvraag .popup-top .h2 {
  font-size: 26px;
}
@media (min-width: 992px) {
  main.financiering-aanvraag .popup-top h2, main.financiering-aanvraag .popup-top .h2 {
    font-size: 36px;
  }
}

main.financiering-start {
  min-height: 100vh;
  background-color: #000;
}
main.financiering-start h1, main.financiering-start .h1 {
  font-weight: 600;
  font-size: 36px;
}
@media (min-width: 1200px) {
  main.financiering-start {
    background: #E60F32;
    background-image: url("/assets/svg/logo-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1199.98px) {
  main.financiering-start .page-top-color {
    background-color: #FD0E35;
  }
}
main.financiering-start .car-picture-mobile {
  background: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 80px 22px 30px 22px;
  position: relative;
}
@media (min-width: 1200px) {
  main.financiering-start .car-picture-mobile {
    display: none;
  }
}
main.financiering-start .car-picture-mobile img {
  max-width: 70%;
}
main.financiering-start .car-picture-mobile div.titles {
  position: absolute;
  left: 22px;
  top: 30px;
}
main.financiering-start .car-picture-mobile div.titles h1, main.financiering-start .car-picture-mobile div.titles .h1 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  main.financiering-start .car-picture-mobile div.titles h1, main.financiering-start .car-picture-mobile div.titles .h1 {
    font-size: 40px;
  }
}
main.financiering-start .car-picture-mobile div.titles h2, main.financiering-start .car-picture-mobile div.titles .h2 {
  font-weight: 700;
  color: #FD0E35;
  font-size: 12px;
}
@media (min-width: 992px) {
  main.financiering-start .car-picture-mobile div.titles h2, main.financiering-start .car-picture-mobile div.titles .h2 {
    font-size: 30px;
  }
}
main.financiering-start .summary-bar-mobile {
  background: #000;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 22px;
}
@media (min-width: 1200px) {
  main.financiering-start .summary-bar-mobile {
    display: none;
  }
}
main.financiering-start .summary-bar-mobile label {
  display: block;
  color: #727272;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
main.financiering-start .summary-bar-mobile span.price {
  font-size: 22px;
  font-weight: 600;
}
main.financiering-start .popup-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  height: 50%;
}
main.financiering-start .popup-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 50%;
  padding: 50px 0;
}
main.financiering-start .popup-bottom-right h1, main.financiering-start .popup-bottom-right .h1 {
  font-size: 40px;
  font-weight: 600;
}
main.financiering-start .popup-bottom-right h2, main.financiering-start .popup-bottom-right .h2 {
  font-size: 22px;
  color: #FD0E35;
  font-weight: 600;
}
main.financiering-start .popup-bottom-right .properties-list {
  width: 100%;
}
main.financiering-start .popup-bottom-right .properties-list .property {
  font-size: 15px;
  line-height: 28px;
  display: flex;
  font-weight: 600;
}
main.financiering-start .popup-bottom-right .properties-list .property label {
  width: 50%;
}
main.financiering-start .popup-bottom-right .price-list label {
  display: block;
  color: #727272;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
main.financiering-start .popup-bottom-right .price-list span.price {
  font-size: 30px;
  font-weight: 600;
}
main.financiering-start form label.col-form-label {
  font-size: 13px;
  font-weight: 500;
}
main.financiering-start form .has-info-icon {
  position: relative;
}
main.financiering-start form .has-info-icon:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 7px;
  width: 17px;
  height: 17px;
  background-image: url("/assets/svg/info-circle-dark.svg");
}
main.financiering-start form input {
  font-weight: 600;
  letter-spacing: 0;
}
main.financiering-start .maand-bedrag-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 4px;
  background: #3C3C3C;
}
main.financiering-start .maand-bedrag-box label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
main.financiering-start .maand-bedrag-box span.price {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}

main.proefrit {
  min-height: 100vh;
  background-color: #000;
}
@media (min-width: 1200px) {
  main.proefrit {
    background: #E60F32;
    background-image: url("/assets/svg/logo-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1199.98px) {
  main.proefrit .page-top-color {
    background-color: #FD0E35;
  }
}
main.proefrit .car-picture-mobile {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 22px 30px 22px;
  position: relative;
}
@media (min-width: 1200px) {
  main.proefrit .car-picture-mobile {
    display: none;
  }
}
main.proefrit .car-picture-mobile img {
  max-width: 60%;
}
main.proefrit .car-picture-mobile div.titles {
  position: absolute;
  left: 22px;
  top: 30px;
}
main.proefrit .car-picture-mobile div.titles h1, main.proefrit .car-picture-mobile div.titles .h1 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  main.proefrit .car-picture-mobile div.titles h1, main.proefrit .car-picture-mobile div.titles .h1 {
    font-size: 40px;
  }
}
main.proefrit .car-picture-mobile div.titles h2, main.proefrit .car-picture-mobile div.titles .h2 {
  font-weight: 700;
  color: #FD0E35;
  font-size: 12px;
}
@media (min-width: 992px) {
  main.proefrit .car-picture-mobile div.titles h2, main.proefrit .car-picture-mobile div.titles .h2 {
    font-size: 30px;
  }
}
main.proefrit .car-picture-mobile div.properties .property label {
  display: block;
  color: #727272;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
main.proefrit .car-picture-mobile div.properties .property span {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
main.proefrit .popup-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  height: 50%;
}
main.proefrit .popup-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 50%;
  padding: 50px 0;
}
main.proefrit .popup-bottom-right h1, main.proefrit .popup-bottom-right .h1 {
  font-size: 40px;
  font-weight: 600;
}
main.proefrit .popup-bottom-right h2, main.proefrit .popup-bottom-right .h2 {
  font-size: 22px;
  color: #FD0E35;
  font-weight: 600;
}
main.proefrit .popup-bottom-right .properties-list {
  width: 100%;
}
main.proefrit .popup-bottom-right .properties-list .property {
  font-size: 15px;
  line-height: 28px;
  display: flex;
}
main.proefrit .popup-bottom-right .properties-list .property label {
  width: 50%;
}
main.proefrit .popup-bottom-right .price-list label {
  display: block;
  color: #727272;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
main.proefrit .popup-bottom-right .price-list span.price {
  font-size: 30px;
  font-weight: 600;
}
main.proefrit form label.col-form-label {
  font-size: 13px;
  font-weight: 500;
}
main.proefrit form .voorwaarden {
  height: 90px;
  border-radius: 4px;
  overflow-y: scroll;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
  padding: 5px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
main.proefrit form .has-info-icon {
  position: relative;
}
main.proefrit form .has-info-icon:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 7px;
  width: 17px;
  height: 17px;
  background-image: url("/assets/svg/info-circle-dark.svg");
}
main.proefrit form input {
  font-weight: 600;
  letter-spacing: 0;
}
main.proefrit .maand-bedrag-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 4px;
  background: #3C3C3C;
}
main.proefrit .maand-bedrag-box label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
main.proefrit .maand-bedrag-box span.price {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}

main.page-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  main.page-404 {
    min-height: 100vh;
    height: inherit;
  }
}
main.page-404 h1, main.page-404 .h1 {
  font-size: 50px;
}
main.page-404 h2, main.page-404 .h2 {
  font-size: 30px;
  color: #FD0E35;
}

main.popup-message {
  background-color: rgba(80, 80, 80, 0.75);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  main.popup-message {
    min-height: 100vh;
    height: inherit;
  }
}
main.popup-message .popup {
  width: 860px;
  max-width: 90%;
  position: relative;
}
main.popup-message .popup .container {
  position: relative;
}
main.popup-message .popup .popup-btn-close {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  main.popup-message .popup .popup-btn-close {
    right: 20px;
    top: 20px;
  }
}
main.popup-message .popup .popup-btn-close img {
  height: 16px;
  width: 16px;
}
main.popup-message .popup .popup-top-bar {
  padding: 30px 15px;
  background: #FD0E35;
  border-radius: 20px 20px 0 0;
}
main.popup-message .popup .popup-top-bar h1, main.popup-message .popup .popup-top-bar .h1 {
  text-align: center;
}
@media (min-width: 992px) {
  main.popup-message .popup .popup-top-bar h1, main.popup-message .popup .popup-top-bar .h1 {
    margin: 0 20px;
  }
}
main.popup-message .popup .popup-body {
  border-radius: 0 0 20px 20px;
  padding: 50px 30px;
  background: #FFF;
  color: #000;
  text-align: center;
}
@media (min-width: 992px) {
  main.popup-message .popup .popup-body {
    text-align: left;
  }
}
main.popup-message .popup .popup-body p {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  main.popup-message .popup .popup-body p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }
}

main.bestellen {
  min-height: 100vh;
  background-color: #FFF;
}
@media (max-width: 1199.98px) {
  main.bestellen {
    position: relative;
    z-index: 20;
  }
}
@media (min-width: 1200px) {
  main.bestellen {
    background: #E60F32;
    background-image: url("/assets/svg/logo-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1199.98px) {
  main.bestellen .popup-top {
    background-color: #2C2B2B;
    background-image: url("/assets/svg/achtergrond.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
}
main.bestellen .summary-table {
  width: 100%;
}
main.bestellen .summary-table .property {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
  line-height: 23px;
}
@media (min-width: 992px) {
  main.bestellen .summary-table .property {
    line-height: 29px;
    font-size: 15px;
  }
}
main.bestellen .summary-table .property span.price {
  text-align: right;
}
main.bestellen .summary-table .property span.price:after {
  content: "€";
  display: inline-block;
  position: absolute;
  margin-left: -90px;
}
main.bestellen .summary-table .line {
  background: #000;
  height: 1px;
  margin: 10px 0;
}
main.bestellen .payment-types {
  width: 530px;
  max-width: 90%;
}
@media (min-width: 992px) {
  main.bestellen .afbetaling-box {
    border: 1px solid #CCCBCB;
    border-radius: 4px;
  }
}
main.bestellen .payment-types .item, main.bestellen .insurance-types .item {
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #CCCBCB;
  border-radius: 4px;
  margin-bottom: 15px;
}
main.bestellen .payment-types .item.selected, main.bestellen .insurance-types .item.selected {
  border: solid 4px #0ABBB8;
}
main.bestellen .payment-types .item .form-checkbox, main.bestellen .insurance-types .item .form-checkbox {
  width: 45px;
}
@media (min-width: 992px) {
  main.bestellen .payment-types .item .form-checkbox, main.bestellen .insurance-types .item .form-checkbox {
    width: 50px;
  }
}
main.bestellen .payment-types .item .form-checkbox .form-check-input, main.bestellen .insurance-types .item .form-checkbox .form-check-input {
  margin-left: 0;
}
main.bestellen .payment-types .item .icon, main.bestellen .insurance-types .item .icon {
  width: 60px;
  text-align: center;
}
@media (min-width: 992px) {
  main.bestellen .payment-types .item .icon, main.bestellen .insurance-types .item .icon {
    width: 70px;
  }
}
main.bestellen .payment-types .item .icon img, main.bestellen .insurance-types .item .icon img {
  width: 40px;
}
main.bestellen .payment-types .item .name, main.bestellen .insurance-types .item .name {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
main.bestellen .payment-types .item .name .title, main.bestellen .insurance-types .item .name .title {
  font-size: 16px;
}
main.bestellen .payment-types .item .name .price, main.bestellen .insurance-types .item .name .price {
  font-size: 13px;
}
main.bestellen .payment-types .item .options, main.bestellen .insurance-types .item .options {
  flex-grow: 1;
  padding: 0 30px;
}
@media (min-width: 992px) {
  main.bestellen .payment-types .item .options, main.bestellen .insurance-types .item .options {
    padding-left: 100px;
  }
}
main.bestellen .form-switch {
  display: flex;
  align-items: center;
}
main.bestellen .form-switch .form-check-input {
  margin-right: 15px;
}
main.bestellen .form-switch .form-check-label img {
  transform: scale(1.3) translateY(1px);
}
main.bestellen .insurance-types .item .icon {
  width: 100px;
}
main.bestellen .insurance-types .item .icon img {
  width: 80%;
}
main.bestellen .insurance-types .item .price {
  flex-grow: 1;
  text-align: right;
  font-weight: bold;
  padding-right: 15px;
}
main.bestellen .insurance-types .item .price small, main.bestellen .insurance-types .item .price .small {
  font-size: 12px;
}

main.bestellen-done {
  height: 100vh;
  background-image: url("/assets/img/bestellen-done-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  main.bestellen-done {
    min-height: 100vh;
    height: inherit;
  }
}
main.bestellen-done h1, main.bestellen-done .h1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 40px;
  opacity: 0;
  -webkit-animation: in-up 0.7s 0.2s forwards;
          animation: in-up 0.7s 0.2s forwards;
}
@media (min-width: 992px) {
  main.bestellen-done h1, main.bestellen-done .h1 {
    line-height: 115px;
    font-size: calc(1.81875rem + 6.825vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  main.bestellen-done h1, main.bestellen-done .h1 {
    font-size: 6.9375rem;
  }
}
main.bestellen-done h2, main.bestellen-done .h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 16px;
  opacity: 0;
  -webkit-animation: in-up 0.7s 0.2s forwards;
          animation: in-up 0.7s 0.2s forwards;
}
@media (min-width: 992px) {
  main.bestellen-done h2, main.bestellen-done .h2 {
    line-height: 43px;
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  main.bestellen-done h2, main.bestellen-done .h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  main.bestellen-done h2 br, main.bestellen-done .h2 br {
    display: none;
  }
}

main.account {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  main.account {
    min-height: 100vh;
    height: inherit;
  }
}
main.account .account-main {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  main.account {
    flex-direction: row;
  }
  main.account .account-menu {
    width: 260px;
  }
}

.home-start-scrolltrigger {
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .home-start-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.home-start {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.7s;
  pointer-events: none;
  z-index: 100;
  background: #000;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  section.home-start {
    min-height: 100vh;
    height: inherit;
  }
}
section.home-start.has-left {
  opacity: 0;
}
section.home-start.active {
  pointer-events: auto;
}
section.home-start .background-image {
  background-image: url("/assets/img/home-start-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: -100vh;
  z-index: 10;
  transform-origin: center 50vh;
  --home-start-background-opacity:0;
  --home-start-background-scale:1;
  transform: scale(var(--home-start-background-scale));
  opacity: var(--home-start-background-opacity);
}
@media (max-width: 991.98px) {
  section.home-start .background-image {
    bottom: 0;
    top: 10vh;
    transform-origin: center 20vh;
  }
}
section.home-start .container-fluid, section.home-start section.popup-container-xl .popup-container-max, section.popup-container-xl section.home-start .popup-container-max, section.home-start section.popup-container-lg .popup-container-max, section.popup-container-lg section.home-start .popup-container-max, section.home-start section.popup-container-md .popup-container-max, section.popup-container-md section.home-start .popup-container-max, section.home-start .container-sm, section.home-start .container-md, section.home-start .container-lg, section.home-start .container-xl, section.home-start .container-xxl {
  position: relative;
  z-index: 20;
}
section.home-start h1, section.home-start .h1 {
  margin: 50px 0 0;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 54px;
  opacity: 1;
  --gradient-progress: -100%;
  --gradient-progress-2: 0%;
  --gradient-angle: 135deg;
  --fading-opacity:1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(var(--gradient-angle), white var(--gradient-progress), rgba(240, 240, 240, 0) var(--gradient-progress-2));
}
@media (max-width: 575.98px) {
  section.home-start h1, section.home-start .h1 {
    font-size: 22px;
    margin-top: 20px;
  }
}
section.home-start img {
  opacity: 0;
  -webkit-animation: home-start-logo-in 1.5s 0.2s forwards;
          animation: home-start-logo-in 1.5s 0.2s forwards;
}
@-webkit-keyframes home-start-logo-in {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes home-start-logo-in {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 575.98px) {
  section.home-start img {
    width: 120px;
  }
}

.home-video-scrolltrigger {
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .home-video-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.home-video {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.7s;
  pointer-events: none;
  z-index: 90;
  background-color: #ab152a;
}
@media (max-width: 991.98px) {
  section.home-video {
    min-height: 100vh;
    height: inherit;
  }
}
@media (min-width: 1200px) {
  section.home-video {
    align-items: flex-end;
    padding-bottom: 7vh;
  }
}
section.home-video.has-left {
  opacity: 0;
}
section.home-video.active {
  pointer-events: auto;
}
section.home-video .background-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
section.home-video .background-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.home-video .background-video iframe {
  width: 100%;
  height: 100%;
}
section.home-video .container-fluid, section.home-video section.popup-container-xl .popup-container-max, section.popup-container-xl section.home-video .popup-container-max, section.home-video section.popup-container-lg .popup-container-max, section.popup-container-lg section.home-video .popup-container-max, section.home-video section.popup-container-md .popup-container-max, section.popup-container-md section.home-video .popup-container-max, section.home-video .container-sm, section.home-video .container-md, section.home-video .container-lg, section.home-video .container-xl, section.home-video .container-xxl {
  position: relative;
  z-index: 20;
}
section.home-video h1, section.home-video .h1 {
  font-size: calc(1.6625rem + 4.95vw);
  font-weight: 400;
  opacity: 0;
}
@media (min-width: 1200px) {
  section.home-video h1, section.home-video .h1 {
    font-size: 5.375rem;
  }
}
section.home-video h2, section.home-video .h2 {
  font-size: calc(1.4125rem + 1.95vw);
  line-height: calc(1.4875rem + 2.85vw);
  font-weight: 700;
  opacity: 0;
}
@media (min-width: 1200px) {
  section.home-video h2, section.home-video .h2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  section.home-video h2, section.home-video .h2 {
    line-height: 3.625rem;
  }
}
@media (max-width: 575.98px) {
  section.home-video h2, section.home-video .h2 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  section.home-video h2 br, section.home-video .h2 br {
    display: none;
  }
}
section.home-video .btn-box {
  opacity: 0;
}
section.home-video .home-video-mousefollower {
  position: absolute;
  left: -60px;
  top: -60px;
  z-index: 100;
  align-items: center;
  display: none;
}
@media (max-width: 1199.98px) {
  section.home-video .home-video-mousefollower {
    display: none !important;
  }
}
section.home-video .home-video-mousefollower img {
  margin-right: 20px;
}
section.home-video .home-video-mousefollower .label {
  font-size: 18px;
  font-weight: 600;
  color: white;
}
section.home-video .video-close {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: white;
}
@media (max-width: 1199.98px) {
  section.home-video .video-close {
    left: auto;
    right: 0;
    top: 50px;
    transform-origin: right top;
    transform: scale(0.6);
  }
}
section.home-video .video-close:hover {
  opacity: 0.9;
}
section.home-video.started h1, section.home-video.started .h1 {
  -webkit-animation: in-up 0.7s 0.7s forwards;
          animation: in-up 0.7s 0.7s forwards;
}
section.home-video.started h2, section.home-video.started .h2 {
  -webkit-animation: in-up 0.7s 1s forwards;
          animation: in-up 0.7s 1s forwards;
}
section.home-video.started .btn-box {
  -webkit-animation: in-up 0.7s 1.2s forwards;
          animation: in-up 0.7s 1.2s forwards;
}
section.home-video.active .home-video-mousefollower {
  display: flex;
}
section.home-video.is-playing h1, section.home-video.is-playing .h1,
section.home-video.is-playing h2,
section.home-video.is-playing .h2,
section.home-video.is-playing .home-video-mousefollower,
section.home-video.is-playing .btn-box {
  display: none;
}
section.home-video.is-playing .video-close {
  display: flex;
}

.bg-zoom-scrolltrigger {
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .bg-zoom-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.bg-zoom {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.7s;
  pointer-events: none;
  z-index: 80;
}
@media (max-width: 991.98px) {
  section.bg-zoom {
    min-height: 100vh;
    height: inherit;
  }
}
section.bg-zoom.has-left {
  opacity: 0;
}
section.bg-zoom.active {
  pointer-events: auto;
}
section.bg-zoom .background-image {
  background-image: url("/assets/img/collage-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  --bg-zoom-scale:0;
  --bg-zoom-opacity:0;
  transform: scale(var(--bg-zoom-scale));
  opacity: var(--bg-zoom-opacity);
}
@media (max-width: 767.98px) {
  section.bg-zoom .background-image {
    background-image: url("/assets/img/collage-mob01-donkerder.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
section.bg-zoom .bg-zoom-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(var(--bg-zoom-content-scale));
}
section.bg-zoom h1, section.bg-zoom .h1 {
  position: relative;
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 800;
  z-index: 20;
  margin-bottom: 25px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s, transform 0.7s;
}
@media (min-width: 1200px) {
  section.bg-zoom h1, section.bg-zoom .h1 {
    font-size: 5rem;
  }
}
@media (max-width: 575.98px) {
  section.bg-zoom h1, section.bg-zoom .h1 {
    font-size: 50px;
  }
}
section.bg-zoom h1 br, section.bg-zoom .h1 br {
  display: none;
}
@media (max-width: 575.98px) {
  section.bg-zoom h1 br, section.bg-zoom .h1 br {
    display: inline;
  }
}
section.bg-zoom a {
  position: relative;
  z-index: 20;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s 0.2s, transform 0.7s 0.2s;
}
section.bg-zoom.bg-zoom-text-visible h1, section.bg-zoom.bg-zoom-text-visible .h1 {
  opacity: 1;
  transform: translateY(0);
}
section.bg-zoom.bg-zoom-text-visible a {
  opacity: 1;
  transform: translateY(0);
}

.nul-naar-honderd-scrolltrigger {
  height: 100vh;
  height: 200vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .nul-naar-honderd-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.nul-naar-honderd {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.7s;
  pointer-events: none;
  z-index: 70;
  overflow: hidden;
  background-color: black;
}
@media (max-width: 991.98px) {
  section.nul-naar-honderd {
    min-height: 100vh;
    height: inherit;
  }
}
section.nul-naar-honderd.has-left {
  opacity: 0;
}
section.nul-naar-honderd.active {
  pointer-events: auto;
}
section.nul-naar-honderd .background-image {
  background-image: url("/assets/img/pexels-burak-k-1253049.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(var(--nul-100-background-scale));
  transform-origin: 65% 75%;
  opacity: 0.7;
}
section.nul-naar-honderd .container {
  position: relative;
  z-index: 20;
}
section.nul-naar-honderd h3, section.nul-naar-honderd .h3 {
  font-size: 74px;
  line-height: 80px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  opacity: 0;
}
@media (max-width: 991.98px) {
  section.nul-naar-honderd h3, section.nul-naar-honderd .h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
section.nul-naar-honderd h3 br, section.nul-naar-honderd .h3 br {
  display: none;
}
@media (max-width: 575.98px) {
  section.nul-naar-honderd h3 br, section.nul-naar-honderd .h3 br {
    display: inline;
  }
}
section.nul-naar-honderd div.teller {
  font-size: 300px;
  line-height: 300px;
  opacity: 0;
}
@media (max-width: 991.98px) {
  section.nul-naar-honderd div.teller {
    font-size: 150px;
    line-height: 150px;
  }
}
section.nul-naar-honderd.started h3, section.nul-naar-honderd.started .h3 {
  -webkit-animation: in-up 0.7s forwards;
          animation: in-up 0.7s forwards;
}
section.nul-naar-honderd.started .teller {
  -webkit-animation: in-up 0.7s 0.2s forwards;
          animation: in-up 0.7s 0.2s forwards;
}

section.option-bar {
  height: 60px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  background: #FFF;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  section.option-bar {
    background: lime;
    position: fixed;
    top: 50px;
  }
}
section.option-bar ul.option-buttons {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
section.option-bar ul.option-buttons li {
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  border-right: solid 2px #EEECEC;
  position: relative;
}
@media (max-width: 1199.98px) {
  section.option-bar ul.option-buttons li {
    font-size: 0.875rem;
  }
}
section.option-bar ul.option-buttons li:hover > .submenu {
  display: block;
}
section.option-bar ul.option-buttons li > .submenu {
  text-align: left;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #1F1F1F;
  color: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 15px;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 10px;
}
section.option-bar ul.option-buttons:last-child li:last-child {
  border-right: none;
}

.popup-nav {
  height: 70px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  background: #FD0E35;
}
.popup-nav button {
  border-radius: 4px 4px 0 0 !important;
  height: 39px;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  min-width: 160px;
}
.popup-nav button:not(.active) {
  background: #FFF;
}
.popup-nav button.active {
  background: #000;
}

section.popup-container-md {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  section.popup-container-md {
    min-height: 100vh;
    height: inherit;
  }
}
@media (min-width: 992px) {
  section.popup-container-md {
    width: calc(100vw - 60px) !important;
  }
}
section.popup-container-md .popup-container-max {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
}
@media (max-width: 767.98px) {
  section.popup-container-md .popup-container-max {
    width: 100vw;
    max-width: 100vw !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  section.popup-container-md {
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
section.popup-container-md.dark-overlay {
  background: rgba(0, 0, 0, 0.3);
}
section.popup-container-md div.popup {
  z-index: 5000;
  border-radius: 20px;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.26);
  /*
  		h2 {
  			font-size     : 36px;
  			font-weight   : 600;
  			margin-bottom : 30px;
  		}
  */
}
section.popup-container-md div.popup p {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  section.popup-container-md div.popup div.popup-half {
    position: relative;
  }
}
@media (min-width: 768px) {
  section.popup-container-md div.popup div.popup-half:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  section.popup-container-md div.popup div.popup-half:not(:first-of-type) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 768px) {
  section.popup-container-md div.popup-top {
    border-radius: 20px 20px 0 0;
  }
  section.popup-container-md div.popup-bottom {
    border-radius: 0 0 20px 20px;
  }
  section.popup-container-md div.popup-top-right {
    border-radius: 0 20px 0 0;
  }
  section.popup-container-md div.popup-bottom-right {
    border-radius: 0 0 20px 0;
  }
}

section.popup-container-lg {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  section.popup-container-lg {
    min-height: 100vh;
    height: inherit;
  }
}
@media (min-width: 992px) {
  section.popup-container-lg {
    width: calc(100vw - 60px) !important;
  }
}
section.popup-container-lg .popup-container-max {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
}
@media (max-width: 991.98px) {
  section.popup-container-lg .popup-container-max {
    width: 100vw;
    max-width: 100vw !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  section.popup-container-lg {
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
section.popup-container-lg.dark-overlay {
  background: rgba(0, 0, 0, 0.3);
}
section.popup-container-lg div.popup {
  z-index: 5000;
  border-radius: 20px;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.26);
  /*
  		h2 {
  			font-size     : 36px;
  			font-weight   : 600;
  			margin-bottom : 30px;
  		}
  */
}
section.popup-container-lg div.popup p {
  font-size: 13px;
}
@media (max-width: 991.98px) {
  section.popup-container-lg div.popup div.popup-half {
    position: relative;
  }
}
@media (min-width: 992px) {
  section.popup-container-lg div.popup div.popup-half:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  section.popup-container-lg div.popup div.popup-half:not(:first-of-type) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 992px) {
  section.popup-container-lg div.popup-top {
    border-radius: 20px 20px 0 0;
  }
  section.popup-container-lg div.popup-bottom {
    border-radius: 0 0 20px 20px;
  }
  section.popup-container-lg div.popup-top-right {
    border-radius: 0 20px 0 0;
  }
  section.popup-container-lg div.popup-bottom-right {
    border-radius: 0 0 20px 0;
  }
}

section.popup-container-xl {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  section.popup-container-xl {
    min-height: 100vh;
    height: inherit;
  }
}
@media (min-width: 992px) {
  section.popup-container-xl {
    width: calc(100vw - 60px) !important;
  }
}
section.popup-container-xl .popup-container-max {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
}
@media (max-width: 1199.98px) {
  section.popup-container-xl .popup-container-max {
    width: 100vw;
    max-width: 100vw !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  section.popup-container-xl {
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
section.popup-container-xl.dark-overlay {
  background: rgba(0, 0, 0, 0.3);
}
section.popup-container-xl div.popup {
  z-index: 5000;
  border-radius: 20px;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.26);
  /*
  		h2 {
  			font-size     : 36px;
  			font-weight   : 600;
  			margin-bottom : 30px;
  		}
  */
}
section.popup-container-xl div.popup p {
  font-size: 13px;
}
@media (max-width: 1199.98px) {
  section.popup-container-xl div.popup div.popup-half {
    position: relative;
  }
}
@media (min-width: 1200px) {
  section.popup-container-xl div.popup div.popup-half:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  section.popup-container-xl div.popup div.popup-half:not(:first-of-type) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 1200px) {
  section.popup-container-xl div.popup-top {
    border-radius: 20px 20px 0 0;
  }
  section.popup-container-xl div.popup-bottom {
    border-radius: 0 0 20px 20px;
  }
  section.popup-container-xl div.popup-top-right {
    border-radius: 0 20px 0 0;
  }
  section.popup-container-xl div.popup-bottom-right {
    border-radius: 0 0 20px 0;
  }
}

section.header {
  padding: 200px 0 100px 0;
}
section.header h1, section.header .h1 {
  font-size: 120px;
  font-weight: 800;
}
section.header h2, section.header .h2 {
  height: 246px;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 52px;
  word-spacing: -2px;
}
@media (max-width: 991.98px) {
  section.header {
    padding: 200px 0 0 0;
  }
  section.header h1, section.header .h1 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 52px;
    text-align: center;
  }
  section.header h2, section.header .h2 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
  }
}

section.jumbo {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  section.jumbo {
    flex-direction: column;
    text-align: center;
  }
}
section.jumbo h1, section.jumbo .h1 {
  font-weight: 800;
  font-size: calc(1.8125rem + 6.75vw);
}
@media (max-width: 991.98px) {
  section.jumbo h1, section.jumbo .h1 {
    font-size: calc(1.6875rem + 5.25vw);
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  section.jumbo h1, section.jumbo .h1 {
    font-size: 5.625rem;
  }
}
@media (min-width: 1200px) {
  section.jumbo h1, section.jumbo .h1 {
    font-size: 6.875rem;
  }
}
section.jumbo h2, section.jumbo .h2 {
  margin: 0;
  font-weight: 800;
  font-size: calc(1.375rem + 1.5vw);
}
@media (max-width: 991.98px) {
  section.jumbo h2, section.jumbo .h2 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  section.jumbo h2, section.jumbo .h2 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  section.jumbo h2, section.jumbo .h2 {
    font-size: 2.5rem;
  }
}

section.car-tiles {
  color: #000;
}
section.car-tiles .tile {
  position: relative;
  border-radius: 8px;
}
section.car-tiles .tile:hover .body img {
  transform: scale(1.05);
}
section.car-tiles .tile:hover {
  cursor: pointer;
}
section.car-tiles .tile div.heart {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 31px;
  background-image: url("/assets/svg/heart-silver.svg");
  background-repeat: no-repeat;
}
section.car-tiles .tile div.heart:hover, section.car-tiles .tile div.heart.selected {
  background-image: url("/assets/svg/heart-red.svg");
}
section.car-tiles .tile .body {
  background: #FFF;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.car-tiles .tile .body img {
  transition: all 300ms ease-in-out;
  padding: 60px;
  width: 100%;
}
section.car-tiles .tile .bottom {
  border-radius: 0 0 8px 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, #FFFFFF 0%, #F0F0F0 100%);
  height: 76px;
}
@media (min-width: 992px) {
  section.car-tiles .tile .bottom {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  section.car-tiles .tile .bottom ul {
    line-height: 15px;
  }
}
section.car-tiles .tile .bottom ul li {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
section.car-tiles .tile .bottom ul li:not(:last-child):after {
  content: "|";
  padding: 0 7px;
}
@media (max-width: 991.98px) {
  section.car-tiles .tile .bottom ul li:nth-child(2):after {
    content: "";
    padding: 0 7px;
  }
}
section.car-tiles .tile .bottom .price {
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .page-footer-spacer {
    height: 564px;
  }
}

section.page-footer {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  section.page-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}
section.page-footer .top {
  background: #FD0E35;
  overflow: hidden;
  height: 83px;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.page-footer .top {
    height: 64px;
  }
}
section.page-footer .top .ticker-contents {
  height: 83px;
  background: url("/assets/svg/ticker.svg") left center repeat-x;
  width: 200vw;
  -webkit-animation: ticker 10s linear infinite;
          animation: ticker 10s linear infinite;
}
@media (max-width: 991.98px) {
  section.page-footer .top .ticker-contents {
    height: 64px;
    background-size: 400px auto;
    -webkit-animation: ticker-small 10s linear infinite;
            animation: ticker-small 10s linear infinite;
  }
}
@-webkit-keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-570px);
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-570px);
  }
}
@-webkit-keyframes ticker-small {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400px);
  }
}
@keyframes ticker-small {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400px);
  }
}
section.page-footer .main {
  padding: 50px 0;
  background: #FFF;
  color: #000;
  min-height: 423px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.page-footer .main ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  font-family: "Exo";
}
section.page-footer .main h3, section.page-footer .main .h3 {
  font-size: 17px;
  font-weight: bold;
}
section.page-footer .main p {
  font-size: 13px;
  line-height: 20px;
  font-family: "Exo";
  margin-bottom: 2.3em;
}
section.page-footer .bottom {
  height: 60px;
  background: #F3F3F3;
  font-family: "Exo";
  font-size: 12px;
  line-height: 60px;
  text-align: center;
  color: #000;
}
@media (max-width: 991.98px) {
  section.page-footer .bottom {
    padding-bottom: 50px;
  }
}
section.page-footer .bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
section.page-footer .bottom ul li {
  display: inline-block;
  margin: 0 1em;
}
section.page-footer .perfect-circle-with-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
section.page-footer .btn, section.page-footer .btn-polo-dark-outlined, section.page-footer section.account-menu .menu-items ul li a, section.account-menu .menu-items ul li section.page-footer a, section.page-footer .btn-polo-trans-outlined, section.page-footer .btn-polo-happy-gradient, section.page-footer .btn-polo-light, section.page-footer .btn-polo-dark, section.page-footer .btn-polo-white-outlined {
  font-family: "Exo";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 999px;
}
section.page-footer .input-group {
  border-radius: 999px;
}
section.page-footer .input-group > * {
  border: 0;
}
section.page-footer .input-group input {
  color: #000;
}
section.page-footer .input-group :first-child {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}
section.page-footer .input-group :last-child {
  border-bottom-right-radius: 999px;
  border-top-right-radius: 999px;
}

@media (max-width: 991.98px) {
  section.teaser-text-image > div {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0);
    padding-left: var(--bs-gutter-x, 0);
    margin-right: auto;
    margin-left: auto;
  }
}
section.teaser-text-image.inverted div[class^=col-]:first-of-type {
  order: 2;
}
section.teaser-text-image.inverted div[class^=col-]:not(:first-of-type) {
  order: 1;
}
section.teaser-text-image img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section.teaser-text-image img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
section.teaser-text-image h1, section.teaser-text-image .h1 {
  color: #FD0E35;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.93px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  section.teaser-text-image h1, section.teaser-text-image .h1 {
    font-size: 13px;
    letter-spacing: 1.39px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
section.teaser-text-image h2, section.teaser-text-image .h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  section.teaser-text-image h2, section.teaser-text-image .h2 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
  }
}

section.stappen {
  background: #000;
  padding: 0 0 10vh;
  position: relative;
  z-index: 60;
}
@media (max-width: 991.98px) {
  section.stappen {
    padding-top: 80vh;
  }
}
section.stappen .stap-teller-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  color: #404040;
  font-weight: 600;
  font-size: 60px;
  transform: translateX(-35px);
}
@media (max-width: 991.98px) {
  section.stappen .stap-teller-fixed {
    display: none;
  }
}
@media (max-width: 991.98px) {
  section.stappen div.title-with-teller {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5em;
  }
}
section.stappen div.stap-teller {
  color: #404040;
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  section.stappen div.stap-teller {
    display: none;
  }
}
section.stappen img.picture {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section.stappen img.picture {
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
section.stappen h1, section.stappen .h1 {
  font-weight: 200;
  font-size: 22px;
}
@media (min-width: 992px) {
  section.stappen h1, section.stappen .h1 {
    font-size: 40px;
  }
}
section.stappen h2, section.stappen .h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  section.stappen h2, section.stappen .h2 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  section.stappen h2 br, section.stappen .h2 br {
    display: none;
  }
}
section.stappen h3, section.stappen .h3 {
  color: #FD0E35;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.35px;
}
@media (max-width: 991.98px) {
  section.stappen h3, section.stappen .h3 {
    font-size: 12px;
    font-weight: bold;
  }
}
section.stappen p {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  section.stappen p {
    font-size: 12px;
    line-height: 22px;
  }
}

.home-gallery-scrolltrigger {
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .home-gallery-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.home-gallery-vind-je-polo {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.7s;
  pointer-events: none;
  z-index: 50;
  background: black;
}
@media (max-width: 991.98px) {
  section.home-gallery-vind-je-polo {
    min-height: 100vh;
    height: inherit;
  }
}
section.home-gallery-vind-je-polo.has-left {
  opacity: 0;
}
section.home-gallery-vind-je-polo.active {
  pointer-events: auto;
}
section.home-gallery-vind-je-polo .background-image {
  background-image: url("/assets/img/collage-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  --home-gallery-background-opacity: 0;
  opacity: var(--home-gallery-background-opacity);
}
@media (max-width: 767.98px) {
  section.home-gallery-vind-je-polo .background-image {
    background-image: url("/assets/img/collage-mob01-donkerder.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
section.home-gallery-vind-je-polo .text-center {
  position: relative;
  z-index: 20;
}
section.home-gallery-vind-je-polo h2, section.home-gallery-vind-je-polo .h2 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s, transform 0.7s;
}
@media (min-width: 992px) {
  section.home-gallery-vind-je-polo h2, section.home-gallery-vind-je-polo .h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 0;
    margin: 0;
  }
}
section.home-gallery-vind-je-polo .gallery-btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s, transform 0.7s;
}
section.home-gallery-vind-je-polo .home-gallery-mousefollower {
  position: absolute;
  left: -60px;
  top: -60px;
  z-index: 9999;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  width: 250px;
}
@media (max-width: 991.98px) {
  section.home-gallery-vind-je-polo .home-gallery-mousefollower {
    display: none !important;
  }
}
section.home-gallery-vind-je-polo .home-gallery-mousefollower img {
  margin-right: 20px;
}
section.home-gallery-vind-je-polo .home-gallery-mousefollower .label {
  font-size: 18px;
  font-weight: 600;
  color: white;
}
section.home-gallery-vind-je-polo.home-gallery-text-visible h2, section.home-gallery-vind-je-polo.home-gallery-text-visible .h2 {
  opacity: 1;
  transform: translateY(0);
}
section.home-gallery-vind-je-polo.home-gallery-text-visible .gallery-btn {
  opacity: 1;
  transform: translateY(0);
}
section.home-gallery-vind-je-polo.active .home-gallery-mousefollower {
  opacity: 1;
}

.logo-and-paragraph-scrolltrigger {
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .logo-and-paragraph-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.logo-and-paragraph {
  height: 100vh;
  z-index: 40;
  background: black;
  padding-top: 180px;
}
@media (max-width: 991.98px) {
  section.logo-and-paragraph {
    min-height: 100vh;
    height: inherit;
  }
}
@media (min-width: 992px) {
  section.logo-and-paragraph {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 0.7s;
    pointer-events: none;
  }
  section.logo-and-paragraph.has-left {
    opacity: 0;
  }
  section.logo-and-paragraph.active {
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  section.logo-and-paragraph {
    padding-top: 13vh;
    position: relative;
  }
}
section.logo-and-paragraph .background-image {
  background-image: url("/assets/img/polo-dark-wide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  --logo-and-paragraph-background-opacity: 0.2;
  opacity: var(--logo-and-paragraph-background-opacity);
}
@media (max-width: 991.98px) {
  section.logo-and-paragraph .background-image {
    background-image: url("/assets/img/f85fe1b5ce9fe73275249049975c92ab.jpg");
    background-position: center bottom -20px;
    background-size: 100% auto;
  }
}
section.logo-and-paragraph .container {
  position: relative;
  z-index: 20;
}
section.logo-and-paragraph .polo-logo {
  height: 162px;
  opacity: 0;
  transition: opacity 0.7s;
}
@media (max-width: 991.98px) {
  section.logo-and-paragraph .polo-logo {
    float: left;
    height: 89px;
    margin-right: 20px;
    margin-top: 3px;
  }
}
section.logo-and-paragraph .paragraph {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s 0.2s, transform 0.7s 0.2s;
}
@media (min-width: 992px) {
  section.logo-and-paragraph .paragraph {
    max-width: 60%;
  }
}
@media (max-width: 991.98px) {
  section.logo-and-paragraph .paragraph {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
section.logo-and-paragraph .paragraph p {
  margin-bottom: 0;
}
section.logo-and-paragraph.logo-and-paragraph-text-visible .polo-logo {
  opacity: 1;
}
section.logo-and-paragraph.logo-and-paragraph-text-visible .paragraph {
  opacity: 1;
  transform: translateY(0);
}

section.gallery-insta {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  section.gallery-insta {
    min-height: 100vh;
    height: inherit;
  }
}
section.gallery-insta h1, section.gallery-insta .h1 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.74px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
}
@media (min-width: 992px) {
  section.gallery-insta h1, section.gallery-insta .h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1.43px;
    line-height: 56px;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  section.gallery-insta h1, section.gallery-insta .h1 {
    position: relative;
    top: 20px;
  }
}
section.gallery-insta .gallery-container .col-6 {
  opacity: 0;
}
section.gallery-insta .gallery-container .img-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
section.gallery-insta .gallery-container .img-box .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  transition: transform 0.7s;
}
section.gallery-insta .gallery-container .img-box:hover .image {
  transform: scale(1.1);
}
section.gallery-insta .insta-controls {
  opacity: 0;
}
section.gallery-insta .insta-controls .circle-56:hover {
  opacity: 0.7;
}
section.gallery-insta.started h1, section.gallery-insta.started .h1 {
  -webkit-animation: in-up 0.7s forwards;
          animation: in-up 0.7s forwards;
}
section.gallery-insta.started .col-6:nth-child(1) {
  -webkit-animation: in-up 0.7s 0.2s forwards;
          animation: in-up 0.7s 0.2s forwards;
}
section.gallery-insta.started .col-6:nth-child(2) {
  -webkit-animation: in-up 0.7s 0.3s forwards;
          animation: in-up 0.7s 0.3s forwards;
}
section.gallery-insta.started .col-6:nth-child(3) {
  -webkit-animation: in-up 0.7s 0.4s forwards;
          animation: in-up 0.7s 0.4s forwards;
}
section.gallery-insta.started .col-6:nth-child(4) {
  -webkit-animation: in-up 0.7s 0.5s forwards;
          animation: in-up 0.7s 0.5s forwards;
}
section.gallery-insta.started .insta-controls {
  -webkit-animation: in-up 0.7s 0.2s forwards;
          animation: in-up 0.7s 0.2s forwards;
}

section.filter-menu {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100vw;
}
@media (min-width: 992px) {
  section.filter-menu {
    width: calc(100vw - 60px) !important;
  }
}
section.filter-menu .filter-title {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
section.filter-menu .range-label {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
section.filter-menu div.filter-bar-expanded.collapsed {
  display: none;
}
@media (min-width: 992px) {
  section.filter-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  section.filter-menu nav.navbar .navbar-collapse {
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  }
  section.filter-menu nav.navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 0;
    height: 60px;
    padding: 0 30px;
    border-radius: 0 8px 8px 0;
  }
  section.filter-menu nav.navbar .navbar-nav {
    justify-content: space-evenly;
    width: 100%;
  }
  section.filter-menu nav.navbar .nav-item:hover, section.filter-menu nav.navbar .navbar-brand:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
  }
  section.filter-menu nav.navbar .nav-item {
    display: block;
    background: #FFF;
    border-right: solid 2px #EEECEC;
    text-align: center;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  section.filter-menu nav.navbar .nav-item .nav-link .filter-label {
    display: none;
  }
  section.filter-menu nav.navbar .nav-item:first-child {
    border-radius: 8px 0 0 8px;
  }
  section.filter-menu nav.navbar .nav-item > a {
    padding: 0;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0;
  }
  section.filter-menu nav.navbar .nav-item > a:after {
    display: none;
  }
  section.filter-menu nav.navbar .nav-item .dropdown-menu {
    text-align: left;
    width: 100%;
    background-color: #1F1F1F;
    color: #FFF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
    font-size: 10px;
    margin-top: -1px;
  }
  section.filter-menu div.filter-bar-expanded {
    background: #1F1F1F;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    padding-top: 20px;
    margin-top: -20px;
  }
  section.filter-menu div.filter-bar-expanded span.bg-dark {
    background: #000 !important;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.13px;
    line-height: 16px;
    padding: 3px 10px;
  }
}
@media (max-width: 991.98px) {
  section.filter-menu {
    background: linear-gradient(to bottom, #2C2B2B 56px, #000 56px 100%, #000);
  }
  section.filter-menu .container-fluid, section.filter-menu .container-sm, section.filter-menu .container-md, section.filter-menu .container-lg, section.filter-menu .container-xl, section.filter-menu .container-xxl, section.filter-menu section.popup-container-md .popup-container-max, section.popup-container-md section.filter-menu .popup-container-max, section.filter-menu section.popup-container-lg .popup-container-max, section.popup-container-lg section.filter-menu .popup-container-max, section.filter-menu section.popup-container-xl .popup-container-max, section.popup-container-xl section.filter-menu .popup-container-max {
    margin-left: 0;
    margin-right: 0;
  }
  section.filter-menu .container-fluid .navbar-nav, section.filter-menu .container-sm .navbar-nav, section.filter-menu .container-md .navbar-nav, section.filter-menu .container-lg .navbar-nav, section.filter-menu .container-xl .navbar-nav, section.filter-menu .container-xxl .navbar-nav, section.filter-menu section.popup-container-md .popup-container-max .navbar-nav, section.popup-container-md section.filter-menu .popup-container-max .navbar-nav, section.filter-menu section.popup-container-lg .popup-container-max .navbar-nav, section.popup-container-lg section.filter-menu .popup-container-max .navbar-nav, section.filter-menu section.popup-container-xl .popup-container-max .navbar-nav, section.popup-container-xl section.filter-menu .popup-container-max .navbar-nav {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  section.filter-menu nav.navbar .navbar-collapse {
    margin-top: 25px;
  }
  section.filter-menu nav.navbar .navbar-toggler {
    padding: 0;
  }
  section.filter-menu nav.navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  section.filter-menu nav.navbar .nav-link .filter-label {
    background-color: #2C2B2B;
    border-radius: 3px;
    float: right;
    font-size: 10px;
    padding: 0 26px 0 6px;
    display: inline-block;
    line-height: 18px;
    margin-top: 18px;
    margin-right: 20px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-align: right;
    color: #FFF;
  }
  section.filter-menu nav.navbar .nav-link .filter-label:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: 100%;
    width: 11px;
    height: 11px;
    margin-top: 3px;
    margin-left: 9px;
    background-image: url("/assets/svg/white-cross.svg");
  }
  section.filter-menu nav.navbar .nav-link.show {
    color: #000;
    background: #FFF;
  }
  section.filter-menu nav.navbar .nav-link.show:after {
    background-image: url("/assets/svg/up-000.svg");
  }
  section.filter-menu nav.navbar .nav-link:after {
    margin-right: 10px;
    border: 0;
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url("/assets/svg/down-fff.svg");
  }
  section.filter-menu nav.navbar .nav-item {
    position: relative;
  }
  section.filter-menu nav.navbar .nav-item label {
    font-size: 10px;
  }
  section.filter-menu nav.navbar .nav-item .dropdown-menu {
    background-color: #1F1F1F;
    color: #FFF;
    padding: 20px;
  }
  section.filter-menu nav.navbar .nav-item > a {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 60px;
  }
  section.filter-menu nav.navbar .nav-item > a:after {
    position: absolute;
    right: 10px;
    color: #FFF;
    margin-top: 22px;
  }
}

section.polo-teaser {
  overflow: hidden;
  position: relative;
}
section.polo-teaser .carousel-container {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 52vw;
}
@media (max-width: 991.98px) {
  section.polo-teaser .carousel-container {
    position: static;
    height: 52vw;
  }
}
section.polo-teaser .carousel-container img {
  width: 100%;
  height: 52vw;
  -o-object-fit: cover;
     object-fit: cover;
}
section.polo-teaser .carousel-overlay {
  pointer-events: none;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  section.polo-teaser .carousel-overlay {
    height: 52vw;
  }
}
@media (max-width: 991.98px) {
  section.polo-teaser .carousel-overlay {
    min-height: 0;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  section.polo-teaser .carousel-overlay .bullet-points-with-icons {
    display: none;
  }
}
section.polo-teaser .carousel-overlay .video-button-container {
  display: flex;
  margin-left: 10px;
  margin-top: 20px;
  left: 0;
  position: absolute;
  pointer-events: auto;
}
@media (min-width: 992px) {
  section.polo-teaser .carousel-overlay .video-button-container {
    position: relative;
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
section.polo-teaser .carousel-overlay .video-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFF;
  border-radius: 999px;
  color: #000;
}
section.polo-teaser .carousel-overlay .video-button span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 0 18px;
  padding-right: 25px;
}
@media (max-width: 991.98px) {
  section.polo-teaser .carousel-overlay .video-button span {
    display: none;
  }
}
section.polo-teaser .carousel-overlay .video-button .switch-container {
  background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  width: 100px;
  height: 50px;
  margin: 5px;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 50px 50px;
  position: relative;
}
section.polo-teaser .carousel-overlay .video-button .switch-container .switch-button {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background-image: linear-gradient(180deg, #575757 0%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: transform 0.2s;
}
section.polo-teaser .carousel-overlay .video-button .switch-container .switch-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.polo-teaser .carousel-overlay .video-button .switch-container.switched .switch-button {
  transform: translateX(50px);
}
section.polo-teaser .carousel-overlay .video-button .switch-container.switched .switch-icon img {
  filter: invert(100%);
}
section.polo-teaser .teaser-bottom-bar {
  background: #000;
  pointer-events: auto;
}
section.polo-teaser .teaser-bottom-bar .teaser-action-bar {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  background: #2C2B2B;
}
section.polo-teaser .teaser-bottom-bar .teaser-action-bar h3, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h3 {
  font-size: 24px;
  margin-bottom: 0;
}
section.polo-teaser .teaser-bottom-bar .teaser-action-bar h3 small, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h3 small, section.polo-teaser .teaser-bottom-bar .teaser-action-bar h3 .small, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h3 .small {
  font-size: 20px;
}
section.polo-teaser .teaser-bottom-bar .teaser-action-bar h5, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h5 {
  color: #727272;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
@media (min-width: 992px) {
  section.polo-teaser .teaser-bottom-bar .teaser-action-bar {
    justify-content: center;
    background: #000;
    padding: 0;
  }
  section.polo-teaser .teaser-bottom-bar .teaser-action-bar h5, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h5 {
    font-size: 12px;
    font-weight: 800;
  }
  section.polo-teaser .teaser-bottom-bar .teaser-action-bar h3, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h3 {
    font-size: 40px;
    margin-bottom: 0;
  }
  section.polo-teaser .teaser-bottom-bar .teaser-action-bar h3 small, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h3 small, section.polo-teaser .teaser-bottom-bar .teaser-action-bar h3 .small, section.polo-teaser .teaser-bottom-bar .teaser-action-bar .h3 .small {
    font-size: 20px;
  }
}
section.polo-teaser .teaser-bottom-bar h1, section.polo-teaser .teaser-bottom-bar .h1 {
  font-size: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.polo-teaser .teaser-bottom-bar h1, section.polo-teaser .teaser-bottom-bar .h1 {
    font-size: 40px;
  }
}
section.polo-teaser .teaser-bottom-bar h1 small, section.polo-teaser .teaser-bottom-bar .h1 small, section.polo-teaser .teaser-bottom-bar h1 .small, section.polo-teaser .teaser-bottom-bar .h1 .small {
  font-size: 20px;
}
section.polo-teaser .teaser-bottom-bar h2, section.polo-teaser .teaser-bottom-bar .h2 {
  color: #FD0E35;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
}
@media (min-width: 992px) {
  section.polo-teaser .teaser-bottom-bar h2, section.polo-teaser .teaser-bottom-bar .h2 {
    font-size: 22px;
  }
}
section.polo-teaser .teaser-bottom-bar table.specs {
  line-height: 23px;
  font-size: 13px;
}
@media (min-width: 992px) {
  section.polo-teaser .teaser-bottom-bar table.specs {
    font-size: 15px;
    line-height: 26px;
  }
}

section.polo-details-desktop {
  height: 100vh;
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  section.polo-details-desktop {
    display: none;
  }
}
@media (max-width: 991.98px) {
  section.polo-details-desktop {
    min-height: 100vh;
    height: inherit;
  }
}
section.polo-details-desktop .details-bottom-bar {
  background: #000;
}
section.polo-details-desktop .tab-content {
  background: #FFF;
  color: #000;
  border-radius: 0 0 6px 6px;
  border: none;
}
section.polo-details-desktop .tab-content h2, section.polo-details-desktop .tab-content .h2 {
  font-size: 40px;
  font-weight: 600;
}
section.polo-details-desktop .tab-content h3, section.polo-details-desktop .tab-content .h3 {
  color: #FD0E35;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.polo-details-desktop .tab-content p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
section.polo-details-desktop .nav-tabs {
  border: none;
  justify-content: space-between;
}
section.polo-details-desktop .nav-tabs button.nav-link {
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
  border: none;
  flex: 1;
  color: #000000;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 0;
}
section.polo-details-desktop .nav-tabs button.nav-link:first-child {
  margin-left: 0;
}
section.polo-details-desktop .nav-tabs button.nav-link:last-child {
  margin-right: 0;
}
section.polo-details-desktop .nav-tabs button.nav-link.active {
  background: #FFF;
}

@media (min-width: 992px) {
  section.polo-details-mobile {
    display: none;
  }
}

.select-content-container > div:not(.open) {
  display: none;
}

.header-faq-scrolltrigger {
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .header-faq-scrolltrigger {
    min-height: 100vh;
    height: inherit;
  }
}

section.header-faq {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  section.header-faq {
    min-height: 100vh;
    height: inherit;
  }
}
section.header-faq .background-image {
  background-image: url("/assets/img/pexels-anderson-miranda-1839820.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  --header-faq-background-scale: 1;
  transform: scale(var(--header-faq-background-scale));
}
@media (max-width: 575.98px) {
  section.header-faq .background-image {
    background-image: url("/assets/img/faq-header-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
section.header-faq .header-faq-text-container {
  position: relative;
  z-index: 20;
}
@media (max-width: 575.98px) {
  section.header-faq .header-faq-text-container {
    padding-bottom: 9vh;
  }
}
section.header-faq h1, section.header-faq .h1 {
  text-align: center;
  font-size: 190px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1;
  font-size: calc(2.125rem + 10.5vw);
  opacity: 0;
  -webkit-animation: in-up 0.7s 0.2s forwards;
          animation: in-up 0.7s 0.2s forwards;
}
@media (min-width: 1200px) {
  section.header-faq h1, section.header-faq .h1 {
    font-size: 10rem;
  }
}
@media (max-width: 575.98px) {
  section.header-faq h1, section.header-faq .h1 {
    line-height: 0.8;
  }
}
section.header-faq h2, section.header-faq .h2 {
  text-align: center;
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 800;
  margin-bottom: 0;
  opacity: 0;
  -webkit-animation: in-up 0.7s 0.4s forwards;
          animation: in-up 0.7s 0.4s forwards;
}
@media (min-width: 1200px) {
  section.header-faq h2, section.header-faq .h2 {
    font-size: 2.2rem;
  }
}

section.scream-bar {
  background: #FD0E35;
  font-weight: 800;
  line-height: 1.2;
  padding: 80px 0;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  section.scream-bar {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  section.scream-bar {
    padding: 40px 0;
  }
}

section.faq-list .tab-content-container {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (min-width: 992px) {
  section.faq-list .tab-content-container {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  section.faq-list .tab-content-container .tab-content {
    width: 780px;
    max-width: 90%;
  }
}
section.faq-list .faq-header-mobile {
  background-color: #FD0E35;
  padding: 0 0 40px 0;
}
section.faq-list .faq-header-desktop .nav-tabs {
  display: flex;
  justify-content: space-between;
  border: 0;
}
section.faq-list .faq-header-desktop .nav-tabs button.nav-link {
  border: 0;
  background: #FFF;
  color: #000;
  height: 60px;
  border-radius: 6px 6px 0 0;
  padding: 0;
  flex-grow: 1;
  font-size: 15px;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
}
section.faq-list .faq-header-desktop .nav-tabs button.nav-link:first-child {
  margin-left: 0;
}
section.faq-list .faq-header-desktop .nav-tabs button.nav-link:last-child {
  margin-right: 0;
}
section.faq-list .faq-header-desktop .nav-tabs button.nav-link.active {
  background: #292929;
  color: #FFF;
}
section.faq-list .faq-list-content-container {
  overflow-x: hidden;
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

section.faq-contact {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: black;
}
@media (max-width: 991.98px) {
  section.faq-contact {
    min-height: 100vh;
    height: inherit;
  }
}
section.faq-contact .background-image {
  background-image: url("/assets/img/pexels-pixabay-315938.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.7s, transform 2s;
  opacity: 0.2;
  transform: scale(1.3);
}
section.faq-contact .container {
  position: relative;
  z-index: 20;
}
section.faq-contact .column-left {
  transition: opacity 0.7s 0.5s, transform 0.7s 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
section.faq-contact .column-right {
  transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 767.98px) {
  section.faq-contact .column-right {
    padding-top: 2em;
  }
}
section.faq-contact.active .background-image {
  opacity: 0.7;
  transform: scale(1);
}
section.faq-contact.active .column-left,
section.faq-contact.active .column-right {
  opacity: 1;
  transform: translateY(0);
}
section.faq-contact h3, section.faq-contact .h3 {
  margin-bottom: 0.7em;
}
@media (max-width: 767.98px) {
  section.faq-contact h3, section.faq-contact .h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  section.faq-contact p {
    line-height: 1.8;
  }
}
@media (max-width: 767.98px) {
  section.faq-contact p {
    font-size: 14px;
    line-height: 1.65;
  }
}
section.faq-contact .faq-contact-buttons {
  margin-top: 1.5em;
}

section.geen-gedoe {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: black;
}
@media (max-width: 991.98px) {
  section.geen-gedoe {
    min-height: 100vh;
    height: inherit;
  }
}
section.geen-gedoe .background-image {
  background-image: url("/assets/img/pexels-wesley-carvalho-3622614.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.7s, transform 2s;
  opacity: 0.2;
  transform: scale(1.3);
}
section.geen-gedoe .background-image-overlay {
  background-image: url("/assets/img/geen-gedoe-background-overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  transition: opacity 0.7s 0.2s;
  opacity: 0;
}
section.geen-gedoe .container {
  position: relative;
  z-index: 20;
}
section.geen-gedoe p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  transition: opacity 0.7s 0.5s, transform 0.7s 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
@media (min-width: 992px) {
  section.geen-gedoe p {
    font-size: 40px;
    line-height: 50px;
  }
}
section.geen-gedoe h3, section.geen-gedoe .h3 {
  font-weight: 600;
  font-size: 30px;
  transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
  opacity: 0;
  transform: translateY(20px);
}
section.geen-gedoe.active .background-image {
  opacity: 0.7;
  transform: scale(1);
}
section.geen-gedoe.active .background-image-overlay {
  opacity: 1;
}
section.geen-gedoe.active p, section.geen-gedoe.active h3, section.geen-gedoe.active .h3 {
  opacity: 1;
  transform: translateY(0);
}

section.contact-popup {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  section.contact-popup {
    padding: 10px 0;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  section.contact-popup {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  section.contact-popup {
    min-height: 100vh;
    height: inherit;
  }
}
section.contact-popup .popup {
  position: relative;
  width: 860px;
  max-width: 90%;
}
section.contact-popup .popup .container {
  position: relative;
}
section.contact-popup .popup .popup-btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
section.contact-popup .popup .popup-btn-close img {
  height: 16px;
  width: 16px;
}
@media (min-width: 992px) {
  section.contact-popup .popup {
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.7);
  }
}
section.contact-popup .popup .contact-popup-info {
  background-image: url("/assets/svg/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FD0E35;
  flex-direction: column;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 992px) {
  section.contact-popup .popup .contact-popup-info {
    border-radius: 20px 0 0 20px;
  }
}
section.contact-popup .popup .contact-popup-info h2, section.contact-popup .popup .contact-popup-info .h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.contact-popup .popup .contact-popup-info h2, section.contact-popup .popup .contact-popup-info .h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  section.contact-popup .popup .contact-popup-info h2, section.contact-popup .popup .contact-popup-info .h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
section.contact-popup .popup .contact-popup-form {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  section.contact-popup .popup .contact-popup-form {
    border-radius: 0 0 20px 20px;
  }
  section.contact-popup .popup .contact-popup-form button {
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.contact-popup .popup .contact-popup-form {
    border-radius: 0 20px 20px 0;
  }
}

section.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pagination nav {
  display: flex;
}
@media (max-width: 991.98px) {
  section.pagination nav {
    border: solid 2px #FFF;
    border-radius: 999px;
  }
}
section.pagination nav ul {
  margin: 0 10px;
}
section.pagination nav ul:first-child {
  margin-left: 0;
}
section.pagination nav ul:last-child {
  margin-right: 0;
}
section.pagination nav ul.pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  section.pagination nav ul.pagination-numbers {
    border: solid 2px #FFF;
    border-radius: 999px;
    padding: 0 10px;
  }
}
section.pagination nav ul.pagination-numbers .page-item {
  margin: 0 3px;
}
section.pagination nav ul.pagination-numbers .page-item:first-child {
  margin-left: 0;
}
section.pagination nav ul.pagination-numbers .page-item:last-child {
  margin-right: 0;
}
section.pagination nav ul.pagination-numbers .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
}
section.pagination nav ul.pagination-numbers .page-item.active a, section.pagination nav ul.pagination-numbers .page-item:hover a {
  border: solid 2px #FFF;
  background: transparent;
  color: #FFF;
}
section.video-wide {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
section.video-wide .background-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10px;
  transition: transform 0.3s;
}
section.video-wide:hover .background-image {
  transform: scale(1.1);
}
section.video-wide .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  section.video-wide .play-btn img {
    transform: scale(0.6);
  }
}
section.video-wide > .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20px;
}

section.embed-faq {
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
@media (min-width: 992px) {
  section.embed-faq {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  section.embed-faq {
    min-height: 100vh;
    height: inherit;
  }
}
section.embed-faq h1, section.embed-faq .h1 {
  line-height: 50px;
  font-size: 40px;
  display: inline-block;
}
section.embed-faq a {
  padding: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  section.embed-faq a {
    width: 186px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.faq-accordion .accordion-item {
  background: #2C2B2B;
  border: 0;
}
section.faq-accordion .accordion-item .accordion-button {
  background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  box-shadow: none !important;
}
@media (max-width: 991.98px) {
  section.faq-accordion .accordion-item .accordion-button {
    height: 70px;
    line-height: 20px;
    margin-top: 0;
    border-radius: 0;
  }
}
section.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #FD0E35;
  color: #FFF;
}
section.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 29C22.5081 29 29 22.5081 29 14.5C29 6.49187 22.5081 0 14.5 0C6.49187 0 0 6.49187 0 14.5C0 22.5081 6.49187 29 14.5 29Z' transform='translate(0.5 0.5)' id='Oval-Copy-14' fill='%23FFFFFF' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M0.999 0L12.001 0Q12.0994 0 12.1959 0.0191955Q12.2924 0.038391 12.3833 0.0760443Q12.4742 0.113698 12.556 0.168362Q12.6378 0.223026 12.7074 0.2926Q12.777 0.362175 12.8316 0.443985Q12.8863 0.525796 12.924 0.616699Q12.9616 0.707602 12.9808 0.804105Q13 0.900607 13 0.999L13 1.001Q13 1.09939 12.9808 1.1959Q12.9616 1.2924 12.924 1.3833Q12.8863 1.4742 12.8316 1.55601Q12.777 1.63783 12.7074 1.7074Q12.6378 1.77697 12.556 1.83164Q12.4742 1.8863 12.3833 1.92396Q12.2924 1.96161 12.1959 1.9808Q12.0994 2 12.001 2L0.999 2Q0.900607 2 0.804105 1.9808Q0.707602 1.96161 0.616699 1.92396Q0.525796 1.8863 0.443985 1.83164Q0.362175 1.77697 0.2926 1.7074Q0.223026 1.63783 0.168362 1.55601Q0.113698 1.4742 0.0760443 1.3833Q0.038391 1.2924 0.0191955 1.1959Q0 1.09939 0 1.001L0 0.999Q0 0.900607 0.0191955 0.804105Q0.038391 0.707602 0.0760443 0.616699Q0.113698 0.525796 0.168362 0.443985Q0.223026 0.362175 0.2926 0.2926Q0.362175 0.223026 0.443985 0.168362Q0.525796 0.113698 0.616699 0.0760443Q0.707602 0.038391 0.804105 0.0191955Q0.900607 0 0.999 0L0.999 0Z' transform='translate(8.5 13.5)' id='Combined-Shape-Copy-4' fill='%23000000' fill-rule='evenodd' stroke='none' /%3E%3C/svg%3E");
}
section.faq-accordion .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group-4' transform='translate(0.5 0.5)'%3E%3Cpath d='M14.5 29C22.5081 29 29 22.5081 29 14.5C29 6.49187 22.5081 0 14.5 0C6.49187 0 0 6.49187 0 14.5C0 22.5081 6.49187 29 14.5 29Z' id='Oval-Copy-7' fill='%23000000' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3Cg id='Group-5' transform='translate(8.5 8.5)'%3E%3Cpath d='M7.5 5.5L7.5 0.999Q7.5 0.900607 7.4808 0.804105Q7.46161 0.707602 7.42395 0.616699Q7.3863 0.525796 7.33164 0.443985Q7.27697 0.362175 7.2074 0.2926Q7.13782 0.223026 7.05601 0.168362Q6.9742 0.113698 6.8833 0.0760443Q6.7924 0.038391 6.69589 0.0191955Q6.59939 0 6.501 0L6.499 0Q6.40061 0 6.3041 0.0191955Q6.2076 0.038391 6.1167 0.0760443Q6.02579 0.113698 5.94398 0.168362Q5.86217 0.223026 5.7926 0.2926Q5.72303 0.362175 5.66836 0.443985Q5.6137 0.525796 5.57604 0.616699Q5.53839 0.707602 5.5192 0.804105Q5.5 0.900607 5.5 0.999L5.5 5.5L0.999 5.5Q0.900607 5.5 0.804105 5.5192Q0.707602 5.53839 0.616699 5.57604Q0.525796 5.6137 0.443985 5.66836Q0.362175 5.72303 0.2926 5.7926Q0.223026 5.86217 0.168362 5.94398Q0.113698 6.02579 0.0760443 6.1167Q0.038391 6.2076 0.0191955 6.3041Q0 6.40061 0 6.499L0 6.501Q0 6.59939 0.0191955 6.69589Q0.038391 6.7924 0.0760443 6.8833Q0.113698 6.9742 0.168362 7.05601Q0.223026 7.13782 0.2926 7.2074Q0.362175 7.27697 0.443985 7.33164Q0.525796 7.3863 0.616699 7.42395Q0.707602 7.46161 0.804105 7.4808Q0.900607 7.5 0.999 7.5L5.5 7.5L5.5 12.001Q5.5 12.0994 5.5192 12.1959Q5.53839 12.2924 5.57604 12.3833Q5.6137 12.4742 5.66836 12.556Q5.72302 12.6378 5.7926 12.7074Q5.86217 12.777 5.94398 12.8316Q6.02579 12.8863 6.1167 12.924Q6.2076 12.9616 6.3041 12.9808Q6.40061 13 6.499 13L6.501 13Q6.59939 13 6.69589 12.9808Q6.7924 12.9616 6.8833 12.924Q6.9742 12.8863 7.05601 12.8316Q7.13782 12.777 7.2074 12.7074Q7.27697 12.6378 7.33164 12.556Q7.3863 12.4742 7.42395 12.3833Q7.46161 12.2924 7.4808 12.1959Q7.5 12.0994 7.5 12.001L7.5 7.5L12.001 7.5Q12.0994 7.5 12.1959 7.4808Q12.2924 7.46161 12.3833 7.42395Q12.4742 7.3863 12.556 7.33164Q12.6378 7.27697 12.7074 7.2074Q12.777 7.13782 12.8316 7.05601Q12.8863 6.9742 12.924 6.8833Q12.9616 6.7924 12.9808 6.69589Q13 6.59939 13 6.501L13 6.499Q13 6.40061 12.9808 6.3041Q12.9616 6.2076 12.924 6.1167Q12.8863 6.02579 12.8316 5.94398Q12.777 5.86217 12.7074 5.7926Q12.6378 5.72303 12.556 5.66836Q12.4742 5.6137 12.3833 5.57604Q12.2924 5.53839 12.1959 5.5192Q12.0994 5.5 12.001 5.5L7.5 5.5Z' id='Combined-Shape-Copy-7' fill='%23FFFFFF' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/svg%3E");
  background-size: 29px;
  height: 29px;
  width: 29px;
  margin-right: -10px;
}
section.faq-accordion .accordion-item .accordion-body {
  background: #2C2B2B;
  border-radius: 0 0 6px 6px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 30px;
}

section.aanbod-usps {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  section.aanbod-usps {
    min-height: 100vh;
    height: inherit;
  }
}
section.aanbod-usps.with-scrolltrigger {
  position: relative;
  height: 100vh;
}
section.aanbod-usps .background-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/img/aanbod-usps-desktop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  transition: transform 2s;
  transform: scale(1.3);
}
@media (max-width: 991.98px) {
  section.aanbod-usps .background-image {
    background-image: url("/assets/img/istock-1264610692.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
section.aanbod-usps .container {
  z-index: 20;
}
section.aanbod-usps li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s, transform 0.7s;
}
section.aanbod-usps li:nth-child(1) {
  transition-delay: 0s;
}
section.aanbod-usps li:nth-child(2) {
  transition-delay: 0.1s;
}
section.aanbod-usps li:nth-child(3) {
  transition-delay: 0.2s;
}
section.aanbod-usps li:nth-child(4) {
  transition-delay: 0.3s;
}
section.aanbod-usps li:nth-child(5) {
  transition-delay: 0.4s;
}
section.aanbod-usps li:nth-child(6) {
  transition-delay: 0.5s;
}
section.aanbod-usps.active .background-image, section.aanbod-usps.has-left .background-image {
  transform: scale(1);
}
section.aanbod-usps.active li, section.aanbod-usps.has-left li {
  opacity: 1;
  transform: translateY(0);
}

section.text-big-and-small {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/img/group_9.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
@media (max-width: 991.98px) {
  section.text-big-and-small {
    min-height: 100vh;
    height: inherit;
  }
}
@media (min-width: 992px) {
  section.text-big-and-small {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  section.text-big-and-small > .container > .row > * {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
section.text-big-and-small h3, section.text-big-and-small .h3 {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 992px) {
  section.text-big-and-small h3, section.text-big-and-small .h3 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 60px;
  }
}
section.text-big-and-small h2, section.text-big-and-small .h2 {
  font-size: 24px;
  font-weight: 800;
}
@media (min-width: 992px) {
  section.text-big-and-small h2, section.text-big-and-small .h2 {
    font-size: 30px;
  }
}
section.text-big-and-small p {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 992px) {
  section.text-big-and-small p {
    font-size: 16px;
    line-height: 30px;
  }
}

section.buttons-bar {
  padding: 50px 0;
  background-color: #2C2B2B;
  background-image: url("/assets/svg/achtergrond.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  section.buttons-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

section.mobile-happy-button-bar {
  background: linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  section.mobile-happy-button-bar {
    display: none;
  }
}
section.mobile-happy-button-bar.fixed {
  position: fixed;
  bottom: 0;
  z-index: 995;
  left: 0;
  right: 0;
}
section.mobile-happy-button-bar a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
section.mobile-happy-button-bar .heart-button-bar {
  width: 24px;
  height: 22px;
  background-image: url("/assets/img/heart-turquoise.png");
  background-size: 100%;
}
section.mobile-happy-button-bar .heart-button-bar.active, section.mobile-happy-button-bar .heart-button-bar:hover {
  background-image: url("/assets/img/heart-red.png");
}

section.circle-buttons-bar-mobile {
  background: #F3F3F3;
  color: #000;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  section.circle-buttons-bar-mobile {
    display: none;
  }
}
section.circle-buttons-bar-mobile.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
section.circle-buttons-bar-mobile:not(.red):not(.white) a {
  background-color: #000;
  filter: invert(100%);
}
section.circle-buttons-bar-mobile.red {
  background: #FD0E35;
  color: #FFF;
}
section.circle-buttons-bar-mobile.red a {
  background-color: #d60224;
}
section.circle-buttons-bar-mobile.white {
  background: #FFF;
  color: #000;
}
section.circle-buttons-bar-mobile.white a {
  background-color: #111;
  filter: invert(100%);
}
section.circle-buttons-bar-mobile h1, section.circle-buttons-bar-mobile .h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
section.circle-buttons-bar-mobile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  margin-left: 10px;
}
section.circle-buttons-bar-mobile img.icon-whatsapp {
  transform: translate(0px, -2px);
}
section.circle-buttons-bar-mobile img.icon-email {
  transform: translate(0px, -2px);
}

section.geld-lenen-kost-geld {
  background: #FFF;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (min-width: 992px) {
  section.geld-lenen-kost-geld {
    height: 90px;
  }
}
section.geld-lenen-kost-geld img {
  max-width: 90%;
}

nav.navigation {
  position: fixed;
  left: 0;
  top: 0;
  right: 61px;
  bottom: 0;
  z-index: 2000;
  display: flex;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991.98px) {
  nav.navigation {
    top: 50px;
    right: 0;
    flex-direction: column;
  }
}
.navigation-visible nav.navigation {
  pointer-events: auto;
  opacity: 1;
}
.navigation-closing nav.navigation {
  opacity: 1;
}
nav.navigation .panel {
  position: relative;
  background: linear-gradient(90deg, #f5f5f5, #ffffff);
  width: 16.666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.7s;
}
nav.navigation .panel:nth-child(1) {
  transform: translateX(600%);
}
nav.navigation .panel:nth-child(2) {
  transform: translateX(500%);
}
nav.navigation .panel:nth-child(3) {
  transform: translateX(400%);
}
nav.navigation .panel:nth-child(4) {
  transform: translateX(300%);
}
nav.navigation .panel:nth-child(5) {
  transform: translateX(200%);
}
nav.navigation .panel:nth-child(6) {
  transform: translateX(100%);
}
.navigation-visible nav.navigation .panel {
  transform: translate(0, 0);
}
nav.navigation .panel .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s, transform 5s;
}
nav.navigation .panel .label {
  position: relative;
  z-index: 20;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.7s, transform 0.7s;
}
.navigation-visible nav.navigation .panel .label {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1399.98px) {
  nav.navigation .panel .label {
    font-size: 27px;
  }
}
@media (max-width: 1199.98px) {
  nav.navigation .panel .label {
    font-size: 24px;
  }
}
nav.navigation .panel:nth-child(1) .label {
  transition-delay: 0.6s;
}
nav.navigation .panel:nth-child(2) .label {
  transition-delay: 0.5s;
}
nav.navigation .panel:nth-child(3) .label {
  transition-delay: 0.4s;
}
nav.navigation .panel:nth-child(4) .label {
  transition-delay: 0.3s;
}
nav.navigation .panel:nth-child(5) .label {
  transition-delay: 0.2s;
}
nav.navigation .panel:nth-child(6) .label {
  transition-delay: 0.1s;
}
@media (max-width: 991.98px) {
  nav.navigation .panel {
    width: 100%;
    height: 16.666667%;
    background: linear-gradient(0deg, #f5f5f5, #ffffff);
  }
  nav.navigation .panel:nth-child(1) {
    transform: translateY(-100%);
  }
  nav.navigation .panel:nth-child(2) {
    transform: translateY(-200%);
  }
  nav.navigation .panel:nth-child(3) {
    transform: translateY(-300%);
  }
  nav.navigation .panel:nth-child(4) {
    transform: translateY(-400%);
  }
  nav.navigation .panel:nth-child(5) {
    transform: translateY(-500%);
  }
  nav.navigation .panel:nth-child(6) {
    transform: translateY(-600%);
  }
  .navigation-visible nav.navigation .panel {
    transform: translate(0, 0);
  }
  nav.navigation .panel .label {
    transform: translateY(-20px);
  }
  nav.navigation .panel:nth-child(1) .label {
    transition-delay: 0.1s;
  }
  nav.navigation .panel:nth-child(2) .label {
    transition-delay: 0.2s;
  }
  nav.navigation .panel:nth-child(3) .label {
    transition-delay: 0.3s;
  }
  nav.navigation .panel:nth-child(4) .label {
    transition-delay: 0.4s;
  }
  nav.navigation .panel:nth-child(5) .label {
    transition-delay: 0.5s;
  }
  nav.navigation .panel:nth-child(6) .label {
    transition-delay: 0.6s;
  }
}
@media (min-width: 992px) {
  nav.navigation .panel:hover .bg {
    opacity: 1;
    transform: scale(1.2);
  }
  nav.navigation .panel:hover .label {
    color: white;
  }
}

section.timeline ol {
  list-style-type: none;
  height: 3px;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
}
section.timeline ol li {
  flex: 1 1 0;
  margin: 0;
  padding: 0;
  margin-top: -40px;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  text-transform: uppercase;
}
section.timeline ol li span {
  font-size: 9px;
  letter-spacing: 0.9px;
  font-weight: 700;
}
@media (min-width: 992px) {
  section.timeline ol li span {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
section.timeline ol li.empty-circle:after {
  background-image: url("/assets/svg/timeline-circle-empty.svg");
}
section.timeline ol li.checked span {
  color: #626262;
}
section.timeline ol li.checked:after {
  background-image: url("/assets/svg/timeline-check.svg");
}
section.timeline ol li.icon-auto:after {
  background-image: url("/assets/svg/auto-sideview.svg");
  background-repeat: no-repeat;
  background-position: center;
}
section.timeline ol li:after {
  position: absolute;
  top: 27px;
  width: 100%;
  height: 30px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/timeline-circle.svg");
}
section.timeline ol li:not(:last-child):before {
  position: absolute;
  top: 40px;
  height: 3px;
  left: 50%;
  width: 100%;
  background: #FFF;
  content: "";
}
section.timeline ol li.colored-line:before {
  background: linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
}
section.timeline ol li.line-stop-early:before {
  width: calc(100% - 30px);
}
section.timeline ol li.line-start-late:before {
  margin-left: 30px;
  width: calc(100% - 30px);
}

section.account-main {
  background: #EDEDED;
  color: #000;
}
@media (min-width: 1200px) {
  section.account-main {
    margin-left: 260px;
  }
}
section.account-main .account-main-header-bar {
  background: #FFF;
}
section.account-main .account-main-header-bar .dashboard-tile {
  padding: 0 12px;
  display: flex;
  color: #FFF;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  min-height: 80px;
  background: linear-gradient(90deg, #0ABBB8 0%, #16D59E 100%);
}
section.account-main .account-main-header-bar .dashboard-tile.colors-instagram {
  background: linear-gradient(70deg, #F2CC46 0%, #E76A2C 18.71%, #DF432A 41.41%, #C5344D 59.78%, #A73F86 80.86%, #8243A4 100%);
}
section.account-main .account-main-header-bar .dashboard-tile .titles {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
}
section.account-main .account-main-header-bar .dashboard-tile .titles .title {
  font-size: 26px;
}
@media (min-width: 1200px) {
  section.account-main .account-main-header-bar .dashboard-tile .titles .title {
    font-size: 34px;
  }
}
section.account-main .account-main-header-bar .dashboard-tile .titles .subtitle {
  font-size: 12px;
  letter-spacing: 1.13px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  section.account-main .account-main-header-bar .dashboard-tile .titles .subtitle {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.41px;
  }
}
section.account-main .account-main-header-bar .dashboard-tile .icon {
  height: 58px;
  width: 58px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  flex-shrink: 0;
  position: relative;
}
section.account-main .account-main-header-bar .dashboard-tile .icon img {
  width: 60%;
}
section.account-main .account-main-header-bar .dashboard-tile .icon .notification-number {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #FD0E35;
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  width: 22px;
  height: 22px;
}
@media (min-width: 1200px) {
  section.account-main .account-main-header-bar .dashboard-tile .icon .notification-number {
    font-size: 18px;
    line-height: 33px;
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 1200px) {
  section.account-main .account-main-header-bar .dashboard-tile {
    padding: 0 20px;
    min-height: 120px;
  }
  section.account-main .account-main-header-bar .dashboard-tile .icon {
    height: 84px;
    width: 84px;
  }
}
@media (min-width: 1200px) {
  section.account-main .account-main-header-bar.pull-up:after {
    display: block;
    content: "";
    margin-top: -120px;
    background: #EDEDED;
    height: 120px;
  }
}
section.account-main .auto-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  section.account-main .auto-summary {
    align-items: center;
  }
}
section.account-main .auto-summary h1, section.account-main .auto-summary .h1 {
  font-size: 32px;
  font-weight: 600;
}
section.account-main .auto-summary h2, section.account-main .auto-summary .h2 {
  color: #FD0E35;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
section.account-main .auto-summary span {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
section.account-main .properties-list .property {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 30px;
}
section.account-main .properties-list .property label {
  width: 140px;
}
section.account-main .main-container {
  background: #EDEDED;
}
section.account-main .main-container .nav-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
}
section.account-main .main-container .nav-tabs .nav-item {
  flex-grow: 1;
  padding: 0 10px;
}
section.account-main .main-container .nav-tabs .nav-item:first-of-type {
  padding-left: 0;
}
section.account-main .main-container .nav-tabs .nav-item:last-child {
  padding-right: 0;
}
section.account-main .main-container .nav-tabs .nav-item button.nav-link {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #FFF;
  border-radius: 6px 6px 0 0;
}
section.account-main .main-container .nav-tabs .nav-item button.nav-link.active {
  background: #FFF;
}
section.account-main .main-container .nav-tabs .nav-item button.nav-link:not(.active) {
  background: linear-gradient(180deg, #FFFFFF 0%, #D3D3D3 100%);
}
section.account-main .main-container .tab-content {
  background: #FFF;
  border-radius: 0 0 6px 6px;
  padding: 30px;
}
@media (min-width: 1200px) {
  section.account-main .logout-mobile {
    display: none;
  }
}
section.account-main .logout-mobile a {
  color: #FFF;
  text-align: left;
  padding: 0 20px;
  background-color: #000;
  display: block;
  line-height: 80px;
  height: 70px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  transition: background-color 180ms ease-in-out;
}
section.account-main .logout-mobile a:hover {
  background: #FFF;
  color: #000;
}

section.account-menu {
  background: #000;
  display: flex;
  flex-direction: row;
  height: 80px;
}
@media (min-width: 1200px) {
  section.account-menu {
    background: #191919;
    background-image: url("/assets/svg/polo-logo-los.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  section.account-menu {
    flex-direction: column;
    height: inherit;
  }
}
section.account-menu .profile {
  padding: 40px 0 20px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199.98px) {
  section.account-menu .profile {
    flex-grow: 1;
    padding: 0 20px;
  }
}
section.account-menu .profile .avatar {
  margin-right: 15px;
}
section.account-menu .profile .avatar img {
  border-radius: 999px;
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  section.account-menu .profile .avatar img {
    height: 72px;
    width: 72px;
  }
}
section.account-menu .profile .name {
  font-size: 11px;
}
@media (min-width: 1200px) {
  section.account-menu .profile .name {
    font-size: 14px;
  }
}
section.account-menu .menu-items {
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  section.account-menu .menu-items {
    justify-content: center;
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  section.account-menu .menu-items {
    align-items: center;
  }
}
section.account-menu .menu-items ul li a {
  display: block;
  margin-bottom: 17px;
}
section.account-menu .menu-items ul li.selected a, section.account-menu .menu-items ul li:hover a {
  background: #FFF;
  color: #000;
}
section.account-menu .menu-items select {
  border: solid 2px #FFF;
}
section.account-menu .menu-logout-desktop {
  display: none;
}
@media (min-width: 1200px) {
  section.account-menu .menu-logout-desktop {
    display: block;
  }
}
section.account-menu .menu-logout-desktop div {
  color: #FFF;
  text-align: center;
  background-color: #404040;
  display: block;
  line-height: 60px;
  height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  transition: background-color 180ms ease-in-out;
}
section.account-menu .menu-logout-desktop div:hover {
  background: #FFF;
  color: #000;
}

section.blog-gallery {
  padding-bottom: 80px;
}
section.blog-gallery .gallery-header h1, section.blog-gallery .gallery-header .h1 {
  color: #000000;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.74px;
}
@media (min-width: 992px) {
  section.blog-gallery .gallery-header h1, section.blog-gallery .gallery-header .h1 {
    font-size: 50px;
    letter-spacing: 1.43px;
  }
}
section.blog-gallery .blog-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  -webkit-animation: in-up 0.5s forwards;
          animation: in-up 0.5s forwards;
}
section.blog-gallery .blog-tile:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
section.blog-gallery .blog-tile:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
section.blog-gallery .blog-tile:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
section.blog-gallery .blog-tile:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
section.blog-gallery .blog-tile:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
section.blog-gallery .blog-tile:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
section.blog-gallery .blog-tile:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
section.blog-gallery .blog-tile:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
section.blog-gallery .blog-tile:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
section.blog-gallery .blog-tile:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
section.blog-gallery .blog-tile .blog-picture img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog-gallery .blog-tile .blog-date {
  color: #AEAEAE;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.39px;
  text-align: center;
  padding: 15px 0;
}
section.blog-gallery .blog-tile .blog-teaser {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  max-width: 90%;
  line-height: 34px;
  flex-grow: 1;
}

div.line {
  background: #FFF;
  height: 1px;
  width: 100%;
}

div.line-black {
  background: #000;
  height: 1px;
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .flex-center-lg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.flex-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.spacer-small {
  height: 50px;
}

.spacer-medium {
  height: 100px;
}

.spacer-big {
  height: 200px;
}

.spacer-very-big {
  height: 400px;
}

.spacer-very-very-big {
  height: 600px;
}

@media (max-width: 991.98px) {
  .spacer-lg-down-big {
    height: 200px;
  }

  .spacer-lg-down-medium {
    height: 100px;
  }
}
img.picture-wide {
  width: 100%;
}

.rotated-180 {
  transform: rotate(180deg);
}

.circle-56 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 56px;
  width: 56px;
  background: #FFF;
  color: #000;
  border-radius: 999px;
}

.bullet-points-with-icons li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.bullet-points-with-icons li img {
  margin-right: 20px;
  height: 50px;
  width: 50px;
}
.bullet-points-with-icons li span {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  max-width: 260px;
}
@media (min-width: 992px) {
  .bullet-points-with-icons.bullet-points-with-icons-desktop-huge img {
    margin-right: 20px;
    width: 75px;
    height: 75px;
  }
  .bullet-points-with-icons.bullet-points-with-icons-desktop-huge span {
    font-size: 40px;
    max-width: inherit;
  }
}

.heart-icon {
  display: inline-block;
  width: 40px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/svg/heart.svg");
}
.heart-icon.active, .heart-icon:hover {
  background-image: url("/assets/svg/heart-big-red.svg");
}

.link-red {
  color: #FD0E35;
}
.link-red:hover {
  color: #FFF;
  text-decoration: underline;
}

.sticky-mobile-bg {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .sticky-mobile-bg {
    display: none;
  }
}

.p-medium {
  font-size: 15px !important;
}

.fading-text {
  --gradient-progress: -100%;
  --gradient-progress-2: 0%;
  --gradient-angle: 135deg;
  --fading-opacity:1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(var(--gradient-angle), white var(--gradient-progress), rgba(240, 240, 240, 0) var(--gradient-progress-2));
}
.fading-text .btn-polo-trans-outlined {
  opacity: var(--fading-opacity);
}

.fading-visual {
  --visual-opacity: 0.2;
  opacity: var(--visual-opacity);
}

.fading-element {
  --element-opacity: 1;
  opacity: var(--element-opacity);
  display: inline-block;
}

.sticky-reveal {
  --image-gradient-opacity: 1;
  --image-scale: 0.9;
  --image-opacity: 0.4;
}
.sticky-reveal .sticky-image {
  transform: scale(var(--image-scale));
}
.sticky-reveal .sticky-image img {
  width: 100%;
  opacity: var(--image-opacity);
}
.sticky-reveal .sticky-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/assets/img/sticky-image-gradient.png");
  background-size: 100% 100%;
  opacity: var(--image-gradient-opacity);
}

.with-scrolltrigger-pinned {
  margin-top: -50vh;
  transition: opacity 0.7s;
  opacity: 0;
  pointer-events: none;
}
.with-scrolltrigger-pinned.mt-100 {
  margin-top: -100vh;
}
.with-scrolltrigger-pinned.active {
  opacity: 1;
  pointer-events: auto;
}
.with-scrolltrigger-pinned.has-left {
  opacity: 1;
}
.financiering .with-scrolltrigger-pinned.has-left {
  pointer-events: auto;
}

.pin-spacer {
  pointer-events: none;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
#debug {
	position:fixed;
	left:20px;
	top:20px;
	z-index:99999999;
	background:black;
	color:white;
	border:1px solid white;
	min-width:20px;
	min-height:20px;
}
*/
