@charset "UTF-8";
/*
html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button,
input,
select {
    overflow: visible;
}
button,
input,
select,
textarea {
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    appearance: field;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    appearance: none;
}
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/****************************************************************************************/
/****************** IF OVERRIDE, DO IT IN PROJECT THEME _VARIABLES.SCSS ******************/
/****************************************************************************************/
/*
$colors: (
  "blue":       $blue,
  "indigo":     $indigo,
  "purple":     $purple,
  "pink":       $pink,
  "red":        $red,
  "orange":     $orange,
  "yellow":     $yellow,
  "green":      $green,
  "teal":       $teal,
  "cyan":       $cyan,
  "white":      $white,
  "gray":       $gray-600,
  "gray-dark":  $gray-800
) !default;
*/
/*
$theme-colors: (
  "primary":    $primary,
  "secondary":  $secondary,
  "success":    $success,
  "info":       $info,
  "warning":    $warning,
  "danger":     $danger,
  "light":      $light,
  "dark":       $dark
) !default;
*/
/*
$spacer: 1rem !default;
$spacers: (
  0: 0,
  1: $spacer * .25,
  2: $spacer * .5,
  3: $spacer,
  4: $spacer * 1.5,
  5: $spacer * 3,
) !default;
*/
/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  ml: 1024px,
  lg: 1280px,
  xl: 1440px,
  xxl: 1920px
  xxxl: 2560px
) !default;
*/
/*
$border-radius:               .25rem !default;
$border-radius-sm:            .2rem !default;
$border-radius-lg:            .3rem !default;
$border-radius-pill:          50rem !default;
*/
/*
$box-shadow:                  0 .5rem 1rem rgba($black, .15) !default;
$box-shadow-sm:               0 .125rem .25rem rgba($black, .075) !default;
$box-shadow-lg:               0 1rem 3rem rgba($black, .175) !default;
$box-shadow-inset:            inset 0 1px 2px rgba($black, .075) !default;
*/
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.row--20p {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row--20p > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.row--20p .col {
  flex: 1 0 0%;
}
.row--20p .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row--20p .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row--20p .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row--20p .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row--20p .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row--20p .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row--20p .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.row--20p .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.row--20p .col-1 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 20%;
}
.row--20p .col-2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 40%;
}
.row--20p .col-3 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 60%;
}
.row--20p .col-4 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 80%;
}
.row--20p .col-5 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
}
.row--20p .offset-1 {
  margin-left: 20%;
}
.row--20p .offset-2 {
  margin-left: 40%;
}
.row--20p .offset-3 {
  margin-left: 60%;
}
.row--20p .offset-4 {
  margin-left: 80%;
}
.row--20p .g-0,
.row--20p .gx-0 {
  --bs-gutter-x: 0;
}
.row--20p .g-0,
.row--20p .gy-0 {
  --bs-gutter-y: 0;
}
.row--20p .g-1,
.row--20p .gx-1 {
  --bs-gutter-x: 7.5px;
}
.row--20p .g-1,
.row--20p .gy-1 {
  --bs-gutter-y: 7.5px;
}
.row--20p .g-2,
.row--20p .gx-2 {
  --bs-gutter-x: 15px;
}
.row--20p .g-2,
.row--20p .gy-2 {
  --bs-gutter-y: 15px;
}
.row--20p .g-3,
.row--20p .gx-3 {
  --bs-gutter-x: 30px;
}
.row--20p .g-3,
.row--20p .gy-3 {
  --bs-gutter-y: 30px;
}
.row--20p .g,
.row--20p .gx {
  --bs-gutter-x: 30px;
}
.row--20p .g,
.row--20p .gy {
  --bs-gutter-y: 30px;
}
.row--20p .g-4,
.row--20p .gx-4 {
  --bs-gutter-x: 45px;
}
.row--20p .g-4,
.row--20p .gy-4 {
  --bs-gutter-y: 45px;
}
.row--20p .g-5,
.row--20p .gx-5 {
  --bs-gutter-x: 60px;
}
.row--20p .g-5,
.row--20p .gy-5 {
  --bs-gutter-y: 60px;
}
.row--20p .g-n1,
.row--20p .gx-n1 {
  --bs-gutter-x: -7.5px;
}
.row--20p .g-n1,
.row--20p .gy-n1 {
  --bs-gutter-y: -7.5px;
}
.row--20p .g-n2,
.row--20p .gx-n2 {
  --bs-gutter-x: -15px;
}
.row--20p .g-n2,
.row--20p .gy-n2 {
  --bs-gutter-y: -15px;
}
.row--20p .g-n,
.row--20p .gx-n {
  --bs-gutter-x: -30px;
}
.row--20p .g-n,
.row--20p .gy-n {
  --bs-gutter-y: -30px;
}
.row--20p .g-n3,
.row--20p .gx-n3 {
  --bs-gutter-x: -30px;
}
.row--20p .g-n3,
.row--20p .gy-n3 {
  --bs-gutter-y: -30px;
}
.row--20p .g-n4,
.row--20p .gx-n4 {
  --bs-gutter-x: -45px;
}
.row--20p .g-n4,
.row--20p .gy-n4 {
  --bs-gutter-y: -45px;
}
.row--20p .g-n5,
.row--20p .gx-n5 {
  --bs-gutter-x: -90px;
}
.row--20p .g-n5,
.row--20p .gy-n5 {
  --bs-gutter-y: -90px;
}
.row--20p .g-100,
.row--20p .gx-100 {
  --bs-gutter-x: 100%;
}
.row--20p .g-100,
.row--20p .gy-100 {
  --bs-gutter-y: 100%;
}
@media (min-width: 576px) {
  .row--20p .col-sm {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-sm-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-sm-0 {
    margin-left: 0;
  }
  .row--20p .offset-sm-1 {
    margin-left: 20%;
  }
  .row--20p .offset-sm-2 {
    margin-left: 40%;
  }
  .row--20p .offset-sm-3 {
    margin-left: 60%;
  }
  .row--20p .offset-sm-4 {
    margin-left: 80%;
  }
  .row--20p .g-sm-0,
  .row--20p .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-sm-0,
  .row--20p .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-sm-1,
  .row--20p .gx-sm-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-sm-1,
  .row--20p .gy-sm-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-sm-2,
  .row--20p .gx-sm-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-sm-2,
  .row--20p .gy-sm-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-sm-3,
  .row--20p .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-sm-3,
  .row--20p .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-sm,
  .row--20p .gx-sm {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-sm,
  .row--20p .gy-sm {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-sm-4,
  .row--20p .gx-sm-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-sm-4,
  .row--20p .gy-sm-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-sm-5,
  .row--20p .gx-sm-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-sm-5,
  .row--20p .gy-sm-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-sm-n1,
  .row--20p .gx-sm-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-sm-n1,
  .row--20p .gy-sm-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-sm-n2,
  .row--20p .gx-sm-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-sm-n2,
  .row--20p .gy-sm-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-sm-n,
  .row--20p .gx-sm-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-sm-n,
  .row--20p .gy-sm-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-sm-n3,
  .row--20p .gx-sm-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-sm-n3,
  .row--20p .gy-sm-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-sm-n4,
  .row--20p .gx-sm-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-sm-n4,
  .row--20p .gy-sm-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-sm-n5,
  .row--20p .gx-sm-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-sm-n5,
  .row--20p .gy-sm-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-sm-100,
  .row--20p .gx-sm-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-sm-100,
  .row--20p .gy-sm-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 768px) {
  .row--20p .col-md {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-md-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-md-0 {
    margin-left: 0;
  }
  .row--20p .offset-md-1 {
    margin-left: 20%;
  }
  .row--20p .offset-md-2 {
    margin-left: 40%;
  }
  .row--20p .offset-md-3 {
    margin-left: 60%;
  }
  .row--20p .offset-md-4 {
    margin-left: 80%;
  }
  .row--20p .g-md-0,
  .row--20p .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-md-0,
  .row--20p .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-md-1,
  .row--20p .gx-md-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-md-1,
  .row--20p .gy-md-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-md-2,
  .row--20p .gx-md-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-md-2,
  .row--20p .gy-md-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-md-3,
  .row--20p .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-md-3,
  .row--20p .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-md,
  .row--20p .gx-md {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-md,
  .row--20p .gy-md {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-md-4,
  .row--20p .gx-md-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-md-4,
  .row--20p .gy-md-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-md-5,
  .row--20p .gx-md-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-md-5,
  .row--20p .gy-md-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-md-n1,
  .row--20p .gx-md-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-md-n1,
  .row--20p .gy-md-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-md-n2,
  .row--20p .gx-md-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-md-n2,
  .row--20p .gy-md-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-md-n,
  .row--20p .gx-md-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-md-n,
  .row--20p .gy-md-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-md-n3,
  .row--20p .gx-md-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-md-n3,
  .row--20p .gy-md-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-md-n4,
  .row--20p .gx-md-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-md-n4,
  .row--20p .gy-md-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-md-n5,
  .row--20p .gx-md-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-md-n5,
  .row--20p .gy-md-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-md-100,
  .row--20p .gx-md-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-md-100,
  .row--20p .gy-md-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1024px) {
  .row--20p .col-ml {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-ml-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-ml-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-ml-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-ml-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-ml-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-ml-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-ml-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-ml-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-ml-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-ml-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-ml-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-ml-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-ml-0 {
    margin-left: 0;
  }
  .row--20p .offset-ml-1 {
    margin-left: 20%;
  }
  .row--20p .offset-ml-2 {
    margin-left: 40%;
  }
  .row--20p .offset-ml-3 {
    margin-left: 60%;
  }
  .row--20p .offset-ml-4 {
    margin-left: 80%;
  }
  .row--20p .g-ml-0,
  .row--20p .gx-ml-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-ml-0,
  .row--20p .gy-ml-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-ml-1,
  .row--20p .gx-ml-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-ml-1,
  .row--20p .gy-ml-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-ml-2,
  .row--20p .gx-ml-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-ml-2,
  .row--20p .gy-ml-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-ml-3,
  .row--20p .gx-ml-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-ml-3,
  .row--20p .gy-ml-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-ml,
  .row--20p .gx-ml {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-ml,
  .row--20p .gy-ml {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-ml-4,
  .row--20p .gx-ml-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-ml-4,
  .row--20p .gy-ml-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-ml-5,
  .row--20p .gx-ml-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-ml-5,
  .row--20p .gy-ml-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-ml-n1,
  .row--20p .gx-ml-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-ml-n1,
  .row--20p .gy-ml-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-ml-n2,
  .row--20p .gx-ml-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-ml-n2,
  .row--20p .gy-ml-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-ml-n,
  .row--20p .gx-ml-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-ml-n,
  .row--20p .gy-ml-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-ml-n3,
  .row--20p .gx-ml-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-ml-n3,
  .row--20p .gy-ml-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-ml-n4,
  .row--20p .gx-ml-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-ml-n4,
  .row--20p .gy-ml-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-ml-n5,
  .row--20p .gx-ml-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-ml-n5,
  .row--20p .gy-ml-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-ml-100,
  .row--20p .gx-ml-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-ml-100,
  .row--20p .gy-ml-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) {
  .row--20p .col-lg {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-lg-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-lg-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-lg-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-lg-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-lg-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-lg-0 {
    margin-left: 0;
  }
  .row--20p .offset-lg-1 {
    margin-left: 20%;
  }
  .row--20p .offset-lg-2 {
    margin-left: 40%;
  }
  .row--20p .offset-lg-3 {
    margin-left: 60%;
  }
  .row--20p .offset-lg-4 {
    margin-left: 80%;
  }
  .row--20p .g-lg-0,
  .row--20p .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-lg-0,
  .row--20p .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-lg-1,
  .row--20p .gx-lg-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-lg-1,
  .row--20p .gy-lg-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-lg-2,
  .row--20p .gx-lg-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-lg-2,
  .row--20p .gy-lg-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-lg-3,
  .row--20p .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-lg-3,
  .row--20p .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-lg,
  .row--20p .gx-lg {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-lg,
  .row--20p .gy-lg {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-lg-4,
  .row--20p .gx-lg-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-lg-4,
  .row--20p .gy-lg-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-lg-5,
  .row--20p .gx-lg-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-lg-5,
  .row--20p .gy-lg-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-lg-n1,
  .row--20p .gx-lg-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-lg-n1,
  .row--20p .gy-lg-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-lg-n2,
  .row--20p .gx-lg-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-lg-n2,
  .row--20p .gy-lg-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-lg-n,
  .row--20p .gx-lg-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-lg-n,
  .row--20p .gy-lg-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-lg-n3,
  .row--20p .gx-lg-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-lg-n3,
  .row--20p .gy-lg-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-lg-n4,
  .row--20p .gx-lg-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-lg-n4,
  .row--20p .gy-lg-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-lg-n5,
  .row--20p .gx-lg-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-lg-n5,
  .row--20p .gy-lg-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-lg-100,
  .row--20p .gx-lg-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-lg-100,
  .row--20p .gy-lg-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1440px) {
  .row--20p .col-xl {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-xl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-xl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-xl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-xl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-xl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-xl-0 {
    margin-left: 0;
  }
  .row--20p .offset-xl-1 {
    margin-left: 20%;
  }
  .row--20p .offset-xl-2 {
    margin-left: 40%;
  }
  .row--20p .offset-xl-3 {
    margin-left: 60%;
  }
  .row--20p .offset-xl-4 {
    margin-left: 80%;
  }
  .row--20p .g-xl-0,
  .row--20p .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-xl-0,
  .row--20p .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-xl-1,
  .row--20p .gx-xl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-xl-1,
  .row--20p .gy-xl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-xl-2,
  .row--20p .gx-xl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-xl-2,
  .row--20p .gy-xl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-xl-3,
  .row--20p .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xl-3,
  .row--20p .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xl,
  .row--20p .gx-xl {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xl,
  .row--20p .gy-xl {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xl-4,
  .row--20p .gx-xl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-xl-4,
  .row--20p .gy-xl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-xl-5,
  .row--20p .gx-xl-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-xl-5,
  .row--20p .gy-xl-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-xl-n1,
  .row--20p .gx-xl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-xl-n1,
  .row--20p .gy-xl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-xl-n2,
  .row--20p .gx-xl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-xl-n2,
  .row--20p .gy-xl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-xl-n,
  .row--20p .gx-xl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xl-n,
  .row--20p .gy-xl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xl-n3,
  .row--20p .gx-xl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xl-n3,
  .row--20p .gy-xl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xl-n4,
  .row--20p .gx-xl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-xl-n4,
  .row--20p .gy-xl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-xl-n5,
  .row--20p .gx-xl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-xl-n5,
  .row--20p .gy-xl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-xl-100,
  .row--20p .gx-xl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-xl-100,
  .row--20p .gy-xl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1920px) {
  .row--20p .col-xxl {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-xxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-xxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-xxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-xxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-xxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-xxl-0 {
    margin-left: 0;
  }
  .row--20p .offset-xxl-1 {
    margin-left: 20%;
  }
  .row--20p .offset-xxl-2 {
    margin-left: 40%;
  }
  .row--20p .offset-xxl-3 {
    margin-left: 60%;
  }
  .row--20p .offset-xxl-4 {
    margin-left: 80%;
  }
  .row--20p .g-xxl-0,
  .row--20p .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-xxl-0,
  .row--20p .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-xxl-1,
  .row--20p .gx-xxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-xxl-1,
  .row--20p .gy-xxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-xxl-2,
  .row--20p .gx-xxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-xxl-2,
  .row--20p .gy-xxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-xxl-3,
  .row--20p .gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxl-3,
  .row--20p .gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxl,
  .row--20p .gx-xxl {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxl,
  .row--20p .gy-xxl {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxl-4,
  .row--20p .gx-xxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-xxl-4,
  .row--20p .gy-xxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-xxl-5,
  .row--20p .gx-xxl-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-xxl-5,
  .row--20p .gy-xxl-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-xxl-n1,
  .row--20p .gx-xxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-xxl-n1,
  .row--20p .gy-xxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-xxl-n2,
  .row--20p .gx-xxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-xxl-n2,
  .row--20p .gy-xxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-xxl-n,
  .row--20p .gx-xxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxl-n,
  .row--20p .gy-xxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxl-n3,
  .row--20p .gx-xxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxl-n3,
  .row--20p .gy-xxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxl-n4,
  .row--20p .gx-xxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-xxl-n4,
  .row--20p .gy-xxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-xxl-n5,
  .row--20p .gx-xxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-xxl-n5,
  .row--20p .gy-xxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-xxl-100,
  .row--20p .gx-xxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-xxl-100,
  .row--20p .gy-xxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 2560px) {
  .row--20p .col-xxxl {
    flex: 1 0 0%;
  }
  .row--20p .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p .col-xxxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p .col-xxxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p .col-xxxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p .col-xxxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p .col-xxxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p .offset-xxxl-0 {
    margin-left: 0;
  }
  .row--20p .offset-xxxl-1 {
    margin-left: 20%;
  }
  .row--20p .offset-xxxl-2 {
    margin-left: 40%;
  }
  .row--20p .offset-xxxl-3 {
    margin-left: 60%;
  }
  .row--20p .offset-xxxl-4 {
    margin-left: 80%;
  }
  .row--20p .g-xxxl-0,
  .row--20p .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p .g-xxxl-0,
  .row--20p .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p .g-xxxl-1,
  .row--20p .gx-xxxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p .g-xxxl-1,
  .row--20p .gy-xxxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p .g-xxxl-2,
  .row--20p .gx-xxxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p .g-xxxl-2,
  .row--20p .gy-xxxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p .g-xxxl-3,
  .row--20p .gx-xxxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxxl-3,
  .row--20p .gy-xxxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxxl,
  .row--20p .gx-xxxl {
    --bs-gutter-x: 30px;
  }
  .row--20p .g-xxxl,
  .row--20p .gy-xxxl {
    --bs-gutter-y: 30px;
  }
  .row--20p .g-xxxl-4,
  .row--20p .gx-xxxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p .g-xxxl-4,
  .row--20p .gy-xxxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p .g-xxxl-5,
  .row--20p .gx-xxxl-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p .g-xxxl-5,
  .row--20p .gy-xxxl-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p .g-xxxl-n1,
  .row--20p .gx-xxxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p .g-xxxl-n1,
  .row--20p .gy-xxxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p .g-xxxl-n2,
  .row--20p .gx-xxxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p .g-xxxl-n2,
  .row--20p .gy-xxxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p .g-xxxl-n,
  .row--20p .gx-xxxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxxl-n,
  .row--20p .gy-xxxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxxl-n3,
  .row--20p .gx-xxxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p .g-xxxl-n3,
  .row--20p .gy-xxxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p .g-xxxl-n4,
  .row--20p .gx-xxxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p .g-xxxl-n4,
  .row--20p .gy-xxxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p .g-xxxl-n5,
  .row--20p .gx-xxxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p .g-xxxl-n5,
  .row--20p .gy-xxxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p .g-xxxl-100,
  .row--20p .gx-xxxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p .g-xxxl-100,
  .row--20p .gy-xxxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) {
  .row--20p--desktop > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .row--20p--desktop .col {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-0,
  .row--20p--desktop .gx-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-0,
  .row--20p--desktop .gy-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-1,
  .row--20p--desktop .gx-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-1,
  .row--20p--desktop .gy-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-2,
  .row--20p--desktop .gx-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-2,
  .row--20p--desktop .gy-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-3,
  .row--20p--desktop .gx-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-3,
  .row--20p--desktop .gy-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g,
  .row--20p--desktop .gx {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g,
  .row--20p--desktop .gy {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-4,
  .row--20p--desktop .gx-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-4,
  .row--20p--desktop .gy-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-5,
  .row--20p--desktop .gx-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-5,
  .row--20p--desktop .gy-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-n1,
  .row--20p--desktop .gx-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-n1,
  .row--20p--desktop .gy-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-n2,
  .row--20p--desktop .gx-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-n2,
  .row--20p--desktop .gy-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-n,
  .row--20p--desktop .gx-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-n,
  .row--20p--desktop .gy-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-n3,
  .row--20p--desktop .gx-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-n3,
  .row--20p--desktop .gy-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-n4,
  .row--20p--desktop .gx-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-n4,
  .row--20p--desktop .gy-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-n5,
  .row--20p--desktop .gx-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-n5,
  .row--20p--desktop .gy-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-100,
  .row--20p--desktop .gx-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-100,
  .row--20p--desktop .gy-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 576px) {
  .row--20p--desktop .col-sm {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-sm-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-sm-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-sm-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-sm-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-sm-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-sm-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-sm-0,
  .row--20p--desktop .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-sm-0,
  .row--20p--desktop .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-sm-1,
  .row--20p--desktop .gx-sm-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-sm-1,
  .row--20p--desktop .gy-sm-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-sm-2,
  .row--20p--desktop .gx-sm-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-sm-2,
  .row--20p--desktop .gy-sm-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-sm-3,
  .row--20p--desktop .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-sm-3,
  .row--20p--desktop .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-sm,
  .row--20p--desktop .gx-sm {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-sm,
  .row--20p--desktop .gy-sm {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-sm-4,
  .row--20p--desktop .gx-sm-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-sm-4,
  .row--20p--desktop .gy-sm-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-sm-5,
  .row--20p--desktop .gx-sm-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-sm-5,
  .row--20p--desktop .gy-sm-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-sm-n1,
  .row--20p--desktop .gx-sm-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-sm-n1,
  .row--20p--desktop .gy-sm-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-sm-n2,
  .row--20p--desktop .gx-sm-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-sm-n2,
  .row--20p--desktop .gy-sm-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-sm-n,
  .row--20p--desktop .gx-sm-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-sm-n,
  .row--20p--desktop .gy-sm-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-sm-n3,
  .row--20p--desktop .gx-sm-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-sm-n3,
  .row--20p--desktop .gy-sm-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-sm-n4,
  .row--20p--desktop .gx-sm-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-sm-n4,
  .row--20p--desktop .gy-sm-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-sm-n5,
  .row--20p--desktop .gx-sm-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-sm-n5,
  .row--20p--desktop .gy-sm-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-sm-100,
  .row--20p--desktop .gx-sm-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-sm-100,
  .row--20p--desktop .gy-sm-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .row--20p--desktop .col-md {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-md-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-md-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-md-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-md-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-md-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-md-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-md-0,
  .row--20p--desktop .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-md-0,
  .row--20p--desktop .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-md-1,
  .row--20p--desktop .gx-md-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-md-1,
  .row--20p--desktop .gy-md-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-md-2,
  .row--20p--desktop .gx-md-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-md-2,
  .row--20p--desktop .gy-md-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-md-3,
  .row--20p--desktop .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-md-3,
  .row--20p--desktop .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-md,
  .row--20p--desktop .gx-md {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-md,
  .row--20p--desktop .gy-md {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-md-4,
  .row--20p--desktop .gx-md-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-md-4,
  .row--20p--desktop .gy-md-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-md-5,
  .row--20p--desktop .gx-md-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-md-5,
  .row--20p--desktop .gy-md-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-md-n1,
  .row--20p--desktop .gx-md-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-md-n1,
  .row--20p--desktop .gy-md-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-md-n2,
  .row--20p--desktop .gx-md-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-md-n2,
  .row--20p--desktop .gy-md-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-md-n,
  .row--20p--desktop .gx-md-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-md-n,
  .row--20p--desktop .gy-md-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-md-n3,
  .row--20p--desktop .gx-md-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-md-n3,
  .row--20p--desktop .gy-md-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-md-n4,
  .row--20p--desktop .gx-md-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-md-n4,
  .row--20p--desktop .gy-md-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-md-n5,
  .row--20p--desktop .gx-md-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-md-n5,
  .row--20p--desktop .gy-md-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-md-100,
  .row--20p--desktop .gx-md-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-md-100,
  .row--20p--desktop .gy-md-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .row--20p--desktop .col-ml {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-ml-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-ml-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-ml-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-ml-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-ml-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-ml-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-ml-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-ml-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-ml-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-ml-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-ml-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-ml-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-ml-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-ml-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-ml-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-ml-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-ml-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-ml-0,
  .row--20p--desktop .gx-ml-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-ml-0,
  .row--20p--desktop .gy-ml-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-ml-1,
  .row--20p--desktop .gx-ml-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-ml-1,
  .row--20p--desktop .gy-ml-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-ml-2,
  .row--20p--desktop .gx-ml-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-ml-2,
  .row--20p--desktop .gy-ml-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-ml-3,
  .row--20p--desktop .gx-ml-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-ml-3,
  .row--20p--desktop .gy-ml-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-ml,
  .row--20p--desktop .gx-ml {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-ml,
  .row--20p--desktop .gy-ml {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-ml-4,
  .row--20p--desktop .gx-ml-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-ml-4,
  .row--20p--desktop .gy-ml-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-ml-5,
  .row--20p--desktop .gx-ml-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-ml-5,
  .row--20p--desktop .gy-ml-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-ml-n1,
  .row--20p--desktop .gx-ml-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-ml-n1,
  .row--20p--desktop .gy-ml-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-ml-n2,
  .row--20p--desktop .gx-ml-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-ml-n2,
  .row--20p--desktop .gy-ml-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-ml-n,
  .row--20p--desktop .gx-ml-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-ml-n,
  .row--20p--desktop .gy-ml-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-ml-n3,
  .row--20p--desktop .gx-ml-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-ml-n3,
  .row--20p--desktop .gy-ml-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-ml-n4,
  .row--20p--desktop .gx-ml-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-ml-n4,
  .row--20p--desktop .gy-ml-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-ml-n5,
  .row--20p--desktop .gx-ml-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-ml-n5,
  .row--20p--desktop .gy-ml-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-ml-100,
  .row--20p--desktop .gx-ml-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-ml-100,
  .row--20p--desktop .gy-ml-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .row--20p--desktop .col-lg {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-lg-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-lg-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-lg-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-lg-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-lg-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-lg-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-lg-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-lg-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-lg-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-lg-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-lg-0,
  .row--20p--desktop .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-lg-0,
  .row--20p--desktop .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-lg-1,
  .row--20p--desktop .gx-lg-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-lg-1,
  .row--20p--desktop .gy-lg-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-lg-2,
  .row--20p--desktop .gx-lg-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-lg-2,
  .row--20p--desktop .gy-lg-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-lg-3,
  .row--20p--desktop .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-lg-3,
  .row--20p--desktop .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-lg,
  .row--20p--desktop .gx-lg {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-lg,
  .row--20p--desktop .gy-lg {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-lg-4,
  .row--20p--desktop .gx-lg-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-lg-4,
  .row--20p--desktop .gy-lg-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-lg-5,
  .row--20p--desktop .gx-lg-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-lg-5,
  .row--20p--desktop .gy-lg-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-lg-n1,
  .row--20p--desktop .gx-lg-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-lg-n1,
  .row--20p--desktop .gy-lg-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-lg-n2,
  .row--20p--desktop .gx-lg-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-lg-n2,
  .row--20p--desktop .gy-lg-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-lg-n,
  .row--20p--desktop .gx-lg-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-lg-n,
  .row--20p--desktop .gy-lg-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-lg-n3,
  .row--20p--desktop .gx-lg-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-lg-n3,
  .row--20p--desktop .gy-lg-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-lg-n4,
  .row--20p--desktop .gx-lg-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-lg-n4,
  .row--20p--desktop .gy-lg-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-lg-n5,
  .row--20p--desktop .gx-lg-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-lg-n5,
  .row--20p--desktop .gy-lg-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-lg-100,
  .row--20p--desktop .gx-lg-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-lg-100,
  .row--20p--desktop .gy-lg-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1440px) {
  .row--20p--desktop .col-xl {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-xl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-xl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-xl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-xl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-xl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-xl-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-xl-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-xl-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-xl-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-xl-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-xl-0,
  .row--20p--desktop .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-xl-0,
  .row--20p--desktop .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-xl-1,
  .row--20p--desktop .gx-xl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-xl-1,
  .row--20p--desktop .gy-xl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-xl-2,
  .row--20p--desktop .gx-xl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-xl-2,
  .row--20p--desktop .gy-xl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-xl-3,
  .row--20p--desktop .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xl-3,
  .row--20p--desktop .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xl,
  .row--20p--desktop .gx-xl {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xl,
  .row--20p--desktop .gy-xl {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xl-4,
  .row--20p--desktop .gx-xl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-xl-4,
  .row--20p--desktop .gy-xl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-xl-5,
  .row--20p--desktop .gx-xl-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-xl-5,
  .row--20p--desktop .gy-xl-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-xl-n1,
  .row--20p--desktop .gx-xl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-xl-n1,
  .row--20p--desktop .gy-xl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-xl-n2,
  .row--20p--desktop .gx-xl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-xl-n2,
  .row--20p--desktop .gy-xl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-xl-n,
  .row--20p--desktop .gx-xl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xl-n,
  .row--20p--desktop .gy-xl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xl-n3,
  .row--20p--desktop .gx-xl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xl-n3,
  .row--20p--desktop .gy-xl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xl-n4,
  .row--20p--desktop .gx-xl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-xl-n4,
  .row--20p--desktop .gy-xl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-xl-n5,
  .row--20p--desktop .gx-xl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-xl-n5,
  .row--20p--desktop .gy-xl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-xl-100,
  .row--20p--desktop .gx-xl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-xl-100,
  .row--20p--desktop .gy-xl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  .row--20p--desktop .col-xxl {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-xxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-xxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-xxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-xxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-xxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-xxl-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-xxl-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-xxl-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-xxl-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-xxl-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-xxl-0,
  .row--20p--desktop .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-xxl-0,
  .row--20p--desktop .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-xxl-1,
  .row--20p--desktop .gx-xxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-xxl-1,
  .row--20p--desktop .gy-xxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-xxl-2,
  .row--20p--desktop .gx-xxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-xxl-2,
  .row--20p--desktop .gy-xxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-xxl-3,
  .row--20p--desktop .gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxl-3,
  .row--20p--desktop .gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxl,
  .row--20p--desktop .gx-xxl {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxl,
  .row--20p--desktop .gy-xxl {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxl-4,
  .row--20p--desktop .gx-xxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-xxl-4,
  .row--20p--desktop .gy-xxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-xxl-5,
  .row--20p--desktop .gx-xxl-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-xxl-5,
  .row--20p--desktop .gy-xxl-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-xxl-n1,
  .row--20p--desktop .gx-xxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-xxl-n1,
  .row--20p--desktop .gy-xxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-xxl-n2,
  .row--20p--desktop .gx-xxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-xxl-n2,
  .row--20p--desktop .gy-xxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-xxl-n,
  .row--20p--desktop .gx-xxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxl-n,
  .row--20p--desktop .gy-xxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxl-n3,
  .row--20p--desktop .gx-xxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxl-n3,
  .row--20p--desktop .gy-xxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxl-n4,
  .row--20p--desktop .gx-xxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-xxl-n4,
  .row--20p--desktop .gy-xxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-xxl-n5,
  .row--20p--desktop .gx-xxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-xxl-n5,
  .row--20p--desktop .gy-xxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-xxl-100,
  .row--20p--desktop .gx-xxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-xxl-100,
  .row--20p--desktop .gy-xxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 2560px) {
  .row--20p--desktop .col-xxxl {
    flex: 1 0 0%;
  }
  .row--20p--desktop .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row--20p--desktop .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row--20p--desktop .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row--20p--desktop .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row--20p--desktop .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row--20p--desktop .col-xxxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 20%;
  }
  .row--20p--desktop .col-xxxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 40%;
  }
  .row--20p--desktop .col-xxxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 60%;
  }
  .row--20p--desktop .col-xxxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 80%;
  }
  .row--20p--desktop .col-xxxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .row--20p--desktop .offset-xxxl-0 {
    margin-left: 0;
  }
  .row--20p--desktop .offset-xxxl-1 {
    margin-left: 20%;
  }
  .row--20p--desktop .offset-xxxl-2 {
    margin-left: 40%;
  }
  .row--20p--desktop .offset-xxxl-3 {
    margin-left: 60%;
  }
  .row--20p--desktop .offset-xxxl-4 {
    margin-left: 80%;
  }
  .row--20p--desktop .g-xxxl-0,
  .row--20p--desktop .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .row--20p--desktop .g-xxxl-0,
  .row--20p--desktop .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .row--20p--desktop .g-xxxl-1,
  .row--20p--desktop .gx-xxxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .row--20p--desktop .g-xxxl-1,
  .row--20p--desktop .gy-xxxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .row--20p--desktop .g-xxxl-2,
  .row--20p--desktop .gx-xxxl-2 {
    --bs-gutter-x: 15px;
  }
  .row--20p--desktop .g-xxxl-2,
  .row--20p--desktop .gy-xxxl-2 {
    --bs-gutter-y: 15px;
  }
  .row--20p--desktop .g-xxxl-3,
  .row--20p--desktop .gx-xxxl-3 {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxxl-3,
  .row--20p--desktop .gy-xxxl-3 {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxxl,
  .row--20p--desktop .gx-xxxl {
    --bs-gutter-x: 30px;
  }
  .row--20p--desktop .g-xxxl,
  .row--20p--desktop .gy-xxxl {
    --bs-gutter-y: 30px;
  }
  .row--20p--desktop .g-xxxl-4,
  .row--20p--desktop .gx-xxxl-4 {
    --bs-gutter-x: 45px;
  }
  .row--20p--desktop .g-xxxl-4,
  .row--20p--desktop .gy-xxxl-4 {
    --bs-gutter-y: 45px;
  }
  .row--20p--desktop .g-xxxl-5,
  .row--20p--desktop .gx-xxxl-5 {
    --bs-gutter-x: 60px;
  }
  .row--20p--desktop .g-xxxl-5,
  .row--20p--desktop .gy-xxxl-5 {
    --bs-gutter-y: 60px;
  }
  .row--20p--desktop .g-xxxl-n1,
  .row--20p--desktop .gx-xxxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .row--20p--desktop .g-xxxl-n1,
  .row--20p--desktop .gy-xxxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .row--20p--desktop .g-xxxl-n2,
  .row--20p--desktop .gx-xxxl-n2 {
    --bs-gutter-x: -15px;
  }
  .row--20p--desktop .g-xxxl-n2,
  .row--20p--desktop .gy-xxxl-n2 {
    --bs-gutter-y: -15px;
  }
  .row--20p--desktop .g-xxxl-n,
  .row--20p--desktop .gx-xxxl-n {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxxl-n,
  .row--20p--desktop .gy-xxxl-n {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxxl-n3,
  .row--20p--desktop .gx-xxxl-n3 {
    --bs-gutter-x: -30px;
  }
  .row--20p--desktop .g-xxxl-n3,
  .row--20p--desktop .gy-xxxl-n3 {
    --bs-gutter-y: -30px;
  }
  .row--20p--desktop .g-xxxl-n4,
  .row--20p--desktop .gx-xxxl-n4 {
    --bs-gutter-x: -45px;
  }
  .row--20p--desktop .g-xxxl-n4,
  .row--20p--desktop .gy-xxxl-n4 {
    --bs-gutter-y: -45px;
  }
  .row--20p--desktop .g-xxxl-n5,
  .row--20p--desktop .gx-xxxl-n5 {
    --bs-gutter-x: -90px;
  }
  .row--20p--desktop .g-xxxl-n5,
  .row--20p--desktop .gy-xxxl-n5 {
    --bs-gutter-y: -90px;
  }
  .row--20p--desktop .g-xxxl-100,
  .row--20p--desktop .gx-xxxl-100 {
    --bs-gutter-x: 100%;
  }
  .row--20p--desktop .g-xxxl-100,
  .row--20p--desktop .gy-xxxl-100 {
    --bs-gutter-y: 100%;
  }
}

.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 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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: 7.5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 15px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 15px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .g-sm,
  .gx-sm {
    --bs-gutter-x: 30px;
  }
  .g-sm,
  .gy-sm {
    --bs-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 45px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 45px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 60px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 60px;
  }
  .g-sm-n1,
  .gx-sm-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-sm-n1,
  .gy-sm-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-sm-n2,
  .gx-sm-n2 {
    --bs-gutter-x: -15px;
  }
  .g-sm-n2,
  .gy-sm-n2 {
    --bs-gutter-y: -15px;
  }
  .g-sm-n,
  .gx-sm-n {
    --bs-gutter-x: -30px;
  }
  .g-sm-n,
  .gy-sm-n {
    --bs-gutter-y: -30px;
  }
  .g-sm-n3,
  .gx-sm-n3 {
    --bs-gutter-x: -30px;
  }
  .g-sm-n3,
  .gy-sm-n3 {
    --bs-gutter-y: -30px;
  }
  .g-sm-n4,
  .gx-sm-n4 {
    --bs-gutter-x: -45px;
  }
  .g-sm-n4,
  .gy-sm-n4 {
    --bs-gutter-y: -45px;
  }
  .g-sm-n5,
  .gx-sm-n5 {
    --bs-gutter-x: -90px;
  }
  .g-sm-n5,
  .gy-sm-n5 {
    --bs-gutter-y: -90px;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 100%;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 100%;
  }
}
@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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 7.5px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 15px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 15px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .g-md,
  .gx-md {
    --bs-gutter-x: 30px;
  }
  .g-md,
  .gy-md {
    --bs-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 45px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 45px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 60px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 60px;
  }
  .g-md-n1,
  .gx-md-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-md-n1,
  .gy-md-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-md-n2,
  .gx-md-n2 {
    --bs-gutter-x: -15px;
  }
  .g-md-n2,
  .gy-md-n2 {
    --bs-gutter-y: -15px;
  }
  .g-md-n,
  .gx-md-n {
    --bs-gutter-x: -30px;
  }
  .g-md-n,
  .gy-md-n {
    --bs-gutter-y: -30px;
  }
  .g-md-n3,
  .gx-md-n3 {
    --bs-gutter-x: -30px;
  }
  .g-md-n3,
  .gy-md-n3 {
    --bs-gutter-y: -30px;
  }
  .g-md-n4,
  .gx-md-n4 {
    --bs-gutter-x: -45px;
  }
  .g-md-n4,
  .gy-md-n4 {
    --bs-gutter-y: -45px;
  }
  .g-md-n5,
  .gx-md-n5 {
    --bs-gutter-x: -90px;
  }
  .g-md-n5,
  .gy-md-n5 {
    --bs-gutter-y: -90px;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 100%;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1024px) {
  .col-ml {
    flex: 1 0 0%;
  }
  .row-cols-ml-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ml-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ml-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ml-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-ml-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-ml-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-ml-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-ml-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ml-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ml-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-ml-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ml-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ml-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-ml-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ml-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ml-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-ml-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ml-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ml-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-ml-0 {
    margin-left: 0;
  }
  .offset-ml-1 {
    margin-left: 8.33333333%;
  }
  .offset-ml-2 {
    margin-left: 16.66666667%;
  }
  .offset-ml-3 {
    margin-left: 25%;
  }
  .offset-ml-4 {
    margin-left: 33.33333333%;
  }
  .offset-ml-5 {
    margin-left: 41.66666667%;
  }
  .offset-ml-6 {
    margin-left: 50%;
  }
  .offset-ml-7 {
    margin-left: 58.33333333%;
  }
  .offset-ml-8 {
    margin-left: 66.66666667%;
  }
  .offset-ml-9 {
    margin-left: 75%;
  }
  .offset-ml-10 {
    margin-left: 83.33333333%;
  }
  .offset-ml-11 {
    margin-left: 91.66666667%;
  }
  .g-ml-0,
  .gx-ml-0 {
    --bs-gutter-x: 0;
  }
  .g-ml-0,
  .gy-ml-0 {
    --bs-gutter-y: 0;
  }
  .g-ml-1,
  .gx-ml-1 {
    --bs-gutter-x: 7.5px;
  }
  .g-ml-1,
  .gy-ml-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-ml-2,
  .gx-ml-2 {
    --bs-gutter-x: 15px;
  }
  .g-ml-2,
  .gy-ml-2 {
    --bs-gutter-y: 15px;
  }
  .g-ml-3,
  .gx-ml-3 {
    --bs-gutter-x: 30px;
  }
  .g-ml-3,
  .gy-ml-3 {
    --bs-gutter-y: 30px;
  }
  .g-ml,
  .gx-ml {
    --bs-gutter-x: 30px;
  }
  .g-ml,
  .gy-ml {
    --bs-gutter-y: 30px;
  }
  .g-ml-4,
  .gx-ml-4 {
    --bs-gutter-x: 45px;
  }
  .g-ml-4,
  .gy-ml-4 {
    --bs-gutter-y: 45px;
  }
  .g-ml-5,
  .gx-ml-5 {
    --bs-gutter-x: 60px;
  }
  .g-ml-5,
  .gy-ml-5 {
    --bs-gutter-y: 60px;
  }
  .g-ml-n1,
  .gx-ml-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-ml-n1,
  .gy-ml-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-ml-n2,
  .gx-ml-n2 {
    --bs-gutter-x: -15px;
  }
  .g-ml-n2,
  .gy-ml-n2 {
    --bs-gutter-y: -15px;
  }
  .g-ml-n,
  .gx-ml-n {
    --bs-gutter-x: -30px;
  }
  .g-ml-n,
  .gy-ml-n {
    --bs-gutter-y: -30px;
  }
  .g-ml-n3,
  .gx-ml-n3 {
    --bs-gutter-x: -30px;
  }
  .g-ml-n3,
  .gy-ml-n3 {
    --bs-gutter-y: -30px;
  }
  .g-ml-n4,
  .gx-ml-n4 {
    --bs-gutter-x: -45px;
  }
  .g-ml-n4,
  .gy-ml-n4 {
    --bs-gutter-y: -45px;
  }
  .g-ml-n5,
  .gx-ml-n5 {
    --bs-gutter-x: -90px;
  }
  .g-ml-n5,
  .gy-ml-n5 {
    --bs-gutter-y: -90px;
  }
  .g-ml-100,
  .gx-ml-100 {
    --bs-gutter-x: 100%;
  }
  .g-ml-100,
  .gy-ml-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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: 7.5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 15px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 15px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .g-lg,
  .gx-lg {
    --bs-gutter-x: 30px;
  }
  .g-lg,
  .gy-lg {
    --bs-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 45px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 45px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 60px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 60px;
  }
  .g-lg-n1,
  .gx-lg-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-lg-n1,
  .gy-lg-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-lg-n2,
  .gx-lg-n2 {
    --bs-gutter-x: -15px;
  }
  .g-lg-n2,
  .gy-lg-n2 {
    --bs-gutter-y: -15px;
  }
  .g-lg-n,
  .gx-lg-n {
    --bs-gutter-x: -30px;
  }
  .g-lg-n,
  .gy-lg-n {
    --bs-gutter-y: -30px;
  }
  .g-lg-n3,
  .gx-lg-n3 {
    --bs-gutter-x: -30px;
  }
  .g-lg-n3,
  .gy-lg-n3 {
    --bs-gutter-y: -30px;
  }
  .g-lg-n4,
  .gx-lg-n4 {
    --bs-gutter-x: -45px;
  }
  .g-lg-n4,
  .gy-lg-n4 {
    --bs-gutter-y: -45px;
  }
  .g-lg-n5,
  .gx-lg-n5 {
    --bs-gutter-x: -90px;
  }
  .g-lg-n5,
  .gy-lg-n5 {
    --bs-gutter-y: -90px;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 100%;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 7.5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 15px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 15px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xl,
  .gx-xl {
    --bs-gutter-x: 30px;
  }
  .g-xl,
  .gy-xl {
    --bs-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 45px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 45px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 60px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 60px;
  }
  .g-xl-n1,
  .gx-xl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-xl-n1,
  .gy-xl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-xl-n2,
  .gx-xl-n2 {
    --bs-gutter-x: -15px;
  }
  .g-xl-n2,
  .gy-xl-n2 {
    --bs-gutter-y: -15px;
  }
  .g-xl-n,
  .gx-xl-n {
    --bs-gutter-x: -30px;
  }
  .g-xl-n,
  .gy-xl-n {
    --bs-gutter-y: -30px;
  }
  .g-xl-n3,
  .gx-xl-n3 {
    --bs-gutter-x: -30px;
  }
  .g-xl-n3,
  .gy-xl-n3 {
    --bs-gutter-y: -30px;
  }
  .g-xl-n4,
  .gx-xl-n4 {
    --bs-gutter-x: -45px;
  }
  .g-xl-n4,
  .gy-xl-n4 {
    --bs-gutter-y: -45px;
  }
  .g-xl-n5,
  .gx-xl-n5 {
    --bs-gutter-x: -90px;
  }
  .g-xl-n5,
  .gy-xl-n5 {
    --bs-gutter-y: -90px;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 100%;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 1920px) {
  .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 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: 7.5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xxl,
  .gx-xxl {
    --bs-gutter-x: 30px;
  }
  .g-xxl,
  .gy-xxl {
    --bs-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 45px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 45px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-n1,
  .gx-xxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-xxl-n1,
  .gy-xxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-xxl-n2,
  .gx-xxl-n2 {
    --bs-gutter-x: -15px;
  }
  .g-xxl-n2,
  .gy-xxl-n2 {
    --bs-gutter-y: -15px;
  }
  .g-xxl-n,
  .gx-xxl-n {
    --bs-gutter-x: -30px;
  }
  .g-xxl-n,
  .gy-xxl-n {
    --bs-gutter-y: -30px;
  }
  .g-xxl-n3,
  .gx-xxl-n3 {
    --bs-gutter-x: -30px;
  }
  .g-xxl-n3,
  .gy-xxl-n3 {
    --bs-gutter-y: -30px;
  }
  .g-xxl-n4,
  .gx-xxl-n4 {
    --bs-gutter-x: -45px;
  }
  .g-xxl-n4,
  .gy-xxl-n4 {
    --bs-gutter-y: -45px;
  }
  .g-xxl-n5,
  .gx-xxl-n5 {
    --bs-gutter-x: -90px;
  }
  .g-xxl-n5,
  .gy-xxl-n5 {
    --bs-gutter-y: -90px;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 100%;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 100%;
  }
}
@media (min-width: 2560px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 7.5px;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 7.5px;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 15px;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 15px;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xxxl,
  .gx-xxxl {
    --bs-gutter-x: 30px;
  }
  .g-xxxl,
  .gy-xxxl {
    --bs-gutter-y: 30px;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 45px;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 45px;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 60px;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 60px;
  }
  .g-xxxl-n1,
  .gx-xxxl-n1 {
    --bs-gutter-x: -7.5px;
  }
  .g-xxxl-n1,
  .gy-xxxl-n1 {
    --bs-gutter-y: -7.5px;
  }
  .g-xxxl-n2,
  .gx-xxxl-n2 {
    --bs-gutter-x: -15px;
  }
  .g-xxxl-n2,
  .gy-xxxl-n2 {
    --bs-gutter-y: -15px;
  }
  .g-xxxl-n,
  .gx-xxxl-n {
    --bs-gutter-x: -30px;
  }
  .g-xxxl-n,
  .gy-xxxl-n {
    --bs-gutter-y: -30px;
  }
  .g-xxxl-n3,
  .gx-xxxl-n3 {
    --bs-gutter-x: -30px;
  }
  .g-xxxl-n3,
  .gy-xxxl-n3 {
    --bs-gutter-y: -30px;
  }
  .g-xxxl-n4,
  .gx-xxxl-n4 {
    --bs-gutter-x: -45px;
  }
  .g-xxxl-n4,
  .gy-xxxl-n4 {
    --bs-gutter-y: -45px;
  }
  .g-xxxl-n5,
  .gx-xxxl-n5 {
    --bs-gutter-x: -90px;
  }
  .g-xxxl-n5,
  .gy-xxxl-n5 {
    --bs-gutter-y: -90px;
  }
  .g-xxxl-100,
  .gx-xxxl-100 {
    --bs-gutter-x: 100%;
  }
  .g-xxxl-100,
  .gy-xxxl-100 {
    --bs-gutter-y: 100%;
  }
}
.valign-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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 {
  display: none !important;
}

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

.shadow {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.shadow-1 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-2 {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.shadow-3 {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-lg {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-4 {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-xl {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
}

.shadow-inset {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

.position-sticky {
  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 #DEDEDE !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary-lighter {
  border-color: #20bcff !important;
}

.border-primary-darker {
  border-color: rgb(0, 122.3451327434, 175) !important;
}

.border-secondary-lighter {
  border-color: rgb(155.5, 155.5, 155.5) !important;
}

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

.border-secondary-darker {
  border-color: #4f4f4f !important;
}

.border-tertiary-lighter {
  border-color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.border-tertiary-darker {
  border-color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.border-tertiary {
  border-color: #02CC53 !important;
}

.border-quaternary-lighter {
  border-color: rgb(249.7330097087, 189.5388349515, 105.2669902913) !important;
}

.border-quaternary-darker {
  border-color: rgb(244.4029126214, 146.1504854369, 8.5970873786) !important;
}

.border-quaternary {
  border-color: #F8A838 !important;
}

.border-quinary-lighter {
  border-color: rgb(185.3571428571, 138, 255) !important;
}

.border-quinary-darker {
  border-color: rgb(124.6428571429, 36, 255) !important;
}

.border-quinary {
  border-color: #9b57ff !important;
}

.border-ok {
  border-color: #02CC53 !important;
}

.border-ok-darker {
  border-color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.border-ok-lighter {
  border-color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

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

.border-success-darker {
  border-color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.border-success-lighter {
  border-color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

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

.border-warning-darker {
  border-color: rgb(244.4029126214, 146.1504854369, 8.5970873786) !important;
}

.border-warning-lighter {
  border-color: rgb(249.7330097087, 189.5388349515, 105.2669902913) !important;
}

.border-error {
  border-color: #F04A18 !important;
}

.border-error-darker {
  border-color: rgb(200.012195122, 56.2804878049, 12.987804878) !important;
}

.border-error-lighter {
  border-color: rgb(243.1097560976, 111.5243902439, 71.8902439024) !important;
}

.border-grey-lighter {
  border-color: #f6f6f6 !important;
}

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

.border-grey {
  border-color: #828282 !important;
}

.border-grey-dark {
  border-color: #4f4f4f !important;
}

.border-grey-darker {
  border-color: #1D1D1B !important;
}

.border-black {
  border-color: #000000 !important;
}

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

.border-main {
  border-color: #1D1D1B !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-a {
  height: auto !important;
}

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

.mh-0 {
  max-height: "none" !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: 7.5px !important;
}

.gap-2 {
  gap: 15px !important;
}

.gap-3 {
  gap: 30px !important;
}

.gap-4 {
  gap: 45px !important;
}

.gap-5 {
  gap: 60px !important;
}

.gap-n1 {
  gap: -7.5px !important;
}

.gap-n2 {
  gap: -15px !important;
}

.gap-n {
  gap: -30px !important;
}

.gap-n3 {
  gap: -30px !important;
}

.gap-n4 {
  gap: -45px !important;
}

.gap-n5 {
  gap: -90px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 7.5px !important;
}

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

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

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

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

.m-n1 {
  margin: -7.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-100 {
  margin-right: 100% !important;
  margin-left: 100% !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: 7.5px !important;
  margin-bottom: 7.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-right: 7.5px !important;
}

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

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

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

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

.me-n1 {
  margin-right: -7.5px !important;
}

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

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

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

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

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

.me-100 {
  margin-right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 7.5px !important;
}

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

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

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

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

.ms-n1 {
  margin-left: -7.5px !important;
}

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

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

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

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

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

.ms-100 {
  margin-left: 100% !important;
}

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

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

.p-1 {
  padding: 7.5px !important;
}

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

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

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

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

.p-n1 {
  padding: -7.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-1 {
  padding-right: 7.5px !important;
}

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

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

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

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

.pe-n1 {
  padding-right: -7.5px !important;
}

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

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

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

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

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

.pe-100 {
  padding-right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-1 {
  padding-left: 7.5px !important;
}

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

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

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

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

.ps-n1 {
  padding-left: -7.5px !important;
}

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

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

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

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

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

.ps-100 {
  padding-left: 100% !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-medium {
  font-weight: 500 !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 */
.color-primary {
  --bs-text-opacity: 1;
  color: #009EE2 !important;
}

.color-primary-lighter {
  --bs-text-opacity: 1;
  color: #20bcff !important;
}

.color-primary-darker {
  --bs-text-opacity: 1;
  color: rgb(0, 122.3451327434, 175) !important;
}

.color-secondary-lighter {
  --bs-text-opacity: 1;
  color: rgb(155.5, 155.5, 155.5) !important;
}

.color-secondary {
  --bs-text-opacity: 1;
  color: #828282 !important;
}

.color-secondary-darker {
  --bs-text-opacity: 1;
  color: #4f4f4f !important;
}

.color-tertiary-lighter {
  --bs-text-opacity: 1;
  color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.color-tertiary-darker {
  --bs-text-opacity: 1;
  color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.color-tertiary {
  --bs-text-opacity: 1;
  color: #02CC53 !important;
}

.color-quaternary-lighter {
  --bs-text-opacity: 1;
  color: rgb(249.7330097087, 189.5388349515, 105.2669902913) !important;
}

.color-quaternary-darker {
  --bs-text-opacity: 1;
  color: rgb(244.4029126214, 146.1504854369, 8.5970873786) !important;
}

.color-quaternary {
  --bs-text-opacity: 1;
  color: #F8A838 !important;
}

.color-quinary-lighter {
  --bs-text-opacity: 1;
  color: rgb(185.3571428571, 138, 255) !important;
}

.color-quinary-darker {
  --bs-text-opacity: 1;
  color: rgb(124.6428571429, 36, 255) !important;
}

.color-quinary {
  --bs-text-opacity: 1;
  color: #9b57ff !important;
}

.color-ok {
  --bs-text-opacity: 1;
  color: #02CC53 !important;
}

.color-ok-darker {
  --bs-text-opacity: 1;
  color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.color-ok-lighter {
  --bs-text-opacity: 1;
  color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.color-success {
  --bs-text-opacity: 1;
  color: #02CC53 !important;
}

.color-success-darker {
  --bs-text-opacity: 1;
  color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.color-success-lighter {
  --bs-text-opacity: 1;
  color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.color-warning {
  --bs-text-opacity: 1;
  color: #F8A838 !important;
}

.color-warning-darker {
  --bs-text-opacity: 1;
  color: rgb(244.4029126214, 146.1504854369, 8.5970873786) !important;
}

.color-warning-lighter {
  --bs-text-opacity: 1;
  color: rgb(249.7330097087, 189.5388349515, 105.2669902913) !important;
}

.color-error {
  --bs-text-opacity: 1;
  color: #F04A18 !important;
}

.color-error-darker {
  --bs-text-opacity: 1;
  color: rgb(200.012195122, 56.2804878049, 12.987804878) !important;
}

.color-error-lighter {
  --bs-text-opacity: 1;
  color: rgb(243.1097560976, 111.5243902439, 71.8902439024) !important;
}

.color-grey-lighter {
  --bs-text-opacity: 1;
  color: #f6f6f6 !important;
}

.color-grey-light {
  --bs-text-opacity: 1;
  color: #DEDEDE !important;
}

.color-grey {
  --bs-text-opacity: 1;
  color: #828282 !important;
}

.color-grey-dark {
  --bs-text-opacity: 1;
  color: #4f4f4f !important;
}

.color-grey-darker {
  --bs-text-opacity: 1;
  color: #1D1D1B !important;
}

.color-black, html body.rbl--custom.rbl .page-wrapper .product-info-reference .type {
  --bs-text-opacity: 1;
  color: #000000 !important;
}

.color-white {
  --bs-text-opacity: 1;
  color: #ffffff !important;
}

.color-main {
  --bs-text-opacity: 1;
  color: #1D1D1B !important;
}

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #000000 !important;
}

.bg-primary-lighter {
  --bs-bg-opacity: 1;
  background-color: #20bcff !important;
}

.bg-primary-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(0, 122.3451327434, 175) !important;
}

.bg-secondary-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(155.5, 155.5, 155.5) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #828282 !important;
}

.bg-secondary-darker {
  --bs-bg-opacity: 1;
  background-color: #4f4f4f !important;
}

.bg-tertiary-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.bg-tertiary-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: #02CC53 !important;
}

.bg-quaternary-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(249.7330097087, 189.5388349515, 105.2669902913) !important;
}

.bg-quaternary-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(244.4029126214, 146.1504854369, 8.5970873786) !important;
}

.bg-quaternary {
  --bs-bg-opacity: 1;
  background-color: #F8A838 !important;
}

.bg-quinary-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(185.3571428571, 138, 255) !important;
}

.bg-quinary-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(124.6428571429, 36, 255) !important;
}

.bg-quinary {
  --bs-bg-opacity: 1;
  background-color: #9b57ff !important;
}

.bg-ok {
  --bs-bg-opacity: 1;
  background-color: #02CC53 !important;
}

.bg-ok-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.bg-ok-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: #02CC53 !important;
}

.bg-success-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(1.5048543689, 153.4951456311, 62.4514563107) !important;
}

.bg-success-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(4.4563106796, 252.5436893204, 103.9368932039) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: #F8A838 !important;
}

.bg-warning-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(244.4029126214, 146.1504854369, 8.5970873786) !important;
}

.bg-warning-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(249.7330097087, 189.5388349515, 105.2669902913) !important;
}

.bg-error {
  --bs-bg-opacity: 1;
  background-color: #F04A18 !important;
}

.bg-error-darker {
  --bs-bg-opacity: 1;
  background-color: rgb(200.012195122, 56.2804878049, 12.987804878) !important;
}

.bg-error-lighter {
  --bs-bg-opacity: 1;
  background-color: rgb(243.1097560976, 111.5243902439, 71.8902439024) !important;
}

.bg-grey-lighter {
  --bs-bg-opacity: 1;
  background-color: #f6f6f6 !important;
}

.bg-grey-light {
  --bs-bg-opacity: 1;
  background-color: #DEDEDE !important;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: #828282 !important;
}

.bg-grey-dark {
  --bs-bg-opacity: 1;
  background-color: #4f4f4f !important;
}

.bg-grey-darker {
  --bs-bg-opacity: 1;
  background-color: #1D1D1B !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: #000000 !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: #ffffff !important;
}

.bg-main {
  --bs-bg-opacity: 1;
  background-color: #1D1D1B !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

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

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

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: 4px !important;
}

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

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 4px !important;
}

.rounded-3 {
  border-radius: 10px !important;
}

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

.rounded-pill {
  border-radius: 30px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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: 7.5px !important;
  }
  .gap-sm-2 {
    gap: 15px !important;
  }
  .gap-sm-3 {
    gap: 30px !important;
  }
  .gap-sm-4 {
    gap: 45px !important;
  }
  .gap-sm-5 {
    gap: 60px !important;
  }
  .gap-sm-n1 {
    gap: -7.5px !important;
  }
  .gap-sm-n2 {
    gap: -15px !important;
  }
  .gap-sm-n {
    gap: -30px !important;
  }
  .gap-sm-n3 {
    gap: -30px !important;
  }
  .gap-sm-n4 {
    gap: -45px !important;
  }
  .gap-sm-n5 {
    gap: -90px !important;
  }
  .gap-sm-100 {
    gap: 100% !important;
  }
  .justify-sm-start {
    justify-content: flex-start !important;
  }
  .justify-sm-end {
    justify-content: flex-end !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-between {
    justify-content: space-between !important;
  }
  .justify-sm-around {
    justify-content: space-around !important;
  }
  .justify-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-sm-start {
    align-items: flex-start !important;
  }
  .align-sm-end {
    align-items: flex-end !important;
  }
  .align-sm-center {
    align-items: center !important;
  }
  .align-sm-baseline {
    align-items: baseline !important;
  }
  .align-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;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 7.5px !important;
  }
  .m-sm-2 {
    margin: 15px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .m-sm-4 {
    margin: 45px !important;
  }
  .m-sm-5 {
    margin: 60px !important;
  }
  .m-sm-n1 {
    margin: -7.5px !important;
  }
  .m-sm-n2 {
    margin: -15px !important;
  }
  .m-sm-n {
    margin: -30px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .m-sm-n4 {
    margin: -45px !important;
  }
  .m-sm-n5 {
    margin: -90px !important;
  }
  .m-sm-100 {
    margin: 100% !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-sm-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-sm-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-sm-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-sm-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-sm-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-sm-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-sm-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 7.5px !important;
  }
  .mt-sm-2 {
    margin-top: 15px !important;
  }
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  .mt-sm-4 {
    margin-top: 45px !important;
  }
  .mt-sm-5 {
    margin-top: 60px !important;
  }
  .mt-sm-n1 {
    margin-top: -7.5px !important;
  }
  .mt-sm-n2 {
    margin-top: -15px !important;
  }
  .mt-sm-n {
    margin-top: -30px !important;
  }
  .mt-sm-n3 {
    margin-top: -30px !important;
  }
  .mt-sm-n4 {
    margin-top: -45px !important;
  }
  .mt-sm-n5 {
    margin-top: -90px !important;
  }
  .mt-sm-100 {
    margin-top: 100% !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 7.5px !important;
  }
  .me-sm-2 {
    margin-right: 15px !important;
  }
  .me-sm-3 {
    margin-right: 30px !important;
  }
  .me-sm-4 {
    margin-right: 45px !important;
  }
  .me-sm-5 {
    margin-right: 60px !important;
  }
  .me-sm-n1 {
    margin-right: -7.5px !important;
  }
  .me-sm-n2 {
    margin-right: -15px !important;
  }
  .me-sm-n {
    margin-right: -30px !important;
  }
  .me-sm-n3 {
    margin-right: -30px !important;
  }
  .me-sm-n4 {
    margin-right: -45px !important;
  }
  .me-sm-n5 {
    margin-right: -90px !important;
  }
  .me-sm-100 {
    margin-right: 100% !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-sm-2 {
    margin-bottom: 15px !important;
  }
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  .mb-sm-4 {
    margin-bottom: 45px !important;
  }
  .mb-sm-5 {
    margin-bottom: 60px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n {
    margin-bottom: -30px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -45px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100% !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 7.5px !important;
  }
  .ms-sm-2 {
    margin-left: 15px !important;
  }
  .ms-sm-3 {
    margin-left: 30px !important;
  }
  .ms-sm-4 {
    margin-left: 45px !important;
  }
  .ms-sm-5 {
    margin-left: 60px !important;
  }
  .ms-sm-n1 {
    margin-left: -7.5px !important;
  }
  .ms-sm-n2 {
    margin-left: -15px !important;
  }
  .ms-sm-n {
    margin-left: -30px !important;
  }
  .ms-sm-n3 {
    margin-left: -30px !important;
  }
  .ms-sm-n4 {
    margin-left: -45px !important;
  }
  .ms-sm-n5 {
    margin-left: -90px !important;
  }
  .ms-sm-100 {
    margin-left: 100% !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 7.5px !important;
  }
  .p-sm-2 {
    padding: 15px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .p-sm-4 {
    padding: 45px !important;
  }
  .p-sm-5 {
    padding: 60px !important;
  }
  .p-sm-n1 {
    padding: -7.5px !important;
  }
  .p-sm-n2 {
    padding: -15px !important;
  }
  .p-sm-n {
    padding: -30px !important;
  }
  .p-sm-n3 {
    padding: -30px !important;
  }
  .p-sm-n4 {
    padding: -45px !important;
  }
  .p-sm-n5 {
    padding: -90px !important;
  }
  .p-sm-100 {
    padding: 100% !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-sm-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-sm-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-sm-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-sm-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-sm-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-sm-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-sm-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-sm-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-sm-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-sm-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-sm-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-sm-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-sm-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-sm-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-sm-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-sm-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 7.5px !important;
  }
  .pt-sm-2 {
    padding-top: 15px !important;
  }
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  .pt-sm-4 {
    padding-top: 45px !important;
  }
  .pt-sm-5 {
    padding-top: 60px !important;
  }
  .pt-sm-n1 {
    padding-top: -7.5px !important;
  }
  .pt-sm-n2 {
    padding-top: -15px !important;
  }
  .pt-sm-n {
    padding-top: -30px !important;
  }
  .pt-sm-n3 {
    padding-top: -30px !important;
  }
  .pt-sm-n4 {
    padding-top: -45px !important;
  }
  .pt-sm-n5 {
    padding-top: -90px !important;
  }
  .pt-sm-100 {
    padding-top: 100% !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 7.5px !important;
  }
  .pe-sm-2 {
    padding-right: 15px !important;
  }
  .pe-sm-3 {
    padding-right: 30px !important;
  }
  .pe-sm-4 {
    padding-right: 45px !important;
  }
  .pe-sm-5 {
    padding-right: 60px !important;
  }
  .pe-sm-n1 {
    padding-right: -7.5px !important;
  }
  .pe-sm-n2 {
    padding-right: -15px !important;
  }
  .pe-sm-n {
    padding-right: -30px !important;
  }
  .pe-sm-n3 {
    padding-right: -30px !important;
  }
  .pe-sm-n4 {
    padding-right: -45px !important;
  }
  .pe-sm-n5 {
    padding-right: -90px !important;
  }
  .pe-sm-100 {
    padding-right: 100% !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-sm-2 {
    padding-bottom: 15px !important;
  }
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  .pb-sm-4 {
    padding-bottom: 45px !important;
  }
  .pb-sm-5 {
    padding-bottom: 60px !important;
  }
  .pb-sm-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-sm-n2 {
    padding-bottom: -15px !important;
  }
  .pb-sm-n {
    padding-bottom: -30px !important;
  }
  .pb-sm-n3 {
    padding-bottom: -30px !important;
  }
  .pb-sm-n4 {
    padding-bottom: -45px !important;
  }
  .pb-sm-n5 {
    padding-bottom: -90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100% !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 7.5px !important;
  }
  .ps-sm-2 {
    padding-left: 15px !important;
  }
  .ps-sm-3 {
    padding-left: 30px !important;
  }
  .ps-sm-4 {
    padding-left: 45px !important;
  }
  .ps-sm-5 {
    padding-left: 60px !important;
  }
  .ps-sm-n1 {
    padding-left: -7.5px !important;
  }
  .ps-sm-n2 {
    padding-left: -15px !important;
  }
  .ps-sm-n {
    padding-left: -30px !important;
  }
  .ps-sm-n3 {
    padding-left: -30px !important;
  }
  .ps-sm-n4 {
    padding-left: -45px !important;
  }
  .ps-sm-n5 {
    padding-left: -90px !important;
  }
  .ps-sm-100 {
    padding-left: 100% !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !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: 7.5px !important;
  }
  .gap-md-2 {
    gap: 15px !important;
  }
  .gap-md-3 {
    gap: 30px !important;
  }
  .gap-md-4 {
    gap: 45px !important;
  }
  .gap-md-5 {
    gap: 60px !important;
  }
  .gap-md-n1 {
    gap: -7.5px !important;
  }
  .gap-md-n2 {
    gap: -15px !important;
  }
  .gap-md-n {
    gap: -30px !important;
  }
  .gap-md-n3 {
    gap: -30px !important;
  }
  .gap-md-n4 {
    gap: -45px !important;
  }
  .gap-md-n5 {
    gap: -90px !important;
  }
  .gap-md-100 {
    gap: 100% !important;
  }
  .justify-md-start {
    justify-content: flex-start !important;
  }
  .justify-md-end {
    justify-content: flex-end !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-between {
    justify-content: space-between !important;
  }
  .justify-md-around {
    justify-content: space-around !important;
  }
  .justify-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-md-start {
    align-items: flex-start !important;
  }
  .align-md-end {
    align-items: flex-end !important;
  }
  .align-md-center {
    align-items: center !important;
  }
  .align-md-baseline {
    align-items: baseline !important;
  }
  .align-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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 7.5px !important;
  }
  .m-md-2 {
    margin: 15px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .m-md-4 {
    margin: 45px !important;
  }
  .m-md-5 {
    margin: 60px !important;
  }
  .m-md-n1 {
    margin: -7.5px !important;
  }
  .m-md-n2 {
    margin: -15px !important;
  }
  .m-md-n {
    margin: -30px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .m-md-n4 {
    margin: -45px !important;
  }
  .m-md-n5 {
    margin: -90px !important;
  }
  .m-md-100 {
    margin: 100% !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-md-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-md-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-md-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-md-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-md-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-md-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-md-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 7.5px !important;
  }
  .mt-md-2 {
    margin-top: 15px !important;
  }
  .mt-md-3 {
    margin-top: 30px !important;
  }
  .mt-md-4 {
    margin-top: 45px !important;
  }
  .mt-md-5 {
    margin-top: 60px !important;
  }
  .mt-md-n1 {
    margin-top: -7.5px !important;
  }
  .mt-md-n2 {
    margin-top: -15px !important;
  }
  .mt-md-n {
    margin-top: -30px !important;
  }
  .mt-md-n3 {
    margin-top: -30px !important;
  }
  .mt-md-n4 {
    margin-top: -45px !important;
  }
  .mt-md-n5 {
    margin-top: -90px !important;
  }
  .mt-md-100 {
    margin-top: 100% !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 7.5px !important;
  }
  .me-md-2 {
    margin-right: 15px !important;
  }
  .me-md-3 {
    margin-right: 30px !important;
  }
  .me-md-4 {
    margin-right: 45px !important;
  }
  .me-md-5 {
    margin-right: 60px !important;
  }
  .me-md-n1 {
    margin-right: -7.5px !important;
  }
  .me-md-n2 {
    margin-right: -15px !important;
  }
  .me-md-n {
    margin-right: -30px !important;
  }
  .me-md-n3 {
    margin-right: -30px !important;
  }
  .me-md-n4 {
    margin-right: -45px !important;
  }
  .me-md-n5 {
    margin-right: -90px !important;
  }
  .me-md-100 {
    margin-right: 100% !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-md-2 {
    margin-bottom: 15px !important;
  }
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .mb-md-4 {
    margin-bottom: 45px !important;
  }
  .mb-md-5 {
    margin-bottom: 60px !important;
  }
  .mb-md-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-md-n2 {
    margin-bottom: -15px !important;
  }
  .mb-md-n {
    margin-bottom: -30px !important;
  }
  .mb-md-n3 {
    margin-bottom: -30px !important;
  }
  .mb-md-n4 {
    margin-bottom: -45px !important;
  }
  .mb-md-n5 {
    margin-bottom: -90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100% !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 7.5px !important;
  }
  .ms-md-2 {
    margin-left: 15px !important;
  }
  .ms-md-3 {
    margin-left: 30px !important;
  }
  .ms-md-4 {
    margin-left: 45px !important;
  }
  .ms-md-5 {
    margin-left: 60px !important;
  }
  .ms-md-n1 {
    margin-left: -7.5px !important;
  }
  .ms-md-n2 {
    margin-left: -15px !important;
  }
  .ms-md-n {
    margin-left: -30px !important;
  }
  .ms-md-n3 {
    margin-left: -30px !important;
  }
  .ms-md-n4 {
    margin-left: -45px !important;
  }
  .ms-md-n5 {
    margin-left: -90px !important;
  }
  .ms-md-100 {
    margin-left: 100% !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 7.5px !important;
  }
  .p-md-2 {
    padding: 15px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .p-md-4 {
    padding: 45px !important;
  }
  .p-md-5 {
    padding: 60px !important;
  }
  .p-md-n1 {
    padding: -7.5px !important;
  }
  .p-md-n2 {
    padding: -15px !important;
  }
  .p-md-n {
    padding: -30px !important;
  }
  .p-md-n3 {
    padding: -30px !important;
  }
  .p-md-n4 {
    padding: -45px !important;
  }
  .p-md-n5 {
    padding: -90px !important;
  }
  .p-md-100 {
    padding: 100% !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-md-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-md-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-md-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-md-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-md-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-md-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-md-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-md-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-md-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-md-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-md-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-md-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-md-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-md-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-md-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-md-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 7.5px !important;
  }
  .pt-md-2 {
    padding-top: 15px !important;
  }
  .pt-md-3 {
    padding-top: 30px !important;
  }
  .pt-md-4 {
    padding-top: 45px !important;
  }
  .pt-md-5 {
    padding-top: 60px !important;
  }
  .pt-md-n1 {
    padding-top: -7.5px !important;
  }
  .pt-md-n2 {
    padding-top: -15px !important;
  }
  .pt-md-n {
    padding-top: -30px !important;
  }
  .pt-md-n3 {
    padding-top: -30px !important;
  }
  .pt-md-n4 {
    padding-top: -45px !important;
  }
  .pt-md-n5 {
    padding-top: -90px !important;
  }
  .pt-md-100 {
    padding-top: 100% !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 7.5px !important;
  }
  .pe-md-2 {
    padding-right: 15px !important;
  }
  .pe-md-3 {
    padding-right: 30px !important;
  }
  .pe-md-4 {
    padding-right: 45px !important;
  }
  .pe-md-5 {
    padding-right: 60px !important;
  }
  .pe-md-n1 {
    padding-right: -7.5px !important;
  }
  .pe-md-n2 {
    padding-right: -15px !important;
  }
  .pe-md-n {
    padding-right: -30px !important;
  }
  .pe-md-n3 {
    padding-right: -30px !important;
  }
  .pe-md-n4 {
    padding-right: -45px !important;
  }
  .pe-md-n5 {
    padding-right: -90px !important;
  }
  .pe-md-100 {
    padding-right: 100% !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-md-2 {
    padding-bottom: 15px !important;
  }
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  .pb-md-4 {
    padding-bottom: 45px !important;
  }
  .pb-md-5 {
    padding-bottom: 60px !important;
  }
  .pb-md-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-md-n2 {
    padding-bottom: -15px !important;
  }
  .pb-md-n {
    padding-bottom: -30px !important;
  }
  .pb-md-n3 {
    padding-bottom: -30px !important;
  }
  .pb-md-n4 {
    padding-bottom: -45px !important;
  }
  .pb-md-n5 {
    padding-bottom: -90px !important;
  }
  .pb-md-100 {
    padding-bottom: 100% !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 7.5px !important;
  }
  .ps-md-2 {
    padding-left: 15px !important;
  }
  .ps-md-3 {
    padding-left: 30px !important;
  }
  .ps-md-4 {
    padding-left: 45px !important;
  }
  .ps-md-5 {
    padding-left: 60px !important;
  }
  .ps-md-n1 {
    padding-left: -7.5px !important;
  }
  .ps-md-n2 {
    padding-left: -15px !important;
  }
  .ps-md-n {
    padding-left: -30px !important;
  }
  .ps-md-n3 {
    padding-left: -30px !important;
  }
  .ps-md-n4 {
    padding-left: -45px !important;
  }
  .ps-md-n5 {
    padding-left: -90px !important;
  }
  .ps-md-100 {
    padding-left: 100% !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-ml-start {
    float: left !important;
  }
  .float-ml-end {
    float: right !important;
  }
  .float-ml-none {
    float: none !important;
  }
  .d-ml-inline {
    display: inline !important;
  }
  .d-ml-inline-block {
    display: inline-block !important;
  }
  .d-ml-block {
    display: block !important;
  }
  .d-ml-grid {
    display: grid !important;
  }
  .d-ml-table {
    display: table !important;
  }
  .d-ml-table-row {
    display: table-row !important;
  }
  .d-ml-table-cell {
    display: table-cell !important;
  }
  .d-ml-flex {
    display: flex !important;
  }
  .d-ml-inline-flex {
    display: inline-flex !important;
  }
  .d-ml-none {
    display: none !important;
  }
  .flex-ml-fill {
    flex: 1 1 auto !important;
  }
  .flex-ml-row {
    flex-direction: row !important;
  }
  .flex-ml-column {
    flex-direction: column !important;
  }
  .flex-ml-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ml-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ml-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ml-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ml-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ml-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-ml-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ml-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ml-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-ml-0 {
    gap: 0 !important;
  }
  .gap-ml-1 {
    gap: 7.5px !important;
  }
  .gap-ml-2 {
    gap: 15px !important;
  }
  .gap-ml-3 {
    gap: 30px !important;
  }
  .gap-ml-4 {
    gap: 45px !important;
  }
  .gap-ml-5 {
    gap: 60px !important;
  }
  .gap-ml-n1 {
    gap: -7.5px !important;
  }
  .gap-ml-n2 {
    gap: -15px !important;
  }
  .gap-ml-n {
    gap: -30px !important;
  }
  .gap-ml-n3 {
    gap: -30px !important;
  }
  .gap-ml-n4 {
    gap: -45px !important;
  }
  .gap-ml-n5 {
    gap: -90px !important;
  }
  .gap-ml-100 {
    gap: 100% !important;
  }
  .justify-ml-start {
    justify-content: flex-start !important;
  }
  .justify-ml-end {
    justify-content: flex-end !important;
  }
  .justify-ml-center {
    justify-content: center !important;
  }
  .justify-ml-between {
    justify-content: space-between !important;
  }
  .justify-ml-around {
    justify-content: space-around !important;
  }
  .justify-ml-evenly {
    justify-content: space-evenly !important;
  }
  .align-ml-start {
    align-items: flex-start !important;
  }
  .align-ml-end {
    align-items: flex-end !important;
  }
  .align-ml-center {
    align-items: center !important;
  }
  .align-ml-baseline {
    align-items: baseline !important;
  }
  .align-ml-stretch {
    align-items: stretch !important;
  }
  .align-content-ml-start {
    align-content: flex-start !important;
  }
  .align-content-ml-end {
    align-content: flex-end !important;
  }
  .align-content-ml-center {
    align-content: center !important;
  }
  .align-content-ml-between {
    align-content: space-between !important;
  }
  .align-content-ml-around {
    align-content: space-around !important;
  }
  .align-content-ml-stretch {
    align-content: stretch !important;
  }
  .align-self-ml-auto {
    align-self: auto !important;
  }
  .align-self-ml-start {
    align-self: flex-start !important;
  }
  .align-self-ml-end {
    align-self: flex-end !important;
  }
  .align-self-ml-center {
    align-self: center !important;
  }
  .align-self-ml-baseline {
    align-self: baseline !important;
  }
  .align-self-ml-stretch {
    align-self: stretch !important;
  }
  .m-ml-0 {
    margin: 0 !important;
  }
  .m-ml-1 {
    margin: 7.5px !important;
  }
  .m-ml-2 {
    margin: 15px !important;
  }
  .m-ml-3 {
    margin: 30px !important;
  }
  .m-ml-4 {
    margin: 45px !important;
  }
  .m-ml-5 {
    margin: 60px !important;
  }
  .m-ml-n1 {
    margin: -7.5px !important;
  }
  .m-ml-n2 {
    margin: -15px !important;
  }
  .m-ml-n {
    margin: -30px !important;
  }
  .m-ml-n3 {
    margin: -30px !important;
  }
  .m-ml-n4 {
    margin: -45px !important;
  }
  .m-ml-n5 {
    margin: -90px !important;
  }
  .m-ml-100 {
    margin: 100% !important;
  }
  .m-ml-auto {
    margin: auto !important;
  }
  .mx-ml-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ml-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-ml-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-ml-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-ml-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-ml-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-ml-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-ml-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-ml-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-ml-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-ml-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-ml-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-ml-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-ml-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ml-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ml-1 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-ml-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-ml-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-ml-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-ml-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-ml-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-ml-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-ml-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-ml-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-ml-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-ml-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-ml-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-ml-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ml-0 {
    margin-top: 0 !important;
  }
  .mt-ml-1 {
    margin-top: 7.5px !important;
  }
  .mt-ml-2 {
    margin-top: 15px !important;
  }
  .mt-ml-3 {
    margin-top: 30px !important;
  }
  .mt-ml-4 {
    margin-top: 45px !important;
  }
  .mt-ml-5 {
    margin-top: 60px !important;
  }
  .mt-ml-n1 {
    margin-top: -7.5px !important;
  }
  .mt-ml-n2 {
    margin-top: -15px !important;
  }
  .mt-ml-n {
    margin-top: -30px !important;
  }
  .mt-ml-n3 {
    margin-top: -30px !important;
  }
  .mt-ml-n4 {
    margin-top: -45px !important;
  }
  .mt-ml-n5 {
    margin-top: -90px !important;
  }
  .mt-ml-100 {
    margin-top: 100% !important;
  }
  .mt-ml-auto {
    margin-top: auto !important;
  }
  .me-ml-0 {
    margin-right: 0 !important;
  }
  .me-ml-1 {
    margin-right: 7.5px !important;
  }
  .me-ml-2 {
    margin-right: 15px !important;
  }
  .me-ml-3 {
    margin-right: 30px !important;
  }
  .me-ml-4 {
    margin-right: 45px !important;
  }
  .me-ml-5 {
    margin-right: 60px !important;
  }
  .me-ml-n1 {
    margin-right: -7.5px !important;
  }
  .me-ml-n2 {
    margin-right: -15px !important;
  }
  .me-ml-n {
    margin-right: -30px !important;
  }
  .me-ml-n3 {
    margin-right: -30px !important;
  }
  .me-ml-n4 {
    margin-right: -45px !important;
  }
  .me-ml-n5 {
    margin-right: -90px !important;
  }
  .me-ml-100 {
    margin-right: 100% !important;
  }
  .me-ml-auto {
    margin-right: auto !important;
  }
  .mb-ml-0 {
    margin-bottom: 0 !important;
  }
  .mb-ml-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-ml-2 {
    margin-bottom: 15px !important;
  }
  .mb-ml-3 {
    margin-bottom: 30px !important;
  }
  .mb-ml-4 {
    margin-bottom: 45px !important;
  }
  .mb-ml-5 {
    margin-bottom: 60px !important;
  }
  .mb-ml-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-ml-n2 {
    margin-bottom: -15px !important;
  }
  .mb-ml-n {
    margin-bottom: -30px !important;
  }
  .mb-ml-n3 {
    margin-bottom: -30px !important;
  }
  .mb-ml-n4 {
    margin-bottom: -45px !important;
  }
  .mb-ml-n5 {
    margin-bottom: -90px !important;
  }
  .mb-ml-100 {
    margin-bottom: 100% !important;
  }
  .mb-ml-auto {
    margin-bottom: auto !important;
  }
  .ms-ml-0 {
    margin-left: 0 !important;
  }
  .ms-ml-1 {
    margin-left: 7.5px !important;
  }
  .ms-ml-2 {
    margin-left: 15px !important;
  }
  .ms-ml-3 {
    margin-left: 30px !important;
  }
  .ms-ml-4 {
    margin-left: 45px !important;
  }
  .ms-ml-5 {
    margin-left: 60px !important;
  }
  .ms-ml-n1 {
    margin-left: -7.5px !important;
  }
  .ms-ml-n2 {
    margin-left: -15px !important;
  }
  .ms-ml-n {
    margin-left: -30px !important;
  }
  .ms-ml-n3 {
    margin-left: -30px !important;
  }
  .ms-ml-n4 {
    margin-left: -45px !important;
  }
  .ms-ml-n5 {
    margin-left: -90px !important;
  }
  .ms-ml-100 {
    margin-left: 100% !important;
  }
  .ms-ml-auto {
    margin-left: auto !important;
  }
  .p-ml-0 {
    padding: 0 !important;
  }
  .p-ml-1 {
    padding: 7.5px !important;
  }
  .p-ml-2 {
    padding: 15px !important;
  }
  .p-ml-3 {
    padding: 30px !important;
  }
  .p-ml-4 {
    padding: 45px !important;
  }
  .p-ml-5 {
    padding: 60px !important;
  }
  .p-ml-n1 {
    padding: -7.5px !important;
  }
  .p-ml-n2 {
    padding: -15px !important;
  }
  .p-ml-n {
    padding: -30px !important;
  }
  .p-ml-n3 {
    padding: -30px !important;
  }
  .p-ml-n4 {
    padding: -45px !important;
  }
  .p-ml-n5 {
    padding: -90px !important;
  }
  .p-ml-100 {
    padding: 100% !important;
  }
  .px-ml-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ml-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-ml-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-ml-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-ml-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-ml-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-ml-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-ml-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-ml-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-ml-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-ml-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-ml-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-ml-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-ml-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ml-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-ml-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-ml-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-ml-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-ml-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-ml-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-ml-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-ml-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-ml-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-ml-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-ml-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-ml-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-ml-0 {
    padding-top: 0 !important;
  }
  .pt-ml-1 {
    padding-top: 7.5px !important;
  }
  .pt-ml-2 {
    padding-top: 15px !important;
  }
  .pt-ml-3 {
    padding-top: 30px !important;
  }
  .pt-ml-4 {
    padding-top: 45px !important;
  }
  .pt-ml-5 {
    padding-top: 60px !important;
  }
  .pt-ml-n1 {
    padding-top: -7.5px !important;
  }
  .pt-ml-n2 {
    padding-top: -15px !important;
  }
  .pt-ml-n {
    padding-top: -30px !important;
  }
  .pt-ml-n3 {
    padding-top: -30px !important;
  }
  .pt-ml-n4 {
    padding-top: -45px !important;
  }
  .pt-ml-n5 {
    padding-top: -90px !important;
  }
  .pt-ml-100 {
    padding-top: 100% !important;
  }
  .pe-ml-0 {
    padding-right: 0 !important;
  }
  .pe-ml-1 {
    padding-right: 7.5px !important;
  }
  .pe-ml-2 {
    padding-right: 15px !important;
  }
  .pe-ml-3 {
    padding-right: 30px !important;
  }
  .pe-ml-4 {
    padding-right: 45px !important;
  }
  .pe-ml-5 {
    padding-right: 60px !important;
  }
  .pe-ml-n1 {
    padding-right: -7.5px !important;
  }
  .pe-ml-n2 {
    padding-right: -15px !important;
  }
  .pe-ml-n {
    padding-right: -30px !important;
  }
  .pe-ml-n3 {
    padding-right: -30px !important;
  }
  .pe-ml-n4 {
    padding-right: -45px !important;
  }
  .pe-ml-n5 {
    padding-right: -90px !important;
  }
  .pe-ml-100 {
    padding-right: 100% !important;
  }
  .pb-ml-0 {
    padding-bottom: 0 !important;
  }
  .pb-ml-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-ml-2 {
    padding-bottom: 15px !important;
  }
  .pb-ml-3 {
    padding-bottom: 30px !important;
  }
  .pb-ml-4 {
    padding-bottom: 45px !important;
  }
  .pb-ml-5 {
    padding-bottom: 60px !important;
  }
  .pb-ml-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-ml-n2 {
    padding-bottom: -15px !important;
  }
  .pb-ml-n {
    padding-bottom: -30px !important;
  }
  .pb-ml-n3 {
    padding-bottom: -30px !important;
  }
  .pb-ml-n4 {
    padding-bottom: -45px !important;
  }
  .pb-ml-n5 {
    padding-bottom: -90px !important;
  }
  .pb-ml-100 {
    padding-bottom: 100% !important;
  }
  .ps-ml-0 {
    padding-left: 0 !important;
  }
  .ps-ml-1 {
    padding-left: 7.5px !important;
  }
  .ps-ml-2 {
    padding-left: 15px !important;
  }
  .ps-ml-3 {
    padding-left: 30px !important;
  }
  .ps-ml-4 {
    padding-left: 45px !important;
  }
  .ps-ml-5 {
    padding-left: 60px !important;
  }
  .ps-ml-n1 {
    padding-left: -7.5px !important;
  }
  .ps-ml-n2 {
    padding-left: -15px !important;
  }
  .ps-ml-n {
    padding-left: -30px !important;
  }
  .ps-ml-n3 {
    padding-left: -30px !important;
  }
  .ps-ml-n4 {
    padding-left: -45px !important;
  }
  .ps-ml-n5 {
    padding-left: -90px !important;
  }
  .ps-ml-100 {
    padding-left: 100% !important;
  }
  .text-ml-start {
    text-align: left !important;
  }
  .text-ml-end {
    text-align: right !important;
  }
  .text-ml-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-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 {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    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: 7.5px !important;
  }
  .gap-lg-2 {
    gap: 15px !important;
  }
  .gap-lg-3 {
    gap: 30px !important;
  }
  .gap-lg-4 {
    gap: 45px !important;
  }
  .gap-lg-5 {
    gap: 60px !important;
  }
  .gap-lg-n1 {
    gap: -7.5px !important;
  }
  .gap-lg-n2 {
    gap: -15px !important;
  }
  .gap-lg-n {
    gap: -30px !important;
  }
  .gap-lg-n3 {
    gap: -30px !important;
  }
  .gap-lg-n4 {
    gap: -45px !important;
  }
  .gap-lg-n5 {
    gap: -90px !important;
  }
  .gap-lg-100 {
    gap: 100% !important;
  }
  .justify-lg-start {
    justify-content: flex-start !important;
  }
  .justify-lg-end {
    justify-content: flex-end !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-between {
    justify-content: space-between !important;
  }
  .justify-lg-around {
    justify-content: space-around !important;
  }
  .justify-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-lg-start {
    align-items: flex-start !important;
  }
  .align-lg-end {
    align-items: flex-end !important;
  }
  .align-lg-center {
    align-items: center !important;
  }
  .align-lg-baseline {
    align-items: baseline !important;
  }
  .align-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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 7.5px !important;
  }
  .m-lg-2 {
    margin: 15px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .m-lg-4 {
    margin: 45px !important;
  }
  .m-lg-5 {
    margin: 60px !important;
  }
  .m-lg-n1 {
    margin: -7.5px !important;
  }
  .m-lg-n2 {
    margin: -15px !important;
  }
  .m-lg-n {
    margin: -30px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .m-lg-n4 {
    margin: -45px !important;
  }
  .m-lg-n5 {
    margin: -90px !important;
  }
  .m-lg-100 {
    margin: 100% !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-lg-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-lg-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-lg-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-lg-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-lg-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-lg-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-lg-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 7.5px !important;
  }
  .mt-lg-2 {
    margin-top: 15px !important;
  }
  .mt-lg-3 {
    margin-top: 30px !important;
  }
  .mt-lg-4 {
    margin-top: 45px !important;
  }
  .mt-lg-5 {
    margin-top: 60px !important;
  }
  .mt-lg-n1 {
    margin-top: -7.5px !important;
  }
  .mt-lg-n2 {
    margin-top: -15px !important;
  }
  .mt-lg-n {
    margin-top: -30px !important;
  }
  .mt-lg-n3 {
    margin-top: -30px !important;
  }
  .mt-lg-n4 {
    margin-top: -45px !important;
  }
  .mt-lg-n5 {
    margin-top: -90px !important;
  }
  .mt-lg-100 {
    margin-top: 100% !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 7.5px !important;
  }
  .me-lg-2 {
    margin-right: 15px !important;
  }
  .me-lg-3 {
    margin-right: 30px !important;
  }
  .me-lg-4 {
    margin-right: 45px !important;
  }
  .me-lg-5 {
    margin-right: 60px !important;
  }
  .me-lg-n1 {
    margin-right: -7.5px !important;
  }
  .me-lg-n2 {
    margin-right: -15px !important;
  }
  .me-lg-n {
    margin-right: -30px !important;
  }
  .me-lg-n3 {
    margin-right: -30px !important;
  }
  .me-lg-n4 {
    margin-right: -45px !important;
  }
  .me-lg-n5 {
    margin-right: -90px !important;
  }
  .me-lg-100 {
    margin-right: 100% !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 15px !important;
  }
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  .mb-lg-4 {
    margin-bottom: 45px !important;
  }
  .mb-lg-5 {
    margin-bottom: 60px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n {
    margin-bottom: -30px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -45px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100% !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 7.5px !important;
  }
  .ms-lg-2 {
    margin-left: 15px !important;
  }
  .ms-lg-3 {
    margin-left: 30px !important;
  }
  .ms-lg-4 {
    margin-left: 45px !important;
  }
  .ms-lg-5 {
    margin-left: 60px !important;
  }
  .ms-lg-n1 {
    margin-left: -7.5px !important;
  }
  .ms-lg-n2 {
    margin-left: -15px !important;
  }
  .ms-lg-n {
    margin-left: -30px !important;
  }
  .ms-lg-n3 {
    margin-left: -30px !important;
  }
  .ms-lg-n4 {
    margin-left: -45px !important;
  }
  .ms-lg-n5 {
    margin-left: -90px !important;
  }
  .ms-lg-100 {
    margin-left: 100% !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 7.5px !important;
  }
  .p-lg-2 {
    padding: 15px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .p-lg-4 {
    padding: 45px !important;
  }
  .p-lg-5 {
    padding: 60px !important;
  }
  .p-lg-n1 {
    padding: -7.5px !important;
  }
  .p-lg-n2 {
    padding: -15px !important;
  }
  .p-lg-n {
    padding: -30px !important;
  }
  .p-lg-n3 {
    padding: -30px !important;
  }
  .p-lg-n4 {
    padding: -45px !important;
  }
  .p-lg-n5 {
    padding: -90px !important;
  }
  .p-lg-100 {
    padding: 100% !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-lg-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-lg-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-lg-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-lg-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-lg-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-lg-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-lg-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-lg-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-lg-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-lg-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-lg-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-lg-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-lg-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-lg-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-lg-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-lg-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 7.5px !important;
  }
  .pt-lg-2 {
    padding-top: 15px !important;
  }
  .pt-lg-3 {
    padding-top: 30px !important;
  }
  .pt-lg-4 {
    padding-top: 45px !important;
  }
  .pt-lg-5 {
    padding-top: 60px !important;
  }
  .pt-lg-n1 {
    padding-top: -7.5px !important;
  }
  .pt-lg-n2 {
    padding-top: -15px !important;
  }
  .pt-lg-n {
    padding-top: -30px !important;
  }
  .pt-lg-n3 {
    padding-top: -30px !important;
  }
  .pt-lg-n4 {
    padding-top: -45px !important;
  }
  .pt-lg-n5 {
    padding-top: -90px !important;
  }
  .pt-lg-100 {
    padding-top: 100% !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 7.5px !important;
  }
  .pe-lg-2 {
    padding-right: 15px !important;
  }
  .pe-lg-3 {
    padding-right: 30px !important;
  }
  .pe-lg-4 {
    padding-right: 45px !important;
  }
  .pe-lg-5 {
    padding-right: 60px !important;
  }
  .pe-lg-n1 {
    padding-right: -7.5px !important;
  }
  .pe-lg-n2 {
    padding-right: -15px !important;
  }
  .pe-lg-n {
    padding-right: -30px !important;
  }
  .pe-lg-n3 {
    padding-right: -30px !important;
  }
  .pe-lg-n4 {
    padding-right: -45px !important;
  }
  .pe-lg-n5 {
    padding-right: -90px !important;
  }
  .pe-lg-100 {
    padding-right: 100% !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-lg-2 {
    padding-bottom: 15px !important;
  }
  .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  .pb-lg-4 {
    padding-bottom: 45px !important;
  }
  .pb-lg-5 {
    padding-bottom: 60px !important;
  }
  .pb-lg-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-lg-n2 {
    padding-bottom: -15px !important;
  }
  .pb-lg-n {
    padding-bottom: -30px !important;
  }
  .pb-lg-n3 {
    padding-bottom: -30px !important;
  }
  .pb-lg-n4 {
    padding-bottom: -45px !important;
  }
  .pb-lg-n5 {
    padding-bottom: -90px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100% !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 7.5px !important;
  }
  .ps-lg-2 {
    padding-left: 15px !important;
  }
  .ps-lg-3 {
    padding-left: 30px !important;
  }
  .ps-lg-4 {
    padding-left: 45px !important;
  }
  .ps-lg-5 {
    padding-left: 60px !important;
  }
  .ps-lg-n1 {
    padding-left: -7.5px !important;
  }
  .ps-lg-n2 {
    padding-left: -15px !important;
  }
  .ps-lg-n {
    padding-left: -30px !important;
  }
  .ps-lg-n3 {
    padding-left: -30px !important;
  }
  .ps-lg-n4 {
    padding-left: -45px !important;
  }
  .ps-lg-n5 {
    padding-left: -90px !important;
  }
  .ps-lg-100 {
    padding-left: 100% !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .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: 7.5px !important;
  }
  .gap-xl-2 {
    gap: 15px !important;
  }
  .gap-xl-3 {
    gap: 30px !important;
  }
  .gap-xl-4 {
    gap: 45px !important;
  }
  .gap-xl-5 {
    gap: 60px !important;
  }
  .gap-xl-n1 {
    gap: -7.5px !important;
  }
  .gap-xl-n2 {
    gap: -15px !important;
  }
  .gap-xl-n {
    gap: -30px !important;
  }
  .gap-xl-n3 {
    gap: -30px !important;
  }
  .gap-xl-n4 {
    gap: -45px !important;
  }
  .gap-xl-n5 {
    gap: -90px !important;
  }
  .gap-xl-100 {
    gap: 100% !important;
  }
  .justify-xl-start {
    justify-content: flex-start !important;
  }
  .justify-xl-end {
    justify-content: flex-end !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-between {
    justify-content: space-between !important;
  }
  .justify-xl-around {
    justify-content: space-around !important;
  }
  .justify-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-xl-start {
    align-items: flex-start !important;
  }
  .align-xl-end {
    align-items: flex-end !important;
  }
  .align-xl-center {
    align-items: center !important;
  }
  .align-xl-baseline {
    align-items: baseline !important;
  }
  .align-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;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 7.5px !important;
  }
  .m-xl-2 {
    margin: 15px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .m-xl-4 {
    margin: 45px !important;
  }
  .m-xl-5 {
    margin: 60px !important;
  }
  .m-xl-n1 {
    margin: -7.5px !important;
  }
  .m-xl-n2 {
    margin: -15px !important;
  }
  .m-xl-n {
    margin: -30px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .m-xl-n4 {
    margin: -45px !important;
  }
  .m-xl-n5 {
    margin: -90px !important;
  }
  .m-xl-100 {
    margin: 100% !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xl-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xl-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xl-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xl-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xl-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xl-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xl-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 7.5px !important;
  }
  .mt-xl-2 {
    margin-top: 15px !important;
  }
  .mt-xl-3 {
    margin-top: 30px !important;
  }
  .mt-xl-4 {
    margin-top: 45px !important;
  }
  .mt-xl-5 {
    margin-top: 60px !important;
  }
  .mt-xl-n1 {
    margin-top: -7.5px !important;
  }
  .mt-xl-n2 {
    margin-top: -15px !important;
  }
  .mt-xl-n {
    margin-top: -30px !important;
  }
  .mt-xl-n3 {
    margin-top: -30px !important;
  }
  .mt-xl-n4 {
    margin-top: -45px !important;
  }
  .mt-xl-n5 {
    margin-top: -90px !important;
  }
  .mt-xl-100 {
    margin-top: 100% !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 7.5px !important;
  }
  .me-xl-2 {
    margin-right: 15px !important;
  }
  .me-xl-3 {
    margin-right: 30px !important;
  }
  .me-xl-4 {
    margin-right: 45px !important;
  }
  .me-xl-5 {
    margin-right: 60px !important;
  }
  .me-xl-n1 {
    margin-right: -7.5px !important;
  }
  .me-xl-n2 {
    margin-right: -15px !important;
  }
  .me-xl-n {
    margin-right: -30px !important;
  }
  .me-xl-n3 {
    margin-right: -30px !important;
  }
  .me-xl-n4 {
    margin-right: -45px !important;
  }
  .me-xl-n5 {
    margin-right: -90px !important;
  }
  .me-xl-100 {
    margin-right: 100% !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-xl-2 {
    margin-bottom: 15px !important;
  }
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xl-4 {
    margin-bottom: 45px !important;
  }
  .mb-xl-5 {
    margin-bottom: 60px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n {
    margin-bottom: -30px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -45px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 7.5px !important;
  }
  .ms-xl-2 {
    margin-left: 15px !important;
  }
  .ms-xl-3 {
    margin-left: 30px !important;
  }
  .ms-xl-4 {
    margin-left: 45px !important;
  }
  .ms-xl-5 {
    margin-left: 60px !important;
  }
  .ms-xl-n1 {
    margin-left: -7.5px !important;
  }
  .ms-xl-n2 {
    margin-left: -15px !important;
  }
  .ms-xl-n {
    margin-left: -30px !important;
  }
  .ms-xl-n3 {
    margin-left: -30px !important;
  }
  .ms-xl-n4 {
    margin-left: -45px !important;
  }
  .ms-xl-n5 {
    margin-left: -90px !important;
  }
  .ms-xl-100 {
    margin-left: 100% !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 7.5px !important;
  }
  .p-xl-2 {
    padding: 15px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .p-xl-4 {
    padding: 45px !important;
  }
  .p-xl-5 {
    padding: 60px !important;
  }
  .p-xl-n1 {
    padding: -7.5px !important;
  }
  .p-xl-n2 {
    padding: -15px !important;
  }
  .p-xl-n {
    padding: -30px !important;
  }
  .p-xl-n3 {
    padding: -30px !important;
  }
  .p-xl-n4 {
    padding: -45px !important;
  }
  .p-xl-n5 {
    padding: -90px !important;
  }
  .p-xl-100 {
    padding: 100% !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xl-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xl-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-xl-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xl-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xl-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xl-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-xl-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xl-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xl-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-xl-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xl-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xl-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xl-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-xl-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 7.5px !important;
  }
  .pt-xl-2 {
    padding-top: 15px !important;
  }
  .pt-xl-3 {
    padding-top: 30px !important;
  }
  .pt-xl-4 {
    padding-top: 45px !important;
  }
  .pt-xl-5 {
    padding-top: 60px !important;
  }
  .pt-xl-n1 {
    padding-top: -7.5px !important;
  }
  .pt-xl-n2 {
    padding-top: -15px !important;
  }
  .pt-xl-n {
    padding-top: -30px !important;
  }
  .pt-xl-n3 {
    padding-top: -30px !important;
  }
  .pt-xl-n4 {
    padding-top: -45px !important;
  }
  .pt-xl-n5 {
    padding-top: -90px !important;
  }
  .pt-xl-100 {
    padding-top: 100% !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 7.5px !important;
  }
  .pe-xl-2 {
    padding-right: 15px !important;
  }
  .pe-xl-3 {
    padding-right: 30px !important;
  }
  .pe-xl-4 {
    padding-right: 45px !important;
  }
  .pe-xl-5 {
    padding-right: 60px !important;
  }
  .pe-xl-n1 {
    padding-right: -7.5px !important;
  }
  .pe-xl-n2 {
    padding-right: -15px !important;
  }
  .pe-xl-n {
    padding-right: -30px !important;
  }
  .pe-xl-n3 {
    padding-right: -30px !important;
  }
  .pe-xl-n4 {
    padding-right: -45px !important;
  }
  .pe-xl-n5 {
    padding-right: -90px !important;
  }
  .pe-xl-100 {
    padding-right: 100% !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-xl-2 {
    padding-bottom: 15px !important;
  }
  .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xl-4 {
    padding-bottom: 45px !important;
  }
  .pb-xl-5 {
    padding-bottom: 60px !important;
  }
  .pb-xl-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-xl-n2 {
    padding-bottom: -15px !important;
  }
  .pb-xl-n {
    padding-bottom: -30px !important;
  }
  .pb-xl-n3 {
    padding-bottom: -30px !important;
  }
  .pb-xl-n4 {
    padding-bottom: -45px !important;
  }
  .pb-xl-n5 {
    padding-bottom: -90px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100% !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 7.5px !important;
  }
  .ps-xl-2 {
    padding-left: 15px !important;
  }
  .ps-xl-3 {
    padding-left: 30px !important;
  }
  .ps-xl-4 {
    padding-left: 45px !important;
  }
  .ps-xl-5 {
    padding-left: 60px !important;
  }
  .ps-xl-n1 {
    padding-left: -7.5px !important;
  }
  .ps-xl-n2 {
    padding-left: -15px !important;
  }
  .ps-xl-n {
    padding-left: -30px !important;
  }
  .ps-xl-n3 {
    padding-left: -30px !important;
  }
  .ps-xl-n4 {
    padding-left: -45px !important;
  }
  .ps-xl-n5 {
    padding-left: -90px !important;
  }
  .ps-xl-100 {
    padding-left: 100% !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .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: 7.5px !important;
  }
  .gap-xxl-2 {
    gap: 15px !important;
  }
  .gap-xxl-3 {
    gap: 30px !important;
  }
  .gap-xxl-4 {
    gap: 45px !important;
  }
  .gap-xxl-5 {
    gap: 60px !important;
  }
  .gap-xxl-n1 {
    gap: -7.5px !important;
  }
  .gap-xxl-n2 {
    gap: -15px !important;
  }
  .gap-xxl-n {
    gap: -30px !important;
  }
  .gap-xxl-n3 {
    gap: -30px !important;
  }
  .gap-xxl-n4 {
    gap: -45px !important;
  }
  .gap-xxl-n5 {
    gap: -90px !important;
  }
  .gap-xxl-100 {
    gap: 100% !important;
  }
  .justify-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxl-center {
    justify-content: center !important;
  }
  .justify-xxl-between {
    justify-content: space-between !important;
  }
  .justify-xxl-around {
    justify-content: space-around !important;
  }
  .justify-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-xxl-start {
    align-items: flex-start !important;
  }
  .align-xxl-end {
    align-items: flex-end !important;
  }
  .align-xxl-center {
    align-items: center !important;
  }
  .align-xxl-baseline {
    align-items: baseline !important;
  }
  .align-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;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 7.5px !important;
  }
  .m-xxl-2 {
    margin: 15px !important;
  }
  .m-xxl-3 {
    margin: 30px !important;
  }
  .m-xxl-4 {
    margin: 45px !important;
  }
  .m-xxl-5 {
    margin: 60px !important;
  }
  .m-xxl-n1 {
    margin: -7.5px !important;
  }
  .m-xxl-n2 {
    margin: -15px !important;
  }
  .m-xxl-n {
    margin: -30px !important;
  }
  .m-xxl-n3 {
    margin: -30px !important;
  }
  .m-xxl-n4 {
    margin: -45px !important;
  }
  .m-xxl-n5 {
    margin: -90px !important;
  }
  .m-xxl-100 {
    margin: 100% !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xxl-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxl-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xxl-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxl-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xxl-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xxl-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxl-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xxl-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxl-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xxl-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 7.5px !important;
  }
  .mt-xxl-2 {
    margin-top: 15px !important;
  }
  .mt-xxl-3 {
    margin-top: 30px !important;
  }
  .mt-xxl-4 {
    margin-top: 45px !important;
  }
  .mt-xxl-5 {
    margin-top: 60px !important;
  }
  .mt-xxl-n1 {
    margin-top: -7.5px !important;
  }
  .mt-xxl-n2 {
    margin-top: -15px !important;
  }
  .mt-xxl-n {
    margin-top: -30px !important;
  }
  .mt-xxl-n3 {
    margin-top: -30px !important;
  }
  .mt-xxl-n4 {
    margin-top: -45px !important;
  }
  .mt-xxl-n5 {
    margin-top: -90px !important;
  }
  .mt-xxl-100 {
    margin-top: 100% !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 7.5px !important;
  }
  .me-xxl-2 {
    margin-right: 15px !important;
  }
  .me-xxl-3 {
    margin-right: 30px !important;
  }
  .me-xxl-4 {
    margin-right: 45px !important;
  }
  .me-xxl-5 {
    margin-right: 60px !important;
  }
  .me-xxl-n1 {
    margin-right: -7.5px !important;
  }
  .me-xxl-n2 {
    margin-right: -15px !important;
  }
  .me-xxl-n {
    margin-right: -30px !important;
  }
  .me-xxl-n3 {
    margin-right: -30px !important;
  }
  .me-xxl-n4 {
    margin-right: -45px !important;
  }
  .me-xxl-n5 {
    margin-right: -90px !important;
  }
  .me-xxl-100 {
    margin-right: 100% !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -15px !important;
  }
  .mb-xxl-n {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -45px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 7.5px !important;
  }
  .ms-xxl-2 {
    margin-left: 15px !important;
  }
  .ms-xxl-3 {
    margin-left: 30px !important;
  }
  .ms-xxl-4 {
    margin-left: 45px !important;
  }
  .ms-xxl-5 {
    margin-left: 60px !important;
  }
  .ms-xxl-n1 {
    margin-left: -7.5px !important;
  }
  .ms-xxl-n2 {
    margin-left: -15px !important;
  }
  .ms-xxl-n {
    margin-left: -30px !important;
  }
  .ms-xxl-n3 {
    margin-left: -30px !important;
  }
  .ms-xxl-n4 {
    margin-left: -45px !important;
  }
  .ms-xxl-n5 {
    margin-left: -90px !important;
  }
  .ms-xxl-100 {
    margin-left: 100% !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 7.5px !important;
  }
  .p-xxl-2 {
    padding: 15px !important;
  }
  .p-xxl-3 {
    padding: 30px !important;
  }
  .p-xxl-4 {
    padding: 45px !important;
  }
  .p-xxl-5 {
    padding: 60px !important;
  }
  .p-xxl-n1 {
    padding: -7.5px !important;
  }
  .p-xxl-n2 {
    padding: -15px !important;
  }
  .p-xxl-n {
    padding: -30px !important;
  }
  .p-xxl-n3 {
    padding: -30px !important;
  }
  .p-xxl-n4 {
    padding: -45px !important;
  }
  .p-xxl-n5 {
    padding: -90px !important;
  }
  .p-xxl-100 {
    padding: 100% !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xxl-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xxl-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-xxl-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xxl-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxl-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxl-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-xxl-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xxl-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xxl-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-xxl-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xxl-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxl-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxl-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-xxl-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 7.5px !important;
  }
  .pt-xxl-2 {
    padding-top: 15px !important;
  }
  .pt-xxl-3 {
    padding-top: 30px !important;
  }
  .pt-xxl-4 {
    padding-top: 45px !important;
  }
  .pt-xxl-5 {
    padding-top: 60px !important;
  }
  .pt-xxl-n1 {
    padding-top: -7.5px !important;
  }
  .pt-xxl-n2 {
    padding-top: -15px !important;
  }
  .pt-xxl-n {
    padding-top: -30px !important;
  }
  .pt-xxl-n3 {
    padding-top: -30px !important;
  }
  .pt-xxl-n4 {
    padding-top: -45px !important;
  }
  .pt-xxl-n5 {
    padding-top: -90px !important;
  }
  .pt-xxl-100 {
    padding-top: 100% !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 7.5px !important;
  }
  .pe-xxl-2 {
    padding-right: 15px !important;
  }
  .pe-xxl-3 {
    padding-right: 30px !important;
  }
  .pe-xxl-4 {
    padding-right: 45px !important;
  }
  .pe-xxl-5 {
    padding-right: 60px !important;
  }
  .pe-xxl-n1 {
    padding-right: -7.5px !important;
  }
  .pe-xxl-n2 {
    padding-right: -15px !important;
  }
  .pe-xxl-n {
    padding-right: -30px !important;
  }
  .pe-xxl-n3 {
    padding-right: -30px !important;
  }
  .pe-xxl-n4 {
    padding-right: -45px !important;
  }
  .pe-xxl-n5 {
    padding-right: -90px !important;
  }
  .pe-xxl-100 {
    padding-right: 100% !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 45px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-xxl-n2 {
    padding-bottom: -15px !important;
  }
  .pb-xxl-n {
    padding-bottom: -30px !important;
  }
  .pb-xxl-n3 {
    padding-bottom: -30px !important;
  }
  .pb-xxl-n4 {
    padding-bottom: -45px !important;
  }
  .pb-xxl-n5 {
    padding-bottom: -90px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100% !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 7.5px !important;
  }
  .ps-xxl-2 {
    padding-left: 15px !important;
  }
  .ps-xxl-3 {
    padding-left: 30px !important;
  }
  .ps-xxl-4 {
    padding-left: 45px !important;
  }
  .ps-xxl-5 {
    padding-left: 60px !important;
  }
  .ps-xxl-n1 {
    padding-left: -7.5px !important;
  }
  .ps-xxl-n2 {
    padding-left: -15px !important;
  }
  .ps-xxl-n {
    padding-left: -30px !important;
  }
  .ps-xxl-n3 {
    padding-left: -30px !important;
  }
  .ps-xxl-n4 {
    padding-left: -45px !important;
  }
  .ps-xxl-n5 {
    padding-left: -90px !important;
  }
  .ps-xxl-100 {
    padding-left: 100% !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2560px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 7.5px !important;
  }
  .gap-xxxl-2 {
    gap: 15px !important;
  }
  .gap-xxxl-3 {
    gap: 30px !important;
  }
  .gap-xxxl-4 {
    gap: 45px !important;
  }
  .gap-xxxl-5 {
    gap: 60px !important;
  }
  .gap-xxxl-n1 {
    gap: -7.5px !important;
  }
  .gap-xxxl-n2 {
    gap: -15px !important;
  }
  .gap-xxxl-n {
    gap: -30px !important;
  }
  .gap-xxxl-n3 {
    gap: -30px !important;
  }
  .gap-xxxl-n4 {
    gap: -45px !important;
  }
  .gap-xxxl-n5 {
    gap: -90px !important;
  }
  .gap-xxxl-100 {
    gap: 100% !important;
  }
  .justify-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxxl-center {
    justify-content: center !important;
  }
  .justify-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-xxxl-start {
    align-items: flex-start !important;
  }
  .align-xxxl-end {
    align-items: flex-end !important;
  }
  .align-xxxl-center {
    align-items: center !important;
  }
  .align-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 7.5px !important;
  }
  .m-xxxl-2 {
    margin: 15px !important;
  }
  .m-xxxl-3 {
    margin: 30px !important;
  }
  .m-xxxl-4 {
    margin: 45px !important;
  }
  .m-xxxl-5 {
    margin: 60px !important;
  }
  .m-xxxl-n1 {
    margin: -7.5px !important;
  }
  .m-xxxl-n2 {
    margin: -15px !important;
  }
  .m-xxxl-n {
    margin: -30px !important;
  }
  .m-xxxl-n3 {
    margin: -30px !important;
  }
  .m-xxxl-n4 {
    margin: -45px !important;
  }
  .m-xxxl-n5 {
    margin: -90px !important;
  }
  .m-xxxl-100 {
    margin: 100% !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xxxl-2 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxxl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxxl-4 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxxl-5 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxxl-n1 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xxxl-n2 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxxl-n {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxxl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxxl-n4 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xxxl-n5 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xxxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xxxl-2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxxl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxxl-4 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxxl-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxxl-n1 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xxxl-n2 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxxl-n {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxxl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxxl-n4 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xxxl-n5 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xxxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 7.5px !important;
  }
  .mt-xxxl-2 {
    margin-top: 15px !important;
  }
  .mt-xxxl-3 {
    margin-top: 30px !important;
  }
  .mt-xxxl-4 {
    margin-top: 45px !important;
  }
  .mt-xxxl-5 {
    margin-top: 60px !important;
  }
  .mt-xxxl-n1 {
    margin-top: -7.5px !important;
  }
  .mt-xxxl-n2 {
    margin-top: -15px !important;
  }
  .mt-xxxl-n {
    margin-top: -30px !important;
  }
  .mt-xxxl-n3 {
    margin-top: -30px !important;
  }
  .mt-xxxl-n4 {
    margin-top: -45px !important;
  }
  .mt-xxxl-n5 {
    margin-top: -90px !important;
  }
  .mt-xxxl-100 {
    margin-top: 100% !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 7.5px !important;
  }
  .me-xxxl-2 {
    margin-right: 15px !important;
  }
  .me-xxxl-3 {
    margin-right: 30px !important;
  }
  .me-xxxl-4 {
    margin-right: 45px !important;
  }
  .me-xxxl-5 {
    margin-right: 60px !important;
  }
  .me-xxxl-n1 {
    margin-right: -7.5px !important;
  }
  .me-xxxl-n2 {
    margin-right: -15px !important;
  }
  .me-xxxl-n {
    margin-right: -30px !important;
  }
  .me-xxxl-n3 {
    margin-right: -30px !important;
  }
  .me-xxxl-n4 {
    margin-right: -45px !important;
  }
  .me-xxxl-n5 {
    margin-right: -90px !important;
  }
  .me-xxxl-100 {
    margin-right: 100% !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 7.5px !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 15px !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 45px !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 60px !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -7.5px !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -15px !important;
  }
  .mb-xxxl-n {
    margin-bottom: -30px !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -45px !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -90px !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 100% !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 7.5px !important;
  }
  .ms-xxxl-2 {
    margin-left: 15px !important;
  }
  .ms-xxxl-3 {
    margin-left: 30px !important;
  }
  .ms-xxxl-4 {
    margin-left: 45px !important;
  }
  .ms-xxxl-5 {
    margin-left: 60px !important;
  }
  .ms-xxxl-n1 {
    margin-left: -7.5px !important;
  }
  .ms-xxxl-n2 {
    margin-left: -15px !important;
  }
  .ms-xxxl-n {
    margin-left: -30px !important;
  }
  .ms-xxxl-n3 {
    margin-left: -30px !important;
  }
  .ms-xxxl-n4 {
    margin-left: -45px !important;
  }
  .ms-xxxl-n5 {
    margin-left: -90px !important;
  }
  .ms-xxxl-100 {
    margin-left: 100% !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 7.5px !important;
  }
  .p-xxxl-2 {
    padding: 15px !important;
  }
  .p-xxxl-3 {
    padding: 30px !important;
  }
  .p-xxxl-4 {
    padding: 45px !important;
  }
  .p-xxxl-5 {
    padding: 60px !important;
  }
  .p-xxxl-n1 {
    padding: -7.5px !important;
  }
  .p-xxxl-n2 {
    padding: -15px !important;
  }
  .p-xxxl-n {
    padding: -30px !important;
  }
  .p-xxxl-n3 {
    padding: -30px !important;
  }
  .p-xxxl-n4 {
    padding: -45px !important;
  }
  .p-xxxl-n5 {
    padding: -90px !important;
  }
  .p-xxxl-100 {
    padding: 100% !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xxxl-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxxl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxxl-4 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xxxl-5 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxxl-n1 {
    padding-right: -7.5px !important;
    padding-left: -7.5px !important;
  }
  .px-xxxl-n2 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xxxl-n {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxxl-n3 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxxl-n4 {
    padding-right: -45px !important;
    padding-left: -45px !important;
  }
  .px-xxxl-n5 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xxxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xxxl-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxxl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxxl-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xxxl-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxxl-n1 {
    padding-top: -7.5px !important;
    padding-bottom: -7.5px !important;
  }
  .py-xxxl-n2 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xxxl-n {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxxl-n3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxxl-n4 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .py-xxxl-n5 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xxxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 7.5px !important;
  }
  .pt-xxxl-2 {
    padding-top: 15px !important;
  }
  .pt-xxxl-3 {
    padding-top: 30px !important;
  }
  .pt-xxxl-4 {
    padding-top: 45px !important;
  }
  .pt-xxxl-5 {
    padding-top: 60px !important;
  }
  .pt-xxxl-n1 {
    padding-top: -7.5px !important;
  }
  .pt-xxxl-n2 {
    padding-top: -15px !important;
  }
  .pt-xxxl-n {
    padding-top: -30px !important;
  }
  .pt-xxxl-n3 {
    padding-top: -30px !important;
  }
  .pt-xxxl-n4 {
    padding-top: -45px !important;
  }
  .pt-xxxl-n5 {
    padding-top: -90px !important;
  }
  .pt-xxxl-100 {
    padding-top: 100% !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 7.5px !important;
  }
  .pe-xxxl-2 {
    padding-right: 15px !important;
  }
  .pe-xxxl-3 {
    padding-right: 30px !important;
  }
  .pe-xxxl-4 {
    padding-right: 45px !important;
  }
  .pe-xxxl-5 {
    padding-right: 60px !important;
  }
  .pe-xxxl-n1 {
    padding-right: -7.5px !important;
  }
  .pe-xxxl-n2 {
    padding-right: -15px !important;
  }
  .pe-xxxl-n {
    padding-right: -30px !important;
  }
  .pe-xxxl-n3 {
    padding-right: -30px !important;
  }
  .pe-xxxl-n4 {
    padding-right: -45px !important;
  }
  .pe-xxxl-n5 {
    padding-right: -90px !important;
  }
  .pe-xxxl-100 {
    padding-right: 100% !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 7.5px !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 15px !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 45px !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 60px !important;
  }
  .pb-xxxl-n1 {
    padding-bottom: -7.5px !important;
  }
  .pb-xxxl-n2 {
    padding-bottom: -15px !important;
  }
  .pb-xxxl-n {
    padding-bottom: -30px !important;
  }
  .pb-xxxl-n3 {
    padding-bottom: -30px !important;
  }
  .pb-xxxl-n4 {
    padding-bottom: -45px !important;
  }
  .pb-xxxl-n5 {
    padding-bottom: -90px !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 100% !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 7.5px !important;
  }
  .ps-xxxl-2 {
    padding-left: 15px !important;
  }
  .ps-xxxl-3 {
    padding-left: 30px !important;
  }
  .ps-xxxl-4 {
    padding-left: 45px !important;
  }
  .ps-xxxl-5 {
    padding-left: 60px !important;
  }
  .ps-xxxl-n1 {
    padding-left: -7.5px !important;
  }
  .ps-xxxl-n2 {
    padding-left: -15px !important;
  }
  .ps-xxxl-n {
    padding-left: -30px !important;
  }
  .ps-xxxl-n3 {
    padding-left: -30px !important;
  }
  .ps-xxxl-n4 {
    padding-left: -45px !important;
  }
  .ps-xxxl-n5 {
    padding-left: -90px !important;
  }
  .ps-xxxl-100 {
    padding-left: 100% !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.border-top {
  border-top: 1px solid #DEDEDE !important;
}

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

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

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

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

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

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

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

.border-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-sm-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-sm-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-md-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-md-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .border-ml-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-ml-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-ml-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-ml-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-ml-top-0 {
    border-top: 0 !important;
  }
  .border-ml-end-0 {
    border-right: 0 !important;
  }
  .border-ml-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-ml-start-0 {
    border-left: 0 !important;
  }
  .border-ml-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .border-lg-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-lg-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-lg-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .border-xl-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-xl-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-xl-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1920px) {
  .border-xxl-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-xxl-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-xxl-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-start-0 {
    border-left: 0 !important;
  }
  .border-xxl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 2560px) {
  .border-xxxl-top {
    border-top: 1px solid #DEDEDE !important;
  }
  .border-xxxl-end {
    border-right: 1px solid #DEDEDE !important;
  }
  .border-xxxl-bottom {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .border-xxxl-start {
    border-left: 1px solid #DEDEDE !important;
  }
  .border-xxxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxxl-start-0 {
    border-left: 0 !important;
  }
  .border-xxxl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !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;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[type=submit] {
  border: none;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/***********  CUSTOM  ************/
.irs-box {
  margin-bottom: 15px;
}
.irs-box input {
  display: none;
}
.irs-label {
  display: flex;
  width: 100%;
  padding: 8px 15px;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 12px;
  font-family: "Arial";
}
.irs-grid {
  bottom: 23px;
}
.irs-grid-pol.small {
  display: none;
}
.irs--flat .irs-handle {
  width: 0;
  cursor: col-resize;
}
.irs--flat .irs-handle > i:first-child {
  bottom: 3px;
  height: 24px;
  top: auto;
  width: 15px;
  background: none !important;
  margin-left: -5px;
}
.irs--flat .irs-handle > i:first-child::before {
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 5px;
  position: absolute;
  background: #1D1D1B;
}
.irs--flat .irs-bar {
  top: 19px;
  height: 18px;
  background: #f6f6f6;
  border-radius: 0;
  width: 5px;
  cursor: pointer;
}
.irs--flat .irs-line {
  background: none;
  border-bottom: 1px solid;
  border-radius: 0;
  height: 18px;
  top: 20px;
  cursor: pointer;
}
.irs--flat .irs-grid {
  pointer-events: none;
}
.irs--flat .irs-grid-pol {
  background: #1D1D1B;
  z-index: 15;
  height: 18px;
  top: 2px;
}
.irs--flat .irs-grid-pol:nth-last-child(2) {
  display: none;
}
.irs--flat .irs-grid-text {
  color: #1D1D1B;
  font-family: "Arial";
  font-size: 14px;
  line-height: 14px;
  bottom: -28px;
}

/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html body.rbl--custom.rbl .page-wrapper {
  line-height: 1.4;
  color: #1D1D1B !important;
  background: #ffffff;
  font-family: "Lato";
  font-size: 14px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper {
    height: auto;
  }
}
html body.rbl--custom.rbl .page-wrapper.nav-open, html body.rbl--custom.rbl .page-wrapper.sidebar-open, html body.rbl--custom.rbl .page-wrapper.popup-open {
  overflow: hidden;
}
html body.rbl--custom.rbl .page-wrapper {
  scrollbar-gutter: stable both-edges;
}
html body.rbl--custom.rbl .page-wrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 10px;
}
html body.rbl--custom.rbl .page-wrapper ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
html body.rbl--custom.rbl .page-wrapper ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}
html body.rbl--custom.rbl .page-wrapper ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}
html body.rbl--custom.rbl .page-wrapper ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}

html body.rbl--custom.rbl .page-wrapper * {
  box-sizing: border-box;
  outline: none !important;
  font-family: "Lato";
}

/*********** ELEMENTS GENERAL STYLES ************/
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  text-decoration: none;
  border: 0;
}
a:active {
  transition: 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

p {
  color: inherit;
}

.stroke {
  text-decoration: line-through;
}

.strong, html body.rbl--custom.rbl .page-wrapper .product-info-reference .type, html body.rbl--custom.rbl .lac-notification-text strong {
  font-weight: 600 !important;
}
.strong--light {
  font-weight: 500 !important;
}

.small {
  font-size: 0.8571428571em;
}

.full {
  width: 100% !important;
}

.center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.center--vertical {
  display: flex;
  align-items: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-cover--abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price, .price-including-tax, .price-excluding-tax {
  font-size: inherit !important;
}

[class*=border-] {
  border-style: solid;
}

@media (min-width: 0) and (max-width: 1023px) {
  .hidden--mobile {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden--desktop {
    display: none !important;
  }
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/****************** LINKS *******************/
html body.rbl--custom.rbl .page-wrapper .link,
html body.rbl--custom.rbl .link {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
}
@media (min-width: 0) {
  html body.rbl--custom.rbl .page-wrapper .links,
  html body.rbl--custom.rbl .links {
    margin: 0;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .links,
  html body.rbl--custom.rbl .links {
    margin: 20px auto;
  }
}
html body.rbl--custom.rbl .page-wrapper .link:active, html body.rbl--custom.rbl .page-wrapper .link:hover,
html body.rbl--custom.rbl .link:active,
html body.rbl--custom.rbl .link:hover {
  opacity: 0.5;
  text-decoration: none;
}
html body.rbl--custom.rbl .page-wrapper .link--hover,
html body.rbl--custom.rbl .link--hover {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  position: relative;
}
html body.rbl--custom.rbl .page-wrapper .link--hover::before,
html body.rbl--custom.rbl .link--hover::before {
  content: "";
  width: 0;
  background: currentColor;
  height: 1px;
  left: 0;
  bottom: -1px;
  position: absolute;
  transition: 0.3s;
}
html body.rbl--custom.rbl .page-wrapper .link--hover:hover::before,
html body.rbl--custom.rbl .link--hover:hover::before {
  width: 100%;
}
html body.rbl--custom.rbl .page-wrapper .link-wrapper,
html body.rbl--custom.rbl .link-wrapper {
  cursor: pointer;
}
html body.rbl--custom.rbl .page-wrapper .link-wrapper > *,
html body.rbl--custom.rbl .link-wrapper > * {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
}
html body.rbl--custom.rbl .page-wrapper .link-wrapper > *::before, html body.rbl--custom.rbl .page-wrapper .link-wrapper > *::after,
html body.rbl--custom.rbl .link-wrapper > *::before,
html body.rbl--custom.rbl .link-wrapper > *::after {
  font-size: 1.8em;
}
html body.rbl--custom.rbl .page-wrapper .link-wrapper > *::before,
html body.rbl--custom.rbl .link-wrapper > *::before {
  margin-right: 4px;
}
html body.rbl--custom.rbl .page-wrapper .link-wrapper > *::after,
html body.rbl--custom.rbl .link-wrapper > *::after {
  margin-left: 8px;
}
html body.rbl--custom.rbl .page-wrapper .link-wrapper:not(:only-child):not(:last-child),
html body.rbl--custom.rbl .link-wrapper:not(:only-child):not(:last-child) {
  margin-right: 35px;
}
html body.rbl--custom.rbl .page-wrapper .link--underline,
html body.rbl--custom.rbl .link--underline {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  border-bottom: 1px solid;
}
html body.rbl--custom.rbl .page-wrapper .link--important,
html body.rbl--custom.rbl .link--important {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  border-bottom: 1px solid;
  font-weight: 700;
}
html body.rbl--custom.rbl .page-wrapper .link--revert,
html body.rbl--custom.rbl .link--revert {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  color: #009EE2;
  display: inline-block;
}
html body.rbl--custom.rbl .page-wrapper .link--revert:hover, html body.rbl--custom.rbl .page-wrapper .link--revert:active,
html body.rbl--custom.rbl .link--revert:hover,
html body.rbl--custom.rbl .link--revert:active {
  opacity: 0.5;
}
html body.rbl--custom.rbl .page-wrapper .link--normalize,
html body.rbl--custom.rbl .link--normalize {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  font-size: 14px;
}
html body.rbl--custom.rbl .page-wrapper .link--active,
html body.rbl--custom.rbl .link--active {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  color: #009EE2 !important;
}
html body.rbl--custom.rbl .page-wrapper .link--alt,
html body.rbl--custom.rbl .link--alt {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  color: #DEDEDE;
  font-weight: bold;
}
html body.rbl--custom.rbl .page-wrapper .link--small,
html body.rbl--custom.rbl .link--small {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  font-size: 0.85em;
}

/****************** TITLES AND DESCRIPTION *******************/
.page-title--first {
  margin-top: 0 !important;
}
.page-title--last {
  margin-bottom: 0 !important;
}
.page-title--alone {
  margin-top: 0;
  margin-bottom: 0;
}
html body.rbl--custom.rbl .page-title--primary {
  padding: 0;
  border-color: currentColor !important;
  position: relative;
  font-family: "Lato";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1875;
  color: #009EE2;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--primary {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--primary {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html body.rbl--custom.rbl .page-title--primary:only-child {
  margin-bottom: 0;
}
.page-title--primary + .page-title {
  margin-top: -21px;
}
@media (min-width: 768px) {
  .page-title--primary + .page-title {
    margin-top: 0;
  }
}
.page-title--primary.page-title--gap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-title--primary.page-title--gap {
    margin-top: 0;
  }
}
html body.rbl--custom.rbl .page-title--secondary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 22px;
  line-height: 1.1875;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--secondary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--secondary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
html body.rbl--custom.rbl .page-title--secondary:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2:only-child {
  margin-bottom: 0;
}
.page-title--secondary + .page-title, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2 + .page-title {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .page-title--secondary + .page-title, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2 + .page-title {
    margin-top: -21px;
  }
}
.page-title--secondary.page-title--gap, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2.page-title--gap {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-title--secondary.page-title--gap, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h2.page-title--gap {
    margin-top: 30px;
  }
}
html body.rbl--custom.rbl .page-title--tertiary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3 {
  padding: 0;
  border-color: currentColor !important;
  position: relative;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  color: #009EE2;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--tertiary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--tertiary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
html body.rbl--custom.rbl .page-title--tertiary:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3:only-child {
  margin-bottom: 0;
}
.page-title--tertiary + .page-title, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3 + .page-title {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .page-title--tertiary + .page-title, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3 + .page-title {
    margin-top: -7px;
  }
}
.page-title--tertiary.page-title--gap, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3.page-title--gap {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-title--tertiary.page-title--gap, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column h3.page-title--gap {
    margin-top: 10px;
  }
}
html body.rbl--custom.rbl .page-title--quaternary {
  padding: 0;
  border-color: currentColor !important;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--quaternary {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--quaternary {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html body.rbl--custom.rbl .page-title--quaternary:only-child {
  margin-bottom: 0;
}
.page-title--quaternary + .page-title {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .page-title--quaternary + .page-title {
    margin-top: 0;
  }
}
.page-title--quaternary.page-title--gap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-title--quaternary.page-title--gap {
    margin-top: 0;
  }
}
html body.rbl--custom.rbl .page-title--quinary {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-title--quinary {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html body.rbl--custom.rbl .page-title--quinary:only-child {
  margin-bottom: 0;
}
.page-title--quinary + .page-title {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .page-title--quinary + .page-title {
    margin-top: 0;
  }
}
.page-title--quinary.page-title--gap {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-title--quinary.page-title--gap {
    margin-top: 0;
  }
}
.page-description {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.page-description--first {
  margin-top: 0 !important;
}
.page-description--last {
  margin-bottom: 0 !important;
}
.page-description--alone {
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer {
  background: transparent;
  padding: 0;
  margin: 0;
}

/****************** JS HELPERS *******************/
[data-toggle] {
  cursor: pointer;
}

[data-atc] {
  cursor: pointer;
}

[data-link] {
  cursor: pointer;
}

[data-lazy] {
  opacity: 0;
  height: 0;
}

/****************** PAGE LAYOUT *******************/
.flex-initial {
  flex: initial !important;
}

.full {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .full--mobile {
    width: 100% !important;
  }
  .full--mobile.row {
    width: calc(100% + 30px) !important;
  }
}

.col-main {
  margin-top: 0;
  position: relative;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--nogap {
  padding: 0 !important;
}
.container::before {
  display: none;
}
.container .container {
  width: auto !important;
  padding: 0;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
  }
}
.container + .container {
  margin-top: 30px;
}
.container--verysmall {
  max-width: 768px;
}
.container--small {
  max-width: 1024px;
}
.container--medium {
  max-width: 1280px;
}
.container--big {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto !important;
}
@media (min-width: 1024px) {
  .container--big {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .container--nomobile {
    padding: 0;
  }
}

.ipoints {
  width: 100%;
}
.ipoint {
  align-items: stretch;
  text-align: right;
}
.ipoint > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ipoint:nth-child(even) {
  flex-direction: row-reverse;
  text-align: left;
}
@media (min-width: 768px) {
  .ipoint + .ipoint {
    margin-top: 30px;
  }
}

.text--primary {
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 22px;
}
@media (min-width: 768px) {
  .text--primary {
    font-size: 25px;
  }
}
.text--secondary {
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 22px;
}
.text--tertiary {
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.5;
}
.text--quaternary {
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.4;
}
.text--quinary {
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 10px;
}
@media (min-width: 768px) {
  .text--quinary {
    font-size: 11px;
  }
}
.text-justify {
  text-align: justify;
}
.text--medium {
  font-weight: 500;
}

/****************** BREADCRUMBS *******************/
.breadcrumbs {
  padding: 0;
  margin: 0;
  color: #828282;
  display: block;
}
.breadcrumbs-item {
  display: inline;
  position: relative;
}
.breadcrumbs-items {
  width: 100%;
  font-size: 12px;
  padding: 0 0 15px;
}
@media (min-width: 576px) {
  .breadcrumbs-items {
    padding: 5px 0 10px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-items {
    font-size: 13px;
  }
}
.breadcrumbs-item a {
  transition: 0.3s;
  text-decoration: none !important;
}
.breadcrumbs-item a, .breadcrumbs-item a:hover, .breadcrumbs-item a:visited {
  color: #009EE2;
}
.breadcrumbs-item a:hover {
  opacity: 0.5;
}
.breadcrumbs-item:not(:last-child) {
  padding-right: 20px;
}
.breadcrumbs-item:not(:last-child)::after {
  position: absolute;
  right: 0px;
  top: -6px;
  font-size: 20px;
  font-family: "theme";
  content: "\e903";
}
.breadcrumbs-link {
  display: flex;
  align-items: center;
}
.breadcrumbs-link::after {
  content: " ›";
  color: #828282;
  padding: 0 8px;
}

/****************** ARRANGE ORDER OF ELEMENTS *******************/
.order-begin {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-end {
  order: 99999;
}
@media (min-width: 0) and (max-width: 767px) {
  .order-mobile-begin {
    order: -1;
  }
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .order-mobile-3 {
    order: 3;
  }
  .order-mobile-4 {
    order: 4;
  }
  .order-mobile-5 {
    order: 5;
  }
  .order-mobile-6 {
    order: 6;
  }
  .order-mobile-end {
    order: 99999;
  }
}
@media (min-width: 768px) {
  .order-md-begin {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-end {
    order: 99999;
  }
}
@media (min-width: 1024px) {
  .order-ml-begin {
    order: -1;
  }
  .order-ml-1 {
    order: 1;
  }
  .order-ml-2 {
    order: 2;
  }
  .order-ml-3 {
    order: 3;
  }
  .order-ml-4 {
    order: 4;
  }
  .order-ml-5 {
    order: 5;
  }
  .order-ml-6 {
    order: 6;
  }
  .order-ml-end {
    order: 99999;
  }
}
@media (min-width: 1280px) {
  .order-lg-begin {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-end {
    order: 99999;
  }
}
@media (min-width: 1440px) {
  .order-xl-begin {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-end {
    order: 99999;
  }
}
@media (min-width: 1920px) {
  .order-xxl-begin {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-end {
    order: 99999;
  }
}

.ok {
  color: #009EE2;
}

.ko {
  color: #F04A18;
}

/****************** LOADER *******************/
@keyframes rotating {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotatingY {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotateY(90deg);
  }
  25.0001% {
    transform: translate(-50%, -50%) rotateY(90deg);
  }
  74.9999% {
    transform: translate(-50%, -50%) rotateY(270deg);
  }
  75% {
    transform: translate(-50%, -50%) rotateY(270deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}
.loading-mask {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  position: relative;
}
.loader--full {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}
.loader::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  opacity: 0.7;
  pointer-events: all;
}
.loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 5px solid #009EE2;
  border-left: 1px solid #009EE2;
  transition: 0.5s;
  animation: rotating 2s linear infinite;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  opacity: 1;
  pointer-events: all;
}
.loader img {
  display: none;
}

/****************** STATUS *******************/
.status {
  font-weight: bold;
}
.status::before {
  content: "•";
  display: inline-block;
  margin-right: 3px;
}
.status--ok {
  color: #02CC53;
}
.status--warning {
  color: #F8A838;
}
.status--error {
  color: #F04A18;
}

.bar {
  background: #009EE2;
  color: #ffffff;
  font-size: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .bar {
    font-size: 11px;
  }
}

/****************** MAGENTO PRICES *******************/
/****************** MAGENTO PAGE BUILDER *******************/
.pagebuilder-column {
  padding: 0 15px;
}
.pagebuilder-column-group {
  margin-left: -15px;
  margin-right: -15px;
}

/****************** MAGENTO MODALS *******************/
html body.rbl--custom.rbl .modals-wrapper .modal-popup {
  padding: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  left: 0;
}
html body.rbl--custom.rbl .modals-wrapper .modal-header {
  font-family: "Lato";
  background: #009EE2;
  color: #ffffff;
  padding: 20px;
  min-height: 65px;
  position: relative;
}
html body.rbl--custom.rbl .modals-wrapper .modal-inner-wrap {
  max-height: calc(100% - 165px);
  border-radius: 8px;
  overflow: hidden;
  min-height: 200px;
  box-shadow: 0 2px 4px 0 rgba(50, 51, 53, 0.2);
  background: none;
}
html body.rbl--custom.rbl .modals-wrapper .modal-content {
  font-family: "Lato";
  background: #ffffff;
  padding: 15px;
}
html body.rbl--custom.rbl .modals-wrapper .modal-footer {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
}
html body.rbl--custom.rbl .modals-wrapper .modal-popup {
  z-index: 99999;
  overflow: hidden;
}
html body.rbl--custom.rbl .modals-wrapper .modal-popup .action-close {
  margin: 0;
  padding: 23px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .modals-wrapper .modal-popup .action-close {
    padding: 26px;
  }
}
html body.rbl--custom.rbl .modals-wrapper .modal-popup .action-close::before {
  color: #ffffff !important;
  font-weight: bold;
}
html body.rbl--custom.rbl .modals-wrapper .modal-title {
  padding-bottom: 0;
  color: inherit;
  font-weight: 500;
  font-size: 18px;
  border: 0;
  padding-right: 60px;
}

.amscroll-load-button {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.amscroll-page ~ .mt-3 {
  display: none !important;
}

.magnify-wheel-loaded img:hover {
  cursor: zoom-in;
}

.wgcurrent {
  background: transparent !important;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato-light-webfont.woff") format("woff"), url("fonts/lato-light-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/lato-semibold-webfont.woff") format("woff"), url("fonts/lato-semibold-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/lato-black-webfont.woff") format("woff"), url("fonts/lato-black-webfont.woff2") format("woff2");
  font-display: swap;
}
/* FONTICON ICOMOON, USE IF NEEDED */
@font-face {
  font-family: "theme";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/rbl.woff") format("woff"), url("fonts/rbl.woff2") format("woff2");
  font-display: swap;
}
[class^=icon-]::before, [class^=icon-][class$=-after]::after, [class^=icon-][class*="-after "]::after, [class*=" icon-"]::before, [class*=" icon-"][class$=-after]::after, [class*=" icon-"][class*="-after "]::after {
  font-family: "theme" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down::before, .icon-chevron-down-after::after {
  line-height: 1;
  content: "\e902" !important;
}
.icon-chevron-right::before, .icon-chevron-right-after::after {
  line-height: 1;
  content: "\e903" !important;
}
.icon-chevron-left::before, .icon-chevron-left-after::after {
  line-height: 1;
  content: "\e90f" !important;
}
.icon-trash::before, .icon-trash-after::after {
  line-height: 1;
  content: "\e900" !important;
}
.icon-burger::before, .icon-burger-after::after {
  line-height: 1;
  content: "\e901" !important;
}
.icon-check::before, .icon-check-after::after {
  line-height: 1;
  content: "\e904" !important;
}
.icon-euro::before, .icon-euro-after::after {
  line-height: 1;
  content: "\e905" !important;
}
.icon-chat::before, .icon-chat-after::after {
  line-height: 1;
  content: "\e906" !important;
}
.icon-user::before, .icon-user-after::after {
  line-height: 1;
  content: "\e908" !important;
}
.icon-cart::before, .icon-cart-after::after {
  line-height: 1;
  content: "\e909" !important;
}
.icon-search::before, .icon-search-after::after {
  line-height: 1;
  content: "\e90a" !important;
}
.icon-promo::before, .icon-promo-after::after {
  line-height: 1;
  content: "\e90b" !important;
}
.icon-phone::before, .icon-phone-after::after {
  line-height: 1;
  content: "\e90c" !important;
}
.icon-email::before, .icon-email-after::after {
  line-height: 1;
  content: "\e90d" !important;
}
.icon-shop::before, .icon-shop-after::after {
  line-height: 1;
  content: "\e90e" !important;
}
.icon-eye::before, .icon-eye-after::after {
  line-height: 1;
  content: "\e910" !important;
}
.icon-eye-disable::before, .icon-eye-disable-after::after {
  line-height: 1;
  content: "\e907" !important;
}

@keyframes slideIn {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.appear--scale, .appear--scale--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--scale--child, .appear--scale:not(.active) {
  opacity: 0;
  transform: scale(1.25);
}
.appear--bottom, .appear--bottom--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--bottom--child, .appear--bottom:not(.active) {
  opacity: 0;
  transform: translateY(50px);
}
.appear--top, .appear--top--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--top--child, .appear--top:not(.active) {
  opacity: 0;
  transform: translateY(-50px);
}
.appear--right, .appear--right--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--right--child, .appear--right:not(.active) {
  opacity: 0;
  transform: translateX(50px);
}
.appear--left, .appear--left--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--left--child, .appear--left:not(.active) {
  opacity: 0;
  transform: translateX(-50px);
}
.appear--rotate, .appear--rotate--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--rotate--child, .appear--rotate:not(.active) {
  opacity: 0 !important;
  transform: scale(0) rotate(100deg) !important;
}
.appear--shutter, .appear--shutter--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--shutter--child, .appear--shutter:not(.active) {
  opacity: 0 !important;
  transform: rotateX(90deg) !important;
}
.appear--fade, .appear--fade--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--fade--child, .appear--fade:not(.active) {
  opacity: 0;
}
.appear--shrink, .appear--shrink--child {
  transition: 0.5s;
}
.appear:not(.active) .appear--shrink--child, .appear--shrink:not(.active) {
  opacity: 0;
  transform: scaleX(0.1) !important;
}
.appear--delay:nth-child(1) {
  transition-delay: 0s !important;
}
.appear--delay:nth-child(2) {
  transition-delay: 0.1s !important;
}
.appear--delay:nth-child(3) {
  transition-delay: 0.2s !important;
}
.appear--delay:nth-child(4) {
  transition-delay: 0.3s !important;
}
.appear--delay:nth-child(5) {
  transition-delay: 0.4s !important;
}
.appear--delay:nth-child(6) {
  transition-delay: 0.5s !important;
}
.appear--delay:nth-child(7) {
  transition-delay: 0.6s !important;
}
.appear--delay:nth-child(8) {
  transition-delay: 0.7s !important;
}
.appear--delay:nth-child(9) {
  transition-delay: 0.8s !important;
}
.appear--delay:nth-child(10) {
  transition-delay: 0.9s !important;
}
.appear--delay:nth-child(11) {
  transition-delay: 1s !important;
}
.appear--delay:nth-child(12) {
  transition-delay: 1.1s !important;
}
.appear--delay:nth-child(13) {
  transition-delay: 1.2s !important;
}
.appear--delay:nth-child(14) {
  transition-delay: 1.3s !important;
}
.appear--delay:nth-child(15) {
  transition-delay: 1.4s !important;
}
.appear--delay:nth-child(16) {
  transition-delay: 1.5s !important;
}
.appear--delay:nth-child(17) {
  transition-delay: 1.6s !important;
}
.appear--delay:nth-child(18) {
  transition-delay: 1.7s !important;
}
.appear--delay:nth-child(19) {
  transition-delay: 1.8s !important;
}
.appear--delay:nth-child(20) {
  transition-delay: 1.9s !important;
}

html body.rbl--custom.rbl .btn, html body.rbl--custom.rbl .lac-notification-close-link {
  /********************************************** BUTTONS LAYOUT **********************************************/
  /********************************************** / END BUTTONS LAYOUT **********************************************/
  /********************************************** BUTTON APPEARANCE **********************************************/
  /********************************************** / END BUTTON APPEARANCE **********************************************/
}
html body.rbl--custom.rbl .btns {
  margin-top: 25px;
  font-size: 0;
  width: 100%;
  display: flex;
}
html body.rbl--custom.rbl .btns--end {
  justify-content: flex-end;
}
html body.rbl--custom.rbl .btns--line {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.rbl--custom.rbl .btns--full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
html body.rbl--custom.rbl .btns .btn:not([style*="display: none"]) + .btn, html body.rbl--custom.rbl .btns .lac-notification-close-link:not([style*="display: none"]) + .btn, html body.rbl--custom.rbl .btns .btn:not([style*="display: none"]) + .lac-notification-close-link, html body.rbl--custom.rbl .btns .lac-notification-close-link:not([style*="display: none"]) + .lac-notification-close-link {
  margin-left: 15px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btns .btn:not([style*="display: none"]) + .btn, html body.rbl--custom.rbl .btns .lac-notification-close-link:not([style*="display: none"]) + .btn, html body.rbl--custom.rbl .btns .btn:not([style*="display: none"]) + .lac-notification-close-link, html body.rbl--custom.rbl .btns .lac-notification-close-link:not([style*="display: none"]) + .lac-notification-close-link {
    margin-left: 20px;
  }
}
html body.rbl--custom.rbl .btns--break {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body.rbl--custom.rbl .btns--break.full > .btn, html body.rbl--custom.rbl .btns--break.full > .lac-notification-close-link {
  width: 100%;
}
html body.rbl--custom.rbl .btns--break .btn + .btn, html body.rbl--custom.rbl .btns--break .lac-notification-close-link + .btn, html body.rbl--custom.rbl .btns--break .btn + .lac-notification-close-link, html body.rbl--custom.rbl .btns--break .lac-notification-close-link + .lac-notification-close-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .btns--break--mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.rbl--custom.rbl .btns--break--mobile.full > .btn, html body.rbl--custom.rbl .btns--break--mobile.full > .lac-notification-close-link {
    width: 100%;
  }
  html body.rbl--custom.rbl .btns--break--mobile .btn + .btn, html body.rbl--custom.rbl .btns--break--mobile .lac-notification-close-link + .btn, html body.rbl--custom.rbl .btns--break--mobile .btn + .lac-notification-close-link, html body.rbl--custom.rbl .btns--break--mobile .lac-notification-close-link + .lac-notification-close-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .btns--break--tablet {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.rbl--custom.rbl .btns--break--tablet.full > .btn, html body.rbl--custom.rbl .btns--break--tablet.full > .lac-notification-close-link {
    width: 100%;
  }
  html body.rbl--custom.rbl .btns--break--tablet .btn + .btn, html body.rbl--custom.rbl .btns--break--tablet .lac-notification-close-link + .btn, html body.rbl--custom.rbl .btns--break--tablet .btn + .lac-notification-close-link, html body.rbl--custom.rbl .btns--break--tablet .lac-notification-close-link + .lac-notification-close-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .btns--break--tabletlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.rbl--custom.rbl .btns--break--tabletlarge.full > .btn, html body.rbl--custom.rbl .btns--break--tabletlarge.full > .lac-notification-close-link {
    width: 100%;
  }
  html body.rbl--custom.rbl .btns--break--tabletlarge .btn + .btn, html body.rbl--custom.rbl .btns--break--tabletlarge .lac-notification-close-link + .btn, html body.rbl--custom.rbl .btns--break--tabletlarge .btn + .lac-notification-close-link, html body.rbl--custom.rbl .btns--break--tabletlarge .lac-notification-close-link + .lac-notification-close-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btns--gap .btn + .btn, html body.rbl--custom.rbl .btns--gap .lac-notification-close-link + .btn, html body.rbl--custom.rbl .btns--gap .btn + .lac-notification-close-link, html body.rbl--custom.rbl .btns--gap .lac-notification-close-link + .lac-notification-close-link {
    margin-left: 60px;
  }
}
html body.rbl--custom.rbl .btns--wrap {
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btns--wrap--nomobile {
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -10px;
  }
}
html body.rbl--custom.rbl .btns--wrap--nomobile .btn, html body.rbl--custom.rbl .btns--wrap--nomobile .lac-notification-close-link, html body.rbl--custom.rbl .btns--wrap .btn, html body.rbl--custom.rbl .btns--wrap .lac-notification-close-link {
  margin-left: 0 !important;
  margin-right: 12px;
  margin-bottom: 10px;
}
html body.rbl--custom.rbl .btns--group {
  display: inline-flex;
  vertical-align: middle;
  width: fit-content;
}
html body.rbl--custom.rbl .btns--group > .btn:not([style*="display: none"]) + .btn, html body.rbl--custom.rbl .btns--group > .lac-notification-close-link:not([style*="display: none"]) + .btn, html body.rbl--custom.rbl .btns--group > .btn:not([style*="display: none"]) + .lac-notification-close-link, html body.rbl--custom.rbl .btns--group > .lac-notification-close-link:not([style*="display: none"]) + .lac-notification-close-link {
  margin-left: 0;
}
html body.rbl--custom.rbl .btns--group > .btn:last-child, html body.rbl--custom.rbl .btns--group > .lac-notification-close-link:last-child, html body.rbl--custom.rbl .btns--group > .btn:not(:first-child):not(:last-child), html body.rbl--custom.rbl .btns--group > .lac-notification-close-link:not(:first-child):not(:last-child) {
  border-left: none;
}
html body.rbl--custom.rbl .btns--group > .btn:not(:first-child), html body.rbl--custom.rbl .btns--group > .lac-notification-close-link:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html body.rbl--custom.rbl .btns--group > .btn:not(:last-child), html body.rbl--custom.rbl .btns--group > .lac-notification-close-link:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html body.rbl--custom.rbl .btns--group > .btn.btn--icon, html body.rbl--custom.rbl .btns--group > .btn--icon.lac-notification-close-link {
  height: 100%;
  padding: 5px;
}
html body.rbl--custom.rbl .btn.disabled, html body.rbl--custom.rbl .disabled.lac-notification-close-link, html body.rbl--custom.rbl .btn[disabled], html body.rbl--custom.rbl [disabled].lac-notification-close-link {
  opacity: 0.5 !important;
  cursor: default;
  pointer-events: none;
}
html body.rbl--custom.rbl .btn, html body.rbl--custom.rbl .lac-notification-close-link {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #009EE2;
  background: #009EE2;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn:focus, html body.rbl--custom.rbl .lac-notification-close-link:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn, html body.rbl--custom.rbl .lac-notification-close-link {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn > em, html body.rbl--custom.rbl .lac-notification-close-link > em, html body.rbl--custom.rbl .btn > span, html body.rbl--custom.rbl .lac-notification-close-link > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn > em::before, html body.rbl--custom.rbl .lac-notification-close-link > em::before, html body.rbl--custom.rbl .btn > em::after, html body.rbl--custom.rbl .lac-notification-close-link > em::after, html body.rbl--custom.rbl .btn > span::before, html body.rbl--custom.rbl .lac-notification-close-link > span::before, html body.rbl--custom.rbl .btn > span::after, html body.rbl--custom.rbl .lac-notification-close-link > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn > em::before, html body.rbl--custom.rbl .lac-notification-close-link > em::before, html body.rbl--custom.rbl .btn > span::before, html body.rbl--custom.rbl .lac-notification-close-link > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn > em::after, html body.rbl--custom.rbl .lac-notification-close-link > em::after, html body.rbl--custom.rbl .btn > span::after, html body.rbl--custom.rbl .lac-notification-close-link > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn:hover > em, html body.rbl--custom.rbl .lac-notification-close-link:hover > em, html body.rbl--custom.rbl .btn:hover > span, html body.rbl--custom.rbl .lac-notification-close-link:hover > span, html body.rbl--custom.rbl .btn:active > em, html body.rbl--custom.rbl .lac-notification-close-link:active > em, html body.rbl--custom.rbl .btn:active > span, html body.rbl--custom.rbl .lac-notification-close-link:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: rgb(22, 184.8938053097, 255);
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn:hover::after, html body.rbl--custom.rbl .lac-notification-close-link:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn:active::after, html body.rbl--custom.rbl .lac-notification-close-link:active::after, html body.rbl--custom.rbl .btn.active::after, html body.rbl--custom.rbl .active.lac-notification-close-link::after, a:active html body.rbl--custom.rbl .btn:not(.button-alone)::after, a:active html body.rbl--custom.rbl .lac-notification-close-link:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--primary, html body.rbl--custom.rbl .lac-notification-close-link {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #009EE2;
  background: #009EE2;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn--primary:focus, html body.rbl--custom.rbl .lac-notification-close-link:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn--primary, html body.rbl--custom.rbl .lac-notification-close-link {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn--primary > em, html body.rbl--custom.rbl .lac-notification-close-link > em, html body.rbl--custom.rbl .btn--primary > span, html body.rbl--custom.rbl .lac-notification-close-link > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn--primary > em::before, html body.rbl--custom.rbl .lac-notification-close-link > em::before, html body.rbl--custom.rbl .btn--primary > em::after, html body.rbl--custom.rbl .lac-notification-close-link > em::after, html body.rbl--custom.rbl .btn--primary > span::before, html body.rbl--custom.rbl .lac-notification-close-link > span::before, html body.rbl--custom.rbl .btn--primary > span::after, html body.rbl--custom.rbl .lac-notification-close-link > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn--primary > em::before, html body.rbl--custom.rbl .lac-notification-close-link > em::before, html body.rbl--custom.rbl .btn--primary > span::before, html body.rbl--custom.rbl .lac-notification-close-link > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn--primary > em::after, html body.rbl--custom.rbl .lac-notification-close-link > em::after, html body.rbl--custom.rbl .btn--primary > span::after, html body.rbl--custom.rbl .lac-notification-close-link > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn--primary:hover > em, html body.rbl--custom.rbl .lac-notification-close-link:hover > em, html body.rbl--custom.rbl .btn--primary:hover > span, html body.rbl--custom.rbl .lac-notification-close-link:hover > span, html body.rbl--custom.rbl .btn--primary:active > em, html body.rbl--custom.rbl .lac-notification-close-link:active > em, html body.rbl--custom.rbl .btn--primary:active > span, html body.rbl--custom.rbl .lac-notification-close-link:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn--primary::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #20bcff;
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--primary::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--primary:hover::after, html body.rbl--custom.rbl .lac-notification-close-link:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--primary:active::after, html body.rbl--custom.rbl .lac-notification-close-link:active::after, html body.rbl--custom.rbl .btn--primary.active::after, html body.rbl--custom.rbl .active.lac-notification-close-link::after, a:active html body.rbl--custom.rbl .btn--primary:not(.button-alone)::after, a:active html body.rbl--custom.rbl .lac-notification-close-link:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--secondary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #828282;
  background: #828282;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn--secondary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn--secondary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn--secondary > em, html body.rbl--custom.rbl .btn--secondary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn--secondary > em::before, html body.rbl--custom.rbl .btn--secondary > em::after, html body.rbl--custom.rbl .btn--secondary > span::before, html body.rbl--custom.rbl .btn--secondary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn--secondary > em::before, html body.rbl--custom.rbl .btn--secondary > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn--secondary > em::after, html body.rbl--custom.rbl .btn--secondary > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn--secondary:hover > em, html body.rbl--custom.rbl .btn--secondary:hover > span, html body.rbl--custom.rbl .btn--secondary:active > em, html body.rbl--custom.rbl .btn--secondary:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn--secondary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: rgb(155.5, 155.5, 155.5);
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--secondary::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--secondary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--secondary:active::after, html body.rbl--custom.rbl .btn--secondary.active::after, a:active html body.rbl--custom.rbl .btn--secondary:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--tertiary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #02CC53;
  background: #02CC53;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn--tertiary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn--tertiary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn--tertiary > em, html body.rbl--custom.rbl .btn--tertiary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn--tertiary > em::before, html body.rbl--custom.rbl .btn--tertiary > em::after, html body.rbl--custom.rbl .btn--tertiary > span::before, html body.rbl--custom.rbl .btn--tertiary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn--tertiary > em::before, html body.rbl--custom.rbl .btn--tertiary > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn--tertiary > em::after, html body.rbl--custom.rbl .btn--tertiary > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn--tertiary:hover > em, html body.rbl--custom.rbl .btn--tertiary:hover > span, html body.rbl--custom.rbl .btn--tertiary:active > em, html body.rbl--custom.rbl .btn--tertiary:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn--tertiary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: rgb(4.4563106796, 252.5436893204, 103.9368932039);
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--tertiary::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--tertiary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--tertiary:active::after, html body.rbl--custom.rbl .btn--tertiary.active::after, a:active html body.rbl--custom.rbl .btn--tertiary:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--quaternary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #F8A838;
  background: #F8A838;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn--quaternary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn--quaternary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn--quaternary > em, html body.rbl--custom.rbl .btn--quaternary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn--quaternary > em::before, html body.rbl--custom.rbl .btn--quaternary > em::after, html body.rbl--custom.rbl .btn--quaternary > span::before, html body.rbl--custom.rbl .btn--quaternary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn--quaternary > em::before, html body.rbl--custom.rbl .btn--quaternary > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn--quaternary > em::after, html body.rbl--custom.rbl .btn--quaternary > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn--quaternary:hover > em, html body.rbl--custom.rbl .btn--quaternary:hover > span, html body.rbl--custom.rbl .btn--quaternary:active > em, html body.rbl--custom.rbl .btn--quaternary:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn--quaternary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: rgb(249.7330097087, 189.5388349515, 105.2669902913);
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--quaternary::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--quaternary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--quaternary:active::after, html body.rbl--custom.rbl .btn--quaternary.active::after, a:active html body.rbl--custom.rbl .btn--quaternary:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--quinary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #9b57ff;
  background: #9b57ff;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn--quinary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn--quinary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn--quinary > em, html body.rbl--custom.rbl .btn--quinary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn--quinary > em::before, html body.rbl--custom.rbl .btn--quinary > em::after, html body.rbl--custom.rbl .btn--quinary > span::before, html body.rbl--custom.rbl .btn--quinary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn--quinary > em::before, html body.rbl--custom.rbl .btn--quinary > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn--quinary > em::after, html body.rbl--custom.rbl .btn--quinary > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn--quinary:hover > em, html body.rbl--custom.rbl .btn--quinary:hover > span, html body.rbl--custom.rbl .btn--quinary:active > em, html body.rbl--custom.rbl .btn--quinary:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn--quinary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: rgb(185.3571428571, 138, 255);
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--quinary::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--quinary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--quinary:active::after, html body.rbl--custom.rbl .btn--quinary.active::after, a:active html body.rbl--custom.rbl .btn--quinary:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--white {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #f6f6f6;
  background: #f6f6f6;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .btn--white:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .btn--white {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .btn--white > em, html body.rbl--custom.rbl .btn--white > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #1D1D1B;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .btn--white > em::before, html body.rbl--custom.rbl .btn--white > em::after, html body.rbl--custom.rbl .btn--white > span::before, html body.rbl--custom.rbl .btn--white > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .btn--white > em::before, html body.rbl--custom.rbl .btn--white > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .btn--white > em::after, html body.rbl--custom.rbl .btn--white > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .btn--white:hover > em, html body.rbl--custom.rbl .btn--white:hover > span, html body.rbl--custom.rbl .btn--white:active > em, html body.rbl--custom.rbl .btn--white:active > span {
  color: #1D1D1B;
}
html body.rbl--custom.rbl .btn--white::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #f6f6f6;
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--white::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--white:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--white:active::after, html body.rbl--custom.rbl .btn--white.active::after, a:active html body.rbl--custom.rbl .btn--white:not(.button-alone)::after {
  opacity: 1;
}
html body.rbl--custom.rbl .btn--alt, html body.rbl--custom.rbl .lac-notification-close-link {
  border: 2px solid currentColor;
  background: transparent;
}
html body.rbl--custom.rbl .btn--alt::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
  background: currentColor;
}
html body.rbl--custom.rbl .btn--alt > em, html body.rbl--custom.rbl .lac-notification-close-link > em, html body.rbl--custom.rbl .btn--alt > span, html body.rbl--custom.rbl .lac-notification-close-link > span {
  color: currentColor;
}
html body.rbl--custom.rbl .btn--alt.active > em, html body.rbl--custom.rbl .active.lac-notification-close-link > em, html body.rbl--custom.rbl .btn--alt.active > span, html body.rbl--custom.rbl .active.lac-notification-close-link > span, html body.rbl--custom.rbl .btn--alt:hover > em, html body.rbl--custom.rbl .lac-notification-close-link:hover > em, html body.rbl--custom.rbl .btn--alt:hover > span, html body.rbl--custom.rbl .lac-notification-close-link:hover > span, html body.rbl--custom.rbl .btn--alt:active > em, html body.rbl--custom.rbl .lac-notification-close-link:active > em, html body.rbl--custom.rbl .btn--alt:active > span, html body.rbl--custom.rbl .lac-notification-close-link:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .btn--alt::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: currentColor;
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .btn--alt::after, html body.rbl--custom.rbl .lac-notification-close-link::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .btn--alt:hover::after, html body.rbl--custom.rbl .lac-notification-close-link:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .btn--alt:active::after, html body.rbl--custom.rbl .lac-notification-close-link:active::after, html body.rbl--custom.rbl .btn--alt.active::after, html body.rbl--custom.rbl .active.lac-notification-close-link::after, a:active html body.rbl--custom.rbl .btn--alt:not(.button-alone)::after, a:active html body.rbl--custom.rbl .lac-notification-close-link:not(.button-alone)::after {
  opacity: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .btn--full--mobile {
    width: 100%;
  }
}
html body.rbl--custom.rbl .btn--simple::after {
  display: none !important;
}
html body.rbl--custom.rbl .btn--small, html body.rbl--custom.rbl .lac-notification-close-link {
  font-size: 12px;
  height: 36px;
  line-height: initial;
  padding: 0 10px;
}
html body.rbl--custom.rbl .btn--big {
  font-size: 20px;
  padding: 0 25px;
  height: 60px;
  border-radius: 4px;
  line-height: 60px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .btn--big--mobile {
    font-size: 18px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
html body.rbl--custom.rbl .btn--icon {
  width: 40px;
  padding: 0 20px;
  height: 40px;
}
html body.rbl--custom.rbl .btn--icon em::before {
  font-size: 18px;
  margin-right: 0;
}
html body.rbl--custom.rbl .btn--tag {
  padding: 4px;
  font-size: 12px;
  border-radius: 0px;
  line-height: initial;
  font-weight: normal;
  height: auto;
}
html body.rbl--custom.rbl .btn--tag + .btn, html body.rbl--custom.rbl .btn--tag + .lac-notification-close-link {
  margin-left: 10px !important;
}
html body.rbl--custom.rbl .btn--tag em::before {
  margin-right: 5px;
  font-size: 10px;
  line-height: 0;
}
html body.rbl--custom.rbl .btn--static {
  pointer-events: none;
}

:root {
  --table-border-color: #DEDEDE;
  --table-border: 0px;
  --table-head-bg: #009EE2;
  --table-head-color: #ffffff;
  --table-cell-bg: #ffffff;
  --table-cell-color: #1D1D1B;
  --table-cell-padding: 10px 10px;
  --table-cell-border: var(--table-border);
}

html body.rbl--custom.rbl .page-wrapper .tabler {
  color: #000000;
  width: 100%;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler {
    border: var(--table-border) solid var(--table-border-color);
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler {
    display: block;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler .price {
  font-size: inherit;
}
html body.rbl--custom.rbl .page-wrapper .tabler-gap::before {
  display: block;
  content: "";
  height: 40px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .tabler-gap::before {
    height: 0;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .tabler-gap:not(:first-child)::before {
    height: 60px;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler-gap ~ tbody td:first-child {
  padding-left: 10px;
}
html body.rbl--custom.rbl .page-wrapper .tabler-gap ~ tbody tr {
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler thead {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tbody tr {
    padding: 5px 0;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler tbody + tbody {
    margin-top: 35px;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler tbody td[data-th]::before {
    font-weight: 700;
    content: attr(data-th);
    margin-right: 15px;
    text-align: right;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler tbody th {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tbody, html body.rbl--custom.rbl .page-wrapper .tabler tfoot {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tfoot tr {
    display: flex;
    margin-top: calc(var(--table-border) * -1) !important;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler tfoot tr > * {
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tfoot th {
    text-align: right;
    --table-head-bg: var(--table-border-color);
    --table-head-color: var(--table-cell-color);
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tr {
    display: block;
    border: var(--table-border) solid var(--table-border-color);
  }
  html body.rbl--custom.rbl .page-wrapper .tabler tr + tr {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tr {
    border-bottom: var(--table-border) solid var(--table-border-color);
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler tr[data-tr]::before {
    font-weight: 700;
    content: attr(data-tr);
    background: var(--table-head-bg);
    color: var(--table-head-color);
    padding: var(--table-cell-padding);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler td, html body.rbl--custom.rbl .page-wrapper .tabler th {
  padding: var(--table-cell-padding);
  text-align: center;
  vertical-align: middle;
  border-bottom: var(--table-cell-border) solid var(--table-border-color);
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler td, html body.rbl--custom.rbl .page-wrapper .tabler th {
    border: var(--table-cell-border) solid var(--table-border-color);
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler td :last-child > td, html body.rbl--custom.rbl .page-wrapper .tabler th :last-child > td {
  border-bottom: 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler td, html body.rbl--custom.rbl .page-wrapper .tabler th {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler td {
  color: var(--table-cell-color);
  background: var(--table-cell-bg);
}
html body.rbl--custom.rbl .page-wrapper .tabler th {
  color: var(--table-head-color);
  background: var(--table-head-bg);
  font-weight: 500;
}
html body.rbl--custom.rbl .page-wrapper .tabler--border {
  --table-border: 1px;
  --table-cell-border: 0px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--lined tr {
    --table-cell-border: 1px;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--lined tr {
    --table-border: 1px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--lined--large tr {
    --table-border: 1px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--lined--large tr {
    border-bottom: 1px solid var(--table-border-color);
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--lined--large tr + tr {
    margin-top: 15px;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler--bordered {
  --table-border: 1px;
  --table-cell-border: 1px;
}
html body.rbl--custom.rbl .page-wrapper .tabler--striped tbody tr:nth-child(even) {
  --table-cell-bg: var(--table-border-color);
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--extrems tbody td:first-child, html body.rbl--custom.rbl .page-wrapper .tabler--extrems tbody th:first-child, html body.rbl--custom.rbl .page-wrapper .tabler--extrems thead td:first-child, html body.rbl--custom.rbl .page-wrapper .tabler--extrems thead th:first-child {
    text-align: left;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--extrems tbody td:last-child, html body.rbl--custom.rbl .page-wrapper .tabler--extrems tbody th:last-child, html body.rbl--custom.rbl .page-wrapper .tabler--extrems thead td:last-child, html body.rbl--custom.rbl .page-wrapper .tabler--extrems thead th:last-child {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--gap td:first-child, html body.rbl--custom.rbl .page-wrapper .tabler--gap th:first-child {
    padding-left: 170px;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--gap td:last-child, html body.rbl--custom.rbl .page-wrapper .tabler--gap th:last-child {
    padding-right: 170px;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler--big {
  --table-cell-padding: 20px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--cased tbody {
    --table-cell-border: 1px;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--cased tbody td {
    display: flex;
    margin-top: calc(var(--table-border) * -1);
    text-align: center;
    padding: 0;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--cased tbody td > *, html body.rbl--custom.rbl .page-wrapper .tabler--cased tbody td::before {
    width: 50%;
    text-align: center;
    padding: var(--table-cell-padding);
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--cased tbody td::before {
    background: var(--table-border-color);
    margin: 0;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap {
  --table-cell-color: #4f4f4f;
  --table-cell-bg: transparent;
  --table-head-bg: transparent;
  --table-head-color: var(--table-cell-color);
  --table-border-color: transparent;
  --table-cell-padding: 0 0 10px;
  --table-border-color: #DEDEDE;
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody td::before {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody th {
  color: var(--table-cell-color);
  font-weight: normal;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 1px 0;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody tr + tr {
  margin-top: 0;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody tr:nth-last-child(2) {
  --table-border: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  --table-cell-padding: 0 0 10px;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody tr:first-child * {
  font-weight: bold;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody tr:last-child {
  --table-cell-padding: 10px 0;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody tr:last-child * {
  --table-cell-color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
html body.rbl--custom.rbl .page-wrapper .tabler--recap tbody span {
  padding-right: 4px;
}
html body.rbl--custom.rbl .page-wrapper .tabler--choice {
  --table-cell-padding: 5px 10px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--choice tr + tr {
    margin-top: 15px;
  }
  html body.rbl--custom.rbl .page-wrapper .tabler--choice td {
    font-size: 12px;
    justify-content: flex-start;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler--choice .col {
  text-align: left;
  width: 50%;
}
html body.rbl--custom.rbl .page-wrapper .tabler--choice .col:last-child {
  width: 100%;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .tabler--choice .col:last-child {
    padding-right: 12%;
  }
}
html body.rbl--custom.rbl .page-wrapper .tabler .shipping {
  display: none;
}

:root {
  --section-gap: 50px;
}
@media (min-width: 768px) {
  :root {
    --section-gap: 100px;
  }
}

[data-content-type=row] {
  position: relative;
  clear: both;
}
[data-content-type=row] + [data-content-type=row] {
  margin-top: var(--section-gap);
}

.section, .section [data-content-type=row] {
  position: relative;
  clear: both;
  margin: var(--section-gap) 0;
}
.section:first-child, .section [data-content-type=row]:first-child {
  margin-top: 0;
}
.section--first {
  margin-top: 0;
}
.section--last {
  margin-bottom: 0;
}
.section--fill {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--fill, .section--fill::before, .section--fill::after {
  background: #f6f6f6;
}
.section--white {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--white, .section--white::before, .section--white::after {
  background: #ffffff;
}
.section--primary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--primary, .section--primary::before, .section--primary::after {
  background: #009EE2;
}
.section--secondary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--secondary, .section--secondary::before, .section--secondary::after {
  background: #828282;
}
.section--tertiary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--tertiary, .section--tertiary::before, .section--tertiary::after {
  background: #02CC53;
}
.section--quaternary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--quaternary, .section--quaternary::before, .section--quaternary::after {
  background: #F8A838;
}
.section--quinary {
  margin: 0;
  padding: var(--section-gap) 0;
}
.section--quinary, .section--quinary::before, .section--quinary::after {
  background: #9b57ff;
}
.sections > .section:nth-child(2n) {
  margin: 0;
  padding: var(--section-gap) 0;
  background: #f6f6f6;
}
.sections > .section:nth-child(2n), .sections > .section:nth-child(2n)::before, .sections > .section:nth-child(2n)::after {
  background: #f6f6f6;
}
.section--skew {
  --section-gap: 3%;
  padding-bottom: calc(var(--section-gap) * 0.9);
}
.section--skew > * {
  position: relative;
  z-index: 70;
}
.section--skew::before, .section--skew::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  padding-top: 6%;
}
.section--skew::before {
  transform-origin: top left;
  transform: skewY(-3deg);
  top: 0;
}
.section--skew::after {
  transform-origin: top left;
  transform: translateY(100%) skewY(-3deg);
  bottom: 0;
}
.section--skew--top {
  z-index: 90;
}
.section--skew--top::after {
  display: none;
}
.section--skew + .section--skew {
  margin-top: 5.9%;
}
.section--skew + .section:not(.section--skew) {
  margin-top: calc(var(--section-gap) * 2);
}

.box {
  width: 100%;
  --gap-box: var(--gap-mobile);
  --section-border:1px;
  --gap-mobile: 15px;
  --gap-tablet: 30px;
  --gap-desktop: 40px;
}
.box + .box {
  margin-top: 20px;
}
html body.rbl--custom.rbl .box {
  border-radius: 8px;
  padding: var(--gap-box);
}
html body.rbl--custom.rbl .box--border {
  border: 1px solid #DEDEDE;
}
html body.rbl--custom.rbl .box--border--top {
  border-top: 1px solid #DEDEDE;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .box--border--large {
    border: 1px solid #DEDEDE;
  }
}
html body.rbl--custom.rbl .box--shadow {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .box--shadow--desktop {
    box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.01), 4px 5px 4px rgba(0, 0, 0, 0.02), 2px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
}
html body.rbl--custom.rbl .box--shadow--big {
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13);
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .box--shadow--big--desktop {
    box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.02), 4px 5px 4px rgba(0, 0, 0, 0.06), 2px 2px 3px rgba(0, 0, 0, 0.11), 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.13);
  }
}
html body.rbl--custom.rbl .box--fill {
  background: #f6f6f6;
}
html body.rbl--custom.rbl .box--gradient {
  background: linear-gradient(180deg, rgba(255, 103, 2, 0.4) 0%, rgba(217, 217, 217, 0) 83.64%);
}
html body.rbl--custom.rbl .box--neutral {
  background: transparent;
}
html body.rbl--custom.rbl .box--sharp {
  border-radius: 0;
}
@media (min-width: 768px) {
  .box {
    --gap-box: var(--gap-tablet);
  }
}
@media (min-width: 1280px) {
  .box {
    --gap-box: var(--gap-desktop);
  }
}
.box-content + .box-content {
  margin-top: 45px;
}
.box--small {
  --gap-mobile: 10px;
  --gap-tablet: 12px;
  --gap-desktop: 12px;
}
.box--medium {
  --gap-mobile: 15px;
  --gap-tablet: 25px;
  --gap-desktop: 25px;
}
.box-section {
  margin-left: calc(var(--gap-box) * -1);
  margin-right: calc(var(--gap-box) * -1);
  padding: var(--gap-box) var(--gap-box);
  box-sizing: content-box !important;
}
.box-section + .box-section {
  border-top: var(--section-border) solid #DEDEDE;
  position: relative;
  top: -var(--section-border);
}
.box-section:first-child {
  margin-top: calc(var(--gap-box) * -1);
}
.box-section:first-child[style*="max-height: 0px"] + .box-section {
  border-top: 0;
}
.box-section:last-child {
  margin-bottom: calc(var(--gap-box) * -1 - var(--section-border));
}
.box-text {
  margin-bottom: 25px;
  font-weight: normal;
}
.box::before {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  display: none;
  margin: 0 auto 25px;
}
.box--clickable {
  transition: opacity 0.3s ease;
}
.box--clickable:hover {
  cursor: pointer;
  opacity: 0.7;
}
.box--clickable:hover .link {
  color: #009EE2 !important;
}
.box-col {
  padding: var(--gap-box);
}
.box-cols {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin-bottom: calc(var(--gap-box) * -1);
}
@media (min-width: 1024px) {
  .box-cols {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .box-cols--fill .box-col {
    flex: 1;
  }
}
.box-col + .box-col {
  border-top: 1px solid #DEDEDE;
}
@media (min-width: 1024px) {
  .box-col + .box-col {
    border-top: 0;
    border-left: 1px solid #DEDEDE;
  }
}

.vignette {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.5s ease;
  overflow: hidden;
}
.vignette:hover {
  border-color: #009EE2 !important;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.07);
}
.vignette-image {
  max-width: 100%;
}
.vignette-image *:not(style):not(script) {
  width: 100% !important;
  display: block;
}
.vignette-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .vignette-details {
    text-align: left;
  }
}
.vignette-name {
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/********** VARS **********/
:root {
  --input-height: 32px;
  --input-labelsize: 14px;
  --input-fontsize: 14px;
  --input-background: #ffffff;
  --input-border: 1px;
  --input-border-color: #DEDEDE;
  --input-size: 17px;
  --input-radius: 1px;
  --input-active-fill: #009EE2 ;
  --input-active-color: #ffffff ;
}

/********** MIXINS **********/
/********** INPUTS **********/
.input-label {
  color: #1D1D1B;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  padding-top: 7px;
  font-weight: 500;
  font-size: var(--input-labelsize);
  width: 100%;
}
.input-label small {
  text-transform: none;
}
.required > .input-label::after {
  content: " *";
  font-size: 100%;
  line-height: 0;
  position: relative;
  top: -0.2em;
  color: #F04A18;
}
.input-row {
  display: flex;
}
.input-box {
  position: relative;
  width: 100%;
  transition: color 0.3s;
}
.search .input-box {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 1279px) {
  .search .input-box::before {
    right: 30px;
  }
}
.input-box + .input-box {
  margin-top: 15px;
}
.input-box[class*=icon-] input {
  padding-right: 45px;
}
@media (min-width: 768px) {
  .input-box[class*=icon-] input {
    padding-right: 55px;
  }
}
.input-box::before {
  z-index: 3;
  display: block;
  position: absolute;
  right: 13px;
  bottom: calc(var(--input-height) / 2);
  transform: translate(0, 50%);
  font-size: calc(var(--input-fontsize) * 1.666);
  line-height: 1;
}
.input-box--small {
  --input-height: 18px;
}
.input-box--big {
  --input-height: 60px;
  --input-fontsize: 16px;
  --input-size: 30px;
}
.input-box--alt {
  --input-background: #f6f6f6;
  --input-border-color: transparent;
  --input-switch-color: #DEDEDE;
  --input-active-fill: rgb(249.7330097087, 189.5388349515, 105.2669902913) ;
  --input-active-color: rgb(124.6428571429, 36, 255) ;
}
.input-box--rounded {
  --input-radius: calc(var(--input-height) * 0.5);
}
html body.rbl--custom.rbl .input-text, html body.rbl--custom.rbl .input-date ._has-datepicker, .input-date html body.rbl--custom.rbl ._has-datepicker {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  padding: 0 9px;
  text-overflow: ellipsis;
}
html body.rbl--custom.rbl .input-text:not([disabled]):focus, html body.rbl--custom.rbl .input-date ._has-datepicker:not([disabled]):focus, .input-date html body.rbl--custom.rbl ._has-datepicker:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
html body.rbl--custom.rbl .input-text[readonly], html body.rbl--custom.rbl .input-date [readonly]._has-datepicker, .input-date html body.rbl--custom.rbl [readonly]._has-datepicker {
  cursor: default;
}
html body.rbl--custom.rbl .input-text[disabled], html body.rbl--custom.rbl .input-date [disabled]._has-datepicker, .input-date html body.rbl--custom.rbl [disabled]._has-datepicker {
  opacity: 0.4;
}
html body.rbl--custom.rbl .input-text:hover, html body.rbl--custom.rbl .input-date ._has-datepicker:hover, .input-date html body.rbl--custom.rbl ._has-datepicker:hover {
  border-color: #009EE2;
}
html body.rbl--custom.rbl .input-text:not([readonly]).validation-failed, html body.rbl--custom.rbl .input-date ._has-datepicker:not([readonly]).validation-failed, .input-date html body.rbl--custom.rbl ._has-datepicker:not([readonly]).validation-failed, html body.rbl--custom.rbl .input-text:not([readonly]).error, html body.rbl--custom.rbl .input-date ._has-datepicker:not([readonly]).error, .input-date html body.rbl--custom.rbl ._has-datepicker:not([readonly]).error, html body.rbl--custom.rbl .input-text:not([readonly]).mage-error, html body.rbl--custom.rbl .input-date ._has-datepicker:not([readonly]).mage-error, .input-date html body.rbl--custom.rbl ._has-datepicker:not([readonly]).mage-error {
  border-color: #F04A18;
}
html body.rbl--custom.rbl .input-text:not([readonly]).valid, html body.rbl--custom.rbl .input-date ._has-datepicker:not([readonly]).valid, .input-date html body.rbl--custom.rbl ._has-datepicker:not([readonly]).valid {
  border-color: #02CC53;
}
html body.rbl--custom.rbl .input-text::placeholder, html body.rbl--custom.rbl .input-date ._has-datepicker::placeholder, .input-date html body.rbl--custom.rbl ._has-datepicker::placeholder {
  opacity: 0.5;
  font-size: var(--input-fontsize);
}
html body.rbl--custom.rbl .input-text[type=password]::-ms-reveal, html body.rbl--custom.rbl .input-date [type=password]._has-datepicker::-ms-reveal, .input-date html body.rbl--custom.rbl [type=password]._has-datepicker::-ms-reveal {
  display: none;
}
html body.rbl--custom.rbl .input-text:-webkit-autofill, html body.rbl--custom.rbl .input-date ._has-datepicker:-webkit-autofill, .input-date html body.rbl--custom.rbl ._has-datepicker:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
html body.rbl--custom.rbl .page-wrapper textarea.input-text, html body.rbl--custom.rbl .page-wrapper .input-date textarea._has-datepicker, .input-date html body.rbl--custom.rbl .page-wrapper textarea._has-datepicker {
  padding: 13px 20px;
  line-height: 1.5;
  resize: vertical;
  min-height: 110px;
}

.input-file {
  display: none;
}
.input-file-box {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.input-file-box:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
.input-file-box[readonly] {
  cursor: default;
}
.input-file-box[disabled] {
  opacity: 0.4;
}
.input-file-box:hover {
  border-color: #009EE2;
}
.input-file-box:not([readonly]).validation-failed, .input-file-box:not([readonly]).error, .input-file-box:not([readonly]).mage-error {
  border-color: #F04A18;
}
.input-file-box:not([readonly]).valid {
  border-color: #02CC53;
}
.input-file-box::placeholder {
  opacity: 0.5;
  font-size: var(--input-fontsize);
}
.input-file-btn {
  width: 150px;
  height: var(--input-height) !important;
  line-height: var(--input-height) !important;
}
.input-file-help {
  opacity: 0.6;
  font-size: 12px;
}
.input-mandatory {
  font-size: 12px;
  font-style: normal;
  color: #009EE2;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
.input-mandatory::before {
  content: "* ";
}
.input-mandatory.nobefore::before {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .input-btn {
  margin-left: 0;
  border-radius: 0 var(--input-radius) var(--input-radius) 0;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: 12px;
  margin-left: calc(var(--input-radius) * -0.75);
  padding: 0 15px;
  flex-shrink: 0;
}
.input-date {
  position: relative;
}
.input-date button {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 1;
}
/********** SELECTS **********/
.select {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  line-height: normal;
  padding: 7px 36px 7px 9px;
}
.select:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
.select[readonly] {
  cursor: default;
}
.select[disabled] {
  opacity: 0.4;
}
.select:hover {
  border-color: #009EE2;
}
.select:not([readonly]).validation-failed, .select:not([readonly]).error, .select:not([readonly]).mage-error {
  border-color: #F04A18;
}
.select:not([readonly]).valid {
  border-color: #02CC53;
}
.select::placeholder {
  opacity: 0.5;
  font-size: var(--input-fontsize);
}
.select::-ms-expand {
  display: none;
}
.select-label {
  color: #1D1D1B;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  padding-top: 7px;
  font-weight: 500;
  font-size: var(--input-labelsize);
  width: 100%;
}
.select-label small {
  text-transform: none;
}
.required > .select-label::after {
  content: " *";
  font-size: 100%;
  line-height: 0;
  position: relative;
  top: -0.2em;
  color: #F04A18;
}
.select-box {
  position: relative;
}
.select-box--small {
  --input-height: 18px;
}
.select-box--big {
  --input-height: 60px;
  --input-fontsize: 16px;
  --input-size: 30px;
}
.select-box--alt {
  --input-background: #f6f6f6;
  --input-border-color: transparent;
  --input-switch-color: #DEDEDE;
  --input-active-fill: rgb(249.7330097087, 189.5388349515, 105.2669902913) ;
  --input-active-color: rgb(124.6428571429, 36, 255) ;
}
.select-box--rounded {
  --input-radius: calc(var(--input-height) * 0.5);
}
.select-box > select {
  appearance: none;
  outline: none;
  height: var(--input-height);
  line-height: var(--input-height);
  font-size: var(--input-fontsize);
  font-weight: 400;
  font-family: "Lato";
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  border: var(--input-border) solid var(--input-border-color);
  border-radius: var(--input-radius);
  background: var(--input-background);
  box-shadow: none !important;
  transition: border 0.5s, opacity 0.3s, box-shadow 0.3s;
  line-height: normal;
  padding: 7px 36px 7px 9px;
}
.select-box > select:not([disabled]):focus {
  border-color: var(--input-active-fill) !important;
}
.select-box > select[readonly] {
  cursor: default;
}
.select-box > select[disabled] {
  opacity: 0.4;
}
.select-box > select:hover {
  border-color: #009EE2;
}
.select-box > select:not([readonly]).validation-failed, .select-box > select:not([readonly]).error, .select-box > select:not([readonly]).mage-error {
  border-color: #F04A18;
}
.select-box > select:not([readonly]).valid {
  border-color: #02CC53;
}
.select-box > select::placeholder {
  opacity: 0.5;
  font-size: var(--input-fontsize);
}
.select-box > select::-ms-expand {
  display: none;
}
.select-box::before {
  position: absolute;
  pointer-events: none;
  content: "\e902";
  font-family: "theme";
  right: 8px;
  bottom: calc(var(--input-height) / 2);
  line-height: 1;
  --font-size: calc(var(--input-fontsize) * 0.8);
  font-size: 24px;
  z-index: 5;
  color: #1D1D1B;
  transform: translate(0, 50%);
  transition: 0.5s;
}

/********** RADIOS & CHECKBOXES **********/
html body.rbl--custom.rbl .radio, html body.rbl--custom.rbl .checkbox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.radio-box, .checkbox-box {
  text-align: left;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 0;
  position: relative;
  --input-radius: 2px;
  --input-fontsize: 14px;
  --input-width: var(--input-size);
  --input-border-color: #828282;
  --input-switch-size: calc(var(--input-size) * 1.3);
  --input-switch-width: calc(var(--input-switch-size) * 2);
  --input-switch-color: #f6f6f6;
  --input-lineheight: calc(var(--input-fontsize) * 16 / 14);
  --input-padding: calc((var(--input-height) - var(--input-lineheight)) * 0.5);
  --input-gap: 7px;
}
.radio-box::after, .checkbox-box::after {
  display: block;
  clear: both;
  content: "";
}
.input-label + .radio-box, .input-label + .checkbox-box {
  margin-top: 15px;
}
.radio-box--small, .checkbox-box--small {
  --input-height: 18px;
}
.radio-box--big, .checkbox-box--big {
  --input-height: 60px;
  --input-fontsize: 16px;
  --input-size: 30px;
}
.radio-box--alt, .checkbox-box--alt {
  --input-background: #f6f6f6;
  --input-border-color: transparent;
  --input-switch-color: #DEDEDE;
  --input-active-fill: rgb(249.7330097087, 189.5388349515, 105.2669902913) ;
  --input-active-color: rgb(124.6428571429, 36, 255) ;
}
.radio-box--rounded, .checkbox-box--rounded {
  --input-radius: calc(var(--input-height) * 0.5);
}
@media (min-width: 768px) {
  .radio-title + .radio-box, .radio-title + .checkbox-box, .checkbox-title + .radio-box, .checkbox-title + .checkbox-box {
    display: inline-block;
    vertical-align: top;
  }
}
.radio-label, .checkbox-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: default;
  user-select: none;
  font-size: var(--input-fontsize);
  line-height: var(--input-lineheight);
  min-height: var(--input-height);
  padding-left: calc(var(--input-width) + var(--input-gap));
  padding-top: var(--input-padding);
  padding-bottom: var(--input-padding);
  transition: color 0.3s;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .radio-label, .checkbox-label {
    margin-right: 40px;
  }
}
[disabled] + .radio-label, [disabled] + .checkbox-label {
  opacity: 0.4;
}
.radio-label::before, .radio-label::after, .checkbox-label::before, .checkbox-label::after {
  position: absolute;
  font-size: calc(var(--input-size) * 0.75);
  height: var(--input-size);
  width: var(--input-width);
  top: calc((var(--input-height) - var(--input-size)) / 2);
  left: 0;
}
.radio-label::before, .checkbox-label::before {
  content: "";
  border: var(--input-border) solid;
  background: var(--input-background);
  border-color: var(--input-border-color);
  border-radius: calc(var(--input-radius) * 0.5);
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-width: 1px;
}
.radio-label::after, .checkbox-label::after {
  content: "\e904";
  font-family: "theme";
  background: none;
  color: var(--input-active-color);
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.required > .radio-label span::after, .required > .checkbox-label span::after {
  content: " *";
  font-size: 100%;
  line-height: 0;
  position: relative;
  top: -0.2em;
  color: #F04A18;
}
.radio-label--switch, .checkbox-label--switch {
  position: relative;
  padding-left: calc(var(--input-switch-width) + var(--input-gap));
}
.radio-label--switch::before, .radio-label--switch::after, .checkbox-label--switch::before, .checkbox-label--switch::after {
  height: var(--input-switch-size);
  top: calc((var(--input-height) - var(--input-switch-size)) / 2);
}
.radio-label--switch em::before, .checkbox-label--switch em::before {
  content: attr(data-ko);
}
.radio-label--switch::before, .checkbox-label--switch::before {
  width: var(--input-switch-width);
  border-radius: calc(var(--input-switch-size) * 0.5);
  border: var(--input-border) solid var(--input-border-color);
  background: var(--input-background);
}
.radio-label--switch::after, .checkbox-label--switch::after {
  content: "";
  width: var(--input-switch-size);
  transform: scale(0.77) !important;
  background: var(--input-switch-color);
  left: 0;
  border-radius: 50%;
}
.radio.mage-error ~ .radio-label::before, .radio.error ~ .radio-label::before, .radio.validation-failed + .radio-label::before, .radio.mage-error ~ .checkbox-label::before, .radio.error ~ .checkbox-label::before, .radio.validation-failed + .checkbox-label::before, .checkbox.mage-error ~ .radio-label::before, .checkbox.error ~ .radio-label::before, .checkbox.validation-failed + .radio-label::before, .checkbox.mage-error ~ .checkbox-label::before, .checkbox.error ~ .checkbox-label::before, .checkbox.validation-failed + .checkbox-label::before {
  border-color: #F04A18;
}
.radio.valid + .radio-label::before, .radio.valid + .checkbox-label::before, .checkbox.valid + .radio-label::before, .checkbox.valid + .checkbox-label::before {
  border-color: #02CC53;
}
.radio ~ .radio-label, .radio ~ .checkbox-label, .checkbox ~ .radio-label, .checkbox ~ .checkbox-label {
  cursor: pointer;
}
.radio ~ .radio-label::after, .radio ~ .checkbox-label::after, .checkbox ~ .radio-label::after, .checkbox ~ .checkbox-label::after {
  transform: scale(0);
  transition: 0.3s;
}
.radio:checked + .radio-label::before, .radio:checked + .checkbox-label::before, .checkbox:checked + .radio-label::before, .checkbox:checked + .checkbox-label::before {
  border-color: var(--input-active-fill);
  background: var(--input-active-fill);
}
.radio:checked + .radio-label::after, .radio:checked + .checkbox-label::after, .checkbox:checked + .radio-label::after, .checkbox:checked + .checkbox-label::after {
  opacity: 1;
  transform: scale(0.65);
  transition: 0.3s;
  border-color: #1D1D1B;
}
.radio:checked + .radio-label--switch em::before, .radio:checked + .checkbox-label--switch em::before, .checkbox:checked + .radio-label--switch em::before, .checkbox:checked + .checkbox-label--switch em::before {
  content: attr(data-ok);
}
.radio:checked + .radio-label--switch::before, .radio:checked + .checkbox-label--switch::before, .checkbox:checked + .radio-label--switch::before, .checkbox:checked + .checkbox-label--switch::before {
  background: var(--input-active-fill);
}
.radio:checked + .radio-label--switch::after, .radio:checked + .checkbox-label--switch::after, .checkbox:checked + .radio-label--switch::after, .checkbox:checked + .checkbox-label--switch::after {
  left: calc(var(--input-switch-width) - var(--input-switch-size));
  background-color: var(--input-active-color);
}

.radio-label-title {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #1D1D1B;
  display: block;
}
.radio-label::before, .radio-label::after {
  border-radius: 100%;
  box-sizing: border-box;
}
.radio-label::before {
  font-size: 0;
  opacity: 1;
  background: var(--input-background) !important;
  border-color: var(--input-border-color);
}
.radio-label::after {
  z-index: 5;
  content: "";
  background: var(--input-active-fill);
}
.radio:checked + .radio-label::after {
  transform: scale(0.6);
  background: var(--input-active-fill);
}

/********** RANGE SLIDER (DIFFERS FROM USED MODULE) **********/
.price-range-min, .price-range-max {
  transition: background 0.3s;
  padding: 5px;
  margin: -5px;
}
.price-range-min::after, .price-range-max::after {
  content: attr(data-currency) !important;
}
.price-range-min:hover, .price-range-max:hover {
  background: #828282;
  cursor: pointer;
}
.price-range-min {
  float: left;
}
.price-range-max {
  float: right;
}
.price-range-current {
  font-size: 12px;
  font-weight: 500;
}
.price-range-current::after {
  display: block;
  clear: both;
  content: "";
}

/********** QTY SELECTORS (VOIR G20 POUR SELECTEURS PLUS COMPLEXES) **********/
html body.rbl--custom.rbl .page-wrapper .qtty {
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .qtty--vertical {
  flex-direction: column-reverse;
  justify-content: center;
}
html body.rbl--custom.rbl .page-wrapper .qtty--small {
  --input-height: 20px;
}
html body.rbl--custom.rbl .page-wrapper .qtty-input {
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  text-align: center;
  width: 50px;
  min-width: 50px;
  padding: 0 5px;
  height: var(--input-height);
  line-height: var(--input-height);
  border: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}
html body.rbl--custom.rbl .page-wrapper .qtty--small .qtty-input {
  font-size: 10px;
  width: calc(var(--input-height) * 1.1);
  min-width: calc(var(--input-height) * 1.1);
  height: var(--input-height);
}
html body.rbl--custom.rbl .page-wrapper .qtty--vertical .qtty-input {
  width: var(--input-height);
  min-width: var(--input-height);
  height: calc(var(--input-height) * 1.1);
  line-height: calc(var(--input-height) * 1.1);
}
html body.rbl--custom.rbl .page-wrapper .qtty-btn {
  height: var(--input-height);
  width: var(--input-height);
  line-height: var(--input-height);
  min-width: var(--input-height);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0;
}
html body.rbl--custom.rbl .page-wrapper .qtty-btn--minus::before {
  content: "-";
}
html body.rbl--custom.rbl .page-wrapper .qtty-btn--plus::before {
  content: "+";
}
html body.rbl--custom.rbl .page-wrapper .qtty-btn em {
  font-style: normal;
}
html body.rbl--custom.rbl .page-wrapper .qtty--small .qtty-btn {
  font-size: 12px;
  width: var(--input-height);
  height: var(--input-height);
  min-width: var(--input-height);
  border-width: 1px;
  border-radius: 50%;
}

/********** OTHERS **********/
.helper {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/********** OVERRIDE MAGENTO **********/
input[type=text]::-ms-clear {
  display: none;
}

.requiredfields {
  font-weight: 700;
  text-align: right;
  font-size: 10px;
}

.field-error:not(input):not(select):not(.message):not(textarea),
.error:not(input):not(select):not(.message):not(textarea),
.message.warning:not(input):not(select):not(.message):not(textarea),
.mage-error:not(input):not(select):not(.message):not(textarea) {
  position: absolute;
  bottom: -4px;
  left: 1px;
  max-width: 100%;
  transform: translateY(100%);
  line-height: 1.1;
  font-size: 10px;
  color: #F04A18;
  font-style: italic;
}

div.mage-error {
  order: 10;
}

.password-strength-meter {
  font-size: 11px;
  padding-top: 3px;
}

/*

.field{
    min-width:50%;

    @include bp(md){
        min-width:unset;
    }

    & + & {
        margin-bottom:5px;

        @include bp(md){
            margin-bottom:0px;
            margin-left:30px;
        }
    }

    &-address{
        margin: 0 -15px -10px;
        width: calc(100% + 30px)
    }
}

.fieldset{

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

    & > .label{
        display: none;
    }

    & > .field{
        margin: 0 0 10px;

        .opc-wrapper &{
            margin: 0;
        }
    }
}
*/
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

html body.rbl--custom.rbl .page-wrapper .field-tooltip-content {
  left: unset;
  right: 38px;
}
html body.rbl--custom.rbl .page-wrapper .field-tooltip-content::before, html body.rbl--custom.rbl .page-wrapper .field-tooltip-content::after {
  right: -21px;
  left: unset;
  transform: rotate(180deg);
}

html body.rbl--custom.rbl .page-wrapper .form .fieldset::after {
  font-size: 12px;
}

/****************** ELEVATORS *******************/
:root {
  --toggle-size: 30px;
}

[data-elevator] {
  overflow: hidden;
  transition: 0.5s;
}
[data-elevator]:not(.active) {
  max-height: 0;
}

@media (min-width: 768px) {
  [data-elevator--mobile] {
    overflow: initial;
  }
  [data-elevator--mobile]:not(.active) {
    max-height: none;
  }
}

[data-elevator-toggle] {
  cursor: pointer;
}

.elevator-toggle, .elevator-toggle--mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*
  &::before {
      content: '';
      background-image: linear-gradient(180deg, rgba($color-grey-lighter, 0) 0%, $color-grey-lighter 50%);
      position: absolute;
      bottom: 0;
      left: 0;
      height: calc(100% + 85px);
      width: 100%;
      opacity: 1;
      transition : $duration;
  }


  &--gradient {
      &::before {
          background-image: linear-gradient(180deg, rgba($color-white, 0) 0%, $color-white 50%);
      }
  }

  &.active::before {
      opacity: 0;
      transition : $duration;
  }
  */
}
.elevator-toggle em, .elevator-toggle--mobile em {
  position: relative;
  z-index: 5;
  display: block;
  font-style: normal !important;
}
.elevator-toggle {
  color: #828282;
  font-weight: 500;
  color: #1D1D1B;
}
.elevator-toggle::after {
  content: "\e902";
  font-size: var(--toggle-size);
  line-height: var(--toggle-size);
  height: var(--toggle-size);
  transition: 0.3s;
  margin-left: 5px;
  z-index: 6;
  font-family: "theme";
  color: #1D1D1B;
  font-weight: normal;
}
.elevator-toggle.active::after {
  transform: rotate(180deg);
}
@media (min-width: 0) and (max-width: 767px) {
  .elevator-toggle--mobile {
    color: #828282;
    font-weight: 500;
    color: #1D1D1B;
  }
  .elevator-toggle--mobile::after {
    content: "\e902";
    font-size: var(--toggle-size);
    line-height: var(--toggle-size);
    height: var(--toggle-size);
    transition: 0.3s;
    margin-left: 5px;
    z-index: 6;
    font-family: "theme";
    color: #1D1D1B;
    font-weight: normal;
  }
  .elevator-toggle--mobile.active::after {
    transform: rotate(180deg);
  }
}
.elevator-target {
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: 1px;
  transition: max-height 0.3s, padding 0.3s, border 0s 0.3s;
}
.elevator-target:not(.active) {
  padding-top: 0;
  padding-bottom: 0;
  border: 0px solid;
}
.elevator-target.active {
  max-height: none;
  transition: max-height 0.3s, padding 0s, border 0s;
}
.elevator-target--small, .elevator-target--small:not(.active) {
  min-height: 60px;
}
@media (min-width: 768px) {
  .elevator-target--small, .elevator-target--small:not(.active) {
    min-height: 100px;
  }
}
.elevator-target--medium, .elevator-target--medium:not(.active) {
  min-height: 87px;
}
@media (min-width: 768px) {
  .elevator-target--medium, .elevator-target--medium:not(.active) {
    min-height: 100px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .elevator-target--mobile {
    max-height: 0;
    overflow: hidden;
    position: relative;
    top: 1px;
    transition: max-height 0.3s, padding 0.3s, border 0s 0.3s;
  }
  .elevator-target--mobile:not(.active) {
    padding-top: 0;
    padding-bottom: 0;
    border: 0px solid;
  }
  .elevator-target--mobile.active {
    max-height: none;
    transition: max-height 0.3s, padding 0s, border 0s;
  }
}
@media (min-width: 768px) {
  .elevator-target--mobile {
    min-height: unset !important;
    max-height: unset !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .category-description .elevator-target:not(.active)::after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding-left: 2px;
  }
}

html body.rbl--custom.rbl .page-wrapper .minicart-wrapper .counter {
  background: #009EE2;
  height: 24px;
  padding: 0 9px;
  margin-left: 4px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
html body.rbl--custom.rbl .page-wrapper .minicart-wrapper .counter-number {
  text-shadow: none;
  font-size: 14px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-box {
  color: #828282;
  font-size: 15px;
  margin-top: 10px;
  display: block !important;
  padding: 14px;
  min-width: 300px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .minicart-box {
    font-size: 17px;
  }
}
html body.rbl--custom.rbl .page-wrapper .minicart-box::before, html body.rbl--custom.rbl .page-wrapper .minicart-box::after {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .minicart-total {
  color: #000000;
  text-align: left;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item {
  position: relative;
  border-top: 1px solid #DEDEDE !important;
  padding: 10px 0;
  display: flex;
  margin-bottom: 0;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item:first-child {
  margin-top: -1px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item:first-child {
  border-top: none;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item:not(html body.rbl--custom.rbl .page-wrapper .minicart-item--summary):last-child {
  border-bottom: 1px solid #DEDEDE;
}
html body.rbl--custom.rbl .page-wrapper .minicart-items-wrapper {
  max-height: 350px;
  overflow: auto;
  padding: 0 20px;
  border: 0;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .minicart-items-wrapper {
    max-height: 300px;
  }
}
@media (min-height: 850px) {
  html body.rbl--custom.rbl .page-wrapper .minicart-items-wrapper {
    max-height: 500px;
  }
}
html body.rbl--custom.rbl .page-wrapper .minicart-items-wrapper--big {
  max-height: 380px !important;
  padding-top: 10px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-img, html body.rbl--custom.rbl .page-wrapper .minicart-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 0;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-brand {
  font-size: 10px;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-attr {
  display: block;
  font-size: 13px;
  padding-right: 20px;
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper html body.rbl--custom.rbl .page-wrapper .minicart-item-attr + html body.rbl--custom.rbl .page-wrapper .minicart-item-attr {
  margin-top: 3px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  margin: 5px 0 15px;
  font-weight: bold;
  padding: 0 10px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  font-weight: normal;
  width: auto;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .minicart-item-price {
    padding: 0 15px;
  }
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price {
  font-weight: bold;
  line-height: 16.8px;
  font-size: 14px;
  color: #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-box {
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-label {
  display: none;
  font-weight: 400;
  color: #DEDEDE;
  margin-bottom: 2px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice]) {
  padding-right: 2px;
  order: -1;
  margin-top: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice]) {
    padding-right: 5px;
  }
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice])::before {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax:not([data-price-type=oldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label);
  color: #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax:not([data-price-type=oldPrice]) {
  padding-bottom: 4px;
  font-size: 10px !important;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax:not([data-price-type=oldPrice]) {
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax:not([data-price-type=oldPrice]), html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax:not([data-price-type=oldPrice]) * {
  color: #4f4f4f;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax:not([data-price-type=oldPrice])::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax:not([data-price-type=oldPrice])::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice], html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] {
  font-size: 10px !important;
  text-decoration: none;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice], html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] {
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice], html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice] *, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice], html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] * {
  color: #4f4f4f;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice]::before, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice]::after, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice]::before, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::before {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice] .price, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice] .price {
  text-decoration: line-through;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-including-tax[data-price-type=oldPrice]::after, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-excluding-tax[data-price-type=oldPrice]::after {
  text-decoration: line-through;
  content: " " attr(data-label);
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-old {
  font-size: 10px !important;
  text-decoration: line-through;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-old {
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-old, html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-old * {
  color: #4f4f4f;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  font-weight: normal !important;
  line-height: 1;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-old::before {
  display: block;
  font-size: 1em;
  content: "(";
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .price-old::after {
  font-size: 1em;
  content: " " attr(data-label) ")";
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .tax {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price > html body.rbl--custom.rbl .page-wrapper .minicart-item-price {
  display: none !important;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price--gap {
  bottom: 9px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price .subtotal {
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price [class*=price] {
  color: inherit;
  margin-top: 0;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-price [class*=price]::after {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-details {
  padding-left: 68px;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-remove {
  position: absolute;
  right: -10px;
  margin-top: -41px;
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .minicart-item-remove {
    margin-top: -3px;
  }
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-remove::before {
  font-family: "theme";
  font-size: 14px;
  padding: 0 10px;
  line-height: 1;
  color: inherit !important;
}
html body.rbl--custom.rbl .page-wrapper .minicart-item-update {
  display: block !important;
  position: absolute;
  top: -9999999px;
  opacity: 0;
}

.tabs-container-container {
  width: 100%;
}

.tabs-container .tabs {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container .tabs {
    border-bottom: 1px solid #DEDEDE;
  }
}
.tabs-container .tabs--gap {
  padding: 0 10px;
  margin-bottom: -45px;
}
@media (min-width: 768px) {
  .tabs-container .tabs--gap {
    margin-top: 0;
  }
}
.tabs-container .tabs--gap--mobile {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tabs-container .tabs--gap--mobile {
    margin: 0;
  }
}
.tabs-container .tabs-header {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header {
    width: auto;
    flex-wrap: nowrap;
  }
}
.tabs-container .tabs-header-row {
  display: flex;
  justify-content: center;
}
.tabs-container .tabs-header--small {
  align-items: center;
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header--small {
    white-space: nowrap;
  }
}
.tabs-container .tabs-header--small .tabs-header-item {
  font-size: 13px;
  padding: 8px 8px;
  background: none;
  margin: 0;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header--small .tabs-header-item {
    padding: 8px 8px;
  }
}
@media (min-width: 1024px) {
  .tabs-container .tabs-header--small .tabs-header-item {
    padding: 18px 8px;
    font-size: 16px;
  }
}
.tabs-container .tabs-header--medium {
  margin: 0 -7px;
}
.tabs-container .tabs-header--medium .tabs-container .tabs-header-item {
  margin: 0 7px;
  font-size: 16px;
  padding: 19px 10px;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs-container .tabs-header-item {
  padding: 15px 10px !important;
  width: 100%;
  flex: 1;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  text-align: center;
  display: block;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.375;
  border: 0px !important;
  position: relative;
  font-family: "Lato";
  font-weight: 500;
  transition: color 0.5s;
  position: relative;
  margin: 0 5px;
  color: #828282;
  float: none;
  min-width: 67px;
}
.tabs-container .tabs-header-item::before {
  display: none;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item {
    min-width: 84px;
  }
}
.tabs-container .tabs-header-item > a {
  transition: 0s;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 1280px) {
  .tabs-container .tabs-header-item {
    font-size: 16px;
  }
}
.tabs-container .tabs-header-item--icon {
  padding: 10px 5px 20px;
  margin: 0 6px;
  border-radius: 3px 3px 0 0;
}
.tabs-container .tabs-header-item--icon::after {
  width: 40px;
}
.tabs-container .tabs-header-item--icon::before {
  font-size: 36px;
  display: block;
}
.tabs-container .tabs-header-item.active, .tabs-container .tabs-header-item:hover {
  color: #1D1D1B;
  transition: 0.5s;
}
.tabs-container .tabs-header-item::after {
  content: "";
  position: absolute;
  height: 5px;
  width: calc(100% - 20px);
  bottom: 0;
  left: 50%;
  background: #009EE2;
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: 0.75s;
}
.tabs-container .tabs-header-item.active::after {
  opacity: 1;
  transform: translateX(-50%);
}
.tabs-container .tabs-header-item.active {
  color: #1D1D1B;
  font-weight: 700;
}
.tabs-container .tabs-header-item--alt {
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  letter-spacing: 1px;
  opacity: 1;
  color: #1D1D1B;
  padding: 19px 10px;
  margin: 0;
}
.tabs-container .tabs-header-item--alt::after {
  display: none;
}
.tabs-container .tabs-header-item--alt.active, .tabs-container .tabs-header-item--alt:hover {
  opacity: 1;
}
.tabs-container .tabs-header-item--alt.active {
  color: #ffffff;
  background: #009EE2;
}
.tabs-container .tabs-header-item--alt:not(.active):hover {
  background: #f6f6f6;
  color: #1D1D1B;
  color: #009EE2;
}
.tabs-container .tabs-header-item--alt:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #828282;
    float: none;
    min-width: 67px;
  }
  .tabs-container .tabs-header-item--large::before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container .tabs-header-item--large {
    min-width: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large > a {
    transition: 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container .tabs-header-item--large {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .tabs-container .tabs-header-item--large {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tabs-header-item--large--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container .tabs-header-item--large--icon::after {
    width: 40px;
  }
  .tabs-container .tabs-header-item--large--icon::before {
    font-size: 36px;
    display: block;
  }
  .tabs-container .tabs-header-item--large.active, .tabs-container .tabs-header-item--large:hover {
    color: #1D1D1B;
    transition: 0.5s;
  }
  .tabs-container .tabs-header-item--large::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    background: #009EE2;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
  .tabs-container .tabs-header-item--large.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
  .tabs-container .tabs-header-item--large.active {
    color: #1D1D1B;
    font-weight: 700;
  }
  .tabs-container .tabs-header-item--large--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #1D1D1B;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container .tabs-header-item--large--alt::after {
    display: none;
  }
  .tabs-container .tabs-header-item--large--alt.active, .tabs-container .tabs-header-item--large--alt:hover {
    opacity: 1;
  }
  .tabs-container .tabs-header-item--large--alt.active {
    color: #ffffff;
    background: #009EE2;
  }
  .tabs-container .tabs-header-item--large--alt:not(.active):hover {
    background: #f6f6f6;
    color: #1D1D1B;
    color: #009EE2;
  }
  .tabs-container .tabs-header-item--large--alt:last-child {
    margin-right: 0;
  }
}
.tabs-container .tabs-header-item .counter, .tabs-container .tabs-header-item--large .counter {
  display: none;
}
.tabs-container .tab {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  width: 100%;
}
.tabs-container .tab + .tab {
  margin-top: 0;
}
.tabs-container .tab:not(.tabs-container .tab--active) {
  padding: 0;
  position: absolute;
  overflow: visible;
}
.tabs-container .tab-image {
  max-width: 100%;
}
.tabs-container .tab-image img {
  max-width: 100%;
}
.tabs-container .tab-button {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container .tab-button {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .tabs-container .tab-button {
    width: auto;
  }
}
.tabs-container .tab-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto;
}
.tabs-container .tab-description {
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto;
}
.tabs-container .tab-description a {
  color: #009EE2;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .tabs-container .tab-description a {
    transition: none;
  }
}
.tabs-container .tab-description a:hover {
  color: #20bcff;
}
.tabs-container .tab--active {
  position: static;
  opacity: 1;
  pointer-events: initial;
  max-height: none;
}
.tabs-container .tab--alone {
  padding-bottom: 0;
}
.tabs-container .tab--transparent {
  background: transparent;
}

@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs {
    border-bottom: 1px solid #DEDEDE;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs--gap {
    padding: 0 10px;
    margin-bottom: -45px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs--gap {
    margin-top: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs--gap--mobile {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs--gap--mobile {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header {
    width: auto;
    flex-wrap: nowrap;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-row {
    display: flex;
    justify-content: center;
  }
  .tabs-container--mobile .tabs-header--small {
    align-items: center;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header--small {
    white-space: nowrap;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header--small .tabs-header-item {
    font-size: 13px;
    padding: 8px 8px;
    background: none;
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header--small .tabs-header-item {
    padding: 8px 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1024px) {
  .tabs-container--mobile .tabs-header--small .tabs-header-item {
    padding: 18px 8px;
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header--medium {
    margin: 0 -7px;
  }
  .tabs-container--mobile .tabs-header--medium .tabs-container--mobile .tabs-header-item {
    margin: 0 7px;
    font-size: 16px;
    padding: 19px 10px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tabs-container--mobile .tabs-header-item {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #828282;
    float: none;
    min-width: 67px;
  }
  .tabs-container--mobile .tabs-header-item::before {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item {
    min-width: 84px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item > a {
    transition: 0s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 1280px) {
  .tabs-container--mobile .tabs-header-item {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--mobile .tabs-header-item--icon::after {
    width: 40px;
  }
  .tabs-container--mobile .tabs-header-item--icon::before {
    font-size: 36px;
    display: block;
  }
  .tabs-container--mobile .tabs-header-item.active, .tabs-container--mobile .tabs-header-item:hover {
    color: #1D1D1B;
    transition: 0.5s;
  }
  .tabs-container--mobile .tabs-header-item::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    background: #009EE2;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
  .tabs-container--mobile .tabs-header-item.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
  .tabs-container--mobile .tabs-header-item.active {
    color: #1D1D1B;
    font-weight: 700;
  }
  .tabs-container--mobile .tabs-header-item--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #1D1D1B;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--mobile .tabs-header-item--alt::after {
    display: none;
  }
  .tabs-container--mobile .tabs-header-item--alt.active, .tabs-container--mobile .tabs-header-item--alt:hover {
    opacity: 1;
  }
  .tabs-container--mobile .tabs-header-item--alt.active {
    color: #ffffff;
    background: #009EE2;
  }
  .tabs-container--mobile .tabs-header-item--alt:not(.active):hover {
    background: #f6f6f6;
    color: #1D1D1B;
    color: #009EE2;
  }
  .tabs-container--mobile .tabs-header-item--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #828282;
    float: none;
    min-width: 67px;
  }
  .tabs-container--mobile .tabs-header-item--large::before {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large {
    min-width: 84px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large > a {
    transition: 0s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) and (min-width: 1280px) {
  .tabs-container--mobile .tabs-header-item--large {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tabs-header-item--large--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--mobile .tabs-header-item--large--icon::after {
    width: 40px;
  }
  .tabs-container--mobile .tabs-header-item--large--icon::before {
    font-size: 36px;
    display: block;
  }
  .tabs-container--mobile .tabs-header-item--large.active, .tabs-container--mobile .tabs-header-item--large:hover {
    color: #1D1D1B;
    transition: 0.5s;
  }
  .tabs-container--mobile .tabs-header-item--large::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    background: #009EE2;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
  .tabs-container--mobile .tabs-header-item--large.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
  .tabs-container--mobile .tabs-header-item--large.active {
    color: #1D1D1B;
    font-weight: 700;
  }
  .tabs-container--mobile .tabs-header-item--large--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #1D1D1B;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--mobile .tabs-header-item--large--alt::after {
    display: none;
  }
  .tabs-container--mobile .tabs-header-item--large--alt.active, .tabs-container--mobile .tabs-header-item--large--alt:hover {
    opacity: 1;
  }
  .tabs-container--mobile .tabs-header-item--large--alt.active {
    color: #ffffff;
    background: #009EE2;
  }
  .tabs-container--mobile .tabs-header-item--large--alt:not(.active):hover {
    background: #f6f6f6;
    color: #1D1D1B;
    color: #009EE2;
  }
  .tabs-container--mobile .tabs-header-item--large--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tabs-header-item .counter, .tabs-container--mobile .tabs-header-item--large .counter {
    display: none;
  }
  .tabs-container--mobile .tab {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    width: 100%;
  }
  .tabs-container--mobile .tab + .tab {
    margin-top: 0;
  }
  .tabs-container--mobile .tab:not(.tabs-container--mobile .tab--active) {
    padding: 0;
    position: absolute;
    overflow: visible;
  }
  .tabs-container--mobile .tab-image {
    max-width: 100%;
  }
  .tabs-container--mobile .tab-image img {
    max-width: 100%;
  }
  .tabs-container--mobile .tab-button {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-button {
    font-size: 11px;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 768px) {
  .tabs-container--mobile .tab-button {
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
  }
  .tabs-container--mobile .tab-description {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto;
  }
  .tabs-container--mobile .tab-description a {
    color: #009EE2;
    transition: 0.3s;
  }
}
@media (min-width: 0) and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .tabs-container--mobile .tab-description a {
    transition: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--mobile .tab-description a:hover {
    color: #20bcff;
  }
  .tabs-container--mobile .tab--active {
    position: static;
    opacity: 1;
    pointer-events: initial;
    max-height: none;
  }
  .tabs-container--mobile .tab--alone {
    padding-bottom: 0;
  }
  .tabs-container--mobile .tab--transparent {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .tabs-container--mobile .tab {
    opacity: 1;
    max-height: none;
    pointer-events: all;
    padding: 0;
  }
  .tabs-container--mobile .tabs-header {
    display: none;
  }
  .tabs-container--mobile .tab + .tab {
    margin-top: 20px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .tabs-container--large .tabs-header {
    display: none;
  }
  .tabs-container--large .tab + .tab {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab {
    transition: 0s !important;
  }
  .tabs-container--large .tabs {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 0) and (max-width: 767px) {
  .tabs-container--large .tabs {
    border-bottom: 1px solid #DEDEDE;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs--gap {
    padding: 0 10px;
    margin-bottom: -45px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs--gap {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs--gap--mobile {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs--gap--mobile {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header {
    width: auto;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-row {
    display: flex;
    justify-content: center;
  }
  .tabs-container--large .tabs-header--small {
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header--small {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header--small .tabs-header-item {
    font-size: 13px;
    padding: 8px 8px;
    background: none;
    margin: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header--small .tabs-header-item {
    padding: 8px 8px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs-container--large .tabs-header--small .tabs-header-item {
    padding: 18px 8px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header--medium {
    margin: 0 -7px;
  }
  .tabs-container--large .tabs-header--medium .tabs-container--large .tabs-header-item {
    margin: 0 7px;
    font-size: 16px;
    padding: 19px 10px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tabs-container--large .tabs-header-item {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #828282;
    float: none;
    min-width: 67px;
  }
  .tabs-container--large .tabs-header-item::before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item {
    min-width: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item > a {
    transition: 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .tabs-container--large .tabs-header-item {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--large .tabs-header-item--icon::after {
    width: 40px;
  }
  .tabs-container--large .tabs-header-item--icon::before {
    font-size: 36px;
    display: block;
  }
  .tabs-container--large .tabs-header-item.active, .tabs-container--large .tabs-header-item:hover {
    color: #1D1D1B;
    transition: 0.5s;
  }
  .tabs-container--large .tabs-header-item::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    background: #009EE2;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
  .tabs-container--large .tabs-header-item.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
  .tabs-container--large .tabs-header-item.active {
    color: #1D1D1B;
    font-weight: 700;
  }
  .tabs-container--large .tabs-header-item--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #1D1D1B;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--large .tabs-header-item--alt::after {
    display: none;
  }
  .tabs-container--large .tabs-header-item--alt.active, .tabs-container--large .tabs-header-item--alt:hover {
    opacity: 1;
  }
  .tabs-container--large .tabs-header-item--alt.active {
    color: #ffffff;
    background: #009EE2;
  }
  .tabs-container--large .tabs-header-item--alt:not(.active):hover {
    background: #f6f6f6;
    color: #1D1D1B;
    color: #009EE2;
  }
  .tabs-container--large .tabs-header-item--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large {
    padding: 15px 10px !important;
    width: 100%;
    flex: 1;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    text-align: center;
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.375;
    border: 0px !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
    transition: color 0.5s;
    position: relative;
    margin: 0 5px;
    color: #828282;
    float: none;
    min-width: 67px;
  }
  .tabs-container--large .tabs-header-item--large::before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large {
    min-width: 84px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large > a {
    transition: 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large {
    width: auto;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 1280px) {
  .tabs-container--large .tabs-header-item--large {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tabs-header-item--large--icon {
    padding: 10px 5px 20px;
    margin: 0 6px;
    border-radius: 3px 3px 0 0;
  }
  .tabs-container--large .tabs-header-item--large--icon::after {
    width: 40px;
  }
  .tabs-container--large .tabs-header-item--large--icon::before {
    font-size: 36px;
    display: block;
  }
  .tabs-container--large .tabs-header-item--large.active, .tabs-container--large .tabs-header-item--large:hover {
    color: #1D1D1B;
    transition: 0.5s;
  }
  .tabs-container--large .tabs-header-item--large::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    background: #009EE2;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition: 0.75s;
  }
  .tabs-container--large .tabs-header-item--large.active::after {
    opacity: 1;
    transform: translateX(-50%);
  }
  .tabs-container--large .tabs-header-item--large.active {
    color: #1D1D1B;
    font-weight: 700;
  }
  .tabs-container--large .tabs-header-item--large--alt {
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
    opacity: 1;
    color: #1D1D1B;
    padding: 19px 10px;
    margin: 0;
  }
  .tabs-container--large .tabs-header-item--large--alt::after {
    display: none;
  }
  .tabs-container--large .tabs-header-item--large--alt.active, .tabs-container--large .tabs-header-item--large--alt:hover {
    opacity: 1;
  }
  .tabs-container--large .tabs-header-item--large--alt.active {
    color: #ffffff;
    background: #009EE2;
  }
  .tabs-container--large .tabs-header-item--large--alt:not(.active):hover {
    background: #f6f6f6;
    color: #1D1D1B;
    color: #009EE2;
  }
  .tabs-container--large .tabs-header-item--large--alt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tabs-header-item .counter, .tabs-container--large .tabs-header-item--large .counter {
    display: none;
  }
  .tabs-container--large .tab {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    width: 100%;
  }
  .tabs-container--large .tab + .tab {
    margin-top: 0;
  }
  .tabs-container--large .tab:not(.tabs-container--large .tab--active) {
    padding: 0;
    position: absolute;
    overflow: visible;
  }
  .tabs-container--large .tab-image {
    max-width: 100%;
  }
  .tabs-container--large .tab-image img {
    max-width: 100%;
  }
  .tabs-container--large .tab-button {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 0) and (max-width: 767px) {
  .tabs-container--large .tab-button {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs-container--large .tab-button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
  }
  .tabs-container--large .tab-description {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto;
  }
  .tabs-container--large .tab-description a {
    color: #009EE2;
    transition: 0.3s;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .tabs-container--large .tab-description a {
    transition: none;
  }
}
@media (min-width: 768px) {
  .tabs-container--large .tab-description a:hover {
    color: #20bcff;
  }
  .tabs-container--large .tab--active {
    position: static;
    opacity: 1;
    pointer-events: initial;
    max-height: none;
  }
  .tabs-container--large .tab--alone {
    padding-bottom: 0;
  }
  .tabs-container--large .tab--transparent {
    background: transparent;
  }
}

/******************************************** DEFAULT SLIDER ********************************************/
:root {
  --slider-color: #ffffff;
  --slider-background: #1D1D1B;
  --slider-arrow-default: 1;
  --slider-arrow-hover: 0.75;
  --slider-arrow-disabled: 0.25;
  --slider-arrow-size: 33px;
  --slider-arrow-fontsize: 38px;
  --slider-arrow-bordersize: 0;
  --slider-arrow-shadow: none;
  --slider-arrow-prev: "";
  --slider-arrow-next: "";
  --slider-dot-size: 13px;
  --slider-dot-background: transparent;
  --slider-dot-bordersize: 1px;
  --slider-dot-mode: relative;
  --slider-dot-vertical: 0;
  --slider-dot-direction: row;
  --slider-dot-justify: center;
  --slider-dot-align: center;
}

.slider {
  /*************************************************************************************************/
  /******************************************** VARIANTS ********************************************/
}
.slider {
  /***** NORMAL *****/
  /* Arrows */
  --slider-arrow-next-position: calc(50% - (var(--slider-arrow-size) / 2) ) calc(var(--slider-arrow-size) * -1.5) auto auto;
  --slider-arrow-prev-position: calc(50% - (var(--slider-arrow-size) / 2) ) auto auto calc(var(--slider-arrow-size) * -1.5);
  --slider-arrow-color: var(--slider-color);
  --slider-arrow-background: var(--slider-background);
  --slider-arrow-bordercolor: var(--slider-arrow-color);
  --slider-arrow-radius: calc(var(--slider-arrow-size) / 2);
  /* Dots */
  --slider-dot-color: var(--slider-background);
  --slider-dot-radius: calc(var(--slider-dot-size) / 2);
  --slider-dot-size-active: calc(var(--slider-dot-size) * 2);
  --slider-dot-position: calc(var(--slider-dot-size) / 2) 0 0 0;
  /***** STATES *****/
  --slider-color-hover: var(--slider-color);
  --slider-background-hover: var(--slider-background);
  /* Arrows */
  --slider-arrow-color-hover: #ffffff;
  --slider-arrow-bordercolor-hover: var(--slider-arrow-color-hover);
  --slider-arrow-background-hover: var(--slider-background-hover);
  /* Dots */
  --slider-dot-color-highlight: var(--slider-background-hover);
  --slider-dot-color-active: var(--slider-dot-color-highlight);
  --slider-dot-background-active: var(--slider-dot-color-highlight);
  --slider-dot-color-hover: var(--slider-dot-color-highlight);
  --slider-dot-background-hover: var(--slider-dot-color-highlight);
  cursor: grab;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.slider:not(.slider--fotorama) {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .slider--fotorama {
    margin: 0 auto 30px !important;
    width: 60% !important;
    float: none !important;
  }
}
html body.rbl--custom.rbl .page-wrapper .slider--fotorama .wp-product-label-top-right {
  display: none;
}
.slider.slick-initialized, .slider.swiper-initialized {
  opacity: 1;
}
.slider--stretch {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .slider--stretch {
    overflow: hidden !important;
  }
}
@media (min-width: 1280px) {
  .slider--stretch {
    margin: 0 45px;
  }
}
.slider-container {
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .slider-container {
    margin: 0 50px;
    padding: 0;
  }
}
.slider-container > * {
  overflow: hidden;
  transform: none;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .slider-container > * {
    padding: 0;
  }
}
.slider-container.slider {
  overflow: visible !important;
  padding: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .slider-container.slider {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .slider-container.slider {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .slider-container.slider {
    margin: 0 80px;
  }
}
html body.rbl--custom.rbl .page-wrapper .slider-container.slider .slick-prev {
  left: -80px;
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper .slider-container.slider .slick-prev {
    left: 15px;
  }
}
html body.rbl--custom.rbl .page-wrapper .slider-container.slider .slick-next {
  right: -80px;
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper .slider-container.slider .slick-next {
    right: 15px;
  }
}
.slider-image {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-image {
    width: auto;
  }
}
.slider-content {
  position: absolute;
  right: 0;
  top: 15px;
  width: 235px;
  min-height: 205px;
  display: flex;
}
@media (min-width: 768px) {
  .slider-content {
    right: 40px;
    top: 40px;
    width: 505px;
  }
}
.slider--alt {
  --slider-color: #ffffff;
  --slider-color-hover: #ffffff;
  --slider-background: rgba(255, 255, 255, 0.5);
  --slider-arrow-fontsize: 23px;
  --slider-arrow-size: 50px;
  --slider-arrow-radius: 2px;
  --slider-arrow-bordersize: 1px;
  --slider-dot-color: var(--slider-color);
  --slider-dot-color-highlight: var(--slider-color-hover);
}
.slider--inside {
  --slider-arrow-prev-position: calc(50% - var(--slider-arrow-size) / 2 ) auto auto 30px;
  --slider-arrow-next-position: calc(50% - var(--slider-arrow-size) / 2 ) 30px auto auto;
  --slider-dot-mode: absolute;
  --slider-dot-position: auto auto var(--slider-dot-size) 0;
}
.slider--inside--vertical {
  --slider-arrow-prev-position: auto 30px 30px auto;
  --slider-arrow-next-position: auto 30px calc(var(--slider-arrow-size) + 40px) auto;
  --slider-dot-mode: absolute;
  --slider-dot-vertical: 1;
  --slider-dot-direction: column;
  --slider-dot-position: auto auto 0 var(--slider-dot-size);
}
.slider--arrows {
  --slider-arrow-next-position: calc(50% - (var(--slider-arrow-size) / 2) ) -50px auto auto;
  --slider-arrow-prev-position: calc(50% - (var(--slider-arrow-size) / 2) ) auto auto -50px;
  --slider-arrow-color: #828282;
  --slider-arrow-background: #E9E9E9;
  --slider-arrow-radius: 100%;
}
.slider--arrows--inside {
  --slider-arrow-prev-position: calc(50% - var(--slider-arrow-size) / 2 ) auto auto 30px;
  --slider-arrow-next-position: calc(50% - var(--slider-arrow-size) / 2 ) 30px auto auto;
}
.slider--arrows--inside--vertical {
  --slider-arrow-prev-position: auto 30px 30px auto;
  --slider-arrow-next-position: auto 30px calc(var(--slider-arrow-size) + 40px) auto;
}
.slider--dots--inside {
  --slider-dot-mode: absolute;
  --slider-dot-position: auto auto var(--slider-dot-size) 0;
}
.slider--dots--inside--vertical {
  --slider-dot-mode: absolute;
  --slider-dot-vertical: 1;
  --slider-dot-direction: column;
  --slider-dot-position: auto auto 0 var(--slider-dot-size);
}
.slider--cms img {
  height: 470px;
}
@media (min-width: 768px) {
  .slider--cms img {
    height: 392px;
  }
}

/**************************************************************************************************/
/****************** SLICK.JS *******************/
.slick {
  /* Arrows */
  /* Dots */
}
.slick-track {
  min-width: 100%;
  display: flex;
}
html body.rbl--custom.rbl .page-wrapper .slick-slide {
  display: inline-flex !important;
  justify-content: center;
}
html body.rbl--custom.rbl .page-wrapper .slick-slide img {
  height: auto;
}
[data-content-type=products] .slick-slider .slick-slide > div {
  margin: 0 16px;
}
html body.rbl--custom.rbl .page-wrapper .slick-arrow {
  position: fixed;
  display: block;
  height: var(--slider-arrow-size);
  width: var(--slider-arrow-size);
  cursor: pointer;
  background: var(--slider-arrow-background) !important;
  color: var(--slider-arrow-color);
  padding: 0;
  border: var(--slider-arrow-bordersize) solid var(--slider-arrow-bordercolor);
  outline: none;
  box-shadow: var(--slider-arrow-shadow);
  border-radius: var(--slider-arrow-radius);
  font-size: 0;
  z-index: 10;
  transition: 0.5s, position 0s;
  opacity: var(--slider-arrow-default);
}
html body.rbl--custom.rbl .page-wrapper .slick-arrow:hover {
  outline: none;
  background: var(--slider-arrow-background-hover);
  border-color: var(--slider-arrow-bordercolor-hover);
  color: var(--slider-arrow-color-hover);
  opacity: var(--slider-arrow-hover);
}
html body.rbl--custom.rbl .page-wrapper .slick-arrow::before {
  font-family: "theme";
  line-height: 1;
  font-size: var(--slider-arrow-fontsize);
  color: inherit;
  opacity: var(--slider-arrow-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
html body.rbl--custom.rbl .page-wrapper .slick-prev {
  inset: var(--slider-arrow-prev-position);
}
[dir=rtl] html body.rbl--custom.rbl .page-wrapper .slick-prev {
  inset: var(--slider-arrow-next-position);
}
html body.rbl--custom.rbl .page-wrapper .slick-prev::before {
  content: var(--slider-arrow-next);
}
[dir=rtl] html body.rbl--custom.rbl .page-wrapper .slick-prev::before {
  content: var(--slider-arrow-next);
}
html body.rbl--custom.rbl .page-wrapper .slick-next {
  inset: var(--slider-arrow-next-position);
}
[dir=rtl] html body.rbl--custom.rbl .page-wrapper .slick-next {
  inset: var(--slider-arrow-prev-position);
}
html body.rbl--custom.rbl .page-wrapper .slick-next::before {
  content: var(--slider-arrow-next);
}
[dir=rtl] html body.rbl--custom.rbl .page-wrapper .slick-next::before {
  content: var(--slider-arrow-prev);
}
html body.rbl--custom.rbl .page-wrapper .slick-disabled:before {
  opacity: var(--slider-arrow-disabled) !important;
}
html body.rbl--custom.rbl .page-wrapper .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: var(--slider-dot-direction);
  align-items: var(--slider-dot-align);
  justify-content: var(--slider-dot-justify);
  width: auto;
  height: auto;
  min-width: calc(100% * (1 - var(--slider-dot-vertical)));
  min-height: calc(100% * var(--slider-dot-vertical));
  max-width: 100%;
  max-height: 100%;
  position: var(--slider-dot-mode);
  left: 0;
  inset: var(--slider-dot-position);
  margin: 0;
  padding: calc(20px * var(--slider-dot-vertical)) calc(20px * (1 - var(--slider-dot-vertical)));
  text-align: center;
}
html body.rbl--custom.rbl .page-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  width: var(--slider-dot-size);
  height: var(--slider-dot-size);
  padding: 0;
  margin: calc(var(--slider-dot-size) / 2) calc(var(--slider-dot-size) / 2);
}
html body.rbl--custom.rbl .page-wrapper .slick-dots li button {
  display: inline-block;
  outline: none;
  border: var(--slider-dot-bordersize) solid var(--slider-dot-color);
  background: var(--slider-dot-background);
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: var(--slider-dot-radius);
  position: relative;
  z-index: 10;
  padding: 0;
  transition: background-color 0.3s;
}
html body.rbl--custom.rbl .page-wrapper .slick-dots li button:hover {
  background: var(--slider-dot-background-hover) !important;
  border-color: var(--slider-dot-color-hover) !important;
  outline: none;
}
html body.rbl--custom.rbl .page-wrapper .slick-dots li.slick-active {
  height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
  width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
}
html body.rbl--custom.rbl .page-wrapper .slick-dots li.slick-active button {
  background: var(--slider-dot-background-active);
  border-color: var(--slider-dot-color-active);
}

/****************** SWIPER.JS *******************/
.swiper-slide {
  height: auto;
}
.swiper-wrapper {
  position: relative;
  height: auto;
  display: flex;
}
html body.rbl--custom.rbl .page-wrapper .swiper-button-prev, html body.rbl--custom.rbl .page-wrapper .swiper-button-next {
  position: fixed;
  display: block;
  height: var(--slider-arrow-size);
  width: var(--slider-arrow-size);
  cursor: pointer;
  background: var(--slider-arrow-background);
  color: var(--slider-arrow-color);
  padding: 0;
  border: var(--slider-arrow-bordersize) solid var(--slider-arrow-bordercolor);
  outline: none;
  box-shadow: var(--slider-arrow-shadow);
  border-radius: var(--slider-arrow-radius);
  font-size: 0;
  z-index: 10;
  transition: 0.5s, position 0s;
  opacity: var(--slider-arrow-default);
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .swiper-button-prev:hover, html body.rbl--custom.rbl .page-wrapper .swiper-button-next:hover {
  outline: none;
  background: var(--slider-arrow-background-hover);
  border-color: var(--slider-arrow-bordercolor-hover);
  color: var(--slider-arrow-color-hover);
  opacity: var(--slider-arrow-hover);
}
html body.rbl--custom.rbl .page-wrapper .swiper-button-prev::before, html body.rbl--custom.rbl .page-wrapper .swiper-button-next::before {
  font-family: "theme";
  line-height: 1;
  font-size: var(--slider-arrow-fontsize);
  color: inherit;
  opacity: var(--slider-arrow-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body.rbl--custom.rbl .page-wrapper .swiper-button-prev::after, html body.rbl--custom.rbl .page-wrapper .swiper-button-next::after {
  content: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  inset: var(--slider-arrow-prev-position);
}
[dir=rtl] .swiper-button-prev {
  inset: var(--slider-arrow-next-position);
}
.swiper-button-prev::before {
  content: var(--slider-arrow-prev);
  margin-right: 2px;
}
[dir=rtl] .swiper-button-prev::before {
  content: var(--slider-arrow-next);
}
.swiper-button-next {
  inset: var(--slider-arrow-next-position);
}
[dir=rtl] .swiper-button-next {
  inset: var(--slider-arrow-prev-position);
}
.swiper-button-next::before {
  content: var(--slider-arrow-next);
  margin-left: 2px;
}
[dir=rtl] .swiper-button-next::before {
  content: var(--slider-arrow-prev);
}
html body.rbl--custom.rbl .page-wrapper .swiper-pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: var(--slider-dot-direction);
  align-items: var(--slider-dot-align);
  justify-content: var(--slider-dot-justify);
  width: auto;
  height: auto;
  min-width: calc(100% * (1 - var(--slider-dot-vertical)));
  min-height: calc(100% * var(--slider-dot-vertical));
  max-width: 100%;
  max-height: 100%;
  position: var(--slider-dot-mode);
  left: 0;
  inset: var(--slider-dot-position);
  margin: 0;
  padding: calc(20px * var(--slider-dot-vertical)) calc(20px * (1 - var(--slider-dot-vertical)));
  text-align: center;
}
html body.rbl--custom.rbl .page-wrapper .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  text-align: center;
  height: var(--slider-dot-size);
  width: var(--slider-dot-size);
  padding: 0;
  margin: calc(var(--slider-dot-size) / 2) calc(var(--slider-dot-size) / 2);
  outline: none;
  border: var(--slider-dot-bordersize) solid var(--slider-dot-color);
  background: var(--slider-dot-background);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: var(--slider-dot-radius);
  z-index: 10;
  transition: 0.3s;
  opacity: 1;
}
html body.rbl--custom.rbl .page-wrapper .swiper-pagination-bullet:hover {
  background: var(--slider-dot-background-hover) !important;
  border-color: var(--slider-dot-color-hover) !important;
  outline: none;
}
html body.rbl--custom.rbl .page-wrapper .swiper-pagination-bullet-active {
  height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
  width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
  background: var(--slider-dot-background-active);
  border-color: var(--slider-dot-color-active);
}

@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav__shaft {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav--dots {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: var(--slider-dot-direction);
    align-items: var(--slider-dot-align);
    justify-content: var(--slider-dot-justify);
    width: auto;
    height: auto;
    min-width: calc(100% * (1 - var(--slider-dot-vertical)));
    min-height: calc(100% * var(--slider-dot-vertical));
    max-width: 100%;
    max-height: 100%;
    position: var(--slider-dot-mode);
    left: 0;
    inset: var(--slider-dot-position);
    margin: 0;
    padding: calc(20px * var(--slider-dot-vertical)) calc(20px * (1 - var(--slider-dot-vertical)));
    text-align: center;
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav__frame--dot {
    width: var(--slider-dot-size);
    height: var(--slider-dot-size);
    margin: calc(var(--slider-dot-size) / 2) calc(var(--slider-dot-size) / 2);
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav__frame--dot .fotorama__dot {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
    padding: 0;
    outline: none;
    border: var(--slider-dot-bordersize) solid var(--slider-dot-color);
    background: var(--slider-dot-background);
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    border-radius: var(--slider-dot-radius);
    position: relative;
    z-index: 10;
    transition: background-color 0.3s;
    top: 0;
    left: 0;
    width: var(--slider-dot-size);
    height: var(--slider-dot-size);
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav__frame--dot .fotorama__dot:hover {
    background: var(--slider-dot-background-hover) !important;
    border-color: var(--slider-dot-color-hover) !important;
    outline: none;
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav__frame--dot.fotorama__active {
    height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
    width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav__frame--dot.fotorama__active > .fotorama__dot {
    height: calc(var(--slider-dot-size) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size-active) * var(--slider-dot-vertical));
    width: calc(var(--slider-dot-size-active) * (1 - var(--slider-dot-vertical)) + var(--slider-dot-size) * var(--slider-dot-vertical));
    background: var(--slider-dot-background-active);
    border-color: var(--slider-dot-color-active);
  }
}

.cms-home .page-title-wrapper {
  display: none;
}
.cms > :last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] > :last-child {
  margin-bottom: 0;
}
.cms, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] {
  margin-bottom: 20px;
}
.cms:last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text]:last-child {
  margin-bottom: 0;
}
.cms a, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] a {
  color: inherit;
  transition: opacity 0.3s ease;
  cursor: pointer;
  width: fit-content;
  border-bottom: 1px solid;
}
.cms a:active, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] a:active, .cms a:hover, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.cms img, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] img {
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 767px) {
  .cms img, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] img {
    height: auto !important;
  }
}
.cms table, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] table {
  width: 100% !important;
}
.cms td, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] td {
  width: auto !important;
}
.cms .pagebuilder-button-primary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #009EE2;
  background: #009EE2;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
  border: 0 !important;
  background: #009EE2 !important;
}
.cms .pagebuilder-button-primary:focus, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .cms .pagebuilder-button-primary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
.cms .pagebuilder-button-primary > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > em, .cms .pagebuilder-button-primary > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
.cms .pagebuilder-button-primary > em::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > em::before, .cms .pagebuilder-button-primary > em::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > em::after, .cms .pagebuilder-button-primary > span::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > span::before, .cms .pagebuilder-button-primary > span::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
.cms .pagebuilder-button-primary > em::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > em::before, .cms .pagebuilder-button-primary > span::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > span::before {
  margin-right: 10px;
}
.cms .pagebuilder-button-primary > em::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > em::after, .cms .pagebuilder-button-primary > span::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary > span::after {
  margin-left: 10px;
}
.cms .pagebuilder-button-primary:hover > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:hover > em, .cms .pagebuilder-button-primary:hover > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:hover > span, .cms .pagebuilder-button-primary:active > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:active > em, .cms .pagebuilder-button-primary:active > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:active > span {
  color: #ffffff;
}
.cms .pagebuilder-button-primary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #20bcff;
}
@media (prefers-reduced-motion: reduce) {
  .cms .pagebuilder-button-primary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary::after {
    transition: none;
  }
}
.cms .pagebuilder-button-primary:hover::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
.cms .pagebuilder-button-primary:active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:active::after, .cms .pagebuilder-button-primary.active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary.active::after, a:active .cms .pagebuilder-button-primary:not(.button-alone)::after, a:active html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-primary:not(.button-alone)::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column a:active [data-content-type=text] .pagebuilder-button-primary:not(.button-alone)::after {
  opacity: 1;
}
.cms .pagebuilder-button-secondary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #009EE2;
  background: #009EE2;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
  border: 2px solid currentColor;
  background: transparent;
  border: 2px solid #009EE2 !important;
  color: #009EE2 !important;
  background: #ffffff !important;
}
.cms .pagebuilder-button-secondary:focus, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .cms .pagebuilder-button-secondary, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
.cms .pagebuilder-button-secondary > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > em, .cms .pagebuilder-button-secondary > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
.cms .pagebuilder-button-secondary > em::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > em::before, .cms .pagebuilder-button-secondary > em::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > em::after, .cms .pagebuilder-button-secondary > span::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > span::before, .cms .pagebuilder-button-secondary > span::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
.cms .pagebuilder-button-secondary > em::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > em::before, .cms .pagebuilder-button-secondary > span::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > span::before {
  margin-right: 10px;
}
.cms .pagebuilder-button-secondary > em::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > em::after, .cms .pagebuilder-button-secondary > span::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > span::after {
  margin-left: 10px;
}
.cms .pagebuilder-button-secondary:hover > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:hover > em, .cms .pagebuilder-button-secondary:hover > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:hover > span, .cms .pagebuilder-button-secondary:active > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:active > em, .cms .pagebuilder-button-secondary:active > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:active > span {
  color: #ffffff;
}
.cms .pagebuilder-button-secondary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #20bcff;
}
@media (prefers-reduced-motion: reduce) {
  .cms .pagebuilder-button-secondary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary::after {
    transition: none;
  }
}
.cms .pagebuilder-button-secondary:hover::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
.cms .pagebuilder-button-secondary:active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:active::after, .cms .pagebuilder-button-secondary.active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary.active::after, a:active .cms .pagebuilder-button-secondary:not(.button-alone)::after, a:active html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:not(.button-alone)::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column a:active [data-content-type=text] .pagebuilder-button-secondary:not(.button-alone)::after {
  opacity: 1;
}
.cms .pagebuilder-button-secondary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary::after {
  background: currentColor;
}
.cms .pagebuilder-button-secondary > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > em, .cms .pagebuilder-button-secondary > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary > span {
  color: currentColor;
}
.cms .pagebuilder-button-secondary.active > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary.active > em, .cms .pagebuilder-button-secondary.active > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary.active > span, .cms .pagebuilder-button-secondary:hover > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:hover > em, .cms .pagebuilder-button-secondary:hover > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:hover > span, .cms .pagebuilder-button-secondary:active > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:active > em, .cms .pagebuilder-button-secondary:active > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:active > span {
  color: #ffffff;
}
.cms .pagebuilder-button-secondary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: currentColor;
}
@media (prefers-reduced-motion: reduce) {
  .cms .pagebuilder-button-secondary::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary::after {
    transition: none;
  }
}
.cms .pagebuilder-button-secondary:hover::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
.cms .pagebuilder-button-secondary:active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:active::after, .cms .pagebuilder-button-secondary.active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary.active::after, a:active .cms .pagebuilder-button-secondary:not(.button-alone)::after, a:active html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] .pagebuilder-button-secondary:not(.button-alone)::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column a:active [data-content-type=text] .pagebuilder-button-secondary:not(.button-alone)::after {
  opacity: 1;
}
.cms h1:first-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1:first-child, .cms h2:first-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2:first-child, .cms h3:first-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3:first-child, .cms h4:first-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4:first-child, .cms h5:first-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5:first-child {
  margin-top: 0;
}
.cms h1:last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1:last-child, .cms h2:last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2:last-child, .cms h3:last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3:last-child, .cms h4:last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4:last-child, .cms h5:last-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5:last-child {
  margin-bottom: 0;
}
.cms h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 {
  font-weight: 400 !important;
}
html body.rbl--custom.rbl .cms h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 22px;
  line-height: 1.1875;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
html body.rbl--custom.rbl .cms h1:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1:only-child {
  margin-bottom: 0;
}
.cms h1 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h1 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h1 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h1 {
    margin-top: -21px;
  }
}
.cms h1 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h2 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h1 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h2 {
    margin-top: -21px;
  }
}
.cms h1 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h3 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h1 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h3 {
    margin-top: -21px;
  }
}
.cms h1 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h4 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h1 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h4 {
    margin-top: -21px;
  }
}
.cms h1 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h5 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h1 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1 + h5 {
    margin-top: -21px;
  }
}
html body.rbl--custom.rbl .cms h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 22px;
  line-height: 1.1875;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
html body.rbl--custom.rbl .cms h2:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2:only-child {
  margin-bottom: 0;
}
.cms h2 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h1 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h2 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h1 {
    margin-top: -21px;
  }
}
.cms h2 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h2 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h2 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h2 {
    margin-top: -21px;
  }
}
.cms h2 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h3 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h2 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h3 {
    margin-top: -21px;
  }
}
.cms h2 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h4 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h2 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h4 {
    margin-top: -21px;
  }
}
.cms h2 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h5 {
  margin-top: -10.5px;
}
@media (min-width: 768px) {
  .cms h2 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2 + h5 {
    margin-top: -21px;
  }
}
html body.rbl--custom.rbl .cms h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html body.rbl--custom.rbl .cms h3:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3:only-child {
  margin-bottom: 0;
}
.cms h3 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h1 {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .cms h3 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h1 {
    margin-top: 0;
  }
}
.cms h3 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h2 {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .cms h3 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h2 {
    margin-top: 0;
  }
}
.cms h3 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h3 {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .cms h3 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h3 {
    margin-top: 0;
  }
}
.cms h3 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h4 {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .cms h3 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h4 {
    margin-top: 0;
  }
}
.cms h3 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h5 {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .cms h3 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3 + h5 {
    margin-top: 0;
  }
}
html body.rbl--custom.rbl .cms h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html body.rbl--custom.rbl .cms h4:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4:only-child {
  margin-bottom: 0;
}
.cms h4 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h1 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h4 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h1 {
    margin-top: 0;
  }
}
.cms h4 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h2 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h4 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h2 {
    margin-top: 0;
  }
}
.cms h4 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h3 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h4 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h3 {
    margin-top: 0;
  }
}
.cms h4 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h4 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h4 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h4 {
    margin-top: 0;
  }
}
.cms h4 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h5 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h4 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h4 + h5 {
    margin-top: 0;
  }
}
html body.rbl--custom.rbl .cms h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 {
  padding: 0;
  border-color: currentColor !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .cms h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html body.rbl--custom.rbl .cms h5:only-child, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5:only-child {
  margin-bottom: 0;
}
.cms h5 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h1 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h5 + h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h1 {
    margin-top: 0;
  }
}
.cms h5 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h2 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h5 + h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h2 {
    margin-top: 0;
  }
}
.cms h5 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h3 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h5 + h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h3 {
    margin-top: 0;
  }
}
.cms h5 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h4 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h5 + h4, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h4 {
    margin-top: 0;
  }
}
.cms h5 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h5 {
  margin-top: -7px;
}
@media (min-width: 768px) {
  .cms h5 + h5, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h5 + h5 {
    margin-top: 0;
  }
}
.cms p, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] p {
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: justify;
}
.cms ol, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 30px;
}
.cms ul, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 30px;
  font-family: "Lato";
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.cms ul li, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul li {
  list-style: none;
}
.cms ul li:before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul li:before {
  content: "⋅";
  padding-right: 6px;
  font-size: 1.5em;
  position: relative;
  bottom: -3px;
}
.cms ul li a, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul li a {
  color: #009EE2;
}
.cms ul li a:hover, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul li a:hover, .cms ul li a:active, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul li a:active {
  text-decoration: none;
}
.cms strong, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] strong {
  font-weight: 700;
  color: black;
}
.cms [style*=color] strong, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] [style*=color] strong {
  color: currentColor;
}
.cms em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] em {
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 0) and (max-width: 767px) {
  .cms p, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] p, .cms h1, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h1, .cms h2, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h2, .cms h3, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] h3, .cms p, .cms ul, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] ul {
    width: 100% !important;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cms iframe, html body.rbl--custom.rbl .page-wrapper .pagebuilder-column [data-content-type=text] iframe {
  max-width: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

:root {
  --alert-background: #f6f6f6;
  --alert-color: #1D1D1B;
  --alert-progress-color: currentColor;
}

html body.rbl--custom.rbl .page-wrapper .messages:not(.page.messages) {
  top: 100px;
  left: 15px;
  width: 100%;
  z-index: 20000;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .messages:not(.page.messages) {
    position: fixed;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .messages:not(.page.messages) {
    top: 150px;
  }
}
html body.rbl--custom.rbl .page-wrapper .messages {
  pointer-events: none;
}
html body.rbl--custom.rbl .page-wrapper .message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  position: relative;
  margin-bottom: 10px;
  transform: translateX(-100%);
  overflow: hidden;
  padding: 11px 14px;
  pointer-events: none;
  color: var(--alert-color);
  background: var(--alert-background);
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .message {
    max-width: 400px;
  }
}
html body.rbl--custom.rbl .page-wrapper .message:not(.closed) {
  animation: messageShow 8s ease-out forwards;
}
html body.rbl--custom.rbl .page-wrapper .message.closed {
  animation: messageClose 0.5s ease-in-out forwards;
}
html body.rbl--custom.rbl .page-wrapper .message > :first-child {
  font-size: 14px;
}
html body.rbl--custom.rbl .page-wrapper .message > :first-child::before {
  font-family: "theme";
  width: auto;
  overflow: unset;
  position: unset;
  color: var(--alert-progress-color);
  margin: 0 10px 0 0;
  font-size: 8px;
  align-self: stretch;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  float: left;
}
html body.rbl--custom.rbl .page-wrapper .message--error, html body.rbl--custom.rbl .page-wrapper .message.error, html body.rbl--custom.rbl .page-wrapper .message.info, html body.rbl--custom.rbl .page-wrapper .message.warning, html body.rbl--custom.rbl .page-wrapper .message--info, html body.rbl--custom.rbl .page-wrapper .message--warning {
  --alert-progress-color: #F04A18;
  color: #F04A18;
}
html body.rbl--custom.rbl .page-wrapper .message--error > :first-child::before, html body.rbl--custom.rbl .page-wrapper .message.error > :first-child::before, html body.rbl--custom.rbl .page-wrapper .message.info > :first-child::before, html body.rbl--custom.rbl .page-wrapper .message.warning > :first-child::before, html body.rbl--custom.rbl .page-wrapper .message--info > :first-child::before, html body.rbl--custom.rbl .page-wrapper .message--warning > :first-child::before {
  content: "!";
  font-weight: bold;
  font-size: 15px;
  margin-left: 12px;
  margin-right: 20px;
}
html body.rbl--custom.rbl .page-wrapper .message--error > :first-child::after, html body.rbl--custom.rbl .page-wrapper .message.error > :first-child::after, html body.rbl--custom.rbl .page-wrapper .message.info > :first-child::after, html body.rbl--custom.rbl .page-wrapper .message.warning > :first-child::after, html body.rbl--custom.rbl .page-wrapper .message--info > :first-child::after, html body.rbl--custom.rbl .page-wrapper .message--warning > :first-child::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 11px solid transparent;
  border-bottom: 19px solid #F04A18;
  border-left: 11px solid transparent;
  position: absolute;
  left: 14px;
  top: 11px;
  z-index: -1;
}
html body.rbl--custom.rbl .page-wrapper .message--success, html body.rbl--custom.rbl .page-wrapper .message.success {
  --alert-progress-color: #02CC53;
}
html body.rbl--custom.rbl .page-wrapper .message--success > :first-child::before, html body.rbl--custom.rbl .page-wrapper .message.success > :first-child::before {
  content: "\e904";
  background: var(--alert-progress-color);
  border-radius: 100%;
  width: 20px;
  height: 17px;
  padding-top: 3px;
}
html body.rbl--custom.rbl .page-wrapper .message-close {
  margin-left: 30px;
  padding: 5px;
  cursor: pointer;
}
html body.rbl--custom.rbl .page-wrapper .message-close::before {
  font-size: 14px;
}
html body.rbl--custom.rbl .page-wrapper .message::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  animation: barAnimation 8s ease forwards 0s;
  background: var(--alert-progress-color);
}
html body.rbl--custom.rbl .page-wrapper .message--inside {
  max-width: 100% !important;
  min-width: 0 !important;
}

@keyframes messageShow {
  0% {
    transform: translateX(-240px);
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    pointer-events: all;
  }
  3% {
    transform: translateX(0);
  }
  96% {
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    pointer-events: all;
    transform: translateX(0);
  }
  100% {
    margin-bottom: 0;
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    transform: translateX(0);
    pointer-events: none;
  }
}
@keyframes messageClose {
  0% {
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    pointer-events: all;
    transform: translateX(0);
  }
  100% {
    margin-bottom: 0;
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    transform: translateX(0);
    pointer-events: none;
  }
}
@keyframes barAnimation {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
html body.rbl--custom.rbl .page-wrapper .page-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: #ffffff;
  border-color: #DEDEDE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .page-header {
    border: 0;
  }
}
.checkout-index-index .page-header {
  position: relative !important;
  z-index: initial !important;
}
.page-header .icon-mta::before, .page-header .icon-mta-after::after {
  line-height: 1;
  content: "\e911" !important;
}
.page-header .icon-nickel-cable::before, .page-header .icon-nickel-cable-after::after {
  line-height: 1;
  content: "\e912" !important;
}

.header {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.header-bar {
  height: 42px;
}
.header-bar-wrapper {
  position: relative;
}
.header-bar-wrapper .icon-png {
  height: 20px;
  margin-left: 8px;
}
@media (min-width: 0) and (max-width: 767px) {
  .header-bar .link-wrapper {
    font-size: 12px;
  }
  .header-bar .link-wrapper.sav, .header-bar .link-wrapper.contact {
    order: 1;
  }
  .header-bar .justify-center {
    justify-content: flex-start !important;
  }
}
.header-language {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.header-language .view-default {
  margin-right: 6px;
}
.header-language-dropdown {
  border-color: #DEDEDE !important;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.1) !important;
  min-width: 100px !important;
}
.header-language-dropdown::before, .header-language-dropdown::after {
  display: none !important;
}
html body.rbl--custom.rbl .page-wrapper .header-toggle {
  position: relative;
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0;
  width: 52px;
  height: 16px;
  padding: 14px;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: -14px;
  position: relative;
  pointer-events: all;
  outline: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .header-toggle {
    display: none;
  }
}
html body.rbl--custom.rbl .page-wrapper .header-toggle::before {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .header-toggle::before {
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
}
html body.rbl--custom.rbl .page-wrapper .header-toggle-bar {
  position: absolute;
  left: 50%;
  right: 0;
  height: 3px;
  background: #1D1D1B;
  top: 50%;
  margin-top: -1px;
  clip: initial;
  width: 24px;
  transform: translateX(-50%);
}
html body.rbl--custom.rbl .page-wrapper .header-toggle-bar:nth-child(1) {
  transform: translateX(-50%) translateY(-7px);
}
html body.rbl--custom.rbl .page-wrapper .header-toggle-bar:nth-child(3) {
  transform: translateX(-50%) translateY(7px);
}
html body.rbl--custom.rbl .page-wrapper .header-icon {
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .header-icon:hover::before {
  color: black;
}
html body.rbl--custom.rbl .page-wrapper .header-icon::before {
  font-size: 26px;
  color: #828282;
  transition: color 0.5s ease;
}
html body.rbl--custom.rbl .page-wrapper .header-icon::after {
  display: none;
}
.header-minicart {
  margin-right: 20px;
  margin-top: 0;
}
.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1280px) {
  .header-links {
    width: 250px;
    margin-right: 60px;
  }
}
.header-links .customer-welcome + .authorization-link {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .header-dropdown {
  display: flex;
  flex-direction: column;
  width: max-content;
  min-width: 190px;
  border-color: #DEDEDE;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s ease;
  pointer-events: none;
}
html body.rbl--custom.rbl .page-wrapper .header-dropdown::before, html body.rbl--custom.rbl .page-wrapper .header-dropdown::after {
  display: none !important;
}
html body.rbl--custom.rbl .page-wrapper .header-dropdown li:hover {
  opacity: 0.6;
}
html body.rbl--custom.rbl .page-wrapper .header-dropdown li.authorization-link {
  order: 1;
}
html body.rbl--custom.rbl .page-wrapper .active .header-dropdown {
  pointer-events: inherit;
  opacity: 1;
  transform: translateY(0);
}
.header-dropdown a {
  color: #828282 !important;
}
html body.rbl--custom.rbl .page-wrapper .header-pricetoggle {
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .header-pricetoggle .disable::after {
  color: #4f4f4f;
  font-size: 18px;
}
html body.rbl--custom.rbl .page-wrapper .header-pricetoggle-icon {
  display: flex;
  align-items: center;
  padding: 8px;
}
html body.rbl--custom.rbl .page-wrapper .header-pricetoggle-icon::after {
  margin-left: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .header-search-box {
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    top: 101%;
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 9;
  }
  html body.rbl--custom.rbl .page-wrapper .header-search.active .header-search-box {
    transform: translateX(0);
  }
}
html body.rbl--custom.rbl .page-wrapper .header-search-wrapper {
  float: unset;
  max-width: 450px;
  margin: auto;
  margin-right: 15px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .header-search-wrapper {
    width: 100%;
    margin: 0 25px;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .header-search-wrapper {
    margin: 0 50px;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .header-search-wrapper {
    margin: auto;
  }
}
html body.rbl--custom.rbl .page-wrapper .header-search-input {
  left: 0;
}
html body.rbl--custom.rbl .page-wrapper .header-search-label {
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .header-search-label::before {
    font-size: 25px;
  }
}

html body.rbl--custom.rbl .page-wrapper .ammenu-nav-sections {
  display: block !important;
  animation: none !important;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  box-shadow: none;
  padding-bottom: 20px;
  position: relative;
  padding-top: 10px;
  min-height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-nav-sections {
    width: 87vw;
    background: white !important;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-nav-sections.-opened {
  transform: translateX(0);
  overflow: visible;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-nav-sections.-opened + .ammenu-menu-overlay {
  opacity: 1;
  pointer-events: inherit;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-button, html body.rbl--custom.rbl .page-wrapper .ammenu-button::before {
  border-width: 2px;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-button.-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 16px;
  width: 23px;
  opacity: 0.6;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-button.-hamburger {
  height: 16px;
  width: 23px;
  min-width: 23px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-button.-hamburger {
    margin-right: 35px;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-logo {
  width: 150px;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-logo img {
  display: block;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-logo {
    width: auto;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-menu-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 14;
  top: 128px;
  bottom: 0;
  width: 102%;
  margin: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-menu-wrapper {
    top: 134px;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-menu-wrapper:not(.open) {
  pointer-events: none;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-menu-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  top: 128px;
  display: block !important;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-menu-overlay {
    top: 134px;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-menu-title {
  position: relative;
  margin: 0 10px 10px;
  padding: 20px 0 0;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-menu-title {
    display: flex;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-menu-logo {
  display: none;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-menu-logo {
    display: block;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-menu-greetings {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-tabs-list {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-tabs-list .ammenu-item {
  flex: 1;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-tabs-list .ammenu-button {
  font-size: 16px;
  height: 60px;
  font-weight: 400;
  color: #4f4f4f !important;
  border-radius: 0;
  background-color: #f6f6f6 !important;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-tabs-list .ammenu-button.-active {
  color: black !important;
  font-weight: bold;
  background-color: #ffffff !important;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-tabs-list {
    display: none;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-link {
  display: flex;
  color: black !important;
  font-size: 16px !important;
  margin: 0;
  padding: 0 15px !important;
  border-bottom: 1px solid #828282 !important;
  font-weight: 700 !important;
  break-inside: avoid;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-link:hover .ammenu-text-block {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-link.-active {
    border-left: 6px solid #828282;
  }
  html body.rbl--custom.rbl .page-wrapper .ammenu-link.-active .-toggle svg {
    transform: rotate(90deg);
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-item {
  position: relative;
  background-color: transparent !important;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-items:not(.-root) {
  background-color: #ffffff;
  padding: 10px 0 10px 20px !important;
  border-bottom: 1px solid #828282;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-items:not(.-root) {
    position: absolute;
    left: 100%;
    border-radius: 0 8px 8px 0;
    width: max-content;
    min-width: 250px;
    background-color: #f6f6f6;
    border-bottom: none;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-items:not(.-root) .ammenu-link {
  border-bottom: 0 !important;
  padding-left: 0 !important;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-items:not(.-root) .ammenu-icon-block {
  width: 48px;
  height: 48px;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-items:not(.-root) .ammenu-icon-block::before {
  display: none;
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .ammenu-items--column {
    column-count: 2;
  }
}
html body.rbl--custom.rbl .page-wrapper .ammenu-item:nth-last-child(1) .ammenu-items, html body.rbl--custom.rbl .page-wrapper .ammenu-item:nth-last-child(2) .ammenu-items, html body.rbl--custom.rbl .page-wrapper .ammenu-item:nth-last-child(3) .ammenu-items, html body.rbl--custom.rbl .page-wrapper .ammenu-item:nth-last-child(4) .ammenu-items {
  bottom: 0;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-text-block {
  padding: 0 !important;
  transition: opacity 0.5s ease;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-text-block#prices::after {
  content: "\e907";
  font-family: "theme";
  margin-left: 10px;
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-icon-block {
  background-size: contain;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-icon-block.-icon {
  position: relative;
  width: 25px;
  height: 25px;
  margin-bottom: 0 !important;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-icon-block.-toggle {
  transform: rotate(180deg) !important;
  justify-content: flex-start;
  height: 100%;
  flex: 1;
  position: unset !important;
  align-self: stretch;
  height: auto !important;
  margin: 0 !important;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-icon-block.-toggle svg {
  transition: transform 0.5s ease;
  width: 17px;
  height: 17px;
  stroke: black;
  stroke-width: 0.5px;
}
html body.rbl--custom.rbl .page-wrapper .ammenu-icon-block.-toggle[data-level="1"] {
  display: none;
}

html body.rbl--custom.rbl .weglot-container {
  bottom: unset;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .weglot-container {
    right: -15px;
  }
}
html body.rbl--custom.rbl .weglot_switcher {
  position: relative;
  background: transparent;
  border: 0;
}
html body.rbl--custom.rbl .weglot_switcher .wgcurrent {
  border: 0;
}
html body.rbl--custom.rbl .weglot_switcher .wgcurrent::after {
  display: none;
}
html body.rbl--custom.rbl .weglot_switcher .wgcurrent a {
  padding-right: 0;
  color: #ffffff;
}
html body.rbl--custom.rbl .weglot_switcher .wgcurrent a::after {
  font-family: "theme";
  content: "\e902";
  font-size: 24px;
}
html body.rbl--custom.rbl .lac-notification {
  background-color: #ffffff;
  color: #1D1D1B;
  font-family: "Lato";
  display: flex;
}
html body.rbl--custom.rbl .lac-notification-sticky {
  position: fixed;
  left: 30px;
  bottom: 30px;
  top: unset !important;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 0px;
  border-left: 6px solid #009EE2;
  max-width: 370px;
}
html body.rbl--custom.rbl .lac-notification .top-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
html body.rbl--custom.rbl .lac-notification-icon {
  display: none;
}
html body.rbl--custom.rbl .lac-notification-text {
  line-height: 1.3;
}
html body.rbl--custom.rbl .lac-notification-text strong {
  display: block;
}
html body.rbl--custom.rbl .lac-notification-links {
  padding: 0 0 18px;
}
.footer-container {
  background: #f6f6f6;
  margin-top: auto;
}
@media (min-width: 768px) {
  .footer-container {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .footer-container {
    padding-top: 60px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .footer-logo {
    margin: 8px auto;
    max-width: 170px;
  }
}
.footer-col {
  position: relative;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer-col:first-child {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-col:first-child {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer-col {
    margin: 0 20px;
  }
}
@media (min-width: 1280px) {
  .footer-col {
    margin: 0 50px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .footer-col {
    padding: 15px 0;
  }
  .footer-col:not(:last-child)::before {
    content: "";
    bottom: 0;
    left: 50%;
    background: #828282;
    transform: translateX(-50%);
    position: absolute;
    width: 100vw;
    height: 1px;
  }
  .footer-col .active {
    padding-top: 10px;
  }
}
.footer-col > div {
  line-height: 1.9;
}
@media (min-width: 768px) {
  .footer-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
  }
}
@media (min-width: 1024px) {
  .footer-cols {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .footer-cols {
    margin: 0 -50px;
  }
}
.footer-copyright {
  padding: 13px 15px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .footer-copyright {
    margin-top: 60px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .footer-copyright {
    padding: 16px 15px;
  }
}

html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider {
    margin-left: -15px;
    margin-top: -25px;
    margin-right: -15px;
    position: unset;
    transform: none;
  }
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-slide-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-slide-wrapper {
    display: flex;
  }
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-slide-button {
  visibility: visible !important;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-overlay {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 20px;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-overlay:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-overlay {
    max-width: 75%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-overlay {
    padding: 30px 50px;
  }
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-slider [data-appearance=collage-left] .pagebuilder-overlay::before {
    left: -75px;
    transform: skewX(340deg);
    width: calc(100% + 50px);
  }
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-collage-content {
  font-size: 22px;
  line-height: 1.2;
  color: #4f4f4f;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-collage-content {
    font-size: 32px;
  }
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-collage-content strong {
  font-weight: bold;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary {
  appearance: none;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  color: inherit;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #009EE2;
  background: #009EE2;
  box-shadow: 0 5px 9px transparent;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  --toggle-size: $iconSize;
  opacity: 1 !important;
  color: #ffffff;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:focus {
  outline: 0;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
  }
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > span {
  z-index: 15;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.5s;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > em::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > em::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > span::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > span::after {
  font-size: 1.6666666667em;
  line-height: 1.6666666667;
  vertical-align: middle;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > em::before, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > span::before {
  margin-right: 10px;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > em::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary > span::after {
  margin-left: 10px;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:hover > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:hover > span, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:active > em, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:active > span {
  color: #ffffff;
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: calc(800% + 8px);
  height: 150%;
  padding-top: calc(800% + 8px);
  opacity: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  transform: translate(-32%, 0) rotate(-17deg) translate3d(0, 0, 0);
  transition: opacity 0.6s, top 0s 0.3s, transform 0s 0.3s;
  background: #20bcff;
}
@media (prefers-reduced-motion: reduce) {
  html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary::after {
    transition: none;
  }
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:hover::after {
  opacity: 1;
  top: 0;
  transition: opacity 0s, top 0.6s, transform 0.8s;
  transform: translate(-50%, 0) rotate(0) translate3d(0, 0, 0);
}
html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:active::after, html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary.active::after, a:active html body.rbl--custom.rbl .page-wrapper .pagebuilder-button-primary:not(.button-alone)::after {
  opacity: 1;
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper [data-swiper-univers] {
    margin-left: -15px;
    margin-right: -15px;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-univers {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper .home-univers {
    width: 190px;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-univers img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s ease;
}
html body.rbl--custom.rbl .page-wrapper .home-univers h3 {
  position: absolute;
  top: 150px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 20px;
  background: rgb(255, 255, 255);
  padding: 10px 0;
  line-height: 1.2;
  transition: all 0.5s ease;
  color: #1D1D1B;
  font-weight: normal;
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .home-univers:hover img {
  opacity: 0.5;
}
html body.rbl--custom.rbl .page-wrapper .home-univers:hover h3 {
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.8);
}
html body.rbl--custom.rbl .page-wrapper .home-reassurance {
  margin: 20px auto;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 15px;
  max-width: 200px;
  transition: transform 0.5s ease;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .home-reassurance {
    width: 200px;
    margin: 0 auto;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-reassurance::before {
  content: "";
  width: 150px;
  height: 150px;
  background: #f6f6f6;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .home-reassurance::before {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 100%;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .home-reassurance::before {
    width: 165px;
    height: 165px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .home-reassurance::after {
    content: "";
    width: 150px;
    height: 8px;
    background: radial-gradient(rgba(11, 22, 67, 0.4784313725), transparent 55%);
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-reassurance p {
  line-height: 1.2 !important;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .home-reassurance p span {
    font-size: 16px !important;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-reassurance img {
  margin-top: 15px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .home-reassurance img {
    max-width: 50px !important;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-reassurance:hover {
  transform: scale(1.07);
}
html body.rbl--custom.rbl .page-wrapper .home-category {
  position: relative;
  margin: 6px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .home-category {
    margin: 15px 0;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-category img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper .home-category img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .home-category a {
    height: 95px;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-category a, html body.rbl--custom.rbl .page-wrapper .home-category img {
  display: block;
  transition: transform 1s ease;
}
html body.rbl--custom.rbl .page-wrapper .home-category figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 22px;
  pointer-events: none;
  font-weight: bold;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 20px;
  transition: background-color 1s ease;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .home-category figcaption {
    position: relative;
  }
}
html body.rbl--custom.rbl .page-wrapper .home-category:hover figcaption {
  background: rgba(0, 0, 0, 0.4);
}
html body.rbl--custom.rbl .page-wrapper .home-category:hover img {
  transform: scale(1.1);
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .home-seo {
    top: -25px;
    position: relative;
    background: #ffffff;
    margin: 0 28px;
  }
}

/*****************  PRODUCT GRID PAGER  *****************/
html body.rbl--custom.rbl.catalog-category-view .column.main {
  padding-left: 0;
  width: calc(100% - 220px);
}
html body.rbl--custom.rbl.catalog-category-view .sidebar-main {
  margin-bottom: 20px;
  margin-top: -80px;
  position: relative;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl.catalog-category-view .sidebar-main {
    width: 220px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
  }
}

html body.rbl--custom.rbl .page-wrapper .category-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: opacity 0.5s ease;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .category-slide {
    max-width: 220px;
  }
}
html body.rbl--custom.rbl .page-wrapper .category-slide-image {
  height: 135px;
  object-fit: cover;
  border: 1px solid #828282;
  margin-bottom: 10px;
}
html body.rbl--custom.rbl .page-wrapper .category-slide:hover {
  opacity: 0.6;
}
html body.rbl--custom.rbl .page-wrapper .category-slider {
  margin-top: 30px;
  overflow: visible;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .category-slider {
    margin-bottom: 50px;
  }
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper .category-slider {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
  }
}
html body.rbl--custom.rbl .page-wrapper .category-level-first .block.filter {
  display: none;
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .category-level-first .vignette-wrapper {
    width: 16.6666666667%;
  }
}
html body.rbl--custom.rbl .page-wrapper .category-slider--centered {
  justify-content: center;
}
@media (min-width: 0) and (max-width: 1279px) {
  html body.rbl--custom.rbl .page-wrapper .category-slider--centered {
    justify-content: flex-start;
  }
}

:not(.active) .category-filter {
  position: absolute;
  bottom: -25px;
}
@media (min-width: 0) and (max-width: 1023px) {
  :not(.active) .category-filter-toggle {
    background: #009EE2;
    color: white;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    cursor: pointer;
  }
}
.active .category-filter {
  margin-top: 0 !important;
}

html body.rbl--custom.rbl .page-wrapper .toolbar {
  margin-bottom: 20px;
}
html body.rbl--custom.rbl .page-wrapper .pager-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .pager-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 10px;
  white-space: nowrap;
  list-style: none none;
  margin: 0 -4px;
  margin-top: 20px;
}
html body.rbl--custom.rbl .page-wrapper .pager-item {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-label {
  font-size: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-bottom: 0;
  padding: 12px 6px;
  text-decoration: underline;
  margin: 0 4px;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-label:hover {
  background: #009EE2;
  color: #ffffff;
  border-color: #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-label--current {
  color: #009EE2;
  background: #e9e9e9;
  pointer-events: none;
  font-weight: 700;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-button {
  cursor: pointer;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-button-action {
  background: #E9E9E9;
  border: 1px solid #828282;
  height: 36px;
  color: #828282;
  box-shadow: none;
  cursor: pointer;
  margin-right: 0;
  padding-right: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 30px;
  padding: 5px 6px;
  height: 100%;
  transition: opacity 0.5s ease;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-button-action::before {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .pager-item-button-action:hover {
  opacity: 0.5;
}
html body.rbl--custom.rbl .page-wrapper .sorter {
  position: relative;
  display: flex;
  align-items: center;
}
html body.rbl--custom.rbl .page-wrapper .sorter::after {
  font-family: "theme";
  color: #828282;
  font-size: 22px;
  pointer-events: none;
  position: absolute;
  content: "\e902";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
html body.rbl--custom.rbl .page-wrapper .sorter-label {
  color: #828282;
  line-height: 1.1;
  margin-left: 15px;
}
html body.rbl--custom.rbl .page-wrapper .sorter-options {
  background: #E9E9E9;
  border: 1px solid #828282;
  height: 36px;
  color: #828282;
  box-shadow: none;
  cursor: pointer;
  margin-right: 0;
  padding-right: 30px;
  border-radius: 3px;
}
html body.rbl--custom.rbl .page-wrapper .limiter {
  display: none !important;
}
html body.rbl--custom.rbl .page-wrapper .filter {
  margin-top: 70px;
}
html body.rbl--custom.rbl .page-wrapper .filter-options-title {
  text-transform: inherit;
  font-weight: 500;
  word-break: inherit;
}
html body.rbl--custom.rbl .page-wrapper .filter-options-title::after {
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .filter-options-item:first-child {
  border-top: 1px solid #cccccc;
}
html body.rbl--custom.rbl .page-wrapper .filter-options-content .items {
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .filter-options-content .checkbox-label {
  margin-left: 0;
  margin-right: 0;
  padding: 7px 0 2px calc(var(--input-width) + var(--input-gap));
  font-size: 13px;
}
html body.rbl--custom.rbl .page-wrapper .filter-options-content .checkbox-label:hover {
  background: transparent;
  color: #009EE2;
  cursor: pointer;
}

/************  PRODUCT SWATCHES  **************/
:root {
  --swatch-width: 25px;
  --swatch-padding: 4px;
  --swatch-margin: 5px;
  --swatch-text-size: 12px;
  --swatch-text-height: 25px;
  --swatch-color-height: calc(var(--swatch-text-height) / 1);
}

html body.rbl--custom.rbl .page-wrapper .swatch--big {
  --swatch-width: 50px;
  --swatch-padding: 6px 12px;
  --swatch-margin: 15px;
  --swatch-text-size: 16px;
  --swatch-text-height: 40px;
  --swatch-color-height: calc(var(--swatch-text-height) / 1);
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute {
  position: relative;
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute:not(:first-child) {
  padding-top: 20px;
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute .mage-error {
  bottom: 7px;
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 -5px;
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute-options select {
  color: #828282;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .swatch-attribute-options select {
    width: auto;
    min-width: 285px;
  }
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute-selected-option {
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .swatch-attribute-label {
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.swatch-option-tooltip {
  display: none !important;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option {
  border: none;
  background: #f6f6f6;
  height: 25px;
  min-height: var(--swatch-text-height);
  min-width: var(--swatch-width);
  max-width: 100%;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: 0.5s;
  outline: 1px solid transparent !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: auto;
  font-size: var(--swatch-text-size);
  line-height: 1.2;
  font-weight: bold;
  padding: var(--swatch-padding);
  margin: 0 var(--swatch-margin) var(--swatch-margin) 0;
  border-radius: calc(var(--swatch-text-height) / 2);
}
html body.rbl--custom.rbl .page-wrapper .swatch-option:not(.disabled, .swatch--disabled, .active, .selected):hover {
  border-color: #828282;
  transition: 0s;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.disabled {
  pointer-events: none;
  opacity: 0.4;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.active, html body.rbl--custom.rbl .page-wrapper .swatch-option.selected {
  transition: 0.5s;
  border-color: transparent;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.active::before, html body.rbl--custom.rbl .page-wrapper .swatch-option.selected::before {
  transform: translate(-50%, -50%) !important;
  opacity: 1 !important;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.text, html body.rbl--custom.rbl .page-wrapper .swatch-option--text {
  border-color: #DEDEDE;
  color: #1D1D1B;
  background: transparent;
  text-transform: uppercase;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.text.active, html body.rbl--custom.rbl .page-wrapper .swatch-option.text.selected, html body.rbl--custom.rbl .page-wrapper .swatch-option--text.active, html body.rbl--custom.rbl .page-wrapper .swatch-option--text.selected {
  transition: 0.3s;
  background: #20bcff;
  color: #ffffff;
  border-color: transparent;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.color, html body.rbl--custom.rbl .page-wrapper .swatch-option--color {
  height: var(--swatch-color-height);
  min-height: var(--swatch-color-height);
  padding: 0;
  position: relative;
  border-color: #DEDEDE;
}
html body.rbl--custom.rbl .page-wrapper .swatch-option.color::before, html body.rbl--custom.rbl .page-wrapper .swatch-option--color::before {
  color: #ffffff;
  font-family: "theme";
  content: "\e916";
  font-size: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition: 0.5s;
}

/*****************  RATING STARS  *****************/
html body.rbl--custom.rbl .page-wrapper .rating-1::before {
  content: "\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-2::before {
  content: "\e912\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-3::before {
  content: "\e912\e912\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-4::before {
  content: "\e912\e912\e912\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-5::before {
  content: "\e912\e912\e912\e912\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-summary {
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .rating-label {
  vertical-align: middle;
}
html body.rbl--custom.rbl .page-wrapper .rating-result {
  color: #DEDEDE;
  margin-left: 0;
  height: 30px;
  width: 89px;
  margin-right: 10px;
  position: relative;
}
html body.rbl--custom.rbl .page-wrapper .rating-result label {
  top: 0;
}
html body.rbl--custom.rbl .page-wrapper .rating-result span {
  overflow: hidden;
  top: 0;
  position: absolute;
  color: #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .rating-result::before, html body.rbl--custom.rbl .page-wrapper .rating-result span::before {
  content: "\e912\e912\e912\e912\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-result::before, html body.rbl--custom.rbl .page-wrapper .rating-result span::before, html body.rbl--custom.rbl .page-wrapper .rating-result label::before {
  font-size: 18px;
  height: auto;
  font-family: "theme";
  letter-spacing: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: inherit;
}
html body.rbl--custom.rbl .page-wrapper .rating-result::before {
  content: "\e912\e912\e912\e912\e912";
}
html body.rbl--custom.rbl .page-wrapper .rating-result--small {
  margin-right: 0;
  height: 22px;
  width: 65px;
}
html body.rbl--custom.rbl .page-wrapper .rating-result--small::before, html body.rbl--custom.rbl .page-wrapper .rating-result--small span::before, html body.rbl--custom.rbl .page-wrapper .rating-result--small label::before {
  font-size: 11px;
  letter-spacing: 2px;
  height: 22px;
  line-height: 22px;
}
html body.rbl--custom.rbl .page-wrapper .rating-result--control::before {
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .rating-result--control label {
  color: #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .rating-result--control label:hover {
  color: #20bcff;
}

html body.rbl--custom.rbl .page-wrapper .nav-item > *, html body.rbl--custom.rbl .page-wrapper .nav.item > * {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  padding: 2px 15px;
  display: flex;
  border: 0;
}
html body.rbl--custom.rbl .page-wrapper .nav-item > *:not(strong):hover, html body.rbl--custom.rbl .page-wrapper .nav.item > *:not(strong):hover {
  background: #DEDEDE;
  transition: 0s;
}
html body.rbl--custom.rbl .page-wrapper .nav-item > strong, html body.rbl--custom.rbl .page-wrapper .nav.item > strong {
  color: #009EE2;
  border-left: 3px solid #009EE2;
  font-weight: bold;
  padding-left: 12px;
}
html body.rbl--custom.rbl .page-wrapper .nav-item-delimiter, html body.rbl--custom.rbl .page-wrapper .nav.item-delimiter {
  border-top: 1px solid #DEDEDE;
  display: block;
  margin: 0 15px;
}
html body.rbl--custom.rbl .page-wrapper .nav-items, html body.rbl--custom.rbl .page-wrapper .nav.items {
  padding: 0;
}
html body.rbl--custom.rbl .page-wrapper .nav.item {
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .nav.item > * {
  padding: 2px 15px;
  line-height: 32px;
}
html body.rbl--custom.rbl .page-wrapper .nav.item > strong {
  padding-left: 13px;
}

html body.rbl--custom.rbl .page-wrapper .block-collapsible-nav-content {
  background-color: none;
  padding: 0;
}
html body.rbl--custom.rbl .page-wrapper.customer-account-login .page-title-wrapper {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper.customer-account-forgotpassword .page-title {
  text-align: center;
}
html body.rbl--custom.rbl .page-wrapper .account-form {
  margin: auto;
}

html body.rbl--custom.rbl.customer-account-logoutsuccess .page-title {
  text-align: center;
}

html body.rbl--custom.rbl .page-wrapper .order-actions-toolbar {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .order-actions-toolbar {
    margin-top: 0;
  }
}
html body.rbl--custom.rbl .page-wrapper .order-actions-toolbar .action {
  margin-right: 0;
  margin-left: 30px;
}
html body.rbl--custom.rbl .page-wrapper .order-date {
  margin-top: 12px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .order-date {
    margin-bottom: -18px;
    margin-top: 18px;
  }
}
html body.rbl--custom.rbl .page-wrapper .order-date span:first-child {
  font-weight: bold;
}
html body.rbl--custom.rbl .page-wrapper .order-status {
  float: left;
  margin-right: 20px;
  background: #20bcff;
  color: white;
  border: 0;
  font-weight: bold;
  border-radius: 0;
  text-transform: inherit;
  margin: 4px 10px 0 0px;
}
html body.rbl--custom.rbl .page-wrapper .order-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
html body.rbl--custom.rbl .page-wrapper .order-links .nav.item.current {
  border-bottom: 5px solid #009EE2;
}
html body.rbl--custom.rbl .page-wrapper .order-links .nav.item > * {
  border-left: 0;
  background: none !important;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px;
  line-height: 1;
  margin: 0 5px;
  transition: color 0.5s ease;
  text-align: center;
}
html body.rbl--custom.rbl .page-wrapper .order-links .nav.item > *:hover {
  color: #000000;
}
html body.rbl--custom.rbl .page-wrapper .order-price * {
  font-size: 14px;
  font-weight: bold;
  color: #1D1D1B;
  line-height: 33px;
}
html body.rbl--custom.rbl .page-wrapper .order-price *.price-including-tax > span:first-child, html body.rbl--custom.rbl .page-wrapper .order-price *::before, html body.rbl--custom.rbl .page-wrapper .order-price *::after {
  display: none !important;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .order-actions-toolbar {
    margin-top: 25px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .cart thead {
    display: none;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-item {
  border-bottom: 1px solid #DEDEDE;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item {
    border: 1px solid #DEDEDE;
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .cart-items {
    width: 70% !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-row {
    display: flex;
    flex-wrap: wrap;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-item-col {
  vertical-align: top;
  padding: 10px;
}
html body.rbl--custom.rbl .page-wrapper .cart-item-col:first-child {
  padding-left: 0;
}
html body.rbl--custom.rbl .page-wrapper .cart-item-col:last-child {
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-col--block {
    width: 100%;
  }
  html body.rbl--custom.rbl .page-wrapper .cart-item-col--line {
    width: 33.33%;
    text-align: center !important;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-item-col .qtty div.mage-error {
  bottom: 20px;
  font-size: 15px;
}
html body.rbl--custom.rbl .page-wrapper .cart-item-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-name {
    font-size: 18px;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-item-img {
  width: 70px;
  min-width: 70px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-img {
    width: 100px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-img {
    width: 170px;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-item-price * {
  font-size: 14px;
  font-weight: bold;
  color: #1D1D1B;
  line-height: 33px;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-price * {
    font-size: 18px;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-item-price *.price-including-tax > span:first-child, html body.rbl--custom.rbl .page-wrapper .cart-item-price *::before, html body.rbl--custom.rbl .page-wrapper .cart-item-price *::after {
  display: none !important;
}
html body.rbl--custom.rbl .page-wrapper .cart-item-attr {
  min-width: 70px;
  display: inline-block;
}
html body.rbl--custom.rbl .page-wrapper .cart-item-remove {
  position: absolute;
  right: 13px;
  bottom: 64px;
  text-align: left;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .cart-item-remove {
    bottom: 13px;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-head {
  border-bottom: 1px solid #DEDEDE;
}
html body.rbl--custom.rbl .page-wrapper .cart-head-item {
  text-align: center;
  color: #828282;
  font-weight: 500;
}
html body.rbl--custom.rbl .page-wrapper .cart-head-item:first-child {
  text-align: left;
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .cart-head-item.qty {
    width: 200px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .cart-sidebar {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .cart-sidebar {
    position: sticky;
    top: 195px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .cart-sidebar-container {
    padding: 0 !important;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .cart-sidebar-container:not(html body.rbl--custom.rbl .page-wrapper .cart-sidebar-container--large) {
    top: 150px;
    width: 30% !important;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content {
  --toggle-size: 22px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content {
    border: 0;
    box-shadow: none;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content::after {
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content .shipping, html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content .totals-tax {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content .shipping + tr, html body.rbl--custom.rbl .page-wrapper .cart-sidebar-content .totals-tax + tr {
  border-top: 1px solid var(--table-border-color);
}
html body.rbl--custom.rbl .page-wrapper .cart .amount, html body.rbl--custom.rbl .page-wrapper .cart .price {
  justify-content: flex-end;
  flex-direction: initial;
  padding-right: 0 !important;
  font-weight: 500;
}
html body.rbl--custom.rbl .page-wrapper .cart tr:first-child td, html body.rbl--custom.rbl .page-wrapper .cart tr:first-child th {
  font-weight: 500;
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .cart tr:first-child td, html body.rbl--custom.rbl .page-wrapper .cart tr:first-child th {
    white-space: nowrap;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart tr:first-child td:first-child, html body.rbl--custom.rbl .page-wrapper .cart tr:first-child th:first-child {
  padding-left: 0;
}
html body.rbl--custom.rbl .page-wrapper .cart tr:not(:first-child):not(:last-child) td, html body.rbl--custom.rbl .page-wrapper .cart tr:not(:first-child):not(:last-child) th {
  padding-top: 0;
  color: #828282;
}
html body.rbl--custom.rbl .page-wrapper .cart.grand .amount, html body.rbl--custom.rbl .page-wrapper .cart.grand .mark {
  border-color: #DEDEDE;
}
html body.rbl--custom.rbl .page-wrapper .cart.grand .mark, html body.rbl--custom.rbl .page-wrapper .cart.grand .mark strong {
  padding-top: 0 !important;
  font-size: 18px;
  font-weight: 400;
}
html body.rbl--custom.rbl .page-wrapper .cart.grand .amount {
  font-size: 18px !important;
  padding-bottom: 11px;
}
html body.rbl--custom.rbl .page-wrapper .cart-reference {
  border-color: #828282;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .cart-reference {
    border-color: #DEDEDE;
    border-left: 0;
    border-right: 0;
  }
}
html body.rbl--custom.rbl .page-wrapper .cart-reference-form {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .cart-reference-form {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  html body.rbl--custom.rbl .page-wrapper .cart-reference-form {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 0;
    border-right: 1px solid #DEDEDE;
  }
}

html body.rbl--custom.rbl .page-wrapper .product-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-main {
  width: 100%;
  float: none;
  position: sticky;
  top: 160px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-main {
    padding-bottom: 20px;
    max-width: 500px;
    border-bottom: 1px solid #DEDEDE;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-main .page-title--primary {
  color: #000000 !important;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price {
  border: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: auto !important;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-price {
    flex-wrap: nowrap;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-price div:not(.price-box) + .product-info-stock-sku {
  margin-left: 0;
  width: 100%;
  text-align: left;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .normal-price {
  display: flex;
  align-items: center;
  color: #009EE2;
  font-size: 16px;
  font-weight: 500;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .normal-price span {
  display: inline;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-price .normal-price {
    font-size: 25px;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .old-price {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  order: -1;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .old-price .price-label {
  display: none;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price {
  font-weight: inherit;
  line-height: inherit;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-container {
  font-size: inherit;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-wrapper {
  display: inline-block;
  margin: 0;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-box {
  padding-bottom: 0;
  line-height: 1.2;
  color: #1D1D1B;
  font-size: 16px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-price .price-box {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-price .price-box {
    padding-right: 15px;
    white-space: nowrap;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-old .price-label, html body.rbl--custom.rbl .page-wrapper .product-info-price .price-promo .price-label {
  font-size: 0;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-old {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-promo {
  display: flex;
  align-items: center;
  color: #009EE2;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-price .price-promo {
    font-size: 25px;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-price .price-tag {
  background-color: #828282;
  font-size: 12px;
  padding: 4px;
  color: #ffffff;
  margin-right: 7px;
  margin-top: 1px;
}
html body.rbl--custom.rbl .page-wrapper .product-info-description {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-description {
    max-width: 80%;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-info-stock-sku {
  margin-left: auto;
  padding: 0;
}
html body.rbl--custom.rbl .page-wrapper .product-info-reference {
  margin-top: 3px;
}
html body.rbl--custom.rbl .page-wrapper .product-info-reference .value {
  display: inline-block;
  font-weight: 600;
  color: #e8550f;
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 1023px) {
  html body.rbl--custom.rbl .page-wrapper .product-info-tocart {
    width: 100%;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-media {
  flex: 1;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-media {
    width: auto;
    max-width: unset;
    padding-right: 100px;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-details {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  html body.rbl--custom.rbl .page-wrapper .product-details {
    margin-top: 80px;
  }
}
html body.rbl--custom.rbl .page-wrapper .product-promo-label {
  width: 60px;
  display: inline-block;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .product-tab-content {
    --gap-mobile: 9px;
    padding-top: 0;
  }
}

html body.rbl--custom.rbl .page-wrapper .fotorama__arr {
  background: transparent !important;
}
html body.rbl--custom.rbl .page-wrapper .fotorama__wrap {
  max-width: 640px !important;
}
html body.rbl--custom.rbl .page-wrapper .fotorama__stage {
  max-width: 640px;
  max-height: 640px;
  box-shadow: none !important;
}
html body.rbl--custom.rbl .page-wrapper .fotorama__stage__shaft {
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .fotorama__stage {
    height: auto !important;
    padding-top: 100%;
  }
  html body.rbl--custom.rbl .page-wrapper .fotorama__stage__shaft {
    position: absolute;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  html body.rbl--custom.rbl .page-wrapper .fotorama__nav {
    transform: translateY(-100%);
  }
}
html body.rbl--custom.rbl .page-wrapper .fotorama__thumb-border {
  border-width: 1px;
  border-color: #4f4f4f;
  background-image: none;
}

@media (min-width: 768px) {
  #opc-sidebar {
    position: sticky;
    top: 30px;
  }
}

.opc {
  position: relative;
  margin-bottom: 50px !important;
}
.opc-progress-bar {
  display: none;
}
.opc-estimated-wrapper {
  margin: 0 0 15px;
}

.address {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid transparent;
}
.addresses {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 768px) {
  .addresses {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.address--selected {
  border-color: #009EE2;
}
.address-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.address:not(:first-child)::before {
  width: calc(100% + 40px);
  height: 1px;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .address:not(:first-child)::before::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .address:nth-child(2n)::before {
    width: 1px;
    height: 200px;
    background-color: #f6f6f6;
    position: absolute;
    left: -45px;
    top: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .address:nth-child(2n)::before {
    left: -30px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .address:nth-child(2n)::before {
    left: -50px;
  }
}
.address-recap {
  display: flex;
  flex-direction: row;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 0 15px;
  margin: 10px;
}
.address-recap-title {
  font-size: 16px;
  font-weight: bold;
  padding: 26px 12px 5px 12px;
}
.address-recap-icon {
  height: 100%;
  margin-top: 10px;
  margin-right: 15px;
}
.address-recap-icon::before {
  color: #009EE2;
  font-size: 36px;
}
.address-title {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.address-title-icon {
  margin-right: 15px;
}
.address-title-icon::before {
  color: #009EE2;
  font-size: 30px;
}
.address-title-highlight {
  color: #009EE2;
}
.address-select {
  width: 240px;
}
.address-select > select {
  cursor: pointer;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address-detail {
  padding-bottom: 20px;
}
.address-details {
  padding: 15px 0;
  color: #1D1D1B;
  font-size: 15px;
}
.address-detail-name {
  font-size: 20px;
  font-weight: bold;
}
.address-detail-link {
  color: #009EE2;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

.checkout-shipping-method {
  position: unset;
  border-radius: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.checkout-shipping-methods {
  border-collapse: separate;
  border-spacing: 0 20px;
}
.checkout-shipping-method-col {
  background: #f6f6f6;
  border-top: none;
  vertical-align: middle !important;
}
.checkout-shipping-method-col:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 20px;
}
.checkout-shipping-method-col:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 20px;
}
.checkout-shipping-method-price {
  font-size: 18px;
}
.checkout-shipping-method-btns {
  position: absolute;
  top: 100%;
}
html body.rbl--custom.rbl .page-wrapper .checkout-address-selected {
  border: 2px solid #009EE2;
  position: relative;
}
html body.rbl--custom.rbl .page-wrapper .checkout-address-selected::after {
  content: "\e904";
  font-family: "theme";
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #009EE2;
}

.amasty_quote-quote-success .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.cms-noroute-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}

#checkout-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
#checkout-loader .loader {
  width: 100px;
  height: 100px;
}

/*# sourceMappingURL=styles.css.map */
