    @font-face {
  font-family: "IranYekan";
  font-display: swap;

  src: url("../webfonts/Qs_Iranyekan.ttf");
}
   @font-face {
  font-family: "faNum";
  font-display: swap;
  src: url("../webfonts/IRANYekanLightFaNum.ttf");
}
   @font-face {
  font-family: "falight";
  font-display: swap;
  src: url("../webfonts/Qs_Iranyekan\ light.ttf");
}
   @font-face {
  font-family: "fabold";
  font-display: swap;
  src: url("../webfonts/Qs_Iranyekan bold.ttf");
}
.clr{
    clear: both;
}
.faNum{
  font-family: "faNum";
}
.font-light{
  font-family: "falight";
}
.font-bold{
  font-family: "fabold";
}

    body {
    font-family: "IranYekan";
    direction: rtl;
    
    }
    main{
        overflow:  hidden !important;
    }
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: unset;
}
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
   
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
   
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: right;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: dotted 1px
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
   
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: 1s linear infinite fancybox-rotate;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.ba-slider {
    position: relative;
    overflow: hidden
}

.ba-slider img {
    width: 100%;
    display: block;
    max-width: none
}

.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.ba-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, .5);
    cursor: ew-resize
}

.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: '\21d4';
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    background: #ffb800;
    border: 1px solid #e6a600;
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3), inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 60px 50px -30px #ffd466
}

.ba-slider .handle.ba-draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 50px;
    font-size: 30px
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #1a1a1a;
    text-align: right;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.5rem
}



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

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    /* color: currentColor; */
    text-decoration: none;
    /* background-color: transparent */
}

a:hover {
    /* color: currentColor; */
  
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
   
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: right;
    caption-side: bottom
}

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible;
    outline: none;
    box-shadow: none;
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
   
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.container,
.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4.26667vw;
    padding-left: 4.26667vw
}

@media (min-width:768px) {

    .container,
    .container-fluid {
        padding-right: 4.16667vw;
        padding-left: 4.16667vw
    }
}

@media (min-width:992px) {

    .container,
    .container-fluid {
        padding-right: 3.125vw;
        padding-left: 3.125vw
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.13333vw;
    margin-left: -2.13333vw
}

@media (min-width:768px) {
    .row {
        margin-right: -1.5625vw;
        margin-left: -1.5625vw
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw
}

@media (min-width:768px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-auto,
    .col-xxxl,
    .col-xxxl-1,
    .col-xxxl-10,
    .col-xxxl-11,
    .col-xxxl-12,
    .col-xxxl-2,
    .col-xxxl-3,
    .col-xxxl-4,
    .col-xxxl-5,
    .col-xxxl-6,
    .col-xxxl-7,
    .col-xxxl-8,
    .col-xxxl-9,
    .col-xxxl-auto {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.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-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

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

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .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-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1440px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .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-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1640px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .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-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1920px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .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-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

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

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:2400px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xxxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxxl-11 {
        margin-left: 91.66667%
    }
}

.FormBuilder input[type=email],
.FormBuilder input[type=text],
.FormBuilder select,
.FormBuilder textarea,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle,
.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + .6rem + 2px);
    padding: .3rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    color: #1a1a1a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .FormBuilder input[type=email],
    .FormBuilder input[type=text],
    .FormBuilder select,
    .FormBuilder textarea,
    .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle,
    .form-control {
        transition: none
    }
}

.FormBuilder input[type=email]::-ms-expand,
.FormBuilder input[type=text]::-ms-expand,
.FormBuilder select::-ms-expand,
.FormBuilder textarea::-ms-expand,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle::-ms-expand,
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.FormBuilder input:-moz-focusring[type=email],
.FormBuilder input:-moz-focusring[type=text],
.FormBuilder select:-moz-focusring,
.FormBuilder textarea:-moz-focusring,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:-moz-focusring,
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1a1a1a
}

.FormBuilder input:focus[type=email],
.FormBuilder input:focus[type=text],
.FormBuilder select:focus,
.FormBuilder textarea:focus,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:focus,
.form-control:focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #1a1a1a;
    outline: 0;
    box-shadow: none
}

.FormBuilder input[type=email]::placeholder,
.FormBuilder input[type=text]::placeholder,
.FormBuilder select::placeholder,
.FormBuilder textarea::placeholder,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle::placeholder,
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.FormBuilder input:disabled[type=email],
.FormBuilder input:disabled[type=text],
.FormBuilder input[readonly][type=email],
.FormBuilder input[readonly][type=text],
.FormBuilder select:disabled,
.FormBuilder select[readonly],
.FormBuilder textarea:disabled,
.FormBuilder textarea[readonly],
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:disabled,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle[readonly],
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.FormBuilder input[type=date][type=email],
.FormBuilder input[type=date][type=text],
.FormBuilder input[type=datetime-local][type=email],
.FormBuilder input[type=datetime-local][type=text],
.FormBuilder input[type=month][type=email],
.FormBuilder input[type=month][type=text],
.FormBuilder input[type=time][type=email],
.FormBuilder input[type=time][type=text],
.bootstrap-select:not(.dropdown--flat)>input.dropdown-toggle[type=date],
.bootstrap-select:not(.dropdown--flat)>input.dropdown-toggle[type=datetime-local],
.bootstrap-select:not(.dropdown--flat)>input.dropdown-toggle[type=month],
.bootstrap-select:not(.dropdown--flat)>input.dropdown-toggle[type=time],
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    appearance: none
}

.FormBuilder select:focus::-ms-value,
.bootstrap-select:not(.dropdown--flat)>select.dropdown-toggle:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #1a1a1a;
    background-color: #fff
}

.FormBuilder input[type=file],
.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

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

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

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .3rem 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #1a1a1a;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.FormBuilder select[multiple],
.FormBuilder select[size],
.bootstrap-select:not(.dropdown--flat)>select.dropdown-toggle[multiple],
.bootstrap-select:not(.dropdown--flat)>select.dropdown-toggle[size],
select.form-control[multiple],
select.form-control[size] {
    height: auto
}

.FormBuilder textarea,
.bootstrap-select:not(.dropdown--flat)>textarea.dropdown-toggle,
textarea.form-control {
    height: auto
}

.FormBuilder .Inputfield,
.FormBuilder fieldset,
.form-group {
    margin-bottom: 2rem
}

.FormBuilder .input-error,
.FormBuilder .notes,
.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.FormBuilder .InputfieldCheckbox .InputfieldContent label:not(.custom-control-label),
.FormBuilder .InputfieldCheckboxes .InputfieldContent label:not(.custom-control-label),
.FormBuilder .InputfieldRadios .InputfieldContent label:not(.custom-control-label),
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.FormBuilder .InputfieldCheckbox .InputfieldContent input,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input,
.FormBuilder .InputfieldRadios .InputfieldContent input,
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-input:disabled~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-input[disabled]~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input:disabled~.form-check-label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input:disabled~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input[disabled]~.form-check-label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input[disabled]~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-input:disabled~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-input[disabled]~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input:disabled~.form-check-label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input:disabled~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input[disabled]~.form-check-label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input[disabled]~label,
.FormBuilder .InputfieldRadios .InputfieldContent .form-check-input:disabled~label,
.FormBuilder .InputfieldRadios .InputfieldContent .form-check-input[disabled]~label,
.FormBuilder .InputfieldRadios .InputfieldContent input:disabled~.form-check-label,
.FormBuilder .InputfieldRadios .InputfieldContent input:disabled~label,
.FormBuilder .InputfieldRadios .InputfieldContent input[disabled]~.form-check-label,
.FormBuilder .InputfieldRadios .InputfieldContent input[disabled]~label,
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.FormBuilder .InputfieldCheckbox .InputfieldContent label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent label,
.FormBuilder .InputfieldRadios .InputfieldContent label,
.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-inline input,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-inline input,
.FormBuilder .InputfieldRadios .InputfieldContent .form-check-inline input,
.form-check-inline .FormBuilder .InputfieldCheckbox .InputfieldContent input,
.form-check-inline .FormBuilder .InputfieldCheckboxes .InputfieldContent input,
.form-check-inline .FormBuilder .InputfieldRadios .InputfieldContent input,
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 0
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

.FormBuilder .was-validated input:valid[type=email],
.FormBuilder .was-validated input:valid[type=text],
.FormBuilder .was-validated select:valid,
.FormBuilder .was-validated textarea:valid,
.FormBuilder input.is-valid[type=email],
.FormBuilder input.is-valid[type=text],
.FormBuilder select.is-valid,
.FormBuilder textarea.is-valid,
.bootstrap-select:not(.dropdown--flat)>.is-valid.dropdown-toggle,
.form-control.is-valid,
.was-validated .FormBuilder input:valid[type=email],
.was-validated .FormBuilder input:valid[type=text],
.was-validated .FormBuilder select:valid,
.was-validated .FormBuilder textarea:valid,
.was-validated .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.8em + .6rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.45em + .15rem) center;
    background-size: calc(.9em + .3rem) calc(.9em + .3rem)
}

.FormBuilder .was-validated input:valid:focus[type=email],
.FormBuilder .was-validated input:valid:focus[type=text],
.FormBuilder .was-validated select:valid:focus,
.FormBuilder .was-validated textarea:valid:focus,
.FormBuilder input.is-valid:focus[type=email],
.FormBuilder input.is-valid:focus[type=text],
.FormBuilder select.is-valid:focus,
.FormBuilder textarea.is-valid:focus,
.bootstrap-select:not(.dropdown--flat)>.is-valid.dropdown-toggle:focus,
.form-control.is-valid:focus,
.was-validated .FormBuilder input:valid:focus[type=email],
.was-validated .FormBuilder input:valid:focus[type=text],
.was-validated .FormBuilder select:valid:focus,
.was-validated .FormBuilder textarea:valid:focus,
.was-validated .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.FormBuilder .was-validated textarea:valid,
.FormBuilder textarea.is-valid,
.bootstrap-select:not(.dropdown--flat)>textarea.is-valid.dropdown-toggle,
.was-validated .FormBuilder textarea:valid,
.was-validated .bootstrap-select:not(.dropdown--flat)>textarea.dropdown-toggle:valid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.8em + .6rem);
    background-position: top calc(.45em + .15rem) right calc(.45em + .15rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 1.45rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1rem/calc(.9em + .3rem) calc(.9em + .3rem) no-repeat #fff
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-input.is-valid~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated .form-check-input:valid~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:valid~.form-check-label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:valid~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-valid~.form-check-label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-valid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-input.is-valid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated .form-check-input:valid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:valid~.form-check-label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:valid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-valid~.form-check-label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-valid~label,
.FormBuilder .InputfieldRadios .InputfieldContent .form-check-input.is-valid~label,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated .form-check-input:valid~label,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:valid~.form-check-label,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:valid~label,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-valid~.form-check-label,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-valid~label,
.form-check-input.is-valid~.form-check-label,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-input:valid~label,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:valid~.form-check-label,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:valid~label,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-input:valid~label,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:valid~.form-check-label,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:valid~label,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent .form-check-input:valid~label,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:valid~.form-check-label,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:valid~label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:valid~.valid-feedback,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:valid~.valid-tooltip,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-valid~.valid-feedback,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-valid~.valid-tooltip,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:valid~.valid-feedback,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:valid~.valid-tooltip,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-valid~.valid-feedback,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-valid~.valid-tooltip,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:valid~.valid-feedback,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:valid~.valid-tooltip,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-valid~.valid-feedback,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:valid~.valid-feedback,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:valid~.valid-tooltip,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:valid~.valid-feedback,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:valid~.valid-tooltip,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:valid~.valid-feedback,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.FormBuilder .was-validated input:invalid[type=email],
.FormBuilder .was-validated input:invalid[type=text],
.FormBuilder .was-validated select:invalid,
.FormBuilder .was-validated textarea:invalid,
.FormBuilder input.is-invalid[type=email],
.FormBuilder input.is-invalid[type=text],
.FormBuilder select.is-invalid,
.FormBuilder textarea.is-invalid,
.bootstrap-select:not(.dropdown--flat)>.is-invalid.dropdown-toggle,
.form-control.is-invalid,
.was-validated .FormBuilder input:invalid[type=email],
.was-validated .FormBuilder input:invalid[type=text],
.was-validated .FormBuilder select:invalid,
.was-validated .FormBuilder textarea:invalid,
.was-validated .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.8em + .6rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.45em + .15rem) center;
    background-size: calc(.9em + .3rem) calc(.9em + .3rem)
}

.FormBuilder .was-validated input:invalid:focus[type=email],
.FormBuilder .was-validated input:invalid:focus[type=text],
.FormBuilder .was-validated select:invalid:focus,
.FormBuilder .was-validated textarea:invalid:focus,
.FormBuilder input.is-invalid:focus[type=email],
.FormBuilder input.is-invalid:focus[type=text],
.FormBuilder select.is-invalid:focus,
.FormBuilder textarea.is-invalid:focus,
.bootstrap-select:not(.dropdown--flat)>.is-invalid.dropdown-toggle:focus,
.form-control.is-invalid:focus,
.was-validated .FormBuilder input:invalid:focus[type=email],
.was-validated .FormBuilder input:invalid:focus[type=text],
.was-validated .FormBuilder select:invalid:focus,
.was-validated .FormBuilder textarea:invalid:focus,
.was-validated .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.FormBuilder .was-validated textarea:invalid,
.FormBuilder textarea.is-invalid,
.bootstrap-select:not(.dropdown--flat)>textarea.is-invalid.dropdown-toggle,
.was-validated .FormBuilder textarea:invalid,
.was-validated .bootstrap-select:not(.dropdown--flat)>textarea.dropdown-toggle:invalid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.8em + .6rem);
    background-position: top calc(.45em + .15rem) right calc(.45em + .15rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 1.45rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1rem/calc(.9em + .3rem) calc(.9em + .3rem) no-repeat #fff
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-input.is-invalid~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated .form-check-input:invalid~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:invalid~.form-check-label,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:invalid~label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-invalid~.form-check-label,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-invalid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-input.is-invalid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated .form-check-input:invalid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:invalid~.form-check-label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:invalid~label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-invalid~.form-check-label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-invalid~label,
.FormBuilder .InputfieldRadios .InputfieldContent .form-check-input.is-invalid~label,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated .form-check-input:invalid~label,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:invalid~.form-check-label,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:invalid~label,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-invalid~.form-check-label,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-invalid~label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent .form-check-input:invalid~label,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:invalid~.form-check-label,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:invalid~label,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent .form-check-input:invalid~label,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:invalid~.form-check-label,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:invalid~label,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent .form-check-input:invalid~label,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:invalid~.form-check-label,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:invalid~label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:invalid~.invalid-feedback,
.FormBuilder .InputfieldCheckbox .InputfieldContent .was-validated input:invalid~.invalid-tooltip,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-invalid~.invalid-feedback,
.FormBuilder .InputfieldCheckbox .InputfieldContent input.is-invalid~.invalid-tooltip,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:invalid~.invalid-feedback,
.FormBuilder .InputfieldCheckboxes .InputfieldContent .was-validated input:invalid~.invalid-tooltip,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-invalid~.invalid-feedback,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input.is-invalid~.invalid-tooltip,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:invalid~.invalid-feedback,
.FormBuilder .InputfieldRadios .InputfieldContent .was-validated input:invalid~.invalid-tooltip,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-invalid~.invalid-feedback,
.FormBuilder .InputfieldRadios .InputfieldContent input.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:invalid~.invalid-feedback,
.was-validated .FormBuilder .InputfieldCheckbox .InputfieldContent input:invalid~.invalid-tooltip,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:invalid~.invalid-feedback,
.was-validated .FormBuilder .InputfieldCheckboxes .InputfieldContent input:invalid~.invalid-tooltip,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:invalid~.invalid-feedback,
.was-validated .FormBuilder .InputfieldRadios .InputfieldContent input:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.FormBuilder .InputfieldCheckbox .InputfieldContent .form-inline label:not(.custom-control-label),
.FormBuilder .InputfieldCheckboxes .InputfieldContent .form-inline label:not(.custom-control-label),
.FormBuilder .InputfieldRadios .InputfieldContent .form-inline label:not(.custom-control-label),
.form-inline .FormBuilder .InputfieldCheckbox .InputfieldContent label:not(.custom-control-label),
.form-inline .FormBuilder .InputfieldCheckboxes .InputfieldContent label:not(.custom-control-label),
.form-inline .FormBuilder .InputfieldRadios .InputfieldContent label:not(.custom-control-label),
.form-inline .form-check {
    width: 100%
}

@media (min-width:768px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .FormBuilder .form-inline .Inputfield,
    .FormBuilder .form-inline fieldset,
    .form-inline .FormBuilder .Inputfield,
    .form-inline .FormBuilder fieldset,
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .FormBuilder .form-inline input[type=email],
    .FormBuilder .form-inline input[type=text],
    .FormBuilder .form-inline select,
    .FormBuilder .form-inline textarea,
    .form-inline .FormBuilder input[type=email],
    .form-inline .FormBuilder input[type=text],
    .form-inline .FormBuilder select,
    .form-inline .FormBuilder textarea,
    .form-inline .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle,
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .FormBuilder .InputfieldCheckbox .InputfieldContent .form-inline label:not(.custom-control-label),
    .FormBuilder .InputfieldCheckboxes .InputfieldContent .form-inline label:not(.custom-control-label),
    .FormBuilder .InputfieldRadios .InputfieldContent .form-inline label:not(.custom-control-label),
    .form-inline .FormBuilder .InputfieldCheckbox .InputfieldContent label:not(.custom-control-label),
    .form-inline .FormBuilder .InputfieldCheckboxes .InputfieldContent label:not(.custom-control-label),
    .form-inline .FormBuilder .InputfieldRadios .InputfieldContent label:not(.custom-control-label),
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .FormBuilder .InputfieldCheckbox .InputfieldContent .form-inline input,
    .FormBuilder .InputfieldCheckboxes .InputfieldContent .form-inline input,
    .FormBuilder .InputfieldRadios .InputfieldContent .form-inline input,
    .form-inline .FormBuilder .InputfieldCheckbox .InputfieldContent input,
    .form-inline .FormBuilder .InputfieldCheckboxes .InputfieldContent input,
    .form-inline .FormBuilder .InputfieldRadios .InputfieldContent input,
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}
.submenu.collapse{
    visibility: hidden;
    width: 300px;
}
.collapse:not(.show) {
    /* display: none */
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    flex-shrink: 0;
    display: inline-block;
    margin-left: .255em;
    position: relative;
    top: .1em;
    content: "";
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='8px' viewBox='0 0 14 8' style='fill: none; stroke: %231a1a1a; stroke-width: 1.1'%3E%3Cpolyline points='1,1 7,7 13,1'%3E%3C/polyline%3E%3C/svg%3E")
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: -1px 0 0;
    font-size: 1rem;
    color: #1a1a1a;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:768px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1440px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1640px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1920px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:2400px) {
    .dropdown-menu-xxxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px
}

.dropup .dropdown-toggle::after {
    flex-shrink: 0;
    display: inline-block;
    margin-left: .255em;
    position: relative;
    top: .1em;
    content: "";
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='8px' viewBox='0 0 14 8' style='fill: none; stroke: %231a1a1a; stroke-width: 1.1'%3E%3Cpolyline points='1,1 7,7 13,1'%3E%3C/polyline%3E%3C/svg%3E");
    transform: rotate(180deg)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: -1px
}

.dropright .dropdown-toggle::after {
    flex-shrink: 0;
    display: inline-block;
    margin-left: .255em;
    position: relative;
    top: .1em;
    content: "";
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='8px' viewBox='0 0 14 8' style='fill: none; stroke: %231a1a1a; stroke-width: 1.1'%3E%3Cpolyline points='1,1 7,7 13,1'%3E%3C/polyline%3E%3C/svg%3E");
    transform: rotate(90deg)
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: -1px
}

.dropleft .dropdown-toggle::after {
    flex-shrink: 0;
    display: inline-block;
    margin-left: .255em;
    position: relative;
    top: .1em;
    content: "";
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='8px' viewBox='0 0 14 8' style='fill: none; stroke: %231a1a1a; stroke-width: 1.1'%3E%3Cpolyline points='1,1 7,7 13,1'%3E%3C/polyline%3E%3C/svg%3E")
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    transform: rotate(-90deg);
    flex-shrink: 0;
    display: inline-block;
    margin-right: .255em;
    content: "";
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='8px' viewBox='0 0 14 8' style='fill: none; stroke: %231a1a1a; stroke-width: 1.1'%3E%3Cpolyline points='1,1 7,7 13,1'%3E%3C/polyline%3E%3C/svg%3E")
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1a1a1a
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.8rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.4rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1a1a1a;
    background-color: #1a1a1a
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #1a1a1a
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #737373;
    border-color: #737373
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .4rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .4rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/100% 100% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='-1 -1 18 18' style='stroke:%23fff; stroke-width: 2; fill: none'%3e%3cpolyline points='2.5,9 5.5,12 13.5,4' /%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #1a1a1a;
    background-color: #1a1a1a
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23fff' cx='8' cy='8' /%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.4rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.8em + .6rem + 2px);
    padding: .3rem 1rem .3rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    color: #1a1a1a;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #1a1a1a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(26, 26, 26, .25)
}

.custom-select:focus::-ms-value {
    color: #1a1a1a;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1a1a1a
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.8em + .6rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.8em + .6rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #1a1a1a;
    box-shadow: none
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.8em + .6rem + 2px);
    padding: .3rem 0;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.8;
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.8em + .6rem);
    padding: .3rem 0;
    line-height: 1.8;
    color: #1a1a1a;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #1a1a1a;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #737373
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1a1a1a;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #737373
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #1a1a1a;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #737373
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: calc(1rem - 2px);
    word-wrap: break-word;
    background-color: #000;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 0
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: -.5rem
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #000
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: -.5rem;
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #000
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: -.5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #000
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 0 solid #000
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: -.5rem;
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #000
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #000;
    border-bottom: 0 solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #fff
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

@media (min-width:768px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1440px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1640px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1920px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:2400px) {
    .d-xxxl-none {
        display: none !important
    }

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

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

    .d-xxxl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

:root {
    --swiper-theme-color: #000
}

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

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

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

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

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

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

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

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

.swiper-container-3d {
    perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.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(.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(.66)
}

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .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-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

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

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

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

.swiper-pagination-progressbar {
    background: rgba(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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

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

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

.swiper-pagination-red {
    --swiper-pagination-color: #dc3545
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-gray10 {
    --swiper-pagination-color: #1a1a1a
}

.swiper-pagination-gray70 {
    --swiper-pagination-color: #b3b3b3
}

.swiper-pagination-gray95 {
    --swiper-pagination-color: #f2f2f2
}

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

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

.swiper-container-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, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px
}

.FormBuilder input.bootstrap-select[type=email],
.FormBuilder input.bootstrap-select[type=text],
.FormBuilder select.bootstrap-select,
.FormBuilder textarea.bootstrap-select,
.bootstrap-select.form-control,
.bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

.FormBuilder :not(.input-group)>input.bootstrap-select:not([class*=col-])[type=email],
.FormBuilder :not(.input-group)>input.bootstrap-select:not([class*=col-])[type=text],
.FormBuilder :not(.input-group)>select.bootstrap-select:not([class*=col-]),
.FormBuilder :not(.input-group)>textarea.bootstrap-select:not([class*=col-]),
.bootstrap-select:not(.dropdown--flat):not(.input-group)>.bootstrap-select.dropdown-toggle:not([class*=col-]),
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.FormBuilder input.bootstrap-select.input-group-btn[type=email],
.FormBuilder input.bootstrap-select.input-group-btn[type=text],
.FormBuilder select.bootstrap-select.input-group-btn,
.FormBuilder textarea.bootstrap-select.input-group-btn,
.bootstrap-select.form-control.input-group-btn,
.bootstrap-select:not(.dropdown--flat)>.bootstrap-select.input-group-btn.dropdown-toggle {
    float: none;
    z-index: auto
}

.FormBuilder .form-inline input.bootstrap-select:not([class*=col-])[type=email],
.FormBuilder .form-inline input.bootstrap-select:not([class*=col-])[type=text],
.FormBuilder .form-inline select.bootstrap-select:not([class*=col-]),
.FormBuilder .form-inline textarea.bootstrap-select:not([class*=col-]),
.form-inline .FormBuilder input.bootstrap-select:not([class*=col-])[type=email],
.form-inline .FormBuilder input.bootstrap-select:not([class*=col-])[type=text],
.form-inline .FormBuilder select.bootstrap-select:not([class*=col-]),
.form-inline .FormBuilder textarea.bootstrap-select:not([class*=col-]),
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]),
.form-inline .bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.FormBuilder .Inputfield .bootstrap-select,
.FormBuilder fieldset .bootstrap-select,
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.FormBuilder .form-group-lg input.bootstrap-select[type=email],
.FormBuilder .form-group-lg input.bootstrap-select[type=text],
.FormBuilder .form-group-lg select.bootstrap-select,
.FormBuilder .form-group-lg textarea.bootstrap-select,
.FormBuilder .form-group-sm input.bootstrap-select[type=email],
.FormBuilder .form-group-sm input.bootstrap-select[type=text],
.FormBuilder .form-group-sm select.bootstrap-select,
.FormBuilder .form-group-sm textarea.bootstrap-select,
.form-group-lg .FormBuilder input.bootstrap-select[type=email],
.form-group-lg .FormBuilder input.bootstrap-select[type=text],
.form-group-lg .FormBuilder select.bootstrap-select,
.form-group-lg .FormBuilder textarea.bootstrap-select,
.form-group-lg .bootstrap-select.form-control,
.form-group-lg .bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle,
.form-group-sm .FormBuilder input.bootstrap-select[type=email],
.form-group-sm .FormBuilder input.bootstrap-select[type=text],
.form-group-sm .FormBuilder select.bootstrap-select,
.form-group-sm .FormBuilder textarea.bootstrap-select,
.form-group-sm .bootstrap-select.form-control,
.form-group-sm .bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle {
    padding: 0
}

.FormBuilder .form-group-lg input.bootstrap-select[type=email] .dropdown-toggle,
.FormBuilder .form-group-lg input.bootstrap-select[type=text] .dropdown-toggle,
.FormBuilder .form-group-lg select.bootstrap-select .dropdown-toggle,
.FormBuilder .form-group-lg textarea.bootstrap-select .dropdown-toggle,
.FormBuilder .form-group-sm input.bootstrap-select[type=email] .dropdown-toggle,
.FormBuilder .form-group-sm input.bootstrap-select[type=text] .dropdown-toggle,
.FormBuilder .form-group-sm select.bootstrap-select .dropdown-toggle,
.FormBuilder .form-group-sm textarea.bootstrap-select .dropdown-toggle,
.form-group-lg .FormBuilder input.bootstrap-select[type=email] .dropdown-toggle,
.form-group-lg .FormBuilder input.bootstrap-select[type=text] .dropdown-toggle,
.form-group-lg .FormBuilder select.bootstrap-select .dropdown-toggle,
.form-group-lg .FormBuilder textarea.bootstrap-select .dropdown-toggle,
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-lg .bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle .dropdown-toggle,
.form-group-sm .FormBuilder input.bootstrap-select[type=email] .dropdown-toggle,
.form-group-sm .FormBuilder input.bootstrap-select[type=text] .dropdown-toggle,
.form-group-sm .FormBuilder select.bootstrap-select .dropdown-toggle,
.form-group-sm .FormBuilder textarea.bootstrap-select .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.FormBuilder .form-inline .bootstrap-select input[type=email],
.FormBuilder .form-inline .bootstrap-select input[type=text],
.FormBuilder .form-inline .bootstrap-select select,
.FormBuilder .form-inline .bootstrap-select textarea,
.form-inline .bootstrap-select .FormBuilder input[type=email],
.form-inline .bootstrap-select .FormBuilder input[type=text],
.form-inline .bootstrap-select .FormBuilder select,
.form-inline .bootstrap-select .FormBuilder textarea,
.form-inline .bootstrap-select .form-control,
.form-inline .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: right;
    overflow: hidden;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.FormBuilder .input-group input.bootstrap-select[type=email] .dropdown-toggle,
.FormBuilder .input-group input.bootstrap-select[type=text] .dropdown-toggle,
.FormBuilder .input-group select.bootstrap-select .dropdown-toggle,
.FormBuilder .input-group textarea.bootstrap-select .dropdown-toggle,
.input-group .FormBuilder input.bootstrap-select[type=email] .dropdown-toggle,
.input-group .FormBuilder input.bootstrap-select[type=text] .dropdown-toggle,
.input-group .FormBuilder select.bootstrap-select .dropdown-toggle,
.input-group .FormBuilder textarea.bootstrap-select .dropdown-toggle,
.input-group .bootstrap-select.form-control .dropdown-toggle,
.input-group .bootstrap-select:not(.dropdown--flat)>.bootstrap-select.dropdown-toggle .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    transform-style: preserve-3d;
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.FormBuilder .bs-searchbox input[type=email],
.FormBuilder .bs-searchbox input[type=text],
.FormBuilder .bs-searchbox select,
.FormBuilder .bs-searchbox textarea,
.bs-searchbox .FormBuilder input[type=email],
.bs-searchbox .FormBuilder input[type=text],
.bs-searchbox .FormBuilder select,
.bs-searchbox .FormBuilder textarea,
.bs-searchbox .bootstrap-select:not(.dropdown--flat)>.dropdown-toggle,
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

@font-face {
    font-family: GothamSS;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GothamSSm-Light.woff2) format("woff2"), url(../fonts/GothamSSm-Light.woff) format("woff"), url(../fonts/GothamSSm-Light.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/GothamSSm-LightItalic.woff2) format("woff2"), url(../fonts/GothamSSm-LightItalic.woff) format("woff"), url(../fonts/GothamSSm-LightItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/GothamSSm-Book.woff2) format("woff2"), url(../fonts/GothamSSm-Book.woff) format("woff"), url(../fonts/GothamSSm-Book.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/GothamSSm-BookItalic.woff2) format("woff2"), url(../fonts/GothamSSm-BookItalic.woff) format("woff"), url(../fonts/GothamSSm-BookItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/GothamSSm-Medium.woff2) format("woff2"), url(../fonts/GothamSSm-Medium.woff) format("woff"), url(../fonts/GothamSSm-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/GothamSSm-MediumItalic.woff2) format("woff2"), url(../fonts/GothamSSm-MediumItalic.woff) format("woff"), url(../fonts/GothamSSm-MediumItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GothamSSm-Bold.woff2) format("woff2"), url(../fonts/GothamSSm-Bold.woff) format("woff"), url(../fonts/GothamSSm-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamSS;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/GothamSSm-BoldItalic.woff2) format("woff2"), url(../fonts/GothamSSm-BoldItalic.woff) format("woff"), url(../fonts/GothamSSm-BoldItalic.ttf) format("truetype");
    font-display: swap
}

:root {
    --color-text: #1a1a1a;
    --color-text-inverted: #fff;
    --color-background: #fff;
    --color-background-inverted: #000;
    --actual-vh: 1vh;
    --initial-vh: 1vh;
    --column-width: calc((100vw - var(--container-padding) * 2 - var(--gutter) * 11) / 12);
    --column-width-gutter: calc(var(--column-width) + var(--gutter));
    --column-width-2-gutter: calc(var(--column-width) + var(--gutter) * 2);
    --gutter: 4.26667vw;
    --container-padding: 4.26667vw;
    --site-header-height: 3.57143rem
}

@media (min-width:768px) {
    :root {
        --gutter: 3.125vw
    }
}

@media (min-width:768px) {
    :root {
        --container-padding: 4.16667vw
    }
}

@media (min-width:992px) {
    :root {
        --container-padding: 3.125vw
    }
}

@media (min-width:768px) {
    :root {
        --site-header-height: 3.75rem
    }
}

::selection {
    color: var(--color-background);
    background: var(--color-text)
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1640px) {
    html {
        font-size: 18px
    }
}

html.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

html.page-transitioning * {
    cursor: progress !important
}

body.frontend {
    overscroll-behavior-y: none
}

html:not(.is-ready) body.frontend {
    opacity: 0
}

svg {
    overflow: visible
}

figure {
    margin: 0
}

img {
    /* width: 100%; */
    max-width: 100%
}

a[href^="tel:"] {
    text-decoration: none !important
}

label:not(.custom-control-label) {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500
}

.FormBuilder .InputfieldCheckbox .InputfieldContent label,
.FormBuilder .InputfieldCheckboxes .InputfieldContent label,
.FormBuilder .InputfieldRadios .InputfieldContent label,
.InputfieldCheckbox label:not(.InputfieldHeader),
.InputfieldRadiosStacked label,
label.custom-file-label,
label.form-check-label {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    min-height: .001vw
}

.h1,
h1 {
    font-size: 27.46199px
}

@media (min-width:320px) and (max-width:768px) {

    .h1,
    h1 {
        font-size: calc(27.46199px + 7.64322 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {

    .h1,
    h1 {
        font-size: calc(35.10521px + 10.48233 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .h1,
    h1 {
        font-size: calc(45.58754px + 16.34449 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

@media (min-width:1640px) and (max-width:1920px) {

    .h1,
    h1 {
        font-size: calc(61.93203px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {

    .h1,
    h1 {
        font-size: 61.93203px
    }
}

.h2,
h2 {
    font-size: 24px
}

@media (min-width:320px) and (max-width:768px) {

    .h2,
    h2 {
        font-size: calc(24px + 6 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {

    .h2,
    h2 {
        font-size: calc(30px + 6 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .h2,
    h2 {
        font-size: calc(36px + 10 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {

    .h2,
    h2 {
        font-size:32px
    }
}

@media (min-width:1640px) and (max-width:1920px) {

    .h2,
    h2 {
        font-size: calc(46px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {

    .h2,
    h2 {
        font-size: 46px
    }
     .h2,
    h2 {
        font-size: 33px
    }
}

.h3,
h3 {
    font-size: 22.43628px
}
.h3,
h3 {
    font-size: 20.43628px
}
@media (min-width:320px) and (max-width:768px) {

    .h3,
    h3 {
        font-size: calc(22.43628px + 5.29667 * ((100vw - 320px)/ 448))
    }
      .h3,
    h3 {
        font-size: calc(18.43628px + 5.29667 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {

    .h3,
    h3 {
        font-size: calc(27.73295px + 4.25826 * ((100vw - 768px)/ 224))
    }
     .h3,
    h3 {
        font-size: calc(21.73295px + 4.25826 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .h3,
    h3 {
        font-size: calc(31.99121px + 7.65294 * ((100vw - 992px)/ 448))
    }
      .h3,
    h3 {
        font-size: calc(25.99121px + 7.65294 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {

    .h3,
    h3 {
        font-size: calc(39.64415px + 0 * ((100vw - 1440px)/ 200))
    }
     .h3,
    h3 {
        font-size: calc(28.64415px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {

    .h3,
    h3 {
        font-size: calc(39.64415px + 0 * ((100vw - 1640px)/ 280))
    }
      .h3,
    h3 {
        font-size: calc(30.64415px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {

    .h3,
    h3 {
        font-size: 39.64415px
    }
      .h3,
    h3 {
        font-size: 30.64415px
    }
}

.h4,
h4 {
    font-size: 18.64167px
}

@media (min-width:320px) and (max-width:768px) {

    .h4,
    h4 {
        font-size: calc(18.64167px + 3.70187 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {

    .h4,
    h4 {
        font-size: calc(22.34354px + .77888 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .h4,
    h4 {
        font-size: calc(23.12242px + 3.21588 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {

    .h4,
    h4 {
        font-size: calc(26.33829px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {

    .h4,
    h4 {
        font-size: calc(26.33829px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {

    .h4,
    h4 {
        font-size: 26.33829px
    }
}

.h5,
h5 {
    font-size: 18.02414px
}

@media (min-width:320px) and (max-width:768px) {

    .h5,
    h5 {
        font-size: calc(18.02414px + 3.45858 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {

    .h5,
    h5 {
        font-size: calc(21.48272px + .31431 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .h5,
    h5 {
        font-size: calc(21.79703px + 2.65406 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {

    .h5,
    h5 {
        font-size: calc(24.45109px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {

    .h5,
    h5 {
        font-size: calc(24.45109px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {

    .h5,
    h5 {
        font-size: 24.45109px
    }
}

.h6,
h6 {
    font-size: 16.56834px
}

@media (min-width:320px) and (max-width:768px) {

    .h6,
    h6 {
        font-size: calc(16.56834px + 2.90466 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {

    .h6,
    h6 {
        font-size: calc(19.473px + -.66652 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .h6,
    h6 {
        font-size: calc(18.80648px + 1.4972 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {

    .h6,
    h6 {
        font-size: calc(20.30368px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {

    .h6,
    h6 {
        font-size: calc(20.30368px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {

    .h6,
    h6 {
        font-size: 20.30368px
    }
}

.text-light {
    font-weight: 300
}

.text-small {
    font-size: calc(1rem - 2px);
    line-height: 1.5
}

.text-xsmall {
    font-size: calc(1rem - 4px);
    line-height: 1.5
}

.text-no-uppercase {
    text-transform: none;
    line-height: 1.6
}

.Lead {
    font-size: 17.13599px;
    font-weight: 300;
    line-height: 1.6
}

@media (min-width:320px) and (max-width:768px) {
    .Lead {
        font-size: calc(17.13599px + 3.11729 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .Lead {
        font-size: calc(20.25328px + -.30326 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .Lead {
        font-size: calc(19.95003px + 1.92075 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .Lead {
        font-size: calc(21.87078px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .Lead {
        font-size: calc(21.87078px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .Lead {
        font-size: 21.87078px
    }
}

.Banner:not(.--blackText),
.color-inverted {
    --color-text: #fff;
    --color-text-inverted: #1a1a1a;
    --color-background: #000;
    --color-background-inverted: #fff;
    color: #fff
}

.alert {
    color: #fff;
    font-weight: 400;
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    background: #fff;
    margin-bottom: 1rem !important
}

.alert.alert-danger,
.alert.alert-error {
    background: #900
}

.alert.alert-warning {
    color: #1a1a1a;
    background: #900
}

.alert.alert-success {
    background: #000
}

.alert label {
    margin: 0;
    color: inherit
}

.alert-danger+.alert-danger,
.alert-error+.alert-error,
.alert-success+.alert-success,
.alert-warning+.alert-warning {
    margin-top: -2rem
}

.custom-control-label::before {
    background-color: transparent;
    border: 1px solid
}

.FormBuilder input[type=email],
.FormBuilder input[type=text],
.FormBuilder select,
.FormBuilder textarea,
.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle,
.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 300
}

.FormBuilder .input-error,
.FormBuilder .notes,
.form-text {
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.FormBuilder textarea,
.bootstrap-select:not(.dropdown--flat)>textarea.dropdown-toggle,
textarea.form-control {
    resize: none
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: 0
}

.bootstrap-select:not(.dropdown--flat)>.dropdown-toggle {
    display: flex
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}

.fancybox-bg {
    background: #000
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.fancybox-is-open.fancybox--modal .fancybox-bg {
    opacity: .8
}

.fancybox-toolbar {
    height: 3.57143rem;
    padding-right: 4.26667vw;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end
}

@media (min-width:768px) {
    .fancybox-toolbar {
        height: 3.75rem
    }
}

@media (min-width:768px) {
    .fancybox-toolbar {
        padding-right: 4.16667vw
    }
}

@media (min-width:992px) {
    .fancybox-toolbar {
        padding-right: 3.125vw
    }
}

.fancybox-slide--image {
    padding: 8.53333vw
}

@media (min-width:768px) {
    .fancybox-slide--image {
        padding: 8.33333vw
    }
}

@media (min-width:992px) {
    .fancybox-slide--image {
        padding: 6.25vw
    }
}

.fancybox-caption {
    padding: 4.26667vw;
    padding-bottom: 1rem !important;
    font-size: 1rem
}

@media (min-width:768px) {
    .fancybox-caption {
        padding: 4.16667vw
    }
}

@media (min-width:992px) {
    .fancybox-caption {
        padding: 3.125vw
    }
}

.fancybox-button {
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-size: 0;
    color: #fff;
    background-color: transparent
}

.fancybox-button .Icon {
    pointer-events: none;
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1px
}

.fancybox-button--close {
    width: 1.5rem
}

.fancybox-navigation .is-mobile {
    display: none
}

.fancybox-navigation .fancybox-button {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 4rem;
    height: 4rem
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 4.26667vw;
    transform: translate(-1rem, -50%)
}

@media (min-width:768px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 4.16667vw
    }
}

@media (min-width:992px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 3.125vw
    }
}

.fancybox-navigation .fancybox-button--arrow_left svg {
    transform: rotate(180deg)
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 4.26667vw;
    transform: translate(1rem, -50%)
}

@media (min-width:768px) {
    .fancybox-navigation .fancybox-button--arrow_right {
        right: 4.16667vw
    }
}

@media (min-width:992px) {
    .fancybox-navigation .fancybox-button--arrow_right {
        right: 3.125vw
    }
}

.fancybox-button[disabled] {
    opacity: 0 !important
}

.fancybox-loading {
    border: 2px solid #aaa;
    border-bottom-color: #fff;
    width: 2rem;
    height: 2rem;
    animation: .5s linear infinite fancybox-rotate
}

.fancybox--overlay:not(.fancybox-after-load) {
    cursor: progress !important
}

.fancybox--overlay .fancybox-bg {
    background: #fff
}

.fancybox-is-open .fancybox--overlay .fancybox-bg {
    opacity: .4
}

.fancybox--overlay .fancybox-slide {
    padding: 0
}

.fancybox--overlay .fancybox-slide:before {
    content: none
}

.fancybox--overlay .fancybox-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    display: block
}

.fancybox--overlay .fancybox-button {
    color: #1a1a1a
}

.fancybox--dialog.fancybox-is-open .fancybox-bg {
    opacity: .4
}

.fancybox--dialog .fancybox-slide--html {
    padding: 16px
}

.fancybox--dialog .fancybox-slide--html .fancybox-close-small {
    top: 1rem;
    right: 1rem;
    padding: 0
}

.fancybox--dialog .fancybox-content {
    padding: 2rem
}

@media (min-width:768px) {
    .fancybox--dialog .fancybox-content {
        width: 30rem;
        padding: 3rem
    }
}

.fancybox--dialog .fancybox-content>:nth-last-child(2) {
    margin-bottom: 0
}

.fancybox--modal .fancybox-slide--html {
    padding: 0
}

.fancybox--modal .fancybox-slide--html .fancybox-close-small {
    top: 1rem;
    right: 1rem;
    padding: 0
}

.js-focus-visible :focus:not(.focus-visible),
.js-focus-visible button:focus:not(.focus-visible) {
    outline: 0
}

.focus-visible,
.focus-visible+.custom-control-label:after {
    outline: rgba(127, 127, 127, .3) solid 2px !important;
    outline-offset: 4px !important
}

.bootstrap-select .focus-visible,
input[type=email].focus-visible,
input[type=password].focus-visible,
input[type=search].focus-visible,
input[type=text].focus-visible,
select.focus-visible,
textarea.focus-visible {
    outline: 0 !important
}

.c-scrollbar {
    z-index: 1080
}

.c-scrollbar_thumb {
    background-color: gray
}

.swiper-scrollbar {
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer !important;
    border-radius: 0
}

.swiper-scrollbar:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: -1
}

.Banner:not(.--blackText) .swiper-scrollbar,
.color-inverted .swiper-scrollbar {
    background-color: rgba(255, 255, 255, .3)
}

.swiper-scrollbar-drag {
    background-color: #000;
    border-radius: 0
}

.swiper-scrollbar-drag:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: -1
}

.Banner:not(.--blackText) .swiper-scrollbar-drag,
.color-inverted .swiper-scrollbar-drag {
    background-color: #fff
}

.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    bottom: 1px
}

.Banner.--full {
    padding: 0
}

.Banner:not(.--full) .Banner-outer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4.26667vw;
    padding-left: 4.26667vw
}

@media (min-width:768px) {
    .Banner:not(.--full) .Banner-outer {
        padding-right: 4.16667vw;
        padding-left: 4.16667vw
    }
}

@media (min-width:992px) {
    .Banner:not(.--full) .Banner-outer {
        padding-right: 3.125vw;
        padding-left: 3.125vw
    }
}

.Banner-inner {
    position: relative;
    overflow: hidden
}

.Banner.--full .Banner-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4.26667vw;
    padding-left: 4.26667vw
}

@media (min-width:768px) {
    .Banner.--full .Banner-container {
        padding-right: 4.16667vw;
        padding-left: 4.16667vw
    }
}

@media (min-width:992px) {
    .Banner.--full .Banner-container {
        padding-right: 3.125vw;
        padding-left: 3.125vw
    }
}

.Banner-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    right: -2px;
    overflow: hidden
}

.Banner-media:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .3
}

.Banner-image,
.Banner-video {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.Banner-image.lazyloaded,
.Banner-video.lazyloaded {
    opacity: 1
}

.Banner-image {
    background: center/cover no-repeat
}

.Banner-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Banner-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto
}

@media (min-width:768px) {
    .Banner-content {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw
    }
}

@media (min-width:992px) {
    .Banner-content {
        min-height: 70vh
    }
}

.Banner.--full .Banner-content {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .Banner.--full .Banner-content {
        flex: 0 0 91.33333%;
        max-width: 91.33333%
    }
}

.Banner:not(.--full) .Banner-content {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.Banner.--vAlignTop .Banner-content {
    justify-content: flex-start
}

.Banner.--vAlignBottom .Banner-content {
    justify-content: flex-end
}

.Banner.--hAlignLeft .Banner-content {
    text-align: right;
    align-items: flex-start
}

.Banner.--hAlignRight .Banner-content {
    text-align: right;
    align-items: flex-end
}

.HpSections.--hasSlides .Banner-content {
    height: 100vh
}

.Banner-contentWrapper {
    max-width: 35rem
}

[data-scroll-container] .Banner-contentWrapper>* {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s;
    margin-bottom: 25px;
}

.Banner-contentWrapper.is-inview>* {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Banner-contentWrapper>* {
    will-change: transform
}

.Banner-contentWrapper.is-inview>:nth-child(n+1) {
    transition-delay: .2s !important
}

.Banner-contentWrapper.is-inview>:nth-child(n+2) {
    transition-delay: .3s !important
}

.Banner-contentWrapper.is-inview>:nth-child(n+3) {
    transition-delay: .4s !important
}

.Banner-contentWrapper>:last-child {
    margin-bottom: 0
}

.BlockUI {
    position: relative;
    pointer-events: none
}

.BlockUI:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 2
}

.Button,
.FormBuilder button:not(.dropdown-toggle) {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    display: inline-flex;
    font-weight: 500;
    height: 2.875rem;
    justify-content: center;
    letter-spacing: .02em;
    min-width: 10rem;
    overflow: hidden;
    padding: 0 .75rem;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    z-index: 2;
    /* color: var(--color-text-inverted) !important; */
    background: var(--color-background-inverted)
}

.Button:before,
.FormBuilder button:not(.dropdown-toggle):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    background-color: #24a1b3;
    opacity: .2;
    z-index: -1;
}
.Button:hover{
    color: #fff;
}
.Banner:not(.--blackText) .Button:before,
.Banner:not(.--blackText) .FormBuilder button:not(.dropdown-toggle):before,
.FormBuilder .Banner:not(.--blackText) button:not(.dropdown-toggle):before,
.FormBuilder .color-inverted button:not(.dropdown-toggle):before,
.color-inverted .Button:before,
.color-inverted .FormBuilder button:not(.dropdown-toggle):before {
    opacity: 1
}

.Button:hover:before,
.FormBuilder button:not(.dropdown-toggle):hover:before {
    transform: translateY(0)
}

.Button--arrow,
.FormBuilder button:not(.dropdown-toggle) {
    justify-content: space-between
}

.Button--arrow:after,
.FormBuilder button:not(.dropdown-toggle):after {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewbox='0 0 16 16' style='fill: none; stroke: %23fff; stroke-width: 1.5px'%3E%3Cpath d='M9.1 3.1L14 8l-4.9 4.9M2 8h12'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.Banner:not(.--blackText) .Button--arrow:after,
.Banner:not(.--blackText) .FormBuilder button:not(.dropdown-toggle):after,
.FormBuilder .Banner:not(.--blackText) button:not(.dropdown-toggle):after,
.FormBuilder .color-inverted button:not(.dropdown-toggle):after,
.color-inverted .Button--arrow:after,
.color-inverted .FormBuilder button:not(.dropdown-toggle):after {
    filter: invert(1)
}

.CardList {
    overflow: hidden
}

.CardList .swiper-container {
    margin-top: -8.53333vw;
    overflow: visible
}

@media (min-width:768px) {
    .CardList .swiper-container {
        margin-top: -6.25vw
    }
}

@media (max-width:767.98px) {
    .CardList .swiper-container {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .CardList .swiper-container {
        pointer-events: none
    }
}

@media (min-width:768px) {
    .CardList .swiper-wrapper {
        transform: none !important;
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.13333vw;
        margin-left: -2.13333vw
    }
}

@media (min-width:768px) and (min-width:768px) {
    .CardList .swiper-wrapper {
        margin-right: -1.5625vw;
        margin-left: -1.5625vw
    }
}

.CardList .swiper-slide {
    pointer-events: auto;
    margin-top: 8.53333vw;
    height: auto;
    display: flex;
    width: 90%
}

@media (min-width:768px) {
    .CardList .swiper-slide {
        margin-top: 6.25vw
    }
}

.CardList .swiper-slide:last-child {
    margin-right: 0
}

@media (max-width:767.98px) {
    .CardList .swiper-slide {
        margin-right: 4.26667vw;
        margin-top: 0
    }

    .CardList .swiper-slide:last-child:first-child {
        width: 100%
    }
}

@media (min-width:768px) {
    .CardList .swiper-slide {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 2.13333vw;
        padding-left: 2.13333vw;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) and (min-width:768px) {
    .CardList .swiper-slide {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) {
    .CardList .swiper-slide.--full {
        flex: 0 0 100%;
        max-width: 100%
    }

    .CardList .swiper-slide:first-child:last-child {
        margin-left: auto;
        margin-right: auto
    }
}

.CardList-item {
    align-items: flex-end;
    display: flex;
    min-height: 34vw;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:767.98px) {
    .CardList-item {
        min-height: 75vw
    }
}

.CardList-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .25
}

.CardList-figure {
    background-color: rgba(85, 85, 85, .1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.CardList-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center/cover no-repeat
}

.CardList-image.lazyloaded {
    opacity: 1
}

.CardList-imagePlaceholder {
    visibility: hidden
}

.CardList-content {
    margin: 4.26667vw;
    position: relative;
    z-index: 1
}

[data-scroll-container] .CardList-content {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.CardList-content.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.CardList-content {
    will-change: transform
}

@media (min-width:768px) {
    .CardList-content {
        margin: 4.16667vw
    }
}

@media (min-width:992px) {
    .CardList-content {
        margin: 3.125vw
    }
}

@media (min-width:1440px) {
    .CardsText-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin: auto
    }
}

.CardsText-row {
    margin-top: -8.53333vw
}

@media (min-width:768px) {
    .CardsText-row {
        margin-top: -6.25vw
    }
}

.CardsText-col {
    margin-top: 8.53333vw
}

[data-scroll-container] .CardsText-col {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.CardsText-col.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.CardsText-col {
    will-change: transform
}

@media (min-width:768px) {
    .CardsText-col {
        margin-top: 6.25vw
    }
}

@media (min-width:992px) {

    .CardsText-col:nth-last-child(2):first-child,
    .CardsText-col:nth-last-child(2):first-child~.CardsText-col {
        flex: 0 0 50%;
        max-width: 50%
    }

    .CardsText-col:nth-last-child(3):first-child,
    .CardsText-col:nth-last-child(3):first-child~.CardsText-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .CardsText-col:nth-last-child(4):first-child,
    .CardsText-col:nth-last-child(4):first-child~.CardsText-col {
        flex: 0 0 50%;
        max-width: 50%
    }

    .CardsText-col:nth-last-child(n+5),
    .CardsText-col:nth-last-child(n+5)~.CardsText-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.CardsText-title {
    border-top: 2px solid currentColor;
    padding-top: .75rem
}

.Catalogue-container {
    text-align: center
}

[data-scroll-container] .Catalogue-container {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Catalogue-container.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Catalogue-container {
    will-change: transform
}

.Catalogue-figure {
    background-color: rgba(85, 85, 85, .1);
    margin: auto;
    max-width: 30rem;
    height: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .25)
}

.Catalogue-image {
    transition: opacity .6s;
    opacity: .001
}

.Catalogue-image.lazyloaded {
    opacity: 1
}

.CatalogueHeader {
    padding-top: 7.14286rem;
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .CatalogueHeader {
        padding-top: 11.25rem
    }
}

.has-subnav .CatalogueHeader {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .CatalogueHeader {
        padding-top: 15rem
    }
}

@media (min-width:768px) {
    .CatalogueHeader {
        margin-bottom: 6.25vw
    }
}

.CatalogueHeader-title {
    margin-bottom: 2.25rem;
    text-align: center
}

[data-scroll-container] .CatalogueHeader-title {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.CatalogueHeader-title.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.CatalogueHeader-title {
    will-change: transform
}

@media (min-width:768px) {
    .CatalogueHeader-title {
        margin-bottom: 4.6875vw
    }
}

.CatalogueHeader-nav {
    margin: auto;
    max-width: 100%
}

[data-scroll-container] .CatalogueHeader-nav {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.CatalogueHeader-nav.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.CatalogueHeader-nav {
    will-change: transform
}

@media (min-width:768px) {
    .CatalogueHeader-nav {
        max-width: 15rem
    }
}

.CatalogueHeader-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none
}

.CatalogueHeader-link {
    text-transform: uppercase;
    opacity: .3;
    transition: opacity .3s;
    font-weight: 500
}

.CatalogueHeader-link.is-active {
    opacity: 1 !important
}

.CatalogueHeader-link:hover {
    text-decoration: none;
    opacity: .6
}

.CatalogueList-mainCol {
    margin-top: -3rem
}

@media (min-width:768px) {
    .CatalogueList-mainCol {
        margin-top: -6.25vw
    }
}

@media (min-width:768px) {
    .CatalogueList-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.CatalogueList-col {
    margin-top: 3rem;
    will-change: transform
}

[data-scroll-container] .CatalogueList-col {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.CatalogueList-col.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.CatalogueList-col {
    will-change: transform
}

@media (min-width:768px) {
    .CatalogueList-col {
        margin-top: 6.25vw
    }
}

.CatalogueList-col:nth-child(2n+2).is-inview {
    transition-delay: .3s !important
}

@media (min-width:992px) {
    .CatalogueList-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .CatalogueList-col:nth-child(3n+2).is-inview {
        transition-delay: .3s !important
    }

    .CatalogueList-col:nth-child(3n+3).is-inview {
        transition-delay: .4s !important
    }
}

@media (min-width:1640px) {
    .CatalogueList-col {
        flex: 0 0 25%;
        max-width: 25%
    }

    .CatalogueList-col:nth-child(4n+2).is-inview {
        transition-delay: .3s !important
    }

    .CatalogueList-col:nth-child(4n+3).is-inview {
        transition-delay: .4s !important
    }

    .CatalogueList-col:nth-child(4n+4).is-inview {
        transition-delay: .5s !important
    }
}

.CatalogueList-link {
    display: block;
    text-decoration: none !important
}

.CatalogueList .CatalogueList-link {
    transition: opacity .4s;
    text-decoration: none !important
}

/* .CatalogueList.--hover .CatalogueList-link:not(:hover) {
    opacity: .4 !important
} */

.CatalogueList-figure {
    background-color: rgba(85, 85, 85, .1);
    margin-bottom: 2rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .25)
}

.CatalogueList-image {
    transition: opacity .6s;
    opacity: .001
}

.CatalogueList-image.lazyloaded {
    opacity: 1
}

.CatalogueList-title {
    font-size: 1rem;
    text-align: center
}

.CookieAlert {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2130;
    background-color: var(--color-background);
    color: var(--color-text);
    padding: 1rem;
    display: none;
    transform: translateY(200%);
    transition: transform .6s
}

@media (min-width:768px) {
    .CookieAlert {
        bottom: 2rem;
        right: 2rem;
        left: auto;
        width: 22rem
    }

    .CookieAlert br {
        display: none
    }
}

.CookieAlert.is-ready {
    display: block
}

.CookieAlert.is-visible {
    transition: none;
    transform: translateY(0)
}

.CookieAlert-link {
    text-decoration: underline !important
}

.CookieAlert-action {
    padding-top: 8px;
    text-align: right
}

.Dealers {
    min-height: 70vh
}

.Dealers [data-dealers-result] {
    height: 0;
    overflow: hidden
}

.Dealers.has-search [data-dealers-result] {
    padding-bottom: 4rem;
    height: auto
}

@media (min-width:768px) {
    .Dealers.has-search [data-dealers-result] {
        padding-bottom: 9.375vw
    }
}

.Dealers-notFound {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin-top: 1rem;
    font-weight: 500;
    display: none
}

.Dealers.not-found .Dealers-notFound {
    display: block
}

.Dealers-mapWrapper {
    padding-bottom: 45%;
    overflow: hidden;
    position: relative;
    margin-bottom: 6rem
}

@media (max-width:767.98px) {
    .Dealers-mapWrapper {
        display: none
    }
}

.Dealers-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width:992px) {
    .Dealers-listCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.Dealers-card {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .Dealers-card {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) {
    .Dealers-card {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .Dealers-card {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.Dealers-card-content {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    border-top: 2px solid currentColor;
    padding: 2rem 0 3rem
}

.Dealers-card-content [data-title] {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem
}

.Dealers-card-content [data-url] {
    text-decoration: underline
}

.Dealers-card-content [data-distance] {
    padding-top: 1rem;
    color: rgba(0, 0, 0, .5)
}

.Dealers-infowindow {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400
}

.Dealers-infowindow [data-title] {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5rem
}

.Dealers-infowindow [data-url] {
    text-decoration: underline
}

.Dealers-infowindow [data-distance] {
    padding-top: .5rem;
    color: rgba(0, 0, 0, .5)
}

.Dealers-geolocate {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    display: inline-flex;
    margin-top: 2rem;
    align-items: center;
    cursor: pointer
}

.Dealers-geolocate:hover {
    text-decoration: underline
}

.Dealers-geolocate.is-loading {
    pointer-events: none
}

.Dealers-geolocate-icon {
    padding-right: .3rem;
    position: relative;
    top: -.1rem
}

.Dealers-geolocate.is-loading .Dealers-geolocate-icon .Icon {
    opacity: 0
}

.Dealers-geolocate.is-loading .Dealers-geolocate-icon:after {
    content: '';
    position: absolute;
    border: 2px solid currentColor;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 0;
    margin: -.5rem 0 0;
    transform-origin: 50% 50%;
    opacity: .9;
    animation: .5s linear infinite fancybox-rotate
}

@media (min-width:768px) {
    .DiscoverList-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin: auto
    }
}

.DiscoverList-mainCol .row {
    margin-top: -3rem
}

@media (min-width:768px) {
    .DiscoverList-mainCol .row {
        margin-top: -6.25vw
    }
}

.DiscoverList-heading {
    margin-bottom: 3rem;
    text-align: center
}

[data-scroll-container] .DiscoverList-heading {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.DiscoverList-heading.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.DiscoverList-heading {
    will-change: transform
}

@media (min-width:768px) {
    .DiscoverList-heading {
        margin-bottom: 6.25vw
    }
}

.DiscoverList-col {
    margin-top: 3rem
}

[data-scroll-container] .DiscoverList-col {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.DiscoverList-col.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.DiscoverList-col {
    will-change: transform
}

@media (min-width:768px) {
    .DiscoverList-col {
        margin-top: 6.25vw
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .DiscoverList-col:nth-child(even).is-inview {
        transition-delay: .3s !important
    }
}

@media (min-width:768px) {
    .DiscoverList-col {
        flex: 0 0 50%;
        max-width: 50%
    }

    .DiscoverList-col:nth-last-child(1):first-child:first-child,
    .DiscoverList-col:nth-last-child(1):first-child~.DiscoverList-col:first-child {
        margin-left: 25%
    }
}

@media (min-width:1440px) {
    .DiscoverList-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .DiscoverList-col:nth-last-child(n+4),
    .DiscoverList-col:nth-last-child(n+4)~.DiscoverList-col {
        flex: 0 0 25%;
        max-width: 25%
    }

    .DiscoverList-col:nth-last-child(2):first-child:first-child,
    .DiscoverList-col:nth-last-child(2):first-child~.DiscoverList-col:first-child {
        margin-left: 16.66667%
    }

    .DiscoverList-col:nth-last-child(1):first-child:first-child,
    .DiscoverList-col:nth-last-child(1):first-child~.DiscoverList-col:first-child {
        margin-left: 33.33333%
    }

    .DiscoverList-col:nth-child(3n+2).is-inview {
        transition-delay: .3s !important
    }

    .DiscoverList-col:nth-child(3n+3).is-inview {
        transition-delay: .4s !important
    }
}

.DiscoverList-preview a {
    text-decoration: none
}

.DiscoverList-link {
    transition: opacity .4s
}

/* .DiscoverList.--hover .DiscoverList-link:not(:hover) {
    opacity: .4
} */

.DiscoverList-figure {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    background-color: rgba(85, 85, 85, .1)
}

.DiscoverList.--iconBg .DiscoverList-figure {
    padding-bottom: 32.49998px;
    background-color: transparent
}

@media (min-width:320px) and (max-width:768px) {
    .DiscoverList.--iconBg .DiscoverList-figure {
        padding-bottom: calc(32.49998px + 10.22526 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .DiscoverList.--iconBg .DiscoverList-figure {
        padding-bottom: calc(42.72524px + 18.51342 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .DiscoverList.--iconBg .DiscoverList-figure {
        padding-bottom: calc(61.23865px + 28.57908 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .DiscoverList.--iconBg .DiscoverList-figure {
        padding-bottom: calc(89.81773px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .DiscoverList.--iconBg .DiscoverList-figure {
        padding-bottom: calc(89.81773px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .DiscoverList.--iconBg .DiscoverList-figure {
        padding-bottom: 89.81773px
    }
}

.DiscoverList-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: center/cover no-repeat
}

.DiscoverList-image.lazyloaded {
    opacity: 1
}

.DiscoverList.--iconBg .DiscoverList-image {
    background-size: contain;
    background-position: bottom left !important
}

.DiscoverList-title {
    font-size: 1rem;
    margin-bottom: .25rem;
    line-height: 1.5
}

.DiscoverList-abstract {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin: 0;
    opacity: .4
}

@media (min-width:768px) {
    .FaqList-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin: auto
    }
}

@media (min-width:992px) {
    .FaqList-mainCol {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:1440px) {
    .FaqList-mainCol {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.FaqList-heading {
    text-transform: none
}

[data-scroll-container] .FaqList-heading {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.FaqList-heading.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.FaqList-heading {
    will-change: transform
}

.FaqList-accordion {
    padding: 1rem 0;
    border-bottom: 1px solid #eee
}

[data-scroll-container] .FaqList-accordion {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.FaqList-accordion.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.FaqList-accordion {
    will-change: transform
}

.FaqList-accordion:first-child,
.FaqList-heading+.FaqList-accordion {
    border-top: 1px solid #eee
}

.FaqList-accordionToggle {
    font-weight: 500;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: none
}

.is-open .FaqList-toggleIcon {
    transform: rotate(180deg)
}

.FaqList-accordionInner {
    padding-top: 1rem
}

.FiltersNav {
    font-size: calc(1rem - 4px);
    line-height: 1.5
}

@media (max-width:767.98px) {
    .FiltersNav {
        margin: 0 -4.26667vw
    }
}

.FiltersNav-wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .FiltersNav-wrapper {
        overflow: auto
    }
}

.FiltersNav-list {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .FiltersNav-list {
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .FiltersNav-list {
        flex-shrink: 0;
        padding: 0 4.26667vw 0 1em;
        order: 2
    }
}

.FiltersNav-item {
    display: block;
    margin: 0 1em 1em 0;
    flex-shrink: 0
}

@media (max-width:767.98px) {
    .FiltersNav-item {
        margin-bottom: 1.5em
    }

    .FiltersNav-item:last-child {
        margin-right: 0
    }
}

.FiltersNav-item a {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: .5em 1em;
    border-radius: 10em
}

.FiltersNav-item .Icon {
    width: 1em;
    height: 1em;
    font-size: 1em;
    display: flex;
    flex-shrink: 0;
    margin-left: .5em
}

.FiltersNav-reset {
    padding: .5em 0;
    white-space: nowrap
}

@media (max-width:767.98px) {
    .FiltersNav-reset {
        margin-left: 4.26667vw
    }
}

.Finishing {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.2em;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-size: 100% 100%;
    transform: translateZ(0)
}

.Finishing:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.5);
    transition: opacity .2s, transform .2s
}

.Finishing.--big {
    width: 18px;
    height: 18px
}

@media (min-width:768px) {
    .Finishing.--big {
        width: 22px;
        height: 22px
    }
}

@media (min-width:1440px) {
    .Finishing.--big {
        width: 28px;
        height: 28px
    }
}

.is-active .Finishing:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.Finishing-coating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: 100% 100%
}

.FormBuilder {
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.8
}

.FormBuilder input[type=file] {
    opacity: 0
}

.FormBuilder .InputfieldHidden {
    display: none
}

.FormBuilder .InputfieldStateError .dropdown-toggle,
.FormBuilder .InputfieldStateError input[type=email],
.FormBuilder .InputfieldStateError input[type=text],
.FormBuilder .InputfieldStateError select,
.FormBuilder .InputfieldStateError textarea {
    border-color: #900
}

.FormBuilder .InputfieldStateError .dropdown-toggle:focus,
.FormBuilder .InputfieldStateError input[type=email]:focus,
.FormBuilder .InputfieldStateError input[type=text]:focus,
.FormBuilder .InputfieldStateError select:focus,
.FormBuilder .InputfieldStateError textarea:focus {
    border-color: #900;
    box-shadow: 0 0 0 .2rem rgba(153, 0, 0, .3)
}

.FormBuilder .InputfieldStateError .InputfieldContent label {
    color: #900
}

.FormBuilder .input-error {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    color: #900
}

.FormBuilder .notes {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    color: #b3b3b3;
    margin-bottom: 0
}

.FormBuilder .Inputfields {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.13333vw;
    margin-left: -2.13333vw
}

@media (min-width:768px) {
    .FormBuilder .Inputfields {
        margin-right: -1.5625vw;
        margin-left: -1.5625vw
    }
}

.FormBuilder .Inputfield,
.FormBuilder fieldset {
    padding-right: 2.13333vw;
    padding-left: 2.13333vw;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw
}

@media (min-width:768px) {

    .FormBuilder .Inputfield,
    .FormBuilder fieldset {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) {

    .FormBuilder .Inputfield,
    .FormBuilder fieldset {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (max-width:767.98px) {

    .FormBuilder .Inputfield,
    .FormBuilder fieldset {
        width: 100% !important
    }
}

.FormBuilder .InputfieldStateRequired label .pw-no-select:after,
.FormBuilder .InputfieldStateRequired label.InputfieldHeader:after {
    content: ' *';
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    font-family: GothamSS, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: inherit
}

.FormBuilder .InputfieldCheckbox .InputfieldHeader {
    display: none
}

.FormBuilder .InputfieldRadios .InputfieldContent input {
    margin-top: .25em
}

.FormBuilder .InputfieldCheckbox .InputfieldContent input,
.FormBuilder .InputfieldCheckboxes .InputfieldContent input {
    margin-top: .3em
}

.FormBuilder .Inputfield_file li+li {
    margin-top: 2rem
}

.FormBuilder .InputfieldContent ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.FormBuilder .InputfieldSubmit {
    margin: 2rem 0 4rem;
    display: flex;
    justify-content: center
}

.Gallery {
    overflow: hidden
}

.NewsDetail+.Gallery {
    padding-top: 0
}

.Gallery .swiper-container {
    padding-bottom: 4rem;
    overflow: visible
}

[data-scroll-container] .Gallery .swiper-container {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Gallery .swiper-container.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Gallery .swiper-container {
    will-change: transform
}

.Gallery .swiper-slide {
    width: auto
}

.Gallery .swiper-slide:not(:last-child) {
    padding-right: 3.2vw
}

@media (min-width:768px) {
    .Gallery .swiper-slide:not(:last-child) {
        padding-right: 2.34375vw
    }
}

.Gallery-col {
    margin: auto
}

@media (min-width:768px) {
    .Gallery-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.Gallery-title {
    margin-bottom: calc(4rem - 1em)
}

[data-scroll-container] [data-scroll] .Gallery-title {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

[data-scroll].is-inview .Gallery-title {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Gallery-title {
    will-change: transform
}

.Gallery-figure {
    position: relative;
    background-color: rgba(85, 85, 85, .1)
}

.Gallery-image {
    transition: opacity .6s;
    opacity: .001;
    height: 70vw;
    width: auto;
    max-width: 100%
}

.Gallery-image.lazyloaded {
    opacity: 1
}

@media (min-width:768px) {
    .Gallery-image {
        height: 50vh
    }
}

.Gallery-download {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(255, 255, 255, .25);
    width: 2rem;
    height: 2rem;
    line-height: 0;
    border-radius: 50%
}

.fancybox-caption .Gallery-download {
    position: relative;
    bottom: 0;
    right: 0;
    margin: auto
}

.Gallery-download svg {
    stroke: #fff
}

.GalleryRounded {
    overflow: hidden
}

.GalleryRounded .swiper-container {
    overflow: visible;
    margin: 0 calc(var(--gutter) * -.5)
}

[data-scroll-container] .GalleryRounded .swiper-container {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.GalleryRounded .swiper-container.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.GalleryRounded .swiper-container {
    will-change: transform
}

.GalleryRounded .swiper-wrapper {
    width: auto
}

.GalleryRounded .swiper-slide {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center
}

@media (min-width:768px) {
    .GalleryRounded .swiper-slide {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:992px) {
    .GalleryRounded .swiper-slide {
        flex: 0 0 24.91667%;
        max-width: 24.91667%
    }
}

@media (max-width:991.98px) {
    .GalleryRounded .swiper-scrollbar {
        display: none
    }
}

.GalleryRounded-col {
    margin: auto
}

@media (min-width:768px) {
    .GalleryRounded-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.GalleryRounded-title {
    margin-bottom: calc(4rem - 1em);
    text-align: center
}

[data-scroll-container] [data-scroll] .GalleryRounded-title {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

[data-scroll].is-inview .GalleryRounded-title {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.GalleryRounded-title {
    will-change: transform
}

.GalleryRounded-figure {
    position: relative;
    width: 100%
}

.GalleryRounded-image {
    transition: opacity .6s;
    opacity: .001;
    width: 14rem
}

.GalleryRounded-image.lazyloaded {
    opacity: 1
}

.GalleryRounded-caption {
    margin-bottom: 0
}

.HpSections {
    overflow: hidden
}

.HpSections>* {
    position: relative
}

.HpSections .Section {
    margin-top: 0 !important
}

.HpSections+.Section:not(:first-child) {
    margin-top: 0
}

.HpSections-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 2
}

.HpSlider {
    background-color: rgba(85, 85, 85, .1)
}

.HpSlider-container {
    height: calc(var(--initial-vh) * 100)
}

.HpSlider-item {
    overflow: hidden
}

.HpSlider-content {
    /* height: calc(var(--initial-vh) * 100); */
    padding: var(--site-header-height) 0;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 100px;
    width: 100%;
}

@media (min-width:768px) {
    .HpSlider-content {
        align-items: center
    }
}

.HpSlider-content .Prose>* {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s;
    will-change: transform
}

html.is-ready .is-initialized .swiper-slide-active .HpSlider-content .Prose>*,
html.is-ready .is-initialized .swiper-slide-duplicate-active .HpSlider-content .Prose>* {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

html.is-ready .is-initialized .swiper-slide-active .HpSlider-content .Prose>:nth-child(1),
html.is-ready .is-initialized .swiper-slide-duplicate-active .HpSlider-content .Prose>:nth-child(1) {
    transition-delay: .6s
}

html.is-ready .is-initialized .swiper-slide-active .HpSlider-content .Prose>:nth-child(2),
html.is-ready .is-initialized .swiper-slide-duplicate-active .HpSlider-content .Prose>:nth-child(2) {
    transition-delay: .8s
}

@media (min-width:768px) {
    .HpSlider-contentCol {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:992px) {
    .HpSlider-contentCol {
        margin-left: 8.33333%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1440px) {
    .HpSlider-contentCol {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

html.is-mobile .HpSlider-contentCol {
    opacity: 0;
    transition: opacity .4s
}

html.is-mobile .HpSlider-contentCol.is-inview {
    opacity: 1
}

.HpSlider-image,
.HpSlider-media,
.HpSlider-video {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: -2px
}

.HpSlider-image {
    transition: opacity .6s;
    opacity: .001;
    background: center/cover
}

.HpSlider-image.lazyloaded {
    opacity: 1
}

.HpSlider-video {
    transition: opacity .6s;
    opacity: .001
}

.HpSlider-video.lazyloaded {
    opacity: 1
}

.HpSlider-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
}

.HpSlider-nav {
    left: 4.26667vw;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    color: var(--color-text);
    transition: color .3s;
    display: none;
}

@media (min-width:768px) {
    .HpSlider-nav {
        left: 4.16667vw
    }
}

@media (min-width:992px) {
    .HpSlider-nav {
        left: 3.125vw
    }
}

@media (max-width:767.98px) {
    .HpSlider-nav {
        top: auto;
        left: auto;
        transform: none;
        bottom: 1rem;
        flex-direction: row
    }
}

.HpSlider-navItem {
    width: 2rem;
    height: 2rem;
    position: relative;
    cursor: pointer;
    transition: opacity .3s
}

@media (max-width:767.98px) {
    .HpSlider-navItem {
        width: 1.8rem;
        height: 1.8rem
    }
}

.HpSlider-navItem:not(.is-active) {
    opacity: .4
}

.HpSlider-navItem:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    border-radius: 50%;
    width: 4px;
    height: 4px
}

.HpSlider-navLabel {
    text-transform: uppercase;
    position: absolute;
    right: 120%;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
    top: 50%;
    transform: translate(6px, -50%);
    opacity: 0;
    transition: opacity .3s, transform .3s
}

@media (max-width:767.98px) {
    .HpSlider-navLabel {
        display: none
    }
}

.HpSlider-navItem:hover .HpSlider-navLabel {
    transform: translate(0, -50%);
    opacity: 1
}

.HpSlider-progressSlide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor;
    transition: opacity .3s, transform .3s;
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
    opacity: 0
}

.HpSlider-progressSlide circle {
    transform-origin: 50% 50%
}

.show-progress .HpSlider-navItem.is-active .HpSlider-progressSlide {
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 1
}

.HpSlider-hint {
    position: absolute;
    z-index: 3;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    transition: color .3s
}

@media (max-width:767.98px) {
    .HpSlider-hint {
        display: none
    }
}

html.is-mobile .HpSlider-hint {
    display: none
}

.HpSlider-hintLabel {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.HpSlider-hintLed {
    width: 1px;
    height: 81px;
    margin: 0 auto .5rem;
    position: relative;
    overflow: hidden
}

.HpSlider-hintLed:after,
.HpSlider-hintLed:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.HpSlider-hintLed:before {
    opacity: .4
}

.HpSlider-hintLed:after {
    transform: translateY(-110%);
    animation-name: HpSlider-hint;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

@keyframes HpSlider-hint {
    0% {
        transform: translateY(-110%)
    }

    100% {
        transform: translateY(110%)
    }
}

.HpTextImage {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative
}

@media (min-width:768px) {
    .HpTextImage {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw
    }
}

@media (min-width:768px) {
    .HpTextImage {
        padding: 0
    }
}

.HpTextImage-item {
    align-items: flex-start;
    justify-content: space-between;
    align-items: center
}

@media (min-width:768px) {
    .HpTextImage-item {
        min-height: 50vh
    }
}

@media (min-width:992px) {
    .HpTextImage-item {
        min-height: 80vh
    }
}

@media (min-width:1440px) {
    .HpTextImage-item {
        height: 100vh
    }
}

.HpSections.--hasSlides .HpTextImage-item {
    height: 100vh
}

.HpTextImage-media {
    position: static
}

@media (min-width:768px) {
    .HpTextImage-media {
        flex: 0 0 50%;
        max-width: 50%
    }

    .--reverse .HpTextImage-media {
        order: 2
    }
}

.HpTextImage-figure {
    margin-bottom: 8.53333vw;
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    .HpTextImage-figure {
        margin-bottom: 8.33333vw
    }
}

@media (min-width:992px) {
    .HpTextImage-figure {
        margin-bottom: 6.25vw
    }
}

@media (min-width:768px) {
    .HpTextImage-figure {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        padding: 0
    }

    .--reverse .HpTextImage-figure {
        left: 50%
    }
}

@media (min-width:768px) {
    .HpTextImage-placeholder {
        display: none
    }
}

.HpTextImage-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: center/contain no-repeat
}

.HpTextImage-image.lazyloaded {
    opacity: 1
}

.HpTextImage-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .HpTextImage-content {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw
    }
}

@media (max-width:767.98px) {
    .HpTextImage-content {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .HpTextImage-content {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) {
    .HpTextImage-content {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .HpTextImage-content {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin: 0 auto
    }
}

[data-scroll-container] .HpTextImage-content .HpTextImage-body {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.HpTextImage-content.is-inview .HpTextImage-body {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.HpTextImage-body {
    will-change: transform
}

.Icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
    width: 1rem;
    height: 1rem
}

.Icon-svg {
    width: 100%;
    height: 100%
}

.Icon--lens {
    width: 1.375rem;
    height: 1.375rem
}

.Icon--filters {
    width: 1.375rem;
    height: .875rem
}

.Icon--menu {
    width: 34px;
    height: 35px;
    stroke-width: 1.65px
}

.Icon--facebook,
.Icon--instagram,
.Icon--link,
.Icon--linkedin,
.Icon--pinterest,
.Icon--twitter,
.Icon--youtube {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
    stroke: none
}

.Icon--compare {
    width: 2rem;
    height: 2rem
}

.Icon--grid {
    fill: currentColor;
    stroke: none
}

.Icon--moon,
.Icon--sun {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
    stroke-width: .3px;
    fill-rule: evenodd;
    clip-rule: evenodd
}

.Icon--moon {
    stroke-width: 1.2px
}

.Image.--full.Section {
    padding: 0
}

[data-scroll-container] .Image:not(.--full) .Image-container {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Image:not(.--full) .Image-container.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Image:not(.--full) .Image-container {
    will-change: transform
}

.--full .Image-container {
    padding: 0
}

.Image-figure {
    font-size: 0;
    position: relative
}

.Image.--narrow .Image-figure {
    margin: 0 calc(var(--column-width-gutter) * 1)
}

@media (min-width:768px) {
    .Image.--narrow .Image-figure {
        margin: 0 calc(var(--column-width-gutter) * 2)
    }
}

@media (min-width:992px) {
    .Image.--narrow .Image-figure {
        margin: 0 calc(var(--column-width-gutter) * 3)
    }
}

.Image-image {
    transition: opacity .6s;
    opacity: .001
}

.Image-image.lazyloaded {
    opacity: 1
}

.Image-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(85, 85, 85, .1);
    transition: opacity .6s
}

.lazyloaded~.Image-mask {
    opacity: 0
}

.ImageCompare {
    background-color: var(--color-background)
}

.ImageCompare:not(:first-child) {
    margin-top: -1px
}

[data-scroll-container] .ImageCompare .ba-slider {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.ImageCompare .ba-slider.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.ImageCompare .ba-slider {
    will-change: transform
}

.ImageCompare .handle {
    width: 1px;
    background: 0 0
}

.ImageCompare .handle::after,
.ImageCompare .handle::before {
    content: '';
    position: absolute;
    left: 1px;
    right: auto;
    top: 0;
    bottom: auto;
    height: 50% !important;
    margin: 0 !important;
    width: 1px !important;
    border: 0;
    box-shadow: none;
    transition: none;
    background: linear-gradient(rgba(26, 26, 26, 0) 0, #1a1a1a 15%);
    opacity: .3
}

.ImageCompare .handle::after {
    transform-origin: 0 100%;
    transform: rotate(180deg)
}

.ImageCompare .ba-slider .handle {
    margin-left: -1px
}

.ImageCompare.Banner:not(.--blackText) .handle::after,
.ImageCompare.Banner:not(.--blackText) .handle::before,
.ImageCompare.color-inverted .handle::after,
.ImageCompare.color-inverted .handle::before {
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 15%)
}

.ImageCompare-figure {
    position: relative;
    width: 100vw;
    height: 100vh
}

@media (orientation:portrait) {
    .ImageCompare-figure {
        height: 100vmin
    }
}

.ImageCompare-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center/contain no-repeat
}

.ImageCompare-image.lazyloaded {
    opacity: 1
}

.ImageCompare-icon {
    background-color: var(--color-text);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(calc(-1rem + .5px), -50%);
    transition: transform .2s
}

.ImageCompare-icon svg {
    stroke: var(--color-text-inverted)
}

.ImageCompare-icon:active {
    transform: translate(calc(-1rem + .5px), -50%) scale(.9)
}

.ImageCompareScroll {
    background-color: var(--color-background)
}

.ImageCompareScroll:not(:first-child) {
    margin-top: -1px
}

.ImageCompareScroll .pin-spacer {
    height: 200vh !important;
    padding: 0 0 100vh !important
}

.ImageCompareScroll-wrapper {
    height: 100vh !important;
    max-height: 100vh !important;
    top: 0 !important;
    position: relative;
    overflow: hidden
}

.ImageCompareScroll-item {
    position: relative;
    height: calc(100vh + 2px);
    overflow: hidden
}

.ImageCompareScroll-item:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.ImageCompareScroll-figure,
.ImageCompareScroll-item {
    will-change: transform
}

.ImageCompareScroll-figure,
.ImageCompareScroll-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ImageCompareScroll-image {
    transition: opacity .6s;
    opacity: .001;
    top: 3.57143rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.ImageCompareScroll-image.lazyloaded {
    opacity: 1
}

@media (min-width:768px) {
    .ImageCompareScroll-image {
        top: 3.75rem
    }
}

.ImageGrid-mainCol {
    margin: auto
}

@media (min-width:1440px) {
    .ImageGrid-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.ImageGrid-items {
    justify-content: center
}

.ImageGrid-item {
    margin-bottom: 4.26667vw;
    flex-basis: auto;
    flex-shrink: 1;
    width: auto
}

@media (min-width:768px) {
    .ImageGrid-item {
        margin-bottom: 3.125vw
    }
}

.ImageGrid-figure {
    position: relative;
    background-color: rgba(85, 85, 85, .1)
}

.ImageGrid-image {
    transition: opacity .6s;
    opacity: .001;
    height: 70vw;
    width: auto;
    max-width: 100%
}

.ImageGrid-image.lazyloaded {
    opacity: 1
}

@media (min-width:768px) {
    .ImageGrid-image {
        height: 50vh
    }
}

.ImageParallax {
    overflow: hidden;
    height: 100vh;
    position: relative
}

@media (orientation:portrait) {
    .ImageParallax {
        height: 100vmin
    }
}

.ImageParallax-container {
    position: absolute;
    height: 100vh;
    top: 0;
    width: 100%
}

@media (orientation:portrait) {
    .ImageParallax-container {
        height: 100vmin
    }
}

.ImageParallax-figure {
    top: 3.57143rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    will-change: transform
}

@media (min-width:768px) {
    .ImageParallax-figure {
        top: 3.75rem
    }
}

.ImageParallax.--fullScreen .ImageParallax-figure {
    top: 0 !important;
    bottom: 0 !important
}

@media (orientation:portrait) {
    .ImageParallax-figure {
        top: 3%
    }
}

.ImageParallax-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.ImageParallax-image.lazyloaded {
    opacity: 1
}

.ImageParallax.--fullScreen .ImageParallax-image {
    background-size: cover
}

.ImageParallax-wrapper {
    position: relative;
    margin: auto
}

.Link {
    display: inline-block;
    text-decoration: none !important;
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative
}

.Link:after {
    flex-shrink: 0;
    content: unset;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='32' viewBox='0 0 64 32'%3E%3Cpath style='fill:none;stroke:%23000000;stroke-width:1.5px' d='M49.1,11.1L54,16l-4.9,4.9 M42,16h12'/%3E%3Cpath style='fill:none;stroke:%23FFFFFF;stroke-width:1.5px' d='M17.1,11.1L22,16l-4.9,4.9 M10,16h12'/%3E%3C/svg%3E");
    background-size: 4rem 2rem;
    background-repeat: no-repeat;
    background-position: -2rem 0;
    box-shadow: inset 0 0 0 1.2px currentColor;
    transform: translateZ(0);
    transition: background .3s;
    background-color: transparent
}

.Banner:not(.--blackText) .Link:after,
.color-inverted .Link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='32' viewBox='0 0 64 32'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:1.5px' d='M49.1,11.1L54,16l-4.9,4.9 M42,16h12'/%3E%3Cpath style='fill:none;stroke:%23000;stroke-width:1.5px' d='M17.1,11.1L22,16l-4.9,4.9 M10,16h12'/%3E%3C/svg%3E")
}

.Link:hover:after {
    background-color: currentColor;
    background-position: 0 0
}

.Manifest {
    --vw100: calc(var(--actual-vh) * 100);
    --color-text: #fff;
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

.Manifest strong,
.Manifest strong * {
    font-weight: 500
}

html.is-mobile .Manifest .HpSlider-hint {
    display: block;
    bottom: 25vh
}

.Manifest [data-manifest-scroll-hint] {
    opacity: 0;
    transition: opacity 1s
}

html.has-scrolled .Manifest [data-manifest-scroll-hint] {
    opacity: 0 !important
}

.Manifest.is-ready [data-manifest-scroll-hint] {
    opacity: 1
}

.Manifest [data-manifest-split] .line {
    transform: translateX(calc(20% * var(--sign, 1)));
    opacity: 0;
    transition: transform 1.6s cubic-bezier(.215, .61, .355, 1), opacity 1.6s;
    will-change: opacity
}

.Manifest [data-manifest-split] .line:nth-child(even) {
    --sign: -1
}

.Manifest .is-inview [data-manifest-split] .line,
.Manifest [data-manifest-split].is-inview .line {
    opacity: 1;
    transform: none
}

.Manifest-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1
}

.Manifest-preload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0
}

.Manifest-preload svg {
    position: absolute;
    width: 100px;
    height: 100px;
    animation: 1s linear infinite fancybox-rotate
}

.Manifest-preload circle {
    stroke: #fff;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: 1.5s ease-in-out infinite dash;
    stroke-linecap: round
}

.Manifest-percent {
    font-size: calc(1rem - 4px);
    font-weight: 700;
    display: block
}

.Manifest-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0
}

.Manifest-main {
    position: relative;
    z-index: 2;
    padding: 0 0 1px;
    min-height: 100vh
}

.Manifest-intro {
    height: 160vh
}

.Manifest-intro h1 {
    font-size: 31.42338px;
    height: 100vh;
    display: flex;
    font-weight: 400;
    max-width: 13em;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center
}

@media (min-width:320px) and (max-width:768px) {
    .Manifest-intro h1 {
        font-size: calc(31.42338px + 9.65582 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .Manifest-intro h1 {
        font-size: calc(41.07919px + 16.64924 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .Manifest-intro h1 {
        font-size: calc(57.72843px + 25.65365 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .Manifest-intro h1 {
        font-size: calc(83.38208px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .Manifest-intro h1 {
        font-size: calc(83.38208px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .Manifest-intro h1 {
        font-size: 83.38208px
    }
}

.Manifest-intro h1 span {
    --intro-x: calc(20vw - var(--intro) * 20vw);
    --scroll-x: calc(var(--scroll) * -100vw);
    --x: calc((var(--intro-x) + var(--scroll-x)) * var(--sign, 1));
    --opacity-intro: calc(0 + var(--intro, 0));
    --opacity-scroll: calc(var(--scroll, 0) * -2);
    --opacity: calc(var(--opacity-intro) + var(--opacity-scroll));
    text-align: center;
    display: block;
    transform: translateX(var(--x, 0));
    opacity: var(--opacity);
    will-change: transform
}

.Manifest-intro h1 span:last-child {
    --sign: -1
}

.Manifest-highlight-headline * {
    font-size: 27.46199px;
    font-weight: 400;
    text-align: center;
    max-width: 22ch;
    margin: auto
}

@media (min-width:320px) and (max-width:768px) {
    .Manifest-highlight-headline * {
        font-size: calc(27.46199px + 7.64322 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .Manifest-highlight-headline * {
        font-size: calc(35.10521px + 10.48233 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .Manifest-highlight-headline * {
        font-size: calc(45.58754px + 16.34449 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .Manifest-highlight-headline * {
        font-size: calc(61.93203px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .Manifest-highlight-headline * {
        font-size: calc(61.93203px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .Manifest-highlight-headline * {
        font-size: 61.93203px
    }
}

@media (max-width:767.98px) {
    .Manifest-highlight-headline * {
        font-size: 23px
    }
}

.Manifest-highlight-prose {
    margin-top: 3rem
}

[data-scroll-container] .Manifest-highlight-prose {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Manifest-highlight-prose.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Manifest-highlight-prose {
    will-change: transform
}

@media (min-width:768px) {
    .Manifest-highlight-prose {
        margin-top: 7.03125vw
    }
}

@media (min-width:768px) {
    .Manifest-highlight-prose {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 50%
    }
}

@media (min-width:992px) {
    .Manifest-highlight-prose {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-left: 58.33333%
    }
}

@media (min-width:1440px) {
    .Manifest-highlight-prose {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.Manifest-roads {
    margin-bottom: 4rem
}

@media (min-width:768px) {
    .Manifest-roads {
        margin-bottom: 9.375vw
    }
}

.Manifest-roads-headline {
    margin-bottom: 4rem;
    align-self: flex-start
}

@media (min-width:768px) {
    .Manifest-roads-headline {
        margin-bottom: 9.375vw
    }
}

@media (min-width:768px) {
    .Manifest-roads-headline {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0 !important
    }
}

@media (min-width:1440px) {
    .Manifest-roads-headline {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-left: 8.33333%
    }
}

.Manifest-roads-headline * {
    font-size: 27.46199px;
    font-weight: 400;
    margin: 0
}

@media (min-width:320px) and (max-width:768px) {
    .Manifest-roads-headline * {
        font-size: calc(27.46199px + 7.64322 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .Manifest-roads-headline * {
        font-size: calc(35.10521px + 10.48233 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .Manifest-roads-headline * {
        font-size: calc(45.58754px + 16.34449 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .Manifest-roads-headline * {
        font-size: calc(61.93203px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .Manifest-roads-headline * {
        font-size: calc(61.93203px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .Manifest-roads-headline * {
        font-size: 61.93203px
    }
}

@media (max-width:767.98px) {
    .Manifest-roads-headline * {
        font-size: 23px
    }
}

.Manifest-roads-headline * strong {
    font-weight: 500
}

@media (min-width:768px) {
    .Manifest-roads-content {
        padding-top: 8rem;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Manifest-roads-content {
        padding-top: 18.75vw
    }
}

@media (min-width:992px) {
    .Manifest-roads-content {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width:1440px) {
    .Manifest-roads-content {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.Manifest-road {
    margin-bottom: 4rem
}

[data-scroll-container] .Manifest-road {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Manifest-road.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Manifest-road {
    will-change: transform
}

@media (min-width:768px) {
    .Manifest-road {
        margin-bottom: 9.375vw
    }
}

.Manifest-road:last-child {
    margin-bottom: 0 !important
}

.Manifest-road h6 {
    font-size: calc(1rem - 2px);
    margin: 0 0 .75em
}

@media (min-width:992px) {
    .Manifest-road p {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.6
    }
}

@media (max-width:767.98px) {
    .Manifest-ctas .row {
        flex-direction: column
    }
}

.Manifest-cta {
    margin-bottom: 4rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

[data-scroll-container] .Manifest-cta {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Manifest-cta.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Manifest-cta {
    will-change: transform
}

@media (min-width:768px) {
    .Manifest-cta {
        margin-bottom: 9.375vw
    }
}

@media (min-width:768px) {
    .Manifest-cta {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 16.66667%
    }
}

@media (min-width:1440px) {
    .Manifest-cta {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width:768px) {
    .Manifest-cta:nth-child(even) {
        margin-left: 41.66667%
    }
}

.Manifest-cta h2 {
    font-size: 27.46199px;
    font-weight: 400;
    margin: 0 0 .5em;
    max-width: 10em
}

@media (min-width:320px) and (max-width:768px) {
    .Manifest-cta h2 {
        font-size: calc(27.46199px + 7.64322 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .Manifest-cta h2 {
        font-size: calc(35.10521px + 10.48233 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .Manifest-cta h2 {
        font-size: calc(45.58754px + 16.34449 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .Manifest-cta h2 {
        font-size: calc(61.93203px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .Manifest-cta h2 {
        font-size: calc(61.93203px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .Manifest-cta h2 {
        font-size: 61.93203px
    }
}

@media (max-width:767.98px) {
    .Manifest-cta h2 {
        font-size: 23px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

[data-scroll-container] .Map-colBody,
[data-scroll-container] .Map-colMap {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Map-colBody.is-inview,
.Map-colMap.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Map-colBody,
.Map-colMap {
    will-change: transform
}

@media (min-width:768px) {

    .Map-colBody,
    .Map-colMap {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.Map-colBody {
    margin-left: auto;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .Map-colBody {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.Map-wrapper {
    background-color: rgba(85, 85, 85, .1);
    position: relative;
    overflow: hidden;
    padding-bottom: 75%
}

@media (max-width:767.98px) {
    .Map-wrapper {
        padding-bottom: 100%
    }
}

.Map-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.MarkupPagerNav {
    margin-bottom: 4rem;
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center
}

@media (min-width:768px) {
    .MarkupPagerNav {
        margin-bottom: 9.375vw
    }
}

@media (min-width:768px) {
    .MarkupPagerNav {
        justify-content: flex-end
    }
}

.MarkupPagerNav li:not(:last-child) {
    margin-right: 4px
}

.MarkupPagerNav li.MarkupPagerNavOn:before {
    background-color: #1a1a1a
}

.MarkupPagerNav li.MarkupPagerNavOn:after {
    display: none
}

.MarkupPagerNav span,
.MarkupPagerNavSeparator {
    padding: 1rem 0;
    min-width: 3rem;
    text-align: center;
    display: block;
    position: relative
}

.MarkupPagerNav span:after,
.MarkupPagerNav span:before,
.MarkupPagerNavSeparator:after,
.MarkupPagerNavSeparator:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px
}

.MarkupPagerNav span:before,
.MarkupPagerNavSeparator:before {
    background-color: #eee
}

.MarkupPagerNav span:after,
.MarkupPagerNavSeparator:after {
    background-color: #1a1a1a;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform .3s;
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.MarkupPagerNav a {
    display: block;
    text-decoration: none
}

.MarkupPagerNav a:hover span:after {
    transform: scaleX(1)
}

.MarkupPagerNav .MarkupPagerNavOn span:before {
    background-color: #1a1a1a
}

.MarkupPagerNav .MarkupPagerNavOn span:after {
    display: none
}

.MarkupPagerNavSeparator {
    cursor: default;
    color: #b3b3b3
}

.MarkupPagerNavNext span,
.MarkupPagerNavPrevious span {
    color: transparent
}

.MarkupPagerNavNext a,
.MarkupPagerNavPrevious a {
    display: block;
    position: relative
}

.MarkupPagerNavNext a:after,
.MarkupPagerNavPrevious a:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewbox='0 0 16 16' style='fill: none; stroke: %231a1a1a; stroke-width: 1.2'%3E%3Cpath d='M9.1 3.1L14 8l-4.9 4.9M2 8h12'/%3E%3C/svg%3E")
}

.MarkupPagerNavPrevious a:after {
    transform: translate(-50%, -50%) rotate(180deg)
}

@media (max-width:767.98px) {
    .MarkupPagerNav li {
        display: none !important
    }

    .MarkupPagerNav li.MarkupPagerNavNext,
    .MarkupPagerNav li.MarkupPagerNavOn,
    .MarkupPagerNav li.MarkupPagerNavPrevious {
        display: block !important
    }
}

.Mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2030;
    background-color: #fff;
    pointer-events: none;
    opacity: 1;
    transition: opacity .2s;
    will-change: opacity
}

html.is-ready .Mask {
    opacity: 0
}

html.page-transitioning .Mask {
    transition: none
}

.Menu {
    @inlude text-small();
    text-transform: uppercase;
    font-weight: 500
}

.Menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .Menu ul ul {
        /* display: none */
    }
}

.Menu li.is-open [data-toggle] {
    transform: rotate(-180deg) translateZ(0)
}

.Menu a {
    color: #fff;
    text-decoration: none
}

@media (max-width:767.98px) {
    .Menu a {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.Menu [data-toggle] {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='8px' viewBox='0 0 14 8' style='fill: none; stroke: %23000; stroke-width: 1'%3E%3Cpolyline points='1,1 7,7 13,1'%3E%3C/polyline%3E%3C/svg%3E") center no-repeat
}

@media (min-width:768px) {
    .Menu [data-toggle] {
        display: none
    }
}

.Menu-col {
    min-height: calc(var(--actual-vh) * 100);
    display: flex;
    flex-direction: column
}

@media (min-width:1440px) {
    .Menu-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto
    }
}

.Menu-footer {
    margin-bottom: 4.26667vw;
    margin-top: auto
}

@media (min-width:768px) {
    .Menu-footer {
        margin-bottom: 4.16667vw
    }
}

@media (min-width:992px) {
    .Menu-footer {
        margin-bottom: 3.125vw
    }
}

@media (max-width:767.98px) {
    .Menu-footer {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .Menu-footer {
        display: flex;
        justify-content: space-between
    }
}

.Menu-main {
    margin-top: 7.14286rem;
    margin-bottom: 2rem
}
@media (min-width:1600px) {
    .Menu-main {
        margin-top: 13.5rem
    }
}
@media (min-width:768px) {
    .Menu-main {
        margin-top: 10.5rem
    }
}

@media (min-width:768px) {
    .Menu-main>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .Menu-main a {
        display: flex
    }
}

.Menu-main ul ul li:last-child {
    padding-bottom: 1rem
}

.Menu-main ul ul a {
    padding: .25em 0
}

.Menu-main>ul>li {
    opacity: 0;
    transform: translateY(1rem) translateZ(0);
    transition: transform .1s linear .3s, opacity .2s;
   margin-bottom: 20px;
   width: 300px;
}


.Menu-main ul li.hassub:before {
      content: "";
      position: absolute;
      right: 150px;
      top: 50%;
      display: block;
      width: 91px;
      height: 2px;
    
      background-color: #fff;
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }

     .Menu-main ul li:hover {
     
      color: #24A1B3;
      transform: translate3d(15px, 0, 0);
    }
  .Menu-main ul li:hover >a{
      color: #24A1B3;
  }
   .Menu-main ul li:hover:before {
      content: "";
      
      opacity: 1;
    }
.submenu li a{
    font-size: 18px;
}






.show-menu .Menu-main>ul>li {
    opacity: 1;
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .2s
}

.show-menu .Menu-main>ul>li:nth-child(n+1) {
    transition-delay: .1s !important
}

.show-menu .Menu-main>ul>li:nth-child(n+2) {
    transition-delay: .2s !important
}

.show-menu .Menu-main>ul>li:nth-child(n+3) {
    transition-delay: .3s !important
}

.show-menu .Menu-main>ul>li:nth-child(n+4) {
    transition-delay: .4s !important
}

.show-menu .Menu-main>ul>li:nth-child(n+5) {
    transition-delay: .5s !important
}

.Menu-main>ul>li>a {
    font-size: 23.20497px
}

@media (min-width:320px) and (max-width:768px) {
    .Menu-main>ul>li>a {
        font-size: calc(23.20497px + 5.63924 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .Menu-main>ul>li>a {
        font-size: calc(28.84421px + 5.09225 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .Menu-main>ul>li>a {
        font-size: calc(33.93646px + 8.76753 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .Menu-main>ul>li>a {
        font-size: 24px
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .Menu-main>ul>li>a {
        font-size:24px
    }
}

@media (min-width:1920px) {
    .Menu-main>ul>li>a {
        font-size: 30px
    }
}

@media (max-width:767.98px) {
    .Menu-main>ul>li>a {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .Menu-main a {
        transition: opacity .4s;
        text-decoration: none !important
    }

    /* .Menu-main.--hover li:not(:hover) a{
        opacity: .3 !important
    } */
}

@media (min-width:300px) {
    .Menu-service ul {
        display: flex
    }

    .Menu-service a {
        padding: 0 .5rem
    }

    .Menu-service li:first-child a {
        padding-left: 0
    }
}

.Menu-service li {
    opacity: 0;
    transform: translateY(1rem) translateZ(0)
}
.Menu-service ul li:hover svg path{
    fill: #24A1B3 !important;
}
.show-menu .Menu-service li {
    opacity: 1;
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .2s
}

.show-menu .Menu-service li:nth-child(n+1) {
    transition-delay: .45s !important
}

.show-menu .Menu-service li:nth-child(n+2) {
    transition-delay: .5s !important
}

.show-menu .Menu-service li:nth-child(n+3) {
    transition-delay: .55s !important
}

.show-menu .Menu-service li:nth-child(n+4) {
    transition-delay: .6s !important
}

.Menu-service ul ul {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0
}

.Menu-service a {
    text-decoration: none !important;
    justify-content: flex-start !important
}

@media (min-width:768px) {
    .Menu-service a {
        transition: opacity .4s;
        text-decoration: none !important
    }

    /* .Menu-service.--hover a:not(:hover) {
        opacity: .3 !important
    } */
}

.Menu-language {
    opacity: 0;
    transform: translateY(1rem) translateZ(0)
}

.Menu-language a {
    padding: 0 1rem
}

@media (max-width:767.98px) {
    .Menu-language {
        margin: 2rem 0
    }

    .Menu-language li:first-child a {
        padding-left: 0
    }
}

.show-menu .Menu-language {
    opacity: 1;
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .2s;
    transition-delay: .6s
}

.Menu-language ul {
    display: flex
}

.Menu-language li:not(:first-child) a {
    padding-left: 0
}

/* .Menu-language:not(.--hover) li:not(.is-active) a {
    opacity: .3
} */

@media (min-width:768px) {
    .Menu-language a {
        transition: opacity .4s;
        text-decoration: none !important
    }

    /* .Menu-language.--hover a:not(:hover) {
        opacity: .3 !important
    } */
}

.Modal {
    padding: 0;
    display: none
}

.fancybox .Modal {
    display: block
}

.Modal-content {
    width: calc(100vw - var(--container-padding) * 2);
    max-width: 1000px;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .Modal-content {
        flex-direction: row
    }
}

.Modal-media {
    padding-bottom: 75%;
    position: relative
}

@media (min-width:768px) {
    .Modal-media {
        padding-bottom: 50%;
        flex: 0 0 50%
    }
}

.Modal-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.Modal-image.lazyloaded {
    opacity: 1
}

.Modal-body {
    padding: 2rem;
    align-self: center
}

.Modal-body h3 {
    margin-bottom: 1.25rem
}

.Modal-body p {
    color: #b3b3b3
}

.Banner:not(.--blackText) .Modal-body p,
.color-inverted .Modal-body p {
    color: #fff
}

.NewsDetail {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .NewsDetail {
        padding-top: 11.25rem
    }
}

.has-subnav .NewsDetail {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .NewsDetail {
        padding-top: 15rem
    }
}

.NewsDetail .row {
    justify-content: center
}

@media (min-width:768px) {
    .NewsDetail-header-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.NewsDetail-figure {
    padding-bottom: 56.25%;
    position: relative;
    background-color: rgba(85, 85, 85, .1)
}

.NewsDetail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center/cover no-repeat;
    transition: opacity .6s;
    opacity: .001
}

.NewsDetail-image.lazyloaded {
    opacity: 1
}

.NewsDetail-meta {
    position: relative;
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap
}

.NewsDetail-meta:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    top: 0;
    border-top: 1px solid currentColor;
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(.215, .61, .355, 1) .3s
}

[data-scroll-container] [data-scroll] .NewsDetail-meta:before {
    transform: scaleX(0)
}

[data-scroll].is-inview .NewsDetail-meta:before {
    transform: scaleX(1)
}

@media (min-width:768px) {
    .NewsDetail-meta {
        flex-wrap: nowrap;
        align-items: center
    }
}

.NewsDetail-category,
.NewsDetail-date,
.NewsDetail-share {
    transition-delay: .6s !important;
    transform: none !important;
    flex-shrink: 0
}

[data-scroll-container] [data-scroll] .NewsDetail-category,
[data-scroll-container] [data-scroll] .NewsDetail-date,
[data-scroll-container] [data-scroll] .NewsDetail-share {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

[data-scroll].is-inview .NewsDetail-category,
[data-scroll].is-inview .NewsDetail-date,
[data-scroll].is-inview .NewsDetail-share {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.NewsDetail-category,
.NewsDetail-date,
.NewsDetail-share {
    will-change: transform
}

.NewsDetail-category+.NewsDetail-date:before {
    padding: 0 .25em;
    content: '/'
}

.NewsDetail-category,
.NewsDetail-date {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0
}

.NewsDetail-share {
    margin-left: auto
}

@media (max-width:767.98px) {
    .NewsDetail-share {
        flex: 0 0 100%
    }
}

.NewsDetail-title {
    max-width: 22em;
    letter-spacing: .05em
}

.NewsDetail-content {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width:768px) {
    .NewsDetail-content {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw
    }
}

.NewsDetail-content:not(:first-child) {
    margin-top: -1px
}

.NewsDetail-caption {
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .NewsDetail-body {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media (min-width:992px) {
    .NewsDetail-body {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:1440px) {
    .NewsDetail-body {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.NewsDetail.--fullImage.NewsDetail {
    padding-top: 0
}

.NewsDetail.--fullImage .NewsDetail-header {
    color: #fff;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: flex-end
}

.NewsDetail.--fullImage .NewsDetail-header>.container {
    position: relative;
    z-index: 2
}

.NewsDetail.--fullImage .NewsDetail-cover {
    z-index: 1
}

.NewsDetail.--fullImage .NewsDetail-cover,
.NewsDetail.--fullImage .NewsDetail-cover .col-12,
.NewsDetail.--fullImage .NewsDetail-cover .container,
.NewsDetail.--fullImage .NewsDetail-cover .row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    max-width: 100%
}

.NewsDetail.--fullImage .NewsDetail-cover::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .25
}

.NewsDetail.--fullImage .NewsDetail-figure {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.NewsDetail-content,
.NewsDetail:not(.--fullImage) .NewsDetail-cover {
    transition-delay: .3s !important
}

[data-scroll-container] .NewsDetail-content,
[data-scroll-container] .NewsDetail:not(.--fullImage) .NewsDetail-cover {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.NewsDetail-content.is-inview,
.NewsDetail:not(.--fullImage) .NewsDetail-cover.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.NewsDetail-content,
.NewsDetail:not(.--fullImage) .NewsDetail-cover {
    will-change: transform
}

.Newsletter {
    padding-top: 2px
}

.Newsletter-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:768px) {
    .Newsletter-content {
        padding-top: 6.25vw;
        padding-bottom: 6.25vw
    }
}

.Newsletter-content>button {
    padding-left: 2rem;
    padding-right: 2rem
}

.Newsletter-formGroup {
    display: flex;
    margin: 2rem 0
}

.Newsletter-formGroup:last-child {
    margin-bottom: 0
}

.Newsletter-modal {
    display: none
}

.Newsletter-modal button {
    margin: auto
}

.Newsletter-modal input::placeholder {
    color: #1a1a1a
}

.Newsletter-modal input[type=email],
.Newsletter-modal select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    border: 0;
    background-color: #f2f2f2;
    line-height: 12px;
    padding: 4px 12px;
    background-clip: padding-box;
    border-radius: 0
}

.Newsletter-modal select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

.Newsletter-modal .alert {
    text-align: center;
    display: none
}

.Newsletter-modal .custom-control {
    font-size: 12px;
    line-height: 1.5;
    min-height: 18px;
    padding-left: 1.5em;
    margin: 1rem auto 0;
    opacity: .75
}

.Newsletter-modal .custom-control-input {
    height: 1em;
    width: 1em;
    top: .25em
}

.Newsletter-modal .custom-control-label:after,
.Newsletter-modal .custom-control-label:before {
    left: -1.5em;
    height: 1em;
    width: 1em;
    top: .25em
}

.NewsList {
    margin-top: -3rem;
    margin-bottom: 4rem
}

@media (min-width:768px) {
    .NewsList {
        margin-top: -6.25vw
    }
}

@media (min-width:768px) {
    .NewsList {
        margin-bottom: 9.375vw
    }
}

@media (min-width:768px) {
    .NewsList-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin: auto
    }
}

.NewsList-col {
    margin-top: 3rem
}

[data-scroll-container] .NewsList-col {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.NewsList-col.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.NewsList-col {
    will-change: transform
}

@media (min-width:768px) {
    .NewsList-col {
        margin-top: 6.25vw
    }
}

@media (min-width:768px) {
    .NewsList-col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .NewsList-col:nth-child(even).is-inview {
        transition-delay: .3s !important
    }
}

@media (min-width:1440px) {
    .NewsList-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .NewsList-col:nth-child(3n+2).is-inview {
        transition-delay: .3s !important
    }

    .NewsList-col:nth-child(3n+3).is-inview {
        transition-delay: .4s !important
    }
}

.NewsNav {
    padding-top: 7.14286rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .NewsNav {
        padding-top: 11.25rem
    }
}

.has-subnav .NewsNav {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .NewsNav {
        padding-top: 15rem
    }
}

@media (min-width:768px) {
    .NewsNav {
        margin-bottom: 3.125vw
    }
}

@media (min-width:768px) {
    .NewsNav-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin: auto
    }
}

.NewsNav-header {
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .NewsNav-header {
        margin-bottom: 6.25vw
    }
}

@media (min-width:768px) {
    .NewsNav-header {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:768px) {
    .NewsNav-title {
        margin-bottom: 0
    }
}

.NewsNav-toggle {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase
}

.NewsNav-filters {
    font-size: 18.02414px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media (min-width:320px) and (max-width:768px) {
    .NewsNav-filters {
        font-size: calc(18.02414px + 3.45858 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .NewsNav-filters {
        font-size: calc(21.48272px + .31431 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .NewsNav-filters {
        font-size: calc(21.79703px + 2.65406 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .NewsNav-filters {
        font-size: calc(24.45109px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .NewsNav-filters {
        font-size: calc(24.45109px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .NewsNav-filters {
        font-size: 24.45109px
    }
}

@media (max-width:767.98px) {
    .NewsNav-filters {
        font-size: 1.1rem
    }
}

.NewsNav-filters a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transform: translateX(-1.5rem);
    transition: transform .3s
}

.NewsNav-filters a:before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    opacity: 0;
    transition: opacity .2s, transform .15s;
    transform: scale(.5);
    background: center/contain no-repeat
}

.NewsNav-filters a.is-active:hover:before,
.NewsNav-filters a:not(.is-active):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23fff; stroke-width: 1.3px'%3E%3Cline x1='3' y1='8' x2='13' y2='8'/%3E%3Cline x1='8' y1='13' x2='8' y2='3'/%3E%3C/svg%3E")
}

.NewsNav-filters a.is-active:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23fff; stroke-width: 1.2px'%3E%3Cpolyline points='2.5,9 5.5,12 13.5,4' /%3E%3C/svg%3E")
}

.NewsNav-filters a.is-active:hover:before {
    transform: scale(1) rotate(-45deg)
}

.NewsNav-filters a.is-active,
.NewsNav-filters a:hover {
    transform: translateX(0)
}

.NewsNav-filters a.is-active:before,
.NewsNav-filters a:hover:before {
    transform: scale(1);
    opacity: 1;
    transition: opacity .2s .1s, transform .15s
}

.NewsPreview a {
    text-decoration: none
}

.NewsPreview-figure {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    background-color: rgba(85, 85, 85, .1)
}

.NewsPreview-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: center/cover no-repeat
}

.NewsPreview-image.lazyloaded {
    opacity: 1
}

.NewsPreview-meta {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    opacity: .3;
    text-transform: uppercase;
    margin-bottom: .25rem;
    display: flex;
    font-weight: 500
}

.NewsPreview-category+.NewsPreview-date:before {
    padding: 0 .25em;
    content: '/'
}

.NewsPreview-title {
    font-size: 1rem;
    margin-bottom: .25rem;
    line-height: 1.5
}

.NewsPreview-title span {
    background-image: linear-gradient(var(--color-text), var(--color-text));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

html:not(.is-mobile) .NewsPreview-title span:hover,
html:not(.is-mobile) a:hover .NewsPreview-title span {
    transition-duration: .6s;
    background-size: 100% 1px
}

.NewsPreview-abstract {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin: 0
}

.NewsSlider {
    overflow: hidden
}

.NewsSlider:not(.Section) {
    margin-bottom: 4rem
}

@media (min-width:768px) {
    .NewsSlider:not(.Section) {
        margin-bottom: 9.375vw
    }
}

[style*=background-color]+.NewsSlider {
    padding-top: 4rem
}

@media (min-width:768px) {
    [style*=background-color]+.NewsSlider {
        padding-top: 9.375vw !important
    }
}

.NewsSlider .swiper-container {
    margin-left: -2.13333vw;
    margin-right: -2.13333vw;
    overflow: visible;
    padding-bottom: 4rem
}

[data-scroll-container] .NewsSlider .swiper-container {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.NewsSlider .swiper-container.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.NewsSlider .swiper-container {
    will-change: transform
}

@media (min-width:768px) {
    .NewsSlider .swiper-container {
        margin-left: -1.5625vw;
        margin-right: -1.5625vw
    }
}

.NewsSlider .swiper-slide {
    padding-left: 2.13333vw;
    padding-right: 2.13333vw;
    width: 90%
}

@media (min-width:768px) {
    .NewsSlider .swiper-slide {
        padding-left: 1.5625vw;
        padding-right: 1.5625vw
    }
}

@media (min-width:768px) {
    .NewsSlider .swiper-slide {
        width: 50%
    }
}

@media (min-width:992px) {
    .NewsSlider .swiper-slide {
        width: 33.33%
    }
}

.NewsSlider .swiper-scrollbar {
    left: 2.13333vw;
    right: 2.13333vw
}

@media (min-width:768px) {
    .NewsSlider .swiper-scrollbar {
        left: 1.5625vw;
        right: 1.5625vw
    }
}

.NewsSlider-col {
    margin: auto
}

@media (min-width:768px) {
    .NewsSlider-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.NewsList-title {
    margin-bottom: calc(4rem - 1em)
}

[data-scroll-container] [data-scroll] .NewsList-title {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

[data-scroll].is-inview .NewsList-title {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.NewsList-title {
    will-change: transform
}

.Numbers {
    overflow: hidden
}

.Numbers .swiper-container {
    overflow: visible
}

@media (min-width:768px) {
    .Numbers .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.13333vw;
        margin-left: -2.13333vw;
        width: auto;
        justify-content: center;
        transform: none !important
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Numbers .swiper-wrapper {
        margin-right: -1.5625vw;
        margin-left: -1.5625vw
    }
}

@media (min-width:768px) {
    .Numbers .swiper-slide {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 2.13333vw;
        padding-left: 2.13333vw;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 3rem;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Numbers .swiper-slide {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Numbers .swiper-slide {
        margin-top: 6.25vw
    }
}

@media (min-width:768px) {
    .Numbers .swiper-slide:nth-child(-n+2) {
        margin: 0
    }
}

@media (min-width:768px) and (min-width:992px) {
    .Numbers .swiper-slide {
        flex: 0 0 25%;
        max-width: 25%
    }

    .Numbers .swiper-slide:nth-child(-n+4) {
        margin: 0
    }
}

@media (max-width:767.98px) {
    .Numbers .swiper-slide {
        margin-right: 4.26667vw;
        width: 10rem
    }
}

@media (max-width:767.98px) and (min-width:768px) {
    .Numbers .swiper-slide {
        margin-right: 4.16667vw
    }
}

@media (max-width:767.98px) and (min-width:992px) {
    .Numbers .swiper-slide {
        margin-right: 3.125vw
    }
}

@media (max-width:767.98px) {
    .Numbers .swiper-slide:last-child {
        margin-right: 0
    }
}

.Numbers-title {
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase
}

[data-scroll-container] [data-scroll] .Numbers-title {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

[data-scroll].is-inview .Numbers-title {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Numbers-title {
    will-change: transform
}

@media (min-width:768px) {
    .Numbers-title {
        margin-bottom: 6.25vw
    }
}

@media (max-width:767.98px) {
    .Numbers-title {
        text-align: left
    }
}

@media (min-width:768px) {
    .Numbers-mainRow {
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.13333vw;
        margin-left: -2.13333vw
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Numbers-mainRow {
        margin-right: -1.5625vw;
        margin-left: -1.5625vw
    }
}

@media (min-width:768px) {
    .Numbers-mainCol {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 2.13333vw;
        padding-left: 2.13333vw;
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Numbers-mainCol {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) and (min-width:1440px) {
    .Numbers-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.Numbers-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

[data-scroll-container] .Numbers-item {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Numbers-item.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Numbers-item {
    will-change: transform
}

.Numbers-number {
    position: relative;
    z-index: 2;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    margin-bottom: 2rem;
    font-size: 1.15rem;
    color: var(--color-text-inverted)
}

.Numbers-number:before {
    content: "";
    position: absolute;
    z-index: -1;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: var(--color-text);
    border-radius: 50%
}

.Numbers-text {
    text-align: center;
    max-width: 15em
}

@media (max-width:767.98px) {
    .Numbers-text {
        font-size: calc(1rem - 2px);
        line-height: 1.5
    }
}

.OffCanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1130;
    pointer-events: none;
    overflow: hidden
}

.show-off-canvas .OffCanvas {
    pointer-events: auto
}

.OffCanvas.--inverted {
    color: #fff
}

.OffCanvas-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    cursor: pointer;
    transition: opacity .6s
}

.show-off-canvas .OffCanvas-bg {
    opacity: .2
}

.OffCanvas-panel {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    width: 85%;
    max-width: 37.5rem;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform .4s
}

.show-off-canvas .OffCanvas-panel {
    transform: translateX(0)
}

.OffCanvas.--inverted .OffCanvas-panel {
    background-color: #000
}

.OffCanvas-header {
    height: 3.57143rem;
    padding-left: 4.26667vw;
    padding-right: 2.13333vw;
    right: 2.13333vw;
    left: 0;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    background-color: #fff
}

@media (min-width:768px) {
    .OffCanvas-header {
        height: 3.75rem
    }
}

@media (min-width:768px) {
    .OffCanvas-header {
        padding-left: 4.16667vw
    }
}

@media (min-width:992px) {
    .OffCanvas-header {
        padding-left: 3.125vw
    }
}

@media (min-width:768px) {
    .OffCanvas-header {
        padding-right: 2.08333vw
    }
}

@media (min-width:992px) {
    .OffCanvas-header {
        padding-right: 1.5625vw
    }
}

@media (min-width:768px) {
    .OffCanvas-header {
        right: 2.08333vw
    }
}

@media (min-width:992px) {
    .OffCanvas-header {
        right: 1.5625vw
    }
}

.OffCanvas.--inverted .OffCanvas-header {
    background-color: #000
}

.OffCanvas-close {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    flex-shrink: 0;
    margin-left: auto;
    color: inherit
}

.OffCanvas-close .Icon {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1px
}

.OffCanvas-content {
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
    padding-top: 7.14286rem;
    padding-bottom: 3.57143rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto
}

@media (min-width:768px) {
    .OffCanvas-content {
        padding-left: 4.16667vw;
        padding-right: 4.16667vw
    }
}

@media (min-width:992px) {
    .OffCanvas-content {
        padding-left: 3.125vw;
        padding-right: 3.125vw
    }
}

@media (min-width:768px) {
    .OffCanvas-content {
        padding-top: 7.5rem
    }
}

@media (min-width:768px) {
    .OffCanvas-content {
        padding-bottom: 3.75rem
    }
}

.p-CollectionList {
    padding-bottom: 4rem
}

@media (min-width:768px) {
    .p-CollectionList {
        padding-bottom: 9.375vw
    }
}

[style*=background-color]+.p-CollectionList {
    padding-top: 4rem
}

@media (min-width:768px) {
    [style*=background-color]+.p-CollectionList {
        padding-top: 9.375vw !important
    }
}

.p-CollectionList:not(.--related) {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .p-CollectionList:not(.--related) {
        padding-top: 11.25rem
    }
}

.has-subnav .p-CollectionList:not(.--related) {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .p-CollectionList:not(.--related) {
        padding-top: 8rem
    }
}

.p-CollectionList.--related {
    padding-top: 4rem
}

@media (min-width:768px) {
    .p-CollectionList.--related {
        padding-top: 9.375vw
    }
}

.p-CollectionList-heading {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin-bottom: 3rem;
    text-align: center
}

@media (min-width:768px) {
    .p-CollectionList-heading {
        margin-bottom: 6.25vw
    }
}

@media (min-width:768px) {
    .p-CollectionList:not(.--related) .p-CollectionList-heading {
        display: none
    }
}

.p-CollectionList-mainCol {
    /* margin-top: -3rem */
}

@media (min-width:768px) {
    .p-CollectionList-mainCol {
        /* margin-top: -6.25vw */
    }
}

@media (min-width:992px) {
    .p-CollectionList-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.p-CollectionList.--related .p-CollectionList-mainCol .row {
    justify-content: center
}

.p-CollectionList-separator {
    margin-top: 3rem
}

@media (min-width:768px) {
    .p-CollectionList-separator {
        margin-top: 6.25vw
    }
}

[data-scroll-container] .p-CollectionList-separator {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.p-CollectionList-separator.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.p-CollectionList-separator {
    will-change: transform
}

.p-CollectionList-separator:not(:first-child) {
    margin-top: 6rem
}

@media (min-width:768px) {
    .p-CollectionList-separator:not(:first-child) {
        margin-top: 12.5vw
    }
}

.p-CollectionList-separator p {
    text-align: center;
    max-width: 80%;
    margin: auto;
    font-weight: 300;
    text-wrap: pretty
}

.p-CollectionList-separator-image {
    margin: 0 auto 1.5em;
    width: 9rem;
    height: auto;
    aspect-ratio: 286/144;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.p-CollectionList-col {
    margin-top: 3rem;
    will-change: transform
}

@media (min-width:768px) {
    .p-CollectionList-col {
        margin-top: 6.25vw
    }
}

[data-scroll-container] .p-CollectionList-col {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.p-CollectionList-col.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.p-CollectionList-col {
    will-change: transform
}

@media (min-width:768px) {
    .p-CollectionList-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .p-CollectionList-col:nth-child(3n+2).is-inview {
        transition-delay: .3s !important
    }

    .p-CollectionList-col:nth-child(3n+3).is-inview {
        transition-delay: .4s !important
    }
}

@media (min-width:1640px) {
    .p-CollectionList-col {
          flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .p-CollectionList-col:nth-child(4n+2).is-inview {
        transition-delay: .3s !important
    }

    .p-CollectionList-col:nth-child(4n+3).is-inview {
        transition-delay: .4s !important
    }

    .p-CollectionList-col:nth-child(4n+4).is-inview {
        transition-delay: .5s !important
    }
}

.p-CollectionList-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    font-weight: bold;
}

.p-CollectionList-link {
    transition: opacity .4s;
    text-decoration: none !important
}

/* .--hover .p-CollectionList-link:not(:hover) {
    opacity: .4 !important
} */

.p-CollectionList-figure {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 0
}

.p-CollectionList-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center
}

.p-CollectionList-image.lazyloaded {
    opacity: 1
}

.p-CollectionList-title {
    display: inline-block;
   
}

.p-CollectionList-subtitle,
.p-CollectionList-title {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.p-CollectionList-subtitle {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin-top: .25em;
    opacity: .4;
    font-weight: 400
}

.p-CollectionList.--related .p-CollectionList-subtitle {
    display: none
}

.p-Finder {
    padding-top: 7.14286rem;
    overflow: hidden
}

@media (min-width:768px) {
    .p-Finder {
        padding-top: 11.25rem
    }
}

.has-subnav .p-Finder {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .p-Finder {
        padding-top: 15rem
    }
}

@media (min-width:992px) {
    .p-Finder-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.p-Finder-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.p-Finder-toggle {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase
}

.p-Finder-total {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase
}

.p-Finder-panelHeader {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500
}

.p-Finder-panelHeader a {
    margin-left: 1em;
    opacity: .6;
    display: none;
    font-weight: 400;
    text-transform: none
}

.p-Finder-panelHeader span:not([data-filter-total=""]):not([data-filter-total="0"]):after {
    padding-left: .5em;
    content: "("attr(data-filter-total) ")"
}

.p-Finder-panelHeader span:not([data-filter-total=""]):not([data-filter-total="0"])+a {
    display: inline-block
}

.p-Finder-panelSectionHeader {
    font-size: calc(1rem - 2px);
    text-transform: none;
    font-weight: 700
}

.p-Finder-panelSectionHeader:not(:first-child) {
    margin-top: 2.5rem
}

.p-Finder-panelAccordion {
    border-top: 1px solid #ddd
}

.p-Finder-panelAccordion:last-child {
    border-bottom: 1px solid #ddd
}

.p-Finder-panel-subTotal:not([data-filter-subtotal=""]):not([data-filter-subtotal="0"]):before {
    padding-left: .5em;
    content: "("attr(data-filter-subtotal) ")"
}

.p-Finder-panelAccordion-toggle {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

.p-Finder-panelAccordion-toggleIcon {
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    position: relative;
    transition: transform .6s
}

.p-Finder-panelAccordion-toggleIcon:after,
.p-Finder-panelAccordion-toggleIcon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s
}

.p-Finder-panelAccordion-toggleIcon:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23000; stroke-width: 1px'%3E%3Cline x1='3' y1='8' x2='13' y2='8'/%3E%3Cline x1='8' y1='13' x2='8' y2='3'/%3E%3C/svg%3E") center/contain no-repeat
}

.p-Finder-panelAccordion-toggleIcon:after {
    opacity: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23000; stroke-width: 1px'%3E%3Cline x1='3' y1='8' x2='13' y2='8'/%3E%3C/svg%3E") center/contain no-repeat
}

.p-Finder-panelAccordion-toggle.is-open .p-Finder-panelAccordion-toggleIcon {
    transform: rotate(180deg)
}

.p-Finder-panelAccordion-toggle.is-open .p-Finder-panelAccordion-toggleIcon:before {
    opacity: 0
}

.p-Finder-panelAccordion-toggle.is-open .p-Finder-panelAccordion-toggleIcon:after {
    opacity: 1
}

.p-Finder-panelAccordion-content {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    overflow: hidden;
    margin: 0 -1rem;
    padding: 0 1rem
}

.p-Finder-panelAccordion-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 1rem
}

.p-Finder-panelAccordion-content li {
    padding: .3em 0
}

.p-Finder-panelAccordion-content .Finishing {
    margin-right: .75em
}

.p-Finder-panelAccordion-content a {
    text-decoration: none !important
}

.p-Finder-panelAccordion-content a.is-disabled {
    pointer-events: none
}

.p-Finder-panelAccordion-content a.is-disabled .p-Finder-panelLabel {
    opacity: .3
}

.p-Finder-panelAccordion-content ul:not(.p-Finder-finishingFilters) a {
    display: flex;
    align-items: center;
    position: relative
}

.p-Finder-panelAccordion-content ul:not(.p-Finder-finishingFilters) a:before {
    content: ' ';
    width: .5rem;
    height: .5rem;
    margin-right: .75rem;
    display: inline-block;
    border: 1px solid #ccc
}

.p-Finder-panelAccordion-content ul:not(.p-Finder-finishingFilters) a.is-active:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23000; stroke-width: 1.2px'%3E%3Cpolyline points='2.5,9 5.5,12 13.5,4' /%3E%3C/svg%3E") center/contain no-repeat;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    margin-left: -.25rem;
    border: 0
}

.p-Finder-panelForm {
    position: relative
}

.p-Finder-panelForm-input {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #f2f2f2;
    width: 100%;
    padding: .75rem
}

.p-Finder-panelForm-button {
    position: absolute;
    border: 0;
    background: 0 0;
    padding: 0;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75
}

.p-FinishingItemList {
    padding-top: 4rem;
    overflow: hidden
}

@media (min-width:768px) {
    .p-FinishingItemList {
        padding-top: 9.375vw
    }
}

.p-FinishingItemList-slider .row {
    justify-content: center
}

.p-FinishingItemList-slider .col {
    flex: 0 0 100%;
    max-width: 100%
}

.p-FinishingItemList-slider .swiper-container {
    max-width: 700px;
    overflow: visible
}

.p-FinishingItemList-slider .swiper-slide {
    transition: opacity .2s
}

.p-FinishingItemList-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0
}

.p-FinishingItemList-figure {
    position: relative
}

.p-FinishingItemList-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center/contain no-repeat
}

.p-FinishingItemList-image.lazyloaded {
    opacity: 1
}

.p-FinishingItemList-placeholder {
    width: 100%
}

.p-FinishingItemList-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
    position: relative;
    z-index: 2
}

.p-FinishingItemList-nav li {
    margin: 0 .7rem .7rem;
    cursor: pointer
}

@media (max-width:767.98px) {
    .p-FinishingItemList-nav li {
        margin: 0 .5rem .5rem
    }
}

.p-FinishingItemList-nav li.break {
    margin: 0;
    height: 0;
    flex-basis: 100%
}

@media (max-width:767.98px) {
    .p-FinishingItemList-nav li.break {
        display: none
    }
}

.p-FinishingItemList-nav-label {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, calc(200% - .7rem));
    white-space: nowrap;
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    font-weight: 400;
    pointer-events: none;
    opacity: 0;
    transition: none
}

html:not(.is-mobile) li:hover .p-FinishingItemList-nav-label {
    opacity: .9;
    transition: opacity .3s
}

html.is-mobile li.is-active .p-FinishingItemList-nav-label {
    opacity: .9
}

.p-FinishingItemList-item:not(:first-child) {
    display: none
}

.PageHeaderDayTime {
    background-color: var(--color-background);
    position: relative;
    overflow: hidden;
    height: calc(var(--initial-vh) * 100);
    color: #fff
}

.PageHeaderDayTime-nav {
    right: 4.26667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .PageHeaderDayTime-nav {
        right: 4.16667vw
    }
}

@media (min-width:992px) {
    .PageHeaderDayTime-nav {
        right: 3.125vw
    }
}

.PageHeaderDayTime-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.PageHeaderDayTime-navItem {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: .25rem 0
}

.PageHeaderDayTime-navItem span {
    display: block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    margin: .4rem
}

.PageHeaderDayTime-navItem span:not(.is-active) {
    opacity: .4
}

.PageHeaderDayTime-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: center/cover no-repeat
}

.PageHeaderDayTime-image.lazyloaded {
    opacity: 1
}

.PageHeaderDetail {
    background-color: var(--color-background);
    position: relative;
    overflow: hidden
}

.PageHeaderDetail.--inverted {
    color: #fff
}

.PageHeaderDetail-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.PageHeaderDetail-image,
.PageHeaderDetail-video {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.PageHeaderDetail-image.lazyloaded,
.PageHeaderDetail-video.lazyloaded {
    opacity: 1
}

.PageHeaderDetail-image {
    background: center/cover no-repeat
}

.PageHeaderDetail-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) {
    .PageHeaderDetail-main {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.PageHeaderDetail-content {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    min-height: calc(var(--initial-vh) * 100);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (min-width:768px) {
    .PageHeaderDetail-content {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw
    }
}

@media (min-width:768px) {
    .PageHeaderDetail-content {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:992px) {
    .PageHeaderDetail-content {
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (min-width:1440px) {
    .PageHeaderDetail-content {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:1640px) {
    .PageHeaderDetail-content {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.PageHeaderDetail-content:before {
    height: 3.57143rem;
    content: '';
    display: block
}

@media (min-width:768px) {
    .PageHeaderDetail-content:before {
        height: 3.75rem
    }
}

.--vAlignCenter .PageHeaderDetail-content {
    justify-content: center
}

.--vAlignTop .PageHeaderDetail-content {
    justify-content: flex-start
}

.--hAlignCenter .PageHeaderDetail-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.--hAlignRight .PageHeaderDetail-content {
    text-align: right;
    margin-left: auto
}

.PageHeaderDetail-contentWrapper {
    margin: 10rem 0 0
}

[data-scroll-container] .PageHeaderDetail-contentWrapper {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.PageHeaderDetail-contentWrapper.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.PageHeaderDetail-contentWrapper {
    will-change: transform
}

.--vAlignTop .PageHeaderDetail-contentWrapper {
    margin: 0 0 10rem
}

.--vAlignCenter .PageHeaderDetail-contentWrapper {
    margin: 5rem 0
}

.PageHeaderDetail-parentLink {
    font-weight: 500;
    margin-bottom: .5rem;
    text-transform: uppercase
}

@media (min-width:768px) {
    .PageHeaderDetail-parentLink {
        display: none
    }
}

.PageHeaderDetail-parentLink:hover {
    text-decoration: none
}

.PageHeaderDetail-title {
    font-size: 21.0807px;
    margin: 0
}

@media (min-width:320px) and (max-width:768px) {
    .PageHeaderDetail-title {
        font-size: calc(21.0807px + 4.70805 * ((100vw - 320px)/ 448))
    }
}

@media (min-width:768px) and (max-width:992px) {
    .PageHeaderDetail-title {
        font-size: calc(25.78875px + 2.89291 * ((100vw - 768px)/ 224))
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .PageHeaderDetail-title {
        font-size: calc(28.68166px + 5.868 * ((100vw - 992px)/ 448))
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    .PageHeaderDetail-title {
        font-size: calc(34.54966px + 0 * ((100vw - 1440px)/ 200))
    }
}

@media (min-width:1640px) and (max-width:1920px) {
    .PageHeaderDetail-title {
        font-size: calc(34.54966px + 0 * ((100vw - 1640px)/ 280))
    }
}

@media (min-width:1920px) {
    .PageHeaderDetail-title {
        font-size: 34.54966px
    }
}

.PageHeaderDetail-subtitle {
    opacity: .7;
    margin: .25rem 0 0;
    font-weight: 300
}

.PageHeaderLanding {
    background-color: var(--color-background);
    position: relative;
    overflow: hidden
}

.PageHeaderLanding.--inverted {
    color: #fff
}

.PageHeaderLanding-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.PageHeaderLanding-image,
.PageHeaderLanding-video {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.PageHeaderLanding-image.lazyloaded,
.PageHeaderLanding-video.lazyloaded {
    opacity: 1
}

.PageHeaderLanding-image {
    background: center/cover no-repeat
}

.PageHeaderLanding-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.PageHeaderLanding-content {
    padding-top: 7.14286rem;
    padding-bottom: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: calc(var(--initial-vh) * 100)
}

@media (min-width:768px) {
    .PageHeaderLanding-content {
        padding-top: 11.25rem
    }
}

.has-subnav .PageHeaderLanding-content {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .PageHeaderLanding-content {
        padding-top: 15rem
    }
}

@media (min-width:768px) {
    .PageHeaderLanding-content {
        padding-bottom: 9.375vw
    }
}

.PageHeaderLanding.--textBottomLeft .PageHeaderLanding-content {
    justify-content: flex-end;
    padding-bottom: 0;
    text-align: left
}

@media (min-width:768px) {
    .PageHeaderLanding.--textBottomLeft .PageHeaderLanding-content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 8.33333%
    }
}

.PageHeaderLanding-subtitle,
.PageHeaderLanding-title {
    max-width: 18em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.PageHeaderLanding.--textBottomLeft .PageHeaderLanding-subtitle,
.PageHeaderLanding.--textBottomLeft .PageHeaderLanding-title {
    margin-left: 0
}

.PageHeaderLanding-heading {
    margin-bottom: 6.4vw
}

[data-scroll-container] .PageHeaderLanding-heading {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.PageHeaderLanding-heading.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.PageHeaderLanding-heading {
    will-change: transform
}

@media (min-width:768px) {
    .PageHeaderLanding-heading {
        margin-bottom: 4.6875vw
    }
}

.PageHeaderLanding:not(.--textBottomLeft) .PageHeaderLanding-heading {
    margin-bottom: 0
}

.PageHeaderLanding-subtitle {
    padding-top: .5rem;
    display: inline-block
}

.PageHeaderText {
    padding-top: 7.14286rem !important
}

@media (min-width:768px) {
    .PageHeaderText {
        padding-top: 11.25rem !important
    }
}

.has-subnav .PageHeaderText {
    padding-top: 7.14286rem !important
}

@media (min-width:768px) {
    .has-subnav .PageHeaderText {
        padding-top: 15rem !important
    }
}

[data-scroll-container] [data-scroll] .PageHeaderText-subtitle,
[data-scroll-container] [data-scroll] .PageHeaderText-title {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

[data-scroll].is-inview .PageHeaderText-subtitle,
[data-scroll].is-inview .PageHeaderText-title {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.PageHeaderText-subtitle,
.PageHeaderText-title {
    will-change: transform
}

.PageHeaderText-subtitle:last-child,
.PageHeaderText-title:last-child {
    margin-bottom: 0
}

.PageHeaderText-title {
    margin-bottom: .25rem
}

[data-scroll].is-inview .PageHeaderText-subtitle {
    transition-delay: .3s !important
}

.Pagination {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4.26667vw;
    padding-left: 4.26667vw
}

[data-scroll-container] .Pagination {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Pagination.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Pagination {
    will-change: transform
}

@media (min-width:768px) {
    .Pagination {
        padding-right: 4.16667vw;
        padding-left: 4.16667vw
    }
}

@media (min-width:992px) {
    .Pagination {
        padding-right: 3.125vw;
        padding-left: 3.125vw
    }
}

.Pagination-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.13333vw;
    margin-left: -2.13333vw;
    justify-content: center
}

@media (min-width:768px) {
    .Pagination-row {
        margin-right: -1.5625vw;
        margin-left: -1.5625vw
    }
}

.Pagination-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw
}

@media (min-width:768px) {
    .Pagination-col {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:992px) {
    .Pagination-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.p-Item-row {
    align-items: start
}

.p-Item-imageCol,
.p-Item-mainCol {
    padding-top: 7.14286rem;
    padding-bottom: 4rem
}

@media (min-width:768px) {

    .p-Item-imageCol,
    .p-Item-mainCol {
        padding-top: 11.25rem
    }
}

.has-subnav .p-Item-imageCol,
.has-subnav .p-Item-mainCol {
    padding-top: 7.14286rem
}

@media (min-width:768px) {

    .has-subnav .p-Item-imageCol,
    .has-subnav .p-Item-mainCol {
        padding-top: 15rem
    }
}

@media (min-width:768px) {

    .p-Item-imageCol,
    .p-Item-mainCol {
        padding-bottom: 9.375vw
    }
}

.fancybox-content .p-Item-imageCol,
.fancybox-content .p-Item-mainCol {
    padding-top: 5.35714rem
}

@media (min-width:768px) {

    .fancybox-content .p-Item-imageCol,
    .fancybox-content .p-Item-mainCol {
        padding-top: 9.375rem
    }
}

.p-Item-imageCol {
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:767.98px) {
    .p-Item-imageCol {
        display: none
    }
}

html:not(.has-scroll-smooth) .p-Item-imageCol {
    position: sticky;
    top: 0
}

[data-scroll-container] .p-Item-mainCol>* {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.p-Item-mainCol.is-inview>* {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.p-Item-mainCol>* {
    will-change: transform
}

@media (min-width:768px) {
    .p-Item-mainCol {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1440px) {
    .p-Item-mainCol {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.p-Item-mainCol>:nth-child(n+1) {
    transition-delay: 40ms !important
}

.p-Item-mainCol>:nth-child(n+2) {
    transition-delay: 80ms !important
}

.p-Item-mainCol>:nth-child(n+3) {
    transition-delay: .12s !important
}

.p-Item-mainCol>:nth-child(n+4) {
    transition-delay: .16s !important
}

.p-Item-mainCol>:nth-child(n+5) {
    transition-delay: .2s !important
}

.p-Item-mainCol>:nth-child(n+6) {
    transition-delay: .24s !important
}

.p-Item-mainCol>:nth-child(n+7) {
    transition-delay: .28s !important
}

.p-Item-mainCol>:nth-child(n+8) {
    transition-delay: .32s !important
}

.p-Item-mainCol>:nth-child(n+9) {
    transition-delay: .36s !important
}

.p-Item-mainCol>:nth-child(n+10) {
    transition-delay: .4s !important
}

.p-Item-breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5em;
    letter-spacing: .05em
}

.p-Item-breadcrumb li:not(:last-child):after {
    content: '/';
    padding: .5em
}

.p-Item-breadcrumb.--csv li:not(:last-child):after {
    content: ',';
    padding: 0 .5em 0 0
}

.p-Item-heading {
    font-weight: 400
}

.p-Item-finishing {
    padding-top: .5rem;
    margin-bottom: 2rem;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.p-Item-finishingTitle {
    flex-shrink: 0;
    margin: 0 1rem 1rem 0
}

.p-Item-finishingNav {
    list-style-type: none;
    margin: 0;
    padding: .5rem 0 0;
    display: flex;
    flex: 1 0 50%;
    flex-wrap: wrap;
    justify-content: flex-end
}

.p-Item-finishingNav li {
    margin: 0 0 .5rem 1rem
}

.p-Item-finishingNav .is-active {
    pointer-events: none
}

.p-Item-accordionInner {
    padding-bottom: 2rem
}

.p-Item-accordionToggle {
    margin: 0;
    padding: .5rem 0;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (min-width:768px) {
    .p-Item-accordionToggle {
        pointer-events: none
    }
}

.p-Item-toggleIcon {
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    position: relative;
    transition: transform .6s
}

@media (min-width:768px) {
    .p-Item-toggleIcon {
        display: none
    }
}

.p-Item-toggleIcon:after,
.p-Item-toggleIcon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s
}

.p-Item-toggleIcon:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23000; stroke-width: 1px'%3E%3Cline x1='3' y1='8' x2='13' y2='8'/%3E%3Cline x1='8' y1='13' x2='8' y2='3'/%3E%3C/svg%3E") center/contain no-repeat
}

.p-Item-toggleIcon:after {
    opacity: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: none; stroke: %23000; stroke-width: 1px'%3E%3Cline x1='3' y1='8' x2='13' y2='8'/%3E%3C/svg%3E") center/contain no-repeat
}

.p-Item-accordionToggle.is-open .p-Item-toggleIcon {
    transform: rotate(180deg)
}

.p-Item-accordionToggle.is-open .p-Item-toggleIcon:before {
    opacity: 0
}

.p-Item-accordionToggle.is-open .p-Item-toggleIcon:after {
    opacity: 1
}

@media (min-width:768px) {
    .p-Item-accordionContent {
        height: auto !important;
        display: block !important
    }
}

.p-Item-accordionContent>* {
    padding-top: 1rem
}

.p-Item-accordionContent .Prose {
    line-height: 1.8
}

.p-Item-replacements {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0
}

.p-Item-replacements li {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.p-Item-replacements li:last-child,
.p-Item-replacements li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
    margin-bottom: 0
}

.p-Item-replacementsIcon {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    flex-shrink: 0;
    display: flex
}

.p-Item-replacementsIcon img {
    -o-object-fit: contain;
    object-fit: contain
}

.p-Item-downloads {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.p-Item-downloads li {
    display: flex;
    justify-content: space-between
}

.p-Item-downloads li:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.p-Item-downloads a {
    text-decoration: underline;
    color: rgba(0, 0, 0, .35)
}

.p-Item-distributors {
    font-weight: 700;
    padding-top: 2rem
}

.p-Item-distributors a {
    display: flex;
    align-items: center
}

.p-Item-distributors a .Icon {
    margin-left: .5rem
}

.p-Item-mainCol .p-Item-imageWrapper {
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .p-Item-mainCol .p-Item-imageWrapper {
        display: none
    }
}

.p-Item-figure {
    position: relative
}

.p-Item-mainCol .p-Item-figure {
    padding-bottom: 100%
}

.p-Item.--layout-1 .p-Item-mainCol .p-Item-figure {
    padding-bottom: 150%
}

.p-Item-imageCol .p-Item-figure {
    height: calc(100vh - 20rem);
    min-height: 30vw;
    max-width: 800px;
    margin: auto
}

.p-Item-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    bottom: 0;
    background: center/contain no-repeat
}

.p-Item-image.lazyloaded {
    opacity: 1
}

.p-Item-related-heading {
    padding: .5rem 0;
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    letter-spacing: .05em
}

.p-Item-related-link {
    display: flex;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #eee
}

.p-Item-related-link:after {
    margin-left: auto
}

.p-Item-related-figure {
    flex: 0 0 25%;
    max-width: 150px;
    margin-right: 5%
}

.p-Item-related-image {
    transition: opacity .6s;
    opacity: .001;
    margin: 8px 0;
    padding-bottom: 80%;
    background: center/contain no-repeat
}

.p-Item-related-image.lazyloaded {
    opacity: 1
}

.p-Item-related-title {
    margin: 0 1rem 0 0;
    font-weight: 400
}

.p-Item-related-title span {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    padding-top: 2px;
    display: block;
    text-transform: none;
    opacity: .5;
    letter-spacing: 0
}

.p-ItemList {
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media (min-width:768px) {
    .p-ItemList {
        margin-top: 9.375vw;
        margin-bottom: 9.375vw
    }
}

.p-FinishingItemList .p-ItemList {
    margin-bottom: 0;
    margin-top: 5rem
}

@media (min-width:992px) {
    .p-ItemList-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.p-ItemList-group:not(:first-child) {
    margin-top: 4rem
}

@media (min-width:768px) {
    .p-ItemList-group:not(:first-child) {
        margin-top: 9.375vw
    }
}

.p-ItemList.--collapsed:not(.--preventCollapsed) .p-ItemList-group:not(:first-child) {
    display: none
}

.p-ItemList-heading {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin-bottom: calc(4rem - 1em)
}

[data-scroll-container] .p-ItemList-heading {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.p-ItemList-heading.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.p-ItemList-heading {
    will-change: transform
}

.p-ItemList.--collapsed .p-ItemList-heading,
.p-ItemList.--preventCollapsed .p-ItemList-heading {
    opacity: 0
}

.p-ItemList-itemCol {
    display: flex;
    margin-top: 3rem
}

@media (min-width:768px) {
    .p-ItemList-itemCol {
        margin-top: 6.25vw
    }
}

@media (min-width:768px) {
    .p-ItemList-itemCol {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width:1640px) {
    .p-ItemList-itemCol {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.p-ItemList-itemCol:nth-child(1),
.p-ItemList-itemCol:nth-child(2) {
    margin-top: 0 !important
}

@media (min-width:768px) {
    .p-ItemList-itemCol:nth-child(3) {
        margin-top: 0 !important
    }

    .p-ItemList-itemCol:nth-child(3n+2) .p-ItemList-item.is-inview {
        transition-delay: .3s !important
    }

    .p-ItemList-itemCol:nth-child(3n+3) .p-ItemList-item.is-inview {
        transition-delay: .4s !important
    }
}

@media (min-width:1640px) {
    .p-ItemList-itemCol:nth-child(4) {
        margin-top: 0 !important
    }

    .p-ItemList-itemCol:nth-child(4n+1) .p-ItemList-item.is-inview {
        transition-delay: .2s !important
    }

    .p-ItemList-itemCol:nth-child(4n+2) .p-ItemList-item.is-inview {
        transition-delay: .3s !important
    }

    .p-ItemList-itemCol:nth-child(4n+3) .p-ItemList-item.is-inview {
        transition-delay: .4s !important
    }

    .p-ItemList-itemCol:nth-child(4n+4) .p-ItemList-item.is-inview {
        transition-delay: .5s !important
    }
}

.p-ItemList.--collapsed:not(.--preventCollapsed) .p-ItemList-itemCol:nth-child(n+5) {
    display: none
}

@media (max-width:1639.98px) {
    .p-ItemList.--collapsed:not(.--preventCollapsed) .p-ItemList-itemCol:nth-child(n+4) {
        display: none
    }
}

@media (max-width:767.98px) {
    .p-ItemList.--collapsed:not(.--preventCollapsed) .p-ItemList-itemCol:nth-child(n+3) {
        display: none
    }
}

.p-ItemList-item {
    flex: 0 0 100%;
    will-change: transform;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

[data-scroll-container] .p-ItemList-item {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.p-ItemList-item.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.p-ItemList-item {
    will-change: transform
}

.p-ItemList-item[data-admin-factor]:after {
    content: attr(data-admin-factor);
    position: absolute;
    bottom: 0;
    right: 0;
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    transition: opacity .1s .3s
}

.p-ItemList.--hover .p-ItemList-item[data-admin-factor]:after {
    opacity: 1;
    transition-delay: 0s
}

.p-ItemList-itemFigure {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 1.5rem
}

.p-ItemList-itemImage {
    transition: opacity .6s;
    opacity: .001;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.p-ItemList-itemImage.lazyloaded {
    opacity: 1
}

.p-ItemList-itemLink {
    text-decoration: none !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: opacity .4s
}

/* .p-ItemList.--hover .p-ItemList-itemLink:not(:hover) {
    opacity: .4
} */

.p-ItemList-itemCollection {
    font-weight: 700
}

.p-ItemList-itemTitle {
    font-weight: 400
}

.p-ItemList-itemCollection,
.p-ItemList-itemDescription,
.p-ItemList-itemTitle {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin: 0
}

.p-ItemList-itemDescription {
    opacity: .5
}

.p-ItemList-itemFinishing {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    margin: 0;
    margin-top: 1rem
}

.p-ItemList-itemFinishing span {
    margin-right: .5em
}

.p-ItemList-toggle {
    margin-top: 3rem;
    text-align: center
}

[data-scroll-container] .p-ItemList-toggle {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.p-ItemList-toggle.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.p-ItemList-toggle {
    will-change: transform
}

@media (min-width:768px) {
    .p-ItemList-toggle {
        margin-top: 6.25vw
    }
}

.p-ItemList.--preventCollapsed .p-ItemList-toggle,
.p-ItemList:not(.--collapsed) .p-ItemList-toggle {
    display: none
}

.Prose p+h1,
.Prose p+h2,
.Prose p+h3,
.Prose p+h4,
.Prose p+h5,
.Prose p+h6,
.Prose ul+h1,
.Prose ul+h2,
.Prose ul+h3,
.Prose ul+h4,
.Prose ul+h5,
.Prose ul+h6 {
    margin-top: 3rem
}

.Prose a {
    text-decoration: underline
}

.Prose>:first-child {
    margin-top: 0 !important
}

.Prose>:last-child {
    margin-bottom: 0 !important
}

.Prose>iframe {
    margin: 1.5rem 0
}

.Prose ul {
    margin-left: 0;
    padding-left: 1.2em
}

.Prose a[id][name]:not([class]) {
    top: -7rem;
    position: relative
}

.ReferencePreview a {
    text-decoration: none
}

.ReferencePreview-figure {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    background-color: rgba(85, 85, 85, .1)
}

.ReferencePreview-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: center/cover no-repeat
}

.ReferencePreview-image.lazyloaded {
    opacity: 1
}

.ReferencePreview-title {
    font-size: 1rem;
    margin-bottom: .25rem;
    line-height: 1.5
}

.ReferencePreview-title span {
    background-image: linear-gradient(var(--color-text), var(--color-text));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

html:not(.is-mobile) .ReferencePreview-title span:hover,
html:not(.is-mobile) a:hover .ReferencePreview-title span {
    transition-duration: .6s;
    background-size: 100% 1px
}

.ReferencePreview-caption {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin-top: .25em;
    opacity: .4;
    font-weight: 400
}

.SearchBox {
    padding-top: 7.14286rem;
    padding-bottom: 4rem
}

@media (min-width:768px) {
    .SearchBox {
        padding-top: 11.25rem
    }
}

.has-subnav .SearchBox {
    padding-top: 7.14286rem
}

@media (min-width:768px) {
    .has-subnav .SearchBox {
        padding-top: 15rem
    }
}

@media (min-width:768px) {
    .SearchBox {
        padding-bottom: 9.375vw
    }
}

.SearchBox input[type=text] {
    padding-right: 3rem
}

.SiteHeader .SearchBox {
    opacity: 0;
    transform: translateY(1rem) translateZ(0)
}

.show-search .SiteHeader .SearchBox {
    opacity: 1;
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .2s;
    transition-delay: .15s
}

.SearchBox-col {
    margin: auto
}

@media (min-width:768px) {
    .SearchBox-col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.SearchBox-field {
    position: relative
}

.SearchBox-button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 1rem;
    height: 1rem;
    background: 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: .5
}

.SearchBox-button .Icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.SearchBox-button[type=reset] {
    display: none;
    right: 1.5rem
}

.has-search .SearchBox-button[type=reset],
.not-found .SearchBox-button[type=reset] {
    display: block
}

.is-loading .SearchBox-button {
    opacity: 1
}

.is-loading .SearchBox-button .Icon {
    opacity: 0
}

.is-loading .SearchBox-button:after {
    content: '';
    position: absolute;
    border: 2px solid currentColor;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 0;
    margin: -.5rem 0 0;
    transform-origin: 50% 50%;
    opacity: .9;
    animation: .5s linear infinite fancybox-rotate
}

.SearchBox-alternative {
    padding-top: 3rem;
    display: flex;
    justify-content: center
}

.SearchBox-alternative a {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: currentColor;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .2s;
    opacity: .5
}

.SearchBox-alternative a:hover {
    opacity: 1
}

.SearchBox-alternative a:before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: %23000; stroke: none;'%3E%3Ccircle cx='4' cy='4' r='1'/%3E%3Ccircle cx='4' cy='8' r='1'/%3E%3Ccircle cx='4' cy='12' r='1'/%3E%3Ccircle cx='8' cy='4' r='1'/%3E%3Ccircle cx='8' cy='8' r='1'/%3E%3Ccircle cx='8' cy='12' r='1'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3Ccircle cx='12' cy='4' r='1'/%3E%3C/svg%3E") center/contain no-repeat
}

.SearchResults {
    min-height: 50vh
}

.SearchResults-total {
    font-weight: 700;
    margin-bottom: 2rem
}

[data-scroll-container] .SearchResults-total {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.SearchResults-total.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.SearchResults-total {
    will-change: transform
}

.SearchResultsContents {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .SearchResultsContents {
        margin-top: 4.6875vw;
        margin-bottom: 4.6875vw
    }
}

@media (min-width:992px) {
    .SearchResultsContents-col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

.SearchResultsContents-item {
    margin-bottom: .75rem;
    padding-bottom: .75rem
}

@media (min-width:768px) {
    .SearchResultsContents-item {
        margin-bottom: 1.5625vw
    }
}

@media (min-width:768px) {
    .SearchResultsContents-item {
        padding-bottom: 1.5625vw
    }
}

[data-scroll-container] .SearchResultsContents-item {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.SearchResultsContents-item.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.SearchResultsContents-item {
    will-change: transform
}

.SearchResultsContents-item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.SearchResultsContents-link {
    text-decoration: none !important
}

.SearchResultsContents-label {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    font-weight: 400;
    margin: 0
}

.SearchResultsContents-title {
    margin-bottom: .25rem;
    font-weight: 400
}

.SearchResultsContents-title span {
    background-image: linear-gradient(var(--color-text), var(--color-text));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

html:not(.is-mobile) .SearchResultsContents-title span:hover,
html:not(.is-mobile) a:hover .SearchResultsContents-title span {
    transition-duration: .6s;
    background-size: 100% 1px
}

.SearchResultsContents-description {
    font-size: calc(1rem - 2px);
    line-height: 1.5;
    margin: 0
}

.Section {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width:768px) {
    .Section {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw
    }
}

.Section:not(:first-child) {
    margin-top: -1px
}

.Section:not([class*="--full"])+.Section.--adjacentBg {
    padding-top: 0
}

.Share {
    font-weight: 500;
    display: flex;
    align-items: center
}

.Share-label {
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500
}

.Share-label:after {
    content: '';
    display: block;
    width: 1.5em;
    margin: 0 .75em;
    border-top: 1px solid currentColor
}

.Share-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center
}

.Share-item:not(:last-child) {
    margin-right: .5rem
}

.Share-link {
    cursor: pointer;
    display: flex;
    padding: .25rem
}

.Share-link:hover {
    text-decoration: underline !important
}

.Share-copyContent {
    position: absolute;
    left: -9999px
}

.SiteFooter {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #4a4a4a;
    color: #b3b3b3;
    font-weight: 500
}

@media (min-width:768px) {
    .SiteFooter .collapse:not(.show) {
        display: block !important
    }
}

.SiteFooter a:hover {
    color: #fff;
    transition: opacity .2s
}

.SiteFooter ul {
    list-style: none;
    padding: 0;
    margin:20px 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .SiteFooter ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: right
    }
}

.SiteFooter ul li {
    text-transform: uppercase;
    margin-bottom: .5rem
}

@media (min-width:768px) {
    .SiteFooter ul li {
        margin-bottom: 0
    }

    .SiteFooter ul li:not(:last-child) {
        margin-left: 1.5rem
    }
}

.SiteFooter ul li:last-child {
    margin-bottom: 0
}

.SiteFooter-logo {
    margin-bottom: 2.5rem
}

@media (min-width:768px) {
    .SiteFooter-logo {
        text-align: center
    }
}

.SiteFooter-logo svg {
    height: 1.07143rem;
    width: auto;
    fill: currentColor
}

@media (min-width:768px) {
    .SiteFooter-logo svg {
        height: 1.25rem
    }
}

.SiteFooter-menu-top {
    font-weight: 700
}

.SiteFooter-company {
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem
}

@media (min-width:768px) {
    .SiteFooter-company {
        text-align: center
    }
}

.SiteFooter-company::before {
    margin-left: -4.26667vw;
    margin-right: -4.26667vw;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    opacity: .25
}

@media (min-width:768px) {
    .SiteFooter-company::before {
        margin-left: -4.16667vw;
        margin-right: -4.16667vw
    }
}

@media (min-width:992px) {
    .SiteFooter-company::before {
        margin-left: -3.125vw;
        margin-right: -3.125vw
    }
}

@media (min-width:768px) {
    .SiteFooter-company::before {
        display: none
    }
}

.SiteFooter-company:after {
    margin-left: -4.26667vw;
    margin-right: -4.26667vw;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    opacity: .25
}

@media (min-width:768px) {
    .SiteFooter-company:after {
        margin-left: -4.16667vw;
        margin-right: -4.16667vw
    }
}

@media (min-width:992px) {
    .SiteFooter-company:after {
        margin-left: -3.125vw;
        margin-right: -3.125vw
    }
}

@media (min-width:768px) {
    .SiteFooter-company:after {
        display: none
    }
}

.SiteFooter-company-toggle {
    cursor: pointer;
    text-transform: uppercase;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:768px) {
    .SiteFooter-company-toggle {
        display: none
    }
}

.SiteFooter-company-icon {
    position: relative;
    display: inline-block;
    height: 1rem;
    width: 1rem
}

.SiteFooter-company-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1rem;
    background-color: #b3b3b3;
    transform-origin: center center;
    transform: rotate(180deg) translateY(100%);
    transition: transform .2s
}

.collapsed .SiteFooter-company-icon::before {
    transform: rotate(0) translateY(-100%)
}

.SiteFooter-company-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 1rem;
    background-color: #b3b3b3;
    transform-origin: center center;
    transform: rotate(0) translateY(-1px);
    transition: transform .2s
}

.collapsed .SiteFooter-company-icon::after {
    transform: rotate(-90deg) translateX(1px)
}

.SiteFooter-company-content p {
    margin: 0 auto 2rem;
    max-width: 50rem
}

.SiteFooter-social ul {
    margin-bottom: 0;
    flex-direction: row
}

.SiteFooter-social ul li {
    display: inline
}

.SiteFooter-social ul li a {
    display: flex
}

.SiteFooter-social ul li:not(:last-child) {
    margin-right: 1rem
}

.SiteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    height: 103px;
  background: rgba(255,255,255,.4);
}

.SiteHeader-bar:before,
.SiteHeader-submenu-container:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #fff; */
    transition: opacity .3s;
    opacity: 1;
    /* border-bottom: 1px solid #eee */
}
#dropdownDelayButton1 {
  position: absolute;
left: 146px;
  top: 28px;
  font-size: 14px;
  z-index: 99999;
}
#dropdownDelayButton2 {
  position: absolute;
  left: 199px;
  top: 30px;
  font-size: 14px;
  z-index: 9999;
}
#dropdownDelayButton2 {
   font-size: 12px;
}
.page-transitioning .SiteHeader-bar:before,
.page-transitioning .SiteHeader-submenu-container:before {
    transition-duration: 0s !important
}

.has-transparent-header .SiteHeader-bar:before,
.has-transparent-header .SiteHeader-submenu-container:before {
    opacity: 0
}

.SiteHeader-bar {
    height: 3.57143rem;
    z-index: 1041;
    pointer-events: none;
    position: relative
}

@media (min-width:768px) {
    .SiteHeader-bar {
        height:103px
    }
}

.SiteHeader-logo,
.SiteHeader-menuToggle,
.SiteHeader-search {
    font-size: 0
}

.SiteHeader-logo,
.SiteHeader-menuToggle,
.SiteHeader-parentLink,
.SiteHeader-search {
    top: 1.78571rem;
    position: absolute;
    pointer-events: auto;
    transition: color .15s linear, opacity .2s
}

@media (min-width:768px) {

    .SiteHeader-logo,
    .SiteHeader-menuToggle,
    .SiteHeader-parentLink,
    .SiteHeader-search {
        top: 1.875rem
    }
}

.page-transitioning .SiteHeader-logo,
.page-transitioning .SiteHeader-menuToggle,
.page-transitioning .SiteHeader-parentLink,
.page-transitioning .SiteHeader-search {
    transition-duration: 0s !important
}

.has-inverted-header.has-transparent-header .SiteHeader-logo,
.has-inverted-header.has-transparent-header .SiteHeader-menuToggle,
.has-inverted-header.has-transparent-header .SiteHeader-parentLink,
.has-inverted-header.has-transparent-header .SiteHeader-search {
    color: #fff
}

.has-inverted-header.has-transparent-header .search-button svg path{
    fill: #fff
}
.has-inverted-header.has-transparent-header .btn-form #dropdownDelayButton2{
    border-color: #fff !important;
    color: #fff;
}
.has-transparent-header .search-button svg path{
    fill: #fff
}
.has-transparent-header .btn-form #dropdownDelayButton2{
    border-color: #fff !important;
    color: #fff;
}
.has-inverted-header .search-button svg path{
    fill: #fff
}
.has-inverted-header .btn-form #dropdownDelayButton2{
    border-color: #fff !important;
    color: #fff;
}
@media (max-width:767.98px) {

    .show-menu .SiteHeader-logo,
    .show-menu .SiteHeader-parentLink,
    .show-menu .SiteHeader-search {
        color: #1a1a1a !important
    }
}

@media (min-width:768px) {

    .show-menu .SiteHeader-logo,
    .show-menu .SiteHeader-parentLink,
    .show-menu .SiteHeader-search {
        opacity: 0;
        pointer-events: none
    }
}

.SiteHeader-logo {
    display: block;
    right: 100px;
    top: 0;

}

.SiteHeader-logo svg {
    height: 1.07143rem;
    width: auto;
    fill: currentColor
}

@media (min-width:768px) {
    .SiteHeader-logo svg {
        height: 1.25rem
    }
}

.SiteHeader-menuToggle {
    left: 4.26667vw;
    width: 34px;
    height:35px;
    display: inline-block;
    top: 35px;
    z-index: 3;
    pointer-events: auto
}

@media (min-width:768px) {
    .SiteHeader-menuToggle {
        left: 4.16667vw
    }
}

@media (min-width:992px) {
    .SiteHeader-menuToggle {
        left: 100px
    }
}

@media (min-width:768px) {
    .SiteHeader-menuToggle {
        top: 34px
    }
}

.show-menu .SiteHeader-menuToggle {
    color: #1a1a1a !important
}

.SiteHeader-parentLink {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    left: 12.2vw;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .SiteHeader-parentLink {
        display: none
    }
}

@media (min-width:992px) {
    .SiteHeader-parentLink {
        left: 11.2vw
    }
}

.SiteHeader-parentLink:hover {
    text-decoration: none
}

.SiteHeader-parentLinkArrow {
    margin-right: .5rem;
    transform: translate3D(-1.5rem, 0, 0);
    opacity: 0;
    transition: transform .3s, opacity .3s;
    will-change: transform
}

.has-scrolled.has-scrolled-up .SiteHeader-parentLinkArrow,
a:hover .SiteHeader-parentLinkArrow {
    opacity: 1;
    transform: translate3D(0, 0, 0)
}

.SiteHeader-parentLinkArrow .Icon {
    transform: rotate(180deg)
}

.SiteHeader-parentLinkLabel {
    padding-top: .1em;
    transform: translate3D(-1.5rem, 0, 0);
    transition: transform .3s;
    will-change: transform
}

@media (max-width:1639.98px) {
    .SiteHeader-parentLinkLabel {
        padding-top: .15em
    }
}

.has-scrolled.has-scrolled-up .SiteHeader-parentLinkLabel,
a:hover .SiteHeader-parentLinkLabel {
    transform: translate3D(0, 0, 0)
}

.SiteHeader-menuIcon {
    pointer-events: none;
    transition: transform .25s ease-in;
    will-change: transform
}

.SiteHeader-menuIcon line {
    transform-origin: 50% 50%;
    transition-property: transform, opacity;
    transition-duration: .15s;
    will-change: opacity, transform;
    color: #fff;
}

.SiteHeader-menuIcon line:first-child,
.SiteHeader-menuIcon line:last-child {
    transition-delay: .25s;
    transition-duration: .2s;
    transition-timing-function: ease-out
}

.SiteHeader-menuIcon line:nth-child(2) {
    transform: rotate(.1deg);
    transition-duration: .25s;
    transition-timing-function: ease-in
}

[aria-pressed=true] .SiteHeader-menuIcon {
    transform: rotate(135deg);
    transition: transform .3s ease-out .15s
}

[aria-pressed=true] .SiteHeader-menuIcon line:first-child,
[aria-pressed=true] .SiteHeader-menuIcon line:last-child {
    transition-delay: 0s;
    transition-duration: .15s;
    transition-timing-function: ease-in
}

[aria-pressed=true] .SiteHeader-menuIcon line:first-child {
    transform: translate(0, 6px);
    opacity: 0
}

[aria-pressed=true] .SiteHeader-menuIcon line:nth-child(2) {
    transform: rotate(90deg);
    transition-delay: .15s;
    transition-duration: .15s
}

[aria-pressed=true] .SiteHeader-menuIcon line:last-child {
    transform: translate(0, -6px)
}

.SiteHeader-search {
    left: 4.26667vw;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer
}

@media (min-width:768px) {
    .SiteHeader-search {
        left: 4.16667vw
    }
}

@media (min-width:992px) {
    .SiteHeader-search {
        left: 8.125vw
    }
}

.SiteHeader-search .Icon--lens {
    transition: opacity .25s;
    transition-delay: .1s
}

.SiteHeader-search[aria-pressed=true] .Icon--lens {
    opacity: 0;
    transition-duration: .3s;
    transition-delay: 0s
}

.SiteHeader-search-close {
    color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    transition-property: transform opacity;
    opacity: 0;
    transition-duration: .25s;
    transition-timing-function: ease-in;
    will-change: transform
}

[aria-pressed=true] .SiteHeader-search-close {
    opacity: 1;
    transform: rotate(135deg);
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: .15s
}

.SiteHeader-search-close line {
    transform-origin: 50% 50%;
    transition-property: transform, opacity;
    transition-duration: .15s;
    will-change: opacity, transform
}

.SiteHeader-search-close line:first-child,
.SiteHeader-search-close line:last-child {
    transition-delay: .25s;
    transition-duration: .2s;
    transition-timing-function: ease-out
}

.SiteHeader-search-close line:nth-child(2) {
    transform: rotate(.1deg);
    transition-duration: .25s;
    transition-timing-function: ease-in
}

.SiteHeader-search-close line {
    transform-origin: 50% 50%;
    transition-property: transform, opacity;
    transition-duration: .15s
}

.SiteHeader-search-close line:first-child,
.SiteHeader-search-close line:last-child {
    transition-delay: 0s;
    transition-duration: .15s;
    transition-timing-function: ease-in
}

.SiteHeader-search-close line:first-child {
    transform: translate(0, 6px);
    opacity: 0
}

.SiteHeader-search-close line:nth-child(2) {
    transform: rotate(90deg);
    transition-delay: .15s;
    transition-duration: .15s
}

.SiteHeader-search-close line:last-child {
    transform: translate(0, -6px)
}

.SiteHeader-submenu {
    overflow: hidden;
    padding-bottom: 1px
}

.SiteHeader-submenu-container {
    height: 2.67857rem;
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1042;
    text-transform: uppercase;
    font-weight: 500;
    transition: transform .6s, opacity .2s, color .15s;
    will-change: transform
}

@media (min-width:768px) {
    .SiteHeader-submenu-container {
        height: 2.8125rem
    }
}

.page-transitioning .SiteHeader-submenu-container {
    transition-duration: 0s !important
}

@media (max-width:767.98px) {
    .SiteHeader-submenu-container {
        display: none
    }
}

.has-inverted-header.has-transparent-header .SiteHeader-submenu-container {
    color: #fff
}

.has-scrolled.has-scrolled-down .SiteHeader-submenu-container {
    transform: translateY(-100%);
    opacity: 0
}

.show-menu .SiteHeader-submenu-container,
.show-search .SiteHeader-submenu-container {
    opacity: 0;
    pointer-events: none;
    margin-top: 0
}

.SiteHeader-submenu-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center
}

.SiteHeader-submenu-container li:not(:last-child) {
    margin-right: 3rem
}

.SiteHeader-submenu-container li.has-grid-icon a:before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 16 16' style='fill: %23000; stroke: none;'%3E%3Ccircle cx='4' cy='4' r='1'/%3E%3Ccircle cx='4' cy='8' r='1'/%3E%3Ccircle cx='4' cy='12' r='1'/%3E%3Ccircle cx='8' cy='4' r='1'/%3E%3Ccircle cx='8' cy='8' r='1'/%3E%3Ccircle cx='8' cy='12' r='1'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Ccircle cx='12' cy='8' r='1'/%3E%3Ccircle cx='12' cy='4' r='1'/%3E%3C/svg%3E") center/contain no-repeat
}

.SiteHeader-submenu-container a {
    display: flex;
    align-items: center;
    color: currentColor;
    opacity: .3;
    transition: opacity .3s;
    will-change: opacity;
    letter-spacing: .05em;
    text-decoration: none
}

.SiteHeader-submenu-container a:hover {
    opacity: .6
}

.SiteHeader-submenu-container .is-active a,
.tpl-home .SiteHeader-submenu-container a {
    opacity: 1
}

.SiteHeader-overlay {
    position: absolute;
    z-index: 1045;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--actual-vh) * 100);
    pointer-events: none
}

.show-menu .SiteHeader-overlay--menu,
.show-search .SiteHeader-overlay--search {
    pointer-events: auto;
    z-index: 1046
}

.show-menu .SiteHeader-overlay--menu .SiteHeader-overlay-bg,
.show-search .SiteHeader-overlay--search .SiteHeader-overlay-bg {
    transform: scaleY(1)
}

.SiteHeader-overlay-bg {
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

.SiteHeader-overlay-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    -webkit-overflow-scrolling: touch
}

.Slides {
    position: relative;
    overflow: hidden;
    background-color: var(--color-background)
}

.Slides-item {
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    background-color: inherit
}

@media (min-width:768px) {
    .Slides-item {
        padding-bottom: 9.375vw
    }
}

@media (min-width:768px) {
    .Slides-item {
        flex-direction: row;
        align-items: center;
        padding-bottom: 0
    }

    .--reverse .Slides-item {
        flex-direction: row-reverse
    }
}

@media (min-width:992px) {
    .Slides-item {
        padding-bottom: 0;
        height: 100vh
    }
}

.Slides-figure {
    margin-bottom: 4.26667vw;
    position: relative;
    padding-bottom: 100%;
    padding-bottom: 133.33333%;
    background-color: rgba(85, 85, 85, .1);
    overflow: hidden
}

@media (min-width:768px) {
    .Slides-figure {
        margin-bottom: 4.16667vw
    }
}

@media (min-width:992px) {
    .Slides-figure {
        margin-bottom: 3.125vw
    }
}

@media (min-width:768px) {
    .Slides-figure {
        flex: 0 0 50%;
        padding-bottom: 66.66667%;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .Slides-figure {
        padding-bottom: 0;
        height: 100vh
    }
}

.Slides-figureWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (max-width:991.98px) {
    .Slides-figureWrapper {
        transform: none !important
    }
}

.Slides-image {
    transition: opacity .6s;
    opacity: .001;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: center/cover no-repeat
}

.Slides-image.lazyloaded {
    opacity: 1
}

@media (max-width:991.98px) {
    .Slides-image {
        top: 0 !important
    }
}

.has-scroll-smooth .Slides-image {
    top: 3.57143rem
}

@media (min-width:768px) {
    .has-scroll-smooth .Slides-image {
        top: 3.75rem
    }
}

.Slides-text {
    display: flex;
    align-items: center
}

@media (min-width:768px) {
    .Slides-text {
        flex: 0 0 50%;
        margin-left: auto;
        padding-right: 2.08333vw
    }
}

@media (min-width:992px) {
    .Slides-text {
        padding-right: 1.5625vw
    }
}

.Slides-body {
    margin-left: 4.26667vw;
    margin-right: 4.26667vw
}

@media (min-width:768px) {
    .Slides-body {
        margin: auto;
        width: 76%
    }
}

@media (min-width:992px) {
    .Slides-body {
        width: 60%
    }
}

.Slides-textWrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    display: none;
    pointer-events: none
}

.Slides-textWrapper .Slides-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.Slides-textWrapper .Slides-body {
    opacity: 0;
    will-change: transform;
    transition: transform .1s .3s, opacity .3s;
    transform: translateY(1rem)
}

.Slides-textWrapper .Slides-text.is-active .Slides-body {
    opacity: 1;
    transform: translateY(0);
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity .8s;
    pointer-events: auto
}

.Slides-textContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

[data-scroll-container] .SplitLines {
    overflow: hidden
}

[data-scroll-container] .SplitLines-line {
    overflow: hidden;
    transition-delay: 0s
}

[data-scroll-container] .SplitLines-line :not(.SplitLines-word) {
    transition-delay: inherit
}

[data-scroll-container] .SplitLines-word {
    will-change: transform;
    transform: translateY(110%);
    transition: transform .8s;
    transition-delay: inherit
}

html.is-ready [data-scroll-container] .SplitLines.is-inview .SplitLines-word,
html.is-ready [data-scroll-container] .is-initialized .swiper-slide-active .SplitLines .SplitLines-word,
html.is-ready [data-scroll-container] .is-initialized .swiper-slide-duplicate-active .SplitLines .SplitLines-word {
    transform: translateY(0)
}

.SvgLibrary {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden
}

.Text-row {
    justify-content: center
}

.Text-mainCol {
    margin-top: -3rem
}

@media (min-width:768px) {
    .Text-mainCol {
        margin-top: -6.25vw
    }
}

@media (min-width:768px) {
    .Text-mainCol {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.Text-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw;
    margin-top: 3rem
}

[data-scroll-container] .Text-col {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Text-col.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Text-col {
    will-change: transform
}

@media (min-width:768px) {
    .Text-col {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) {
    .Text-col {
        margin-top: 6.25vw
    }
}

@media (min-width:992px) {
    .Text-col {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:992px) {
    .Text-col.--colLg {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:992px) {
    .Text-col.--colSm {
        flex: 0 0 40%;
        max-width: 40%
    }
}

.Text-col.--colLeft {
    margin-right: auto
}

.TextImage.--noSlide [data-scroll-slide],
.TextImage.--vAlignCenter [data-scroll-slide] {
    transform: none !important
}

html:not(.is-mobile) .HpSections .TextImage {
    min-height: 100vh
}

.TextImage-item {
    --order: 1;
    align-items: flex-start;
    justify-content: space-between
}

.TextImage.--reverse .TextImage-item {
    --order: -1
}

.TextImage-item:nth-child(odd) {
    --order: -1
}

.TextImage.--reverse .TextImage-item:nth-child(odd) {
    --order: 1
}

.TextImage-item:not(:last-child) {
    margin-bottom: 4rem
}

@media (min-width:768px) {
    .TextImage-item:not(:last-child) {
        margin-bottom: 9.375vw
    }
}

.TextImage.--vAlignCenter .TextImage-item {
    align-items: center
}

.TextImage.--narrow .TextImage-item {
    justify-content: center
}

@media (min-width:768px) {
    .TextImage-media {
        flex: 0 0 50%;
        max-width: 50%
    }

    .--reverse .TextImage-item:nth-child(odd) .TextImage-media {
        order: 2
    }

    .TextImage:not(.--reverse) .TextImage-item:nth-child(even) .TextImage-media {
        order: 2
    }

    .TextImage.--narrow .TextImage-media {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width:1440px) {
    .TextImage.--narrow .TextImage-media {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .TextImage.--narrow .TextImage-media .TextImage-inner {
        transform: translateX(calc(var(--gutter) * var(--order)))
    }
}

.TextImage-figure {
    margin-bottom: 4.26667vw;
    position: relative;
    overflow: hidden
}

[data-scroll-container] .TextImage-media .TextImage-figure {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.TextImage-media.is-inview .TextImage-figure {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.TextImage-figure {
    will-change: transform
}

@media (min-width:768px) {
    .TextImage-figure {
        margin-bottom: 4.16667vw
    }
}

@media (min-width:992px) {
    .TextImage-figure {
        margin-bottom: 3.125vw
    }
}

@media (min-width:768px) {
    .TextImage-figure {
        margin-bottom: 0
    }
}

.TextImage-item.--ratio-1-1 .TextImage-figure {
    aspect-ratio: 1
}

.TextImage-item.--ratio-3-4 .TextImage-figure {
    aspect-ratio: 3/4
}

.TextImage-item.--ratio-1-1 .TextImage-placeholder,
.TextImage-item.--ratio-3-4 .TextImage-placeholder {
    display: none
}

.TextImage-image {
    transition: opacity .6s;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.TextImage-image.lazyloaded {
    opacity: 1
}

.TextImage-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.13333vw;
    padding-left: 2.13333vw;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .TextImage-content {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw
    }
}

@media (min-width:768px) {
    .TextImage-content {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .TextImage-content {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin: 0 auto
    }

    .TextImage.--narrow .TextImage-content {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width:1440px) {
    .TextImage.--narrow .TextImage-content {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

.TextImage.--narrow .TextImage-content {
    margin-left: 0;
    margin-right: 0
}

html.is-mobile .TextImage-content {
    align-self: center
}

[data-scroll-container] .TextImage-content .TextImage-body {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.TextImage-content.is-inview .TextImage-body {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.TextImage-body {
    will-change: transform
}

@media (min-width:1440px) {
    .TextImage.--narrow .TextImage-body .TextImage-inner {
        transform: translateX(calc(var(--gutter) * var(--order) * -1))
    }
}

.Video.--full {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -1px
}

.Video.--full .row {
    margin-right: 0;
    margin-left: 0
}

.Video.--full .Video-container,
.Video.--full .col-12 {
    padding-left: 0;
    padding-right: 0
}

[data-scroll-container] .Video-container {
    opacity: .001;
    transform: translateY(2rem);
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s
}

.Video-container.is-inview {
    opacity: 1;
    transform: none;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s
}

.Video-container {
    will-change: transform
}

.Video-media {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.Video-figure,
.Video-image,
.Video-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.Video-figure {
    background-color: rgba(85, 85, 85, .1)
}

.Video-image,
.Video-video {
    transition: opacity .6s;
    opacity: .001
}

.Video-image.lazyloaded,
.Video-video.lazyloaded {
    opacity: 1
}

.Video-image {
    background: center/cover no-repeat
}

.Video-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Video-video::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .25
}

.Video-link {
    display: block;
    position: relative
}

.Video-link:after {
    color: #fff;
    content: attr(title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80%;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 2
}

.Video-link:before {
    color: #fff;
    z-index: 3;
    content: '';
    position: absolute;
    width: 7.5rem;
    height: 0;
    padding-bottom: 7.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    border: 1px solid #fff;
    border-radius: 50%
}

@media (min-width:992px) {
    .Video-link:before {
        width: 10rem;
        padding-bottom: 10rem
    }
}

html:not(.is-mobile) .Video-link:hover:before {
    transform: translate(-50%, -50%) scale(1.1)
}

@media (orientation:landscape) {
    .d-portrait {
        display: none !important
    }
}

@media (orientation:portrait) {
    .d-landscape {
        display: none !important
    }
}

/*# sourceMappingURL=style.min.css.map */

.count-title {
  font-size: 32px;
  font-weight: 700;
}
.count-digit {
  font-size: 64px;
}
.count-area-content:hover .count-digit{
    color: #24a1b3;
}
.count-area-content:hover .count-title{
    color: #24a1b3;
}
.count-area-content:hover svg > path{
    stroke: #24a1b3;
}
.count-area-content:hover svg g path{
    fill: #24a1b3;
}
.namecat{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: .3s ease all;
  transition: .3s ease all;
  opacity: 1;
}
.itemcat:hover .namecat{
    opacity: 0;
}
.namecat span{
    display: flex;
    column-gap: 10px;
    position: absolute;
    bottom: 50px;
    right: 20px;
    align-items: center;
}
.back-image{
    background-image: url("../images/back-image.png");
    margin-top: 50px;
}
.menu-footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.menu-footer ul{

}
.copy-right{
    display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  column-gap: 10px;

}
.HpSlider-content h1{
    font-size: 40px;
}
.HpSlider-content .Button {
    width: 245px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.Banner-content .Button{
        width: 245px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.Banner-content .Button{
    font-size: 14px;
}
.banner-section::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .65);

}
    .showpro-page .banner-section::before{

        background-color: rgba(0, 0, 0, .3);
    }
.blog-list-page .p-CollectionList-link{
align-items: start !important;
}
.blog-list-page  .date-image{
    transform: translateY(-38px);
}


#dropdownDelay1{
    height: 100vh;
    margin-top: -85px !important;
}
#dropdownDelay2{
    max-width: 1170px;
    margin: 0 auto !important;
    right: 0 !important;
}
.contact-info p{
    /* margin-bottom:20px */
}
.menu-footer a {
  color: #fff;
  font-size: 14px;
 
}
.SiteFooter .menu-footer a {
 margin-left: 25px;
}
.submenu *{
    transition: .3s ease all;
}
.hassub:hover .submenu.collapse{
    visibility: visible !important;
}
[data-bc-answer-container] input[type="text"]{
    border: unset !important;
    border-radius: unset !important;
    height: 48px !important;
}
[data-bc-answer-container] textarea{
    height: 137px !important;
       border: unset !important;
    border-radius: unset !important;
}
[data-bc-part-container], [data-bc-btn-container]{
    width: 100% !important;
}

.tel--sep span:last-child{
  display: none;
}


@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.digi1 {
  transition: --num 5s;
  counter-set: num var(--num);
 
}
.digi1::after {
  content: counter(num);
}
.countersec:hover .digi1 {
  --num: 2115;
}

@property --num1 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.digi2 {
  transition: --num1 5s;
  counter-set: num1 var(--num1);
 
}
.digi2::after {
  content: counter(num1);
}
.countersec:hover .digi2{
  --num1: 105;
}
.back-image .text-pro{
    width: calc(100% - 415px);
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  z-index: 99999;
}
.loading__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation: fadeUp .5s ease-in-out;
  animation: fadeUp .5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.loading__logo img {
 margin: 0 auto;
}

.loading .loading__logo {
  position: absolute;
  top: calc(50% - 77px);
  width: 100%;
  text-align: center;
}
.loading-container {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.loading-container .loader {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.loading-container .loading-slide {
  position: relative;
  width: 200px;
  height: 2px;
  background: #ddd;
  margin: 0 auto;
    margin-top: 0px;
  overflow: hidden;
  margin-top: 100px;
}
.loading-container .loader * {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.loading-container .loading-slide .slide:first-of-type {
  width: 90px;
  background: #999;
  -webkit-transform: scaleX(1.8);
  transform: scaleX(1.8);
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.loading-container .loading-slide .slide {
  position: absolute;
  left: 0;
  height: 2px;
  -webkit-animation: loadingSlide 2s infinite;
  animation: loadingSlide 2s infinite;
    animation-delay: 0s;
  animation-delay: 0s;
}
.loading-container .loading-slide .slide:nth-of-type(2) {
  width: 90px;
  background: #111;
  -webkit-transform: scaleX(1.4);
  transform: scaleX(1.4);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@-webkit-keyframes loadingSlide {
    0%,
    to {
        left: -90px
    }
    50% {
        left: 100%
    }
}

@keyframes loadingSlide {
    0%,
    to {
        left: -90px
    }
    50% {
        left: 100%
    }
}



@-webkit-keyframes loadEnd {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes loadEnd {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (min-width:1600px){

    .text-pro{
        padding-left: 100px;

    }
    .back-image.px-\[100px\]{
        padding-inline: 300px !important; 
    }
    
}

@media only screen and (max-width:768px){
    .back-image .text-pro{
        width: 100% !important;
    }
     .back-image{
        row-gap: 50px;
     }
     .insta-icon{
        position: unset !important;
    margin-block: 20px;
     }
     .SiteFooter ul li{
        width: 20%;
     }
     .px-\[100px\]{
        padding-inline: 30px !important;
     }
     .Menu-footer{
        flex-direction: column;
        
     }
     .Menu-service ul{
        justify-content: center;
     }
     .tel--sep{
        text-align: center;
     }
}
.breadcrumb ul li a{
    font-size: 14px;
    font-family: "falight";
}
.btn-form [data-bc-schema-info-part="1"] [data-bc-part-related-cell]{
    width: 100% !important;
}
.breadcrumb ul li:last-child >span{
  display: none;
}


@media (min-width: 1300px) {
    .Menu-main>ul>li>a {
        font-size: 20px;
    }
    .submenu li a {
    font-size: 15px;
}
    .Menu-language a {
        transition: opacity .4s;
        text-decoration: none !important;
        font-size: 14px;
    }
    [data-scroll-container] .SplitLines-word {

    font-size: 27px;
}
.HpSlider-content .Button {
   font-size: 13px;
}
    .h2, h2 {
        font-size: 27px;
    }
    .Banner-contentWrapper.is-inview {
    font-size: 16px;
}
.count-title {
    font-size: 25px;
    font-weight: 500;
}
}



