@font-face {
    font-family: founders-grotesk;
    src: url(../fonts/founders-grotesk-lightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/founders-grotesk-light.otf) format("opentype"), url(../fonts/founders-grotesk-light.woff) format("woff"), url(../fonts/founders-grotesk-light.ttf) format("truetype"), url(../img/founders-grotesk-light.svg#founders-grotesk-light) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: founders-grotesk;
    src: url(../fonts/founders-grotesk-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/founders-grotesk-regular.otf) format("opentype"), url(../fonts/founders-grotesk-regular.woff) format("woff"), url(../fonts/founders-grotesk-regular.ttf) format("truetype"), url(../img/founders-grotesk-regular.svg#founders-grotesk-regular) format("svg");
    font-weight: 400;
    font-style: normal
}

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

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

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 27\ 44\'%3E%3Cpath\ d=\'M0\ 22L22\ 0l2.1\ 2.1L4.2\ 22l19.9\ 19.9L22\ 44\ 0\ 22z\'\ fill=\'%23007aff\'/%3E%3C/svg%3E);
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 27\ 44\'%3E%3Cpath\ d=\'M27\ 22L5\ 44l-2.1-2.1L22.8\ 22\ 2.9\ 2.1\ 5\ 0l22\ 22z\'\ fill=\'%23007aff\'/%3E%3C/svg%3E);
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 27\ 44\'%3E%3Cpath\ d=\'M0\ 22L22\ 0l2.1\ 2.1L4.2\ 22l19.9\ 19.9L22\ 44\ 0\ 22z\'\ fill=\'%23fff\'/%3E%3C/svg%3E)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 27\ 44\'%3E%3Cpath\ d=\'M27\ 22L5\ 44l-2.1-2.1L22.8\ 22\ 2.9\ 2.1\ 5\ 0l22\ 22z\'\ fill=\'%23fff\'/%3E%3C/svg%3E)
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 27\ 44\'%3E%3Cpath\ d=\'M0\ 22L22\ 0l2.1\ 2.1L4.2\ 22l19.9\ 19.9L22\ 44\ 0\ 22z\'/%3E%3C/svg%3E)
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 27\ 44\'%3E%3Cpath\ d=\'M27\ 22L5\ 44l-2.1-2.1L22.8\ 22\ 2.9\ 2.1\ 5\ 0l22\ 22z\'/%3E%3C/svg%3E)
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    -webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: transform .2s, top .2s, -webkit-transform .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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    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-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

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

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

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ viewBox=\'0\ 0\ 120\ 120\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cdefs%3E%3Cpath\ id=\'a\'\ stroke=\'%236c6c6c\'\ stroke-width=\'11\'\ stroke-linecap=\'round\'\ d=\'M60\ 7v20\'/%3E%3C/defs%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(30\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(60\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(90\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(120\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(150\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.37\'\ transform=\'rotate\(180\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.46\'\ transform=\'rotate\(210\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.56\'\ transform=\'rotate\(240\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.66\'\ transform=\'rotate\(270\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.75\'\ transform=\'rotate\(300\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.85\'\ transform=\'rotate\(330\ 60\ 60\)\'/%3E%3C/svg%3E);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ viewBox=\'0\ 0\ 120\ 120\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Cdefs%3E%3Cpath\ id=\'a\'\ stroke=\'%23fff\'\ stroke-width=\'11\'\ stroke-linecap=\'round\'\ d=\'M60\ 7v20\'/%3E%3C/defs%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(30\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(60\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(90\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(120\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.27\'\ transform=\'rotate\(150\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.37\'\ transform=\'rotate\(180\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.46\'\ transform=\'rotate\(210\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.56\'\ transform=\'rotate\(240\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.66\'\ transform=\'rotate\(270\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.75\'\ transform=\'rotate\(300\ 60\ 60\)\'/%3E%3Cuse\ xlink:href=\'%23a\'\ opacity=\'.85\'\ transform=\'rotate\(330\ 60\ 60\)\'/%3E%3C/svg%3E)
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    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-container-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, Avenir\ Next, Helvetica\ Neue, Segoe\ UI, Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #1aafff;
    color: #fff
}

.plyr--video .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #1aafff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(26, 175, 255, .8);
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume,
.plyr__controls > .plyr__control {
    margin-left: 5px
}

.plyr__controls .plyr__menu + .plyr__control,
.plyr__controls .plyr__progress + .plyr__control,
.plyr__controls > .plyr__control + .plyr__control,
.plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 2px
}

.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr="pause"] {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls:empty {
    display: none
}

@media (min-width:480px) {

    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls .plyr__volume,
    .plyr__controls > .plyr__control {
        margin-left: 10px
    }
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
    display: none
}

.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block
}

.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    -ms-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    -webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    -o-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role="menu"] {
    padding: 7px
}

.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px
}

.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4f5b5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control > span {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: rgba(79, 91, 95, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px 7px 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: rgba(79, 91, 95, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back:before {
    background: #b7c5cd;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: #1aafff
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #1aafff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type="range"]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}

.plyr--full-ui input[type="range"]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type="range"]:focus {
    outline: 0
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -ms-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    -o-transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
    left: 16px
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 6.5px;
    margin-right: 13px;
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type="range"] {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}

.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: hsla(0, 0%, 100%, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: -webkit-linear-gradient(135deg, rgba(47, 52, 61, .6) 25%, transparent 0, transparent 50%, rgba(47, 52, 61, .6) 0, rgba(47, 52, 61, .6) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(135deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 0, transparent 50%, rgba(47, 52, 61, .6) 0, rgba(47, 52, 61, .6) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr__volume input[type="range"] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios.plyr--vimeo [data-plyr="mute"],
.plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: rgba(47, 52, 61, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads:after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    -o-transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

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

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

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

body {
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0
}

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    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
}

#menu-container nav,
.container,
.stagger-block .stagger {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    #menu-container nav,
    .container,
    .stagger-block .stagger {
        max-width: 540px
    }
}

@media (min-width:768px) {

    #menu-container nav,
    .container,
    .stagger-block .stagger {
        max-width: 720px
    }
}

@media (min-width:992px) {

    #menu-container nav,
    .container,
    .stagger-block .stagger {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    #menu-container nav,
    .container,
    .stagger-block .stagger {
        max-width: 1280px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.gravity-form-bootstrap .gform_fields,
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content:center
}

.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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%
    }
}

.tt-u {
    text-transform: uppercase !important
}

.tt-l {
    text-transform: lowercase !important
}

.tt-c {
    text-transform: capitalize !important
}

.td-u {
    text-decoration: underline !important
}

.td-n {
    text-decoration: none !important
}

.fs-i {
    font-style: italic !important
}

.fs-o {
    font-style: oblique !important
}

.fs-n {
    font-style: normal !important
}

#page-home .banner-home .item-image,
#page-home .projects .swiper-projects .swiper-slide .zoom-container .item-img,
.banner,
.bg-cover,
.bg-cover-bottom,
.bg-cover-top,
.custom-card .item-img,
.custom-slider .js-slider__inner .js-slide .img-wrapper {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.bg-cover-top {
    background-position: top !important
}

.bg-cover-bottom {
    background-position: bottom !important
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.overlay + * {
    position: relative;
    z-index: 2
}

.o-v {
    overflow: visible !important
}

.ox-v {
    overflow-x: visible !important
}

.oy-v {
    overflow-y: visible !important
}

.o-h {
    overflow: hidden !important
}

.ox-h {
    overflow-x: hidden !important
}

.oy-h {
    overflow-y: hidden !important
}

.p-r {
    position: relative !important
}

.p-a {
    position: absolute !important
}

.p-f {
    position: fixed !important
}

.p-s {
    position: static !important
}

.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.ws-inherit {
    white-space: inherit
}

.ws-normal {
    white-space: normal
}

.ws-nowrap {
    white-space: nowrap
}

.ws-pre {
    white-space: pre
}

.ws-pre-wrap {
    white-space: pre-wrap
}

.ws-pre-line {
    white-space: pre-line
}

.pe-inherit {
    pointer-events: inherit
}

.pe-none {
    pointer-events: none
}

.pe-auto {
    pointer-events: auto
}

.optimize-animation {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-perspective: 1000;
    will-change: transform
}

.transform-none {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

#page-etudes-single .banner-etudes .item-bg,
#page-home .banner-home .item-video,
#page-home .banner-home .item-video .item-layer,
#page-home .projects .swiper-projects .swiper-slide .item-link,
.absolute-full,
.custom-slider .js-slider__inner .js-slide .item-link,
.section-push .item-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fs-xs {
    font-size: 12px !important
}

@media (max-width:1199.98px) {
    .fs-xs {
        font-size: 12px !important
    }
}

@media (max-width:991.98px) {
    .fs-xs {
        font-size: 12px !important
    }
}

@media (max-width:767.98px) {
    .fs-xs {
        font-size: 12px !important
    }
}

@media (max-width:575.98px) {
    .fs-xs {
        font-size: 12px !important
    }
}

.fs-sm {
    font-size: 20px !important
}

@media (max-width:1199.98px) {
    .fs-sm {
        font-size: 20px !important
    }
}

@media (max-width:991.98px) {
    .fs-sm {
        font-size: 20px !important
    }
}

@media (max-width:767.98px) {
    .fs-sm {
        font-size: 20px !important
    }
}

@media (max-width:575.98px) {
    .fs-sm {
        font-size: 20px !important
    }
}

.fs-md {
    font-size: 20px !important
}

@media (max-width:1199.98px) {
    .fs-md {
        font-size: 20px !important
    }
}

@media (max-width:991.98px) {
    .fs-md {
        font-size: 20px !important
    }
}

@media (max-width:767.98px) {
    .fs-md {
        font-size: 20px !important
    }
}

@media (max-width:575.98px) {
    .fs-md {
        font-size: 20px !important
    }
}

.fs-lg {
    font-size: 24px !important
}

@media (max-width:1199.98px) {
    .fs-lg {
        font-size: 24px !important
    }
}

@media (max-width:991.98px) {
    .fs-lg {
        font-size: 20px !important
    }
}

@media (max-width:767.98px) {
    .fs-lg {
        font-size: 20px !important
    }
}

@media (max-width:575.98px) {
    .fs-lg {
        font-size: 20px !important
    }
}

.fs-xl {
    font-size: 32px !important
}

@media (max-width:1199.98px) {
    .fs-xl {
        font-size: 32px !important
    }
}

@media (max-width:991.98px) {
    .fs-xl {
        font-size: 32px !important
    }
}

@media (max-width:767.98px) {
    .fs-xl {
        font-size: 32px !important
    }
}

@media (max-width:575.98px) {
    .fs-xl {
        font-size: 32px !important
    }
}

.fs-xxl {
    font-size: 60px !important
}

@media (max-width:1199.98px) {
    .fs-xxl {
        font-size: 60px !important
    }
}

@media (max-width:991.98px) {
    .fs-xxl {
        font-size: 40px !important
    }
}

@media (max-width:767.98px) {
    .fs-xxl {
        font-size: 32px !important
    }
}

@media (max-width:575.98px) {
    .fs-xxl {
        font-size: 24px !important
    }
}

.cms h5,
.cms h6,
.title-xs {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1;
    font-size: 16px
}

@media (max-width:1199.98px) {

    .cms h5,
    .cms h6,
    .title-xs {
        font-size: 16px
    }
}

@media (max-width:991.98px) {

    .cms h5,
    .cms h6,
    .title-xs {
        font-size: 16px
    }
}

@media (max-width:767.98px) {

    .cms h5,
    .cms h6,
    .title-xs {
        font-size: 16px
    }
}

@media (max-width:575.98px) {

    .cms h5,
    .cms h6,
    .title-xs {
        font-size: 16px
    }
}

.cms h4,
.title-sm {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1;
    font-size: 24px
}

@media (max-width:1199.98px) {

    .cms h4,
    .title-sm {
        font-size: 24px
    }
}

@media (max-width:991.98px) {

    .cms h4,
    .title-sm {
        font-size: 24px
    }
}

@media (max-width:767.98px) {

    .cms h4,
    .title-sm {
        font-size: 24px
    }
}

@media (max-width:575.98px) {

    .cms h4,
    .title-sm {
        font-size: 24px
    }
}

.cms h3,
.home .cms h2,
.title-md {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1;
    font-size: 32px
}

@media (max-width:1199.98px) {

    .cms h3,
    .home .cms h2,
    .title-md {
        font-size: 32px
    }
}

@media (max-width:991.98px) {

    .cms h3,
    .home .cms h2,
    .title-md {
        font-size: 32px
    }
}

@media (max-width:767.98px) {

    .cms h3,
    .home .cms h2,
    .title-md {
        font-size: 18px
    }
}

@media (max-width:575.98px) {

    .cms h3,
    .home .cms h2,
    .title-md {
        font-size: 18px
    }
}

.cms h2,
.title-lg {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1;
    font-size: 40px
}

@media (max-width:1199.98px) {

    .cms h2,
    .title-lg {
        font-size: 40px
    }
}

@media (max-width:991.98px) {

    .cms h2,
    .title-lg {
        font-size: 40px
    }
}

@media (max-width:767.98px) {

    .cms h2,
    .title-lg {
        font-size: 32px
    }
}

@media (max-width:575.98px) {

    .cms h2,
    .title-lg {
        font-size: 32px
    }
}

.cms h1,
.title-xl {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1;
    font-size: 80px
}

@media (max-width:1199.98px) {

    .cms h1,
    .title-xl {
        font-size: 60px
    }
}

@media (max-width:991.98px) {

    .cms h1,
    .title-xl {
        font-size: 40px
    }
}

@media (max-width:767.98px) {

    .cms h1,
    .title-xl {
        font-size: 40px
    }
}

@media (max-width:575.98px) {

    .cms h1,
    .title-xl {
        font-size: 40px
    }
}

.title-xxl {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1;
    font-size: 100px
}

@media (max-width:1199.98px) {
    .title-xxl {
        font-size: 80px
    }
}

@media (max-width:991.98px) {
    .title-xxl {
        font-size: 80px
    }
}

@media (max-width:767.98px) {
    .title-xxl {
        font-size: 40px
    }
}

@media (max-width:575.98px) {
    .title-xxl {
        font-size: 40px
    }
}

.ff-custom,
.ff-default {
    font-family: founders-grotesk, sans-serif
}

.ff-extra {
    font-family: Arial, sans-serif
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.lh-xs {
    line-height: 1
}

.lh-sm {
    line-height: 1.2
}

.lh-md {
    line-height: 1.5
}

.lh-lg {
    line-height: 1.6
}

.lh-xl {
    line-height: 1.8
}

.lh-xxl {
    line-height: 2
}

.c-black {
    color: #000
}

.c-very-dark-grey {
    color: #101010
}

.c-dark-grey {
    color: #424242
}

.c-grey {
    color: #959595
}

.c-light-grey {
    color: #dedede
}

.c-very-light-grey {
    color: #f2f2f2
}

.c-white {
    color: #fff
}

.c-brown {
    color: #e0dbd5
}

.link-white {
    color: #fff
}

.link-white:hover {
    color: #dedede
}

.links-white a {
    color: #fff
}

.links-white a:hover {
    color: #dedede
}

.link-grey {
    color: #959595
}

.link-grey:hover {
    color: #424242
}

.links-grey a {
    color: #959595
}

.links-grey a:hover {
    color: #424242
}

.btn,
.btn-black,
.btn-lg,
.btn-md,
.btn-sm,
.btn-white,
.btn-xs {
    position: relative;
    font-family: founders-grotesk, sans-serif;
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    background: #fff;
    color: #959595;
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    white-space: inherit;
    cursor: pointer
}

.btn-black:hover,
.btn-lg:hover,
.btn-md:hover,
.btn-sm:hover,
.btn-white:hover,
.btn-xs:hover,
.btn:hover {
    color: #959595
}

.btn-black .icon,
.btn-lg .icon,
.btn-md .icon,
.btn-sm .icon,
.btn-white .icon,
.btn-xs .icon,
.btn .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 30px
}

.btn-black .icon img,
.btn-black .icon svg,
.btn-lg .icon img,
.btn-lg .icon svg,
.btn-md .icon img,
.btn-md .icon svg,
.btn-sm .icon img,
.btn-sm .icon svg,
.btn-white .icon img,
.btn-white .icon svg,
.btn-xs .icon img,
.btn-xs .icon svg,
.btn .icon img,
.btn .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-icon-right.btn-black,
.btn-icon-right.btn-lg,
.btn-icon-right.btn-md,
.btn-icon-right.btn-sm,
.btn-icon-right.btn-white,
.btn-icon-right.btn-xs,
.btn.btn-icon-right {
    text-align: right;
    padding-right: 60px
}

.btn-icon-right.btn-black .icon,
.btn-icon-right.btn-lg .icon,
.btn-icon-right.btn-md .icon,
.btn-icon-right.btn-sm .icon,
.btn-icon-right.btn-white .icon,
.btn-icon-right.btn-xs .icon,
.btn.btn-icon-right .icon {
    right: 20px
}

.btn-icon-left.btn-black,
.btn-icon-left.btn-lg,
.btn-icon-left.btn-md,
.btn-icon-left.btn-sm,
.btn-icon-left.btn-white,
.btn-icon-left.btn-xs,
.btn.btn-icon-left {
    text-align: left;
    padding-left: 60px
}

.btn-icon-left.btn-black .icon,
.btn-icon-left.btn-lg .icon,
.btn-icon-left.btn-md .icon,
.btn-icon-left.btn-sm .icon,
.btn-icon-left.btn-white .icon,
.btn-icon-left.btn-xs .icon,
.btn.btn-icon-left .icon {
    left: 20px
}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-black:hover {
    color: #fff
}

.btn-black .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 30px
}

.btn-black .icon img,
.btn-black .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-black.btn-icon-right {
    text-align: right;
    padding-right: 60px
}

.btn-black.btn-icon-right .icon {
    right: 20px
}

.btn-black.btn-icon-left {
    text-align: left;
    padding-left: 60px
}

.btn-black.btn-icon-left .icon {
    left: 20px
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.btn-white:hover {
    color: #000
}

.btn-white .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 30px
}

.btn-white .icon img,
.btn-white .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-white.btn-icon-right {
    text-align: right;
    padding-right: 60px
}

.btn-white.btn-icon-right .icon {
    right: 20px
}

.btn-white.btn-icon-left {
    text-align: left;
    padding-left: 60px
}

.btn-white.btn-icon-left .icon {
    left: 20px
}

.btn-xs {
    padding: 2px 5px;
    font-size: 10px
}

.btn-xs .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 10px
}

.btn-xs .icon img,
.btn-xs .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-xs.btn-icon-right {
    text-align: right;
    padding-right: 25px
}

.btn-xs.btn-icon-right .icon {
    right: 5px
}

.btn-xs.btn-icon-left {
    text-align: left;
    padding-left: 25px
}

.btn-xs.btn-icon-left .icon {
    left: 5px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px
}

.btn-sm .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 20px
}

.btn-sm .icon img,
.btn-sm .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-sm.btn-icon-right {
    text-align: right;
    padding-right: 40px
}

.btn-sm.btn-icon-right .icon {
    right: 10px
}

.btn-sm.btn-icon-left {
    text-align: left;
    padding-left: 40px
}

.btn-sm.btn-icon-left .icon {
    left: 10px
}

.btn-md {
    padding: 10px 20px;
    font-size: 16px
}

.btn-md .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 30px
}

.btn-md .icon img,
.btn-md .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-md.btn-icon-right {
    text-align: right;
    padding-right: 60px
}

.btn-md.btn-icon-right .icon {
    right: 20px
}

.btn-md.btn-icon-left {
    text-align: left;
    padding-left: 60px
}

.btn-md.btn-icon-left .icon {
    left: 20px
}

.btn-lg {
    padding: 20px 30px;
    font-size: 20px
}

.btn-lg .icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 50px
}

.btn-lg .icon img,
.btn-lg .icon svg {
    width: 100%;
    max-height: 100%
}

.btn-lg.btn-icon-right {
    text-align: right;
    padding-right: 90px
}

.btn-lg.btn-icon-right .icon {
    right: 30px
}

.btn-lg.btn-icon-left {
    text-align: left;
    padding-left: 90px
}

.btn-lg.btn-icon-left .icon {
    left: 30px
}

.bg-black {
    background-color: #000
}

.bg-very-dark-grey {
    background-color: #101010
}

.bg-dark-grey {
    background-color: #424242
}

.bg-grey {
    background-color: #959595
}

.bg-light-grey {
    background-color: #dedede
}

.bg-very-light-grey {
    background-color: #f2f2f2
}

.bg-white {
    background-color: #fff
}

.bg-brown {
    background-color: #e0dbd5
}

.ta-r {
    text-align: right
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-j {
    text-align: justify
}

@media (max-width:1199.98px) {
    .lg-down-ta-r {
        text-align: right
    }
}

@media (max-width:991.98px) {
    .md-down-ta-r {
        text-align: right
    }
}

@media (max-width:767.98px) {
    .sm-down-ta-r {
        text-align: right
    }
}

@media (max-width:575.98px) {
    .xs-down-ta-r {
        text-align: right
    }
}

.xs-up-ta-r {
    text-align: right
}

@media (min-width:576px) {
    .sm-up-ta-r {
        text-align: right
    }
}

@media (min-width:768px) {
    .md-up-ta-r {
        text-align: right
    }
}

@media (min-width:992px) {
    .lg-up-ta-r {
        text-align: right
    }
}

@media (min-width:1200px) {
    .xl-up-ta-r {
        text-align: right
    }
}

@media (max-width:1199.98px) {
    .lg-down-ta-l {
        text-align: left
    }
}

@media (max-width:991.98px) {
    .md-down-ta-l {
        text-align: left
    }
}

@media (max-width:767.98px) {
    .sm-down-ta-l {
        text-align: left
    }
}

@media (max-width:575.98px) {
    .xs-down-ta-l {
        text-align: left
    }
}

.xs-up-ta-l {
    text-align: left
}

@media (min-width:576px) {
    .sm-up-ta-l {
        text-align: left
    }
}

@media (min-width:768px) {
    .md-up-ta-l {
        text-align: left
    }
}

@media (min-width:992px) {
    .lg-up-ta-l {
        text-align: left
    }
}

@media (min-width:1200px) {
    .xl-up-ta-l {
        text-align: left
    }
}

@media (max-width:1199.98px) {
    .lg-down-ta-c {
        text-align: center
    }
}

@media (max-width:991.98px) {
    .md-down-ta-c {
        text-align: center
    }
}

@media (max-width:767.98px) {
    .sm-down-ta-c {
        text-align: center
    }
}

@media (max-width:575.98px) {
    .xs-down-ta-c {
        text-align: center
    }
}

.xs-up-ta-c {
    text-align: center
}

@media (min-width:576px) {
    .sm-up-ta-c {
        text-align: center
    }
}

@media (min-width:768px) {
    .md-up-ta-c {
        text-align: center
    }
}

@media (min-width:992px) {
    .lg-up-ta-c {
        text-align: center
    }
}

@media (min-width:1200px) {
    .xl-up-ta-c {
        text-align: center
    }
}

@media (max-width:1199.98px) {
    .lg-down-ta-j {
        text-align: justify
    }
}

@media (max-width:991.98px) {
    .md-down-ta-j {
        text-align: justify
    }
}

@media (max-width:767.98px) {
    .sm-down-ta-j {
        text-align: justify
    }
}

@media (max-width:575.98px) {
    .xs-down-ta-j {
        text-align: justify
    }
}

.xs-up-ta-j {
    text-align: justify
}

@media (min-width:576px) {
    .sm-up-ta-j {
        text-align: justify
    }
}

@media (min-width:768px) {
    .md-up-ta-j {
        text-align: justify
    }
}

@media (min-width:992px) {
    .lg-up-ta-j {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .xl-up-ta-j {
        text-align: justify
    }
}

.ls-xs {
    letter-spacing: 1px
}

.ls-sm {
    letter-spacing: 2px
}

.ls-md {
    letter-spacing: 3px
}

.ls-lg {
    letter-spacing: 4px
}

.ls-xl {
    letter-spacing: 5px
}

.ls-xxl {
    letter-spacing: 6px
}

.d-none {
    display: none
}

.d-i {
    display: inline
}

.d-b {
    display: block
}

.d-ib {
    display: inline-block
}

.d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width:1199.98px) {
    .lg-down-d-none {
        display: none
    }
}

@media (max-width:991.98px) {
    .md-down-d-none {
        display: none
    }
}

@media (max-width:767.98px) {
    .sm-down-d-none {
        display: none
    }
}

@media (max-width:575.98px) {
    .xs-down-d-none {
        display: none
    }
}

.xs-up-d-none {
    display: none
}

@media (min-width:576px) {
    .sm-up-d-none {
        display: none
    }
}

@media (min-width:768px) {
    .md-up-d-none {
        display: none
    }
}

@media (min-width:992px) {
    .lg-up-d-none {
        display: none
    }
}

@media (min-width:1200px) {
    .xl-up-d-none {
        display: none
    }
}

@media (max-width:1199.98px) {
    .lg-down-d-i {
        display: inline
    }
}

@media (max-width:991.98px) {
    .md-down-d-i {
        display: inline
    }
}

@media (max-width:767.98px) {
    .sm-down-d-i {
        display: inline
    }
}

@media (max-width:575.98px) {
    .xs-down-d-i {
        display: inline
    }
}

.xs-up-d-i {
    display: inline
}

@media (min-width:576px) {
    .sm-up-d-i {
        display: inline
    }
}

@media (min-width:768px) {
    .md-up-d-i {
        display: inline
    }
}

@media (min-width:992px) {
    .lg-up-d-i {
        display: inline
    }
}

@media (min-width:1200px) {
    .xl-up-d-i {
        display: inline
    }
}

@media (max-width:1199.98px) {
    .lg-down-d-b {
        display: block
    }
}

@media (max-width:991.98px) {
    .md-down-d-b {
        display: block
    }
}

@media (max-width:767.98px) {
    .sm-down-d-b {
        display: block
    }
}

@media (max-width:575.98px) {
    .xs-down-d-b {
        display: block
    }
}

.xs-up-d-b {
    display: block
}

@media (min-width:576px) {
    .sm-up-d-b {
        display: block
    }
}

@media (min-width:768px) {
    .md-up-d-b {
        display: block
    }
}

@media (min-width:992px) {
    .lg-up-d-b {
        display: block
    }
}

@media (min-width:1200px) {
    .xl-up-d-b {
        display: block
    }
}

@media (max-width:1199.98px) {
    .lg-down-d-ib {
        display: inline-block
    }
}

@media (max-width:991.98px) {
    .md-down-d-ib {
        display: inline-block
    }
}

@media (max-width:767.98px) {
    .sm-down-d-ib {
        display: inline-block
    }
}

@media (max-width:575.98px) {
    .xs-down-d-ib {
        display: inline-block
    }
}

.xs-up-d-ib {
    display: inline-block
}

@media (min-width:576px) {
    .sm-up-d-ib {
        display: inline-block
    }
}

@media (min-width:768px) {
    .md-up-d-ib {
        display: inline-block
    }
}

@media (min-width:992px) {
    .lg-up-d-ib {
        display: inline-block
    }
}

@media (min-width:1200px) {
    .xl-up-d-ib {
        display: inline-block
    }
}

@media (max-width:1199.98px) {
    .lg-down-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .md-down-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767.98px) {
    .sm-down-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:575.98px) {
    .xs-down-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.xs-up-d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:576px) {
    .sm-up-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .md-up-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .lg-up-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .xl-up-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1199.98px) {
    .lg-down-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (max-width:991.98px) {
    .md-down-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (max-width:767.98px) {
    .sm-down-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (max-width:575.98px) {
    .xs-down-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.xs-up-d-if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width:576px) {
    .sm-up-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:768px) {
    .md-up-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:992px) {
    .lg-up-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:1200px) {
    .xl-up-d-if {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.section {
    position: relative;
    padding-top: 160px !important;
    padding-bottom: 160px !important
}

@media (max-width:1199.98px) {
    .section {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }
}

@media (max-width:991.98px) {
    .section {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }
}

@media (max-width:767.98px) {
    .section {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }
}

@media (max-width:575.98px) {
    .section {
        padding-top: 62px !important;
        padding-bottom: 62px !important
    }
}

.banner-space .item-img-container,
.bg-img,
.bg-img-auto,
.bg-img-full,
.bg-img-lg,
.bg-img-md,
.bg-img-project,
.bg-img-sm,
.container-cases .item-img-container {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.bg-img-auto {
    height: auto
}

@media (max-width:991.98px) {
    .bg-img-auto {
        height: 300px
    }
}

@media (max-width:767.98px) {
    .bg-img-auto {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .bg-img-auto {
        height: 300px
    }
}

.bg-img-full {
    height: 100%
}

@media (max-width:991.98px) {
    .bg-img-full {
        height: 300px
    }
}

@media (max-width:767.98px) {
    .bg-img-full {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .bg-img-full {
        height: 300px
    }
}

.banner-space .item-img-container,
.bg-img-lg {
    height: 80vh
}

@media (max-width:1199.98px) {

    .banner-space .item-img-container,
    .bg-img-lg {
        height: 80vh
    }
}

@media (max-width:991.98px) {

    .banner-space .item-img-container,
    .bg-img-lg {
        height: 70vh
    }
}

@media (max-width:767.98px) {

    .banner-space .item-img-container,
    .bg-img-lg {
        height: 50vh
    }
}

@media (max-width:575.98px) {

    .banner-space .item-img-container,
    .bg-img-lg {
        height: 50vh
    }
}

.bg-img-md,
.container-cases .item-img-container {
    height: 480px
}

@media (max-width:1199.98px) {

    .bg-img-md,
    .container-cases .item-img-container {
        height: 600px
    }
}

@media (max-width:991.98px) {

    .bg-img-md,
    .container-cases .item-img-container {
        height: 50vh
    }
}

@media (max-width:767.98px) {

    .bg-img-md,
    .container-cases .item-img-container {
        height: 30vh
    }
}

@media (max-width:575.98px) {

    .bg-img-md,
    .container-cases .item-img-container {
        height: 30vh
    }
}

.bg-img-sm {
    height: 112px
}

.bg-img-project {
    height: 300px
}

@media (max-width:1199.98px) {
    .bg-img-project {
        height: 300px
    }
}

@media (max-width:991.98px) {
    .bg-img-project {
        height: 300px
    }
}

@media (max-width:767.98px) {
    .bg-img-project {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .bg-img-project {
        height: 300px
    }
}

.m-0 {
    margin: 0 !important
}

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

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

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

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

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.p-0 {
    padding: 0 !important
}

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

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

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

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

.pr-0,
.px-0 {
    padding-right: 0 !important
}

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

.m-xs {
    margin: 8px !important
}

.mt-xs {
    margin-top: 8px !important
}

.mb-xs,
.my-xs {
    margin-bottom: 8px !important
}

.my-xs {
    margin-top: 8px !important
}

.ml-xs {
    margin-left: 8px !important
}

.mr-xs,
.mx-xs {
    margin-right: 8px !important
}

.mx-xs {
    margin-left: 8px !important
}

.p-xs {
    padding: 8px !important
}

.pt-xs {
    padding-top: 8px !important
}

.pb-xs,
.py-xs {
    padding-bottom: 8px !important
}

.py-xs {
    padding-top: 8px !important
}

.pl-xs {
    padding-left: 8px !important
}

.pr-xs,
.px-xs {
    padding-right: 8px !important
}

.px-xs {
    padding-left: 8px !important
}

.m-sm {
    margin: 16px !important
}

.mt-sm {
    margin-top: 16px !important
}

.mb-sm,
.my-sm {
    margin-bottom: 16px !important
}

.my-sm {
    margin-top: 16px !important
}

.ml-sm {
    margin-left: 16px !important
}

.mr-sm,
.mx-sm {
    margin-right: 16px !important
}

.mx-sm {
    margin-left: 16px !important
}

.p-sm {
    padding: 16px !important
}

.pt-sm {
    padding-top: 16px !important
}

.pb-sm,
.py-sm {
    padding-bottom: 16px !important
}

.py-sm {
    padding-top: 16px !important
}

.pl-sm {
    padding-left: 16px !important
}

.pr-sm,
.px-sm {
    padding-right: 16px !important
}

.px-sm {
    padding-left: 16px !important
}

.m-md {
    margin: 32px !important
}

.mt-md {
    margin-top: 32px !important
}

#page-agence .instagram .insta--item,
.mb-md,
.my-md {
    margin-bottom: 32px !important
}

.my-md {
    margin-top: 32px !important
}

.ml-md {
    margin-left: 32px !important
}

.mr-md,
.mx-md {
    margin-right: 32px !important
}

.mx-md {
    margin-left: 32px !important
}

.p-md {
    padding: 32px !important
}

.pt-md {
    padding-top: 32px !important
}

.pb-md,
.py-md {
    padding-bottom: 32px !important
}

.py-md {
    padding-top: 32px !important
}

.pl-md {
    padding-left: 32px !important
}

.pr-md,
.px-md {
    padding-right: 32px !important
}

.px-md {
    padding-left: 32px !important
}

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

#menu-container nav div .menu-space,
.mt-lg {
    margin-top: 80px !important
}

#page-secteur-single #contact-footer,
.mb-lg,
.my-lg {
    margin-bottom: 80px !important
}

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

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

.mr-lg,
.mx-lg {
    margin-right: 80px !important
}

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

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

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

.pb-lg,
.py-lg {
    padding-bottom: 80px !important
}

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

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

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

.px-lg {
    padding-left: 80px !important
}

.m-xl {
    margin: 160px !important
}

.mt-xl {
    margin-top: 160px !important
}

.mb-xl,
.my-xl {
    margin-bottom: 160px !important
}

.my-xl {
    margin-top: 160px !important
}

.ml-xl {
    margin-left: 160px !important
}

.mr-xl,
.mx-xl {
    margin-right: 160px !important
}

.mx-xl {
    margin-left: 160px !important
}

.p-xl {
    padding: 160px !important
}

.pt-xl {
    padding-top: 160px !important
}

.pb-xl,
.py-xl {
    padding-bottom: 160px !important
}

.py-xl {
    padding-top: 160px !important
}

.pl-xl {
    padding-left: 160px !important
}

.pr-xl,
.px-xl {
    padding-right: 160px !important
}

.px-xl {
    padding-left: 160px !important
}

.m-xxl {
    margin: 240px !important
}

.mt-xxl {
    margin-top: 240px !important
}

.mb-xxl,
.my-xxl {
    margin-bottom: 240px !important
}

.my-xxl {
    margin-top: 240px !important
}

.ml-xxl {
    margin-left: 240px !important
}

.mr-xxl,
.mx-xxl {
    margin-right: 240px !important
}

.mx-xxl {
    margin-left: 240px !important
}

.p-xxl {
    padding: 240px !important
}

.pt-xxl {
    padding-top: 240px !important
}

.pb-xxl,
.py-xxl {
    padding-bottom: 240px !important
}

.py-xxl {
    padding-top: 240px !important
}

.pl-xxl {
    padding-left: 240px !important
}

.pr-xxl,
.px-xxl {
    padding-right: 240px !important
}

.px-xxl {
    padding-left: 240px !important
}

.m-0-child-not-last > :not(:last-child),
.m-0-child > * {
    margin: 0 !important
}

.mt-0-child-not-last > :not(:last-child),
.mt-0-child > * {
    margin-top: 0 !important
}

.mb-0-child-not-last > :not(:last-child),
.mb-0-child > * {
    margin-bottom: 0 !important
}

.my-0-child-not-last > :not(:last-child),
.my-0-child > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.ml-0-child-not-last > :not(:last-child),
.ml-0-child > * {
    margin-left: 0 !important
}

.mr-0-child-not-last > :not(:last-child),
.mr-0-child > * {
    margin-right: 0 !important
}

.mx-0-child-not-last > :not(:last-child),
.mx-0-child > * {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.p-0-child-not-last > :not(:last-child),
.p-0-child > * {
    padding: 0 !important
}

.pt-0-child-not-last > :not(:last-child),
.pt-0-child > * {
    padding-top: 0 !important
}

.pb-0-child-not-last > :not(:last-child),
.pb-0-child > * {
    padding-bottom: 0 !important
}

.py-0-child-not-last > :not(:last-child),
.py-0-child > * {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pl-0-child-not-last > :not(:last-child),
.pl-0-child > * {
    padding-left: 0 !important
}

.pr-0-child-not-last > :not(:last-child),
.pr-0-child > * {
    padding-right: 0 !important
}

.px-0-child-not-last > :not(:last-child),
.px-0-child > * {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.m-xs-child-not-last > :not(:last-child),
.m-xs-child > * {
    margin: 8px !important
}

.mt-xs-child-not-last > :not(:last-child),
.mt-xs-child > * {
    margin-top: 8px !important
}

.mb-xs-child-not-last > :not(:last-child),
.mb-xs-child > * {
    margin-bottom: 8px !important
}

.my-xs-child-not-last > :not(:last-child),
.my-xs-child > * {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.ml-xs-child-not-last > :not(:last-child),
.ml-xs-child > * {
    margin-left: 8px !important
}

.mr-xs-child-not-last > :not(:last-child),
.mr-xs-child > * {
    margin-right: 8px !important
}

.mx-xs-child-not-last > :not(:last-child),
.mx-xs-child > * {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.p-xs-child-not-last > :not(:last-child),
.p-xs-child > * {
    padding: 8px !important
}

.pt-xs-child-not-last > :not(:last-child),
.pt-xs-child > * {
    padding-top: 8px !important
}

.pb-xs-child-not-last > :not(:last-child),
.pb-xs-child > * {
    padding-bottom: 8px !important
}

.py-xs-child-not-last > :not(:last-child),
.py-xs-child > * {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.pl-xs-child-not-last > :not(:last-child),
.pl-xs-child > * {
    padding-left: 8px !important
}

.pr-xs-child-not-last > :not(:last-child),
.pr-xs-child > * {
    padding-right: 8px !important
}

.px-xs-child-not-last > :not(:last-child),
.px-xs-child > * {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.m-sm-child-not-last > :not(:last-child),
.m-sm-child > * {
    margin: 16px !important
}

.mt-sm-child-not-last > :not(:last-child),
.mt-sm-child > * {
    margin-top: 16px !important
}

.mb-sm-child-not-last > :not(:last-child),
.mb-sm-child > * {
    margin-bottom: 16px !important
}

.my-sm-child-not-last > :not(:last-child),
.my-sm-child > * {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.ml-sm-child-not-last > :not(:last-child),
.ml-sm-child > * {
    margin-left: 16px !important
}

.mr-sm-child-not-last > :not(:last-child),
.mr-sm-child > * {
    margin-right: 16px !important
}

.mx-sm-child-not-last > :not(:last-child),
.mx-sm-child > * {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.p-sm-child-not-last > :not(:last-child),
.p-sm-child > * {
    padding: 16px !important
}

.pt-sm-child-not-last > :not(:last-child),
.pt-sm-child > * {
    padding-top: 16px !important
}

.pb-sm-child-not-last > :not(:last-child),
.pb-sm-child > * {
    padding-bottom: 16px !important
}

.py-sm-child-not-last > :not(:last-child),
.py-sm-child > * {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.pl-sm-child-not-last > :not(:last-child),
.pl-sm-child > * {
    padding-left: 16px !important
}

.pr-sm-child-not-last > :not(:last-child),
.pr-sm-child > * {
    padding-right: 16px !important
}

.px-sm-child-not-last > :not(:last-child),
.px-sm-child > * {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.m-md-child-not-last > :not(:last-child),
.m-md-child > * {
    margin: 32px !important
}

.mt-md-child-not-last > :not(:last-child),
.mt-md-child > * {
    margin-top: 32px !important
}

.mb-md-child-not-last > :not(:last-child),
.mb-md-child > * {
    margin-bottom: 32px !important
}

.my-md-child-not-last > :not(:last-child),
.my-md-child > * {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.ml-md-child-not-last > :not(:last-child),
.ml-md-child > * {
    margin-left: 32px !important
}

.mr-md-child-not-last > :not(:last-child),
.mr-md-child > * {
    margin-right: 32px !important
}

.mx-md-child-not-last > :not(:last-child),
.mx-md-child > * {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.p-md-child-not-last > :not(:last-child),
.p-md-child > * {
    padding: 32px !important
}

.pt-md-child-not-last > :not(:last-child),
.pt-md-child > * {
    padding-top: 32px !important
}

.pb-md-child-not-last > :not(:last-child),
.pb-md-child > * {
    padding-bottom: 32px !important
}

.py-md-child-not-last > :not(:last-child),
.py-md-child > * {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.pl-md-child-not-last > :not(:last-child),
.pl-md-child > * {
    padding-left: 32px !important
}

.pr-md-child-not-last > :not(:last-child),
.pr-md-child > * {
    padding-right: 32px !important
}

.px-md-child-not-last > :not(:last-child),
.px-md-child > * {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.m-lg-child-not-last > :not(:last-child),
.m-lg-child > * {
    margin: 80px !important
}

.mt-lg-child-not-last > :not(:last-child),
.mt-lg-child > * {
    margin-top: 80px !important
}

.mb-lg-child-not-last > :not(:last-child),
.mb-lg-child > * {
    margin-bottom: 80px !important
}

.my-lg-child-not-last > :not(:last-child),
.my-lg-child > * {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.ml-lg-child-not-last > :not(:last-child),
.ml-lg-child > * {
    margin-left: 80px !important
}

.mr-lg-child-not-last > :not(:last-child),
.mr-lg-child > * {
    margin-right: 80px !important
}

.mx-lg-child-not-last > :not(:last-child),
.mx-lg-child > * {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.p-lg-child-not-last > :not(:last-child),
.p-lg-child > * {
    padding: 80px !important
}

.pt-lg-child-not-last > :not(:last-child),
.pt-lg-child > * {
    padding-top: 80px !important
}

.pb-lg-child-not-last > :not(:last-child),
.pb-lg-child > * {
    padding-bottom: 80px !important
}

.py-lg-child-not-last > :not(:last-child),
.py-lg-child > * {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.pl-lg-child-not-last > :not(:last-child),
.pl-lg-child > * {
    padding-left: 80px !important
}

.pr-lg-child-not-last > :not(:last-child),
.pr-lg-child > * {
    padding-right: 80px !important
}

.px-lg-child-not-last > :not(:last-child),
.px-lg-child > * {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.m-xl-child-not-last > :not(:last-child),
.m-xl-child > * {
    margin: 160px !important
}

.mt-xl-child-not-last > :not(:last-child),
.mt-xl-child > * {
    margin-top: 160px !important
}

.mb-xl-child-not-last > :not(:last-child),
.mb-xl-child > * {
    margin-bottom: 160px !important
}

.my-xl-child-not-last > :not(:last-child),
.my-xl-child > * {
    margin-top: 160px !important;
    margin-bottom: 160px !important
}

.ml-xl-child-not-last > :not(:last-child),
.ml-xl-child > * {
    margin-left: 160px !important
}

.mr-xl-child-not-last > :not(:last-child),
.mr-xl-child > * {
    margin-right: 160px !important
}

.mx-xl-child-not-last > :not(:last-child),
.mx-xl-child > * {
    margin-left: 160px !important;
    margin-right: 160px !important
}

.p-xl-child-not-last > :not(:last-child),
.p-xl-child > * {
    padding: 160px !important
}

.pt-xl-child-not-last > :not(:last-child),
.pt-xl-child > * {
    padding-top: 160px !important
}

.pb-xl-child-not-last > :not(:last-child),
.pb-xl-child > * {
    padding-bottom: 160px !important
}

.py-xl-child-not-last > :not(:last-child),
.py-xl-child > * {
    padding-top: 160px !important;
    padding-bottom: 160px !important
}

.pl-xl-child-not-last > :not(:last-child),
.pl-xl-child > * {
    padding-left: 160px !important
}

.pr-xl-child-not-last > :not(:last-child),
.pr-xl-child > * {
    padding-right: 160px !important
}

.px-xl-child-not-last > :not(:last-child),
.px-xl-child > * {
    padding-left: 160px !important;
    padding-right: 160px !important
}

.m-xxl-child-not-last > :not(:last-child),
.m-xxl-child > * {
    margin: 240px !important
}

.mt-xxl-child-not-last > :not(:last-child),
.mt-xxl-child > * {
    margin-top: 240px !important
}

.mb-xxl-child-not-last > :not(:last-child),
.mb-xxl-child > * {
    margin-bottom: 240px !important
}

.my-xxl-child-not-last > :not(:last-child),
.my-xxl-child > * {
    margin-top: 240px !important;
    margin-bottom: 240px !important
}

.ml-xxl-child-not-last > :not(:last-child),
.ml-xxl-child > * {
    margin-left: 240px !important
}

.mr-xxl-child-not-last > :not(:last-child),
.mr-xxl-child > * {
    margin-right: 240px !important
}

.mx-xxl-child-not-last > :not(:last-child),
.mx-xxl-child > * {
    margin-left: 240px !important;
    margin-right: 240px !important
}

.p-xxl-child-not-last > :not(:last-child),
.p-xxl-child > * {
    padding: 240px !important
}

.pt-xxl-child-not-last > :not(:last-child),
.pt-xxl-child > * {
    padding-top: 240px !important
}

.pb-xxl-child-not-last > :not(:last-child),
.pb-xxl-child > * {
    padding-bottom: 240px !important
}

.py-xxl-child-not-last > :not(:last-child),
.py-xxl-child > * {
    padding-top: 240px !important;
    padding-bottom: 240px !important
}

.pl-xxl-child-not-last > :not(:last-child),
.pl-xxl-child > * {
    padding-left: 240px !important
}

.pr-xxl-child-not-last > :not(:last-child),
.pr-xxl-child > * {
    padding-right: 240px !important
}

.px-xxl-child-not-last > :not(:last-child),
.px-xxl-child > * {
    padding-left: 240px !important;
    padding-right: 240px !important
}

@media (max-width:1199.98px) {

    .lg-down-m-0,
    .lg-down-m-0-child-not-last > :not(:last-child),
    .lg-down-m-0-child > * {
        margin: 0 !important
    }

    .lg-down-mt-0,
    .lg-down-mt-0-child-not-last > :not(:last-child),
    .lg-down-mt-0-child > * {
        margin-top: 0 !important
    }

    .lg-down-mb-0,
    .lg-down-mb-0-child-not-last > :not(:last-child),
    .lg-down-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .lg-down-my-0,
    .lg-down-my-0-child-not-last > :not(:last-child),
    .lg-down-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lg-down-ml-0,
    .lg-down-ml-0-child-not-last > :not(:last-child),
    .lg-down-ml-0-child > * {
        margin-left: 0 !important
    }

    .lg-down-mr-0,
    .lg-down-mr-0-child-not-last > :not(:last-child),
    .lg-down-mr-0-child > * {
        margin-right: 0 !important
    }

    .lg-down-mx-0,
    .lg-down-mx-0-child-not-last > :not(:last-child),
    .lg-down-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .lg-down-p-0,
    .lg-down-p-0-child-not-last > :not(:last-child),
    .lg-down-p-0-child > * {
        padding: 0 !important
    }

    .lg-down-pt-0,
    .lg-down-pt-0-child-not-last > :not(:last-child),
    .lg-down-pt-0-child > * {
        padding-top: 0 !important
    }

    .lg-down-pb-0,
    .lg-down-pb-0-child-not-last > :not(:last-child),
    .lg-down-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .lg-down-py-0,
    .lg-down-py-0-child-not-last > :not(:last-child),
    .lg-down-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lg-down-pl-0,
    .lg-down-pl-0-child-not-last > :not(:last-child),
    .lg-down-pl-0-child > * {
        padding-left: 0 !important
    }

    .lg-down-pr-0,
    .lg-down-pr-0-child-not-last > :not(:last-child),
    .lg-down-pr-0-child > * {
        padding-right: 0 !important
    }

    .lg-down-px-0,
    .lg-down-px-0-child-not-last > :not(:last-child),
    .lg-down-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .lg-down-m-xs,
    .lg-down-m-xs-child-not-last > :not(:last-child),
    .lg-down-m-xs-child > * {
        margin: 8px !important
    }

    .lg-down-mt-xs,
    .lg-down-mt-xs-child-not-last > :not(:last-child),
    .lg-down-mt-xs-child > * {
        margin-top: 8px !important
    }

    .lg-down-mb-xs,
    .lg-down-mb-xs-child-not-last > :not(:last-child),
    .lg-down-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .lg-down-my-xs,
    .lg-down-my-xs-child-not-last > :not(:last-child),
    .lg-down-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .lg-down-ml-xs,
    .lg-down-ml-xs-child-not-last > :not(:last-child),
    .lg-down-ml-xs-child > * {
        margin-left: 8px !important
    }

    .lg-down-mr-xs,
    .lg-down-mr-xs-child-not-last > :not(:last-child),
    .lg-down-mr-xs-child > * {
        margin-right: 8px !important
    }

    .lg-down-mx-xs,
    .lg-down-mx-xs-child-not-last > :not(:last-child),
    .lg-down-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .lg-down-p-xs,
    .lg-down-p-xs-child-not-last > :not(:last-child),
    .lg-down-p-xs-child > * {
        padding: 8px !important
    }

    .lg-down-pt-xs,
    .lg-down-pt-xs-child-not-last > :not(:last-child),
    .lg-down-pt-xs-child > * {
        padding-top: 8px !important
    }

    .lg-down-pb-xs,
    .lg-down-pb-xs-child-not-last > :not(:last-child),
    .lg-down-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .lg-down-py-xs,
    .lg-down-py-xs-child-not-last > :not(:last-child),
    .lg-down-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .lg-down-pl-xs,
    .lg-down-pl-xs-child-not-last > :not(:last-child),
    .lg-down-pl-xs-child > * {
        padding-left: 8px !important
    }

    .lg-down-pr-xs,
    .lg-down-pr-xs-child-not-last > :not(:last-child),
    .lg-down-pr-xs-child > * {
        padding-right: 8px !important
    }

    .lg-down-px-xs,
    .lg-down-px-xs-child-not-last > :not(:last-child),
    .lg-down-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .lg-down-m-sm,
    .lg-down-m-sm-child-not-last > :not(:last-child),
    .lg-down-m-sm-child > * {
        margin: 16px !important
    }

    .lg-down-mt-sm,
    .lg-down-mt-sm-child-not-last > :not(:last-child),
    .lg-down-mt-sm-child > * {
        margin-top: 16px !important
    }

    .lg-down-mb-sm,
    .lg-down-mb-sm-child-not-last > :not(:last-child),
    .lg-down-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .lg-down-my-sm,
    .lg-down-my-sm-child-not-last > :not(:last-child),
    .lg-down-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .lg-down-ml-sm,
    .lg-down-ml-sm-child-not-last > :not(:last-child),
    .lg-down-ml-sm-child > * {
        margin-left: 16px !important
    }

    .lg-down-mr-sm,
    .lg-down-mr-sm-child-not-last > :not(:last-child),
    .lg-down-mr-sm-child > * {
        margin-right: 16px !important
    }

    .lg-down-mx-sm,
    .lg-down-mx-sm-child-not-last > :not(:last-child),
    .lg-down-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .lg-down-p-sm,
    .lg-down-p-sm-child-not-last > :not(:last-child),
    .lg-down-p-sm-child > * {
        padding: 16px !important
    }

    .lg-down-pt-sm,
    .lg-down-pt-sm-child-not-last > :not(:last-child),
    .lg-down-pt-sm-child > * {
        padding-top: 16px !important
    }

    .lg-down-pb-sm,
    .lg-down-pb-sm-child-not-last > :not(:last-child),
    .lg-down-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .lg-down-py-sm,
    .lg-down-py-sm-child-not-last > :not(:last-child),
    .lg-down-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .lg-down-pl-sm,
    .lg-down-pl-sm-child-not-last > :not(:last-child),
    .lg-down-pl-sm-child > * {
        padding-left: 16px !important
    }

    .lg-down-pr-sm,
    .lg-down-pr-sm-child-not-last > :not(:last-child),
    .lg-down-pr-sm-child > * {
        padding-right: 16px !important
    }

    .lg-down-px-sm,
    .lg-down-px-sm-child-not-last > :not(:last-child),
    .lg-down-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .lg-down-m-md,
    .lg-down-m-md-child-not-last > :not(:last-child),
    .lg-down-m-md-child > * {
        margin: 32px !important
    }

    .lg-down-mt-md,
    .lg-down-mt-md-child-not-last > :not(:last-child),
    .lg-down-mt-md-child > * {
        margin-top: 32px !important
    }

    .lg-down-mb-md,
    .lg-down-mb-md-child-not-last > :not(:last-child),
    .lg-down-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .lg-down-my-md,
    .lg-down-my-md-child-not-last > :not(:last-child),
    .lg-down-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .lg-down-ml-md,
    .lg-down-ml-md-child-not-last > :not(:last-child),
    .lg-down-ml-md-child > * {
        margin-left: 32px !important
    }

    .lg-down-mr-md,
    .lg-down-mr-md-child-not-last > :not(:last-child),
    .lg-down-mr-md-child > * {
        margin-right: 32px !important
    }

    .lg-down-mx-md,
    .lg-down-mx-md-child-not-last > :not(:last-child),
    .lg-down-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .lg-down-p-md,
    .lg-down-p-md-child-not-last > :not(:last-child),
    .lg-down-p-md-child > * {
        padding: 32px !important
    }

    .lg-down-pt-md,
    .lg-down-pt-md-child-not-last > :not(:last-child),
    .lg-down-pt-md-child > * {
        padding-top: 32px !important
    }

    .lg-down-pb-md,
    .lg-down-pb-md-child-not-last > :not(:last-child),
    .lg-down-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .lg-down-py-md,
    .lg-down-py-md-child-not-last > :not(:last-child),
    .lg-down-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .lg-down-pl-md,
    .lg-down-pl-md-child-not-last > :not(:last-child),
    .lg-down-pl-md-child > * {
        padding-left: 32px !important
    }

    .lg-down-pr-md,
    .lg-down-pr-md-child-not-last > :not(:last-child),
    .lg-down-pr-md-child > * {
        padding-right: 32px !important
    }

    .lg-down-px-md,
    .lg-down-px-md-child-not-last > :not(:last-child),
    .lg-down-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .lg-down-m-lg,
    .lg-down-m-lg-child-not-last > :not(:last-child),
    .lg-down-m-lg-child > * {
        margin: 80px !important
    }

    .lg-down-mt-lg,
    .lg-down-mt-lg-child-not-last > :not(:last-child),
    .lg-down-mt-lg-child > * {
        margin-top: 80px !important
    }

    .lg-down-mb-lg,
    .lg-down-mb-lg-child-not-last > :not(:last-child),
    .lg-down-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .lg-down-my-lg,
    .lg-down-my-lg-child-not-last > :not(:last-child),
    .lg-down-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .lg-down-ml-lg,
    .lg-down-ml-lg-child-not-last > :not(:last-child),
    .lg-down-ml-lg-child > * {
        margin-left: 80px !important
    }

    .lg-down-mr-lg,
    .lg-down-mr-lg-child-not-last > :not(:last-child),
    .lg-down-mr-lg-child > * {
        margin-right: 80px !important
    }

    .lg-down-mx-lg,
    .lg-down-mx-lg-child-not-last > :not(:last-child),
    .lg-down-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .lg-down-p-lg,
    .lg-down-p-lg-child-not-last > :not(:last-child),
    .lg-down-p-lg-child > * {
        padding: 80px !important
    }

    .lg-down-pt-lg,
    .lg-down-pt-lg-child-not-last > :not(:last-child),
    .lg-down-pt-lg-child > * {
        padding-top: 80px !important
    }

    .lg-down-pb-lg,
    .lg-down-pb-lg-child-not-last > :not(:last-child),
    .lg-down-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .lg-down-py-lg,
    .lg-down-py-lg-child-not-last > :not(:last-child),
    .lg-down-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .lg-down-pl-lg,
    .lg-down-pl-lg-child-not-last > :not(:last-child),
    .lg-down-pl-lg-child > * {
        padding-left: 80px !important
    }

    .lg-down-pr-lg,
    .lg-down-pr-lg-child-not-last > :not(:last-child),
    .lg-down-pr-lg-child > * {
        padding-right: 80px !important
    }

    .lg-down-px-lg,
    .lg-down-px-lg-child-not-last > :not(:last-child),
    .lg-down-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .lg-down-m-xl,
    .lg-down-m-xl-child-not-last > :not(:last-child),
    .lg-down-m-xl-child > * {
        margin: 160px !important
    }

    .lg-down-mt-xl,
    .lg-down-mt-xl-child-not-last > :not(:last-child),
    .lg-down-mt-xl-child > * {
        margin-top: 160px !important
    }

    .lg-down-mb-xl,
    .lg-down-mb-xl-child-not-last > :not(:last-child),
    .lg-down-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .lg-down-my-xl,
    .lg-down-my-xl-child-not-last > :not(:last-child),
    .lg-down-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .lg-down-ml-xl,
    .lg-down-ml-xl-child-not-last > :not(:last-child),
    .lg-down-ml-xl-child > * {
        margin-left: 160px !important
    }

    .lg-down-mr-xl,
    .lg-down-mr-xl-child-not-last > :not(:last-child),
    .lg-down-mr-xl-child > * {
        margin-right: 160px !important
    }

    .lg-down-mx-xl,
    .lg-down-mx-xl-child-not-last > :not(:last-child),
    .lg-down-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .lg-down-p-xl,
    .lg-down-p-xl-child-not-last > :not(:last-child),
    .lg-down-p-xl-child > * {
        padding: 160px !important
    }

    .lg-down-pt-xl,
    .lg-down-pt-xl-child-not-last > :not(:last-child),
    .lg-down-pt-xl-child > * {
        padding-top: 160px !important
    }

    .lg-down-pb-xl,
    .lg-down-pb-xl-child-not-last > :not(:last-child),
    .lg-down-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .lg-down-py-xl,
    .lg-down-py-xl-child-not-last > :not(:last-child),
    .lg-down-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .lg-down-pl-xl,
    .lg-down-pl-xl-child-not-last > :not(:last-child),
    .lg-down-pl-xl-child > * {
        padding-left: 160px !important
    }

    .lg-down-pr-xl,
    .lg-down-pr-xl-child-not-last > :not(:last-child),
    .lg-down-pr-xl-child > * {
        padding-right: 160px !important
    }

    .lg-down-px-xl,
    .lg-down-px-xl-child-not-last > :not(:last-child),
    .lg-down-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .lg-down-m-xxl,
    .lg-down-m-xxl-child-not-last > :not(:last-child),
    .lg-down-m-xxl-child > * {
        margin: 240px !important
    }

    .lg-down-mt-xxl,
    .lg-down-mt-xxl-child-not-last > :not(:last-child),
    .lg-down-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .lg-down-mb-xxl,
    .lg-down-mb-xxl-child-not-last > :not(:last-child),
    .lg-down-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .lg-down-my-xxl,
    .lg-down-my-xxl-child-not-last > :not(:last-child),
    .lg-down-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .lg-down-ml-xxl,
    .lg-down-ml-xxl-child-not-last > :not(:last-child),
    .lg-down-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .lg-down-mr-xxl,
    .lg-down-mr-xxl-child-not-last > :not(:last-child),
    .lg-down-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .lg-down-mx-xxl,
    .lg-down-mx-xxl-child-not-last > :not(:last-child),
    .lg-down-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .lg-down-p-xxl,
    .lg-down-p-xxl-child-not-last > :not(:last-child),
    .lg-down-p-xxl-child > * {
        padding: 240px !important
    }

    .lg-down-pt-xxl,
    .lg-down-pt-xxl-child-not-last > :not(:last-child),
    .lg-down-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .lg-down-pb-xxl,
    .lg-down-pb-xxl-child-not-last > :not(:last-child),
    .lg-down-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .lg-down-py-xxl,
    .lg-down-py-xxl-child-not-last > :not(:last-child),
    .lg-down-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .lg-down-pl-xxl,
    .lg-down-pl-xxl-child-not-last > :not(:last-child),
    .lg-down-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .lg-down-pr-xxl,
    .lg-down-pr-xxl-child-not-last > :not(:last-child),
    .lg-down-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .lg-down-px-xxl,
    .lg-down-px-xxl-child-not-last > :not(:last-child),
    .lg-down-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

@media (max-width:991.98px) {

    .md-down-m-0,
    .md-down-m-0-child-not-last > :not(:last-child),
    .md-down-m-0-child > * {
        margin: 0 !important
    }

    .md-down-mt-0,
    .md-down-mt-0-child-not-last > :not(:last-child),
    .md-down-mt-0-child > * {
        margin-top: 0 !important
    }

    .md-down-mb-0,
    .md-down-mb-0-child-not-last > :not(:last-child),
    .md-down-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .md-down-my-0,
    .md-down-my-0-child-not-last > :not(:last-child),
    .md-down-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .md-down-ml-0,
    .md-down-ml-0-child-not-last > :not(:last-child),
    .md-down-ml-0-child > * {
        margin-left: 0 !important
    }

    .md-down-mr-0,
    .md-down-mr-0-child-not-last > :not(:last-child),
    .md-down-mr-0-child > * {
        margin-right: 0 !important
    }

    .md-down-mx-0,
    .md-down-mx-0-child-not-last > :not(:last-child),
    .md-down-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .md-down-p-0,
    .md-down-p-0-child-not-last > :not(:last-child),
    .md-down-p-0-child > * {
        padding: 0 !important
    }

    .md-down-pt-0,
    .md-down-pt-0-child-not-last > :not(:last-child),
    .md-down-pt-0-child > * {
        padding-top: 0 !important
    }

    .md-down-pb-0,
    .md-down-pb-0-child-not-last > :not(:last-child),
    .md-down-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .md-down-py-0,
    .md-down-py-0-child-not-last > :not(:last-child),
    .md-down-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .md-down-pl-0,
    .md-down-pl-0-child-not-last > :not(:last-child),
    .md-down-pl-0-child > * {
        padding-left: 0 !important
    }

    .md-down-pr-0,
    .md-down-pr-0-child-not-last > :not(:last-child),
    .md-down-pr-0-child > * {
        padding-right: 0 !important
    }

    .md-down-px-0,
    .md-down-px-0-child-not-last > :not(:last-child),
    .md-down-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .md-down-m-xs,
    .md-down-m-xs-child-not-last > :not(:last-child),
    .md-down-m-xs-child > * {
        margin: 8px !important
    }

    .md-down-mt-xs,
    .md-down-mt-xs-child-not-last > :not(:last-child),
    .md-down-mt-xs-child > * {
        margin-top: 8px !important
    }

    .md-down-mb-xs,
    .md-down-mb-xs-child-not-last > :not(:last-child),
    .md-down-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .md-down-my-xs,
    .md-down-my-xs-child-not-last > :not(:last-child),
    .md-down-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .md-down-ml-xs,
    .md-down-ml-xs-child-not-last > :not(:last-child),
    .md-down-ml-xs-child > * {
        margin-left: 8px !important
    }

    .md-down-mr-xs,
    .md-down-mr-xs-child-not-last > :not(:last-child),
    .md-down-mr-xs-child > * {
        margin-right: 8px !important
    }

    .md-down-mx-xs,
    .md-down-mx-xs-child-not-last > :not(:last-child),
    .md-down-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .md-down-p-xs,
    .md-down-p-xs-child-not-last > :not(:last-child),
    .md-down-p-xs-child > * {
        padding: 8px !important
    }

    .md-down-pt-xs,
    .md-down-pt-xs-child-not-last > :not(:last-child),
    .md-down-pt-xs-child > * {
        padding-top: 8px !important
    }

    .md-down-pb-xs,
    .md-down-pb-xs-child-not-last > :not(:last-child),
    .md-down-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .md-down-py-xs,
    .md-down-py-xs-child-not-last > :not(:last-child),
    .md-down-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .md-down-pl-xs,
    .md-down-pl-xs-child-not-last > :not(:last-child),
    .md-down-pl-xs-child > * {
        padding-left: 8px !important
    }

    .md-down-pr-xs,
    .md-down-pr-xs-child-not-last > :not(:last-child),
    .md-down-pr-xs-child > * {
        padding-right: 8px !important
    }

    .md-down-px-xs,
    .md-down-px-xs-child-not-last > :not(:last-child),
    .md-down-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .md-down-m-sm,
    .md-down-m-sm-child-not-last > :not(:last-child),
    .md-down-m-sm-child > * {
        margin: 16px !important
    }

    .md-down-mt-sm,
    .md-down-mt-sm-child-not-last > :not(:last-child),
    .md-down-mt-sm-child > * {
        margin-top: 16px !important
    }

    .md-down-mb-sm,
    .md-down-mb-sm-child-not-last > :not(:last-child),
    .md-down-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .md-down-my-sm,
    .md-down-my-sm-child-not-last > :not(:last-child),
    .md-down-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .md-down-ml-sm,
    .md-down-ml-sm-child-not-last > :not(:last-child),
    .md-down-ml-sm-child > * {
        margin-left: 16px !important
    }

    .md-down-mr-sm,
    .md-down-mr-sm-child-not-last > :not(:last-child),
    .md-down-mr-sm-child > * {
        margin-right: 16px !important
    }

    .md-down-mx-sm,
    .md-down-mx-sm-child-not-last > :not(:last-child),
    .md-down-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .md-down-p-sm,
    .md-down-p-sm-child-not-last > :not(:last-child),
    .md-down-p-sm-child > * {
        padding: 16px !important
    }

    .md-down-pt-sm,
    .md-down-pt-sm-child-not-last > :not(:last-child),
    .md-down-pt-sm-child > * {
        padding-top: 16px !important
    }

    .md-down-pb-sm,
    .md-down-pb-sm-child-not-last > :not(:last-child),
    .md-down-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .md-down-py-sm,
    .md-down-py-sm-child-not-last > :not(:last-child),
    .md-down-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .md-down-pl-sm,
    .md-down-pl-sm-child-not-last > :not(:last-child),
    .md-down-pl-sm-child > * {
        padding-left: 16px !important
    }

    .md-down-pr-sm,
    .md-down-pr-sm-child-not-last > :not(:last-child),
    .md-down-pr-sm-child > * {
        padding-right: 16px !important
    }

    .md-down-px-sm,
    .md-down-px-sm-child-not-last > :not(:last-child),
    .md-down-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .md-down-m-md,
    .md-down-m-md-child-not-last > :not(:last-child),
    .md-down-m-md-child > * {
        margin: 32px !important
    }

    .md-down-mt-md,
    .md-down-mt-md-child-not-last > :not(:last-child),
    .md-down-mt-md-child > * {
        margin-top: 32px !important
    }

    .md-down-mb-md,
    .md-down-mb-md-child-not-last > :not(:last-child),
    .md-down-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .md-down-my-md,
    .md-down-my-md-child-not-last > :not(:last-child),
    .md-down-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .md-down-ml-md,
    .md-down-ml-md-child-not-last > :not(:last-child),
    .md-down-ml-md-child > * {
        margin-left: 32px !important
    }

    .md-down-mr-md,
    .md-down-mr-md-child-not-last > :not(:last-child),
    .md-down-mr-md-child > * {
        margin-right: 32px !important
    }

    .md-down-mx-md,
    .md-down-mx-md-child-not-last > :not(:last-child),
    .md-down-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .md-down-p-md,
    .md-down-p-md-child-not-last > :not(:last-child),
    .md-down-p-md-child > * {
        padding: 32px !important
    }

    .md-down-pt-md,
    .md-down-pt-md-child-not-last > :not(:last-child),
    .md-down-pt-md-child > * {
        padding-top: 32px !important
    }

    .md-down-pb-md,
    .md-down-pb-md-child-not-last > :not(:last-child),
    .md-down-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .md-down-py-md,
    .md-down-py-md-child-not-last > :not(:last-child),
    .md-down-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .md-down-pl-md,
    .md-down-pl-md-child-not-last > :not(:last-child),
    .md-down-pl-md-child > * {
        padding-left: 32px !important
    }

    .md-down-pr-md,
    .md-down-pr-md-child-not-last > :not(:last-child),
    .md-down-pr-md-child > * {
        padding-right: 32px !important
    }

    .md-down-px-md,
    .md-down-px-md-child-not-last > :not(:last-child),
    .md-down-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .md-down-m-lg,
    .md-down-m-lg-child-not-last > :not(:last-child),
    .md-down-m-lg-child > * {
        margin: 80px !important
    }

    .md-down-mt-lg,
    .md-down-mt-lg-child-not-last > :not(:last-child),
    .md-down-mt-lg-child > * {
        margin-top: 80px !important
    }

    .md-down-mb-lg,
    .md-down-mb-lg-child-not-last > :not(:last-child),
    .md-down-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .md-down-my-lg,
    .md-down-my-lg-child-not-last > :not(:last-child),
    .md-down-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .md-down-ml-lg,
    .md-down-ml-lg-child-not-last > :not(:last-child),
    .md-down-ml-lg-child > * {
        margin-left: 80px !important
    }

    .md-down-mr-lg,
    .md-down-mr-lg-child-not-last > :not(:last-child),
    .md-down-mr-lg-child > * {
        margin-right: 80px !important
    }

    .md-down-mx-lg,
    .md-down-mx-lg-child-not-last > :not(:last-child),
    .md-down-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .md-down-p-lg,
    .md-down-p-lg-child-not-last > :not(:last-child),
    .md-down-p-lg-child > * {
        padding: 80px !important
    }

    .md-down-pt-lg,
    .md-down-pt-lg-child-not-last > :not(:last-child),
    .md-down-pt-lg-child > * {
        padding-top: 80px !important
    }

    .md-down-pb-lg,
    .md-down-pb-lg-child-not-last > :not(:last-child),
    .md-down-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .md-down-py-lg,
    .md-down-py-lg-child-not-last > :not(:last-child),
    .md-down-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .md-down-pl-lg,
    .md-down-pl-lg-child-not-last > :not(:last-child),
    .md-down-pl-lg-child > * {
        padding-left: 80px !important
    }

    .md-down-pr-lg,
    .md-down-pr-lg-child-not-last > :not(:last-child),
    .md-down-pr-lg-child > * {
        padding-right: 80px !important
    }

    .md-down-px-lg,
    .md-down-px-lg-child-not-last > :not(:last-child),
    .md-down-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .md-down-m-xl,
    .md-down-m-xl-child-not-last > :not(:last-child),
    .md-down-m-xl-child > * {
        margin: 160px !important
    }

    .md-down-mt-xl,
    .md-down-mt-xl-child-not-last > :not(:last-child),
    .md-down-mt-xl-child > * {
        margin-top: 160px !important
    }

    .md-down-mb-xl,
    .md-down-mb-xl-child-not-last > :not(:last-child),
    .md-down-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .md-down-my-xl,
    .md-down-my-xl-child-not-last > :not(:last-child),
    .md-down-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .md-down-ml-xl,
    .md-down-ml-xl-child-not-last > :not(:last-child),
    .md-down-ml-xl-child > * {
        margin-left: 160px !important
    }

    .md-down-mr-xl,
    .md-down-mr-xl-child-not-last > :not(:last-child),
    .md-down-mr-xl-child > * {
        margin-right: 160px !important
    }

    .md-down-mx-xl,
    .md-down-mx-xl-child-not-last > :not(:last-child),
    .md-down-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .md-down-p-xl,
    .md-down-p-xl-child-not-last > :not(:last-child),
    .md-down-p-xl-child > * {
        padding: 160px !important
    }

    .md-down-pt-xl,
    .md-down-pt-xl-child-not-last > :not(:last-child),
    .md-down-pt-xl-child > * {
        padding-top: 160px !important
    }

    .md-down-pb-xl,
    .md-down-pb-xl-child-not-last > :not(:last-child),
    .md-down-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .md-down-py-xl,
    .md-down-py-xl-child-not-last > :not(:last-child),
    .md-down-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .md-down-pl-xl,
    .md-down-pl-xl-child-not-last > :not(:last-child),
    .md-down-pl-xl-child > * {
        padding-left: 160px !important
    }

    .md-down-pr-xl,
    .md-down-pr-xl-child-not-last > :not(:last-child),
    .md-down-pr-xl-child > * {
        padding-right: 160px !important
    }

    .md-down-px-xl,
    .md-down-px-xl-child-not-last > :not(:last-child),
    .md-down-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .md-down-m-xxl,
    .md-down-m-xxl-child-not-last > :not(:last-child),
    .md-down-m-xxl-child > * {
        margin: 240px !important
    }

    .md-down-mt-xxl,
    .md-down-mt-xxl-child-not-last > :not(:last-child),
    .md-down-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .md-down-mb-xxl,
    .md-down-mb-xxl-child-not-last > :not(:last-child),
    .md-down-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .md-down-my-xxl,
    .md-down-my-xxl-child-not-last > :not(:last-child),
    .md-down-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .md-down-ml-xxl,
    .md-down-ml-xxl-child-not-last > :not(:last-child),
    .md-down-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .md-down-mr-xxl,
    .md-down-mr-xxl-child-not-last > :not(:last-child),
    .md-down-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .md-down-mx-xxl,
    .md-down-mx-xxl-child-not-last > :not(:last-child),
    .md-down-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .md-down-p-xxl,
    .md-down-p-xxl-child-not-last > :not(:last-child),
    .md-down-p-xxl-child > * {
        padding: 240px !important
    }

    .md-down-pt-xxl,
    .md-down-pt-xxl-child-not-last > :not(:last-child),
    .md-down-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .md-down-pb-xxl,
    .md-down-pb-xxl-child-not-last > :not(:last-child),
    .md-down-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .md-down-py-xxl,
    .md-down-py-xxl-child-not-last > :not(:last-child),
    .md-down-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .md-down-pl-xxl,
    .md-down-pl-xxl-child-not-last > :not(:last-child),
    .md-down-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .md-down-pr-xxl,
    .md-down-pr-xxl-child-not-last > :not(:last-child),
    .md-down-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .md-down-px-xxl,
    .md-down-px-xxl-child-not-last > :not(:last-child),
    .md-down-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

@media (max-width:767.98px) {

    .sm-down-m-0,
    .sm-down-m-0-child-not-last > :not(:last-child),
    .sm-down-m-0-child > * {
        margin: 0 !important
    }

    .sm-down-mt-0,
    .sm-down-mt-0-child-not-last > :not(:last-child),
    .sm-down-mt-0-child > * {
        margin-top: 0 !important
    }

    .sm-down-mb-0,
    .sm-down-mb-0-child-not-last > :not(:last-child),
    .sm-down-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .sm-down-my-0,
    .sm-down-my-0-child-not-last > :not(:last-child),
    .sm-down-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .sm-down-ml-0,
    .sm-down-ml-0-child-not-last > :not(:last-child),
    .sm-down-ml-0-child > * {
        margin-left: 0 !important
    }

    .sm-down-mr-0,
    .sm-down-mr-0-child-not-last > :not(:last-child),
    .sm-down-mr-0-child > * {
        margin-right: 0 !important
    }

    .sm-down-mx-0,
    .sm-down-mx-0-child-not-last > :not(:last-child),
    .sm-down-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .sm-down-p-0,
    .sm-down-p-0-child-not-last > :not(:last-child),
    .sm-down-p-0-child > * {
        padding: 0 !important
    }

    .sm-down-pt-0,
    .sm-down-pt-0-child-not-last > :not(:last-child),
    .sm-down-pt-0-child > * {
        padding-top: 0 !important
    }

    .sm-down-pb-0,
    .sm-down-pb-0-child-not-last > :not(:last-child),
    .sm-down-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .sm-down-py-0,
    .sm-down-py-0-child-not-last > :not(:last-child),
    .sm-down-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .sm-down-pl-0,
    .sm-down-pl-0-child-not-last > :not(:last-child),
    .sm-down-pl-0-child > * {
        padding-left: 0 !important
    }

    .sm-down-pr-0,
    .sm-down-pr-0-child-not-last > :not(:last-child),
    .sm-down-pr-0-child > * {
        padding-right: 0 !important
    }

    .sm-down-px-0,
    .sm-down-px-0-child-not-last > :not(:last-child),
    .sm-down-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .sm-down-m-xs,
    .sm-down-m-xs-child-not-last > :not(:last-child),
    .sm-down-m-xs-child > * {
        margin: 8px !important
    }

    .sm-down-mt-xs,
    .sm-down-mt-xs-child-not-last > :not(:last-child),
    .sm-down-mt-xs-child > * {
        margin-top: 8px !important
    }

    .sm-down-mb-xs,
    .sm-down-mb-xs-child-not-last > :not(:last-child),
    .sm-down-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .sm-down-my-xs,
    .sm-down-my-xs-child-not-last > :not(:last-child),
    .sm-down-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .sm-down-ml-xs,
    .sm-down-ml-xs-child-not-last > :not(:last-child),
    .sm-down-ml-xs-child > * {
        margin-left: 8px !important
    }

    .sm-down-mr-xs,
    .sm-down-mr-xs-child-not-last > :not(:last-child),
    .sm-down-mr-xs-child > * {
        margin-right: 8px !important
    }

    .sm-down-mx-xs,
    .sm-down-mx-xs-child-not-last > :not(:last-child),
    .sm-down-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .sm-down-p-xs,
    .sm-down-p-xs-child-not-last > :not(:last-child),
    .sm-down-p-xs-child > * {
        padding: 8px !important
    }

    .sm-down-pt-xs,
    .sm-down-pt-xs-child-not-last > :not(:last-child),
    .sm-down-pt-xs-child > * {
        padding-top: 8px !important
    }

    .sm-down-pb-xs,
    .sm-down-pb-xs-child-not-last > :not(:last-child),
    .sm-down-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .sm-down-py-xs,
    .sm-down-py-xs-child-not-last > :not(:last-child),
    .sm-down-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .sm-down-pl-xs,
    .sm-down-pl-xs-child-not-last > :not(:last-child),
    .sm-down-pl-xs-child > * {
        padding-left: 8px !important
    }

    .sm-down-pr-xs,
    .sm-down-pr-xs-child-not-last > :not(:last-child),
    .sm-down-pr-xs-child > * {
        padding-right: 8px !important
    }

    .sm-down-px-xs,
    .sm-down-px-xs-child-not-last > :not(:last-child),
    .sm-down-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .sm-down-m-sm,
    .sm-down-m-sm-child-not-last > :not(:last-child),
    .sm-down-m-sm-child > * {
        margin: 16px !important
    }

    .sm-down-mt-sm,
    .sm-down-mt-sm-child-not-last > :not(:last-child),
    .sm-down-mt-sm-child > * {
        margin-top: 16px !important
    }

    .sm-down-mb-sm,
    .sm-down-mb-sm-child-not-last > :not(:last-child),
    .sm-down-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .sm-down-my-sm,
    .sm-down-my-sm-child-not-last > :not(:last-child),
    .sm-down-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .sm-down-ml-sm,
    .sm-down-ml-sm-child-not-last > :not(:last-child),
    .sm-down-ml-sm-child > * {
        margin-left: 16px !important
    }

    .sm-down-mr-sm,
    .sm-down-mr-sm-child-not-last > :not(:last-child),
    .sm-down-mr-sm-child > * {
        margin-right: 16px !important
    }

    .sm-down-mx-sm,
    .sm-down-mx-sm-child-not-last > :not(:last-child),
    .sm-down-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .sm-down-p-sm,
    .sm-down-p-sm-child-not-last > :not(:last-child),
    .sm-down-p-sm-child > * {
        padding: 16px !important
    }

    .sm-down-pt-sm,
    .sm-down-pt-sm-child-not-last > :not(:last-child),
    .sm-down-pt-sm-child > * {
        padding-top: 16px !important
    }

    .sm-down-pb-sm,
    .sm-down-pb-sm-child-not-last > :not(:last-child),
    .sm-down-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .sm-down-py-sm,
    .sm-down-py-sm-child-not-last > :not(:last-child),
    .sm-down-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .sm-down-pl-sm,
    .sm-down-pl-sm-child-not-last > :not(:last-child),
    .sm-down-pl-sm-child > * {
        padding-left: 16px !important
    }

    .sm-down-pr-sm,
    .sm-down-pr-sm-child-not-last > :not(:last-child),
    .sm-down-pr-sm-child > * {
        padding-right: 16px !important
    }

    .sm-down-px-sm,
    .sm-down-px-sm-child-not-last > :not(:last-child),
    .sm-down-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .sm-down-m-md,
    .sm-down-m-md-child-not-last > :not(:last-child),
    .sm-down-m-md-child > * {
        margin: 32px !important
    }

    .sm-down-mt-md,
    .sm-down-mt-md-child-not-last > :not(:last-child),
    .sm-down-mt-md-child > * {
        margin-top: 32px !important
    }

    .sm-down-mb-md,
    .sm-down-mb-md-child-not-last > :not(:last-child),
    .sm-down-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .sm-down-my-md,
    .sm-down-my-md-child-not-last > :not(:last-child),
    .sm-down-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .sm-down-ml-md,
    .sm-down-ml-md-child-not-last > :not(:last-child),
    .sm-down-ml-md-child > * {
        margin-left: 32px !important
    }

    .sm-down-mr-md,
    .sm-down-mr-md-child-not-last > :not(:last-child),
    .sm-down-mr-md-child > * {
        margin-right: 32px !important
    }

    .sm-down-mx-md,
    .sm-down-mx-md-child-not-last > :not(:last-child),
    .sm-down-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .sm-down-p-md,
    .sm-down-p-md-child-not-last > :not(:last-child),
    .sm-down-p-md-child > * {
        padding: 32px !important
    }

    .sm-down-pt-md,
    .sm-down-pt-md-child-not-last > :not(:last-child),
    .sm-down-pt-md-child > * {
        padding-top: 32px !important
    }

    .sm-down-pb-md,
    .sm-down-pb-md-child-not-last > :not(:last-child),
    .sm-down-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .sm-down-py-md,
    .sm-down-py-md-child-not-last > :not(:last-child),
    .sm-down-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .sm-down-pl-md,
    .sm-down-pl-md-child-not-last > :not(:last-child),
    .sm-down-pl-md-child > * {
        padding-left: 32px !important
    }

    .sm-down-pr-md,
    .sm-down-pr-md-child-not-last > :not(:last-child),
    .sm-down-pr-md-child > * {
        padding-right: 32px !important
    }

    .sm-down-px-md,
    .sm-down-px-md-child-not-last > :not(:last-child),
    .sm-down-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .sm-down-m-lg,
    .sm-down-m-lg-child-not-last > :not(:last-child),
    .sm-down-m-lg-child > * {
        margin: 80px !important
    }

    .sm-down-mt-lg,
    .sm-down-mt-lg-child-not-last > :not(:last-child),
    .sm-down-mt-lg-child > * {
        margin-top: 80px !important
    }

    .sm-down-mb-lg,
    .sm-down-mb-lg-child-not-last > :not(:last-child),
    .sm-down-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .sm-down-my-lg,
    .sm-down-my-lg-child-not-last > :not(:last-child),
    .sm-down-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .sm-down-ml-lg,
    .sm-down-ml-lg-child-not-last > :not(:last-child),
    .sm-down-ml-lg-child > * {
        margin-left: 80px !important
    }

    .sm-down-mr-lg,
    .sm-down-mr-lg-child-not-last > :not(:last-child),
    .sm-down-mr-lg-child > * {
        margin-right: 80px !important
    }

    .sm-down-mx-lg,
    .sm-down-mx-lg-child-not-last > :not(:last-child),
    .sm-down-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .sm-down-p-lg,
    .sm-down-p-lg-child-not-last > :not(:last-child),
    .sm-down-p-lg-child > * {
        padding: 80px !important
    }

    .sm-down-pt-lg,
    .sm-down-pt-lg-child-not-last > :not(:last-child),
    .sm-down-pt-lg-child > * {
        padding-top: 80px !important
    }

    .sm-down-pb-lg,
    .sm-down-pb-lg-child-not-last > :not(:last-child),
    .sm-down-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .sm-down-py-lg,
    .sm-down-py-lg-child-not-last > :not(:last-child),
    .sm-down-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .sm-down-pl-lg,
    .sm-down-pl-lg-child-not-last > :not(:last-child),
    .sm-down-pl-lg-child > * {
        padding-left: 80px !important
    }

    .sm-down-pr-lg,
    .sm-down-pr-lg-child-not-last > :not(:last-child),
    .sm-down-pr-lg-child > * {
        padding-right: 80px !important
    }

    .sm-down-px-lg,
    .sm-down-px-lg-child-not-last > :not(:last-child),
    .sm-down-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .sm-down-m-xl,
    .sm-down-m-xl-child-not-last > :not(:last-child),
    .sm-down-m-xl-child > * {
        margin: 160px !important
    }

    .sm-down-mt-xl,
    .sm-down-mt-xl-child-not-last > :not(:last-child),
    .sm-down-mt-xl-child > * {
        margin-top: 160px !important
    }

    .sm-down-mb-xl,
    .sm-down-mb-xl-child-not-last > :not(:last-child),
    .sm-down-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .sm-down-my-xl,
    .sm-down-my-xl-child-not-last > :not(:last-child),
    .sm-down-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .sm-down-ml-xl,
    .sm-down-ml-xl-child-not-last > :not(:last-child),
    .sm-down-ml-xl-child > * {
        margin-left: 160px !important
    }

    .sm-down-mr-xl,
    .sm-down-mr-xl-child-not-last > :not(:last-child),
    .sm-down-mr-xl-child > * {
        margin-right: 160px !important
    }

    .sm-down-mx-xl,
    .sm-down-mx-xl-child-not-last > :not(:last-child),
    .sm-down-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .sm-down-p-xl,
    .sm-down-p-xl-child-not-last > :not(:last-child),
    .sm-down-p-xl-child > * {
        padding: 160px !important
    }

    .sm-down-pt-xl,
    .sm-down-pt-xl-child-not-last > :not(:last-child),
    .sm-down-pt-xl-child > * {
        padding-top: 160px !important
    }

    .sm-down-pb-xl,
    .sm-down-pb-xl-child-not-last > :not(:last-child),
    .sm-down-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .sm-down-py-xl,
    .sm-down-py-xl-child-not-last > :not(:last-child),
    .sm-down-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .sm-down-pl-xl,
    .sm-down-pl-xl-child-not-last > :not(:last-child),
    .sm-down-pl-xl-child > * {
        padding-left: 160px !important
    }

    .sm-down-pr-xl,
    .sm-down-pr-xl-child-not-last > :not(:last-child),
    .sm-down-pr-xl-child > * {
        padding-right: 160px !important
    }

    .sm-down-px-xl,
    .sm-down-px-xl-child-not-last > :not(:last-child),
    .sm-down-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .sm-down-m-xxl,
    .sm-down-m-xxl-child-not-last > :not(:last-child),
    .sm-down-m-xxl-child > * {
        margin: 240px !important
    }

    .sm-down-mt-xxl,
    .sm-down-mt-xxl-child-not-last > :not(:last-child),
    .sm-down-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .sm-down-mb-xxl,
    .sm-down-mb-xxl-child-not-last > :not(:last-child),
    .sm-down-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .sm-down-my-xxl,
    .sm-down-my-xxl-child-not-last > :not(:last-child),
    .sm-down-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .sm-down-ml-xxl,
    .sm-down-ml-xxl-child-not-last > :not(:last-child),
    .sm-down-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .sm-down-mr-xxl,
    .sm-down-mr-xxl-child-not-last > :not(:last-child),
    .sm-down-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .sm-down-mx-xxl,
    .sm-down-mx-xxl-child-not-last > :not(:last-child),
    .sm-down-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .sm-down-p-xxl,
    .sm-down-p-xxl-child-not-last > :not(:last-child),
    .sm-down-p-xxl-child > * {
        padding: 240px !important
    }

    .sm-down-pt-xxl,
    .sm-down-pt-xxl-child-not-last > :not(:last-child),
    .sm-down-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .sm-down-pb-xxl,
    .sm-down-pb-xxl-child-not-last > :not(:last-child),
    .sm-down-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .sm-down-py-xxl,
    .sm-down-py-xxl-child-not-last > :not(:last-child),
    .sm-down-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .sm-down-pl-xxl,
    .sm-down-pl-xxl-child-not-last > :not(:last-child),
    .sm-down-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .sm-down-pr-xxl,
    .sm-down-pr-xxl-child-not-last > :not(:last-child),
    .sm-down-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .sm-down-px-xxl,
    .sm-down-px-xxl-child-not-last > :not(:last-child),
    .sm-down-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

@media (max-width:575.98px) {

    .xs-down-m-0,
    .xs-down-m-0-child-not-last > :not(:last-child),
    .xs-down-m-0-child > * {
        margin: 0 !important
    }

    .xs-down-mt-0,
    .xs-down-mt-0-child-not-last > :not(:last-child),
    .xs-down-mt-0-child > * {
        margin-top: 0 !important
    }

    .xs-down-mb-0,
    .xs-down-mb-0-child-not-last > :not(:last-child),
    .xs-down-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .xs-down-my-0,
    .xs-down-my-0-child-not-last > :not(:last-child),
    .xs-down-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .xs-down-ml-0,
    .xs-down-ml-0-child-not-last > :not(:last-child),
    .xs-down-ml-0-child > * {
        margin-left: 0 !important
    }

    .xs-down-mr-0,
    .xs-down-mr-0-child-not-last > :not(:last-child),
    .xs-down-mr-0-child > * {
        margin-right: 0 !important
    }

    .xs-down-mx-0,
    .xs-down-mx-0-child-not-last > :not(:last-child),
    .xs-down-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .xs-down-p-0,
    .xs-down-p-0-child-not-last > :not(:last-child),
    .xs-down-p-0-child > * {
        padding: 0 !important
    }

    .xs-down-pt-0,
    .xs-down-pt-0-child-not-last > :not(:last-child),
    .xs-down-pt-0-child > * {
        padding-top: 0 !important
    }

    .xs-down-pb-0,
    .xs-down-pb-0-child-not-last > :not(:last-child),
    .xs-down-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .xs-down-py-0,
    .xs-down-py-0-child-not-last > :not(:last-child),
    .xs-down-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .xs-down-pl-0,
    .xs-down-pl-0-child-not-last > :not(:last-child),
    .xs-down-pl-0-child > * {
        padding-left: 0 !important
    }

    .xs-down-pr-0,
    .xs-down-pr-0-child-not-last > :not(:last-child),
    .xs-down-pr-0-child > * {
        padding-right: 0 !important
    }

    .xs-down-px-0,
    .xs-down-px-0-child-not-last > :not(:last-child),
    .xs-down-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .xs-down-m-xs,
    .xs-down-m-xs-child-not-last > :not(:last-child),
    .xs-down-m-xs-child > * {
        margin: 8px !important
    }

    .xs-down-mt-xs,
    .xs-down-mt-xs-child-not-last > :not(:last-child),
    .xs-down-mt-xs-child > * {
        margin-top: 8px !important
    }

    .xs-down-mb-xs,
    .xs-down-mb-xs-child-not-last > :not(:last-child),
    .xs-down-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .xs-down-my-xs,
    .xs-down-my-xs-child-not-last > :not(:last-child),
    .xs-down-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .xs-down-ml-xs,
    .xs-down-ml-xs-child-not-last > :not(:last-child),
    .xs-down-ml-xs-child > * {
        margin-left: 8px !important
    }

    .xs-down-mr-xs,
    .xs-down-mr-xs-child-not-last > :not(:last-child),
    .xs-down-mr-xs-child > * {
        margin-right: 8px !important
    }

    .xs-down-mx-xs,
    .xs-down-mx-xs-child-not-last > :not(:last-child),
    .xs-down-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .xs-down-p-xs,
    .xs-down-p-xs-child-not-last > :not(:last-child),
    .xs-down-p-xs-child > * {
        padding: 8px !important
    }

    .xs-down-pt-xs,
    .xs-down-pt-xs-child-not-last > :not(:last-child),
    .xs-down-pt-xs-child > * {
        padding-top: 8px !important
    }

    .xs-down-pb-xs,
    .xs-down-pb-xs-child-not-last > :not(:last-child),
    .xs-down-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .xs-down-py-xs,
    .xs-down-py-xs-child-not-last > :not(:last-child),
    .xs-down-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .xs-down-pl-xs,
    .xs-down-pl-xs-child-not-last > :not(:last-child),
    .xs-down-pl-xs-child > * {
        padding-left: 8px !important
    }

    .xs-down-pr-xs,
    .xs-down-pr-xs-child-not-last > :not(:last-child),
    .xs-down-pr-xs-child > * {
        padding-right: 8px !important
    }

    .xs-down-px-xs,
    .xs-down-px-xs-child-not-last > :not(:last-child),
    .xs-down-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .xs-down-m-sm,
    .xs-down-m-sm-child-not-last > :not(:last-child),
    .xs-down-m-sm-child > * {
        margin: 16px !important
    }

    .xs-down-mt-sm,
    .xs-down-mt-sm-child-not-last > :not(:last-child),
    .xs-down-mt-sm-child > * {
        margin-top: 16px !important
    }

    .xs-down-mb-sm,
    .xs-down-mb-sm-child-not-last > :not(:last-child),
    .xs-down-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .xs-down-my-sm,
    .xs-down-my-sm-child-not-last > :not(:last-child),
    .xs-down-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .xs-down-ml-sm,
    .xs-down-ml-sm-child-not-last > :not(:last-child),
    .xs-down-ml-sm-child > * {
        margin-left: 16px !important
    }

    .xs-down-mr-sm,
    .xs-down-mr-sm-child-not-last > :not(:last-child),
    .xs-down-mr-sm-child > * {
        margin-right: 16px !important
    }

    .xs-down-mx-sm,
    .xs-down-mx-sm-child-not-last > :not(:last-child),
    .xs-down-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .xs-down-p-sm,
    .xs-down-p-sm-child-not-last > :not(:last-child),
    .xs-down-p-sm-child > * {
        padding: 16px !important
    }

    .xs-down-pt-sm,
    .xs-down-pt-sm-child-not-last > :not(:last-child),
    .xs-down-pt-sm-child > * {
        padding-top: 16px !important
    }

    .xs-down-pb-sm,
    .xs-down-pb-sm-child-not-last > :not(:last-child),
    .xs-down-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .xs-down-py-sm,
    .xs-down-py-sm-child-not-last > :not(:last-child),
    .xs-down-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .xs-down-pl-sm,
    .xs-down-pl-sm-child-not-last > :not(:last-child),
    .xs-down-pl-sm-child > * {
        padding-left: 16px !important
    }

    .xs-down-pr-sm,
    .xs-down-pr-sm-child-not-last > :not(:last-child),
    .xs-down-pr-sm-child > * {
        padding-right: 16px !important
    }

    .xs-down-px-sm,
    .xs-down-px-sm-child-not-last > :not(:last-child),
    .xs-down-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .xs-down-m-md,
    .xs-down-m-md-child-not-last > :not(:last-child),
    .xs-down-m-md-child > * {
        margin: 32px !important
    }

    .xs-down-mt-md,
    .xs-down-mt-md-child-not-last > :not(:last-child),
    .xs-down-mt-md-child > * {
        margin-top: 32px !important
    }

    .xs-down-mb-md,
    .xs-down-mb-md-child-not-last > :not(:last-child),
    .xs-down-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .xs-down-my-md,
    .xs-down-my-md-child-not-last > :not(:last-child),
    .xs-down-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .xs-down-ml-md,
    .xs-down-ml-md-child-not-last > :not(:last-child),
    .xs-down-ml-md-child > * {
        margin-left: 32px !important
    }

    .xs-down-mr-md,
    .xs-down-mr-md-child-not-last > :not(:last-child),
    .xs-down-mr-md-child > * {
        margin-right: 32px !important
    }

    .xs-down-mx-md,
    .xs-down-mx-md-child-not-last > :not(:last-child),
    .xs-down-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .xs-down-p-md,
    .xs-down-p-md-child-not-last > :not(:last-child),
    .xs-down-p-md-child > * {
        padding: 32px !important
    }

    .xs-down-pt-md,
    .xs-down-pt-md-child-not-last > :not(:last-child),
    .xs-down-pt-md-child > * {
        padding-top: 32px !important
    }

    .xs-down-pb-md,
    .xs-down-pb-md-child-not-last > :not(:last-child),
    .xs-down-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .xs-down-py-md,
    .xs-down-py-md-child-not-last > :not(:last-child),
    .xs-down-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .xs-down-pl-md,
    .xs-down-pl-md-child-not-last > :not(:last-child),
    .xs-down-pl-md-child > * {
        padding-left: 32px !important
    }

    .xs-down-pr-md,
    .xs-down-pr-md-child-not-last > :not(:last-child),
    .xs-down-pr-md-child > * {
        padding-right: 32px !important
    }

    .xs-down-px-md,
    .xs-down-px-md-child-not-last > :not(:last-child),
    .xs-down-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .xs-down-m-lg,
    .xs-down-m-lg-child-not-last > :not(:last-child),
    .xs-down-m-lg-child > * {
        margin: 80px !important
    }

    .xs-down-mt-lg,
    .xs-down-mt-lg-child-not-last > :not(:last-child),
    .xs-down-mt-lg-child > * {
        margin-top: 80px !important
    }

    .xs-down-mb-lg,
    .xs-down-mb-lg-child-not-last > :not(:last-child),
    .xs-down-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .xs-down-my-lg,
    .xs-down-my-lg-child-not-last > :not(:last-child),
    .xs-down-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .xs-down-ml-lg,
    .xs-down-ml-lg-child-not-last > :not(:last-child),
    .xs-down-ml-lg-child > * {
        margin-left: 80px !important
    }

    .xs-down-mr-lg,
    .xs-down-mr-lg-child-not-last > :not(:last-child),
    .xs-down-mr-lg-child > * {
        margin-right: 80px !important
    }

    .xs-down-mx-lg,
    .xs-down-mx-lg-child-not-last > :not(:last-child),
    .xs-down-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .xs-down-p-lg,
    .xs-down-p-lg-child-not-last > :not(:last-child),
    .xs-down-p-lg-child > * {
        padding: 80px !important
    }

    .xs-down-pt-lg,
    .xs-down-pt-lg-child-not-last > :not(:last-child),
    .xs-down-pt-lg-child > * {
        padding-top: 80px !important
    }

    .xs-down-pb-lg,
    .xs-down-pb-lg-child-not-last > :not(:last-child),
    .xs-down-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .xs-down-py-lg,
    .xs-down-py-lg-child-not-last > :not(:last-child),
    .xs-down-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .xs-down-pl-lg,
    .xs-down-pl-lg-child-not-last > :not(:last-child),
    .xs-down-pl-lg-child > * {
        padding-left: 80px !important
    }

    .xs-down-pr-lg,
    .xs-down-pr-lg-child-not-last > :not(:last-child),
    .xs-down-pr-lg-child > * {
        padding-right: 80px !important
    }

    .xs-down-px-lg,
    .xs-down-px-lg-child-not-last > :not(:last-child),
    .xs-down-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .xs-down-m-xl,
    .xs-down-m-xl-child-not-last > :not(:last-child),
    .xs-down-m-xl-child > * {
        margin: 160px !important
    }

    .xs-down-mt-xl,
    .xs-down-mt-xl-child-not-last > :not(:last-child),
    .xs-down-mt-xl-child > * {
        margin-top: 160px !important
    }

    .xs-down-mb-xl,
    .xs-down-mb-xl-child-not-last > :not(:last-child),
    .xs-down-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .xs-down-my-xl,
    .xs-down-my-xl-child-not-last > :not(:last-child),
    .xs-down-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .xs-down-ml-xl,
    .xs-down-ml-xl-child-not-last > :not(:last-child),
    .xs-down-ml-xl-child > * {
        margin-left: 160px !important
    }

    .xs-down-mr-xl,
    .xs-down-mr-xl-child-not-last > :not(:last-child),
    .xs-down-mr-xl-child > * {
        margin-right: 160px !important
    }

    .xs-down-mx-xl,
    .xs-down-mx-xl-child-not-last > :not(:last-child),
    .xs-down-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .xs-down-p-xl,
    .xs-down-p-xl-child-not-last > :not(:last-child),
    .xs-down-p-xl-child > * {
        padding: 160px !important
    }

    .xs-down-pt-xl,
    .xs-down-pt-xl-child-not-last > :not(:last-child),
    .xs-down-pt-xl-child > * {
        padding-top: 160px !important
    }

    .xs-down-pb-xl,
    .xs-down-pb-xl-child-not-last > :not(:last-child),
    .xs-down-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .xs-down-py-xl,
    .xs-down-py-xl-child-not-last > :not(:last-child),
    .xs-down-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .xs-down-pl-xl,
    .xs-down-pl-xl-child-not-last > :not(:last-child),
    .xs-down-pl-xl-child > * {
        padding-left: 160px !important
    }

    .xs-down-pr-xl,
    .xs-down-pr-xl-child-not-last > :not(:last-child),
    .xs-down-pr-xl-child > * {
        padding-right: 160px !important
    }

    .xs-down-px-xl,
    .xs-down-px-xl-child-not-last > :not(:last-child),
    .xs-down-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .xs-down-m-xxl,
    .xs-down-m-xxl-child-not-last > :not(:last-child),
    .xs-down-m-xxl-child > * {
        margin: 240px !important
    }

    .xs-down-mt-xxl,
    .xs-down-mt-xxl-child-not-last > :not(:last-child),
    .xs-down-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .xs-down-mb-xxl,
    .xs-down-mb-xxl-child-not-last > :not(:last-child),
    .xs-down-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .xs-down-my-xxl,
    .xs-down-my-xxl-child-not-last > :not(:last-child),
    .xs-down-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .xs-down-ml-xxl,
    .xs-down-ml-xxl-child-not-last > :not(:last-child),
    .xs-down-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .xs-down-mr-xxl,
    .xs-down-mr-xxl-child-not-last > :not(:last-child),
    .xs-down-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .xs-down-mx-xxl,
    .xs-down-mx-xxl-child-not-last > :not(:last-child),
    .xs-down-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .xs-down-p-xxl,
    .xs-down-p-xxl-child-not-last > :not(:last-child),
    .xs-down-p-xxl-child > * {
        padding: 240px !important
    }

    .xs-down-pt-xxl,
    .xs-down-pt-xxl-child-not-last > :not(:last-child),
    .xs-down-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .xs-down-pb-xxl,
    .xs-down-pb-xxl-child-not-last > :not(:last-child),
    .xs-down-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .xs-down-py-xxl,
    .xs-down-py-xxl-child-not-last > :not(:last-child),
    .xs-down-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .xs-down-pl-xxl,
    .xs-down-pl-xxl-child-not-last > :not(:last-child),
    .xs-down-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .xs-down-pr-xxl,
    .xs-down-pr-xxl-child-not-last > :not(:last-child),
    .xs-down-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .xs-down-px-xxl,
    .xs-down-px-xxl-child-not-last > :not(:last-child),
    .xs-down-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

.xs-up-m-0,
.xs-up-m-0-child-not-last > :not(:last-child),
.xs-up-m-0-child > * {
    margin: 0 !important
}

.xs-up-mt-0,
.xs-up-mt-0-child-not-last > :not(:last-child),
.xs-up-mt-0-child > * {
    margin-top: 0 !important
}

.xs-up-mb-0,
.xs-up-mb-0-child-not-last > :not(:last-child),
.xs-up-mb-0-child > * {
    margin-bottom: 0 !important
}

.xs-up-my-0,
.xs-up-my-0-child-not-last > :not(:last-child),
.xs-up-my-0-child > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.xs-up-ml-0,
.xs-up-ml-0-child-not-last > :not(:last-child),
.xs-up-ml-0-child > * {
    margin-left: 0 !important
}

.xs-up-mr-0,
.xs-up-mr-0-child-not-last > :not(:last-child),
.xs-up-mr-0-child > * {
    margin-right: 0 !important
}

.xs-up-mx-0,
.xs-up-mx-0-child-not-last > :not(:last-child),
.xs-up-mx-0-child > * {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.xs-up-p-0,
.xs-up-p-0-child-not-last > :not(:last-child),
.xs-up-p-0-child > * {
    padding: 0 !important
}

.xs-up-pt-0,
.xs-up-pt-0-child-not-last > :not(:last-child),
.xs-up-pt-0-child > * {
    padding-top: 0 !important
}

.xs-up-pb-0,
.xs-up-pb-0-child-not-last > :not(:last-child),
.xs-up-pb-0-child > * {
    padding-bottom: 0 !important
}

.xs-up-py-0,
.xs-up-py-0-child-not-last > :not(:last-child),
.xs-up-py-0-child > * {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.xs-up-pl-0,
.xs-up-pl-0-child-not-last > :not(:last-child),
.xs-up-pl-0-child > * {
    padding-left: 0 !important
}

.xs-up-pr-0,
.xs-up-pr-0-child-not-last > :not(:last-child),
.xs-up-pr-0-child > * {
    padding-right: 0 !important
}

.xs-up-px-0,
.xs-up-px-0-child-not-last > :not(:last-child),
.xs-up-px-0-child > * {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.xs-up-m-xs,
.xs-up-m-xs-child-not-last > :not(:last-child),
.xs-up-m-xs-child > * {
    margin: 8px !important
}

.xs-up-mt-xs,
.xs-up-mt-xs-child-not-last > :not(:last-child),
.xs-up-mt-xs-child > * {
    margin-top: 8px !important
}

.xs-up-mb-xs,
.xs-up-mb-xs-child-not-last > :not(:last-child),
.xs-up-mb-xs-child > * {
    margin-bottom: 8px !important
}

.xs-up-my-xs,
.xs-up-my-xs-child-not-last > :not(:last-child),
.xs-up-my-xs-child > * {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.xs-up-ml-xs,
.xs-up-ml-xs-child-not-last > :not(:last-child),
.xs-up-ml-xs-child > * {
    margin-left: 8px !important
}

.xs-up-mr-xs,
.xs-up-mr-xs-child-not-last > :not(:last-child),
.xs-up-mr-xs-child > * {
    margin-right: 8px !important
}

.xs-up-mx-xs,
.xs-up-mx-xs-child-not-last > :not(:last-child),
.xs-up-mx-xs-child > * {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.xs-up-p-xs,
.xs-up-p-xs-child-not-last > :not(:last-child),
.xs-up-p-xs-child > * {
    padding: 8px !important
}

.xs-up-pt-xs,
.xs-up-pt-xs-child-not-last > :not(:last-child),
.xs-up-pt-xs-child > * {
    padding-top: 8px !important
}

.xs-up-pb-xs,
.xs-up-pb-xs-child-not-last > :not(:last-child),
.xs-up-pb-xs-child > * {
    padding-bottom: 8px !important
}

.xs-up-py-xs,
.xs-up-py-xs-child-not-last > :not(:last-child),
.xs-up-py-xs-child > * {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.xs-up-pl-xs,
.xs-up-pl-xs-child-not-last > :not(:last-child),
.xs-up-pl-xs-child > * {
    padding-left: 8px !important
}

.xs-up-pr-xs,
.xs-up-pr-xs-child-not-last > :not(:last-child),
.xs-up-pr-xs-child > * {
    padding-right: 8px !important
}

.xs-up-px-xs,
.xs-up-px-xs-child-not-last > :not(:last-child),
.xs-up-px-xs-child > * {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.xs-up-m-sm,
.xs-up-m-sm-child-not-last > :not(:last-child),
.xs-up-m-sm-child > * {
    margin: 16px !important
}

.xs-up-mt-sm,
.xs-up-mt-sm-child-not-last > :not(:last-child),
.xs-up-mt-sm-child > * {
    margin-top: 16px !important
}

.xs-up-mb-sm,
.xs-up-mb-sm-child-not-last > :not(:last-child),
.xs-up-mb-sm-child > * {
    margin-bottom: 16px !important
}

.xs-up-my-sm,
.xs-up-my-sm-child-not-last > :not(:last-child),
.xs-up-my-sm-child > * {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.xs-up-ml-sm,
.xs-up-ml-sm-child-not-last > :not(:last-child),
.xs-up-ml-sm-child > * {
    margin-left: 16px !important
}

.xs-up-mr-sm,
.xs-up-mr-sm-child-not-last > :not(:last-child),
.xs-up-mr-sm-child > * {
    margin-right: 16px !important
}

.xs-up-mx-sm,
.xs-up-mx-sm-child-not-last > :not(:last-child),
.xs-up-mx-sm-child > * {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.xs-up-p-sm,
.xs-up-p-sm-child-not-last > :not(:last-child),
.xs-up-p-sm-child > * {
    padding: 16px !important
}

.xs-up-pt-sm,
.xs-up-pt-sm-child-not-last > :not(:last-child),
.xs-up-pt-sm-child > * {
    padding-top: 16px !important
}

.xs-up-pb-sm,
.xs-up-pb-sm-child-not-last > :not(:last-child),
.xs-up-pb-sm-child > * {
    padding-bottom: 16px !important
}

.xs-up-py-sm,
.xs-up-py-sm-child-not-last > :not(:last-child),
.xs-up-py-sm-child > * {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.xs-up-pl-sm,
.xs-up-pl-sm-child-not-last > :not(:last-child),
.xs-up-pl-sm-child > * {
    padding-left: 16px !important
}

.xs-up-pr-sm,
.xs-up-pr-sm-child-not-last > :not(:last-child),
.xs-up-pr-sm-child > * {
    padding-right: 16px !important
}

.xs-up-px-sm,
.xs-up-px-sm-child-not-last > :not(:last-child),
.xs-up-px-sm-child > * {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.xs-up-m-md,
.xs-up-m-md-child-not-last > :not(:last-child),
.xs-up-m-md-child > * {
    margin: 32px !important
}

.xs-up-mt-md,
.xs-up-mt-md-child-not-last > :not(:last-child),
.xs-up-mt-md-child > * {
    margin-top: 32px !important
}

.xs-up-mb-md,
.xs-up-mb-md-child-not-last > :not(:last-child),
.xs-up-mb-md-child > * {
    margin-bottom: 32px !important
}

.xs-up-my-md,
.xs-up-my-md-child-not-last > :not(:last-child),
.xs-up-my-md-child > * {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.xs-up-ml-md,
.xs-up-ml-md-child-not-last > :not(:last-child),
.xs-up-ml-md-child > * {
    margin-left: 32px !important
}

.xs-up-mr-md,
.xs-up-mr-md-child-not-last > :not(:last-child),
.xs-up-mr-md-child > * {
    margin-right: 32px !important
}

.xs-up-mx-md,
.xs-up-mx-md-child-not-last > :not(:last-child),
.xs-up-mx-md-child > * {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.xs-up-p-md,
.xs-up-p-md-child-not-last > :not(:last-child),
.xs-up-p-md-child > * {
    padding: 32px !important
}

.xs-up-pt-md,
.xs-up-pt-md-child-not-last > :not(:last-child),
.xs-up-pt-md-child > * {
    padding-top: 32px !important
}

.xs-up-pb-md,
.xs-up-pb-md-child-not-last > :not(:last-child),
.xs-up-pb-md-child > * {
    padding-bottom: 32px !important
}

.xs-up-py-md,
.xs-up-py-md-child-not-last > :not(:last-child),
.xs-up-py-md-child > * {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.xs-up-pl-md,
.xs-up-pl-md-child-not-last > :not(:last-child),
.xs-up-pl-md-child > * {
    padding-left: 32px !important
}

.xs-up-pr-md,
.xs-up-pr-md-child-not-last > :not(:last-child),
.xs-up-pr-md-child > * {
    padding-right: 32px !important
}

.xs-up-px-md,
.xs-up-px-md-child-not-last > :not(:last-child),
.xs-up-px-md-child > * {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.xs-up-m-lg,
.xs-up-m-lg-child-not-last > :not(:last-child),
.xs-up-m-lg-child > * {
    margin: 80px !important
}

.xs-up-mt-lg,
.xs-up-mt-lg-child-not-last > :not(:last-child),
.xs-up-mt-lg-child > * {
    margin-top: 80px !important
}

.xs-up-mb-lg,
.xs-up-mb-lg-child-not-last > :not(:last-child),
.xs-up-mb-lg-child > * {
    margin-bottom: 80px !important
}

.xs-up-my-lg,
.xs-up-my-lg-child-not-last > :not(:last-child),
.xs-up-my-lg-child > * {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.xs-up-ml-lg,
.xs-up-ml-lg-child-not-last > :not(:last-child),
.xs-up-ml-lg-child > * {
    margin-left: 80px !important
}

.xs-up-mr-lg,
.xs-up-mr-lg-child-not-last > :not(:last-child),
.xs-up-mr-lg-child > * {
    margin-right: 80px !important
}

.xs-up-mx-lg,
.xs-up-mx-lg-child-not-last > :not(:last-child),
.xs-up-mx-lg-child > * {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.xs-up-p-lg,
.xs-up-p-lg-child-not-last > :not(:last-child),
.xs-up-p-lg-child > * {
    padding: 80px !important
}

.xs-up-pt-lg,
.xs-up-pt-lg-child-not-last > :not(:last-child),
.xs-up-pt-lg-child > * {
    padding-top: 80px !important
}

.xs-up-pb-lg,
.xs-up-pb-lg-child-not-last > :not(:last-child),
.xs-up-pb-lg-child > * {
    padding-bottom: 80px !important
}

.xs-up-py-lg,
.xs-up-py-lg-child-not-last > :not(:last-child),
.xs-up-py-lg-child > * {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.xs-up-pl-lg,
.xs-up-pl-lg-child-not-last > :not(:last-child),
.xs-up-pl-lg-child > * {
    padding-left: 80px !important
}

.xs-up-pr-lg,
.xs-up-pr-lg-child-not-last > :not(:last-child),
.xs-up-pr-lg-child > * {
    padding-right: 80px !important
}

.xs-up-px-lg,
.xs-up-px-lg-child-not-last > :not(:last-child),
.xs-up-px-lg-child > * {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.xs-up-m-xl,
.xs-up-m-xl-child-not-last > :not(:last-child),
.xs-up-m-xl-child > * {
    margin: 160px !important
}

.xs-up-mt-xl,
.xs-up-mt-xl-child-not-last > :not(:last-child),
.xs-up-mt-xl-child > * {
    margin-top: 160px !important
}

.xs-up-mb-xl,
.xs-up-mb-xl-child-not-last > :not(:last-child),
.xs-up-mb-xl-child > * {
    margin-bottom: 160px !important
}

.xs-up-my-xl,
.xs-up-my-xl-child-not-last > :not(:last-child),
.xs-up-my-xl-child > * {
    margin-top: 160px !important;
    margin-bottom: 160px !important
}

.xs-up-ml-xl,
.xs-up-ml-xl-child-not-last > :not(:last-child),
.xs-up-ml-xl-child > * {
    margin-left: 160px !important
}

.xs-up-mr-xl,
.xs-up-mr-xl-child-not-last > :not(:last-child),
.xs-up-mr-xl-child > * {
    margin-right: 160px !important
}

.xs-up-mx-xl,
.xs-up-mx-xl-child-not-last > :not(:last-child),
.xs-up-mx-xl-child > * {
    margin-left: 160px !important;
    margin-right: 160px !important
}

.xs-up-p-xl,
.xs-up-p-xl-child-not-last > :not(:last-child),
.xs-up-p-xl-child > * {
    padding: 160px !important
}

.xs-up-pt-xl,
.xs-up-pt-xl-child-not-last > :not(:last-child),
.xs-up-pt-xl-child > * {
    padding-top: 160px !important
}

.xs-up-pb-xl,
.xs-up-pb-xl-child-not-last > :not(:last-child),
.xs-up-pb-xl-child > * {
    padding-bottom: 160px !important
}

.xs-up-py-xl,
.xs-up-py-xl-child-not-last > :not(:last-child),
.xs-up-py-xl-child > * {
    padding-top: 160px !important;
    padding-bottom: 160px !important
}

.xs-up-pl-xl,
.xs-up-pl-xl-child-not-last > :not(:last-child),
.xs-up-pl-xl-child > * {
    padding-left: 160px !important
}

.xs-up-pr-xl,
.xs-up-pr-xl-child-not-last > :not(:last-child),
.xs-up-pr-xl-child > * {
    padding-right: 160px !important
}

.xs-up-px-xl,
.xs-up-px-xl-child-not-last > :not(:last-child),
.xs-up-px-xl-child > * {
    padding-left: 160px !important;
    padding-right: 160px !important
}

.xs-up-m-xxl,
.xs-up-m-xxl-child-not-last > :not(:last-child),
.xs-up-m-xxl-child > * {
    margin: 240px !important
}

.xs-up-mt-xxl,
.xs-up-mt-xxl-child-not-last > :not(:last-child),
.xs-up-mt-xxl-child > * {
    margin-top: 240px !important
}

.xs-up-mb-xxl,
.xs-up-mb-xxl-child-not-last > :not(:last-child),
.xs-up-mb-xxl-child > * {
    margin-bottom: 240px !important
}

.xs-up-my-xxl,
.xs-up-my-xxl-child-not-last > :not(:last-child),
.xs-up-my-xxl-child > * {
    margin-top: 240px !important;
    margin-bottom: 240px !important
}

.xs-up-ml-xxl,
.xs-up-ml-xxl-child-not-last > :not(:last-child),
.xs-up-ml-xxl-child > * {
    margin-left: 240px !important
}

.xs-up-mr-xxl,
.xs-up-mr-xxl-child-not-last > :not(:last-child),
.xs-up-mr-xxl-child > * {
    margin-right: 240px !important
}

.xs-up-mx-xxl,
.xs-up-mx-xxl-child-not-last > :not(:last-child),
.xs-up-mx-xxl-child > * {
    margin-left: 240px !important;
    margin-right: 240px !important
}

.xs-up-p-xxl,
.xs-up-p-xxl-child-not-last > :not(:last-child),
.xs-up-p-xxl-child > * {
    padding: 240px !important
}

.xs-up-pt-xxl,
.xs-up-pt-xxl-child-not-last > :not(:last-child),
.xs-up-pt-xxl-child > * {
    padding-top: 240px !important
}

.xs-up-pb-xxl,
.xs-up-pb-xxl-child-not-last > :not(:last-child),
.xs-up-pb-xxl-child > * {
    padding-bottom: 240px !important
}

.xs-up-py-xxl,
.xs-up-py-xxl-child-not-last > :not(:last-child),
.xs-up-py-xxl-child > * {
    padding-top: 240px !important;
    padding-bottom: 240px !important
}

.xs-up-pl-xxl,
.xs-up-pl-xxl-child-not-last > :not(:last-child),
.xs-up-pl-xxl-child > * {
    padding-left: 240px !important
}

.xs-up-pr-xxl,
.xs-up-pr-xxl-child-not-last > :not(:last-child),
.xs-up-pr-xxl-child > * {
    padding-right: 240px !important
}

.xs-up-px-xxl,
.xs-up-px-xxl-child-not-last > :not(:last-child),
.xs-up-px-xxl-child > * {
    padding-left: 240px !important;
    padding-right: 240px !important
}

@media (min-width:576px) {

    .sm-up-m-0,
    .sm-up-m-0-child-not-last > :not(:last-child),
    .sm-up-m-0-child > * {
        margin: 0 !important
    }

    .sm-up-mt-0,
    .sm-up-mt-0-child-not-last > :not(:last-child),
    .sm-up-mt-0-child > * {
        margin-top: 0 !important
    }

    .sm-up-mb-0,
    .sm-up-mb-0-child-not-last > :not(:last-child),
    .sm-up-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .sm-up-my-0,
    .sm-up-my-0-child-not-last > :not(:last-child),
    .sm-up-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .sm-up-ml-0,
    .sm-up-ml-0-child-not-last > :not(:last-child),
    .sm-up-ml-0-child > * {
        margin-left: 0 !important
    }

    .sm-up-mr-0,
    .sm-up-mr-0-child-not-last > :not(:last-child),
    .sm-up-mr-0-child > * {
        margin-right: 0 !important
    }

    .sm-up-mx-0,
    .sm-up-mx-0-child-not-last > :not(:last-child),
    .sm-up-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .sm-up-p-0,
    .sm-up-p-0-child-not-last > :not(:last-child),
    .sm-up-p-0-child > * {
        padding: 0 !important
    }

    .sm-up-pt-0,
    .sm-up-pt-0-child-not-last > :not(:last-child),
    .sm-up-pt-0-child > * {
        padding-top: 0 !important
    }

    .sm-up-pb-0,
    .sm-up-pb-0-child-not-last > :not(:last-child),
    .sm-up-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .sm-up-py-0,
    .sm-up-py-0-child-not-last > :not(:last-child),
    .sm-up-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .sm-up-pl-0,
    .sm-up-pl-0-child-not-last > :not(:last-child),
    .sm-up-pl-0-child > * {
        padding-left: 0 !important
    }

    .sm-up-pr-0,
    .sm-up-pr-0-child-not-last > :not(:last-child),
    .sm-up-pr-0-child > * {
        padding-right: 0 !important
    }

    .sm-up-px-0,
    .sm-up-px-0-child-not-last > :not(:last-child),
    .sm-up-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .sm-up-m-xs,
    .sm-up-m-xs-child-not-last > :not(:last-child),
    .sm-up-m-xs-child > * {
        margin: 8px !important
    }

    .sm-up-mt-xs,
    .sm-up-mt-xs-child-not-last > :not(:last-child),
    .sm-up-mt-xs-child > * {
        margin-top: 8px !important
    }

    .sm-up-mb-xs,
    .sm-up-mb-xs-child-not-last > :not(:last-child),
    .sm-up-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .sm-up-my-xs,
    .sm-up-my-xs-child-not-last > :not(:last-child),
    .sm-up-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .sm-up-ml-xs,
    .sm-up-ml-xs-child-not-last > :not(:last-child),
    .sm-up-ml-xs-child > * {
        margin-left: 8px !important
    }

    .sm-up-mr-xs,
    .sm-up-mr-xs-child-not-last > :not(:last-child),
    .sm-up-mr-xs-child > * {
        margin-right: 8px !important
    }

    .sm-up-mx-xs,
    .sm-up-mx-xs-child-not-last > :not(:last-child),
    .sm-up-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .sm-up-p-xs,
    .sm-up-p-xs-child-not-last > :not(:last-child),
    .sm-up-p-xs-child > * {
        padding: 8px !important
    }

    .sm-up-pt-xs,
    .sm-up-pt-xs-child-not-last > :not(:last-child),
    .sm-up-pt-xs-child > * {
        padding-top: 8px !important
    }

    .sm-up-pb-xs,
    .sm-up-pb-xs-child-not-last > :not(:last-child),
    .sm-up-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .sm-up-py-xs,
    .sm-up-py-xs-child-not-last > :not(:last-child),
    .sm-up-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .sm-up-pl-xs,
    .sm-up-pl-xs-child-not-last > :not(:last-child),
    .sm-up-pl-xs-child > * {
        padding-left: 8px !important
    }

    .sm-up-pr-xs,
    .sm-up-pr-xs-child-not-last > :not(:last-child),
    .sm-up-pr-xs-child > * {
        padding-right: 8px !important
    }

    .sm-up-px-xs,
    .sm-up-px-xs-child-not-last > :not(:last-child),
    .sm-up-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .sm-up-m-sm,
    .sm-up-m-sm-child-not-last > :not(:last-child),
    .sm-up-m-sm-child > * {
        margin: 16px !important
    }

    .sm-up-mt-sm,
    .sm-up-mt-sm-child-not-last > :not(:last-child),
    .sm-up-mt-sm-child > * {
        margin-top: 16px !important
    }

    .sm-up-mb-sm,
    .sm-up-mb-sm-child-not-last > :not(:last-child),
    .sm-up-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .sm-up-my-sm,
    .sm-up-my-sm-child-not-last > :not(:last-child),
    .sm-up-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .sm-up-ml-sm,
    .sm-up-ml-sm-child-not-last > :not(:last-child),
    .sm-up-ml-sm-child > * {
        margin-left: 16px !important
    }

    .sm-up-mr-sm,
    .sm-up-mr-sm-child-not-last > :not(:last-child),
    .sm-up-mr-sm-child > * {
        margin-right: 16px !important
    }

    .sm-up-mx-sm,
    .sm-up-mx-sm-child-not-last > :not(:last-child),
    .sm-up-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .sm-up-p-sm,
    .sm-up-p-sm-child-not-last > :not(:last-child),
    .sm-up-p-sm-child > * {
        padding: 16px !important
    }

    .sm-up-pt-sm,
    .sm-up-pt-sm-child-not-last > :not(:last-child),
    .sm-up-pt-sm-child > * {
        padding-top: 16px !important
    }

    .sm-up-pb-sm,
    .sm-up-pb-sm-child-not-last > :not(:last-child),
    .sm-up-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .sm-up-py-sm,
    .sm-up-py-sm-child-not-last > :not(:last-child),
    .sm-up-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .sm-up-pl-sm,
    .sm-up-pl-sm-child-not-last > :not(:last-child),
    .sm-up-pl-sm-child > * {
        padding-left: 16px !important
    }

    .sm-up-pr-sm,
    .sm-up-pr-sm-child-not-last > :not(:last-child),
    .sm-up-pr-sm-child > * {
        padding-right: 16px !important
    }

    .sm-up-px-sm,
    .sm-up-px-sm-child-not-last > :not(:last-child),
    .sm-up-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .sm-up-m-md,
    .sm-up-m-md-child-not-last > :not(:last-child),
    .sm-up-m-md-child > * {
        margin: 32px !important
    }

    .sm-up-mt-md,
    .sm-up-mt-md-child-not-last > :not(:last-child),
    .sm-up-mt-md-child > * {
        margin-top: 32px !important
    }

    .sm-up-mb-md,
    .sm-up-mb-md-child-not-last > :not(:last-child),
    .sm-up-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .sm-up-my-md,
    .sm-up-my-md-child-not-last > :not(:last-child),
    .sm-up-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .sm-up-ml-md,
    .sm-up-ml-md-child-not-last > :not(:last-child),
    .sm-up-ml-md-child > * {
        margin-left: 32px !important
    }

    .sm-up-mr-md,
    .sm-up-mr-md-child-not-last > :not(:last-child),
    .sm-up-mr-md-child > * {
        margin-right: 32px !important
    }

    .sm-up-mx-md,
    .sm-up-mx-md-child-not-last > :not(:last-child),
    .sm-up-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .sm-up-p-md,
    .sm-up-p-md-child-not-last > :not(:last-child),
    .sm-up-p-md-child > * {
        padding: 32px !important
    }

    .sm-up-pt-md,
    .sm-up-pt-md-child-not-last > :not(:last-child),
    .sm-up-pt-md-child > * {
        padding-top: 32px !important
    }

    .sm-up-pb-md,
    .sm-up-pb-md-child-not-last > :not(:last-child),
    .sm-up-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .sm-up-py-md,
    .sm-up-py-md-child-not-last > :not(:last-child),
    .sm-up-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .sm-up-pl-md,
    .sm-up-pl-md-child-not-last > :not(:last-child),
    .sm-up-pl-md-child > * {
        padding-left: 32px !important
    }

    .sm-up-pr-md,
    .sm-up-pr-md-child-not-last > :not(:last-child),
    .sm-up-pr-md-child > * {
        padding-right: 32px !important
    }

    .sm-up-px-md,
    .sm-up-px-md-child-not-last > :not(:last-child),
    .sm-up-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .sm-up-m-lg,
    .sm-up-m-lg-child-not-last > :not(:last-child),
    .sm-up-m-lg-child > * {
        margin: 80px !important
    }

    .sm-up-mt-lg,
    .sm-up-mt-lg-child-not-last > :not(:last-child),
    .sm-up-mt-lg-child > * {
        margin-top: 80px !important
    }

    .sm-up-mb-lg,
    .sm-up-mb-lg-child-not-last > :not(:last-child),
    .sm-up-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .sm-up-my-lg,
    .sm-up-my-lg-child-not-last > :not(:last-child),
    .sm-up-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .sm-up-ml-lg,
    .sm-up-ml-lg-child-not-last > :not(:last-child),
    .sm-up-ml-lg-child > * {
        margin-left: 80px !important
    }

    .sm-up-mr-lg,
    .sm-up-mr-lg-child-not-last > :not(:last-child),
    .sm-up-mr-lg-child > * {
        margin-right: 80px !important
    }

    .sm-up-mx-lg,
    .sm-up-mx-lg-child-not-last > :not(:last-child),
    .sm-up-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .sm-up-p-lg,
    .sm-up-p-lg-child-not-last > :not(:last-child),
    .sm-up-p-lg-child > * {
        padding: 80px !important
    }

    .sm-up-pt-lg,
    .sm-up-pt-lg-child-not-last > :not(:last-child),
    .sm-up-pt-lg-child > * {
        padding-top: 80px !important
    }

    .sm-up-pb-lg,
    .sm-up-pb-lg-child-not-last > :not(:last-child),
    .sm-up-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .sm-up-py-lg,
    .sm-up-py-lg-child-not-last > :not(:last-child),
    .sm-up-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .sm-up-pl-lg,
    .sm-up-pl-lg-child-not-last > :not(:last-child),
    .sm-up-pl-lg-child > * {
        padding-left: 80px !important
    }

    .sm-up-pr-lg,
    .sm-up-pr-lg-child-not-last > :not(:last-child),
    .sm-up-pr-lg-child > * {
        padding-right: 80px !important
    }

    .sm-up-px-lg,
    .sm-up-px-lg-child-not-last > :not(:last-child),
    .sm-up-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .sm-up-m-xl,
    .sm-up-m-xl-child-not-last > :not(:last-child),
    .sm-up-m-xl-child > * {
        margin: 160px !important
    }

    .sm-up-mt-xl,
    .sm-up-mt-xl-child-not-last > :not(:last-child),
    .sm-up-mt-xl-child > * {
        margin-top: 160px !important
    }

    .sm-up-mb-xl,
    .sm-up-mb-xl-child-not-last > :not(:last-child),
    .sm-up-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .sm-up-my-xl,
    .sm-up-my-xl-child-not-last > :not(:last-child),
    .sm-up-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .sm-up-ml-xl,
    .sm-up-ml-xl-child-not-last > :not(:last-child),
    .sm-up-ml-xl-child > * {
        margin-left: 160px !important
    }

    .sm-up-mr-xl,
    .sm-up-mr-xl-child-not-last > :not(:last-child),
    .sm-up-mr-xl-child > * {
        margin-right: 160px !important
    }

    .sm-up-mx-xl,
    .sm-up-mx-xl-child-not-last > :not(:last-child),
    .sm-up-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .sm-up-p-xl,
    .sm-up-p-xl-child-not-last > :not(:last-child),
    .sm-up-p-xl-child > * {
        padding: 160px !important
    }

    .sm-up-pt-xl,
    .sm-up-pt-xl-child-not-last > :not(:last-child),
    .sm-up-pt-xl-child > * {
        padding-top: 160px !important
    }

    .sm-up-pb-xl,
    .sm-up-pb-xl-child-not-last > :not(:last-child),
    .sm-up-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .sm-up-py-xl,
    .sm-up-py-xl-child-not-last > :not(:last-child),
    .sm-up-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .sm-up-pl-xl,
    .sm-up-pl-xl-child-not-last > :not(:last-child),
    .sm-up-pl-xl-child > * {
        padding-left: 160px !important
    }

    .sm-up-pr-xl,
    .sm-up-pr-xl-child-not-last > :not(:last-child),
    .sm-up-pr-xl-child > * {
        padding-right: 160px !important
    }

    .sm-up-px-xl,
    .sm-up-px-xl-child-not-last > :not(:last-child),
    .sm-up-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .sm-up-m-xxl,
    .sm-up-m-xxl-child-not-last > :not(:last-child),
    .sm-up-m-xxl-child > * {
        margin: 240px !important
    }

    .sm-up-mt-xxl,
    .sm-up-mt-xxl-child-not-last > :not(:last-child),
    .sm-up-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .sm-up-mb-xxl,
    .sm-up-mb-xxl-child-not-last > :not(:last-child),
    .sm-up-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .sm-up-my-xxl,
    .sm-up-my-xxl-child-not-last > :not(:last-child),
    .sm-up-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .sm-up-ml-xxl,
    .sm-up-ml-xxl-child-not-last > :not(:last-child),
    .sm-up-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .sm-up-mr-xxl,
    .sm-up-mr-xxl-child-not-last > :not(:last-child),
    .sm-up-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .sm-up-mx-xxl,
    .sm-up-mx-xxl-child-not-last > :not(:last-child),
    .sm-up-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .sm-up-p-xxl,
    .sm-up-p-xxl-child-not-last > :not(:last-child),
    .sm-up-p-xxl-child > * {
        padding: 240px !important
    }

    .sm-up-pt-xxl,
    .sm-up-pt-xxl-child-not-last > :not(:last-child),
    .sm-up-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .sm-up-pb-xxl,
    .sm-up-pb-xxl-child-not-last > :not(:last-child),
    .sm-up-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .sm-up-py-xxl,
    .sm-up-py-xxl-child-not-last > :not(:last-child),
    .sm-up-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .sm-up-pl-xxl,
    .sm-up-pl-xxl-child-not-last > :not(:last-child),
    .sm-up-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .sm-up-pr-xxl,
    .sm-up-pr-xxl-child-not-last > :not(:last-child),
    .sm-up-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .sm-up-px-xxl,
    .sm-up-px-xxl-child-not-last > :not(:last-child),
    .sm-up-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

@media (min-width:768px) {

    .md-up-m-0,
    .md-up-m-0-child-not-last > :not(:last-child),
    .md-up-m-0-child > * {
        margin: 0 !important
    }

    .md-up-mt-0,
    .md-up-mt-0-child-not-last > :not(:last-child),
    .md-up-mt-0-child > * {
        margin-top: 0 !important
    }

    .md-up-mb-0,
    .md-up-mb-0-child-not-last > :not(:last-child),
    .md-up-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .md-up-my-0,
    .md-up-my-0-child-not-last > :not(:last-child),
    .md-up-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .md-up-ml-0,
    .md-up-ml-0-child-not-last > :not(:last-child),
    .md-up-ml-0-child > * {
        margin-left: 0 !important
    }

    .md-up-mr-0,
    .md-up-mr-0-child-not-last > :not(:last-child),
    .md-up-mr-0-child > * {
        margin-right: 0 !important
    }

    .md-up-mx-0,
    .md-up-mx-0-child-not-last > :not(:last-child),
    .md-up-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .md-up-p-0,
    .md-up-p-0-child-not-last > :not(:last-child),
    .md-up-p-0-child > * {
        padding: 0 !important
    }

    .md-up-pt-0,
    .md-up-pt-0-child-not-last > :not(:last-child),
    .md-up-pt-0-child > * {
        padding-top: 0 !important
    }

    .md-up-pb-0,
    .md-up-pb-0-child-not-last > :not(:last-child),
    .md-up-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .md-up-py-0,
    .md-up-py-0-child-not-last > :not(:last-child),
    .md-up-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .md-up-pl-0,
    .md-up-pl-0-child-not-last > :not(:last-child),
    .md-up-pl-0-child > * {
        padding-left: 0 !important
    }

    .md-up-pr-0,
    .md-up-pr-0-child-not-last > :not(:last-child),
    .md-up-pr-0-child > * {
        padding-right: 0 !important
    }

    .md-up-px-0,
    .md-up-px-0-child-not-last > :not(:last-child),
    .md-up-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .md-up-m-xs,
    .md-up-m-xs-child-not-last > :not(:last-child),
    .md-up-m-xs-child > * {
        margin: 8px !important
    }

    .md-up-mt-xs,
    .md-up-mt-xs-child-not-last > :not(:last-child),
    .md-up-mt-xs-child > * {
        margin-top: 8px !important
    }

    .md-up-mb-xs,
    .md-up-mb-xs-child-not-last > :not(:last-child),
    .md-up-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .md-up-my-xs,
    .md-up-my-xs-child-not-last > :not(:last-child),
    .md-up-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .md-up-ml-xs,
    .md-up-ml-xs-child-not-last > :not(:last-child),
    .md-up-ml-xs-child > * {
        margin-left: 8px !important
    }

    .md-up-mr-xs,
    .md-up-mr-xs-child-not-last > :not(:last-child),
    .md-up-mr-xs-child > * {
        margin-right: 8px !important
    }

    .md-up-mx-xs,
    .md-up-mx-xs-child-not-last > :not(:last-child),
    .md-up-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .md-up-p-xs,
    .md-up-p-xs-child-not-last > :not(:last-child),
    .md-up-p-xs-child > * {
        padding: 8px !important
    }

    .md-up-pt-xs,
    .md-up-pt-xs-child-not-last > :not(:last-child),
    .md-up-pt-xs-child > * {
        padding-top: 8px !important
    }

    .md-up-pb-xs,
    .md-up-pb-xs-child-not-last > :not(:last-child),
    .md-up-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .md-up-py-xs,
    .md-up-py-xs-child-not-last > :not(:last-child),
    .md-up-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .md-up-pl-xs,
    .md-up-pl-xs-child-not-last > :not(:last-child),
    .md-up-pl-xs-child > * {
        padding-left: 8px !important
    }

    .md-up-pr-xs,
    .md-up-pr-xs-child-not-last > :not(:last-child),
    .md-up-pr-xs-child > * {
        padding-right: 8px !important
    }

    .md-up-px-xs,
    .md-up-px-xs-child-not-last > :not(:last-child),
    .md-up-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .md-up-m-sm,
    .md-up-m-sm-child-not-last > :not(:last-child),
    .md-up-m-sm-child > * {
        margin: 16px !important
    }

    .md-up-mt-sm,
    .md-up-mt-sm-child-not-last > :not(:last-child),
    .md-up-mt-sm-child > * {
        margin-top: 16px !important
    }

    .md-up-mb-sm,
    .md-up-mb-sm-child-not-last > :not(:last-child),
    .md-up-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .md-up-my-sm,
    .md-up-my-sm-child-not-last > :not(:last-child),
    .md-up-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .md-up-ml-sm,
    .md-up-ml-sm-child-not-last > :not(:last-child),
    .md-up-ml-sm-child > * {
        margin-left: 16px !important
    }

    .md-up-mr-sm,
    .md-up-mr-sm-child-not-last > :not(:last-child),
    .md-up-mr-sm-child > * {
        margin-right: 16px !important
    }

    .md-up-mx-sm,
    .md-up-mx-sm-child-not-last > :not(:last-child),
    .md-up-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .md-up-p-sm,
    .md-up-p-sm-child-not-last > :not(:last-child),
    .md-up-p-sm-child > * {
        padding: 16px !important
    }

    .md-up-pt-sm,
    .md-up-pt-sm-child-not-last > :not(:last-child),
    .md-up-pt-sm-child > * {
        padding-top: 16px !important
    }

    .md-up-pb-sm,
    .md-up-pb-sm-child-not-last > :not(:last-child),
    .md-up-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .md-up-py-sm,
    .md-up-py-sm-child-not-last > :not(:last-child),
    .md-up-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .md-up-pl-sm,
    .md-up-pl-sm-child-not-last > :not(:last-child),
    .md-up-pl-sm-child > * {
        padding-left: 16px !important
    }

    .md-up-pr-sm,
    .md-up-pr-sm-child-not-last > :not(:last-child),
    .md-up-pr-sm-child > * {
        padding-right: 16px !important
    }

    .md-up-px-sm,
    .md-up-px-sm-child-not-last > :not(:last-child),
    .md-up-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .md-up-m-md,
    .md-up-m-md-child-not-last > :not(:last-child),
    .md-up-m-md-child > * {
        margin: 32px !important
    }

    .md-up-mt-md,
    .md-up-mt-md-child-not-last > :not(:last-child),
    .md-up-mt-md-child > * {
        margin-top: 32px !important
    }

    .md-up-mb-md,
    .md-up-mb-md-child-not-last > :not(:last-child),
    .md-up-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .md-up-my-md,
    .md-up-my-md-child-not-last > :not(:last-child),
    .md-up-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .md-up-ml-md,
    .md-up-ml-md-child-not-last > :not(:last-child),
    .md-up-ml-md-child > * {
        margin-left: 32px !important
    }

    .md-up-mr-md,
    .md-up-mr-md-child-not-last > :not(:last-child),
    .md-up-mr-md-child > * {
        margin-right: 32px !important
    }

    .md-up-mx-md,
    .md-up-mx-md-child-not-last > :not(:last-child),
    .md-up-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .md-up-p-md,
    .md-up-p-md-child-not-last > :not(:last-child),
    .md-up-p-md-child > * {
        padding: 32px !important
    }

    .md-up-pt-md,
    .md-up-pt-md-child-not-last > :not(:last-child),
    .md-up-pt-md-child > * {
        padding-top: 32px !important
    }

    .md-up-pb-md,
    .md-up-pb-md-child-not-last > :not(:last-child),
    .md-up-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .md-up-py-md,
    .md-up-py-md-child-not-last > :not(:last-child),
    .md-up-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .md-up-pl-md,
    .md-up-pl-md-child-not-last > :not(:last-child),
    .md-up-pl-md-child > * {
        padding-left: 32px !important
    }

    .md-up-pr-md,
    .md-up-pr-md-child-not-last > :not(:last-child),
    .md-up-pr-md-child > * {
        padding-right: 32px !important
    }

    .md-up-px-md,
    .md-up-px-md-child-not-last > :not(:last-child),
    .md-up-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .md-up-m-lg,
    .md-up-m-lg-child-not-last > :not(:last-child),
    .md-up-m-lg-child > * {
        margin: 80px !important
    }

    .md-up-mt-lg,
    .md-up-mt-lg-child-not-last > :not(:last-child),
    .md-up-mt-lg-child > * {
        margin-top: 80px !important
    }

    .md-up-mb-lg,
    .md-up-mb-lg-child-not-last > :not(:last-child),
    .md-up-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .md-up-my-lg,
    .md-up-my-lg-child-not-last > :not(:last-child),
    .md-up-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .md-up-ml-lg,
    .md-up-ml-lg-child-not-last > :not(:last-child),
    .md-up-ml-lg-child > * {
        margin-left: 80px !important
    }

    .md-up-mr-lg,
    .md-up-mr-lg-child-not-last > :not(:last-child),
    .md-up-mr-lg-child > * {
        margin-right: 80px !important
    }

    .md-up-mx-lg,
    .md-up-mx-lg-child-not-last > :not(:last-child),
    .md-up-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .md-up-p-lg,
    .md-up-p-lg-child-not-last > :not(:last-child),
    .md-up-p-lg-child > * {
        padding: 80px !important
    }

    .md-up-pt-lg,
    .md-up-pt-lg-child-not-last > :not(:last-child),
    .md-up-pt-lg-child > * {
        padding-top: 80px !important
    }

    .md-up-pb-lg,
    .md-up-pb-lg-child-not-last > :not(:last-child),
    .md-up-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .md-up-py-lg,
    .md-up-py-lg-child-not-last > :not(:last-child),
    .md-up-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .md-up-pl-lg,
    .md-up-pl-lg-child-not-last > :not(:last-child),
    .md-up-pl-lg-child > * {
        padding-left: 80px !important
    }

    .md-up-pr-lg,
    .md-up-pr-lg-child-not-last > :not(:last-child),
    .md-up-pr-lg-child > * {
        padding-right: 80px !important
    }

    .md-up-px-lg,
    .md-up-px-lg-child-not-last > :not(:last-child),
    .md-up-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .md-up-m-xl,
    .md-up-m-xl-child-not-last > :not(:last-child),
    .md-up-m-xl-child > * {
        margin: 160px !important
    }

    .md-up-mt-xl,
    .md-up-mt-xl-child-not-last > :not(:last-child),
    .md-up-mt-xl-child > * {
        margin-top: 160px !important
    }

    .md-up-mb-xl,
    .md-up-mb-xl-child-not-last > :not(:last-child),
    .md-up-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .md-up-my-xl,
    .md-up-my-xl-child-not-last > :not(:last-child),
    .md-up-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .md-up-ml-xl,
    .md-up-ml-xl-child-not-last > :not(:last-child),
    .md-up-ml-xl-child > * {
        margin-left: 160px !important
    }

    .md-up-mr-xl,
    .md-up-mr-xl-child-not-last > :not(:last-child),
    .md-up-mr-xl-child > * {
        margin-right: 160px !important
    }

    .md-up-mx-xl,
    .md-up-mx-xl-child-not-last > :not(:last-child),
    .md-up-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .md-up-p-xl,
    .md-up-p-xl-child-not-last > :not(:last-child),
    .md-up-p-xl-child > * {
        padding: 160px !important
    }

    .md-up-pt-xl,
    .md-up-pt-xl-child-not-last > :not(:last-child),
    .md-up-pt-xl-child > * {
        padding-top: 160px !important
    }

    .md-up-pb-xl,
    .md-up-pb-xl-child-not-last > :not(:last-child),
    .md-up-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .md-up-py-xl,
    .md-up-py-xl-child-not-last > :not(:last-child),
    .md-up-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .md-up-pl-xl,
    .md-up-pl-xl-child-not-last > :not(:last-child),
    .md-up-pl-xl-child > * {
        padding-left: 160px !important
    }

    .md-up-pr-xl,
    .md-up-pr-xl-child-not-last > :not(:last-child),
    .md-up-pr-xl-child > * {
        padding-right: 160px !important
    }

    .md-up-px-xl,
    .md-up-px-xl-child-not-last > :not(:last-child),
    .md-up-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .md-up-m-xxl,
    .md-up-m-xxl-child-not-last > :not(:last-child),
    .md-up-m-xxl-child > * {
        margin: 240px !important
    }

    .md-up-mt-xxl,
    .md-up-mt-xxl-child-not-last > :not(:last-child),
    .md-up-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .md-up-mb-xxl,
    .md-up-mb-xxl-child-not-last > :not(:last-child),
    .md-up-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .md-up-my-xxl,
    .md-up-my-xxl-child-not-last > :not(:last-child),
    .md-up-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .md-up-ml-xxl,
    .md-up-ml-xxl-child-not-last > :not(:last-child),
    .md-up-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .md-up-mr-xxl,
    .md-up-mr-xxl-child-not-last > :not(:last-child),
    .md-up-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .md-up-mx-xxl,
    .md-up-mx-xxl-child-not-last > :not(:last-child),
    .md-up-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .md-up-p-xxl,
    .md-up-p-xxl-child-not-last > :not(:last-child),
    .md-up-p-xxl-child > * {
        padding: 240px !important
    }

    .md-up-pt-xxl,
    .md-up-pt-xxl-child-not-last > :not(:last-child),
    .md-up-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .md-up-pb-xxl,
    .md-up-pb-xxl-child-not-last > :not(:last-child),
    .md-up-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .md-up-py-xxl,
    .md-up-py-xxl-child-not-last > :not(:last-child),
    .md-up-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .md-up-pl-xxl,
    .md-up-pl-xxl-child-not-last > :not(:last-child),
    .md-up-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .md-up-pr-xxl,
    .md-up-pr-xxl-child-not-last > :not(:last-child),
    .md-up-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .md-up-px-xxl,
    .md-up-px-xxl-child-not-last > :not(:last-child),
    .md-up-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

@media (min-width:992px) {

    .lg-up-m-0,
    .lg-up-m-0-child-not-last > :not(:last-child),
    .lg-up-m-0-child > * {
        margin: 0 !important
    }

    .lg-up-mt-0,
    .lg-up-mt-0-child-not-last > :not(:last-child),
    .lg-up-mt-0-child > * {
        margin-top: 0 !important
    }

    .lg-up-mb-0,
    .lg-up-mb-0-child-not-last > :not(:last-child),
    .lg-up-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .lg-up-my-0,
    .lg-up-my-0-child-not-last > :not(:last-child),
    .lg-up-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lg-up-ml-0,
    .lg-up-ml-0-child-not-last > :not(:last-child),
    .lg-up-ml-0-child > * {
        margin-left: 0 !important
    }

    .lg-up-mr-0,
    .lg-up-mr-0-child-not-last > :not(:last-child),
    .lg-up-mr-0-child > * {
        margin-right: 0 !important
    }

    .lg-up-mx-0,
    .lg-up-mx-0-child-not-last > :not(:last-child),
    .lg-up-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .lg-up-p-0,
    .lg-up-p-0-child-not-last > :not(:last-child),
    .lg-up-p-0-child > * {
        padding: 0 !important
    }

    .lg-up-pt-0,
    .lg-up-pt-0-child-not-last > :not(:last-child),
    .lg-up-pt-0-child > * {
        padding-top: 0 !important
    }

    .lg-up-pb-0,
    .lg-up-pb-0-child-not-last > :not(:last-child),
    .lg-up-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .lg-up-py-0,
    .lg-up-py-0-child-not-last > :not(:last-child),
    .lg-up-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lg-up-pl-0,
    .lg-up-pl-0-child-not-last > :not(:last-child),
    .lg-up-pl-0-child > * {
        padding-left: 0 !important
    }

    .lg-up-pr-0,
    .lg-up-pr-0-child-not-last > :not(:last-child),
    .lg-up-pr-0-child > * {
        padding-right: 0 !important
    }

    .lg-up-px-0,
    .lg-up-px-0-child-not-last > :not(:last-child),
    .lg-up-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .lg-up-m-xs,
    .lg-up-m-xs-child-not-last > :not(:last-child),
    .lg-up-m-xs-child > * {
        margin: 8px !important
    }

    .lg-up-mt-xs,
    .lg-up-mt-xs-child-not-last > :not(:last-child),
    .lg-up-mt-xs-child > * {
        margin-top: 8px !important
    }

    .lg-up-mb-xs,
    .lg-up-mb-xs-child-not-last > :not(:last-child),
    .lg-up-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .lg-up-my-xs,
    .lg-up-my-xs-child-not-last > :not(:last-child),
    .lg-up-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .lg-up-ml-xs,
    .lg-up-ml-xs-child-not-last > :not(:last-child),
    .lg-up-ml-xs-child > * {
        margin-left: 8px !important
    }

    .lg-up-mr-xs,
    .lg-up-mr-xs-child-not-last > :not(:last-child),
    .lg-up-mr-xs-child > * {
        margin-right: 8px !important
    }

    .lg-up-mx-xs,
    .lg-up-mx-xs-child-not-last > :not(:last-child),
    .lg-up-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .lg-up-p-xs,
    .lg-up-p-xs-child-not-last > :not(:last-child),
    .lg-up-p-xs-child > * {
        padding: 8px !important
    }

    .lg-up-pt-xs,
    .lg-up-pt-xs-child-not-last > :not(:last-child),
    .lg-up-pt-xs-child > * {
        padding-top: 8px !important
    }

    .lg-up-pb-xs,
    .lg-up-pb-xs-child-not-last > :not(:last-child),
    .lg-up-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .lg-up-py-xs,
    .lg-up-py-xs-child-not-last > :not(:last-child),
    .lg-up-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .lg-up-pl-xs,
    .lg-up-pl-xs-child-not-last > :not(:last-child),
    .lg-up-pl-xs-child > * {
        padding-left: 8px !important
    }

    .lg-up-pr-xs,
    .lg-up-pr-xs-child-not-last > :not(:last-child),
    .lg-up-pr-xs-child > * {
        padding-right: 8px !important
    }

    .lg-up-px-xs,
    .lg-up-px-xs-child-not-last > :not(:last-child),
    .lg-up-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .lg-up-m-sm,
    .lg-up-m-sm-child-not-last > :not(:last-child),
    .lg-up-m-sm-child > * {
        margin: 16px !important
    }

    .lg-up-mt-sm,
    .lg-up-mt-sm-child-not-last > :not(:last-child),
    .lg-up-mt-sm-child > * {
        margin-top: 16px !important
    }

    .lg-up-mb-sm,
    .lg-up-mb-sm-child-not-last > :not(:last-child),
    .lg-up-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .lg-up-my-sm,
    .lg-up-my-sm-child-not-last > :not(:last-child),
    .lg-up-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .lg-up-ml-sm,
    .lg-up-ml-sm-child-not-last > :not(:last-child),
    .lg-up-ml-sm-child > * {
        margin-left: 16px !important
    }

    .lg-up-mr-sm,
    .lg-up-mr-sm-child-not-last > :not(:last-child),
    .lg-up-mr-sm-child > * {
        margin-right: 16px !important
    }

    .lg-up-mx-sm,
    .lg-up-mx-sm-child-not-last > :not(:last-child),
    .lg-up-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .lg-up-p-sm,
    .lg-up-p-sm-child-not-last > :not(:last-child),
    .lg-up-p-sm-child > * {
        padding: 16px !important
    }

    .lg-up-pt-sm,
    .lg-up-pt-sm-child-not-last > :not(:last-child),
    .lg-up-pt-sm-child > * {
        padding-top: 16px !important
    }

    .lg-up-pb-sm,
    .lg-up-pb-sm-child-not-last > :not(:last-child),
    .lg-up-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .lg-up-py-sm,
    .lg-up-py-sm-child-not-last > :not(:last-child),
    .lg-up-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .lg-up-pl-sm,
    .lg-up-pl-sm-child-not-last > :not(:last-child),
    .lg-up-pl-sm-child > * {
        padding-left: 16px !important
    }

    .lg-up-pr-sm,
    .lg-up-pr-sm-child-not-last > :not(:last-child),
    .lg-up-pr-sm-child > * {
        padding-right: 16px !important
    }

    .lg-up-px-sm,
    .lg-up-px-sm-child-not-last > :not(:last-child),
    .lg-up-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .lg-up-m-md,
    .lg-up-m-md-child-not-last > :not(:last-child),
    .lg-up-m-md-child > * {
        margin: 32px !important
    }

    .lg-up-mt-md,
    .lg-up-mt-md-child-not-last > :not(:last-child),
    .lg-up-mt-md-child > * {
        margin-top: 32px !important
    }

    .lg-up-mb-md,
    .lg-up-mb-md-child-not-last > :not(:last-child),
    .lg-up-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .lg-up-my-md,
    .lg-up-my-md-child-not-last > :not(:last-child),
    .lg-up-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .lg-up-ml-md,
    .lg-up-ml-md-child-not-last > :not(:last-child),
    .lg-up-ml-md-child > * {
        margin-left: 32px !important
    }

    .lg-up-mr-md,
    .lg-up-mr-md-child-not-last > :not(:last-child),
    .lg-up-mr-md-child > * {
        margin-right: 32px !important
    }

    .lg-up-mx-md,
    .lg-up-mx-md-child-not-last > :not(:last-child),
    .lg-up-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .lg-up-p-md,
    .lg-up-p-md-child-not-last > :not(:last-child),
    .lg-up-p-md-child > * {
        padding: 32px !important
    }

    .lg-up-pt-md,
    .lg-up-pt-md-child-not-last > :not(:last-child),
    .lg-up-pt-md-child > * {
        padding-top: 32px !important
    }

    .lg-up-pb-md,
    .lg-up-pb-md-child-not-last > :not(:last-child),
    .lg-up-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .lg-up-py-md,
    .lg-up-py-md-child-not-last > :not(:last-child),
    .lg-up-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .lg-up-pl-md,
    .lg-up-pl-md-child-not-last > :not(:last-child),
    .lg-up-pl-md-child > * {
        padding-left: 32px !important
    }

    .lg-up-pr-md,
    .lg-up-pr-md-child-not-last > :not(:last-child),
    .lg-up-pr-md-child > * {
        padding-right: 32px !important
    }

    .lg-up-px-md,
    .lg-up-px-md-child-not-last > :not(:last-child),
    .lg-up-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .lg-up-m-lg,
    .lg-up-m-lg-child-not-last > :not(:last-child),
    .lg-up-m-lg-child > * {
        margin: 80px !important
    }

    .lg-up-mt-lg,
    .lg-up-mt-lg-child-not-last > :not(:last-child),
    .lg-up-mt-lg-child > * {
        margin-top: 80px !important
    }

    .lg-up-mb-lg,
    .lg-up-mb-lg-child-not-last > :not(:last-child),
    .lg-up-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .lg-up-my-lg,
    .lg-up-my-lg-child-not-last > :not(:last-child),
    .lg-up-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .lg-up-ml-lg,
    .lg-up-ml-lg-child-not-last > :not(:last-child),
    .lg-up-ml-lg-child > * {
        margin-left: 80px !important
    }

    .lg-up-mr-lg,
    .lg-up-mr-lg-child-not-last > :not(:last-child),
    .lg-up-mr-lg-child > * {
        margin-right: 80px !important
    }

    .lg-up-mx-lg,
    .lg-up-mx-lg-child-not-last > :not(:last-child),
    .lg-up-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .lg-up-p-lg,
    .lg-up-p-lg-child-not-last > :not(:last-child),
    .lg-up-p-lg-child > * {
        padding: 80px !important
    }

    .lg-up-pt-lg,
    .lg-up-pt-lg-child-not-last > :not(:last-child),
    .lg-up-pt-lg-child > * {
        padding-top: 80px !important
    }

    .lg-up-pb-lg,
    .lg-up-pb-lg-child-not-last > :not(:last-child),
    .lg-up-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .lg-up-py-lg,
    .lg-up-py-lg-child-not-last > :not(:last-child),
    .lg-up-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .lg-up-pl-lg,
    .lg-up-pl-lg-child-not-last > :not(:last-child),
    .lg-up-pl-lg-child > * {
        padding-left: 80px !important
    }

    .lg-up-pr-lg,
    .lg-up-pr-lg-child-not-last > :not(:last-child),
    .lg-up-pr-lg-child > * {
        padding-right: 80px !important
    }

    .lg-up-px-lg,
    .lg-up-px-lg-child-not-last > :not(:last-child),
    .lg-up-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .lg-up-m-xl,
    .lg-up-m-xl-child-not-last > :not(:last-child),
    .lg-up-m-xl-child > * {
        margin: 160px !important
    }

    .lg-up-mt-xl,
    .lg-up-mt-xl-child-not-last > :not(:last-child),
    .lg-up-mt-xl-child > * {
        margin-top: 160px !important
    }

    .lg-up-mb-xl,
    .lg-up-mb-xl-child-not-last > :not(:last-child),
    .lg-up-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .lg-up-my-xl,
    .lg-up-my-xl-child-not-last > :not(:last-child),
    .lg-up-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .lg-up-ml-xl,
    .lg-up-ml-xl-child-not-last > :not(:last-child),
    .lg-up-ml-xl-child > * {
        margin-left: 160px !important
    }

    .lg-up-mr-xl,
    .lg-up-mr-xl-child-not-last > :not(:last-child),
    .lg-up-mr-xl-child > * {
        margin-right: 160px !important
    }

    .lg-up-mx-xl,
    .lg-up-mx-xl-child-not-last > :not(:last-child),
    .lg-up-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .lg-up-p-xl,
    .lg-up-p-xl-child-not-last > :not(:last-child),
    .lg-up-p-xl-child > * {
        padding: 160px !important
    }

    .lg-up-pt-xl,
    .lg-up-pt-xl-child-not-last > :not(:last-child),
    .lg-up-pt-xl-child > * {
        padding-top: 160px !important
    }

    .lg-up-pb-xl,
    .lg-up-pb-xl-child-not-last > :not(:last-child),
    .lg-up-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .lg-up-py-xl,
    .lg-up-py-xl-child-not-last > :not(:last-child),
    .lg-up-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .lg-up-pl-xl,
    .lg-up-pl-xl-child-not-last > :not(:last-child),
    .lg-up-pl-xl-child > * {
        padding-left: 160px !important
    }

    .lg-up-pr-xl,
    .lg-up-pr-xl-child-not-last > :not(:last-child),
    .lg-up-pr-xl-child > * {
        padding-right: 160px !important
    }

    .lg-up-px-xl,
    .lg-up-px-xl-child-not-last > :not(:last-child),
    .lg-up-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .lg-up-m-xxl,
    .lg-up-m-xxl-child-not-last > :not(:last-child),
    .lg-up-m-xxl-child > * {
        margin: 240px !important
    }

    .lg-up-mt-xxl,
    .lg-up-mt-xxl-child-not-last > :not(:last-child),
    .lg-up-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .lg-up-mb-xxl,
    .lg-up-mb-xxl-child-not-last > :not(:last-child),
    .lg-up-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .lg-up-my-xxl,
    .lg-up-my-xxl-child-not-last > :not(:last-child),
    .lg-up-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .lg-up-ml-xxl,
    .lg-up-ml-xxl-child-not-last > :not(:last-child),
    .lg-up-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .lg-up-mr-xxl,
    .lg-up-mr-xxl-child-not-last > :not(:last-child),
    .lg-up-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .lg-up-mx-xxl,
    .lg-up-mx-xxl-child-not-last > :not(:last-child),
    .lg-up-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .lg-up-p-xxl,
    .lg-up-p-xxl-child-not-last > :not(:last-child),
    .lg-up-p-xxl-child > * {
        padding: 240px !important
    }

    .lg-up-pt-xxl,
    .lg-up-pt-xxl-child-not-last > :not(:last-child),
    .lg-up-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .lg-up-pb-xxl,
    .lg-up-pb-xxl-child-not-last > :not(:last-child),
    .lg-up-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .lg-up-py-xxl,
    .lg-up-py-xxl-child-not-last > :not(:last-child),
    .lg-up-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .lg-up-pl-xxl,
    .lg-up-pl-xxl-child-not-last > :not(:last-child),
    .lg-up-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .lg-up-pr-xxl,
    .lg-up-pr-xxl-child-not-last > :not(:last-child),
    .lg-up-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .lg-up-px-xxl,
    .lg-up-px-xxl-child-not-last > :not(:last-child),
    .lg-up-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

@media (min-width:1200px) {

    .xl-up-m-0,
    .xl-up-m-0-child-not-last > :not(:last-child),
    .xl-up-m-0-child > * {
        margin: 0 !important
    }

    .xl-up-mt-0,
    .xl-up-mt-0-child-not-last > :not(:last-child),
    .xl-up-mt-0-child > * {
        margin-top: 0 !important
    }

    .xl-up-mb-0,
    .xl-up-mb-0-child-not-last > :not(:last-child),
    .xl-up-mb-0-child > * {
        margin-bottom: 0 !important
    }

    .xl-up-my-0,
    .xl-up-my-0-child-not-last > :not(:last-child),
    .xl-up-my-0-child > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .xl-up-ml-0,
    .xl-up-ml-0-child-not-last > :not(:last-child),
    .xl-up-ml-0-child > * {
        margin-left: 0 !important
    }

    .xl-up-mr-0,
    .xl-up-mr-0-child-not-last > :not(:last-child),
    .xl-up-mr-0-child > * {
        margin-right: 0 !important
    }

    .xl-up-mx-0,
    .xl-up-mx-0-child-not-last > :not(:last-child),
    .xl-up-mx-0-child > * {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .xl-up-p-0,
    .xl-up-p-0-child-not-last > :not(:last-child),
    .xl-up-p-0-child > * {
        padding: 0 !important
    }

    .xl-up-pt-0,
    .xl-up-pt-0-child-not-last > :not(:last-child),
    .xl-up-pt-0-child > * {
        padding-top: 0 !important
    }

    .xl-up-pb-0,
    .xl-up-pb-0-child-not-last > :not(:last-child),
    .xl-up-pb-0-child > * {
        padding-bottom: 0 !important
    }

    .xl-up-py-0,
    .xl-up-py-0-child-not-last > :not(:last-child),
    .xl-up-py-0-child > * {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .xl-up-pl-0,
    .xl-up-pl-0-child-not-last > :not(:last-child),
    .xl-up-pl-0-child > * {
        padding-left: 0 !important
    }

    .xl-up-pr-0,
    .xl-up-pr-0-child-not-last > :not(:last-child),
    .xl-up-pr-0-child > * {
        padding-right: 0 !important
    }

    .xl-up-px-0,
    .xl-up-px-0-child-not-last > :not(:last-child),
    .xl-up-px-0-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .xl-up-m-xs,
    .xl-up-m-xs-child-not-last > :not(:last-child),
    .xl-up-m-xs-child > * {
        margin: 8px !important
    }

    .xl-up-mt-xs,
    .xl-up-mt-xs-child-not-last > :not(:last-child),
    .xl-up-mt-xs-child > * {
        margin-top: 8px !important
    }

    .xl-up-mb-xs,
    .xl-up-mb-xs-child-not-last > :not(:last-child),
    .xl-up-mb-xs-child > * {
        margin-bottom: 8px !important
    }

    .xl-up-my-xs,
    .xl-up-my-xs-child-not-last > :not(:last-child),
    .xl-up-my-xs-child > * {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .xl-up-ml-xs,
    .xl-up-ml-xs-child-not-last > :not(:last-child),
    .xl-up-ml-xs-child > * {
        margin-left: 8px !important
    }

    .xl-up-mr-xs,
    .xl-up-mr-xs-child-not-last > :not(:last-child),
    .xl-up-mr-xs-child > * {
        margin-right: 8px !important
    }

    .xl-up-mx-xs,
    .xl-up-mx-xs-child-not-last > :not(:last-child),
    .xl-up-mx-xs-child > * {
        margin-left: 8px !important;
        margin-right: 8px !important
    }

    .xl-up-p-xs,
    .xl-up-p-xs-child-not-last > :not(:last-child),
    .xl-up-p-xs-child > * {
        padding: 8px !important
    }

    .xl-up-pt-xs,
    .xl-up-pt-xs-child-not-last > :not(:last-child),
    .xl-up-pt-xs-child > * {
        padding-top: 8px !important
    }

    .xl-up-pb-xs,
    .xl-up-pb-xs-child-not-last > :not(:last-child),
    .xl-up-pb-xs-child > * {
        padding-bottom: 8px !important
    }

    .xl-up-py-xs,
    .xl-up-py-xs-child-not-last > :not(:last-child),
    .xl-up-py-xs-child > * {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .xl-up-pl-xs,
    .xl-up-pl-xs-child-not-last > :not(:last-child),
    .xl-up-pl-xs-child > * {
        padding-left: 8px !important
    }

    .xl-up-pr-xs,
    .xl-up-pr-xs-child-not-last > :not(:last-child),
    .xl-up-pr-xs-child > * {
        padding-right: 8px !important
    }

    .xl-up-px-xs,
    .xl-up-px-xs-child-not-last > :not(:last-child),
    .xl-up-px-xs-child > * {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .xl-up-m-sm,
    .xl-up-m-sm-child-not-last > :not(:last-child),
    .xl-up-m-sm-child > * {
        margin: 16px !important
    }

    .xl-up-mt-sm,
    .xl-up-mt-sm-child-not-last > :not(:last-child),
    .xl-up-mt-sm-child > * {
        margin-top: 16px !important
    }

    .xl-up-mb-sm,
    .xl-up-mb-sm-child-not-last > :not(:last-child),
    .xl-up-mb-sm-child > * {
        margin-bottom: 16px !important
    }

    .xl-up-my-sm,
    .xl-up-my-sm-child-not-last > :not(:last-child),
    .xl-up-my-sm-child > * {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .xl-up-ml-sm,
    .xl-up-ml-sm-child-not-last > :not(:last-child),
    .xl-up-ml-sm-child > * {
        margin-left: 16px !important
    }

    .xl-up-mr-sm,
    .xl-up-mr-sm-child-not-last > :not(:last-child),
    .xl-up-mr-sm-child > * {
        margin-right: 16px !important
    }

    .xl-up-mx-sm,
    .xl-up-mx-sm-child-not-last > :not(:last-child),
    .xl-up-mx-sm-child > * {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    .xl-up-p-sm,
    .xl-up-p-sm-child-not-last > :not(:last-child),
    .xl-up-p-sm-child > * {
        padding: 16px !important
    }

    .xl-up-pt-sm,
    .xl-up-pt-sm-child-not-last > :not(:last-child),
    .xl-up-pt-sm-child > * {
        padding-top: 16px !important
    }

    .xl-up-pb-sm,
    .xl-up-pb-sm-child-not-last > :not(:last-child),
    .xl-up-pb-sm-child > * {
        padding-bottom: 16px !important
    }

    .xl-up-py-sm,
    .xl-up-py-sm-child-not-last > :not(:last-child),
    .xl-up-py-sm-child > * {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .xl-up-pl-sm,
    .xl-up-pl-sm-child-not-last > :not(:last-child),
    .xl-up-pl-sm-child > * {
        padding-left: 16px !important
    }

    .xl-up-pr-sm,
    .xl-up-pr-sm-child-not-last > :not(:last-child),
    .xl-up-pr-sm-child > * {
        padding-right: 16px !important
    }

    .xl-up-px-sm,
    .xl-up-px-sm-child-not-last > :not(:last-child),
    .xl-up-px-sm-child > * {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .xl-up-m-md,
    .xl-up-m-md-child-not-last > :not(:last-child),
    .xl-up-m-md-child > * {
        margin: 32px !important
    }

    .xl-up-mt-md,
    .xl-up-mt-md-child-not-last > :not(:last-child),
    .xl-up-mt-md-child > * {
        margin-top: 32px !important
    }

    .xl-up-mb-md,
    .xl-up-mb-md-child-not-last > :not(:last-child),
    .xl-up-mb-md-child > * {
        margin-bottom: 32px !important
    }

    .xl-up-my-md,
    .xl-up-my-md-child-not-last > :not(:last-child),
    .xl-up-my-md-child > * {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .xl-up-ml-md,
    .xl-up-ml-md-child-not-last > :not(:last-child),
    .xl-up-ml-md-child > * {
        margin-left: 32px !important
    }

    .xl-up-mr-md,
    .xl-up-mr-md-child-not-last > :not(:last-child),
    .xl-up-mr-md-child > * {
        margin-right: 32px !important
    }

    .xl-up-mx-md,
    .xl-up-mx-md-child-not-last > :not(:last-child),
    .xl-up-mx-md-child > * {
        margin-left: 32px !important;
        margin-right: 32px !important
    }

    .xl-up-p-md,
    .xl-up-p-md-child-not-last > :not(:last-child),
    .xl-up-p-md-child > * {
        padding: 32px !important
    }

    .xl-up-pt-md,
    .xl-up-pt-md-child-not-last > :not(:last-child),
    .xl-up-pt-md-child > * {
        padding-top: 32px !important
    }

    .xl-up-pb-md,
    .xl-up-pb-md-child-not-last > :not(:last-child),
    .xl-up-pb-md-child > * {
        padding-bottom: 32px !important
    }

    .xl-up-py-md,
    .xl-up-py-md-child-not-last > :not(:last-child),
    .xl-up-py-md-child > * {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .xl-up-pl-md,
    .xl-up-pl-md-child-not-last > :not(:last-child),
    .xl-up-pl-md-child > * {
        padding-left: 32px !important
    }

    .xl-up-pr-md,
    .xl-up-pr-md-child-not-last > :not(:last-child),
    .xl-up-pr-md-child > * {
        padding-right: 32px !important
    }

    .xl-up-px-md,
    .xl-up-px-md-child-not-last > :not(:last-child),
    .xl-up-px-md-child > * {
        padding-left: 32px !important;
        padding-right: 32px !important
    }

    .xl-up-m-lg,
    .xl-up-m-lg-child-not-last > :not(:last-child),
    .xl-up-m-lg-child > * {
        margin: 80px !important
    }

    .xl-up-mt-lg,
    .xl-up-mt-lg-child-not-last > :not(:last-child),
    .xl-up-mt-lg-child > * {
        margin-top: 80px !important
    }

    .xl-up-mb-lg,
    .xl-up-mb-lg-child-not-last > :not(:last-child),
    .xl-up-mb-lg-child > * {
        margin-bottom: 80px !important
    }

    .xl-up-my-lg,
    .xl-up-my-lg-child-not-last > :not(:last-child),
    .xl-up-my-lg-child > * {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .xl-up-ml-lg,
    .xl-up-ml-lg-child-not-last > :not(:last-child),
    .xl-up-ml-lg-child > * {
        margin-left: 80px !important
    }

    .xl-up-mr-lg,
    .xl-up-mr-lg-child-not-last > :not(:last-child),
    .xl-up-mr-lg-child > * {
        margin-right: 80px !important
    }

    .xl-up-mx-lg,
    .xl-up-mx-lg-child-not-last > :not(:last-child),
    .xl-up-mx-lg-child > * {
        margin-left: 80px !important;
        margin-right: 80px !important
    }

    .xl-up-p-lg,
    .xl-up-p-lg-child-not-last > :not(:last-child),
    .xl-up-p-lg-child > * {
        padding: 80px !important
    }

    .xl-up-pt-lg,
    .xl-up-pt-lg-child-not-last > :not(:last-child),
    .xl-up-pt-lg-child > * {
        padding-top: 80px !important
    }

    .xl-up-pb-lg,
    .xl-up-pb-lg-child-not-last > :not(:last-child),
    .xl-up-pb-lg-child > * {
        padding-bottom: 80px !important
    }

    .xl-up-py-lg,
    .xl-up-py-lg-child-not-last > :not(:last-child),
    .xl-up-py-lg-child > * {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .xl-up-pl-lg,
    .xl-up-pl-lg-child-not-last > :not(:last-child),
    .xl-up-pl-lg-child > * {
        padding-left: 80px !important
    }

    .xl-up-pr-lg,
    .xl-up-pr-lg-child-not-last > :not(:last-child),
    .xl-up-pr-lg-child > * {
        padding-right: 80px !important
    }

    .xl-up-px-lg,
    .xl-up-px-lg-child-not-last > :not(:last-child),
    .xl-up-px-lg-child > * {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .xl-up-m-xl,
    .xl-up-m-xl-child-not-last > :not(:last-child),
    .xl-up-m-xl-child > * {
        margin: 160px !important
    }

    .xl-up-mt-xl,
    .xl-up-mt-xl-child-not-last > :not(:last-child),
    .xl-up-mt-xl-child > * {
        margin-top: 160px !important
    }

    .xl-up-mb-xl,
    .xl-up-mb-xl-child-not-last > :not(:last-child),
    .xl-up-mb-xl-child > * {
        margin-bottom: 160px !important
    }

    .xl-up-my-xl,
    .xl-up-my-xl-child-not-last > :not(:last-child),
    .xl-up-my-xl-child > * {
        margin-top: 160px !important;
        margin-bottom: 160px !important
    }

    .xl-up-ml-xl,
    .xl-up-ml-xl-child-not-last > :not(:last-child),
    .xl-up-ml-xl-child > * {
        margin-left: 160px !important
    }

    .xl-up-mr-xl,
    .xl-up-mr-xl-child-not-last > :not(:last-child),
    .xl-up-mr-xl-child > * {
        margin-right: 160px !important
    }

    .xl-up-mx-xl,
    .xl-up-mx-xl-child-not-last > :not(:last-child),
    .xl-up-mx-xl-child > * {
        margin-left: 160px !important;
        margin-right: 160px !important
    }

    .xl-up-p-xl,
    .xl-up-p-xl-child-not-last > :not(:last-child),
    .xl-up-p-xl-child > * {
        padding: 160px !important
    }

    .xl-up-pt-xl,
    .xl-up-pt-xl-child-not-last > :not(:last-child),
    .xl-up-pt-xl-child > * {
        padding-top: 160px !important
    }

    .xl-up-pb-xl,
    .xl-up-pb-xl-child-not-last > :not(:last-child),
    .xl-up-pb-xl-child > * {
        padding-bottom: 160px !important
    }

    .xl-up-py-xl,
    .xl-up-py-xl-child-not-last > :not(:last-child),
    .xl-up-py-xl-child > * {
        padding-top: 160px !important;
        padding-bottom: 160px !important
    }

    .xl-up-pl-xl,
    .xl-up-pl-xl-child-not-last > :not(:last-child),
    .xl-up-pl-xl-child > * {
        padding-left: 160px !important
    }

    .xl-up-pr-xl,
    .xl-up-pr-xl-child-not-last > :not(:last-child),
    .xl-up-pr-xl-child > * {
        padding-right: 160px !important
    }

    .xl-up-px-xl,
    .xl-up-px-xl-child-not-last > :not(:last-child),
    .xl-up-px-xl-child > * {
        padding-left: 160px !important;
        padding-right: 160px !important
    }

    .xl-up-m-xxl,
    .xl-up-m-xxl-child-not-last > :not(:last-child),
    .xl-up-m-xxl-child > * {
        margin: 240px !important
    }

    .xl-up-mt-xxl,
    .xl-up-mt-xxl-child-not-last > :not(:last-child),
    .xl-up-mt-xxl-child > * {
        margin-top: 240px !important
    }

    .xl-up-mb-xxl,
    .xl-up-mb-xxl-child-not-last > :not(:last-child),
    .xl-up-mb-xxl-child > * {
        margin-bottom: 240px !important
    }

    .xl-up-my-xxl,
    .xl-up-my-xxl-child-not-last > :not(:last-child),
    .xl-up-my-xxl-child > * {
        margin-top: 240px !important;
        margin-bottom: 240px !important
    }

    .xl-up-ml-xxl,
    .xl-up-ml-xxl-child-not-last > :not(:last-child),
    .xl-up-ml-xxl-child > * {
        margin-left: 240px !important
    }

    .xl-up-mr-xxl,
    .xl-up-mr-xxl-child-not-last > :not(:last-child),
    .xl-up-mr-xxl-child > * {
        margin-right: 240px !important
    }

    .xl-up-mx-xxl,
    .xl-up-mx-xxl-child-not-last > :not(:last-child),
    .xl-up-mx-xxl-child > * {
        margin-left: 240px !important;
        margin-right: 240px !important
    }

    .xl-up-p-xxl,
    .xl-up-p-xxl-child-not-last > :not(:last-child),
    .xl-up-p-xxl-child > * {
        padding: 240px !important
    }

    .xl-up-pt-xxl,
    .xl-up-pt-xxl-child-not-last > :not(:last-child),
    .xl-up-pt-xxl-child > * {
        padding-top: 240px !important
    }

    .xl-up-pb-xxl,
    .xl-up-pb-xxl-child-not-last > :not(:last-child),
    .xl-up-pb-xxl-child > * {
        padding-bottom: 240px !important
    }

    .xl-up-py-xxl,
    .xl-up-py-xxl-child-not-last > :not(:last-child),
    .xl-up-py-xxl-child > * {
        padding-top: 240px !important;
        padding-bottom: 240px !important
    }

    .xl-up-pl-xxl,
    .xl-up-pl-xxl-child-not-last > :not(:last-child),
    .xl-up-pl-xxl-child > * {
        padding-left: 240px !important
    }

    .xl-up-pr-xxl,
    .xl-up-pr-xxl-child-not-last > :not(:last-child),
    .xl-up-pr-xxl-child > * {
        padding-right: 240px !important
    }

    .xl-up-px-xxl,
    .xl-up-px-xxl-child-not-last > :not(:last-child),
    .xl-up-px-xxl-child > * {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

* {
    margin: 0;
    padding: 0
}

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

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-family: founders-grotesk, sans-serif;
    color: #959595;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    background-color: #e0dbd5
}

input {
    -webkit-appearance: none;
    border-radius: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: founders-grotesk, sans-serif;
    font-weight: 100;
    line-height: 1
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

button {
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    border: none
}

img {
    max-width: inherit
}

a,
button,
img,
span {
    display: inline-block;
    margin-top: 5%
}

li {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

.o-h {
    overflow: hidden
}

input::-ms-browse,
input::-ms-clear {
    display: none
}

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

.header-white {
    color: #fff
}

.header-black {
    color: #000
}

header,
header.top .menu-up {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header.top .menu-up {
    height: auto !important;
    opacity: 1 !important
}

@media (max-width:1199.98px) {
    header {
        background: transparent !important
    }
}

header li {
    position: relative
}

header .current-menu-item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e0dbd5;
    left: -10px;
    top: 7px
}

.logo-desktop {
    width: 200px
}

.logo-desktop a,
.logo-desktop a svg {
    width: 100%
}

.logo-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0
}

.logo-mobile a {
    position: relative;
    width: 100px;
    z-index: 11
}

@media (max-width:1199.98px) {
    .logo-desktop {
        display: none
    }

    .logo-mobile {
        display: block;
        background: #fff;
        padding: 0 0 0 15px
    }

    .home .logo-mobile {
        background: transparent
    }

    .logo-mobile.header-white svg path,
    .logo-mobile.header-white svg polygon {
        fill: #fff !important
    }

    .logo-mobile.header-black svg path,
    .logo-mobile.header-black svg polygon {
        fill: #000 !important
    }
}

.single-etudes_de_cas .logo-mobile {
    position: absolute;
    top: 15px;
    z-index: 3;
    background: transparent
}

.homepage .logo-mobile svg path,
.homepage .logo-mobile svg polygon,
.homepage .top .logo-desktop svg path,
.homepage .top .logo-desktop svg polygon,
.homepage .top .logo-mobile svg path,
.homepage .top .logo-mobile svg polygon {
    fill: #fff !important
}

@media (max-width:1199.98px) {
    .homepage.isMobile .logo-mobile {
        background: #000
    }
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%
}

@media (max-width:1199.98px) {
    .header .desktop-nav {
        display: none
    }
}

.header .desktop-nav .menu-item {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    visibility: visible !important
}

@media (max-width:1199.98px) {
    .header.not-top .header-container {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

.header .header-container {
    padding: 20px 100px 15px
}

@media screen and (max-width:1440px) {
    .header .header-container {
        padding: 5px 100px 0
    }
}

@media (max-width:1199.98px) {
    .header .header-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:991.98px) {
    .header .header-container {
        padding: 20px 50px 15px
    }
}

@media (max-width:575.98px) {
    .header .header-container {
        padding: 0 10px
    }
}

.header .header-container .menu-up {
    opacity: .7;
    font-size: 16px
}

@media screen and (max-width:1440px) {
    .header .header-container .menu-up {
        font-size: 14px
    }
}

.header .header-container .menu-up .social {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.header .header-container .menu-behind {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0 !important
}

.header.header-white .logo-desktop svg path,
.header.header-white .logo-desktop svg polygon,
.header.header-white .social svg path,
.header.header-white .social svg polygon {
    fill: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: .3s all ease-out;
    transition: all .3s ease-out
}

.header.header-black .logo-desktop svg path,
.header.header-black .logo-desktop svg polygon,
.header.header-black .social svg path,
.header.header-black .social svg polygon {
    fill: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: .3s all ease-out;
    transition: all .3s ease-out
}

.header.header-menu-open {
    background-color: transparent !important
}

.header.header-menu-open .btn-menu {
    background: #fff
}

.header.header-white.top {
    background: transparent !important
}

.header.header-white.top .header-container {
    color: #fff !important
}

.header.header-white.top .header-container .logo-desktop svg mask,
.header.header-white.top .header-container .logo-desktop svg path,
.header.header-white.top .header-container .logo-desktop svg polygon,
.header.header-white.top .header-container .social svg mask,
.header.header-white.top .header-container .social svg path,
.header.header-white.top .header-container .social svg polygon {
    fill: #fff !important
}

.header.header-black.top {
    background: transparent !important
}

.header.header-black.top .header-container {
    color: #000 !important
}

.header.header-black.top .header-container .logo-desktop svg mask,
.header.header-black.top .header-container .logo-desktop svg path,
.header.header-black.top .header-container .logo-desktop svg polygon,
.header.header-black.top .header-container .social svg mask,
.header.header-black.top .header-container .social svg path,
.header.header-black.top .header-container .social svg polygon {
    fill: #000 !important
}

.header.header-black.top .header-container .item-burger span {
    background: #000 !important
}

.header.scrolling-down,
.header.scrolling-up {
    opacity: 1;
    pointer-events: all;
    background: #fff;
    color: #000 !important
}

.header.scrolling-down .menu-up,
.header.scrolling-up .menu-up {
    height: 0;
    opacity: 0
}

.header.scrolling-down .logo-desktop svg path,
.header.scrolling-down .logo-desktop svg polygon,
.header.scrolling-down .social svg path,
.header.scrolling-down .social svg polygon,
.header.scrolling-up .logo-desktop svg path,
.header.scrolling-up .logo-desktop svg polygon,
.header.scrolling-up .social svg path,
.header.scrolling-up .social svg polygon {
    fill: #000
}

.header.scrolling-down .item-burger span,
.header.scrolling-up .item-burger span {
    background: #000
}

.header.not-scrolled {
    opacity: 1;
    pointer-events: all
}

.btn-menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    background: #e0dbd5
}

@media (min-width:1200px) {
    .btn-menu {
        display: none
    }
}

.btn-menu > .item-burger {
    display: block;
    width: 30px
}

.btn-menu > .item-burger > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 2px
}

.btn-menu > .item-burger > span:nth-child(2) {
    margin: 3px 0
}

#menu-container {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #e0dbd5;
    display: none;
    color: #000
}

#menu-container.opened {
    display: block
}

#menu-container nav {
    padding-top: 100px
}

@media (max-width:1199.98px) {
    #menu-container nav {
        padding-top: 150px
    }
}

#menu-container nav div li {
    position: relative
}

#menu-container nav div li a {
    display: block;
    color: #000;
    font-size: 36px
}

@media (max-height:740px) {
    #menu-container nav div li a {
        font-size: 34px
    }
}

@media (max-width:767.98px) {
    #menu-container nav div .menu-space {
        margin-top: 30px !important
    }
}

#menu-container nav div .submenu a {
    font-size: 18px
}

#menu-container .social {
    margin-right: 20px
}

#menu-container .social svg g {
    fill: #000
}

.page-template-validation-contact .logo-mobile {
    background: none !important
}

.mx-auto {
    margin: auto
}

footer {
    position: relative
}

.cms footer h2,
footer .cms h2,
footer .title-lg {
    font-weight: 200 !important;
    color: #fff !important;
    font-size: 36px !important
}

footer .mt-md {
    font-size: 14px
}

footer .footer-menu .menu-item {
    font-size: 20px
}

footer .newsletter .gform_wrapper {
    margin: 0 !important
}

footer .newsletter .gform_heading {
    display: none !important
}

footer .newsletter .field_description_below {
    padding: 0 !important
}

footer .newsletter .field_description_below label {
    display: none !important
}

footer .newsletter .ginput_container_email input {
    width: 100% !important;
    padding: 20px !important;
    font-size: 16px !important;
    margin-top: 25px;
    color: #fff;
    background: #101010;
    border: 0 !important
}

footer .newsletter .gform_footer {
    display: none !important
}

footer .footer-socials li {
    font-size: 12px
}

footer .legals {
    font-size: 15px
}

.full-site-layer {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-color: #e0dbd5;
    pointer-events: none;
    display: none
}

.full-site-layer.positionned {
    display: block;
    z-index: 100000
}

.full-site-wrapper {
    position: relative;
    z-index: 1
}

.site-container {
    background-color: #fff
}

.awwwards-text {
    z-index: 2;
    position: relative;
    color: #000
}

.awwwards-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 10px;
    background: #000;
    right: 0;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

@media (max-width:991.98px) {
    .awwwards-text:before {
        bottom: 5px;
        height: 2px
    }
}

.awwwards-text:hover:before {
    width: 0
}

.awwwards {
    margin: 0 15px;
    overflow: hidden
}

.awwwards .text {
    z-index: 0
}

@media (max-width:767.98px) {
    .awwwards .fs-xxl {
        font-size: 32px !important
    }
}

.awwwards-img {
    width: 750px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none
}

.awwwards-img .awwwards-img-inner {
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cursor {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    top: 0;
    left: 0
}

.cursor .cursor-shape {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px
}

.cursor .cursor-shape .cursor-inner {
    border: 1px solid #e0dbd5;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.cursor .cursor-shape .cursor-text {
    display: block;
    font-size: 10px !important;
    text-align: center;
    width: 100%;
    z-index: 101;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-20deg);
    -ms-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg);
    position: absolute;
    font-weight: 800;
    text-transform: uppercase
}

.cms h1 .item-line,
.title-xl .item-line {
    padding-top: 3px
}

.swiper-image-next,
.swiper-image-prev,
.swiper-project-next,
.swiper-project-prev {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    outline: none
}

@media (max-width:991.98px) {

    .swiper-image-next,
    .swiper-image-prev,
    .swiper-project-next,
    .swiper-project-prev {
        height: 50px;
        width: 50px
    }
}

.swiper-image-next:hover:before,
.swiper-image-prev:hover:before,
.swiper-project-next:hover:before,
.swiper-project-prev:hover:before {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.swiper-image-next:before,
.swiper-image-prev:before,
.swiper-project-next:before,
.swiper-project-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -o-transition: .4s all;
    transition: all .4s
}

.swiper-image-next:after,
.swiper-image-prev:after,
.swiper-project-next:after,
.swiper-project-prev:after {
    content: "";
    background: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/right-arrow-slider.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px
}

.swiper-button-disabled {
    opacity: .4
}

.swiper-image-prev,
.swiper-project-prev {
    left: 30px
}

@media (max-width:991.98px) {

    .swiper-image-prev,
    .swiper-project-prev {
        left: 10px
    }
}

.swiper-image-prev:after,
.swiper-project-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.swiper-image-next,
.swiper-project-next {
    right: 30px
}

@media (max-width:991.98px) {

    .swiper-image-next,
    .swiper-project-next {
        right: 10px
    }
}

.key-number {
    overflow: hidden;
    margin-left: -500px
}

@media (max-width:767.98px) {
    .key-number {
        margin-left: 0
    }
}

.key-number .swiper-number {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width:767.98px) {
    .key-number .swiper-number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.key-number .container-item {
    position: relative;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 150px
}

@media (max-width:767.98px) {
    .key-number .container-item {
        height: auto;
        padding: 0 15px;
        margin-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.key-number .container-item .item {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767.98px) {
    .key-number .container-item .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.key-number .container-item .item-title {
    font-size: 180px;
    color: #000
}

@media (max-width:767.98px) {
    .key-number .container-item .item-title {
        font-size: 92px
    }
}

.key-number .container-item .item-text {
    color: #000;
    font-size: 1.35em;
    font-style: italic;
    vertical-align: top
}

@media (max-width:767.98px) {
    .key-number .container-item .item-text {
        font-size: 16px
    }
}

.back-blog {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.back-blog:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 3px;
    left: 0
}

.custom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-menu li {
    overflow: hidden
}

.custom-menu li .item-link-container {
    padding-top: 10px
}

@media (max-width:991.98px) {
    .custom-menu li {
        position: relative
    }

    .custom-menu li a {
        display: block;
        color: #000;
        font-size: 36px
    }
}

@media (max-width:991.98px) and (max-height:740px) {
    .custom-menu li a {
        font-size: 34px
    }
}

.custom-menu a {
    font-weight: lighter
}

.text-center {
    text-align: center
}

.banner-space {
    padding-top: 300px
}

@media (max-width:991.98px) {
    .banner-space {
        padding-top: 170px
    }
}

.banner-space .item-img-container {
    overflow: hidden
}

.banner-space .item-img-container .item-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 2.8s cubic-bezier(.19, 1, .22, 1)
}

.banner-space .item-img-container .item-img.zoomIn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.container-cases .item-img-container {
    overflow: hidden
}

.container-cases .item-img-container .item-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 2.8s cubic-bezier(.19, 1, .22, 1)
}

.container-cases .item-img-container .item-img.zoomIn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80vh;
    background-color: #000
}

.banner,
.banner .item-content {
    width: 100%
}

.custom-card .item-img {
    width: 100%;
    height: 200px
}

.custom-card .item-content {
    padding: 15px 30px;
    border: 1px solid #959595
}

.cookie-banner {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0
}

.cookie-banner .item-close {
    font-size: 24px;
    cursor: pointer
}

@media (max-width:767.98px) {
    .cookie-banner {
        padding: 20px 0;
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .cookie-banner {
        padding: 10px 0 20px
    }

    .cookie-banner .item-close {
        font-size: 18px
    }
}

.banner-text {
    font-weight: 100;
    color: #424242
}

.project-description {
    position: absolute;
    left: 0
}

@media (max-width:991.98px) {
    .project-description h2 {
        font-size: 32px !important
    }

    .project-description {
        position: relative
    }
}

.project-slider {
    overflow: hidden
}

.project-slider a {
    width: 100%
}

@media (min-width:1200px) {
    .project-slider {
        padding-left: calc((100vw - 1280px)/2);
        max-width: inherit
    }
}

.project-slider .swiper-container {
    overflow: visible !important
}

.mb-xl-child-not-last section.section-push {
    margin-bottom: 0 !important
}

.section-push {
    position: relative
}

.section-push .item-push-content {
    position: relative;
    z-index: 1
}

.section-push a {
    width: 100%
}

.section-push .push-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.section-push .push-title:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}

@media (max-width:767.98px) {

    .section-push .ta-l,
    .section-push .ta-r {
        text-align: center !important
    }
}

.home .cms {
    font-size: 12px
}

.cms ul br {
    display: none
}

.cms ul li {
    margin-top: 10px
}

.cms img {
    width: 100% !important;
    height: auto !important;
    max-width: inherit !important;
    display: block !important
}

.cms p {
    margin-bottom: 15px
}

.cms b {
    font-weight: 100
}

.cms ul li {
    list-style: circle;
    list-style-position: outside;
    margin-left: 15px
}

.link-point {
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #000
}

.link-point,
.link-point span {
    position: relative
}

.link-point :not(.point):after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 2px;
    right: 0
}

.link-point .point {
    margin-right: 15px;
    left: 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #e0dbd5
}

.simple-link {
    position: relative
}

.simple-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #101010
}

.clients .logo-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px
}

.clients .logo-outer .logo {
    width: 100%;
    max-width: 110px;
    margin: auto
}

@media (max-width:1199.98px) {
    .clients .logo-outer .logo {
        max-width: 90px
    }
}

.clients .logo-outer .logo img {
    margin: auto;
    display: block !important
}

.stagger-block .container-fluid {
    padding: 0
}

@media (max-width:991.98px) {
    .stagger-block .stagger-title {
        line-height: 1
    }
}

.cms .stagger-block h2,
.cms .stagger-block h3,
.home .cms .stagger-block h2,
.stagger-block .cms h2,
.stagger-block .cms h3,
.stagger-block .home .cms h2,
.stagger-block .title-lg,
.stagger-block .title-md {
    color: #fff !important
}

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

@media (min-width:1660px) {
    .stagger-block .stagger {
        width: 100%;
        padding-left: 240px !important;
        padding-right: 240px !important
    }
}

.stagger-block .stagger ul.reset li {
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: .03
}

.stagger-block .stagger ul li.this {
    opacity: 1
}

.stagger-block .stagger ul li.this .stagger-text {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.stagger-block .stagger-item {
    position: relative
}

.stagger-block .stagger-item .stagger-text {
    -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0) rotate(-2deg);
    transform: translate3d(0, 20%, 0) rotate(-2deg)
}

.agency-images .container-fluid {
    padding: 0
}

.project {
    position: relative
}

.project .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%
}

.project .logos span:first-child {
    margin-right: 10px
}

.seo {
    font-size: 14px
}

.seo h2 {
    font-size: 16px
}

.seo-links {
    font-size: 14px
}

.seo-links .links-container {
    margin-right: auto;
    margin-left: auto
}

@media (max-width:991.98px) {
    .seo-links .links-container .link {
        display: block
    }
}

.seo-links .links-container .link a:hover {
    text-decoration: underline;
    color: #000
}

.seo-links .links-container .link:last-child:after {
    display: none
}

.seo-links .links-container .link:after {
    display: inline-block;
    content: "//";
    margin: 0 15px
}

@media (max-width:991.98px) {
    .seo-links .links-container .link:after {
        display: none
    }
}

.js-split,
.split-text > div {
    overflow: hidden
}

.page-template-secteurs footer,
.post-type-archive-expertises footer {
    display: none
}

.fake-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100vh;
    background-color: #e0dbd5;
    pointer-events: none;
    overflow: auto;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.fake-menu.active {
    pointer-events: auto
}

.fake-menu .item-close {
    position: absolute;
    z-index: 11;
    top: 35px;
    right: 50px;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gravity-form-bootstrap .video .gform_fields,
.video .gravity-form-bootstrap .gform_fields,
.video .row {
    margin: auto
}

.flexible-text .point {
    height: auto;
    width: auto
}

.custom-slider {
    position: relative;
    height: 100%;
    width: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    overflow: hidden
}

.custom-slider .js-slider__inner {
    position: relative;
    top: 0;
    height: 80vh;
    left: 15%
}

.custom-slider .js-slider__inner .js-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 65vw;
    height: 80vh;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.8s cubic-bezier(.19, 1, .22, 1)
}

.custom-slider .js-slider__inner .js-slide a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.custom-slider .js-slider__inner .js-slide .item-link {
    z-index: 1
}

.custom-slider .js-slider__inner .js-slide .img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.8s cubic-bezier(.19, 1, .22, 1)
}

.custom-slider .js-slider__inner .js-slide .img-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease
}

.custom-slider .js-slider__inner .js-slide.active .img-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-slider .js-slider__inner .js-slide.is-appeared .img-wrapper {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.custom-slider .js-slider__inner .js-slide.is-appeared .img-wrapper,
.custom-slider .js-slider__inner .js-slide.is-hover .img-wrapper {
    -webkit-transition: all 3.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 3.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 3.8s cubic-bezier(.19, 1, .22, 1)
}

.custom-slider .js-slider__inner .js-slide.is-hover .img-wrapper {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.custom-slider .js-slider__inner .js-slide.is-hover .img-wrapper:before {
    opacity: .4
}

.custom-slider .js-slider__inner .js-slide:last-child .img-wrapper:before {
    display: none
}

.custom-slider.is-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.custom-slider.is-grabbing .js-slider__inner .js-slide {
    -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92)
}

.pagination-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination-container > li:not(:last-child) {
    margin-right: 50px
}

.custom-loader svg {
    display: inline-block;
    width: 150px;
    height: 150px;
    fill: #959595
}

.custom-loader svg circle {
    stroke: #959595
}

.custom-loader.custom-loader-sm svg {
    width: 80px;
    height: 80px
}

.ajax-loader {
    display: none
}

.zoom-container {
    overflow: hidden
}

#page-home .banner-home {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#page-home .banner-home .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

#page-home .banner-home .item-video {
    overflow: hidden
}

@media (max-width:991.98px) {
    #page-home .banner-home .item-video {
        display: none
    }
}

#page-home .banner-home .item-video video {
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    top: 50%;
    left: 50%
}

#page-home .banner-home .item-video .item-layer {
    z-index: 1;
    background-color: rgba(0, 0, 0, .1)
}

#page-home .banner-home .banner-container {
    position: absolute;
    z-index: 1
}

@media screen and (min-width:992px) and (max-width:1200px) {
    #page-home .banner-home .title {
        font-size: 60px
    }
}

#page-home .banner-home .video {
    color: #959595
}

#page-home .banner-home .banner-text {
    color: #dedede
}

#page-home .banner-home .banner-text-title {
    color: #dedede;
    font-size: 20px
}

#page-home .banner-home .link-point {
    color: #dedede
}

@media (max-width:767.98px) {
    #page-home .banner-home {
        height: auto;
        padding-top: 0 !important
    }
}

#menu-container #page-home .banner-home nav,
#page-home .banner-home #menu-container nav,
#page-home .banner-home .container,
#page-home .banner-home .stagger-block .stagger,
.stagger-block #page-home .banner-home .stagger {
    margin: auto;
    padding-top: 150px;
    margin-left: 10%;
}

#page-home .banner-home .scroll {
    position: absolute;
    left: 50%;
    top: 0;
    padding-left: 15px;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    #page-home .banner-home .scroll {
        position: relative;
        left: 0;
        padding-left: 15px
    }

    #page-home .projects .project-title-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#page-home .projects .swiper-projects {
    position: relative;
    padding-left: 0;
    overflow: hidden
}

@media (min-width:576px) {
    #page-home .projects .swiper-projects {
        padding-left: calc((100vw - 510px)/2)
    }
}

@media (min-width:768px) {
    #page-home .projects .swiper-projects {
        padding-left: calc((100vw - 690px)/2)
    }
}

@media (min-width:992px) {
    #page-home .projects .swiper-projects {
        padding-left: calc((100vw - 930px)/2)
    }
}

@media (min-width:1200px) {
    #page-home .projects .swiper-projects {
        padding-left: calc((100vw - 1250px)/2)
    }
}

@media (max-width:991.98px) {
    #page-home .projects .swiper-projects {
        padding-left: 0 !important
    }
}

#page-home .projects .swiper-projects .swiper-container {
    overflow: visible
}

#page-home .projects .swiper-projects .swiper-slide {
    position: relative;
    -webkit-transition: -webkit-transform 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 1.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.8s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.8s cubic-bezier(.19, 1, .22, 1)
}

#page-home .projects .swiper-projects .swiper-slide a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

@media (max-width:991.98px) {
    #page-home .projects .swiper-projects .swiper-slide a .word-swiper {
        opacity: 1 !important
    }
}

#page-home .projects .swiper-projects .swiper-slide .zoom-container {
    width: 100%
}

#page-home .projects .swiper-projects .swiper-slide .zoom-container .item-img {
    width: 100%;
    height: 80vh;
    -webkit-transition: -webkit-transform 3.8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 3.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 3.8s cubic-bezier(.19, 1, .22, 1);
    transition: transform 3.8s cubic-bezier(.19, 1, .22, 1);
    transition: transform 3.8s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3.8s cubic-bezier(.19, 1, .22, 1)
}

#page-home .projects .swiper-projects .swiper-slide .item-link {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#page-home .projects .swiper-projects .swiper-slide:hover .item-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#page-home .projects .swiper-projects .swiper-slide.onTouch {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92)
}

#page-home .agency-images .container-fluid {
    padding: 0
}

#page-home .clients {
    background:
}

.js-slider-text {
    z-index: 2
}

@media (max-width:991.98px) {
    #page-contact .reverse-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#page-contact .js-split {
    overflow: visible
}

#page-contact .section-map {
    position: relative;
    height: 80vh
}

@media (max-width:991.98px) {
    #page-contact .section-map {
        display: none
    }
}

#page-contact .section-map .item-video {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#page-contact .section-map .item-video #contact-video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#page-contact input,
#page-contact textarea {
    -webkit-appearance: none;
    border-radius: 0
}

#page-validation-contact {
    height: 100vh
}

#page-expertises-single .expertises-container .gravity-form-bootstrap .gform_fields:nth-child(odd),
#page-expertises-single .expertises-container .row:nth-child(odd),
.gravity-form-bootstrap #page-expertises-single .expertises-container .gform_fields:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#page-expertises-single .expertises-container .gravity-form-bootstrap .gform_fields:nth-child(odd) .odd,
#page-expertises-single .expertises-container .row:nth-child(odd) .odd,
.gravity-form-bootstrap #page-expertises-single .expertises-container .gform_fields:nth-child(odd) .odd {
    padding-left: 0 !important;
    margin-right: 80px !important
}

@media (max-width:991.98px) {

    #page-expertises-single .expertises-container .gravity-form-bootstrap .gform_fields:nth-child(odd) .odd,
    #page-expertises-single .expertises-container .row:nth-child(odd) .odd,
    .gravity-form-bootstrap #page-expertises-single .expertises-container .gform_fields:nth-child(odd) .odd {
        margin-right: 0 !important
    }

    #page-expertises-single .expertises-container .gravity-form-bootstrap .gform_fields:nth-child(odd),
    #page-expertises-single .expertises-container .row:nth-child(odd),
    .gravity-form-bootstrap #page-expertises-single .expertises-container .gform_fields:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #page-etudes-archive .etudes-archive-img {
        padding: 0
    }
}

#page-etudes-single .link-point {
    color: #fff !important
}

#page-etudes-single .banner-etudes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh
}

#page-etudes-single .banner-etudes .banner-inner-etudes {
    position: relative;
    z-index: 2;
    margin: auto
}

#page-etudes-single .banner-etudes .item-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden
}

#page-etudes-single .banner-etudes .item-bg.zoomIn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#page-etudes-single .bg-black .logo .logo-img img {
    width: auto;
    max-width: 100%;
    height: 50px
}

@media (max-width:991.98px) {
    #page-etudes-single .bg-black .logo .logo-img {
        margin-left: 15px
    }
}

#page-etudes-single .plyr--video {
    width: 100%;
    height: 100%
}

#page-etudes-single .plyr__video-embed {
    height: 100%;
    padding-bottom: 0 !important
}

#page-etudes-single img {
    display: block;
    margin: auto
}

#page-etudes-single .section-full-img {
    overflow: hidden
}

#page-etudes-single .section-full-img .item-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 2.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 2.8s cubic-bezier(.19, 1, .22, 1)
}

#page-etudes-single .section-full-img .item-img.zoomIn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#page-agence .video-container {
    height: 800px
}

@media (max-width:1199.98px) {
    #page-agence .video-container {
        height: 500px
    }
}

@media (max-width:991.98px) {
    #page-agence .video-container {
        height: 400px
    }

    #page-agence .recompenses {
        padding-bottom: 0 !important
    }
}

#page-agence .recompenses .item-container .recompenses_img {
    background-size: contain;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (max-width:991.98px) {
    #page-agence .recompenses .item-container .recompenses_img {
        height: 150px
    }

    #page-agence .recompenses .item-container .item-text {
        margin-top: -20px;
        position: relative;
        z-index: 2
    }
}

#page-agence .team {
    padding: 160px 0
}

@media (max-width:991.98px) {
    #page-agence .team {
        padding: 120px 0
    }
}

@media (max-width:767.98px) {
    #page-agence .team {
        padding: 80px 0
    }
}

#page-agence .team .member-photo {
    position: relative;
    width: 170px;
    height: 170px;
    background-color: #fff
}

#page-agence .team .member.postulate .member-photo:before {
    border-width: 20px 0 0 20px;
    border-color: transparent #f2f2f2
}

#page-agence .team .member .member-post {
    font-size: 14px
}

@media (max-width:991.98px) {
    #page-agence .instagram .container-insta {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

#page-agence .instagram .insta--item {
    width: 300px;
    height: 300px
}

#page-agence .instagram .insta--item a,
#page-agence .instagram .insta--item a div {
    width: 100%;
    height: 100%
}

#page-secteur-single .quote {
    font-size: 32px
}

@media (max-width:991.98px) {
    #page-secteur-single .quote {
        font-size: 22px
    }
}

#page-secteur-single .quote p {
    padding-top: 50px
}

@media (max-width:991.98px) {
    #page-secteur-single .quote p {
        width: 100%
    }
}

#page-secteur-single .quote span {
    height: 100px;
    width: 134px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    #page-secteur-single .quote span {
        height: 66px;
        width: 100px
    }
}

#page-secteur-single .quote .quote-left {
    background-image: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/quote-left.svg);
    float: left;
    margin: 0 30px 10px 0
}

#page-secteur-single .quote .quote-right-outer {
    position: relative;
    width: 134px
}

#page-secteur-single .quote .quote-right-outer .quote-right {
    background-image: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/quote-right.svg);
    position: absolute;
    bottom: 0;
    margin-left: 30px;
    margin-top: 30px;
    right: 0;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%)
}

#page-secteur-single section.projects {
    margin-bottom: 100px !important
}

@media (max-width:991.98px) {
    #page-secteur-single section.projects {
        margin-bottom: 50px !important
    }
}

#page-secteur-single section.clients {
    margin-bottom: 100px !important
}

@media (max-width:991.98px) {
    #page-secteur-single section.clients {
        margin-bottom: 0 !important
    }

    #page-secteur-single .projects .swiper-wrapper {
        height: auto
    }
}

#page-secteur-single .author .author-img {
    width: 85px
}

#page-blog .articles-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#page-blog .article a {
    width: 100%
}

#page-blog .article:nth-child(2n) {
    margin-top: 100px
}

@media (max-width:991.98px) {
    #page-blog .article:nth-child(2n) {
        margin-top: 0
    }
}

#page-blog .article:nth-child(odd) {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (max-width:991.98px) {
    #page-blog .article:nth-child(odd) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#page-blog .social {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (max-width:991.98px) {
    #page-blog .social {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#page-news-single .banner-space {
    padding-top: 200px
}

@media (max-width:991.98px) {
    #page-news-single .content-article .social {
        text-align: center !important
    }

    #page-news-single .content-article .social li {
        display: inline-block !important;
        margin: 0 10px
    }
}

#page-news-single .content-article .social li a {
    margin: auto;
    display: block
}

#page-realisations .col-lg-3 a {
    width: 100%
}

@media (max-width:575.98px) {
    #page-realisations .col-lg-3 {
        padding-left: 0;
        padding-right: 0
    }
}

#page-realisations .item-img {
    overflow: hidden;
    height: 300px
}

#page-realisations .item-img .bg-img-project {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 3.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 3.8s cubic-bezier(.19, 1, .22, 1);
    transition: all 3.8s cubic-bezier(.19, 1, .22, 1)
}

#page-realisations .item-img .bg-img-project.zoomIn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.single-equipe footer {
    display: none
}

#page-team {
    position: relative;
    height: 100vh;
    overflow: scroll
}

@media (max-width:991.98px) {
    #page-team {
        height: auto;
        overflow: initial
    }
}

#page-team .left-block {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #e0dbd5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991.98px) {
    #page-team .left-block {
        padding-top: 60px;
        position: relative;
        height: 50vh
    }
}

#page-team .left-block .image {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50%;
    width: 50%
}

#page-team .right-block {
    position: absolute;
    right: 0
}

@media (max-width:991.98px) {
    #page-team .right-block {
        position: relative
    }
}

#page-team .right-block .cms h1,
#page-team .right-block .title-xl,
.cms #page-team .right-block h1 {
    font-size: 72px
}

#page-team .right-block .linkedin-img {
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

#page-team .right-block .linkedin-img img {
    width: 15px;
    position: relative;
    margin-top: -2px;
    z-index: 1
}

#page-team .right-block .linkedin-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e0dbd5;
    z-index: 0;
    border-radius: 50%
}

#page-team .right-block .cms {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0
}

#page-team .right-block .cms a {
    display: block
}

#page-404 {
    position: relative;
    background: #e0dbd5;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

#page-404 .text-error {
    font-size: 20vw
}

#page-404 .btn-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#page-404 .btn-404 .point {
    background-color: #000;
    width: 20px;
    height: 20px
}

#page-404 .btn-404 span:after {
    display: none
}

.scroll-area .scrollbar-track.scrollbar-track-y {
    width: 4px !important
}

.scroll-area .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
    width: 100% !important;
    background: #000 !important
}

body.isDesktop,
html.isDesktop {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.is-virtual-scroll {
    overflow: hidden
}

.is-native-scroll.y-scroll {
    overflow-y: scroll;
    overflow-x: hidden
}

.is-native-scroll.x-scroll {
    overflow-y: hidden;
    overflow-x: scroll
}

#site-container.isDesktop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
    will-change: transform
}

#site-container.noSmoothScrollPage {
    position: relative
}

.vs-scrollbar {
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.vs-scrollbar.vs-vertical {
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.vs-scrollbar.vs-horizontal {
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.is-dragging .vs-scrollbar.vs-horizontal,
.is-dragging .vs-scrollbar.vs-vertical,
.vs-scrollbar.vs-horizontal:hover,
.vs-scrollbar.vs-vertical:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.vs-scrollbar .vs-scrolldrag {
    width: 100%;
    height: auto;
    background: #000;
    cursor: pointer;
    border: 1px solid white
}

.vs-scroll-view {
    position: relative;
    width: 1px
}

.page-loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e0dbd5
}

@media (max-width:991.98px) {
    .page-loader .item-logo-outer svg {
        -webkit-transform: scale(2.5) !important;
        -ms-transform: scale(2.5) !important;
        transform: scale(2.5) !important
    }
}

@-webkit-keyframes loadbar {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes loadbar {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.video video {
    width: 100%
}

@media (max-width:991.98px) {
    .video video {
        height: 480px
    }
}

.video .plyr__poster {
    background-size: cover
}

.video .plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 175, 255, 0);
    box-shadow: 0 0 0 0 rgba(26, 175, 255, 0)
}

.video .plyr__control.plyr__control--overlaid {
    width: 150px;
    height: 150px;
    background-color: transparent
}

.video .plyr__control.plyr__control--overlaid svg {
    left: auto;
    margin: 0 auto
}

.video .plyr__video-embed {
    padding-bottom: 0
}

.video .plyr--stopped.plyr--video .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.ghost_link {
    display: none
}

.gravity-form-bootstrap .gform_fields input,
.gravity-form-bootstrap .gform_fields select,
.gravity-form-bootstrap .gform_fields textarea {
    width: 100%;
    background-color: transparent
}

img#gform_ajax_spinner_2 {
    width: 32px !important;
    height: 32px !important;
    margin-left: 10px
}

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

.materialize-form .materialize-form-group label {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 24px;
    color: #424242
}

.materialize-form .materialize-form-group input {
    border: none;
    border-bottom: 1px solid #959595;
    color: #959595;
    height: 50px;
    padding: 0 10px
}

.materialize-form .materialize-form-group input:focus {
    border-bottom: 1px solid #000
}

.materialize-form .materialize-form-group .gfield_checkbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.materialize-form .materialize-form-group .gfield_checkbox li input {
    width: 30px !important
}

.materialize-form .materialize-form-group .validation_message {
    display: none
}

#contact-footer .checkbox input:checked ~ label:after {
    background-color: #fff !important
}

@media (min-width:992px) {
    .contact-form form {
        margin-top: -28px
    }
}

.contact-form #field_2_8 .gfield_label {
    display: none
}

.contact-form.white-form input:-webkit-autofill,
.contact-form.white-form input:-webkit-autofill:focus,
.contact-form.white-form input:-webkit-autofill:hover,
.contact-form.white-form select:-webkit-autofill,
.contact-form.white-form select:-webkit-autofill:focus,
.contact-form.white-form select:-webkit-autofill:hover,
.contact-form.white-form textarea:-webkit-autofill,
.contact-form.white-form textarea:-webkit-autofill:focus,
.contact-form.white-form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.contact-form.white-form input {
    color: #000
}

.contact-form.white-form label,
.contact-form.white-form textarea {
    color: #959595
}

.contact-form.white-form .ginput_container_fileupload {
    border-bottom: 1px solid #959595
}

.contact-form.white-form .checkbox label:after,
.contact-form.white-form .checkbox label:before {
    border: 1px solid #000
}

.contact-form.white-form .checkbox label:before {
    background-color: #fff
}

.contact-form.white-form .checkbox label:after {
    background-color: #f2f2f2
}

.contact-form.white-form .checkbox input:checked ~ label:after {
    background-color: #000
}

.contact-form.white-form .input-budget select {
    color: #959595
}

.contact-form.white-form .gform_footer input[type="submit"] {
    background-color: #000
}

.contact-form.black-form input:-webkit-autofill,
.contact-form.black-form input:-webkit-autofill:focus,
.contact-form.black-form input:-webkit-autofill:hover,
.contact-form.black-form select:-webkit-autofill,
.contact-form.black-form select:-webkit-autofill:focus,
.contact-form.black-form select:-webkit-autofill:hover,
.contact-form.black-form textarea:-webkit-autofill,
.contact-form.black-form textarea:-webkit-autofill:focus,
.contact-form.black-form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #101010 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.contact-form.black-form input {
    color: #fff
}

.contact-form.black-form input:focus {
    border-bottom: 1px solid #fff
}

.contact-form.black-form input:focus ~ label,
.contact-form.black-form label {
    color: #fff
}

.contact-form.black-form textarea {
    color: #fff;
    background-color: #000 !important
}

.contact-form.black-form .ginput_container_fileupload {
    border-bottom: 1px solid #fff
}

.contact-form.black-form .checkbox label:after,
.contact-form.black-form .checkbox label:before {
    border: 1px solid #000
}

.contact-form.black-form .checkbox label:before {
    background-color: #fff
}

.contact-form.black-form .checkbox label:after {
    background-color: #f2f2f2
}

.contact-form.black-form .checkbox input:checked ~ label:after {
    background-color: #000
}

.contact-form.black-form .input-budget select {
    color: #fff
}

.contact-form.black-form .gform_footer input[type="submit"] {
    color: #000;
    background-color: #fff
}

.contact-form textarea {
    border: 0;
    height: 260px;
    padding: 35px;
    font-size: 24px;
    resize: none
}

.contact-form .gform_body {
    margin-bottom: 20px
}

.contact-form .input-file {
    cursor: pointer;
    padding-bottom: 0
}

.contact-form .input-file label {
    cursor: pointer;
    width: 90%
}

.contact-form .input-file .ginput_container_fileupload {
    height: 90%;
    background: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/joint.svg) no-repeat top 10px right 15px;
    background-size: 25px auto
}

.contact-form .input-file .ginput_container_fileupload input[type="file"] {
    opacity: 0
}

.contact-form .input-file .ginput_container_fileupload .file-name {
    position: absolute;
    top: 50%
}

.contact-form .checkbox {
    width: 100%;
    margin-top: 25px
}

.contact-form .checkbox .gfield_label {
    display: none
}

.contact-form .checkbox .gfield_checkbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    position: relative
}

.contact-form .checkbox .gfield_checkbox li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.contact-form .checkbox .gfield_checkbox li label {
    cursor: pointer;
    padding-left: 40px
}

.contact-form .checkbox .gfield_checkbox li label:after,
.contact-form .checkbox .gfield_checkbox li label:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 12px;
    width: 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .checkbox .gfield_checkbox li label:before {
    margin-top: -10px;
    left: 15px
}

.contact-form .checkbox .gfield_checkbox li label:after {
    margin-top: -10px;
    left: 15px;
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.contact-form .checkbox .gfield_checkbox li input:checked ~ label:after {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.contact-form .gform_footer {
    margin-top: 60px;
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199.98px) {
    .contact-form .gform_footer {
        margin-top: 30px
    }
}

.contact-form .gform_footer button {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    background-color: transparent !important;
    color: #e0dbd5 !important;
    margin-left: 15px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-form .gform_footer button:hover:before {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: slidein
}

.contact-form .gform_footer button span {
    margin-left: 30px;
    padding-top: 10px;
    font-weight: 700
}

.contact-form .gform_footer button:after {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e0dbd5;
    position: absolute;
    left: 0;
    display: block
}

.contact-form .gform_footer button:before {
    content: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/right-arrow.svg);
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-left: 5px;
    -webkit-animation: slidein .5s ease alternate;
    animation: slidein .5s ease alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-name: none
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    51% {
        opacity: 0
    }

    52% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    51% {
        opacity: 0
    }

    52% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.contact-form .gform_confirmation_message {
    color: #f2f2f2
}

.contact-form .validation_message {
    margin-top: 5px;
    color: #959595;
    font-size: 14px
}

.input-budget .ginput_container_select {
    position: relative
}

.input-budget .ginput_container_select:after {
    content: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/white-arrow.svg);
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 16px
}

.input-budget select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #959595;
    outline: none;
    position: relative
}

.page-template-contact .ginput_container_select:after {
    content: url(https://www.adveris.fr/wp-content/themes/yagami-theme/web/dist/img/black-arrow.svg)
}

.page-template-contact select {
    color: #000;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #959595;
    outline: none;
    position: relative
}

.gfield_error .gfield_label,
.gform_validation_error .gfield_label {
    font-size: 16px !important;
    top: -10px !important
}

.gfield_error .gfield_label {
    color: red !important
}

.gfield_error .input {
    border-bottom: 1px solid red !important
}

.gfield_error .validation_message {
    color: red
}

.gform_validation_container {
    display: none !important
}

.validation_error {
    color: red
}

[data-kira-item="splitline"] .item-line {
    overflow: hidden
}
