html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder;
}

code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

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

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

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,input,select,textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

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

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

iframe {
    border: 0;
}

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

td,th {
    padding: 0;
}

td:not([align]),th:not([align]) {
    text-align: left;
}

.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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    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: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -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 {
    -webkit-flex-shrink: 0;
    -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;
    -webkit-align-items: flex-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-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

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

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

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

.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: center;
    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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

.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: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.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: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

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

.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: rgba(255,255,255,.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%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%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/* compiled by scssphp v0.7.6 on Thu, 03 Jul 2025 16:06:28 +0000 (1.0099s) */
@charset "utf-8";@import url("https://p.typekit.net/p.css?s=1&k=gob3xzm&ht=tk&f=15882.16448.39433.39436.37513.37514.37521.37522&a=177969945&app=typekit&e=css");.select select:focus,.select select.is-focused,.select select:active,.select select.is-active,*:focus {
    outline: none
}

.select select:focus,.select select.is-focused,.select select:active,.select select.is-active {
    border: none
}

menu {
    list-style-type: none;
    margin-block-start:0;margin-block-end:0;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0}

html,body {
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    vertical-align: middle
}

hr {
    height: 1px;
    background: #c8c8c8;
    border: none
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.video-container img {
    width: 100%
}

.video-container.is-1-by-2 {
    padding-bottom: 42.15%
}

.video-container iframe,.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

a {
    transition: color 0.4s ease;
    display: inline-block
}

@media (max-width: 840px) {
    a {
        display:inline
    }
}

a:hover {
    color: #005f71
}

ul.no-bullet {
    list-style-type: none !important;
    padding-left: 0 !important
}

section:not(.header):not(.footer):not(.masthead) p > a:not(.button),section:not(.header):not(.footer):not(.masthead) li > a:not(.button),section:not(.header):not(.footer):not(.masthead) span > a:not(.button) {
    position: relative
}

section:not(.header):not(.footer):not(.masthead) p > a:not(.button)::after,section:not(.header):not(.footer):not(.masthead) li > a:not(.button)::after,section:not(.header):not(.footer):not(.masthead) span > a:not(.button)::after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0.2em;
    transform-origin: left;
    background-color: #005f71;
    transition: transform 0.4s ease;
    transform: scaleX(1)
}

section:not(.header):not(.footer):not(.masthead) p > a:not(.button):hover,section:not(.header):not(.footer):not(.masthead) li > a:not(.button):hover,section:not(.header):not(.footer):not(.masthead) span > a:not(.button):hover {
    color: #005f71
}

.link {
    color: #005f71;
    position: relative
}

.link::after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0.2em;
    transform-origin: left;
    transform: scaleX(0);
    background-color: #005f71;
    transition: transform 0.4s ease
}

.link:hover {
    color: #005f71
}

.link:hover::after {
    transform: scaleX(1)
}

section:not(.header):not(.footer):not(.masthead) ul {
    list-style-type: disc;
    padding-left: 1em
}

section:not(.header):not(.footer):not(.masthead) ol {
    list-style-type: decimal;
    padding-left: 1em
}

.visible-fix {
    visibility: visible !important;
    animation-name: fadeIn !important
}

.box-shadow-light {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15)
}

.box-shadow-dark {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25)
}

.box-shadow-smooth,.number-cards .blue-card {
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07)
}

.relative {
    position: relative !important
}

.block {
    display: block
}

@media (max-width: 840px) {
    .block {
        display:inline
    }
}

.nolink {
    cursor: default
}

.nolink:hover {
    color: inherit
}

:root {
    --desktopWidth: 1024px;
    --tabletWidth: 840px;
    --marginDesktop: 100px;
    --marginTouch: 25px;
    --fullHd: 2000px
}

.ratings,.ratingstars {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap
}

.ratings .ratings-stars,.ratingstars .ratings-stars {
    display: flex;
    align-items: center
}

.ratings img,.ratingstars img {
    padding-bottom: 5px
}

.ratings img:last-of-type,.ratingstars img:last-of-type {
    padding-right: 0.5em
}

.influx-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 840px) {
    .influx-link {
        justify-content:center
    }
}

.influx-link img {
    padding-bottom: 5px;
    padding-right: 0.5em
}

.swiper-slide {
    overflow: hidden
}

@media (max-width: 480px) {
    .is-hidden-mobile {
        display:none !important
    }
}

@media (max-width: 840px) {
    .is-hidden-tablet {
        display:none !important
    }
}

@media (max-width: 1024px) {
    .is-hidden-desktop {
        display:none !important
    }
}

@media (max-width: 1280px) {
    .is-hidden-widescreen {
        display:none !important
    }
}

@media (max-width: 2000px) {
    .is-hidden-fullhd {
        display:none !important
    }
}

@media (min-width: 480px) {
    .is-visible-mobile {
        display:none !important
    }
}

@media (min-width: 840px) {
    .is-visible-tablet {
        display:none !important
    }
}

@media (min-width: 1024px) {
    .is-visible-desktop {
        display:none !important
    }
}

@media (min-width: 1280px) {
    .is-visible-widescreen {
        display:none !important
    }
}

@media (min-width: 2000px) {
    .is-visible-fullhd {
        display:none !important
    }
}

.is-visible-scrolled {
    display: none
}

.scrolled .is-visible-scrolled {
    display: inherit
}

.scrolled .is-hidden-scrolled {
    display: none
}

.overflow-hidden {
    overflow: hidden !important
}

.z1 {
    z-index: 1 !important
}

.z-neg-1 {
    z-index: -1 !important
}

.filter-white {
    filter: brightness(0) invert(1)
}

.filter-black {
    filter: brightness(0) saturate(100%)
}

@keyframes zoomOut {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.zoomOut {
    transform: scale(1.1)
}

.zoomOut.animated {
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards zoomOut
}

.zoomOutBg:after {
    transform: scale(1.1)
}

.zoomOutBg.animated::after {
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards zoomOut
}

@keyframes zoomOutFadeIn {
    0% {
        transform: scale(1.1);
        opacity: 0.001
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes zoomOutFadeIn {
    0% {
        transform: scale(1.1);
        opacity: 0.001
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.zoomOutFadeInBg:after {
    transform: scale(1.1);
    opacity: 0.001
}

.zoomOutFadeInBg.animated::after {
    opacity: 1;
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards zoomOutFadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.001
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0.001
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    opacity: 0.001;
    animation-fill-mode: forwards
}

.fadeIn.animated {
    animation: 2s ease 1 forwards fadeIn
}

.fadeInBg:after {
    opacity: 0.001
}

.fadeInBg.animated::after {
    animation: 2s ease 1 forwards fadeIn
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0.001
    }

    1% {
        display: block;
        opacity: 0.001
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0.001
    }

    1% {
        display: block;
        opacity: 0.001
    }

    100% {
        display: block;
        opacity: 1
    }
}

.fadeUp {
    opacity: 0.001;
    animation-fill-mode: forwards
}

.fadeUp.animated {
    animation: 1.2s ease 1 forwards fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0.001;
        -webkit-transform: translateY(20px)
    }

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

.fadeUpSmooth {
    opacity: 0.001;
    animation-fill-mode: forwards
}

.fadeUpSmooth.animated {
    animation: 1.4s ease 1 forwards fadeInUpSmooth
}

@-webkit-keyframes fadeInUpSmooth {
    0% {
        opacity: 0.001;
        -webkit-transform: translateY(60px)
    }

    50% {
        opacity: 0.001;
        -webkit-transform: translateY(30px)
    }

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

.fadeInLeft {
    opacity: 0.001;
    animation-fill-mode: forwards
}

.fadeInLeft.animated {
    animation: 1s ease 1 forwards fadeInLeftSmooth
}

@-webkit-keyframes fadeInLeftSmooth {
    0% {
        opacity: 0.001;
        -webkit-transform: translateX(60px)
    }

    50% {
        opacity: 0.001;
        -webkit-transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.fadeInRight {
    opacity: 0.001;
    animation-fill-mode: forwards
}

.fadeInRight.animated {
    animation: 1s ease 1 forwards fadeInRightSmooth
}

@-webkit-keyframes fadeInRightSmooth {
    0% {
        opacity: 0.001;
        -webkit-transform: translateX(-60px)
    }

    50% {
        opacity: 0.001;
        -webkit-transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.fadeIn-slow {
    opacity: 0.001;
    animation-fill-mode: forwards
}

.fadeIn-slow.animated {
    animation: 2.5s ease 1 forwards fadeInSlow
}

@keyframes fadeInSlow {
    0% {
        opacity: 0.001
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInSlow {
    0% {
        opacity: 0.001
    }

    100% {
        opacity: 1
    }
}

.animate {
}

.animate:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.animate:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.animate:nth-child(4) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s
}

.animate:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate:nth-child(6) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.animate:nth-child(7) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate:nth-child(8) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.animate:nth-child(9) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate:nth-child(10) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.animate:nth-child(11) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animate:nth-child(12) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.animate:nth-child(13) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animate:nth-child(14) {
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s
}

.animate:nth-child(15) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animate:nth-child(16) {
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s
}

.animate:nth-child(17) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animate:nth-child(18) {
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s
}

.animate:nth-child(19) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animate:nth-child(20) {
    -webkit-animation-delay: 4.75s;
    animation-delay: 4.75s
}

.animate:nth-child(21) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animate:nth-child(22) {
    -webkit-animation-delay: 5.25s;
    animation-delay: 5.25s
}

.animate:nth-child(23) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.animate:nth-child(24) {
    -webkit-animation-delay: 5.75s;
    animation-delay: 5.75s
}

.animate.no-delay:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(5) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(6) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(8) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(9) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(10) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(11) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(12) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(13) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(14) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(15) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(16) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(17) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(18) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(19) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(20) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(21) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(22) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(23) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animate.no-delay:nth-child(24) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.accordion {
    margin-left: auto;
    margin-right: auto
}

.accordion .accordion__item {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.accordion .accordion__item .accordion__question {
    padding-right: 50px;
    cursor: pointer;
    position: relative
}

.accordion .accordion__item .accordion__question::after {
    content: " ";
    position: absolute;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='78' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    transition: transform 0.4s ease;
    right: 0;
    top: 0
}

.accordion .accordion__item.open .accordion__question a {
    color: #005f71
}

.accordion .accordion__item.open .accordion__question::after {
    transform: rotate(135deg)
}

.accordion .accordion__item .accordion__answer {
    transition: max-height 0.4s ease;
    overflow: hidden;
    max-height: 0
}

.breadcrumb {
    font-family: "butler";
    font-size: 11px;
    line-height: 1.45;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #707073;
    margin-bottom: 30px;
    display: flex
}

.breadcrumb ul {
    padding-left: 0;
    justify-content: center
}

.breadcrumb ul li a {
    color: #707073;
    font-weight: 400
}

.breadcrumb ul li a:not([href]) {
    color: #005f71
}

.card {
    background-color: white;
    padding: 50px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-size: cover;
    background-position: center center
}

@media (max-width: 480px) {
    .card {
        padding:25px
    }
}

.flexy.equal-height .card {
    height: 100%
}

@media (max-width: 840px) {
    .flexy.equal-height .card {
        height:auto
    }
}

.cascade-wrapper {
    overflow: hidden;
    margin: -50px
}

@media (max-width: 1024px) {
    .cascade-wrapper {
        margin:-25px
    }
}

.cascade-wrapper .cascade {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -50px
}

@media (max-width: 1024px) {
    .cascade-wrapper .cascade {
        margin:-25px
    }
}

.cascade-wrapper .cascade a {
    transition: background 0.35s ease
}

.cascade-wrapper .cascade a.has-hover {
    background: transparent
}

.cascade-wrapper .cascade > * {
    width: 100%;
    flex-shrink: 0;
    padding: 50px;
    margin-bottom: -1px
}

@media (max-width: 1024px) {
    .cascade-wrapper .cascade > * {
        padding:25px
    }
}

@media (max-width: 840px) {
    .cascade-wrapper .cascade > * {
        width:100%
    }

    .cascade-wrapper .cascade > *:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-collapsed-touch > * > * {
        display:none
    }

    .cascade-wrapper .cascade.is-collapsed-touch > * > *:first-child {
        display: block;
        margin-bottom: 0px !important
    }
}

@media (max-width: 480px) {
    .cascade-wrapper .cascade.is-collapsed-mobile > * > * {
        display:none
    }

    .cascade-wrapper .cascade.is-collapsed-mobile > * > *:first-child {
        display: block;
        margin-bottom: 0px !important
    }
}

.cascade-wrapper .cascade.is-flexend > * {
    display: flex;
    flex-direction: column
}

.cascade-wrapper .cascade.is-flexend > * > *:last-child {
    margin-top: auto
}

.cascade-wrapper .cascade.aligned.homefix h3 {
    min-height: 90px
}

@media (max-width: 480px) {
    .cascade-wrapper .cascade.aligned.homefix h3 {
        min-height:0
    }
}

.cascade-wrapper .cascade.is-2 > * {
    width: 50%;
    padding: 50px
}

@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-2 > * {
        width:100%;
        padding: 25px
    }
}

.cascade-wrapper .cascade.is-3 > * {
    width: 33.33%
}

@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-3 > * {
        width:50%
    }
}

@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-3 > * {
        width:100%
    }
}

.cascade-wrapper .cascade.is-4 > * {
    width: 25%
}

@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-4 > * {
        width:50%
    }
}

@media (max-width: 480px) {
    .cascade-wrapper .cascade.is-4 > * {
        width:100%
    }
}

.cascade-wrapper .cascade.is-grid {
    margin: 0 -2px -1px 0
}

.cascade-wrapper .cascade.is-grid > * {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    transition: background-color 0.4s ease
}

.cascade-wrapper .cascade.is-grid > *:hover {
    background-color: rgba(200, 200, 200, 0.3)
}

.cascade-wrapper .cascade.is-no-pad-grid > * {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8
}

.cascade-wrapper .cascade.is-list li {
    list-style-type: none
}

.cascade-wrapper .cascade.is-list li a {
    position: relative;
    width: 100%;
    height: 100%
}

.cascade-wrapper .cascade.is-vcentered > * {
    display: flex;
    align-items: center
}

.cascade-wrapper ul li {
    margin-bottom: 5px
}

.in-page-jump {
    min-height: 50px;
    position: relative;
    z-index: 10
}

.in-page-jump .in-page-jump + .in-page-jump__container a:first-child i {
    transform: rotate(-90deg)
}

.in-page-jump .in-page-jump__container {
    display: flex;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    padding: 15px;
    z-index: 10;
    background: #c4c4c4;
    transition: box-shadow 0.4s ease
}

.in-page-jump .in-page-jump__container svg path {
    stroke: #005f71
}

@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container {
        height:50px;
        top: 71px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        padding: 0;
        transition: height 0.4s ease
    }

    .in-page-jump .in-page-jump__container.open {
        height: 100vh
    }

    .in-page-jump .in-page-jump__container.open .in-page-jump__menu svg {
        transform: rotate(90deg)
    }
}

.in-page-jump .in-page-jump__container.scrolled {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.in-page-jump .in-page-jump__container .in-page-jump__menu {
    display: none;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #6c7375
}

.in-page-jump .in-page-jump__container .in-page-jump__menu svg {
    transition: transform 0.4s ease
}

@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container .in-page-jump__menu {
        display:block
    }
}

.in-page-jump .in-page-jump__container .in-page-jump__item {
    display: inline-block;
    text-align: center;
    transition: color 0.4s ease;
    color: #6c7375;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7
}

.in-page-jump .in-page-jump__container .in-page-jump__item:hover svg {
    transform: translateX(5px)
}

.in-page-jump .in-page-jump__container .in-page-jump__item svg {
    transition: transform 0.4s ease;
    padding-left: 0
}

@media (max-width: 480px) {
    .in-page-jump .in-page-jump__container .in-page-jump__item {
        line-height:2.2
    }
}

@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container .in-page-jump__item {
        display:block;
        margin-bottom: 5px
    }

    .in-page-jump .in-page-jump__container .in-page-jump__item:last-child {
        margin-bottom: 0
    }
}

.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled {
    color: #005f71
}

.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled svg {
    transform: rotate(90deg)
}

.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled svg .up {
    transform: rotate(270deg)
}

section[data-ipj] ~ .in-page-jump a:nth-child(2) svg {
    transform: rotate(-90deg)
}

section[data-ipj] ~ .in-page-jump a.scrolled:nth-child(2) svg {
    transform: rotate(0deg)
}

.instagram {
    position: relative;
    margin-bottom: 0;
    transform: translate3d(0)
}

.instagram iframe {
    vertical-align: middle
}

.instagram .instagram__account {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.instagram .instagram__account img {
    max-width: 260px
}

@media (max-width: 1024px) {
    .instagram .instagram__account img {
        max-width:200px
    }
}

.instagram .instagram__account a {
    text-align: center;
    transition: filter 0.4s ease
}

.instagram .instagram__account a:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5))
}

.instagram .instagram__account span {
    display: block;
    font-size: 30px;
    line-height: 28px;
    color: #fff
}

@media (max-width: 840px) {
    .instagram .instagram__account span {
        font-size:20px
    }
}

.instagram .instagram__account span.small {
    font-size: 22px;
    line-height: 1.6
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease, opacity 0.4s ease;
    opacity: 0.001;
    z-index: 44;
    pointer-events: none;
    top: 0;
    left: 0
}

.open .overlay {
    pointer-events: all;
    opacity: 1
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.001;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    transition: opacity 0.4s ease
}

.modal .modal-content {
    display: block;
    min-width: 50%;
    max-width: 1200px
}

.modal .modal-background {
    width: 100%;
    height: 100%;
    position: absolute
}

.modal .modal-content {
    position: relative;
    z-index: 1
}

.modal.open {
    opacity: 1;
    pointer-events: all
}

.modal-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.001;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    transition: opacity 0.4s ease
}

.modal-search .modal-content {
    display: block;
    min-width: 50%;
    max-width: 1200px
}

.modal-search .modal-background {
    width: 100%;
    height: 100%;
    position: absolute
}

.modal-search .modal-content {
    position: relative;
    z-index: 1
}

.modal-search.open {
    opacity: 1;
    pointer-events: all
}

.modal-close {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 40px;
    height: 40px;
    background: none
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    display: none;
    transform: translateY(100%);
    transition: transform 0.4s ease
}

.scrolled .mobile-cta {
    transform: none
}

@media (max-width: 840px) {
    .mobile-cta {
        display:flex
    }
}

.mobile-cta a {
    flex: 1 1 0;
    display: inline-flex;
    padding: 10px 15px;
    background: #005f71;
    text-align: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    padding-bottom: 15px
}

.mobile-cta a:nth-child(2) {
    background: #b8d7dc
}

.swiper-controls {
    font-family: "poppins"
}

.swiper-prev-button,.swiper-next-button {
    height: 50px;
    width: 50px;
    background: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.swiper-prev-button.swiper-button-disabled,.swiper-next-button.swiper-button-disabled {
    opacity: 0.5
}

@media (min-width: 1280px) {
    .selector-container .selectors .selector {
        max-height:none !important
    }
}

@media (max-width: 1280px) {
    .selector-container .selectors {
        padding:10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
        position: relative;
        background: white;
        flex-direction: column
    }

    .selector-container .selectors .active {
        position: relative
    }

    .selector-container .selectors .active::after {
        content: " ";
        position: absolute;
        right: 5px;
        top: 0;
        height: 25px;
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23005f71' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        pointer-events: none
    }

    .selector-container .selectors .selector {
        display: block;
        line-height: 2
    }
}

.selector-container .selectors .selector {
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden
}

.selector-container .selectors .selector img {
    transition: all 0.4s ease
}

.selector-container .selectors .selector.active {
    color: #005f71
}

.selector-container .selectors .selector.active img {
    transform: rotate(90deg);
    filter: invert(16%) sepia(9%) saturate(1186%) hue-rotate(115deg) brightness(129%) contrast(87%)
}

.selector-container .selector-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.001;
    height: 100%;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
    display: none
}

.selector-container .selector-item.active {
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    position: static;
    opacity: 1;
    pointer-events: all
}

.sub-selector-container .sub-selectors .sub-selector {
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative
}

.sub-selector-container .sub-selectors .sub-selector img {
    transition: all 0.4s ease
}

.sub-selector-container .sub-selectors .sub-selector::after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0.2em;
    transform-origin: left;
    transform: scaleX(0);
    background-color: #005f71;
    transition: transform 0.4s ease
}

.sub-selector-container .sub-selectors .sub-selector.active {
    color: #005f71
}

.sub-selector-container .sub-selectors .sub-selector.active::after {
    transform: scaleX(1)
}

.sub-selector-container .sub-selector-items {
    position: relative
}

.sub-selector-container .sub-selector-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.001;
    height: 100%;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1
}

.sub-selector-container .sub-selector-item.active {
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    position: static;
    opacity: 1;
    pointer-events: all
}

.link-reveal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.001;
    transition: opacity 0.4s ease, background 4s ease
}

.link-reveal ul {
    padding: 0;
    list-style-type: none !important
}

.link-reveal ul li {
    transform: translateY(100%);
    opacity: 0.001;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
    z-index: -1
}

.link-reveal ul li:nth-of-type(1) {
    transition-delay: 0s
}

.link-reveal ul li:nth-of-type(2) {
    transition-delay: 0.1s
}

.link-reveal ul li:nth-of-type(3) {
    transition-delay: 0.2s
}

.link-reveal ul li:nth-of-type(4) {
    transition-delay: 0.3s
}

.link-reveal ul li:nth-of-type(5) {
    transition-delay: 0.4s
}

.link-reveal ul li:nth-of-type(6) {
    transition-delay: 0.5s
}

.link-reveal ul li:nth-of-type(7) {
    transition-delay: 0.6s
}

.link-reveal ul li:nth-of-type(8) {
    transition-delay: 0.7s
}

.link-reveal ul li:nth-of-type(9) {
    transition-delay: 0.8s
}

.link-reveal ul li:nth-of-type(10) {
    transition-delay: 0.9s
}

.link-reveal ul li:nth-of-type(11) {
    transition-delay: 1s
}

.link-reveal ul li:nth-of-type(12) {
    transition-delay: 1.1s
}

.link-reveal ul li:nth-of-type(13) {
    transition-delay: 1.2s
}

.link-reveal ul li:nth-of-type(14) {
    transition-delay: 1.3s
}

.link-reveal ul li:nth-of-type(15) {
    transition-delay: 1.4s
}

.link-reveal ul li:nth-of-type(16) {
    transition-delay: 1.5s
}

.link-reveal ul li:nth-of-type(17) {
    transition-delay: 1.6s
}

.link-reveal ul li:nth-of-type(18) {
    transition-delay: 1.7s
}

.link-reveal ul li:nth-of-type(19) {
    transition-delay: 1.8s
}

.link-reveal ul li:nth-of-type(20) {
    transition-delay: 1.9s
}

.link-reveal ul li:nth-of-type(21) {
    transition-delay: 2s
}

.link-reveal ul li:nth-of-type(22) {
    transition-delay: 2.1s
}

.link-reveal ul li:nth-of-type(23) {
    transition-delay: 2.2s
}

.link-reveal ul li:nth-of-type(24) {
    transition-delay: 2.3s
}

.link-reveal ul li a {
    pointer-events: none;
    line-height: 2 !important
}

.link-reveal ul li a::after {
    content: none !important
}

.link-reveal-container:hover .link-reveal {
    opacity: 1
}

.link-reveal-container:hover .link-reveal ul li {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1
}

.link-reveal-container:hover .link-reveal ul li a {
    animation: activateLink 0.4s ease
}

.link-reveal-container.active ul li a {
    pointer-events: auto
}

@keyframes activateLink {
    0% {
        pointer-events: none
    }

    99% {
        pointer-events: none
    }

    100% {
        pointer-events: all !important
    }
}

@-webkit-keyframes activateLink {
    0% {
        pointer-events: none
    }

    99% {
        pointer-events: none
    }

    100% {
        pointer-events: all !important
    }
}

.quick-links {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap
}

.quick-links .quick-link {
    margin: 15px
}

.quick-links .quick-link:first-child {
    margin-left: 0
}

.quick-links .quick-link:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .quick-links {
        display:none
    }
}

.inline-gallery .swiper-slide a,.inline-gallery .swiper-slide img {
    width: 100%
}

.inline-gallery .inline-gallery-controls {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 840px) {
    .inline-gallery .inline-gallery-controls {
        margin-bottom:20px
    }
}

.inline-gallery .inline-gallery-controls .inline-gallery-next,.inline-gallery .inline-gallery-controls .inline-gallery-prev {
    height: 40px;
    min-width: 40px;
    flex-basis: 40px;
    background-color: #005f71;
    transition: opacity 0.4s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat
}

.inline-gallery .inline-gallery-controls .inline-gallery-next.swiper-button-disabled,.inline-gallery .inline-gallery-controls .inline-gallery-prev.swiper-button-disabled {
    opacity: 0.5
}

.inline-gallery .inline-gallery-controls .inline-gallery-prev {
    margin-right: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E")
}

.anchor {
    position: absolute
}

@media (max-width: 840px) {
    .anchor {
        margin-top:-50px
    }
}

.banner.has-gradient-overlay::after {
    content: ' ';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.45%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-highlight {
    background-color: #005f71
}

.banner-accent-color {
    background-color: #b8d7dc
}

.banner-grey {
    background-color: #c4c4c4
}

.banner-black {
    background-color: #111
}

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

.button {
    background: #005f71;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    color: white;
    transition: transform 0.4s ease
}

.button img {
    padding-left: 1em
}

.button:hover {
    color: white;
    transform: translateY(-4px)
}

.fit-image {
    height: 100%;
    object-fit: cover;
    width: 100%
}

input.error,textarea.error,select.error {
    border-color: red !important;
    background: #f2d0d0 !important
}

input.error + label,textarea.error + label,select.error + label {
    border-color: red !important;
    background: #f2d0d0 !important
}

button[type="submit"] {
    outline: none;
    cursor: pointer;
    border: none
}

button[type="submit"]:disabled {
    opacity: 0.001
}

button {
    display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    font-family: "poppins";
    font-weight: 300;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="time"] {
    -webkit-appearance: none
}

input[type="time"]::before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em
}

input[type="text"],input[type="email"],input[type="tel"],input[type="time"],input[type="date"],input[type="number"],select,textarea {
    border: none;
    outline: none;
    font-family: "poppins";
    padding: 0px 15px;
    height: 50px;
    resize: none;
    font-weight: 500;
    vertical-align: middle;
    font-size: 15px;
    color: #6c7375
}

input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="tel"]::placeholder,input[type="time"]::placeholder,input[type="date"]::placeholder,input[type="number"]::placeholder,select::placeholder,textarea::placeholder {
    color: #6c7375
}

.select {
    position: relative
}

.select select {
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding-right: 2em
}

.select::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    right: 1em;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    border-color: #005f71
}

textarea {
    height: 70px;
    padding: 10px 15px
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

.form .input-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px
}

.form .input-wrap.is-centered {
    align-items: center
}

.form .input-wrap.is-half {
    width: 50%
}

@media (max-width: 840px) {
    .form .input-wrap.is-half {
        width:100%
    }
}

.form .input-wrap.is-one-third {
    width: calc(100% / 3)
}

@media (max-width: 840px) {
    .form .input-wrap.is-one-third {
        width:100%
    }
}

.form.checkboxes .input-wrap.checkbox {
    min-height: 0;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(33% - 40px);
    padding: 0px;
    margin-bottom: 20px
}

@media (max-width: 840px) {
    .form.checkboxes .input-wrap.checkbox {
        margin-left:10px;
        margin-right: 10px;
        width: calc(50% - 20px);
        margin-bottom: 10px
    }

    .form.checkboxes .input-wrap.checkbox input {
        height: 50px
    }
}

@media (max-width: 480px) {
    .form.checkboxes .input-wrap.checkbox {
        width:100%
    }
}

.form.checkboxes .input-wrap.checkbox label {
    font-size: 15px;
    font-weight: 400;
    width: 100% !important;
    padding: 10px;
    text-align: center;
    margin: 0 !important;
    border: 1px solid #ddd;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.form.checkboxes .input-wrap.checkbox input {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: none;
    background: white;
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: -1
}

.form.checkboxes .input-wrap.checkbox input:checked ~ label {
    background: #ddd
}

@media (max-width: 480px) {
    .form .checkbox input {
        width:50px !important
    }
}

.form .input-wrap.checkbox {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px
}

.form .input-wrap.checkbox label,.form .input-wrap.checkbox input {
    width: auto;
    margin-right: 15px
}

.form p {
    width: 100%
}

.form .input-wrap.is-full {
    width: 100%
}

.form .input-wrap label {
    width: 100%;
    text-align: left;
    padding-right: 50px;
    cursor: pointer
}

@media (max-width: 480px) {
    .form .input-wrap label {
        padding-right:0
    }
}

.form .input-wrap select {
    width: 100%
}

.form .input-wrap input,.form .input-wrap textarea,.form .input-wrap .select {
    width: 100%;
    height: 50px
}

.form .input-wrap textarea {
    height: 100px
}

.form .input-wrap select {
    height: 50px
}

.form .input-wrap textarea {
    padding-top: 10px
}

.form .input-wrap.file input {
    height: auto;
    background: transparent;
    display: none
}

.form .input-wrap.file label {
    height: 50px;
    width: 100%;
    padding-left: 15px;
    display: flex;
    align-items: center
}

.form .input-wrap.file label svg {
    margin-right: 10px
}

.loading {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin 0.75s linear infinite;
    -moz-animation: spin 0.75s linear infinite;
    animation: spin 0.75s linear infinite
}

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

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

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.thankyou {
    width: 100%;
    height: 100%;
    background: white;
    padding: 20px
}

.logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -15px
}

.logos > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-height: min(max(35px, 3.4375vw), 55px);
    display: flex;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px
}

.logos > *:first-child {
    padding-left: 0px
}

.logos > *:last-child {
    padding-right: 0px
}

.logos a {
    transition: opacity 0.4s ease
}

.logos a:hover {
    opacity: 0.7
}

.logos img {
    object-fit: contain
}

.logo-slider {
    position: relative
}

.logo-slider .logos {
    display: flex;
    flex-wrap: nowrap;
    width: var(--logosWidth);
    transform: translate3d(0, 0, 0);
    opacity: 1 !important
}

.logo-slider .logos > * {
    padding-left: 25px;
    padding-right: 25px
}

.logo-slider .logos img {
    flex-shrink: 0
}

.logo-slider.active .logos {
    animation: slideshow 60s linear infinite
}

@keyframes slideshow {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }

    100% {
        transform: translateX(calc(var(--logosWidth) * -1));
        -webkit-transform: translateX(calc(var(--logosWidth) * -1))
    }
}

h1,h2,h3,h4,h5,h6 {
    color: #6c7375;
    font-family: "butler";
    font-weight: 300;
    margin-bottom: 35px
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child {
    margin-bottom: 0px
}

@media (max-width: 840px) {
    h1 .block,h2 .block,h3 .block,h4 .block,h5 .block,h6 .block {
        display:block
    }
}

p,body {
    font-size: 16px;
    font-family: "poppins";
    font-weight: 400;
    color: #6c7375;
    line-height: 1.8
}

p {
    margin-bottom: 35px
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: 700
}

.black {
    color: black !important
}

.white {
    color: white !important
}

.highlight-color {
    color: #005f71 !important
}

.accent-color {
    color: #b8d7dc !important
}

.text-center {
    text-align: center
}

@media (max-width: 840px) {
    .text-center-touch {
        text-align:center
    }
}

.text-justified {
    text-align: justify
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

@media (min-width: 840px) {
    .text-right-desktop {
        text-align:right
    }
}

.text-shadow {
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25)
}

.uppercase {
    text-transform: uppercase !important
}

.lowercase {
    text-transform: lowercase !important
}

.title-xl {
    font-family: "butler";
    font-size: 135px;
    line-height: 1;
    font-weight: 300;
    font-size: min(max(50px, 8.4375vw), 135px)
}

@media (max-width: 840px) {
    .title-xl-touch {
        font-size:135px !important
    }
}

@media (max-width: 480px) {
}

@media (max-width: 480px) and (max-width:840px) {
    .title-xl-mobile {
        font-size:135px !important
    }
}

.title-lg {
    font-family: "butler";
    font-size: 90px;
    line-height: 1.05;
    font-weight: 300;
    font-size: min(max(32px, 5.625vw), 90px)
}
.title-lg-2 {
    font-family: "butler";
    font-size: 105px;
    line-height: 1.05;
    font-weight: 300;
    font-size: min(max(32px, 5.625vw), 90px)
}

@media (max-width: 840px) {
    .title-lg-touch {
        font-size:90px !important
    }
}

@media (max-width: 480px) {
}

@media (max-width: 480px) and (max-width:840px) {
    .title-lg-mobile {
        font-size:90px !important
    }
}

.title-md {
    font-family: "butler";
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    font-size: min(max(32px, 3.75vw), 60px)
}

@media (max-width: 840px) {
    .title-md-touch {
        font-size:60px !important
    }
}

@media (max-width: 480px) {
}

@media (max-width: 480px) and (max-width:840px) {
    .title-md-mobile {
        font-size:60px !important
    }
}

.title-md2 {
    font-family: "butler";
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
    font-size: min(max(24px, 2.5vw), 40px)
}

.title-sm {
    font-family: "butler";
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    font-size: min(max(24px, 2.5vw), 40px)
}

.title-xs {
    font-family: "butler";
    font-size: 31px;
    line-height: 1.4;
    font-weight: 300;
    font-size: min(max(21.7px, 1.9375vw), 31px)
}

.intro {
    font-family: "poppins";
    font-size: 33px;
    line-height: 1.4;
    font-weight: 300;
    font-size: min(max(18px, 2.0625vw), 33px)
}

.lead {
    font-family: "poppins";
    font-size: 27px;
    line-height: 1.6;
    font-weight: 300;
    font-size: min(max(22px, 1.6875vw), 27px)
}

.lead2 {
    font-family: "poppins";
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
    font-size: min(max(22px, 1.6875vw), 24px)
}

.tiny {
    font-size: min(max(5px, 0.125vw), 2px)
}

.bg-image,.bg-flex-1,.bg-flex-2 {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.bg-image::after,.bg-flex-1::after,.bg-flex-2::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-image: var(--bgImage);
    background-size: cover
}

.bg-image.bg-noscale::after,.bg-flex-1.bg-noscale::after,.bg-flex-2.bg-noscale::after {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top
}

.bg-image.bg-four-fifths::after,.bg-flex-1.bg-four-fifths::after,.bg-flex-2.bg-four-fifths::after {
    width: 80%
}

.bg-image.bg-three-fourths::after,.bg-flex-1.bg-three-fourths::after,.bg-flex-2.bg-three-fourths::after {
    width: 75%
}

.bg-image.bg-two-thirds::after,.bg-flex-1.bg-two-thirds::after,.bg-flex-2.bg-two-thirds::after {
    width: 66%
}

.bg-image.bg-half::after,.bg-flex-1.bg-half::after,.bg-flex-2.bg-half::after {
    width: 50%
}

@media (max-width: 840px) {
    .bg-image.bg-half::after,.bg-flex-1.bg-half::after,.bg-flex-2.bg-half::after {
        width:100%;
        height: 100%
    }
}

.bg-image.bg-inset-100::after,.bg-flex-1.bg-inset-100::after,.bg-flex-2.bg-inset-100::after {
    height: calc(100% - 200px);
    top: 100px
}

.bg-image.bg-100-offset::after,.bg-flex-1.bg-100-offset::after,.bg-flex-2.bg-100-offset::after {
    height: calc(100% - 100px)
}

@media (max-width: 840px) {
    .bg-image.bg-100-offset::after,.bg-flex-1.bg-100-offset::after,.bg-flex-2.bg-100-offset::after {
        height:100%
    }
}

.bg-image.bg-stuck-right,.bg-flex-1.bg-stuck-right,.bg-flex-2.bg-stuck-right {
    overflow: visible
}

.bg-image.bg-stuck-right::after,.bg-flex-1.bg-stuck-right::after,.bg-flex-2.bg-stuck-right::after {
    width: calc(100% + var(--containerOffset));
    right: calc(var(--containerOffset) * -1)
}

.bg-image.bg-stuck-left,.bg-flex-1.bg-stuck-left,.bg-flex-2.bg-stuck-left {
    overflow: visible
}

.bg-image.bg-stuck-left::after,.bg-flex-1.bg-stuck-left::after,.bg-flex-2.bg-stuck-left::after {
    width: calc(100% + var(--containerOffset));
    left: calc(var(--containerOffset) * -1)
}

.bg-image.bg-right::after,.bg-flex-1.bg-right::after,.bg-flex-2.bg-right::after {
    background-position: right
}

.bg-image.bg-left::after,.bg-flex-1.bg-left::after,.bg-flex-2.bg-left::after {
    background-position: left
}

.bg-image.bg-top::after,.bg-flex-1.bg-top::after,.bg-flex-2.bg-top::after {
    background-position: top
}

.bg-image.bg-bottom::after,.bg-flex-1.bg-bottom::after,.bg-flex-2.bg-bottom::after {
    background-position: bottom
}

@media (max-width: 1280px) {
    .bg-image.bg-position-widescreen::after,.bg-flex-1.bg-position-widescreen::after,.bg-flex-2.bg-position-widescreen::after {
        background-position:var(--bgPosition)
    }
}

@media (max-width: 1024px) {
    .bg-image.bg-position-desktop::after,.bg-flex-1.bg-position-desktop::after,.bg-flex-2.bg-position-desktop::after {
        background-position:var(--bgPosition)
    }
}

@media (max-width: 840px) {
    .bg-image.bg-position-tablet::after,.bg-flex-1.bg-position-tablet::after,.bg-flex-2.bg-position-tablet::after {
        background-position:var(--bgPosition)
    }
}

.bg-rotate-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center
}

:root {
    --containerOffset: 0px
}

.two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.two-col li {
    width: calc(50% - 50px)
}

@media (max-width: 480px) {
    .two-col {
        display:block
    }

    .two-col li {
        width: auto
    }
}

@media (max-width: 840px) {
    .two-col.block-on-tablet {
        display:block
    }

    .two-col.block-on-tablet > * {
        width: auto
    }
}

.two-col-update {
    columns: 2;
    column-span: none;
    column-gap: 40px
}

@media (max-width: 840px) {
    .two-col-update {
        columns:1
    }
}

ul.two-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

ul.two-columns li {
    width: calc(50% - 50px)
}

@media (max-width: 480px) {
    ul.two-columns {
        display:block
    }
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem
}

.column.is-1 {
    flex: none;
    width: 8.3333333333%
}

.column.is-offset-1 {
    margin-left: 8.3333333333%
}

.column.is-2 {
    flex: none;
    width: 16.6666666667%
}

.column.is-offset-2 {
    margin-left: 16.6666666667%
}

.column.is-3 {
    flex: none;
    width: 25%
}

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

.column.is-4 {
    flex: none;
    width: 33.3333333333%
}

.column.is-offset-4 {
    margin-left: 33.3333333333%
}

.column.is-5 {
    flex: none;
    width: 41.6666666667%
}

.column.is-offset-5 {
    margin-left: 41.6666666667%
}

.column.is-6 {
    flex: none;
    width: 50%
}

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

.column.is-7 {
    flex: none;
    width: 58.3333333333%
}

.column.is-offset-7 {
    margin-left: 58.3333333333%
}

.column.is-8 {
    flex: none;
    width: 66.6666666667%
}

.column.is-offset-8 {
    margin-left: 66.6666666667%
}

.column.is-9 {
    flex: none;
    width: 75%
}

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

.column.is-10 {
    flex: none;
    width: 83.3333333333%
}

.column.is-offset-10 {
    margin-left: 83.3333333333%
}

.column.is-11 {
    flex: none;
    width: 91.6666666667%
}

.column.is-offset-11 {
    margin-left: 91.6666666667%
}

.column.is-12 {
    flex: none;
    width: 100%
}

.column.is-offset-12 {
    margin-left: 100%
}

@media (max-width: 840px) {
    .column {
        display:block;
        width: 100% !important
    }
}

.columns.is-mobile > .column.is-narrow {
    flex: none
}

.columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%
}

.columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%
}

.columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%
}

.columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%
}

.columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%
}

.columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%
}

.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.3333333333%
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%
}

.columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.6666666667%
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%
}

.columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.3333333333%
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%
}

.columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.6666666667%
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%
}

.columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.3333333333%
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%
}

.columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.6666666667%
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%
}

.columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.3333333333%
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%
}

.columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.6666666667%
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%
}

.columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%
}

@media (max-width: 480px) {
    .column.is-narrow-mobile {
        flex:none
    }

    .column.is-full-mobile {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-1-mobile {
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.3333333333%
    }

    .column.is-2-mobile {
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.6666666667%
    }

    .column.is-3-mobile {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.3333333333%
    }

    .column.is-5-mobile {
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.6666666667%
    }

    .column.is-6-mobile {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.3333333333%
    }

    .column.is-8-mobile {
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.6666666667%
    }

    .column.is-9-mobile {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.3333333333%
    }

    .column.is-11-mobile {
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.6666666667%
    }

    .column.is-12-mobile {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media (max-width: 840px) {
    .column.is-narrow,.column.is-narrow-tablet {
        flex:none
    }

    .column.is-full,.column.is-full-tablet {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters,.column.is-three-quarters-tablet {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,.column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%
    }

    .column.is-half,.column.is-half-tablet {
        flex: none;
        width: 50%
    }

    .column.is-one-third,.column.is-one-third-tablet {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,.column.is-one-quarter-tablet {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,.column.is-one-fifth-tablet {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,.column.is-two-fifths-tablet {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,.column.is-three-fifths-tablet {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,.column.is-four-fifths-tablet {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half,.column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,.column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-1,.column.is-1-tablet {
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1,.column.is-offset-1-tablet {
        margin-left: 8.3333333333%
    }

    .column.is-2,.column.is-2-tablet {
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2,.column.is-offset-2-tablet {
        margin-left: 16.6666666667%
    }

    .column.is-3,.column.is-3-tablet {
        flex: none;
        width: 25%
    }

    .column.is-offset-3,.column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,.column.is-4-tablet {
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4,.column.is-offset-4-tablet {
        margin-left: 33.3333333333%
    }

    .column.is-5,.column.is-5-tablet {
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5,.column.is-offset-5-tablet {
        margin-left: 41.6666666667%
    }

    .column.is-6,.column.is-6-tablet {
        flex: none;
        width: 50%
    }

    .column.is-offset-6,.column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,.column.is-7-tablet {
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7,.column.is-offset-7-tablet {
        margin-left: 58.3333333333%
    }

    .column.is-8,.column.is-8-tablet {
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8,.column.is-offset-8-tablet {
        margin-left: 66.6666666667%
    }

    .column.is-9,.column.is-9-tablet {
        flex: none;
        width: 75%
    }

    .column.is-offset-9,.column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,.column.is-10-tablet {
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10,.column.is-offset-10-tablet {
        margin-left: 83.3333333333%
    }

    .column.is-11,.column.is-11-tablet {
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11,.column.is-offset-11-tablet {
        margin-left: 91.6666666667%
    }

    .column.is-12,.column.is-12-tablet {
        flex: none;
        width: 100%
    }

    .column.is-offset-12,.column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media (max-width: 1024px) {
    .column.is-narrow-desktop {
        flex:none
    }

    .column.is-full-desktop {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-1-desktop {
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.3333333333%
    }

    .column.is-2-desktop {
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.6666666667%
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.3333333333%
    }

    .column.is-5-desktop {
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.6666666667%
    }

    .column.is-6-desktop {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.3333333333%
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.6666666667%
    }

    .column.is-9-desktop {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.3333333333%
    }

    .column.is-11-desktop {
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.6666666667%
    }

    .column.is-12-desktop {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media (max-width: 1280px) {
    .column.is-narrow-widescreen {
        flex:none
    }

    .column.is-full-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-1-widescreen {
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.3333333333%
    }

    .column.is-2-widescreen {
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.6666666667%
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.3333333333%
    }

    .column.is-5-widescreen {
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.6666666667%
    }

    .column.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.3333333333%
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.6666666667%
    }

    .column.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.3333333333%
    }

    .column.is-11-widescreen {
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.6666666667%
    }

    .column.is-12-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media (max-width: 2000px) {
    .column.is-narrow-fullhd {
        flex:none
    }

    .column.is-full-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .column.is-1-fullhd {
        flex: none;
        width: 8.3333333333%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.3333333333%
    }

    .column.is-2-fullhd {
        flex: none;
        width: 16.6666666667%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.6666666667%
    }

    .column.is-3-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        flex: none;
        width: 33.3333333333%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.3333333333%
    }

    .column.is-5-fullhd {
        flex: none;
        width: 41.6666666667%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.6666666667%
    }

    .column.is-6-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        flex: none;
        width: 58.3333333333%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.3333333333%
    }

    .column.is-8-fullhd {
        flex: none;
        width: 66.6666666667%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.6666666667%
    }

    .column.is-9-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        flex: none;
        width: 83.3333333333%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.3333333333%
    }

    .column.is-11-fullhd {
        flex: none;
        width: 91.6666666667%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.6666666667%
    }

    .column.is-12-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
    display: flex
}

@media (max-width: 840px) {
    .columns {
        display:block
    }
}

.columns:last-child {
    margin-bottom: -0.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem)
}

.columns.is-centered {
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless > .column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: flex
}

.columns.is-multiline {
    flex-wrap: wrap
}

.columns.is-vcentered {
    align-items: center
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

.columns.is-variable.is-9 {
    --columnGap: 2.25rem
}

.columns.is-variable.is-10 {
    --columnGap: 2.5rem
}

.columns.is-variable.is-11 {
    --columnGap: 2.75rem
}

.columns.is-variable.is-12 {
    --columnGap: 3rem
}

.container {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width: 840px) {
    .container {
        padding-left:25px;
        padding-right: 25px
    }
}

.container-half {
    max-width: 1100px
}

.container-half.left {
    padding-left: 100px;
    margin-left: auto
}

.container-half.right {
    padding-right: 100px;
    margin-right: auto
}

@media (max-width: 840px) {
    .container-half {
        padding-left:25px !important;
        padding-right: 25px !important
    }
}

.flexy {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex
}

.flexy.is-vcentered {
    align-items: center
}

.flexy.is-multiline {
    flex-wrap: wrap
}

.flexy.is-centered {
    justify-content: center
}

@media (max-width: 840px) {
    .flexy {
        display:block
    }

    .flexy.tablet-2 {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width: 840px) and (max-width:480px) {
    .flexy.tablet-2 {
        display:block
    }
}

.flexy .sitbottom {
    margin-top: auto
}

.flexy .sitleft {
    margin-left: -180px
}

@media (max-width: 840px) {
    .flexy .sitleft {
        margin-left:0
    }
}

.flexy.flexd-clmn {
    flex-direction: column
}

@media (max-width: 840px) {
    .flexy.reversed-mobile {
        display:flex;
        flex-direction: column-reverse
    }

    .flexy.reversed-mobile > .flexy-item:first-child {
        margin-bottom: 0
    }

    .flexy.reversed-mobile > .flexy-item:last-child {
        margin-bottom: 25px
    }
}

.flexy.gap10 .flexy-item {
    margin-left: 5px;
    margin-right: 5px
}

.flexy.gap10 .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap10 .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap10 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap20 .flexy-item {
    margin-left: 10px;
    margin-right: 10px
}

.flexy.gap20 .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap20 .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap20 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap50 .flexy-item {
    margin-left: 25px;
    margin-right: 25px
}

.flexy.gap50 .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap50 .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap50 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

@media (max-width: 840px) {
    .flexy.gap50.tablet-2 .flexy-item {
        margin-left:12.5px;
        margin-right: 12.5px;
        flex-basis: calc(50% - 25px)
    }

    .flexy.gap50.tablet-2 .flexy-item:nth-last-child(1),.flexy.gap50.tablet-2 .flexy-item:nth-last-child(2) {
        margin-bottom: 0
    }

    .flexy.gap50.tablet-2 .flexy-item:nth-child(even) {
        margin-right: 0
    }

    .flexy.gap50.tablet-2 .flexy-item:nth-child(odd) {
        margin-left: 0
    }
}

@media (max-width: 840px) and (max-width:480px) {
    .flexy.gap50.tablet-2 .flexy-item:nth-last-child(1),.flexy.gap50.tablet-2 .flexy-item:nth-last-child(2) {
        margin-bottom:25px
    }
}

@media (max-width: 840px) and (max-width:480px) {
    .flexy.gap50.tablet-2 .flexy-item {
        flex-basis:100%;
        margin-left: 0;
        margin-right: 0
    }
}

.flexy.gap60 .flexy-item {
    margin-left: 30px;
    margin-right: 30px
}

.flexy.gap60 .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap60 .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap60 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap80 .flexy-item {
    margin-left: 40px;
    margin-right: 40px
}

.flexy.gap80 .flexy-item:first-of-type {
    margin-left: 0
}

.flexy.gap80 .flexy-item:last-of-type {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap80 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap100 > .flexy-item {
    margin-left: 50px;
    margin-right: 50px
}

.flexy.gap100 > .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap100 > .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap100 > .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap130 .flexy-item {
    margin-left: 65px;
    margin-right: 65px
}

@media (max-width: 1024px) {
    .flexy.gap130 .flexy-item {
        margin-left:25px;
        margin-right: 25px
    }
}

@media (max-width: 840px) {
    .flexy.gap130 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap130 .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap130 .flexy-item:last-child {
    margin-right: 0
}

.flexy.gap200 > .flexy-item {
    margin-left: 100px;
    margin-right: 100px
}

.flexy.gap200 > .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap200 > .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .flexy.gap200 > .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy .flexy-item {
    display: block;
    flex: 1
}

.flexy .flexy-item.has-swiper {
    min-width: 0
}

.flexy .flexy-item.is-1 {
    flex-basis: calc(8.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-1-widescreen {
        flex-basis:calc(8.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-1-desktop {
        flex-basis:calc(8.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-1-tablet {
        flex-basis:calc(8.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-1-mobile {
        flex-basis:calc(8.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-2 {
    flex-basis: calc(16.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-2-widescreen {
        flex-basis:calc(16.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-2-desktop {
        flex-basis:calc(16.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-2-tablet {
        flex-basis:calc(16.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-2-mobile {
        flex-basis:calc(16.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-3 {
    flex-basis: calc(25% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-3-widescreen {
        flex-basis:calc(25% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-3-desktop {
        flex-basis:calc(25% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-3-tablet {
        flex-basis:calc(25% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-3-mobile {
        flex-basis:calc(25% - (50px / 2))
    }
}

.flexy .flexy-item.is-4 {
    flex-basis: calc(33.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-4-widescreen {
        flex-basis:calc(33.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-4-desktop {
        flex-basis:calc(33.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-4-tablet {
        flex-basis:calc(33.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-4-mobile {
        flex-basis:calc(33.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-5 {
    flex-basis: calc(41.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-5-widescreen {
        flex-basis:calc(41.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-5-desktop {
        flex-basis:calc(41.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-5-tablet {
        flex-basis:calc(41.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-5-mobile {
        flex-basis:calc(41.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-6 {
    flex-basis: calc(50% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-6-widescreen {
        flex-basis:calc(50% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-6-desktop {
        flex-basis:calc(50% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-6-tablet {
        flex-basis:calc(50% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-6-mobile {
        flex-basis:calc(50% - (50px / 2))
    }
}

.flexy .flexy-item.is-7 {
    flex-basis: calc(58.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-7-widescreen {
        flex-basis:calc(58.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-7-desktop {
        flex-basis:calc(58.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-7-tablet {
        flex-basis:calc(58.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-7-mobile {
        flex-basis:calc(58.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-8 {
    flex-basis: calc(66.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-8-widescreen {
        flex-basis:calc(66.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-8-desktop {
        flex-basis:calc(66.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-8-tablet {
        flex-basis:calc(66.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-8-mobile {
        flex-basis:calc(66.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-9 {
    flex-basis: calc(75% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-9-widescreen {
        flex-basis:calc(75% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-9-desktop {
        flex-basis:calc(75% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-9-tablet {
        flex-basis:calc(75% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-9-mobile {
        flex-basis:calc(75% - (50px / 2))
    }
}

.flexy .flexy-item.is-10 {
    flex-basis: calc(83.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-10-widescreen {
        flex-basis:calc(83.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-10-desktop {
        flex-basis:calc(83.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-10-tablet {
        flex-basis:calc(83.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-10-mobile {
        flex-basis:calc(83.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-11 {
    flex-basis: calc(91.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-11-widescreen {
        flex-basis:calc(91.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-11-desktop {
        flex-basis:calc(91.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-11-tablet {
        flex-basis:calc(91.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-11-mobile {
        flex-basis:calc(91.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-12 {
    flex-basis: calc(100% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-12-widescreen {
        flex-basis:calc(100% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-12-desktop {
        flex-basis:calc(100% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-12-tablet {
        flex-basis:calc(100% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-12-mobile {
        flex-basis:calc(100% - (50px / 2))
    }
}

.flexy .flexy-item.is-13 {
    flex-basis: calc(108.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-13-widescreen {
        flex-basis:calc(108.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-13-desktop {
        flex-basis:calc(108.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-13-tablet {
        flex-basis:calc(108.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-13-mobile {
        flex-basis:calc(108.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-14 {
    flex-basis: calc(116.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-14-widescreen {
        flex-basis:calc(116.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-14-desktop {
        flex-basis:calc(116.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-14-tablet {
        flex-basis:calc(116.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-14-mobile {
        flex-basis:calc(116.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-15 {
    flex-basis: calc(125% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-15-widescreen {
        flex-basis:calc(125% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-15-desktop {
        flex-basis:calc(125% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-15-tablet {
        flex-basis:calc(125% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-15-mobile {
        flex-basis:calc(125% - (50px / 2))
    }
}

.flexy .flexy-item.is-16 {
    flex-basis: calc(133.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-16-widescreen {
        flex-basis:calc(133.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-16-desktop {
        flex-basis:calc(133.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-16-tablet {
        flex-basis:calc(133.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-16-mobile {
        flex-basis:calc(133.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-17 {
    flex-basis: calc(141.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-17-widescreen {
        flex-basis:calc(141.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-17-desktop {
        flex-basis:calc(141.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-17-tablet {
        flex-basis:calc(141.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-17-mobile {
        flex-basis:calc(141.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-18 {
    flex-basis: calc(150% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-18-widescreen {
        flex-basis:calc(150% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-18-desktop {
        flex-basis:calc(150% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-18-tablet {
        flex-basis:calc(150% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-18-mobile {
        flex-basis:calc(150% - (50px / 2))
    }
}

.flexy .flexy-item.is-19 {
    flex-basis: calc(158.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-19-widescreen {
        flex-basis:calc(158.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-19-desktop {
        flex-basis:calc(158.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-19-tablet {
        flex-basis:calc(158.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-19-mobile {
        flex-basis:calc(158.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-20 {
    flex-basis: calc(166.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-20-widescreen {
        flex-basis:calc(166.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-20-desktop {
        flex-basis:calc(166.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-20-tablet {
        flex-basis:calc(166.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-20-mobile {
        flex-basis:calc(166.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-21 {
    flex-basis: calc(175% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-21-widescreen {
        flex-basis:calc(175% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-21-desktop {
        flex-basis:calc(175% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-21-tablet {
        flex-basis:calc(175% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-21-mobile {
        flex-basis:calc(175% - (50px / 2))
    }
}

.flexy .flexy-item.is-22 {
    flex-basis: calc(183.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-22-widescreen {
        flex-basis:calc(183.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-22-desktop {
        flex-basis:calc(183.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-22-tablet {
        flex-basis:calc(183.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-22-mobile {
        flex-basis:calc(183.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-23 {
    flex-basis: calc(191.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-23-widescreen {
        flex-basis:calc(191.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-23-desktop {
        flex-basis:calc(191.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-23-tablet {
        flex-basis:calc(191.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-23-mobile {
        flex-basis:calc(191.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-24 {
    flex-basis: calc(200% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-24-widescreen {
        flex-basis:calc(200% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-24-desktop {
        flex-basis:calc(200% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-24-tablet {
        flex-basis:calc(200% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-24-mobile {
        flex-basis:calc(200% - (50px / 2))
    }
}

.flexy .flexy-item.is-25 {
    flex-basis: calc(208.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-25-widescreen {
        flex-basis:calc(208.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-25-desktop {
        flex-basis:calc(208.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-25-tablet {
        flex-basis:calc(208.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-25-mobile {
        flex-basis:calc(208.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-26 {
    flex-basis: calc(216.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-26-widescreen {
        flex-basis:calc(216.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-26-desktop {
        flex-basis:calc(216.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-26-tablet {
        flex-basis:calc(216.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-26-mobile {
        flex-basis:calc(216.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-27 {
    flex-basis: calc(225% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-27-widescreen {
        flex-basis:calc(225% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-27-desktop {
        flex-basis:calc(225% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-27-tablet {
        flex-basis:calc(225% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-27-mobile {
        flex-basis:calc(225% - (50px / 2))
    }
}

.flexy .flexy-item.is-28 {
    flex-basis: calc(233.3333333333% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-28-widescreen {
        flex-basis:calc(233.3333333333% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-28-desktop {
        flex-basis:calc(233.3333333333% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-28-tablet {
        flex-basis:calc(233.3333333333% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-28-mobile {
        flex-basis:calc(233.3333333333% - (50px / 2))
    }
}

.flexy .flexy-item.is-29 {
    flex-basis: calc(241.6666666667% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-29-widescreen {
        flex-basis:calc(241.6666666667% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-29-desktop {
        flex-basis:calc(241.6666666667% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-29-tablet {
        flex-basis:calc(241.6666666667% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-29-mobile {
        flex-basis:calc(241.6666666667% - (50px / 2))
    }
}

.flexy .flexy-item.is-30 {
    flex-basis: calc(250% - 50px)
}

@media (max-width: 1280px) {
    .flexy .flexy-item.is-30-widescreen {
        flex-basis:calc(250% - 50px)
    }
}

@media (max-width: 1024px) {
    .flexy .flexy-item.is-30-desktop {
        flex-basis:calc(250% - 50px)
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item.is-30-tablet {
        flex-basis:calc(250% - (50px / 2))
    }
}

@media (max-width: 480px) {
    .flexy .flexy-item.is-30-mobile {
        flex-basis:calc(250% - (50px / 2))
    }
}

@media (max-width: 840px) {
    .flexy .flexy-item {
        margin-bottom:25px
    }

    .flexy .flexy-item:last-child {
        margin-bottom: 0
    }
}

.flexy .flexy-item.flexy-image {
    align-self: stretch;
    position: relative
}

.flexy .flexy-item.flexy-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.flexy .flexy-item.flexy-image img.top {
    object-position: top
}

.flexy .flexy-item.flexy-image img.bottom {
    object-position: bottom
}

.flexy .flexy-item.flexy-image img.right {
    object-position: right
}

.flexy .flexy-item.is-20 {
    flex-basis: 20%
}

.flexy .flexy-item.is-25 {
    flex-basis: 25%
}

.flexy .flexy-item.is-30 {
    flex-basis: 30%
}

.flexy .flexy-item.is-35 {
    flex-basis: 35%
}

.flexy .flexy-item.is-40 {
    flex-basis: 40%
}

.flexy .flexy-item.is-45 {
    flex-basis: 45%
}

.flexy .flexy-item.is-50 {
    flex-basis: 50%
}

.flexy .flexy-item.is-55 {
    flex-basis: 55%
}

.flexy .flexy-item.is-60 {
    flex-basis: 60%
}

.flexy .flexy-item.is-65 {
    flex-basis: 65%
}

.flexy .flexy-item.is-50-minus-50 {
    flex-basis: calc(50% - 50px);
    flex-grow: 0
}

.flexy .flexy-item.is-50-add-50 {
    flex-basis: calc(50% + 50px);
    flex-grow: 0
}

.flexy .flexy-item.is-50-add-150 {
    flex-basis: calc(50% + 150px);
    flex-grow: 0
}

.flexy .flexy-item.is-50-add-100 {
    flex-basis: calc(50% + 100px);
    flex-grow: 0
}

.flexy .flexy-item.is-70 {
    flex-basis: 70%
}

.flexy .flexy-item.is-75 {
    flex-basis: 75%
}

.flexy .flexy-item.is-80 {
    flex-basis: 80%
}

.flexy .flexy-item.align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

@media (max-width: 840px) {
    .flexy.is-swipable-touch {
        flex-wrap:nowrap;
        display: flex !important;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-padding: 0 25px;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(300px);
        scroll-snap-type: x mandatory
    }

    .flexy.is-swipable-touch::after {
        content: ".";
        display: block;
        width: 25px;
        height: 100%;
        opacity: 0.001
    }

    .flexy.is-swipable-touch .flexy-item {
        flex-basis: 75%;
        flex-shrink: 0;
        margin-left: 12.5px;
        margin-right: 12.5px;
        margin-bottom: 0px !important;
        scroll-snap-align: center
    }

    .flexy.is-swipable-touch .flexy-item:first-child {
        margin-left: 25px !important
    }

    .flexy.is-swipable-touch .flexy-item:last-child {
        margin-right: 25px !important
    }
}

.flexy-pad .flexy-item {
    padding: 25px
}

@media (max-width: 840px) {
    .flexy-pad {
        margin:0px
    }

    .flexy-pad .flexy-item {
        padding: 0px
    }
}

@media (max-width: 1024px) {
    .block-desktop {
        display:block !important
    }
}

@media (max-width: 1024px) {
    .block-desktop.flexy {
        display:block !important
    }
}

@media (max-width: 1024px) {
    .block-desktop.flexy .flexy-item {
        margin-right:0
    }

    .block-desktop.flexy .flexy-item:first-child {
        margin-bottom: 50px
    }

    .block-desktop.flexy .flexy-item.flexy-image {
        min-height: 700px
    }
}

@media (max-width: 840px) {
    .block-desktop.flexy .flexy-item.flexy-image {
        min-height:500px
    }
}

@media (max-width: 1024px) {
    .block-desktop.flexy .center-image {
        display:block;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .block-desktop.gap100 .flexy-item:first-child {
        margin-bottom:50px
    }

    .block-desktop.gap100 .flexy-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 840px) {
    .block-desktop.gap100 .flexy-item:first-child {
        margin-bottom:25px
    }
}

@media (max-width: 1280px) {
    .block-widescreen {
        display:block !important
    }
}

@media (max-width: 1280px) {
    .block-widescreen.flexy {
        display:block !important
    }
}

@media (max-width: 1280px) {
    .block-widescreen.flexy .flexy-item {
        margin-right:0
    }
}

@media (max-width: 1280px) {
    .block-widescreen.flexy .center-image {
        display:block;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

@media (max-width: 1280px) {
    .block-widescreen.gap100 .flexy-item:first-child {
        margin-bottom:50px
    }

    .block-widescreen.gap100 .flexy-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 840px) {
    .block-widescreen.gap100 .flexy-item:first-child {
        margin-bottom:25px
    }
}

.is-4 {
    max-width: 34%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 840px) {
    .is-4 {
        max-width:none
    }
}

@media (max-width: 1280px) {
    .is-4.is-6-widescreen {
        max-width:50%
    }
}

@media (max-width: 840px) {
    .is-4.is-6-widescreen {
        max-width:none
    }
}

.is-6 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 840px) {
    .is-6 {
        max-width:none
    }
}

@media (max-width: 1280px) {
    .is-6-widescreen {
        max-width:50%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 840px) {
    .is-6-widescreen {
        max-width:none
    }
}

@media (max-width: 1024px) {
    .is-6-desktop {
        max-width:50%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 840px) {
    .is-6-desktop {
        max-width:none
    }
}

.flexy-video {
    align-self: stretch;
    position: relative;
    min-height: 500px
}

@media (max-width: 1280px) {
    .flexy-video {
        max-width:600px;
        min-height: 600px;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (max-width: 1024px) {
    .flexy-video {
        min-height:500px
    }
}

.flexy-video video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.abs {
    position: absolute
}

.abs.bottom {
    top: auto;
    bottom: 0
}

.abs.top {
    top: 0;
    bottom: auto
}

.abs.left {
    left: 0;
    right: auto
}

.abs.right {
    right: 0;
    left: auto
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mr10 {
    margin-right: 10px
}

@media (max-width: 840px) {
    .mr10 {
        margin-right:0
    }
}

.mr15 {
    margin-right: 15px
}

@media (max-width: 840px) {
    .mr15 {
        margin-right:0
    }
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.ml10 {
    margin-left: 10px
}

@media (max-width: 840px) {
    .ml10 {
        margin-left:0
    }
}

.ml15 {
    margin-left: 15px
}

@media (max-width: 840px) {
    .ml15 {
        margin-left:0
    }
}

.mv10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mv15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.nl10 {
    margin-left: -10px
}

@media (max-width: 840px) {
    .nl10 {
        margin-left:0
    }
}

.nl15 {
    margin-left: -15px
}

@media (max-width: 840px) {
    .nl15 {
        margin-left:0
    }
}

.nr10 {
    margin-right: -10px
}

@media (max-width: 840px) {
    .nr10 {
        margin-right:0
    }
}

.nr15 {
    margin-right: -15px
}

@media (max-width: 840px) {
    .nr15 {
        margin-right:0
    }
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pr10 {
    padding-right: 10px
}

@media (max-width: 840px) {
    .pr10 {
        padding-right:0
    }
}

.pr15 {
    padding-right: 15px
}

@media (max-width: 840px) {
    .pr15 {
        padding-right:0
    }
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pl10 {
    padding-left: 10px
}

@media (max-width: 840px) {
    .pl10 {
        padding-left:0
    }
}

.pl15 {
    padding-left: 15px
}

@media (max-width: 840px) {
    .pl15 {
        padding-left:0
    }
}

.pv10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pv15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.ps10 {
    padding-left: 10px;
    padding-right: 10px
}

.ps15 {
    padding-left: 15px;
    padding-right: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mr20 {
    margin-right: 20px
}

@media (max-width: 840px) {
    .mr20 {
        margin-right:0
    }
}

.mr25 {
    margin-right: 25px
}

@media (max-width: 840px) {
    .mr25 {
        margin-right:0
    }
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.ml20 {
    margin-left: 20px
}

@media (max-width: 840px) {
    .ml20 {
        margin-left:0
    }
}

.ml25 {
    margin-left: 25px
}

@media (max-width: 840px) {
    .ml25 {
        margin-left:0
    }
}

.mv20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mv25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.nl20 {
    margin-left: -20px
}

@media (max-width: 840px) {
    .nl20 {
        margin-left:0
    }
}

.nl25 {
    margin-left: -25px
}

@media (max-width: 840px) {
    .nl25 {
        margin-left:0
    }
}

.nr20 {
    margin-right: -20px
}

@media (max-width: 840px) {
    .nr20 {
        margin-right:0
    }
}

.nr25 {
    margin-right: -25px
}

@media (max-width: 840px) {
    .nr25 {
        margin-right:0
    }
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pr20 {
    padding-right: 20px
}

@media (max-width: 840px) {
    .pr20 {
        padding-right:0
    }
}

.pr25 {
    padding-right: 25px
}

@media (max-width: 840px) {
    .pr25 {
        padding-right:0
    }
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pl20 {
    padding-left: 20px
}

@media (max-width: 840px) {
    .pl20 {
        padding-left:0
    }
}

.pl25 {
    padding-left: 25px
}

@media (max-width: 840px) {
    .pl25 {
        padding-left:0
    }
}

.pv20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.pv25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.ps20 {
    padding-left: 20px;
    padding-right: 20px
}

.ps25 {
    padding-left: 25px;
    padding-right: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mr30 {
    margin-right: 30px
}

@media (max-width: 840px) {
    .mr30 {
        margin-right:0
    }
}

.mr35 {
    margin-right: 35px
}

@media (max-width: 840px) {
    .mr35 {
        margin-right:0
    }
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.ml30 {
    margin-left: 30px
}

@media (max-width: 840px) {
    .ml30 {
        margin-left:0
    }
}

.ml35 {
    margin-left: 35px
}

@media (max-width: 840px) {
    .ml35 {
        margin-left:0
    }
}

.mv30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mv35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.nl30 {
    margin-left: -30px
}

@media (max-width: 840px) {
    .nl30 {
        margin-left:0
    }
}

.nl35 {
    margin-left: -35px
}

@media (max-width: 840px) {
    .nl35 {
        margin-left:0
    }
}

.nr30 {
    margin-right: -30px
}

@media (max-width: 840px) {
    .nr30 {
        margin-right:0
    }
}

.nr35 {
    margin-right: -35px
}

@media (max-width: 840px) {
    .nr35 {
        margin-right:0
    }
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pr30 {
    padding-right: 30px
}

@media (max-width: 840px) {
    .pr30 {
        padding-right:0
    }
}

.pr35 {
    padding-right: 35px
}

@media (max-width: 840px) {
    .pr35 {
        padding-right:0
    }
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pl30 {
    padding-left: 30px
}

@media (max-width: 840px) {
    .pl30 {
        padding-left:0
    }
}

.pl35 {
    padding-left: 35px
}

@media (max-width: 840px) {
    .pl35 {
        padding-left:0
    }
}

.pv30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pv35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.ps30 {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width: 840px) {
    .ps30 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps35 {
    padding-left: 35px;
    padding-right: 35px
}

@media (max-width: 840px) {
    .ps35 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mr40 {
    margin-right: 40px
}

@media (max-width: 840px) {
    .mr40 {
        margin-right:0
    }
}

.mr45 {
    margin-right: 45px
}

@media (max-width: 840px) {
    .mr45 {
        margin-right:0
    }
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.ml40 {
    margin-left: 40px
}

@media (max-width: 840px) {
    .ml40 {
        margin-left:0
    }
}

.ml45 {
    margin-left: 45px
}

@media (max-width: 840px) {
    .ml45 {
        margin-left:0
    }
}

.mv40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mv45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.nl40 {
    margin-left: -40px
}

@media (max-width: 840px) {
    .nl40 {
        margin-left:0
    }
}

.nl45 {
    margin-left: -45px
}

@media (max-width: 840px) {
    .nl45 {
        margin-left:0
    }
}

.nr40 {
    margin-right: -40px
}

@media (max-width: 840px) {
    .nr40 {
        margin-right:0
    }
}

.nr45 {
    margin-right: -45px
}

@media (max-width: 840px) {
    .nr45 {
        margin-right:0
    }
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pr40 {
    padding-right: 40px
}

@media (max-width: 840px) {
    .pr40 {
        padding-right:0
    }
}

.pr45 {
    padding-right: 45px
}

@media (max-width: 840px) {
    .pr45 {
        padding-right:0
    }
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pl40 {
    padding-left: 40px
}

@media (max-width: 840px) {
    .pl40 {
        padding-left:0
    }
}

.pl45 {
    padding-left: 45px
}

@media (max-width: 840px) {
    .pl45 {
        padding-left:0
    }
}

.pv40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pv45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.ps40 {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 840px) {
    .ps40 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps45 {
    padding-left: 45px;
    padding-right: 45px
}

@media (max-width: 840px) {
    .ps45 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

@media (max-width: 840px) {
    .mt55 {
        margin-top:50px
    }
}

.mr50 {
    margin-right: 50px
}

@media (max-width: 840px) {
    .mr50 {
        margin-right:0
    }
}

.mr55 {
    margin-right: 55px
}

@media (max-width: 840px) {
    .mr55 {
        margin-right:0
    }
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

@media (max-width: 840px) {
    .mb55 {
        margin-bottom:50px
    }
}

.ml50 {
    margin-left: 50px
}

@media (max-width: 840px) {
    .ml50 {
        margin-left:0
    }
}

.ml55 {
    margin-left: 55px
}

@media (max-width: 840px) {
    .ml55 {
        margin-left:0
    }
}

.mv50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mv55 {
    margin-top: 55px;
    margin-bottom: 55px
}

@media (max-width: 840px) {
    .mv55 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl50 {
    margin-left: -50px
}

@media (max-width: 840px) {
    .nl50 {
        margin-left:0
    }
}

.nl55 {
    margin-left: -55px
}

@media (max-width: 840px) {
    .nl55 {
        margin-left:0
    }
}

.nr50 {
    margin-right: -50px
}

@media (max-width: 840px) {
    .nr50 {
        margin-right:0
    }
}

.nr55 {
    margin-right: -55px
}

@media (max-width: 840px) {
    .nr55 {
        margin-right:0
    }
}

.pt50 {
    padding-top: 50px
}

.pt55 {
    padding-top: 55px
}

@media (max-width: 840px) {
    .pt55 {
        padding-top:50px
    }
}

.pr50 {
    padding-right: 50px
}

@media (max-width: 840px) {
    .pr50 {
        padding-right:0
    }
}

.pr55 {
    padding-right: 55px
}

@media (max-width: 840px) {
    .pr55 {
        padding-right:0
    }
}

.pb50 {
    padding-bottom: 50px
}

.pb55 {
    padding-bottom: 55px
}

@media (max-width: 840px) {
    .pb55 {
        padding-bottom:50px
    }
}

.pl50 {
    padding-left: 50px
}

@media (max-width: 840px) {
    .pl50 {
        padding-left:0
    }
}

.pl55 {
    padding-left: 55px
}

@media (max-width: 840px) {
    .pl55 {
        padding-left:0
    }
}

.pv50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pv55 {
    padding-top: 55px;
    padding-bottom: 55px
}

@media (max-width: 840px) {
    .pv55 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps50 {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 840px) {
    .ps50 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps55 {
    padding-left: 55px;
    padding-right: 55px
}

@media (max-width: 840px) {
    .ps55 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt60 {
    margin-top: 60px
}

@media (max-width: 840px) {
    .mt60 {
        margin-top:50px
    }
}

.mt65 {
    margin-top: 65px
}

@media (max-width: 840px) {
    .mt65 {
        margin-top:50px
    }
}

.mr60 {
    margin-right: 60px
}

@media (max-width: 840px) {
    .mr60 {
        margin-right:0
    }
}

.mr65 {
    margin-right: 65px
}

@media (max-width: 840px) {
    .mr65 {
        margin-right:0
    }
}

.mb60 {
    margin-bottom: 60px
}

@media (max-width: 840px) {
    .mb60 {
        margin-bottom:50px
    }
}

.mb65 {
    margin-bottom: 65px
}

@media (max-width: 840px) {
    .mb65 {
        margin-bottom:50px
    }
}

.ml60 {
    margin-left: 60px
}

@media (max-width: 840px) {
    .ml60 {
        margin-left:0
    }
}

.ml65 {
    margin-left: 65px
}

@media (max-width: 840px) {
    .ml65 {
        margin-left:0
    }
}

.mv60 {
    margin-top: 60px;
    margin-bottom: 60px
}

@media (max-width: 840px) {
    .mv60 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv65 {
    margin-top: 65px;
    margin-bottom: 65px
}

@media (max-width: 840px) {
    .mv65 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl60 {
    margin-left: -60px
}

@media (max-width: 840px) {
    .nl60 {
        margin-left:0
    }
}

.nl65 {
    margin-left: -65px
}

@media (max-width: 840px) {
    .nl65 {
        margin-left:0
    }
}

.nr60 {
    margin-right: -60px
}

@media (max-width: 840px) {
    .nr60 {
        margin-right:0
    }
}

.nr65 {
    margin-right: -65px
}

@media (max-width: 840px) {
    .nr65 {
        margin-right:0
    }
}

.pt60 {
    padding-top: 60px
}

@media (max-width: 840px) {
    .pt60 {
        padding-top:50px
    }
}

.pt65 {
    padding-top: 65px
}

@media (max-width: 840px) {
    .pt65 {
        padding-top:50px
    }
}

.pr60 {
    padding-right: 60px
}

@media (max-width: 840px) {
    .pr60 {
        padding-right:0
    }
}

.pr65 {
    padding-right: 65px
}

@media (max-width: 840px) {
    .pr65 {
        padding-right:0
    }
}

.pb60 {
    padding-bottom: 60px
}

@media (max-width: 840px) {
    .pb60 {
        padding-bottom:50px
    }
}

.pb65 {
    padding-bottom: 65px
}

@media (max-width: 840px) {
    .pb65 {
        padding-bottom:50px
    }
}

.pl60 {
    padding-left: 60px
}

@media (max-width: 840px) {
    .pl60 {
        padding-left:0
    }
}

.pl65 {
    padding-left: 65px
}

@media (max-width: 840px) {
    .pl65 {
        padding-left:0
    }
}

.pv60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 840px) {
    .pv60 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv65 {
    padding-top: 65px;
    padding-bottom: 65px
}

@media (max-width: 840px) {
    .pv65 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps60 {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 840px) {
    .ps60 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps65 {
    padding-left: 65px;
    padding-right: 65px
}

@media (max-width: 840px) {
    .ps65 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt70 {
    margin-top: 70px
}

@media (max-width: 840px) {
    .mt70 {
        margin-top:50px
    }
}

.mt75 {
    margin-top: 75px
}

@media (max-width: 840px) {
    .mt75 {
        margin-top:50px
    }
}

.mr70 {
    margin-right: 70px
}

@media (max-width: 840px) {
    .mr70 {
        margin-right:0
    }
}

.mr75 {
    margin-right: 75px
}

@media (max-width: 840px) {
    .mr75 {
        margin-right:0
    }
}

.mb70 {
    margin-bottom: 70px
}

@media (max-width: 840px) {
    .mb70 {
        margin-bottom:50px
    }
}

.mb75 {
    margin-bottom: 75px
}

@media (max-width: 840px) {
    .mb75 {
        margin-bottom:50px
    }
}

.ml70 {
    margin-left: 70px
}

@media (max-width: 840px) {
    .ml70 {
        margin-left:0
    }
}

.ml75 {
    margin-left: 75px
}

@media (max-width: 840px) {
    .ml75 {
        margin-left:0
    }
}

.mv70 {
    margin-top: 70px;
    margin-bottom: 70px
}

@media (max-width: 840px) {
    .mv70 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv75 {
    margin-top: 75px;
    margin-bottom: 75px
}

@media (max-width: 840px) {
    .mv75 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl70 {
    margin-left: -70px
}

@media (max-width: 840px) {
    .nl70 {
        margin-left:0
    }
}

.nl75 {
    margin-left: -75px
}

@media (max-width: 840px) {
    .nl75 {
        margin-left:0
    }
}

.nr70 {
    margin-right: -70px
}

@media (max-width: 840px) {
    .nr70 {
        margin-right:0
    }
}

.nr75 {
    margin-right: -75px
}

@media (max-width: 840px) {
    .nr75 {
        margin-right:0
    }
}

.pt70 {
    padding-top: 70px
}

@media (max-width: 840px) {
    .pt70 {
        padding-top:50px
    }
}

.pt75 {
    padding-top: 75px
}

@media (max-width: 840px) {
    .pt75 {
        padding-top:50px
    }
}

.pr70 {
    padding-right: 70px
}

@media (max-width: 840px) {
    .pr70 {
        padding-right:0
    }
}

.pr75 {
    padding-right: 75px
}

@media (max-width: 840px) {
    .pr75 {
        padding-right:0
    }
}

.pb70 {
    padding-bottom: 70px
}

@media (max-width: 840px) {
    .pb70 {
        padding-bottom:50px
    }
}

.pb75 {
    padding-bottom: 75px
}

@media (max-width: 840px) {
    .pb75 {
        padding-bottom:50px
    }
}

.pl70 {
    padding-left: 70px
}

@media (max-width: 840px) {
    .pl70 {
        padding-left:0
    }
}

.pl75 {
    padding-left: 75px
}

@media (max-width: 840px) {
    .pl75 {
        padding-left:0
    }
}

.pv70 {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 840px) {
    .pv70 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv75 {
    padding-top: 75px;
    padding-bottom: 75px
}

@media (max-width: 840px) {
    .pv75 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps70 {
    padding-left: 70px;
    padding-right: 70px
}

@media (max-width: 840px) {
    .ps70 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps75 {
    padding-left: 75px;
    padding-right: 75px
}

@media (max-width: 840px) {
    .ps75 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt80 {
    margin-top: 80px
}

@media (max-width: 840px) {
    .mt80 {
        margin-top:50px
    }
}

.mt85 {
    margin-top: 85px
}

@media (max-width: 840px) {
    .mt85 {
        margin-top:50px
    }
}

.mr80 {
    margin-right: 80px
}

@media (max-width: 840px) {
    .mr80 {
        margin-right:0
    }
}

.mr85 {
    margin-right: 85px
}

@media (max-width: 840px) {
    .mr85 {
        margin-right:0
    }
}

.mb80 {
    margin-bottom: 80px
}

@media (max-width: 840px) {
    .mb80 {
        margin-bottom:50px
    }
}

.mb85 {
    margin-bottom: 85px
}

@media (max-width: 840px) {
    .mb85 {
        margin-bottom:50px
    }
}

.ml80 {
    margin-left: 80px
}

@media (max-width: 840px) {
    .ml80 {
        margin-left:0
    }
}

.ml85 {
    margin-left: 85px
}

@media (max-width: 840px) {
    .ml85 {
        margin-left:0
    }
}

.mv80 {
    margin-top: 80px;
    margin-bottom: 80px
}

@media (max-width: 840px) {
    .mv80 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv85 {
    margin-top: 85px;
    margin-bottom: 85px
}

@media (max-width: 840px) {
    .mv85 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl80 {
    margin-left: -80px
}

@media (max-width: 840px) {
    .nl80 {
        margin-left:0
    }
}

.nl85 {
    margin-left: -85px
}

@media (max-width: 840px) {
    .nl85 {
        margin-left:0
    }
}

.nr80 {
    margin-right: -80px
}

@media (max-width: 840px) {
    .nr80 {
        margin-right:0
    }
}

.nr85 {
    margin-right: -85px
}

@media (max-width: 840px) {
    .nr85 {
        margin-right:0
    }
}

.pt80 {
    padding-top: 80px
}

@media (max-width: 840px) {
    .pt80 {
        padding-top:50px
    }
}

.pt85 {
    padding-top: 85px
}

@media (max-width: 840px) {
    .pt85 {
        padding-top:50px
    }
}

.pr80 {
    padding-right: 80px
}

@media (max-width: 840px) {
    .pr80 {
        padding-right:0
    }
}

.pr85 {
    padding-right: 85px
}

@media (max-width: 840px) {
    .pr85 {
        padding-right:0
    }
}

.pb80 {
    padding-bottom: 80px
}

@media (max-width: 840px) {
    .pb80 {
        padding-bottom:50px
    }
}

.pb85 {
    padding-bottom: 85px
}

@media (max-width: 840px) {
    .pb85 {
        padding-bottom:50px
    }
}

.pl80 {
    padding-left: 80px
}

@media (max-width: 840px) {
    .pl80 {
        padding-left:0
    }
}

.pl85 {
    padding-left: 85px
}

@media (max-width: 840px) {
    .pl85 {
        padding-left:0
    }
}

.pv80 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width: 840px) {
    .pv80 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv85 {
    padding-top: 85px;
    padding-bottom: 85px
}

@media (max-width: 840px) {
    .pv85 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps80 {
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width: 840px) {
    .ps80 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps85 {
    padding-left: 85px;
    padding-right: 85px
}

@media (max-width: 840px) {
    .ps85 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt90 {
    margin-top: 90px
}

@media (max-width: 840px) {
    .mt90 {
        margin-top:50px
    }
}

.mt95 {
    margin-top: 95px
}

@media (max-width: 840px) {
    .mt95 {
        margin-top:50px
    }
}

.mr90 {
    margin-right: 90px
}

@media (max-width: 840px) {
    .mr90 {
        margin-right:0
    }
}

.mr95 {
    margin-right: 95px
}

@media (max-width: 840px) {
    .mr95 {
        margin-right:0
    }
}

.mb90 {
    margin-bottom: 90px
}

@media (max-width: 840px) {
    .mb90 {
        margin-bottom:50px
    }
}

.mb95 {
    margin-bottom: 95px
}

@media (max-width: 840px) {
    .mb95 {
        margin-bottom:50px
    }
}

.ml90 {
    margin-left: 90px
}

@media (max-width: 840px) {
    .ml90 {
        margin-left:0
    }
}

.ml95 {
    margin-left: 95px
}

@media (max-width: 840px) {
    .ml95 {
        margin-left:0
    }
}

.mv90 {
    margin-top: 90px;
    margin-bottom: 90px
}

@media (max-width: 840px) {
    .mv90 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv95 {
    margin-top: 95px;
    margin-bottom: 95px
}

@media (max-width: 840px) {
    .mv95 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl90 {
    margin-left: -90px
}

@media (max-width: 840px) {
    .nl90 {
        margin-left:0
    }
}

.nl95 {
    margin-left: -95px
}

@media (max-width: 840px) {
    .nl95 {
        margin-left:0
    }
}

.nr90 {
    margin-right: -90px
}

@media (max-width: 840px) {
    .nr90 {
        margin-right:0
    }
}

.nr95 {
    margin-right: -95px
}

@media (max-width: 840px) {
    .nr95 {
        margin-right:0
    }
}

.pt90 {
    padding-top: 90px
}

@media (max-width: 840px) {
    .pt90 {
        padding-top:50px
    }
}

.pt95 {
    padding-top: 95px
}

@media (max-width: 840px) {
    .pt95 {
        padding-top:50px
    }
}

.pr90 {
    padding-right: 90px
}

@media (max-width: 840px) {
    .pr90 {
        padding-right:0
    }
}

.pr95 {
    padding-right: 95px
}

@media (max-width: 840px) {
    .pr95 {
        padding-right:0
    }
}

.pb90 {
    padding-bottom: 90px
}

@media (max-width: 840px) {
    .pb90 {
        padding-bottom:50px
    }
}

.pb95 {
    padding-bottom: 95px
}

@media (max-width: 840px) {
    .pb95 {
        padding-bottom:50px
    }
}

.pl90 {
    padding-left: 90px
}

@media (max-width: 840px) {
    .pl90 {
        padding-left:0
    }
}

.pl95 {
    padding-left: 95px
}

@media (max-width: 840px) {
    .pl95 {
        padding-left:0
    }
}

.pv90 {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 840px) {
    .pv90 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv95 {
    padding-top: 95px;
    padding-bottom: 95px
}

@media (max-width: 840px) {
    .pv95 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps90 {
    padding-left: 90px;
    padding-right: 90px
}

@media (max-width: 840px) {
    .ps90 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps95 {
    padding-left: 95px;
    padding-right: 95px
}

@media (max-width: 840px) {
    .ps95 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt100 {
    margin-top: 100px
}

@media (max-width: 840px) {
    .mt100 {
        margin-top:50px
    }
}

.mt105 {
    margin-top: 105px
}

@media (max-width: 840px) {
    .mt105 {
        margin-top:50px
    }
}

.mr100 {
    margin-right: 100px
}

@media (max-width: 840px) {
    .mr100 {
        margin-right:0
    }
}

.mr105 {
    margin-right: 105px
}

@media (max-width: 840px) {
    .mr105 {
        margin-right:0
    }
}

.mb100 {
    margin-bottom: 100px
}

@media (max-width: 840px) {
    .mb100 {
        margin-bottom:50px
    }
}

.mb105 {
    margin-bottom: 105px
}

@media (max-width: 840px) {
    .mb105 {
        margin-bottom:50px
    }
}

.ml100 {
    margin-left: 100px
}

@media (max-width: 840px) {
    .ml100 {
        margin-left:0
    }
}

.ml105 {
    margin-left: 105px
}

@media (max-width: 840px) {
    .ml105 {
        margin-left:0
    }
}

.mv100 {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (max-width: 840px) {
    .mv100 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv105 {
    margin-top: 105px;
    margin-bottom: 105px
}

@media (max-width: 840px) {
    .mv105 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl100 {
    margin-left: -100px
}

@media (max-width: 840px) {
    .nl100 {
        margin-left:0
    }
}

.nl105 {
    margin-left: -105px
}

@media (max-width: 840px) {
    .nl105 {
        margin-left:0
    }
}

.nr100 {
    margin-right: -100px
}

@media (max-width: 840px) {
    .nr100 {
        margin-right:0
    }
}

.nr105 {
    margin-right: -105px
}

@media (max-width: 840px) {
    .nr105 {
        margin-right:0
    }
}

.pt100 {
    padding-top: 100px
}

@media (max-width: 840px) {
    .pt100 {
        padding-top:50px
    }
}

.pt105 {
    padding-top: 105px
}

@media (max-width: 840px) {
    .pt105 {
        padding-top:50px
    }
}

.pr100 {
    padding-right: 100px
}

@media (max-width: 840px) {
    .pr100 {
        padding-right:0
    }
}

.pr105 {
    padding-right: 105px
}

@media (max-width: 840px) {
    .pr105 {
        padding-right:0
    }
}

.pb100 {
    padding-bottom: 100px
}

@media (max-width: 840px) {
    .pb100 {
        padding-bottom:50px
    }
}

.pb105 {
    padding-bottom: 105px
}

@media (max-width: 840px) {
    .pb105 {
        padding-bottom:50px
    }
}

.pl100 {
    padding-left: 100px
}

@media (max-width: 840px) {
    .pl100 {
        padding-left:0
    }
}

.pl105 {
    padding-left: 105px
}

@media (max-width: 840px) {
    .pl105 {
        padding-left:0
    }
}

.pv100 {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 840px) {
    .pv100 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv105 {
    padding-top: 105px;
    padding-bottom: 105px
}

@media (max-width: 840px) {
    .pv105 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps100 {
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width: 840px) {
    .ps100 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps105 {
    padding-left: 105px;
    padding-right: 105px
}

@media (max-width: 840px) {
    .ps105 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt110 {
    margin-top: 110px
}

@media (max-width: 840px) {
    .mt110 {
        margin-top:50px
    }
}

.mt115 {
    margin-top: 115px
}

@media (max-width: 840px) {
    .mt115 {
        margin-top:50px
    }
}

.mr110 {
    margin-right: 110px
}

@media (max-width: 840px) {
    .mr110 {
        margin-right:0
    }
}

.mr115 {
    margin-right: 115px
}

@media (max-width: 840px) {
    .mr115 {
        margin-right:0
    }
}

.mb110 {
    margin-bottom: 110px
}

@media (max-width: 840px) {
    .mb110 {
        margin-bottom:50px
    }
}

.mb115 {
    margin-bottom: 115px
}

@media (max-width: 840px) {
    .mb115 {
        margin-bottom:50px
    }
}

.ml110 {
    margin-left: 110px
}

@media (max-width: 840px) {
    .ml110 {
        margin-left:0
    }
}

.ml115 {
    margin-left: 115px
}

@media (max-width: 840px) {
    .ml115 {
        margin-left:0
    }
}

.mv110 {
    margin-top: 110px;
    margin-bottom: 110px
}

@media (max-width: 840px) {
    .mv110 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv115 {
    margin-top: 115px;
    margin-bottom: 115px
}

@media (max-width: 840px) {
    .mv115 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl110 {
    margin-left: -110px
}

@media (max-width: 840px) {
    .nl110 {
        margin-left:0
    }
}

.nl115 {
    margin-left: -115px
}

@media (max-width: 840px) {
    .nl115 {
        margin-left:0
    }
}

.nr110 {
    margin-right: -110px
}

@media (max-width: 840px) {
    .nr110 {
        margin-right:0
    }
}

.nr115 {
    margin-right: -115px
}

@media (max-width: 840px) {
    .nr115 {
        margin-right:0
    }
}

.pt110 {
    padding-top: 110px
}

@media (max-width: 840px) {
    .pt110 {
        padding-top:50px
    }
}

.pt115 {
    padding-top: 115px
}

@media (max-width: 840px) {
    .pt115 {
        padding-top:50px
    }
}

.pr110 {
    padding-right: 110px
}

@media (max-width: 840px) {
    .pr110 {
        padding-right:0
    }
}

.pr115 {
    padding-right: 115px
}

@media (max-width: 840px) {
    .pr115 {
        padding-right:0
    }
}

.pb110 {
    padding-bottom: 110px
}

@media (max-width: 840px) {
    .pb110 {
        padding-bottom:50px
    }
}

.pb115 {
    padding-bottom: 115px
}

@media (max-width: 840px) {
    .pb115 {
        padding-bottom:50px
    }
}

.pl110 {
    padding-left: 110px
}

@media (max-width: 840px) {
    .pl110 {
        padding-left:0
    }
}

.pl115 {
    padding-left: 115px
}

@media (max-width: 840px) {
    .pl115 {
        padding-left:0
    }
}

.pv110 {
    padding-top: 110px;
    padding-bottom: 110px
}

@media (max-width: 840px) {
    .pv110 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv115 {
    padding-top: 115px;
    padding-bottom: 115px
}

@media (max-width: 840px) {
    .pv115 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps110 {
    padding-left: 110px;
    padding-right: 110px
}

@media (max-width: 840px) {
    .ps110 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps115 {
    padding-left: 115px;
    padding-right: 115px
}

@media (max-width: 840px) {
    .ps115 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt120 {
    margin-top: 120px
}

@media (max-width: 840px) {
    .mt120 {
        margin-top:50px
    }
}

.mt125 {
    margin-top: 125px
}

@media (max-width: 840px) {
    .mt125 {
        margin-top:50px
    }
}

.mr120 {
    margin-right: 120px
}

@media (max-width: 840px) {
    .mr120 {
        margin-right:0
    }
}

.mr125 {
    margin-right: 125px
}

@media (max-width: 840px) {
    .mr125 {
        margin-right:0
    }
}

.mb120 {
    margin-bottom: 120px
}

@media (max-width: 840px) {
    .mb120 {
        margin-bottom:50px
    }
}

.mb125 {
    margin-bottom: 125px
}

@media (max-width: 840px) {
    .mb125 {
        margin-bottom:50px
    }
}

.ml120 {
    margin-left: 120px
}

@media (max-width: 840px) {
    .ml120 {
        margin-left:0
    }
}

.ml125 {
    margin-left: 125px
}

@media (max-width: 840px) {
    .ml125 {
        margin-left:0
    }
}

.mv120 {
    margin-top: 120px;
    margin-bottom: 120px
}

@media (max-width: 840px) {
    .mv120 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv125 {
    margin-top: 125px;
    margin-bottom: 125px
}

@media (max-width: 840px) {
    .mv125 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl120 {
    margin-left: -120px
}

@media (max-width: 840px) {
    .nl120 {
        margin-left:0
    }
}

.nl125 {
    margin-left: -125px
}

@media (max-width: 840px) {
    .nl125 {
        margin-left:0
    }
}

.nr120 {
    margin-right: -120px
}

@media (max-width: 840px) {
    .nr120 {
        margin-right:0
    }
}

.nr125 {
    margin-right: -125px
}

@media (max-width: 840px) {
    .nr125 {
        margin-right:0
    }
}

.pt120 {
    padding-top: 120px
}

@media (max-width: 840px) {
    .pt120 {
        padding-top:50px
    }
}

.pt125 {
    padding-top: 125px
}

@media (max-width: 840px) {
    .pt125 {
        padding-top:50px
    }
}

.pr120 {
    padding-right: 120px
}

@media (max-width: 840px) {
    .pr120 {
        padding-right:0
    }
}

.pr125 {
    padding-right: 125px
}

@media (max-width: 840px) {
    .pr125 {
        padding-right:0
    }
}

.pb120 {
    padding-bottom: 120px
}

@media (max-width: 840px) {
    .pb120 {
        padding-bottom:50px
    }
}

.pb125 {
    padding-bottom: 125px
}

@media (max-width: 840px) {
    .pb125 {
        padding-bottom:50px
    }
}

.pl120 {
    padding-left: 120px
}

@media (max-width: 840px) {
    .pl120 {
        padding-left:0
    }
}

.pl125 {
    padding-left: 125px
}

@media (max-width: 840px) {
    .pl125 {
        padding-left:0
    }
}

.pv120 {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width: 840px) {
    .pv120 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv125 {
    padding-top: 125px;
    padding-bottom: 125px
}

@media (max-width: 840px) {
    .pv125 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps120 {
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width: 840px) {
    .ps120 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps125 {
    padding-left: 125px;
    padding-right: 125px
}

@media (max-width: 840px) {
    .ps125 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt130 {
    margin-top: 130px
}

@media (max-width: 840px) {
    .mt130 {
        margin-top:50px
    }
}

.mt135 {
    margin-top: 135px
}

@media (max-width: 840px) {
    .mt135 {
        margin-top:50px
    }
}

.mr130 {
    margin-right: 130px
}

@media (max-width: 840px) {
    .mr130 {
        margin-right:0
    }
}

.mr135 {
    margin-right: 135px
}

@media (max-width: 840px) {
    .mr135 {
        margin-right:0
    }
}

.mb130 {
    margin-bottom: 130px
}

@media (max-width: 840px) {
    .mb130 {
        margin-bottom:50px
    }
}

.mb135 {
    margin-bottom: 135px
}

@media (max-width: 840px) {
    .mb135 {
        margin-bottom:50px
    }
}

.ml130 {
    margin-left: 130px
}

@media (max-width: 840px) {
    .ml130 {
        margin-left:0
    }
}

.ml135 {
    margin-left: 135px
}

@media (max-width: 840px) {
    .ml135 {
        margin-left:0
    }
}

.mv130 {
    margin-top: 130px;
    margin-bottom: 130px
}

@media (max-width: 840px) {
    .mv130 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv135 {
    margin-top: 135px;
    margin-bottom: 135px
}

@media (max-width: 840px) {
    .mv135 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl130 {
    margin-left: -130px
}

@media (max-width: 840px) {
    .nl130 {
        margin-left:0
    }
}

.nl135 {
    margin-left: -135px
}

@media (max-width: 840px) {
    .nl135 {
        margin-left:0
    }
}

.nr130 {
    margin-right: -130px
}

@media (max-width: 840px) {
    .nr130 {
        margin-right:0
    }
}

.nr135 {
    margin-right: -135px
}

@media (max-width: 840px) {
    .nr135 {
        margin-right:0
    }
}

.pt130 {
    padding-top: 130px
}

@media (max-width: 840px) {
    .pt130 {
        padding-top:50px
    }
}

.pt135 {
    padding-top: 135px
}

@media (max-width: 840px) {
    .pt135 {
        padding-top:50px
    }
}

.pr130 {
    padding-right: 130px
}

@media (max-width: 840px) {
    .pr130 {
        padding-right:0
    }
}

.pr135 {
    padding-right: 135px
}

@media (max-width: 840px) {
    .pr135 {
        padding-right:0
    }
}

.pb130 {
    padding-bottom: 130px
}

@media (max-width: 840px) {
    .pb130 {
        padding-bottom:50px
    }
}

.pb135 {
    padding-bottom: 135px
}

@media (max-width: 840px) {
    .pb135 {
        padding-bottom:50px
    }
}

.pl130 {
    padding-left: 130px
}

@media (max-width: 840px) {
    .pl130 {
        padding-left:0
    }
}

.pl135 {
    padding-left: 135px
}

@media (max-width: 840px) {
    .pl135 {
        padding-left:0
    }
}

.pv130 {
    padding-top: 130px;
    padding-bottom: 130px
}

@media (max-width: 840px) {
    .pv130 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv135 {
    padding-top: 135px;
    padding-bottom: 135px
}

@media (max-width: 840px) {
    .pv135 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps130 {
    padding-left: 130px;
    padding-right: 130px
}

@media (max-width: 840px) {
    .ps130 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps135 {
    padding-left: 135px;
    padding-right: 135px
}

@media (max-width: 840px) {
    .ps135 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt140 {
    margin-top: 140px
}

@media (max-width: 840px) {
    .mt140 {
        margin-top:50px
    }
}

.mt145 {
    margin-top: 145px
}

@media (max-width: 840px) {
    .mt145 {
        margin-top:50px
    }
}

.mr140 {
    margin-right: 140px
}

@media (max-width: 840px) {
    .mr140 {
        margin-right:0
    }
}

.mr145 {
    margin-right: 145px
}

@media (max-width: 840px) {
    .mr145 {
        margin-right:0
    }
}

.mb140 {
    margin-bottom: 140px
}

@media (max-width: 840px) {
    .mb140 {
        margin-bottom:50px
    }
}

.mb145 {
    margin-bottom: 145px
}

@media (max-width: 840px) {
    .mb145 {
        margin-bottom:50px
    }
}

.ml140 {
    margin-left: 140px
}

@media (max-width: 840px) {
    .ml140 {
        margin-left:0
    }
}

.ml145 {
    margin-left: 145px
}

@media (max-width: 840px) {
    .ml145 {
        margin-left:0
    }
}

.mv140 {
    margin-top: 140px;
    margin-bottom: 140px
}

@media (max-width: 840px) {
    .mv140 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv145 {
    margin-top: 145px;
    margin-bottom: 145px
}

@media (max-width: 840px) {
    .mv145 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl140 {
    margin-left: -140px
}

@media (max-width: 840px) {
    .nl140 {
        margin-left:0
    }
}

.nl145 {
    margin-left: -145px
}

@media (max-width: 840px) {
    .nl145 {
        margin-left:0
    }
}

.nr140 {
    margin-right: -140px
}

@media (max-width: 840px) {
    .nr140 {
        margin-right:0
    }
}

.nr145 {
    margin-right: -145px
}

@media (max-width: 840px) {
    .nr145 {
        margin-right:0
    }
}

.pt140 {
    padding-top: 140px
}

@media (max-width: 840px) {
    .pt140 {
        padding-top:50px
    }
}

.pt145 {
    padding-top: 145px
}

@media (max-width: 840px) {
    .pt145 {
        padding-top:50px
    }
}

.pr140 {
    padding-right: 140px
}

@media (max-width: 840px) {
    .pr140 {
        padding-right:0
    }
}

.pr145 {
    padding-right: 145px
}

@media (max-width: 840px) {
    .pr145 {
        padding-right:0
    }
}

.pb140 {
    padding-bottom: 140px
}

@media (max-width: 840px) {
    .pb140 {
        padding-bottom:50px
    }
}

.pb145 {
    padding-bottom: 145px
}

@media (max-width: 840px) {
    .pb145 {
        padding-bottom:50px
    }
}

.pl140 {
    padding-left: 140px
}

@media (max-width: 840px) {
    .pl140 {
        padding-left:0
    }
}

.pl145 {
    padding-left: 145px
}

@media (max-width: 840px) {
    .pl145 {
        padding-left:0
    }
}

.pv140 {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (max-width: 840px) {
    .pv140 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv145 {
    padding-top: 145px;
    padding-bottom: 145px
}

@media (max-width: 840px) {
    .pv145 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps140 {
    padding-left: 140px;
    padding-right: 140px
}

@media (max-width: 840px) {
    .ps140 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps145 {
    padding-left: 145px;
    padding-right: 145px
}

@media (max-width: 840px) {
    .ps145 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt150 {
    margin-top: 150px
}

@media (max-width: 840px) {
    .mt150 {
        margin-top:50px
    }
}

.mt155 {
    margin-top: 155px
}

@media (max-width: 840px) {
    .mt155 {
        margin-top:50px
    }
}

.mr150 {
    margin-right: 150px
}

@media (max-width: 840px) {
    .mr150 {
        margin-right:0
    }
}

.mr155 {
    margin-right: 155px
}

@media (max-width: 840px) {
    .mr155 {
        margin-right:0
    }
}

.mb150 {
    margin-bottom: 150px
}

@media (max-width: 840px) {
    .mb150 {
        margin-bottom:50px
    }
}

.mb155 {
    margin-bottom: 155px
}

@media (max-width: 840px) {
    .mb155 {
        margin-bottom:50px
    }
}

.ml150 {
    margin-left: 150px
}

@media (max-width: 840px) {
    .ml150 {
        margin-left:0
    }
}

.ml155 {
    margin-left: 155px
}

@media (max-width: 840px) {
    .ml155 {
        margin-left:0
    }
}

.mv150 {
    margin-top: 150px;
    margin-bottom: 150px
}

@media (max-width: 840px) {
    .mv150 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv155 {
    margin-top: 155px;
    margin-bottom: 155px
}

@media (max-width: 840px) {
    .mv155 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl150 {
    margin-left: -150px
}

@media (max-width: 840px) {
    .nl150 {
        margin-left:0
    }
}

.nl155 {
    margin-left: -155px
}

@media (max-width: 840px) {
    .nl155 {
        margin-left:0
    }
}

.nr150 {
    margin-right: -150px
}

@media (max-width: 840px) {
    .nr150 {
        margin-right:0
    }
}

.nr155 {
    margin-right: -155px
}

@media (max-width: 840px) {
    .nr155 {
        margin-right:0
    }
}

.pt150 {
    padding-top: 150px
}

@media (max-width: 840px) {
    .pt150 {
        padding-top:50px
    }
}

.pt155 {
    padding-top: 155px
}

@media (max-width: 840px) {
    .pt155 {
        padding-top:50px
    }
}

.pr150 {
    padding-right: 150px
}

@media (max-width: 840px) {
    .pr150 {
        padding-right:0
    }
}

.pr155 {
    padding-right: 155px
}

@media (max-width: 840px) {
    .pr155 {
        padding-right:0
    }
}

.pb150 {
    padding-bottom: 150px
}

@media (max-width: 840px) {
    .pb150 {
        padding-bottom:50px
    }
}

.pb155 {
    padding-bottom: 155px
}

@media (max-width: 840px) {
    .pb155 {
        padding-bottom:50px
    }
}

.pl150 {
    padding-left: 150px
}

@media (max-width: 840px) {
    .pl150 {
        padding-left:0
    }
}

.pl155 {
    padding-left: 155px
}

@media (max-width: 840px) {
    .pl155 {
        padding-left:0
    }
}

.pv150 {
    padding-top: 150px;
    padding-bottom: 150px
}

@media (max-width: 840px) {
    .pv150 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv155 {
    padding-top: 155px;
    padding-bottom: 155px
}

@media (max-width: 840px) {
    .pv155 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps150 {
    padding-left: 150px;
    padding-right: 150px
}

@media (max-width: 840px) {
    .ps150 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps155 {
    padding-left: 155px;
    padding-right: 155px
}

@media (max-width: 840px) {
    .ps155 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt160 {
    margin-top: 160px
}

@media (max-width: 840px) {
    .mt160 {
        margin-top:50px
    }
}

.mt165 {
    margin-top: 165px
}

@media (max-width: 840px) {
    .mt165 {
        margin-top:50px
    }
}

.mr160 {
    margin-right: 160px
}

@media (max-width: 840px) {
    .mr160 {
        margin-right:0
    }
}

.mr165 {
    margin-right: 165px
}

@media (max-width: 840px) {
    .mr165 {
        margin-right:0
    }
}

.mb160 {
    margin-bottom: 160px
}

@media (max-width: 840px) {
    .mb160 {
        margin-bottom:50px
    }
}

.mb165 {
    margin-bottom: 165px
}

@media (max-width: 840px) {
    .mb165 {
        margin-bottom:50px
    }
}

.ml160 {
    margin-left: 160px
}

@media (max-width: 840px) {
    .ml160 {
        margin-left:0
    }
}

.ml165 {
    margin-left: 165px
}

@media (max-width: 840px) {
    .ml165 {
        margin-left:0
    }
}

.mv160 {
    margin-top: 160px;
    margin-bottom: 160px
}

@media (max-width: 840px) {
    .mv160 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv165 {
    margin-top: 165px;
    margin-bottom: 165px
}

@media (max-width: 840px) {
    .mv165 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl160 {
    margin-left: -160px
}

@media (max-width: 840px) {
    .nl160 {
        margin-left:0
    }
}

.nl165 {
    margin-left: -165px
}

@media (max-width: 840px) {
    .nl165 {
        margin-left:0
    }
}

.nr160 {
    margin-right: -160px
}

@media (max-width: 840px) {
    .nr160 {
        margin-right:0
    }
}

.nr165 {
    margin-right: -165px
}

@media (max-width: 840px) {
    .nr165 {
        margin-right:0
    }
}

.pt160 {
    padding-top: 160px
}

@media (max-width: 840px) {
    .pt160 {
        padding-top:50px
    }
}

.pt165 {
    padding-top: 165px
}

@media (max-width: 840px) {
    .pt165 {
        padding-top:50px
    }
}

.pr160 {
    padding-right: 160px
}

@media (max-width: 840px) {
    .pr160 {
        padding-right:0
    }
}

.pr165 {
    padding-right: 165px
}

@media (max-width: 840px) {
    .pr165 {
        padding-right:0
    }
}

.pb160 {
    padding-bottom: 160px
}

@media (max-width: 840px) {
    .pb160 {
        padding-bottom:50px
    }
}

.pb165 {
    padding-bottom: 165px
}

@media (max-width: 840px) {
    .pb165 {
        padding-bottom:50px
    }
}

.pl160 {
    padding-left: 160px
}

@media (max-width: 840px) {
    .pl160 {
        padding-left:0
    }
}

.pl165 {
    padding-left: 165px
}

@media (max-width: 840px) {
    .pl165 {
        padding-left:0
    }
}

.pv160 {
    padding-top: 160px;
    padding-bottom: 160px
}

@media (max-width: 840px) {
    .pv160 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv165 {
    padding-top: 165px;
    padding-bottom: 165px
}

@media (max-width: 840px) {
    .pv165 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps160 {
    padding-left: 160px;
    padding-right: 160px
}

@media (max-width: 840px) {
    .ps160 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps165 {
    padding-left: 165px;
    padding-right: 165px
}

@media (max-width: 840px) {
    .ps165 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt170 {
    margin-top: 170px
}

@media (max-width: 840px) {
    .mt170 {
        margin-top:50px
    }
}

.mt175 {
    margin-top: 175px
}

@media (max-width: 840px) {
    .mt175 {
        margin-top:50px
    }
}

.mr170 {
    margin-right: 170px
}

@media (max-width: 840px) {
    .mr170 {
        margin-right:0
    }
}

.mr175 {
    margin-right: 175px
}

@media (max-width: 840px) {
    .mr175 {
        margin-right:0
    }
}

.mb170 {
    margin-bottom: 170px
}

@media (max-width: 840px) {
    .mb170 {
        margin-bottom:50px
    }
}

.mb175 {
    margin-bottom: 175px
}

@media (max-width: 840px) {
    .mb175 {
        margin-bottom:50px
    }
}

.ml170 {
    margin-left: 170px
}

@media (max-width: 840px) {
    .ml170 {
        margin-left:0
    }
}

.ml175 {
    margin-left: 175px
}

@media (max-width: 840px) {
    .ml175 {
        margin-left:0
    }
}

.mv170 {
    margin-top: 170px;
    margin-bottom: 170px
}

@media (max-width: 840px) {
    .mv170 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv175 {
    margin-top: 175px;
    margin-bottom: 175px
}

@media (max-width: 840px) {
    .mv175 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl170 {
    margin-left: -170px
}

@media (max-width: 840px) {
    .nl170 {
        margin-left:0
    }
}

.nl175 {
    margin-left: -175px
}

@media (max-width: 840px) {
    .nl175 {
        margin-left:0
    }
}

.nr170 {
    margin-right: -170px
}

@media (max-width: 840px) {
    .nr170 {
        margin-right:0
    }
}

.nr175 {
    margin-right: -175px
}

@media (max-width: 840px) {
    .nr175 {
        margin-right:0
    }
}

.pt170 {
    padding-top: 170px
}

@media (max-width: 840px) {
    .pt170 {
        padding-top:50px
    }
}

.pt175 {
    padding-top: 175px
}

@media (max-width: 840px) {
    .pt175 {
        padding-top:50px
    }
}

.pr170 {
    padding-right: 170px
}

@media (max-width: 840px) {
    .pr170 {
        padding-right:0
    }
}

.pr175 {
    padding-right: 175px
}

@media (max-width: 840px) {
    .pr175 {
        padding-right:0
    }
}

.pb170 {
    padding-bottom: 170px
}

@media (max-width: 840px) {
    .pb170 {
        padding-bottom:50px
    }
}

.pb175 {
    padding-bottom: 175px
}

@media (max-width: 840px) {
    .pb175 {
        padding-bottom:50px
    }
}

.pl170 {
    padding-left: 170px
}

@media (max-width: 840px) {
    .pl170 {
        padding-left:0
    }
}

.pl175 {
    padding-left: 175px
}

@media (max-width: 840px) {
    .pl175 {
        padding-left:0
    }
}

.pv170 {
    padding-top: 170px;
    padding-bottom: 170px
}

@media (max-width: 840px) {
    .pv170 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv175 {
    padding-top: 175px;
    padding-bottom: 175px
}

@media (max-width: 840px) {
    .pv175 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps170 {
    padding-left: 170px;
    padding-right: 170px
}

@media (max-width: 840px) {
    .ps170 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps175 {
    padding-left: 175px;
    padding-right: 175px
}

@media (max-width: 840px) {
    .ps175 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt180 {
    margin-top: 180px
}

@media (max-width: 840px) {
    .mt180 {
        margin-top:50px
    }
}

.mt185 {
    margin-top: 185px
}

@media (max-width: 840px) {
    .mt185 {
        margin-top:50px
    }
}

.mr180 {
    margin-right: 180px
}

@media (max-width: 840px) {
    .mr180 {
        margin-right:0
    }
}

.mr185 {
    margin-right: 185px
}

@media (max-width: 840px) {
    .mr185 {
        margin-right:0
    }
}

.mb180 {
    margin-bottom: 180px
}

@media (max-width: 840px) {
    .mb180 {
        margin-bottom:50px
    }
}

.mb185 {
    margin-bottom: 185px
}

@media (max-width: 840px) {
    .mb185 {
        margin-bottom:50px
    }
}

.ml180 {
    margin-left: 180px
}

@media (max-width: 840px) {
    .ml180 {
        margin-left:0
    }
}

.ml185 {
    margin-left: 185px
}

@media (max-width: 840px) {
    .ml185 {
        margin-left:0
    }
}

.mv180 {
    margin-top: 180px;
    margin-bottom: 180px
}

@media (max-width: 840px) {
    .mv180 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv185 {
    margin-top: 185px;
    margin-bottom: 185px
}

@media (max-width: 840px) {
    .mv185 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl180 {
    margin-left: -180px
}

@media (max-width: 840px) {
    .nl180 {
        margin-left:0
    }
}

.nl185 {
    margin-left: -185px
}

@media (max-width: 840px) {
    .nl185 {
        margin-left:0
    }
}

.nr180 {
    margin-right: -180px
}

@media (max-width: 840px) {
    .nr180 {
        margin-right:0
    }
}

.nr185 {
    margin-right: -185px
}

@media (max-width: 840px) {
    .nr185 {
        margin-right:0
    }
}

.pt180 {
    padding-top: 180px
}

@media (max-width: 840px) {
    .pt180 {
        padding-top:50px
    }
}

.pt185 {
    padding-top: 185px
}

@media (max-width: 840px) {
    .pt185 {
        padding-top:50px
    }
}

.pr180 {
    padding-right: 180px
}

@media (max-width: 840px) {
    .pr180 {
        padding-right:0
    }
}

.pr185 {
    padding-right: 185px
}

@media (max-width: 840px) {
    .pr185 {
        padding-right:0
    }
}

.pb180 {
    padding-bottom: 180px
}

@media (max-width: 840px) {
    .pb180 {
        padding-bottom:50px
    }
}

.pb185 {
    padding-bottom: 185px
}

@media (max-width: 840px) {
    .pb185 {
        padding-bottom:50px
    }
}

.pl180 {
    padding-left: 180px
}

@media (max-width: 840px) {
    .pl180 {
        padding-left:0
    }
}

.pl185 {
    padding-left: 185px
}

@media (max-width: 840px) {
    .pl185 {
        padding-left:0
    }
}

.pv180 {
    padding-top: 180px;
    padding-bottom: 180px
}

@media (max-width: 840px) {
    .pv180 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv185 {
    padding-top: 185px;
    padding-bottom: 185px
}

@media (max-width: 840px) {
    .pv185 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps180 {
    padding-left: 180px;
    padding-right: 180px
}

@media (max-width: 840px) {
    .ps180 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps185 {
    padding-left: 185px;
    padding-right: 185px
}

@media (max-width: 840px) {
    .ps185 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt190 {
    margin-top: 190px
}

@media (max-width: 840px) {
    .mt190 {
        margin-top:50px
    }
}

.mt195 {
    margin-top: 195px
}

@media (max-width: 840px) {
    .mt195 {
        margin-top:50px
    }
}

.mr190 {
    margin-right: 190px
}

@media (max-width: 840px) {
    .mr190 {
        margin-right:0
    }
}

.mr195 {
    margin-right: 195px
}

@media (max-width: 840px) {
    .mr195 {
        margin-right:0
    }
}

.mb190 {
    margin-bottom: 190px
}

@media (max-width: 840px) {
    .mb190 {
        margin-bottom:50px
    }
}

.mb195 {
    margin-bottom: 195px
}

@media (max-width: 840px) {
    .mb195 {
        margin-bottom:50px
    }
}

.ml190 {
    margin-left: 190px
}

@media (max-width: 840px) {
    .ml190 {
        margin-left:0
    }
}

.ml195 {
    margin-left: 195px
}

@media (max-width: 840px) {
    .ml195 {
        margin-left:0
    }
}

.mv190 {
    margin-top: 190px;
    margin-bottom: 190px
}

@media (max-width: 840px) {
    .mv190 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv195 {
    margin-top: 195px;
    margin-bottom: 195px
}

@media (max-width: 840px) {
    .mv195 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl190 {
    margin-left: -190px
}

@media (max-width: 840px) {
    .nl190 {
        margin-left:0
    }
}

.nl195 {
    margin-left: -195px
}

@media (max-width: 840px) {
    .nl195 {
        margin-left:0
    }
}

.nr190 {
    margin-right: -190px
}

@media (max-width: 840px) {
    .nr190 {
        margin-right:0
    }
}

.nr195 {
    margin-right: -195px
}

@media (max-width: 840px) {
    .nr195 {
        margin-right:0
    }
}

.pt190 {
    padding-top: 190px
}

@media (max-width: 840px) {
    .pt190 {
        padding-top:50px
    }
}

.pt195 {
    padding-top: 195px
}

@media (max-width: 840px) {
    .pt195 {
        padding-top:50px
    }
}

.pr190 {
    padding-right: 190px
}

@media (max-width: 840px) {
    .pr190 {
        padding-right:0
    }
}

.pr195 {
    padding-right: 195px
}

@media (max-width: 840px) {
    .pr195 {
        padding-right:0
    }
}

.pb190 {
    padding-bottom: 190px
}

@media (max-width: 840px) {
    .pb190 {
        padding-bottom:50px
    }
}

.pb195 {
    padding-bottom: 195px
}

@media (max-width: 840px) {
    .pb195 {
        padding-bottom:50px
    }
}

.pl190 {
    padding-left: 190px
}

@media (max-width: 840px) {
    .pl190 {
        padding-left:0
    }
}

.pl195 {
    padding-left: 195px
}

@media (max-width: 840px) {
    .pl195 {
        padding-left:0
    }
}

.pv190 {
    padding-top: 190px;
    padding-bottom: 190px
}

@media (max-width: 840px) {
    .pv190 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv195 {
    padding-top: 195px;
    padding-bottom: 195px
}

@media (max-width: 840px) {
    .pv195 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps190 {
    padding-left: 190px;
    padding-right: 190px
}

@media (max-width: 840px) {
    .ps190 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps195 {
    padding-left: 195px;
    padding-right: 195px
}

@media (max-width: 840px) {
    .ps195 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt200 {
    margin-top: 200px
}

@media (max-width: 840px) {
    .mt200 {
        margin-top:50px
    }
}

.mt205 {
    margin-top: 205px
}

@media (max-width: 840px) {
    .mt205 {
        margin-top:50px
    }
}

.mr200 {
    margin-right: 200px
}

@media (max-width: 840px) {
    .mr200 {
        margin-right:0
    }
}

.mr205 {
    margin-right: 205px
}

@media (max-width: 840px) {
    .mr205 {
        margin-right:0
    }
}

.mb200 {
    margin-bottom: 200px
}

@media (max-width: 840px) {
    .mb200 {
        margin-bottom:50px
    }
}

.mb205 {
    margin-bottom: 205px
}

@media (max-width: 840px) {
    .mb205 {
        margin-bottom:50px
    }
}

.ml200 {
    margin-left: 200px
}

@media (max-width: 840px) {
    .ml200 {
        margin-left:0
    }
}

.ml205 {
    margin-left: 205px
}

@media (max-width: 840px) {
    .ml205 {
        margin-left:0
    }
}

.mv200 {
    margin-top: 200px;
    margin-bottom: 200px
}

@media (max-width: 840px) {
    .mv200 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv205 {
    margin-top: 205px;
    margin-bottom: 205px
}

@media (max-width: 840px) {
    .mv205 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl200 {
    margin-left: -200px
}

@media (max-width: 840px) {
    .nl200 {
        margin-left:0
    }
}

.nl205 {
    margin-left: -205px
}

@media (max-width: 840px) {
    .nl205 {
        margin-left:0
    }
}

.nr200 {
    margin-right: -200px
}

@media (max-width: 840px) {
    .nr200 {
        margin-right:0
    }
}

.nr205 {
    margin-right: -205px
}

@media (max-width: 840px) {
    .nr205 {
        margin-right:0
    }
}

.pt200 {
    padding-top: 200px
}

@media (max-width: 840px) {
    .pt200 {
        padding-top:50px
    }
}

.pt205 {
    padding-top: 205px
}

@media (max-width: 840px) {
    .pt205 {
        padding-top:50px
    }
}

.pr200 {
    padding-right: 200px
}

@media (max-width: 840px) {
    .pr200 {
        padding-right:0
    }
}

.pr205 {
    padding-right: 205px
}

@media (max-width: 840px) {
    .pr205 {
        padding-right:0
    }
}

.pb200 {
    padding-bottom: 200px
}

@media (max-width: 840px) {
    .pb200 {
        padding-bottom:50px
    }
}

.pb205 {
    padding-bottom: 205px
}

@media (max-width: 840px) {
    .pb205 {
        padding-bottom:50px
    }
}

.pl200 {
    padding-left: 200px
}

@media (max-width: 840px) {
    .pl200 {
        padding-left:0
    }
}

.pl205 {
    padding-left: 205px
}

@media (max-width: 840px) {
    .pl205 {
        padding-left:0
    }
}

.pv200 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width: 840px) {
    .pv200 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv205 {
    padding-top: 205px;
    padding-bottom: 205px
}

@media (max-width: 840px) {
    .pv205 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps200 {
    padding-left: 200px;
    padding-right: 200px
}

@media (max-width: 840px) {
    .ps200 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps205 {
    padding-left: 205px;
    padding-right: 205px
}

@media (max-width: 840px) {
    .ps205 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt210 {
    margin-top: 210px
}

@media (max-width: 840px) {
    .mt210 {
        margin-top:50px
    }
}

.mt215 {
    margin-top: 215px
}

@media (max-width: 840px) {
    .mt215 {
        margin-top:50px
    }
}

.mr210 {
    margin-right: 210px
}

@media (max-width: 840px) {
    .mr210 {
        margin-right:0
    }
}

.mr215 {
    margin-right: 215px
}

@media (max-width: 840px) {
    .mr215 {
        margin-right:0
    }
}

.mb210 {
    margin-bottom: 210px
}

@media (max-width: 840px) {
    .mb210 {
        margin-bottom:50px
    }
}

.mb215 {
    margin-bottom: 215px
}

@media (max-width: 840px) {
    .mb215 {
        margin-bottom:50px
    }
}

.ml210 {
    margin-left: 210px
}

@media (max-width: 840px) {
    .ml210 {
        margin-left:0
    }
}

.ml215 {
    margin-left: 215px
}

@media (max-width: 840px) {
    .ml215 {
        margin-left:0
    }
}

.mv210 {
    margin-top: 210px;
    margin-bottom: 210px
}

@media (max-width: 840px) {
    .mv210 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv215 {
    margin-top: 215px;
    margin-bottom: 215px
}

@media (max-width: 840px) {
    .mv215 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl210 {
    margin-left: -210px
}

@media (max-width: 840px) {
    .nl210 {
        margin-left:0
    }
}

.nl215 {
    margin-left: -215px
}

@media (max-width: 840px) {
    .nl215 {
        margin-left:0
    }
}

.nr210 {
    margin-right: -210px
}

@media (max-width: 840px) {
    .nr210 {
        margin-right:0
    }
}

.nr215 {
    margin-right: -215px
}

@media (max-width: 840px) {
    .nr215 {
        margin-right:0
    }
}

.pt210 {
    padding-top: 210px
}

@media (max-width: 840px) {
    .pt210 {
        padding-top:50px
    }
}

.pt215 {
    padding-top: 215px
}

@media (max-width: 840px) {
    .pt215 {
        padding-top:50px
    }
}

.pr210 {
    padding-right: 210px
}

@media (max-width: 840px) {
    .pr210 {
        padding-right:0
    }
}

.pr215 {
    padding-right: 215px
}

@media (max-width: 840px) {
    .pr215 {
        padding-right:0
    }
}

.pb210 {
    padding-bottom: 210px
}

@media (max-width: 840px) {
    .pb210 {
        padding-bottom:50px
    }
}

.pb215 {
    padding-bottom: 215px
}

@media (max-width: 840px) {
    .pb215 {
        padding-bottom:50px
    }
}

.pl210 {
    padding-left: 210px
}

@media (max-width: 840px) {
    .pl210 {
        padding-left:0
    }
}

.pl215 {
    padding-left: 215px
}

@media (max-width: 840px) {
    .pl215 {
        padding-left:0
    }
}

.pv210 {
    padding-top: 210px;
    padding-bottom: 210px
}

@media (max-width: 840px) {
    .pv210 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv215 {
    padding-top: 215px;
    padding-bottom: 215px
}

@media (max-width: 840px) {
    .pv215 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps210 {
    padding-left: 210px;
    padding-right: 210px
}

@media (max-width: 840px) {
    .ps210 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps215 {
    padding-left: 215px;
    padding-right: 215px
}

@media (max-width: 840px) {
    .ps215 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt220 {
    margin-top: 220px
}

@media (max-width: 840px) {
    .mt220 {
        margin-top:50px
    }
}

.mt225 {
    margin-top: 225px
}

@media (max-width: 840px) {
    .mt225 {
        margin-top:50px
    }
}

.mr220 {
    margin-right: 220px
}

@media (max-width: 840px) {
    .mr220 {
        margin-right:0
    }
}

.mr225 {
    margin-right: 225px
}

@media (max-width: 840px) {
    .mr225 {
        margin-right:0
    }
}

.mb220 {
    margin-bottom: 220px
}

@media (max-width: 840px) {
    .mb220 {
        margin-bottom:50px
    }
}

.mb225 {
    margin-bottom: 225px
}

@media (max-width: 840px) {
    .mb225 {
        margin-bottom:50px
    }
}

.ml220 {
    margin-left: 220px
}

@media (max-width: 840px) {
    .ml220 {
        margin-left:0
    }
}

.ml225 {
    margin-left: 225px
}

@media (max-width: 840px) {
    .ml225 {
        margin-left:0
    }
}

.mv220 {
    margin-top: 220px;
    margin-bottom: 220px
}

@media (max-width: 840px) {
    .mv220 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv225 {
    margin-top: 225px;
    margin-bottom: 225px
}

@media (max-width: 840px) {
    .mv225 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl220 {
    margin-left: -220px
}

@media (max-width: 840px) {
    .nl220 {
        margin-left:0
    }
}

.nl225 {
    margin-left: -225px
}

@media (max-width: 840px) {
    .nl225 {
        margin-left:0
    }
}

.nr220 {
    margin-right: -220px
}

@media (max-width: 840px) {
    .nr220 {
        margin-right:0
    }
}

.nr225 {
    margin-right: -225px
}

@media (max-width: 840px) {
    .nr225 {
        margin-right:0
    }
}

.pt220 {
    padding-top: 220px
}

@media (max-width: 840px) {
    .pt220 {
        padding-top:50px
    }
}

.pt225 {
    padding-top: 225px
}

@media (max-width: 840px) {
    .pt225 {
        padding-top:50px
    }
}

.pr220 {
    padding-right: 220px
}

@media (max-width: 840px) {
    .pr220 {
        padding-right:0
    }
}

.pr225 {
    padding-right: 225px
}

@media (max-width: 840px) {
    .pr225 {
        padding-right:0
    }
}

.pb220 {
    padding-bottom: 220px
}

@media (max-width: 840px) {
    .pb220 {
        padding-bottom:50px
    }
}

.pb225 {
    padding-bottom: 225px
}

@media (max-width: 840px) {
    .pb225 {
        padding-bottom:50px
    }
}

.pl220 {
    padding-left: 220px
}

@media (max-width: 840px) {
    .pl220 {
        padding-left:0
    }
}

.pl225 {
    padding-left: 225px
}

@media (max-width: 840px) {
    .pl225 {
        padding-left:0
    }
}

.pv220 {
    padding-top: 220px;
    padding-bottom: 220px
}

@media (max-width: 840px) {
    .pv220 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv225 {
    padding-top: 225px;
    padding-bottom: 225px
}

@media (max-width: 840px) {
    .pv225 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps220 {
    padding-left: 220px;
    padding-right: 220px
}

@media (max-width: 840px) {
    .ps220 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps225 {
    padding-left: 225px;
    padding-right: 225px
}

@media (max-width: 840px) {
    .ps225 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt230 {
    margin-top: 230px
}

@media (max-width: 840px) {
    .mt230 {
        margin-top:50px
    }
}

.mt235 {
    margin-top: 235px
}

@media (max-width: 840px) {
    .mt235 {
        margin-top:50px
    }
}

.mr230 {
    margin-right: 230px
}

@media (max-width: 840px) {
    .mr230 {
        margin-right:0
    }
}

.mr235 {
    margin-right: 235px
}

@media (max-width: 840px) {
    .mr235 {
        margin-right:0
    }
}

.mb230 {
    margin-bottom: 230px
}

@media (max-width: 840px) {
    .mb230 {
        margin-bottom:50px
    }
}

.mb235 {
    margin-bottom: 235px
}

@media (max-width: 840px) {
    .mb235 {
        margin-bottom:50px
    }
}

.ml230 {
    margin-left: 230px
}

@media (max-width: 840px) {
    .ml230 {
        margin-left:0
    }
}

.ml235 {
    margin-left: 235px
}

@media (max-width: 840px) {
    .ml235 {
        margin-left:0
    }
}

.mv230 {
    margin-top: 230px;
    margin-bottom: 230px
}

@media (max-width: 840px) {
    .mv230 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv235 {
    margin-top: 235px;
    margin-bottom: 235px
}

@media (max-width: 840px) {
    .mv235 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl230 {
    margin-left: -230px
}

@media (max-width: 840px) {
    .nl230 {
        margin-left:0
    }
}

.nl235 {
    margin-left: -235px
}

@media (max-width: 840px) {
    .nl235 {
        margin-left:0
    }
}

.nr230 {
    margin-right: -230px
}

@media (max-width: 840px) {
    .nr230 {
        margin-right:0
    }
}

.nr235 {
    margin-right: -235px
}

@media (max-width: 840px) {
    .nr235 {
        margin-right:0
    }
}

.pt230 {
    padding-top: 230px
}

@media (max-width: 840px) {
    .pt230 {
        padding-top:50px
    }
}

.pt235 {
    padding-top: 235px
}

@media (max-width: 840px) {
    .pt235 {
        padding-top:50px
    }
}

.pr230 {
    padding-right: 230px
}

@media (max-width: 840px) {
    .pr230 {
        padding-right:0
    }
}

.pr235 {
    padding-right: 235px
}

@media (max-width: 840px) {
    .pr235 {
        padding-right:0
    }
}

.pb230 {
    padding-bottom: 230px
}

@media (max-width: 840px) {
    .pb230 {
        padding-bottom:50px
    }
}

.pb235 {
    padding-bottom: 235px
}

@media (max-width: 840px) {
    .pb235 {
        padding-bottom:50px
    }
}

.pl230 {
    padding-left: 230px
}

@media (max-width: 840px) {
    .pl230 {
        padding-left:0
    }
}

.pl235 {
    padding-left: 235px
}

@media (max-width: 840px) {
    .pl235 {
        padding-left:0
    }
}

.pv230 {
    padding-top: 230px;
    padding-bottom: 230px
}

@media (max-width: 840px) {
    .pv230 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv235 {
    padding-top: 235px;
    padding-bottom: 235px
}

@media (max-width: 840px) {
    .pv235 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps230 {
    padding-left: 230px;
    padding-right: 230px
}

@media (max-width: 840px) {
    .ps230 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps235 {
    padding-left: 235px;
    padding-right: 235px
}

@media (max-width: 840px) {
    .ps235 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt240 {
    margin-top: 240px
}

@media (max-width: 840px) {
    .mt240 {
        margin-top:50px
    }
}

.mt245 {
    margin-top: 245px
}

@media (max-width: 840px) {
    .mt245 {
        margin-top:50px
    }
}

.mr240 {
    margin-right: 240px
}

@media (max-width: 840px) {
    .mr240 {
        margin-right:0
    }
}

.mr245 {
    margin-right: 245px
}

@media (max-width: 840px) {
    .mr245 {
        margin-right:0
    }
}

.mb240 {
    margin-bottom: 240px
}

@media (max-width: 840px) {
    .mb240 {
        margin-bottom:50px
    }
}

.mb245 {
    margin-bottom: 245px
}

@media (max-width: 840px) {
    .mb245 {
        margin-bottom:50px
    }
}

.ml240 {
    margin-left: 240px
}

@media (max-width: 840px) {
    .ml240 {
        margin-left:0
    }
}

.ml245 {
    margin-left: 245px
}

@media (max-width: 840px) {
    .ml245 {
        margin-left:0
    }
}

.mv240 {
    margin-top: 240px;
    margin-bottom: 240px
}

@media (max-width: 840px) {
    .mv240 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv245 {
    margin-top: 245px;
    margin-bottom: 245px
}

@media (max-width: 840px) {
    .mv245 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl240 {
    margin-left: -240px
}

@media (max-width: 840px) {
    .nl240 {
        margin-left:0
    }
}

.nl245 {
    margin-left: -245px
}

@media (max-width: 840px) {
    .nl245 {
        margin-left:0
    }
}

.nr240 {
    margin-right: -240px
}

@media (max-width: 840px) {
    .nr240 {
        margin-right:0
    }
}

.nr245 {
    margin-right: -245px
}

@media (max-width: 840px) {
    .nr245 {
        margin-right:0
    }
}

.pt240 {
    padding-top: 240px
}

@media (max-width: 840px) {
    .pt240 {
        padding-top:50px
    }
}

.pt245 {
    padding-top: 245px
}

@media (max-width: 840px) {
    .pt245 {
        padding-top:50px
    }
}

.pr240 {
    padding-right: 240px
}

@media (max-width: 840px) {
    .pr240 {
        padding-right:0
    }
}

.pr245 {
    padding-right: 245px
}

@media (max-width: 840px) {
    .pr245 {
        padding-right:0
    }
}

.pb240 {
    padding-bottom: 240px
}

@media (max-width: 840px) {
    .pb240 {
        padding-bottom:50px
    }
}

.pb245 {
    padding-bottom: 245px
}

@media (max-width: 840px) {
    .pb245 {
        padding-bottom:50px
    }
}

.pl240 {
    padding-left: 240px
}

@media (max-width: 840px) {
    .pl240 {
        padding-left:0
    }
}

.pl245 {
    padding-left: 245px
}

@media (max-width: 840px) {
    .pl245 {
        padding-left:0
    }
}

.pv240 {
    padding-top: 240px;
    padding-bottom: 240px
}

@media (max-width: 840px) {
    .pv240 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv245 {
    padding-top: 245px;
    padding-bottom: 245px
}

@media (max-width: 840px) {
    .pv245 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps240 {
    padding-left: 240px;
    padding-right: 240px
}

@media (max-width: 840px) {
    .ps240 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps245 {
    padding-left: 245px;
    padding-right: 245px
}

@media (max-width: 840px) {
    .ps245 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt250 {
    margin-top: 250px
}

@media (max-width: 840px) {
    .mt250 {
        margin-top:50px
    }
}

.mt255 {
    margin-top: 255px
}

@media (max-width: 840px) {
    .mt255 {
        margin-top:50px
    }
}

.mr250 {
    margin-right: 250px
}

@media (max-width: 840px) {
    .mr250 {
        margin-right:0
    }
}

.mr255 {
    margin-right: 255px
}

@media (max-width: 840px) {
    .mr255 {
        margin-right:0
    }
}

.mb250 {
    margin-bottom: 250px
}

@media (max-width: 840px) {
    .mb250 {
        margin-bottom:50px
    }
}

.mb255 {
    margin-bottom: 255px
}

@media (max-width: 840px) {
    .mb255 {
        margin-bottom:50px
    }
}

.ml250 {
    margin-left: 250px
}

@media (max-width: 840px) {
    .ml250 {
        margin-left:0
    }
}

.ml255 {
    margin-left: 255px
}

@media (max-width: 840px) {
    .ml255 {
        margin-left:0
    }
}

.mv250 {
    margin-top: 250px;
    margin-bottom: 250px
}

@media (max-width: 840px) {
    .mv250 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv255 {
    margin-top: 255px;
    margin-bottom: 255px
}

@media (max-width: 840px) {
    .mv255 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl250 {
    margin-left: -250px
}

@media (max-width: 840px) {
    .nl250 {
        margin-left:0
    }
}

.nl255 {
    margin-left: -255px
}

@media (max-width: 840px) {
    .nl255 {
        margin-left:0
    }
}

.nr250 {
    margin-right: -250px
}

@media (max-width: 840px) {
    .nr250 {
        margin-right:0
    }
}

.nr255 {
    margin-right: -255px
}

@media (max-width: 840px) {
    .nr255 {
        margin-right:0
    }
}

.pt250 {
    padding-top: 250px
}

@media (max-width: 840px) {
    .pt250 {
        padding-top:50px
    }
}

.pt255 {
    padding-top: 255px
}

@media (max-width: 840px) {
    .pt255 {
        padding-top:50px
    }
}

.pr250 {
    padding-right: 250px
}

@media (max-width: 840px) {
    .pr250 {
        padding-right:0
    }
}

.pr255 {
    padding-right: 255px
}

@media (max-width: 840px) {
    .pr255 {
        padding-right:0
    }
}

.pb250 {
    padding-bottom: 250px
}

@media (max-width: 840px) {
    .pb250 {
        padding-bottom:50px
    }
}

.pb255 {
    padding-bottom: 255px
}

@media (max-width: 840px) {
    .pb255 {
        padding-bottom:50px
    }
}

.pl250 {
    padding-left: 250px
}

@media (max-width: 840px) {
    .pl250 {
        padding-left:0
    }
}

.pl255 {
    padding-left: 255px
}

@media (max-width: 840px) {
    .pl255 {
        padding-left:0
    }
}

.pv250 {
    padding-top: 250px;
    padding-bottom: 250px
}

@media (max-width: 840px) {
    .pv250 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv255 {
    padding-top: 255px;
    padding-bottom: 255px
}

@media (max-width: 840px) {
    .pv255 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps250 {
    padding-left: 250px;
    padding-right: 250px
}

@media (max-width: 840px) {
    .ps250 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps255 {
    padding-left: 255px;
    padding-right: 255px
}

@media (max-width: 840px) {
    .ps255 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt260 {
    margin-top: 260px
}

@media (max-width: 840px) {
    .mt260 {
        margin-top:50px
    }
}

.mt265 {
    margin-top: 265px
}

@media (max-width: 840px) {
    .mt265 {
        margin-top:50px
    }
}

.mr260 {
    margin-right: 260px
}

@media (max-width: 840px) {
    .mr260 {
        margin-right:0
    }
}

.mr265 {
    margin-right: 265px
}

@media (max-width: 840px) {
    .mr265 {
        margin-right:0
    }
}

.mb260 {
    margin-bottom: 260px
}

@media (max-width: 840px) {
    .mb260 {
        margin-bottom:50px
    }
}

.mb265 {
    margin-bottom: 265px
}

@media (max-width: 840px) {
    .mb265 {
        margin-bottom:50px
    }
}

.ml260 {
    margin-left: 260px
}

@media (max-width: 840px) {
    .ml260 {
        margin-left:0
    }
}

.ml265 {
    margin-left: 265px
}

@media (max-width: 840px) {
    .ml265 {
        margin-left:0
    }
}

.mv260 {
    margin-top: 260px;
    margin-bottom: 260px
}

@media (max-width: 840px) {
    .mv260 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv265 {
    margin-top: 265px;
    margin-bottom: 265px
}

@media (max-width: 840px) {
    .mv265 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl260 {
    margin-left: -260px
}

@media (max-width: 840px) {
    .nl260 {
        margin-left:0
    }
}

.nl265 {
    margin-left: -265px
}

@media (max-width: 840px) {
    .nl265 {
        margin-left:0
    }
}

.nr260 {
    margin-right: -260px
}

@media (max-width: 840px) {
    .nr260 {
        margin-right:0
    }
}

.nr265 {
    margin-right: -265px
}

@media (max-width: 840px) {
    .nr265 {
        margin-right:0
    }
}

.pt260 {
    padding-top: 260px
}

@media (max-width: 840px) {
    .pt260 {
        padding-top:50px
    }
}

.pt265 {
    padding-top: 265px
}

@media (max-width: 840px) {
    .pt265 {
        padding-top:50px
    }
}

.pr260 {
    padding-right: 260px
}

@media (max-width: 840px) {
    .pr260 {
        padding-right:0
    }
}

.pr265 {
    padding-right: 265px
}

@media (max-width: 840px) {
    .pr265 {
        padding-right:0
    }
}

.pb260 {
    padding-bottom: 260px
}

@media (max-width: 840px) {
    .pb260 {
        padding-bottom:50px
    }
}

.pb265 {
    padding-bottom: 265px
}

@media (max-width: 840px) {
    .pb265 {
        padding-bottom:50px
    }
}

.pl260 {
    padding-left: 260px
}

@media (max-width: 840px) {
    .pl260 {
        padding-left:0
    }
}

.pl265 {
    padding-left: 265px
}

@media (max-width: 840px) {
    .pl265 {
        padding-left:0
    }
}

.pv260 {
    padding-top: 260px;
    padding-bottom: 260px
}

@media (max-width: 840px) {
    .pv260 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv265 {
    padding-top: 265px;
    padding-bottom: 265px
}

@media (max-width: 840px) {
    .pv265 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps260 {
    padding-left: 260px;
    padding-right: 260px
}

@media (max-width: 840px) {
    .ps260 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps265 {
    padding-left: 265px;
    padding-right: 265px
}

@media (max-width: 840px) {
    .ps265 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt270 {
    margin-top: 270px
}

@media (max-width: 840px) {
    .mt270 {
        margin-top:50px
    }
}

.mt275 {
    margin-top: 275px
}

@media (max-width: 840px) {
    .mt275 {
        margin-top:50px
    }
}

.mr270 {
    margin-right: 270px
}

@media (max-width: 840px) {
    .mr270 {
        margin-right:0
    }
}

.mr275 {
    margin-right: 275px
}

@media (max-width: 840px) {
    .mr275 {
        margin-right:0
    }
}

.mb270 {
    margin-bottom: 270px
}

@media (max-width: 840px) {
    .mb270 {
        margin-bottom:50px
    }
}

.mb275 {
    margin-bottom: 275px
}

@media (max-width: 840px) {
    .mb275 {
        margin-bottom:50px
    }
}

.ml270 {
    margin-left: 270px
}

@media (max-width: 840px) {
    .ml270 {
        margin-left:0
    }
}

.ml275 {
    margin-left: 275px
}

@media (max-width: 840px) {
    .ml275 {
        margin-left:0
    }
}

.mv270 {
    margin-top: 270px;
    margin-bottom: 270px
}

@media (max-width: 840px) {
    .mv270 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv275 {
    margin-top: 275px;
    margin-bottom: 275px
}

@media (max-width: 840px) {
    .mv275 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl270 {
    margin-left: -270px
}

@media (max-width: 840px) {
    .nl270 {
        margin-left:0
    }
}

.nl275 {
    margin-left: -275px
}

@media (max-width: 840px) {
    .nl275 {
        margin-left:0
    }
}

.nr270 {
    margin-right: -270px
}

@media (max-width: 840px) {
    .nr270 {
        margin-right:0
    }
}

.nr275 {
    margin-right: -275px
}

@media (max-width: 840px) {
    .nr275 {
        margin-right:0
    }
}

.pt270 {
    padding-top: 270px
}

@media (max-width: 840px) {
    .pt270 {
        padding-top:50px
    }
}

.pt275 {
    padding-top: 275px
}

@media (max-width: 840px) {
    .pt275 {
        padding-top:50px
    }
}

.pr270 {
    padding-right: 270px
}

@media (max-width: 840px) {
    .pr270 {
        padding-right:0
    }
}

.pr275 {
    padding-right: 275px
}

@media (max-width: 840px) {
    .pr275 {
        padding-right:0
    }
}

.pb270 {
    padding-bottom: 270px
}

@media (max-width: 840px) {
    .pb270 {
        padding-bottom:50px
    }
}

.pb275 {
    padding-bottom: 275px
}

@media (max-width: 840px) {
    .pb275 {
        padding-bottom:50px
    }
}

.pl270 {
    padding-left: 270px
}

@media (max-width: 840px) {
    .pl270 {
        padding-left:0
    }
}

.pl275 {
    padding-left: 275px
}

@media (max-width: 840px) {
    .pl275 {
        padding-left:0
    }
}

.pv270 {
    padding-top: 270px;
    padding-bottom: 270px
}

@media (max-width: 840px) {
    .pv270 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv275 {
    padding-top: 275px;
    padding-bottom: 275px
}

@media (max-width: 840px) {
    .pv275 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps270 {
    padding-left: 270px;
    padding-right: 270px
}

@media (max-width: 840px) {
    .ps270 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps275 {
    padding-left: 275px;
    padding-right: 275px
}

@media (max-width: 840px) {
    .ps275 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt280 {
    margin-top: 280px
}

@media (max-width: 840px) {
    .mt280 {
        margin-top:50px
    }
}

.mt285 {
    margin-top: 285px
}

@media (max-width: 840px) {
    .mt285 {
        margin-top:50px
    }
}

.mr280 {
    margin-right: 280px
}

@media (max-width: 840px) {
    .mr280 {
        margin-right:0
    }
}

.mr285 {
    margin-right: 285px
}

@media (max-width: 840px) {
    .mr285 {
        margin-right:0
    }
}

.mb280 {
    margin-bottom: 280px
}

@media (max-width: 840px) {
    .mb280 {
        margin-bottom:50px
    }
}

.mb285 {
    margin-bottom: 285px
}

@media (max-width: 840px) {
    .mb285 {
        margin-bottom:50px
    }
}

.ml280 {
    margin-left: 280px
}

@media (max-width: 840px) {
    .ml280 {
        margin-left:0
    }
}

.ml285 {
    margin-left: 285px
}

@media (max-width: 840px) {
    .ml285 {
        margin-left:0
    }
}

.mv280 {
    margin-top: 280px;
    margin-bottom: 280px
}

@media (max-width: 840px) {
    .mv280 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv285 {
    margin-top: 285px;
    margin-bottom: 285px
}

@media (max-width: 840px) {
    .mv285 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl280 {
    margin-left: -280px
}

@media (max-width: 840px) {
    .nl280 {
        margin-left:0
    }
}

.nl285 {
    margin-left: -285px
}

@media (max-width: 840px) {
    .nl285 {
        margin-left:0
    }
}

.nr280 {
    margin-right: -280px
}

@media (max-width: 840px) {
    .nr280 {
        margin-right:0
    }
}

.nr285 {
    margin-right: -285px
}

@media (max-width: 840px) {
    .nr285 {
        margin-right:0
    }
}

.pt280 {
    padding-top: 280px
}

@media (max-width: 840px) {
    .pt280 {
        padding-top:50px
    }
}

.pt285 {
    padding-top: 285px
}

@media (max-width: 840px) {
    .pt285 {
        padding-top:50px
    }
}

.pr280 {
    padding-right: 280px
}

@media (max-width: 840px) {
    .pr280 {
        padding-right:0
    }
}

.pr285 {
    padding-right: 285px
}

@media (max-width: 840px) {
    .pr285 {
        padding-right:0
    }
}

.pb280 {
    padding-bottom: 280px
}

@media (max-width: 840px) {
    .pb280 {
        padding-bottom:50px
    }
}

.pb285 {
    padding-bottom: 285px
}

@media (max-width: 840px) {
    .pb285 {
        padding-bottom:50px
    }
}

.pl280 {
    padding-left: 280px
}

@media (max-width: 840px) {
    .pl280 {
        padding-left:0
    }
}

.pl285 {
    padding-left: 285px
}

@media (max-width: 840px) {
    .pl285 {
        padding-left:0
    }
}

.pv280 {
    padding-top: 280px;
    padding-bottom: 280px
}

@media (max-width: 840px) {
    .pv280 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv285 {
    padding-top: 285px;
    padding-bottom: 285px
}

@media (max-width: 840px) {
    .pv285 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps280 {
    padding-left: 280px;
    padding-right: 280px
}

@media (max-width: 840px) {
    .ps280 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps285 {
    padding-left: 285px;
    padding-right: 285px
}

@media (max-width: 840px) {
    .ps285 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt290 {
    margin-top: 290px
}

@media (max-width: 840px) {
    .mt290 {
        margin-top:50px
    }
}

.mt295 {
    margin-top: 295px
}

@media (max-width: 840px) {
    .mt295 {
        margin-top:50px
    }
}

.mr290 {
    margin-right: 290px
}

@media (max-width: 840px) {
    .mr290 {
        margin-right:0
    }
}

.mr295 {
    margin-right: 295px
}

@media (max-width: 840px) {
    .mr295 {
        margin-right:0
    }
}

.mb290 {
    margin-bottom: 290px
}

@media (max-width: 840px) {
    .mb290 {
        margin-bottom:50px
    }
}

.mb295 {
    margin-bottom: 295px
}

@media (max-width: 840px) {
    .mb295 {
        margin-bottom:50px
    }
}

.ml290 {
    margin-left: 290px
}

@media (max-width: 840px) {
    .ml290 {
        margin-left:0
    }
}

.ml295 {
    margin-left: 295px
}

@media (max-width: 840px) {
    .ml295 {
        margin-left:0
    }
}

.mv290 {
    margin-top: 290px;
    margin-bottom: 290px
}

@media (max-width: 840px) {
    .mv290 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv295 {
    margin-top: 295px;
    margin-bottom: 295px
}

@media (max-width: 840px) {
    .mv295 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl290 {
    margin-left: -290px
}

@media (max-width: 840px) {
    .nl290 {
        margin-left:0
    }
}

.nl295 {
    margin-left: -295px
}

@media (max-width: 840px) {
    .nl295 {
        margin-left:0
    }
}

.nr290 {
    margin-right: -290px
}

@media (max-width: 840px) {
    .nr290 {
        margin-right:0
    }
}

.nr295 {
    margin-right: -295px
}

@media (max-width: 840px) {
    .nr295 {
        margin-right:0
    }
}

.pt290 {
    padding-top: 290px
}

@media (max-width: 840px) {
    .pt290 {
        padding-top:50px
    }
}

.pt295 {
    padding-top: 295px
}

@media (max-width: 840px) {
    .pt295 {
        padding-top:50px
    }
}

.pr290 {
    padding-right: 290px
}

@media (max-width: 840px) {
    .pr290 {
        padding-right:0
    }
}

.pr295 {
    padding-right: 295px
}

@media (max-width: 840px) {
    .pr295 {
        padding-right:0
    }
}

.pb290 {
    padding-bottom: 290px
}

@media (max-width: 840px) {
    .pb290 {
        padding-bottom:50px
    }
}

.pb295 {
    padding-bottom: 295px
}

@media (max-width: 840px) {
    .pb295 {
        padding-bottom:50px
    }
}

.pl290 {
    padding-left: 290px
}

@media (max-width: 840px) {
    .pl290 {
        padding-left:0
    }
}

.pl295 {
    padding-left: 295px
}

@media (max-width: 840px) {
    .pl295 {
        padding-left:0
    }
}

.pv290 {
    padding-top: 290px;
    padding-bottom: 290px
}

@media (max-width: 840px) {
    .pv290 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv295 {
    padding-top: 295px;
    padding-bottom: 295px
}

@media (max-width: 840px) {
    .pv295 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps290 {
    padding-left: 290px;
    padding-right: 290px
}

@media (max-width: 840px) {
    .ps290 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps295 {
    padding-left: 295px;
    padding-right: 295px
}

@media (max-width: 840px) {
    .ps295 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt300 {
    margin-top: 300px
}

@media (max-width: 840px) {
    .mt300 {
        margin-top:50px
    }
}

.mt305 {
    margin-top: 305px
}

@media (max-width: 840px) {
    .mt305 {
        margin-top:50px
    }
}

.mr300 {
    margin-right: 300px
}

@media (max-width: 840px) {
    .mr300 {
        margin-right:0
    }
}

.mr305 {
    margin-right: 305px
}

@media (max-width: 840px) {
    .mr305 {
        margin-right:0
    }
}

.mb300 {
    margin-bottom: 300px
}

@media (max-width: 840px) {
    .mb300 {
        margin-bottom:50px
    }
}

.mb305 {
    margin-bottom: 305px
}

@media (max-width: 840px) {
    .mb305 {
        margin-bottom:50px
    }
}

.ml300 {
    margin-left: 300px
}

@media (max-width: 840px) {
    .ml300 {
        margin-left:0
    }
}

.ml305 {
    margin-left: 305px
}

@media (max-width: 840px) {
    .ml305 {
        margin-left:0
    }
}

.mv300 {
    margin-top: 300px;
    margin-bottom: 300px
}

@media (max-width: 840px) {
    .mv300 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv305 {
    margin-top: 305px;
    margin-bottom: 305px
}

@media (max-width: 840px) {
    .mv305 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl300 {
    margin-left: -300px
}

@media (max-width: 840px) {
    .nl300 {
        margin-left:0
    }
}

.nl305 {
    margin-left: -305px
}

@media (max-width: 840px) {
    .nl305 {
        margin-left:0
    }
}

.nr300 {
    margin-right: -300px
}

@media (max-width: 840px) {
    .nr300 {
        margin-right:0
    }
}

.nr305 {
    margin-right: -305px
}

@media (max-width: 840px) {
    .nr305 {
        margin-right:0
    }
}

.pt300 {
    padding-top: 300px
}

@media (max-width: 840px) {
    .pt300 {
        padding-top:50px
    }
}

.pt305 {
    padding-top: 305px
}

@media (max-width: 840px) {
    .pt305 {
        padding-top:50px
    }
}

.pr300 {
    padding-right: 300px
}

@media (max-width: 840px) {
    .pr300 {
        padding-right:0
    }
}

.pr305 {
    padding-right: 305px
}

@media (max-width: 840px) {
    .pr305 {
        padding-right:0
    }
}

.pb300 {
    padding-bottom: 300px
}

@media (max-width: 840px) {
    .pb300 {
        padding-bottom:50px
    }
}

.pb305 {
    padding-bottom: 305px
}

@media (max-width: 840px) {
    .pb305 {
        padding-bottom:50px
    }
}

.pl300 {
    padding-left: 300px
}

@media (max-width: 840px) {
    .pl300 {
        padding-left:0
    }
}

.pl305 {
    padding-left: 305px
}

@media (max-width: 840px) {
    .pl305 {
        padding-left:0
    }
}

.pv300 {
    padding-top: 300px;
    padding-bottom: 300px
}

@media (max-width: 840px) {
    .pv300 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv305 {
    padding-top: 305px;
    padding-bottom: 305px
}

@media (max-width: 840px) {
    .pv305 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps300 {
    padding-left: 300px;
    padding-right: 300px
}

@media (max-width: 840px) {
    .ps300 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps305 {
    padding-left: 305px;
    padding-right: 305px
}

@media (max-width: 840px) {
    .ps305 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt310 {
    margin-top: 310px
}

@media (max-width: 840px) {
    .mt310 {
        margin-top:50px
    }
}

.mt315 {
    margin-top: 315px
}

@media (max-width: 840px) {
    .mt315 {
        margin-top:50px
    }
}

.mr310 {
    margin-right: 310px
}

@media (max-width: 840px) {
    .mr310 {
        margin-right:0
    }
}

.mr315 {
    margin-right: 315px
}

@media (max-width: 840px) {
    .mr315 {
        margin-right:0
    }
}

.mb310 {
    margin-bottom: 310px
}

@media (max-width: 840px) {
    .mb310 {
        margin-bottom:50px
    }
}

.mb315 {
    margin-bottom: 315px
}

@media (max-width: 840px) {
    .mb315 {
        margin-bottom:50px
    }
}

.ml310 {
    margin-left: 310px
}

@media (max-width: 840px) {
    .ml310 {
        margin-left:0
    }
}

.ml315 {
    margin-left: 315px
}

@media (max-width: 840px) {
    .ml315 {
        margin-left:0
    }
}

.mv310 {
    margin-top: 310px;
    margin-bottom: 310px
}

@media (max-width: 840px) {
    .mv310 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv315 {
    margin-top: 315px;
    margin-bottom: 315px
}

@media (max-width: 840px) {
    .mv315 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl310 {
    margin-left: -310px
}

@media (max-width: 840px) {
    .nl310 {
        margin-left:0
    }
}

.nl315 {
    margin-left: -315px
}

@media (max-width: 840px) {
    .nl315 {
        margin-left:0
    }
}

.nr310 {
    margin-right: -310px
}

@media (max-width: 840px) {
    .nr310 {
        margin-right:0
    }
}

.nr315 {
    margin-right: -315px
}

@media (max-width: 840px) {
    .nr315 {
        margin-right:0
    }
}

.pt310 {
    padding-top: 310px
}

@media (max-width: 840px) {
    .pt310 {
        padding-top:50px
    }
}

.pt315 {
    padding-top: 315px
}

@media (max-width: 840px) {
    .pt315 {
        padding-top:50px
    }
}

.pr310 {
    padding-right: 310px
}

@media (max-width: 840px) {
    .pr310 {
        padding-right:0
    }
}

.pr315 {
    padding-right: 315px
}

@media (max-width: 840px) {
    .pr315 {
        padding-right:0
    }
}

.pb310 {
    padding-bottom: 310px
}

@media (max-width: 840px) {
    .pb310 {
        padding-bottom:50px
    }
}

.pb315 {
    padding-bottom: 315px
}

@media (max-width: 840px) {
    .pb315 {
        padding-bottom:50px
    }
}

.pl310 {
    padding-left: 310px
}

@media (max-width: 840px) {
    .pl310 {
        padding-left:0
    }
}

.pl315 {
    padding-left: 315px
}

@media (max-width: 840px) {
    .pl315 {
        padding-left:0
    }
}

.pv310 {
    padding-top: 310px;
    padding-bottom: 310px
}

@media (max-width: 840px) {
    .pv310 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv315 {
    padding-top: 315px;
    padding-bottom: 315px
}

@media (max-width: 840px) {
    .pv315 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps310 {
    padding-left: 310px;
    padding-right: 310px
}

@media (max-width: 840px) {
    .ps310 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps315 {
    padding-left: 315px;
    padding-right: 315px
}

@media (max-width: 840px) {
    .ps315 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt320 {
    margin-top: 320px
}

@media (max-width: 840px) {
    .mt320 {
        margin-top:50px
    }
}

.mt325 {
    margin-top: 325px
}

@media (max-width: 840px) {
    .mt325 {
        margin-top:50px
    }
}

.mr320 {
    margin-right: 320px
}

@media (max-width: 840px) {
    .mr320 {
        margin-right:0
    }
}

.mr325 {
    margin-right: 325px
}

@media (max-width: 840px) {
    .mr325 {
        margin-right:0
    }
}

.mb320 {
    margin-bottom: 320px
}

@media (max-width: 840px) {
    .mb320 {
        margin-bottom:50px
    }
}

.mb325 {
    margin-bottom: 325px
}

@media (max-width: 840px) {
    .mb325 {
        margin-bottom:50px
    }
}

.ml320 {
    margin-left: 320px
}

@media (max-width: 840px) {
    .ml320 {
        margin-left:0
    }
}

.ml325 {
    margin-left: 325px
}

@media (max-width: 840px) {
    .ml325 {
        margin-left:0
    }
}

.mv320 {
    margin-top: 320px;
    margin-bottom: 320px
}

@media (max-width: 840px) {
    .mv320 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv325 {
    margin-top: 325px;
    margin-bottom: 325px
}

@media (max-width: 840px) {
    .mv325 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl320 {
    margin-left: -320px
}

@media (max-width: 840px) {
    .nl320 {
        margin-left:0
    }
}

.nl325 {
    margin-left: -325px
}

@media (max-width: 840px) {
    .nl325 {
        margin-left:0
    }
}

.nr320 {
    margin-right: -320px
}

@media (max-width: 840px) {
    .nr320 {
        margin-right:0
    }
}

.nr325 {
    margin-right: -325px
}

@media (max-width: 840px) {
    .nr325 {
        margin-right:0
    }
}

.pt320 {
    padding-top: 320px
}

@media (max-width: 840px) {
    .pt320 {
        padding-top:50px
    }
}

.pt325 {
    padding-top: 325px
}

@media (max-width: 840px) {
    .pt325 {
        padding-top:50px
    }
}

.pr320 {
    padding-right: 320px
}

@media (max-width: 840px) {
    .pr320 {
        padding-right:0
    }
}

.pr325 {
    padding-right: 325px
}

@media (max-width: 840px) {
    .pr325 {
        padding-right:0
    }
}

.pb320 {
    padding-bottom: 320px
}

@media (max-width: 840px) {
    .pb320 {
        padding-bottom:50px
    }
}

.pb325 {
    padding-bottom: 325px
}

@media (max-width: 840px) {
    .pb325 {
        padding-bottom:50px
    }
}

.pl320 {
    padding-left: 320px
}

@media (max-width: 840px) {
    .pl320 {
        padding-left:0
    }
}

.pl325 {
    padding-left: 325px
}

@media (max-width: 840px) {
    .pl325 {
        padding-left:0
    }
}

.pv320 {
    padding-top: 320px;
    padding-bottom: 320px
}

@media (max-width: 840px) {
    .pv320 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv325 {
    padding-top: 325px;
    padding-bottom: 325px
}

@media (max-width: 840px) {
    .pv325 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps320 {
    padding-left: 320px;
    padding-right: 320px
}

@media (max-width: 840px) {
    .ps320 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps325 {
    padding-left: 325px;
    padding-right: 325px
}

@media (max-width: 840px) {
    .ps325 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt330 {
    margin-top: 330px
}

@media (max-width: 840px) {
    .mt330 {
        margin-top:50px
    }
}

.mt335 {
    margin-top: 335px
}

@media (max-width: 840px) {
    .mt335 {
        margin-top:50px
    }
}

.mr330 {
    margin-right: 330px
}

@media (max-width: 840px) {
    .mr330 {
        margin-right:0
    }
}

.mr335 {
    margin-right: 335px
}

@media (max-width: 840px) {
    .mr335 {
        margin-right:0
    }
}

.mb330 {
    margin-bottom: 330px
}

@media (max-width: 840px) {
    .mb330 {
        margin-bottom:50px
    }
}

.mb335 {
    margin-bottom: 335px
}

@media (max-width: 840px) {
    .mb335 {
        margin-bottom:50px
    }
}

.ml330 {
    margin-left: 330px
}

@media (max-width: 840px) {
    .ml330 {
        margin-left:0
    }
}

.ml335 {
    margin-left: 335px
}

@media (max-width: 840px) {
    .ml335 {
        margin-left:0
    }
}

.mv330 {
    margin-top: 330px;
    margin-bottom: 330px
}

@media (max-width: 840px) {
    .mv330 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv335 {
    margin-top: 335px;
    margin-bottom: 335px
}

@media (max-width: 840px) {
    .mv335 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl330 {
    margin-left: -330px
}

@media (max-width: 840px) {
    .nl330 {
        margin-left:0
    }
}

.nl335 {
    margin-left: -335px
}

@media (max-width: 840px) {
    .nl335 {
        margin-left:0
    }
}

.nr330 {
    margin-right: -330px
}

@media (max-width: 840px) {
    .nr330 {
        margin-right:0
    }
}

.nr335 {
    margin-right: -335px
}

@media (max-width: 840px) {
    .nr335 {
        margin-right:0
    }
}

.pt330 {
    padding-top: 330px
}

@media (max-width: 840px) {
    .pt330 {
        padding-top:50px
    }
}

.pt335 {
    padding-top: 335px
}

@media (max-width: 840px) {
    .pt335 {
        padding-top:50px
    }
}

.pr330 {
    padding-right: 330px
}

@media (max-width: 840px) {
    .pr330 {
        padding-right:0
    }
}

.pr335 {
    padding-right: 335px
}

@media (max-width: 840px) {
    .pr335 {
        padding-right:0
    }
}

.pb330 {
    padding-bottom: 330px
}

@media (max-width: 840px) {
    .pb330 {
        padding-bottom:50px
    }
}

.pb335 {
    padding-bottom: 335px
}

@media (max-width: 840px) {
    .pb335 {
        padding-bottom:50px
    }
}

.pl330 {
    padding-left: 330px
}

@media (max-width: 840px) {
    .pl330 {
        padding-left:0
    }
}

.pl335 {
    padding-left: 335px
}

@media (max-width: 840px) {
    .pl335 {
        padding-left:0
    }
}

.pv330 {
    padding-top: 330px;
    padding-bottom: 330px
}

@media (max-width: 840px) {
    .pv330 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv335 {
    padding-top: 335px;
    padding-bottom: 335px
}

@media (max-width: 840px) {
    .pv335 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps330 {
    padding-left: 330px;
    padding-right: 330px
}

@media (max-width: 840px) {
    .ps330 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps335 {
    padding-left: 335px;
    padding-right: 335px
}

@media (max-width: 840px) {
    .ps335 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt340 {
    margin-top: 340px
}

@media (max-width: 840px) {
    .mt340 {
        margin-top:50px
    }
}

.mt345 {
    margin-top: 345px
}

@media (max-width: 840px) {
    .mt345 {
        margin-top:50px
    }
}

.mr340 {
    margin-right: 340px
}

@media (max-width: 840px) {
    .mr340 {
        margin-right:0
    }
}

.mr345 {
    margin-right: 345px
}

@media (max-width: 840px) {
    .mr345 {
        margin-right:0
    }
}

.mb340 {
    margin-bottom: 340px
}

@media (max-width: 840px) {
    .mb340 {
        margin-bottom:50px
    }
}

.mb345 {
    margin-bottom: 345px
}

@media (max-width: 840px) {
    .mb345 {
        margin-bottom:50px
    }
}

.ml340 {
    margin-left: 340px
}

@media (max-width: 840px) {
    .ml340 {
        margin-left:0
    }
}

.ml345 {
    margin-left: 345px
}

@media (max-width: 840px) {
    .ml345 {
        margin-left:0
    }
}

.mv340 {
    margin-top: 340px;
    margin-bottom: 340px
}

@media (max-width: 840px) {
    .mv340 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv345 {
    margin-top: 345px;
    margin-bottom: 345px
}

@media (max-width: 840px) {
    .mv345 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl340 {
    margin-left: -340px
}

@media (max-width: 840px) {
    .nl340 {
        margin-left:0
    }
}

.nl345 {
    margin-left: -345px
}

@media (max-width: 840px) {
    .nl345 {
        margin-left:0
    }
}

.nr340 {
    margin-right: -340px
}

@media (max-width: 840px) {
    .nr340 {
        margin-right:0
    }
}

.nr345 {
    margin-right: -345px
}

@media (max-width: 840px) {
    .nr345 {
        margin-right:0
    }
}

.pt340 {
    padding-top: 340px
}

@media (max-width: 840px) {
    .pt340 {
        padding-top:50px
    }
}

.pt345 {
    padding-top: 345px
}

@media (max-width: 840px) {
    .pt345 {
        padding-top:50px
    }
}

.pr340 {
    padding-right: 340px
}

@media (max-width: 840px) {
    .pr340 {
        padding-right:0
    }
}

.pr345 {
    padding-right: 345px
}

@media (max-width: 840px) {
    .pr345 {
        padding-right:0
    }
}

.pb340 {
    padding-bottom: 340px
}

@media (max-width: 840px) {
    .pb340 {
        padding-bottom:50px
    }
}

.pb345 {
    padding-bottom: 345px
}

@media (max-width: 840px) {
    .pb345 {
        padding-bottom:50px
    }
}

.pl340 {
    padding-left: 340px
}

@media (max-width: 840px) {
    .pl340 {
        padding-left:0
    }
}

.pl345 {
    padding-left: 345px
}

@media (max-width: 840px) {
    .pl345 {
        padding-left:0
    }
}

.pv340 {
    padding-top: 340px;
    padding-bottom: 340px
}

@media (max-width: 840px) {
    .pv340 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv345 {
    padding-top: 345px;
    padding-bottom: 345px
}

@media (max-width: 840px) {
    .pv345 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps340 {
    padding-left: 340px;
    padding-right: 340px
}

@media (max-width: 840px) {
    .ps340 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps345 {
    padding-left: 345px;
    padding-right: 345px
}

@media (max-width: 840px) {
    .ps345 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt350 {
    margin-top: 350px
}

@media (max-width: 840px) {
    .mt350 {
        margin-top:50px
    }
}

.mt355 {
    margin-top: 355px
}

@media (max-width: 840px) {
    .mt355 {
        margin-top:50px
    }
}

.mr350 {
    margin-right: 350px
}

@media (max-width: 840px) {
    .mr350 {
        margin-right:0
    }
}

.mr355 {
    margin-right: 355px
}

@media (max-width: 840px) {
    .mr355 {
        margin-right:0
    }
}

.mb350 {
    margin-bottom: 350px
}

@media (max-width: 840px) {
    .mb350 {
        margin-bottom:50px
    }
}

.mb355 {
    margin-bottom: 355px
}

@media (max-width: 840px) {
    .mb355 {
        margin-bottom:50px
    }
}

.ml350 {
    margin-left: 350px
}

@media (max-width: 840px) {
    .ml350 {
        margin-left:0
    }
}

.ml355 {
    margin-left: 355px
}

@media (max-width: 840px) {
    .ml355 {
        margin-left:0
    }
}

.mv350 {
    margin-top: 350px;
    margin-bottom: 350px
}

@media (max-width: 840px) {
    .mv350 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv355 {
    margin-top: 355px;
    margin-bottom: 355px
}

@media (max-width: 840px) {
    .mv355 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl350 {
    margin-left: -350px
}

@media (max-width: 840px) {
    .nl350 {
        margin-left:0
    }
}

.nl355 {
    margin-left: -355px
}

@media (max-width: 840px) {
    .nl355 {
        margin-left:0
    }
}

.nr350 {
    margin-right: -350px
}

@media (max-width: 840px) {
    .nr350 {
        margin-right:0
    }
}

.nr355 {
    margin-right: -355px
}

@media (max-width: 840px) {
    .nr355 {
        margin-right:0
    }
}

.pt350 {
    padding-top: 350px
}

@media (max-width: 840px) {
    .pt350 {
        padding-top:50px
    }
}

.pt355 {
    padding-top: 355px
}

@media (max-width: 840px) {
    .pt355 {
        padding-top:50px
    }
}

.pr350 {
    padding-right: 350px
}

@media (max-width: 840px) {
    .pr350 {
        padding-right:0
    }
}

.pr355 {
    padding-right: 355px
}

@media (max-width: 840px) {
    .pr355 {
        padding-right:0
    }
}

.pb350 {
    padding-bottom: 350px
}

@media (max-width: 840px) {
    .pb350 {
        padding-bottom:50px
    }
}

.pb355 {
    padding-bottom: 355px
}

@media (max-width: 840px) {
    .pb355 {
        padding-bottom:50px
    }
}

.pl350 {
    padding-left: 350px
}

@media (max-width: 840px) {
    .pl350 {
        padding-left:0
    }
}

.pl355 {
    padding-left: 355px
}

@media (max-width: 840px) {
    .pl355 {
        padding-left:0
    }
}

.pv350 {
    padding-top: 350px;
    padding-bottom: 350px
}

@media (max-width: 840px) {
    .pv350 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv355 {
    padding-top: 355px;
    padding-bottom: 355px
}

@media (max-width: 840px) {
    .pv355 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps350 {
    padding-left: 350px;
    padding-right: 350px
}

@media (max-width: 840px) {
    .ps350 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps355 {
    padding-left: 355px;
    padding-right: 355px
}

@media (max-width: 840px) {
    .ps355 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt360 {
    margin-top: 360px
}

@media (max-width: 840px) {
    .mt360 {
        margin-top:50px
    }
}

.mt365 {
    margin-top: 365px
}

@media (max-width: 840px) {
    .mt365 {
        margin-top:50px
    }
}

.mr360 {
    margin-right: 360px
}

@media (max-width: 840px) {
    .mr360 {
        margin-right:0
    }
}

.mr365 {
    margin-right: 365px
}

@media (max-width: 840px) {
    .mr365 {
        margin-right:0
    }
}

.mb360 {
    margin-bottom: 360px
}

@media (max-width: 840px) {
    .mb360 {
        margin-bottom:50px
    }
}

.mb365 {
    margin-bottom: 365px
}

@media (max-width: 840px) {
    .mb365 {
        margin-bottom:50px
    }
}

.ml360 {
    margin-left: 360px
}

@media (max-width: 840px) {
    .ml360 {
        margin-left:0
    }
}

.ml365 {
    margin-left: 365px
}

@media (max-width: 840px) {
    .ml365 {
        margin-left:0
    }
}

.mv360 {
    margin-top: 360px;
    margin-bottom: 360px
}

@media (max-width: 840px) {
    .mv360 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv365 {
    margin-top: 365px;
    margin-bottom: 365px
}

@media (max-width: 840px) {
    .mv365 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl360 {
    margin-left: -360px
}

@media (max-width: 840px) {
    .nl360 {
        margin-left:0
    }
}

.nl365 {
    margin-left: -365px
}

@media (max-width: 840px) {
    .nl365 {
        margin-left:0
    }
}

.nr360 {
    margin-right: -360px
}

@media (max-width: 840px) {
    .nr360 {
        margin-right:0
    }
}

.nr365 {
    margin-right: -365px
}

@media (max-width: 840px) {
    .nr365 {
        margin-right:0
    }
}

.pt360 {
    padding-top: 360px
}

@media (max-width: 840px) {
    .pt360 {
        padding-top:50px
    }
}

.pt365 {
    padding-top: 365px
}

@media (max-width: 840px) {
    .pt365 {
        padding-top:50px
    }
}

.pr360 {
    padding-right: 360px
}

@media (max-width: 840px) {
    .pr360 {
        padding-right:0
    }
}

.pr365 {
    padding-right: 365px
}

@media (max-width: 840px) {
    .pr365 {
        padding-right:0
    }
}

.pb360 {
    padding-bottom: 360px
}

@media (max-width: 840px) {
    .pb360 {
        padding-bottom:50px
    }
}

.pb365 {
    padding-bottom: 365px
}

@media (max-width: 840px) {
    .pb365 {
        padding-bottom:50px
    }
}

.pl360 {
    padding-left: 360px
}

@media (max-width: 840px) {
    .pl360 {
        padding-left:0
    }
}

.pl365 {
    padding-left: 365px
}

@media (max-width: 840px) {
    .pl365 {
        padding-left:0
    }
}

.pv360 {
    padding-top: 360px;
    padding-bottom: 360px
}

@media (max-width: 840px) {
    .pv360 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv365 {
    padding-top: 365px;
    padding-bottom: 365px
}

@media (max-width: 840px) {
    .pv365 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps360 {
    padding-left: 360px;
    padding-right: 360px
}

@media (max-width: 840px) {
    .ps360 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps365 {
    padding-left: 365px;
    padding-right: 365px
}

@media (max-width: 840px) {
    .ps365 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt370 {
    margin-top: 370px
}

@media (max-width: 840px) {
    .mt370 {
        margin-top:50px
    }
}

.mt375 {
    margin-top: 375px
}

@media (max-width: 840px) {
    .mt375 {
        margin-top:50px
    }
}

.mr370 {
    margin-right: 370px
}

@media (max-width: 840px) {
    .mr370 {
        margin-right:0
    }
}

.mr375 {
    margin-right: 375px
}

@media (max-width: 840px) {
    .mr375 {
        margin-right:0
    }
}

.mb370 {
    margin-bottom: 370px
}

@media (max-width: 840px) {
    .mb370 {
        margin-bottom:50px
    }
}

.mb375 {
    margin-bottom: 375px
}

@media (max-width: 840px) {
    .mb375 {
        margin-bottom:50px
    }
}

.ml370 {
    margin-left: 370px
}

@media (max-width: 840px) {
    .ml370 {
        margin-left:0
    }
}

.ml375 {
    margin-left: 375px
}

@media (max-width: 840px) {
    .ml375 {
        margin-left:0
    }
}

.mv370 {
    margin-top: 370px;
    margin-bottom: 370px
}

@media (max-width: 840px) {
    .mv370 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv375 {
    margin-top: 375px;
    margin-bottom: 375px
}

@media (max-width: 840px) {
    .mv375 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl370 {
    margin-left: -370px
}

@media (max-width: 840px) {
    .nl370 {
        margin-left:0
    }
}

.nl375 {
    margin-left: -375px
}

@media (max-width: 840px) {
    .nl375 {
        margin-left:0
    }
}

.nr370 {
    margin-right: -370px
}

@media (max-width: 840px) {
    .nr370 {
        margin-right:0
    }
}

.nr375 {
    margin-right: -375px
}

@media (max-width: 840px) {
    .nr375 {
        margin-right:0
    }
}

.pt370 {
    padding-top: 370px
}

@media (max-width: 840px) {
    .pt370 {
        padding-top:50px
    }
}

.pt375 {
    padding-top: 375px
}

@media (max-width: 840px) {
    .pt375 {
        padding-top:50px
    }
}

.pr370 {
    padding-right: 370px
}

@media (max-width: 840px) {
    .pr370 {
        padding-right:0
    }
}

.pr375 {
    padding-right: 375px
}

@media (max-width: 840px) {
    .pr375 {
        padding-right:0
    }
}

.pb370 {
    padding-bottom: 370px
}

@media (max-width: 840px) {
    .pb370 {
        padding-bottom:50px
    }
}

.pb375 {
    padding-bottom: 375px
}

@media (max-width: 840px) {
    .pb375 {
        padding-bottom:50px
    }
}

.pl370 {
    padding-left: 370px
}

@media (max-width: 840px) {
    .pl370 {
        padding-left:0
    }
}

.pl375 {
    padding-left: 375px
}

@media (max-width: 840px) {
    .pl375 {
        padding-left:0
    }
}

.pv370 {
    padding-top: 370px;
    padding-bottom: 370px
}

@media (max-width: 840px) {
    .pv370 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv375 {
    padding-top: 375px;
    padding-bottom: 375px
}

@media (max-width: 840px) {
    .pv375 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps370 {
    padding-left: 370px;
    padding-right: 370px
}

@media (max-width: 840px) {
    .ps370 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps375 {
    padding-left: 375px;
    padding-right: 375px
}

@media (max-width: 840px) {
    .ps375 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt380 {
    margin-top: 380px
}

@media (max-width: 840px) {
    .mt380 {
        margin-top:50px
    }
}

.mt385 {
    margin-top: 385px
}

@media (max-width: 840px) {
    .mt385 {
        margin-top:50px
    }
}

.mr380 {
    margin-right: 380px
}

@media (max-width: 840px) {
    .mr380 {
        margin-right:0
    }
}

.mr385 {
    margin-right: 385px
}

@media (max-width: 840px) {
    .mr385 {
        margin-right:0
    }
}

.mb380 {
    margin-bottom: 380px
}

@media (max-width: 840px) {
    .mb380 {
        margin-bottom:50px
    }
}

.mb385 {
    margin-bottom: 385px
}

@media (max-width: 840px) {
    .mb385 {
        margin-bottom:50px
    }
}

.ml380 {
    margin-left: 380px
}

@media (max-width: 840px) {
    .ml380 {
        margin-left:0
    }
}

.ml385 {
    margin-left: 385px
}

@media (max-width: 840px) {
    .ml385 {
        margin-left:0
    }
}

.mv380 {
    margin-top: 380px;
    margin-bottom: 380px
}

@media (max-width: 840px) {
    .mv380 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv385 {
    margin-top: 385px;
    margin-bottom: 385px
}

@media (max-width: 840px) {
    .mv385 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl380 {
    margin-left: -380px
}

@media (max-width: 840px) {
    .nl380 {
        margin-left:0
    }
}

.nl385 {
    margin-left: -385px
}

@media (max-width: 840px) {
    .nl385 {
        margin-left:0
    }
}

.nr380 {
    margin-right: -380px
}

@media (max-width: 840px) {
    .nr380 {
        margin-right:0
    }
}

.nr385 {
    margin-right: -385px
}

@media (max-width: 840px) {
    .nr385 {
        margin-right:0
    }
}

.pt380 {
    padding-top: 380px
}

@media (max-width: 840px) {
    .pt380 {
        padding-top:50px
    }
}

.pt385 {
    padding-top: 385px
}

@media (max-width: 840px) {
    .pt385 {
        padding-top:50px
    }
}

.pr380 {
    padding-right: 380px
}

@media (max-width: 840px) {
    .pr380 {
        padding-right:0
    }
}

.pr385 {
    padding-right: 385px
}

@media (max-width: 840px) {
    .pr385 {
        padding-right:0
    }
}

.pb380 {
    padding-bottom: 380px
}

@media (max-width: 840px) {
    .pb380 {
        padding-bottom:50px
    }
}

.pb385 {
    padding-bottom: 385px
}

@media (max-width: 840px) {
    .pb385 {
        padding-bottom:50px
    }
}

.pl380 {
    padding-left: 380px
}

@media (max-width: 840px) {
    .pl380 {
        padding-left:0
    }
}

.pl385 {
    padding-left: 385px
}

@media (max-width: 840px) {
    .pl385 {
        padding-left:0
    }
}

.pv380 {
    padding-top: 380px;
    padding-bottom: 380px
}

@media (max-width: 840px) {
    .pv380 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv385 {
    padding-top: 385px;
    padding-bottom: 385px
}

@media (max-width: 840px) {
    .pv385 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps380 {
    padding-left: 380px;
    padding-right: 380px
}

@media (max-width: 840px) {
    .ps380 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps385 {
    padding-left: 385px;
    padding-right: 385px
}

@media (max-width: 840px) {
    .ps385 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt390 {
    margin-top: 390px
}

@media (max-width: 840px) {
    .mt390 {
        margin-top:50px
    }
}

.mt395 {
    margin-top: 395px
}

@media (max-width: 840px) {
    .mt395 {
        margin-top:50px
    }
}

.mr390 {
    margin-right: 390px
}

@media (max-width: 840px) {
    .mr390 {
        margin-right:0
    }
}

.mr395 {
    margin-right: 395px
}

@media (max-width: 840px) {
    .mr395 {
        margin-right:0
    }
}

.mb390 {
    margin-bottom: 390px
}

@media (max-width: 840px) {
    .mb390 {
        margin-bottom:50px
    }
}

.mb395 {
    margin-bottom: 395px
}

@media (max-width: 840px) {
    .mb395 {
        margin-bottom:50px
    }
}

.ml390 {
    margin-left: 390px
}

@media (max-width: 840px) {
    .ml390 {
        margin-left:0
    }
}

.ml395 {
    margin-left: 395px
}

@media (max-width: 840px) {
    .ml395 {
        margin-left:0
    }
}

.mv390 {
    margin-top: 390px;
    margin-bottom: 390px
}

@media (max-width: 840px) {
    .mv390 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv395 {
    margin-top: 395px;
    margin-bottom: 395px
}

@media (max-width: 840px) {
    .mv395 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl390 {
    margin-left: -390px
}

@media (max-width: 840px) {
    .nl390 {
        margin-left:0
    }
}

.nl395 {
    margin-left: -395px
}

@media (max-width: 840px) {
    .nl395 {
        margin-left:0
    }
}

.nr390 {
    margin-right: -390px
}

@media (max-width: 840px) {
    .nr390 {
        margin-right:0
    }
}

.nr395 {
    margin-right: -395px
}

@media (max-width: 840px) {
    .nr395 {
        margin-right:0
    }
}

.pt390 {
    padding-top: 390px
}

@media (max-width: 840px) {
    .pt390 {
        padding-top:50px
    }
}

.pt395 {
    padding-top: 395px
}

@media (max-width: 840px) {
    .pt395 {
        padding-top:50px
    }
}

.pr390 {
    padding-right: 390px
}

@media (max-width: 840px) {
    .pr390 {
        padding-right:0
    }
}

.pr395 {
    padding-right: 395px
}

@media (max-width: 840px) {
    .pr395 {
        padding-right:0
    }
}

.pb390 {
    padding-bottom: 390px
}

@media (max-width: 840px) {
    .pb390 {
        padding-bottom:50px
    }
}

.pb395 {
    padding-bottom: 395px
}

@media (max-width: 840px) {
    .pb395 {
        padding-bottom:50px
    }
}

.pl390 {
    padding-left: 390px
}

@media (max-width: 840px) {
    .pl390 {
        padding-left:0
    }
}

.pl395 {
    padding-left: 395px
}

@media (max-width: 840px) {
    .pl395 {
        padding-left:0
    }
}

.pv390 {
    padding-top: 390px;
    padding-bottom: 390px
}

@media (max-width: 840px) {
    .pv390 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv395 {
    padding-top: 395px;
    padding-bottom: 395px
}

@media (max-width: 840px) {
    .pv395 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps390 {
    padding-left: 390px;
    padding-right: 390px
}

@media (max-width: 840px) {
    .ps390 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps395 {
    padding-left: 395px;
    padding-right: 395px
}

@media (max-width: 840px) {
    .ps395 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mt400 {
    margin-top: 400px
}

@media (max-width: 840px) {
    .mt400 {
        margin-top:50px
    }
}

.mt405 {
    margin-top: 405px
}

@media (max-width: 840px) {
    .mt405 {
        margin-top:50px
    }
}

.mr400 {
    margin-right: 400px
}

@media (max-width: 840px) {
    .mr400 {
        margin-right:0
    }
}

.mr405 {
    margin-right: 405px
}

@media (max-width: 840px) {
    .mr405 {
        margin-right:0
    }
}

.mb400 {
    margin-bottom: 400px
}

@media (max-width: 840px) {
    .mb400 {
        margin-bottom:50px
    }
}

.mb405 {
    margin-bottom: 405px
}

@media (max-width: 840px) {
    .mb405 {
        margin-bottom:50px
    }
}

.ml400 {
    margin-left: 400px
}

@media (max-width: 840px) {
    .ml400 {
        margin-left:0
    }
}

.ml405 {
    margin-left: 405px
}

@media (max-width: 840px) {
    .ml405 {
        margin-left:0
    }
}

.mv400 {
    margin-top: 400px;
    margin-bottom: 400px
}

@media (max-width: 840px) {
    .mv400 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.mv405 {
    margin-top: 405px;
    margin-bottom: 405px
}

@media (max-width: 840px) {
    .mv405 {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.nl400 {
    margin-left: -400px
}

@media (max-width: 840px) {
    .nl400 {
        margin-left:0
    }
}

.nl405 {
    margin-left: -405px
}

@media (max-width: 840px) {
    .nl405 {
        margin-left:0
    }
}

.nr400 {
    margin-right: -400px
}

@media (max-width: 840px) {
    .nr400 {
        margin-right:0
    }
}

.nr405 {
    margin-right: -405px
}

@media (max-width: 840px) {
    .nr405 {
        margin-right:0
    }
}

.pt400 {
    padding-top: 400px
}

@media (max-width: 840px) {
    .pt400 {
        padding-top:50px
    }
}

.pt405 {
    padding-top: 405px
}

@media (max-width: 840px) {
    .pt405 {
        padding-top:50px
    }
}

.pr400 {
    padding-right: 400px
}

@media (max-width: 840px) {
    .pr400 {
        padding-right:0
    }
}

.pr405 {
    padding-right: 405px
}

@media (max-width: 840px) {
    .pr405 {
        padding-right:0
    }
}

.pb400 {
    padding-bottom: 400px
}

@media (max-width: 840px) {
    .pb400 {
        padding-bottom:50px
    }
}

.pb405 {
    padding-bottom: 405px
}

@media (max-width: 840px) {
    .pb405 {
        padding-bottom:50px
    }
}

.pl400 {
    padding-left: 400px
}

@media (max-width: 840px) {
    .pl400 {
        padding-left:0
    }
}

.pl405 {
    padding-left: 405px
}

@media (max-width: 840px) {
    .pl405 {
        padding-left:0
    }
}

.pv400 {
    padding-top: 400px;
    padding-bottom: 400px
}

@media (max-width: 840px) {
    .pv400 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.pv405 {
    padding-top: 405px;
    padding-bottom: 405px
}

@media (max-width: 840px) {
    .pv405 {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.ps400 {
    padding-left: 400px;
    padding-right: 400px
}

@media (max-width: 840px) {
    .ps400 {
        padding-left:25px;
        padding-right: 25px
    }
}

.ps405 {
    padding-left: 405px;
    padding-right: 405px
}

@media (max-width: 840px) {
    .ps405 {
        padding-left:25px;
        padding-right: 25px
    }
}

.mb0 {
    margin-bottom: 0px !important
}

.mt0 {
    margin-top: 0px !important
}

.ml0 {
    margin-left: 0 !important
}

@media (max-width: 840px) {
    .ps0-touch {
        padding-left:0px !important;
        padding-right: 0px !important
    }
}

@media (min-width: 1024px) {
    .ps0-desktop {
        padding-left:0px !important;
        padding-right: 0px !important
    }
}

@media (max-width: 480px) {
    .ps0-mobile {
        padding-left:0px !important;
        padding-right: 0px !important
    }
}

.nmt30 {
    margin-top: -30px
}

.nmt50 {
    margin-top: -50px
}

.nmt100 {
    margin-top: -100px
}

@media (max-width: 840px) {
    .nmt100 {
        margin-top:0
    }
}

.nmt150 {
    margin-top: -150px !important
}

@media (max-width: 840px) {
    .nmt150 {
        margin-top:0 !important
    }
}

.mw1000 {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1100 {
    max-width: 1100px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1200 {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1300 {
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1400 {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1500 {
    max-width: 1500px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1600 {
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1700 {
    max-width: 1700px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1800 {
    max-width: 1800px !important;
    margin-left: auto;
    margin-right: auto
}

.mw1900 {
    max-width: 1900px !important;
    margin-left: auto;
    margin-right: auto
}

.mw2000 {
    max-width: 2000px !important;
    margin-left: auto;
    margin-right: auto
}

.mw10 {
    max-width: 10px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw10 -mobile {
        max-width:10px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw20 {
    max-width: 20px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw20 -mobile {
        max-width:20px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw30 {
    max-width: 30px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw30 -mobile {
        max-width:30px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw40 {
    max-width: 40px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw40 -mobile {
        max-width:40px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw50 {
    max-width: 50px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw50 -mobile {
        max-width:50px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw60 {
    max-width: 60px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw60 -mobile {
        max-width:60px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw70 {
    max-width: 70px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw70 -mobile {
        max-width:70px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw80 {
    max-width: 80px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw80 -mobile {
        max-width:80px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw90 {
    max-width: 90px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw90 -mobile {
        max-width:90px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw100 {
    max-width: 100px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw100 -mobile {
        max-width:100px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw110 {
    max-width: 110px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw110 -mobile {
        max-width:110px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw120 {
    max-width: 120px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw120 -mobile {
        max-width:120px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw130 {
    max-width: 130px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw130 -mobile {
        max-width:130px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw140 {
    max-width: 140px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw140 -mobile {
        max-width:140px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw150 {
    max-width: 150px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw150 -mobile {
        max-width:150px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw160 {
    max-width: 160px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw160 -mobile {
        max-width:160px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw170 {
    max-width: 170px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw170 -mobile {
        max-width:170px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw180 {
    max-width: 180px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw180 -mobile {
        max-width:180px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw190 {
    max-width: 190px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw190 -mobile {
        max-width:190px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw200 {
    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw200 -mobile {
        max-width:200px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw210 {
    max-width: 210px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw210 -mobile {
        max-width:210px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw220 {
    max-width: 220px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw220 -mobile {
        max-width:220px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw230 {
    max-width: 230px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw230 -mobile {
        max-width:230px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw240 {
    max-width: 240px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw240 -mobile {
        max-width:240px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw250 {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw250 -mobile {
        max-width:250px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw260 {
    max-width: 260px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw260 -mobile {
        max-width:260px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw270 {
    max-width: 270px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw270 -mobile {
        max-width:270px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw280 {
    max-width: 280px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw280 -mobile {
        max-width:280px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw290 {
    max-width: 290px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw290 -mobile {
        max-width:290px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw300 {
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw300 -mobile {
        max-width:300px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw310 {
    max-width: 310px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw310 -mobile {
        max-width:310px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw320 {
    max-width: 320px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw320 -mobile {
        max-width:320px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw330 {
    max-width: 330px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw330 -mobile {
        max-width:330px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw340 {
    max-width: 340px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw340 -mobile {
        max-width:340px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw350 {
    max-width: 350px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw350 -mobile {
        max-width:350px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw360 {
    max-width: 360px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw360 -mobile {
        max-width:360px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw370 {
    max-width: 370px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw370 -mobile {
        max-width:370px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw380 {
    max-width: 380px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw380 -mobile {
        max-width:380px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw390 {
    max-width: 390px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw390 -mobile {
        max-width:390px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw400 {
    max-width: 400px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw400 -mobile {
        max-width:400px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw410 {
    max-width: 410px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw410 -mobile {
        max-width:410px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw420 {
    max-width: 420px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw420 -mobile {
        max-width:420px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw430 {
    max-width: 430px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw430 -mobile {
        max-width:430px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw440 {
    max-width: 440px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw440 -mobile {
        max-width:440px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw450 {
    max-width: 450px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw450 -mobile {
        max-width:450px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw460 {
    max-width: 460px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw460 -mobile {
        max-width:460px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw470 {
    max-width: 470px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw470 -mobile {
        max-width:470px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw480 {
    max-width: 480px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw480 -mobile {
        max-width:480px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw490 {
    max-width: 490px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw490 -mobile {
        max-width:490px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw500 {
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw500 -mobile {
        max-width:500px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw510 {
    max-width: 510px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw510 -mobile {
        max-width:510px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw520 {
    max-width: 520px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw520 -mobile {
        max-width:520px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw530 {
    max-width: 530px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw530 -mobile {
        max-width:530px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw540 {
    max-width: 540px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw540 -mobile {
        max-width:540px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw550 {
    max-width: 550px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw550 -mobile {
        max-width:550px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw560 {
    max-width: 560px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw560 -mobile {
        max-width:560px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw570 {
    max-width: 570px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw570 -mobile {
        max-width:570px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw580 {
    max-width: 580px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw580 -mobile {
        max-width:580px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw590 {
    max-width: 590px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw590 -mobile {
        max-width:590px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw600 {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw600 -mobile {
        max-width:600px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw610 {
    max-width: 610px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw610 -mobile {
        max-width:610px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw620 {
    max-width: 620px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw620 -mobile {
        max-width:620px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw630 {
    max-width: 630px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw630 -mobile {
        max-width:630px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw640 {
    max-width: 640px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw640 -mobile {
        max-width:640px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw650 {
    max-width: 650px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw650 -mobile {
        max-width:650px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw660 {
    max-width: 660px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw660 -mobile {
        max-width:660px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw670 {
    max-width: 670px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw670 -mobile {
        max-width:670px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw680 {
    max-width: 680px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw680 -mobile {
        max-width:680px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw690 {
    max-width: 690px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw690 -mobile {
        max-width:690px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw700 {
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw700 -mobile {
        max-width:700px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw710 {
    max-width: 710px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw710 -mobile {
        max-width:710px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw720 {
    max-width: 720px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw720 -mobile {
        max-width:720px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw730 {
    max-width: 730px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw730 -mobile {
        max-width:730px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw740 {
    max-width: 740px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw740 -mobile {
        max-width:740px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw750 {
    max-width: 750px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw750 -mobile {
        max-width:750px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw760 {
    max-width: 760px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw760 -mobile {
        max-width:760px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw770 {
    max-width: 770px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw770 -mobile {
        max-width:770px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw780 {
    max-width: 780px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw780 -mobile {
        max-width:780px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw790 {
    max-width: 790px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw790 -mobile {
        max-width:790px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw800 {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw800 -mobile {
        max-width:800px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw810 {
    max-width: 810px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw810 -mobile {
        max-width:810px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw820 {
    max-width: 820px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw820 -mobile {
        max-width:820px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw830 {
    max-width: 830px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw830 -mobile {
        max-width:830px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw840 {
    max-width: 840px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw840 -mobile {
        max-width:840px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw850 {
    max-width: 850px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw850 -mobile {
        max-width:850px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw860 {
    max-width: 860px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw860 -mobile {
        max-width:860px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw870 {
    max-width: 870px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw870 -mobile {
        max-width:870px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw880 {
    max-width: 880px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw880 -mobile {
        max-width:880px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw890 {
    max-width: 890px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw890 -mobile {
        max-width:890px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw900 {
    max-width: 900px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw900 -mobile {
        max-width:900px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw910 {
    max-width: 910px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw910 -mobile {
        max-width:910px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw920 {
    max-width: 920px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw920 -mobile {
        max-width:920px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw930 {
    max-width: 930px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw930 -mobile {
        max-width:930px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw940 {
    max-width: 940px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw940 -mobile {
        max-width:940px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw950 {
    max-width: 950px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw950 -mobile {
        max-width:950px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw960 {
    max-width: 960px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw960 -mobile {
        max-width:960px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw970 {
    max-width: 970px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw970 -mobile {
        max-width:970px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw980 {
    max-width: 980px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw980 -mobile {
        max-width:980px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw990 {
    max-width: 990px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw990 -mobile {
        max-width:990px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.mw1000 {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .mw1000 -mobile {
        max-width:1000px !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 840px) {
    .footer {
        padding-bottom:100px
    }
}

.masthead {
    padding-top: 100px
}

@media (max-width: 480px) {
    .masthead {
        padding-top:50px
    }
}

.gallery-grid .gallery-grid__row {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width: 840px) {
    .gallery-grid .gallery-grid__row {
        margin-bottom:25px
    }
}

.gallery-grid .gallery-grid__row a {
    margin-right: 20px;
    overflow: hidden;
    flex-basis: calc(100%/7 - 17px)
}

@media (max-width: 1024px) {
    .gallery-grid .gallery-grid__row a {
        flex-basis:calc(100%/5 - 16px)
    }
}

@media (max-width: 840px) {
    .gallery-grid .gallery-grid__row a {
        flex-basis:calc(100%/3 - 8px)
    }
}

.gallery-grid .gallery-grid__row a:last-child {
    margin-right: 0
}

.gallery-grid .gallery-grid__row a:hover img {
    transform: scale(1.05)
}

.gallery-grid .gallery-grid__row a img {
    transition: transform 0.4s ease;
    vertical-align: middle;
    width: 100%;
    object-fit: contain
}

@media (max-width: 1024px) {
    .gallery-grid .gallery-grid__row a:nth-child(5),.gallery-grid .gallery-grid__row a:nth-child(6) {
        display:none
    }
}

@media (max-width: 840px) {
    .gallery-grid .gallery-grid__row a {
        display:none;
        margin-right: 10px
    }

    .gallery-grid .gallery-grid__row a:nth-child(1),.gallery-grid .gallery-grid__row a:nth-child(2) {
        display: block
    }
}

.gallery-grid .gallery-grid__row .gallery-grid__details {
    background: #005f71;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    transition: opacity 0.4s ease
}

.gallery-grid .gallery-grid__row .gallery-grid__details:hover {
    opacity: 0.5
}

.gallery-grid .gallery-grid__row .gallery-grid__details span {
    padding: 0 15px
}

@media (max-width: 1024px) {
    .gallery-grid .gallery-grid__row .gallery-grid__details:nth-child(5),.gallery-grid .gallery-grid__row .gallery-grid__details:nth-child(6) {
        display:flex
    }
}

.swipe-icon {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.swipe-icon span {
    margin-top: 10px;
    border-radius: 25px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 15px
}

.swipe-icon span i {
    opacity: 0.7;
    display: none
}

.swipe-icon img {
    width: 100px
}

.gallery.face .swipe-icon {
    width: 130px;
    margin-top: -87px
}

@media (max-width: 840px) {
    .gallery.face .swipe-icon img {
        width:75px
    }
}

@media (max-width: 480px) {
    .gallery.face .swipe-icon img {
        width:100%
    }
}

.gallery-controls {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap
}

.gallery-controls .prev-patient {
    margin-right: auto
}

.gallery-controls .next-patient {
    margin-left: auto
}

.gallery-controls .patient-label {
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none
}

@media (max-width: 840px) {
    .gallery-controls .patient-label {
        position:static;
        width: 100%;
        order: 2;
        margin-top: 20px
    }
}

.swiper-container .swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #dadada;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    opacity: 1
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005f71
}

.swiper-container-thumbs {
    overflow: hidden;
    width: 30%;
    margin: 0 auto;
    margin-top: 10px
}

@media (max-width: 1024px) {
    .swiper-container-thumbs {
        width:50%
    }
}

@media (max-width: 840px) {
    .swiper-container-thumbs {
        width:50%
    }
}

@media (max-width: 480px) {
    .swiper-container-thumbs {
        width:100%
    }
}

.swiper-container-thumbs .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.4s ease;
    cursor: pointer
}

.swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.swiper-container-thumbs .swiper-slide:nth-child(odd) {
    display: none
}

.procedure-gallery__image img {
    width: 100%
}

.header {
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 0px;
    left: 0;
    overflow-y: auto;
    max-height: 100vh !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s ease;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header::-webkit-scrollbar {
    display: none
}

.scrolled .header {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15)
}

.open .header {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width: 840px) {
    .open .header {
        height:100% !important
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 70px
}

@media (max-width: 840px) {
    .navbar {
        padding-top:25px;
        padding-left: 25px;
        padding-right: 25px
    }
}

.navbar .navbar-logo img {
    align-self: center;
    max-height: 80px;
    transition: all 0.4s ease
}

@media (max-width: 840px) {
    .navbar .navbar-logo img {
        max-height:50px
    }
}

.navbar .navbar-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.navbar .navbar-seperator {
    color: white;
    margin-right: 25px
}

.navbar .navbar-link {
    color: white;
    margin-right: 25px;
    display: inline-flex;
    align-items: center
}

.navbar .navbar-link img {
    margin-left: 0.5em
}

@media (max-width: 840px) {
    .navbar .navbar-link,.navbar .navbar-seperator {
        display:none
    }
}

.navbar .menu-button {
    cursor: pointer;
    position: relative;
    z-index: 51;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar .menu-button label {
    color: white;
    text-transform: uppercase;
    padding-left: 0.5em;
    cursor: pointer
}

.navbar .menu-button span {
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    display: block;
    transition: transform 0.4s
}

.navbar .menu-button span:first-child {
    margin-top: 0
}

.navbar .menu-button span:last-child {
    margin-bottom: 0
}

.open .navbar .menu-button span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px)
}

.open .navbar .menu-button span:nth-of-type(2) {
    opacity: 0.001
}

.open .navbar .menu-button span:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px)
}

.scrolled .navbar {
    padding-top: 0;
    padding-bottom: 0
}

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.03);
    position: fixed;
    height: 100%;
    width: calc(100% - 40px);
    top: 0;
    right: 0;
    background: white;
    z-index: 50;
    margin: 0 0;
    transform: translate(100%, 0);
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 40px;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-menu hr {
    margin: 20px 0;
    margin-top: 0;
    height: 1px;
    background: #ccc;
    width: calc(100% - 20px)
}

.mobile-menu .menu-button {
    display: block;
    position: fixed;
    top: 35px;
    right: 25px
}

.mobile-menu .menu-button label {
    color: black
}

.mobile-menu .menu-button span {
    background-color: black
}

.mobile-menu.open {
    transform: translate(0%, 0)
}

.mobile-menu .mobile-menu__back {
    position: fixed;
    left: 40px;
    top: 25px;
    color: #005f71;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease;
    font-weight: 400
}

.mobile-menu .mobile-menu__back::after {
    content: "Menu"
}

.mobile-menu .mobile-menu__back::before {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230064D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
    position: absolute;
    margin-top: 4px;
    margin-left: -25px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.001;
    transition: opacity 0.4s ease;
    filter: grayscale(100%)
}

.mobile-menu .mobile-menu__back.sub-level {
    opacity: 1
}

.mobile-menu .mobile-menu__back.sub-level::after {
    content: "Back"
}

.mobile-menu .mobile-menu__back.sub-level::before {
    opacity: 1
}

.mobile-menu i {
    position: absolute;
    margin-left: 10px
}

.mobile-menu i:after {
    opacity: 0.001;
    color: white;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054"
}

.mobile-menu ul {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    list-style: none;
    padding-left: 0
}

.mobile-menu ul li {
    margin-bottom: 0;
    animation-duration: 0.4s;
    will-change: transform;
    opacity: 0.001
}

.mobile-menu ul li.mobile-menu__border-bottom {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.mobile-menu ul li:nth-of-type(0) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.mobile-menu ul li:nth-of-type(1) {
    -webkit-animation-delay: 0.02s;
    animation-delay: 0.02s
}

.mobile-menu ul li:nth-of-type(2) {
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s
}

.mobile-menu ul li:nth-of-type(3) {
    -webkit-animation-delay: 0.06s;
    animation-delay: 0.06s
}

.mobile-menu ul li:nth-of-type(4) {
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s
}

.mobile-menu ul li:nth-of-type(5) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.mobile-menu ul li:nth-of-type(6) {
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s
}

.mobile-menu ul li:nth-of-type(7) {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s
}

.mobile-menu ul li:nth-of-type(8) {
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s
}

.mobile-menu ul li:nth-of-type(9) {
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s
}

.mobile-menu ul li:nth-of-type(10) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.mobile-menu ul li:nth-of-type(11) {
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s
}

.mobile-menu ul li:nth-of-type(12) {
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s
}

.mobile-menu ul li:nth-of-type(13) {
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s
}

.mobile-menu ul li:nth-of-type(14) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s
}

.mobile-menu ul li:nth-of-type(15) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.mobile-menu ul li:nth-of-type(16) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s
}

.mobile-menu ul li:nth-of-type(17) {
    -webkit-animation-delay: 0.34s;
    animation-delay: 0.34s
}

.mobile-menu ul li:nth-of-type(18) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s
}

.mobile-menu ul li:nth-of-type(19) {
    -webkit-animation-delay: 0.38s;
    animation-delay: 0.38s
}

.mobile-menu ul li:nth-of-type(20) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.mobile-menu ul li:nth-of-type(21) {
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s
}

.mobile-menu ul li:nth-of-type(22) {
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s
}

.mobile-menu ul li:nth-of-type(23) {
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s
}

.mobile-menu ul li:nth-of-type(24) {
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s
}

.mobile-menu ul li.fadeInRight,.mobile-menu ul li.fadeInLeft {
    pointer-events: all
}

.mobile-menu ul li.fadeInRight a i:after,.mobile-menu ul li.fadeInLeft a i:after {
    opacity: 1
}

.mobile-menu ul li a {
    color: #005f71;
    font-size: 60px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 15px;
    display: block
}

.mobile-menu ul > ul {
    pointer-events: none
}

.mobile-menu ul > ul li.fadeInRight {
    pointer-events: all
}

.mobile-menu ul > ul li > ul {
    pointer-events: none
}

.mobile-menu ul > ul li > ul li.fadeInRight {
    pointer-events: all
}

.mobile-menu > ul {
    position: relative
}

@media screen and (min-width: 1024px) {
    .mobile-menu {
        display:none
    }
}

.mega-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 0.001;
    display: none;
    flex-direction: column
}

.mega-menu hr {
    background: #c8c8c8
}

.mega-menu .top-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex: 1 1 0
}

.mega-menu .top-menu ul li {
    flex-basis: calc(100% / var(--columnCount))
}

.mega-menu .top-menu ul li a {
    font-family: "butler";
    font-size: 18px;
    padding: 10px 20px !important
}

@media (max-width: 1024px) {
    .mega-menu .top-menu ul li a {
        padding:10px 0 !important
    }
}

.mega-menu .main-menu {
    display: flex;
    justify-content: space-between
}

.mega-menu .main-menu ul {
    list-style: none;
    flex: 1 1 0;
    flex-basis: calc(100% / var(--columnCount))
}

.mega-menu .main-menu ul ul {
    margin-top: 20px
}

.mega-menu .main-menu ul li:first-of-type a {
    font-family: "butler";
    font-size: 22px;
    line-height: 1
}

.mega-menu .main-menu ul li a {
    font-family: "poppins";
    padding: 10px 0;
    line-height: 1
}

.mega-menu .main-menu ul li a.active {
    color: #005f71
}

.open .mega-menu {
    display: flex;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s
}

@media (max-width: 1024px) {
    .mega-menu {
        flex-direction:column-reverse;
        justify-content: flex-end
    }

    .mega-menu .flexy-item {
        margin-bottom: 0
    }

    .mega-menu .flexy-item img {
        display: none
    }

    .scrolled .mega-menu {
        padding-top: 0
    }

    .mega-menu .top-menu ul {
        display: block
    }

    .mega-menu .main-menu {
        display: block
    }

    .mega-menu .main-menu ul ul {
        margin-top: 0px
    }

    .mega-menu .main-menu li {
        will-change: max-height;
        max-height: 0;
        overflow: hidden;
        transform-origin: top;
        transition: color 0.4s ease, max-height 0.8s ease, opacity 0.8s;
        opacity: 0.001
    }

    .mega-menu .main-menu li:first-child {
        max-height: none;
        opacity: 1
    }

    .mega-menu .main-menu li:first-child a {
        position: relative
    }

    .mega-menu .main-menu li:first-child a:hover {
        color: inherit
    }

    .mega-menu .main-menu li:first-child a::after {
        content: " ";
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        right: -1em;
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: rotate(-135deg) scale(0.8) translateY(-4px);
        transition: transform 0.4s ease, border-color 0.4s ease;
        transform-origin: center;
        width: 0.625em;
        border-color: white
    }

    .mega-menu .main-menu li.active {
        color: #005f71
    }

    .mega-menu .main-menu li.active a::after {
        border-color: #005f71;
        transform: rotate(-45deg) scale(0.8)
    }

    .mega-menu .main-menu li.active ~ li {
        max-height: 50px;
        opacity: 1
    }
}

html.open {
    overflow-y: scroll !important;
    width: 100%;
    position: fixed !important
}

@-webkit-keyframes fadeMenuItem {
    0% {
        opacity: 0.001
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeMenuItem {
    0% {
        opacity: 0.001
    }

    100% {
        opacity: 1
    }
}

.has-mega-matrix {
    transition: height 0.4s ease
}

.has-mega-matrix .menu-selectors a {
    cursor: pointer;
    position: relative
}

.has-mega-matrix .menu-selectors a:hover {
    color: inherit
}

.has-mega-matrix .menu-selectors a::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    right: -1em;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-135deg) scale(0.8) translateY(-4px);
    transition: transform 0.4s ease, border-color 0.4s ease;
    transform-origin: center;
    width: 0.625em;
    border-color: white
}

.has-mega-matrix .menu-selectors a.no-menu::after {
    content: none !important
}

.has-mega-matrix .menu-selectors .active {
    color: inherit
}

.has-mega-matrix .menu-selectors .active a::after {
    transform: rotate(-45deg) scale(0.8) translateY(-4px);
    border-color: #005f71
}

.has-mega-matrix .main-menu-items {
    position: relative
}

.has-mega-matrix .main-menu {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.001;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%
}

.has-mega-matrix .main-menu.active {
    pointer-events: all;
    opacity: 1;
    position: relative
}

.has-mega-matrix .menu-back {
    display: none !important
}

.has-mega-matrix .top-menu-mobile {
    display: none !important
}

@media (max-width: 1024px) {
    .has-mega-matrix .menu-back {
        display:block !important
    }

    .has-mega-matrix .main-menu {
        max-height: 0;
        overflow: hidden
    }

    .has-mega-matrix .main-menu li:first-child {
        max-height: 0
    }

    .has-mega-matrix .main-menu.active {
        max-height: 200vh;
        overflow: auto
    }

    .has-mega-matrix .main-menu.active li:first-child {
        max-height: 50px
    }

    .has-mega-matrix .mega-menu {
        flex-direction: column;
        justify-content: flex-start;
        position: relative
    }

    .has-mega-matrix .top-menu-mobile {
        display: block !important
    }

    .has-mega-matrix .top-menu-mobile a::after {
        content: none !important
    }

    .has-mega-matrix .no-menu::after {
        content: none !important
    }

    .has-mega-matrix .menu-selectors ul li {
        transition: max-height 0.6s ease;
        max-height: 0px;
        overflow: hidden
    }

    .has-mega-matrix .menu-selectors ul li.active {
        max-height: 50px
    }

    .has-mega-matrix .menu-selectors ul.menu-back li {
        max-height: 50px !important;
        color: inherit
    }

    .has-mega-matrix .menu-selectors ul.menu-back li a::after {
        border-color: inherit;
        transform: rotate(45deg) scale(0.8) !important
    }

    .has-mega-matrix .menu-selectors.active + hr {
        display: none
    }

    .has-mega-matrix .menu-selectors.active ul li {
        max-height: 50px;
        color: inherit !important
    }

    .has-mega-matrix .menu-selectors.active ul li a::after {
        border-color: inherit;
        transform: rotate(-135deg) scale(0.8) translateY(-4px)
    }

    .has-mega-matrix .menu-selectors.active ul.menu-back li {
        max-height: 0px !important;
        overflow: hidden
    }

    .has-mega-matrix .menu-selectors a {
        position: relative
    }

    .has-mega-matrix .menu-selectors a:hover {
        color: inherit
    }

    .has-mega-matrix .menu-selectors a::after {
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        right: -1em;
        content: " ";
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: rotate(-135deg) scale(0.8) translateY(-4px);
        transition: transform 0.4s ease, border-color 0.4s ease;
        transform-origin: center;
        width: 0.625em;
        border-color: white
    }

    .has-mega-matrix .menu-selectors .menu-back a {
        padding-left: 1em
    }

    .has-mega-matrix .menu-selectors .menu-back a::after {
        transform: rotate(45deg) scale(0.8);
        right: auto;
        left: 0
    }
}

@font-face {
    font-family: "playfair-display";
    src: url("https://use.typekit.net/af/4ae560/00000000000000007735a11a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/4ae560/00000000000000007735a11a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/4ae560/00000000000000007735a11a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "playfair-display";
    src: url("https://use.typekit.net/af/f0d114/00000000000000007735a11e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/f0d114/00000000000000007735a11e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/f0d114/00000000000000007735a11e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "linotype-didot";
    src: url("https://use.typekit.net/af/aec0c1/00000000000000007735bbc9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/aec0c1/00000000000000007735bbc9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/aec0c1/00000000000000007735bbc9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "linotype-didot";
    src: url("https://use.typekit.net/af/b00c42/00000000000000007735bbdf/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/b00c42/00000000000000007735bbdf/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/b00c42/00000000000000007735bbdf/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "poppins";
    src: url("https://use.typekit.net/af/070c63/00000000000000007735fdb6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/070c63/00000000000000007735fdb6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/070c63/00000000000000007735fdb6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: "poppins";
    src: url("https://use.typekit.net/af/c17096/00000000000000007735fdb9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/c17096/00000000000000007735fdb9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/c17096/00000000000000007735fdb9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: "poppins";
    src: url("https://use.typekit.net/af/522bda/00000000000000007735fdb8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/522bda/00000000000000007735fdb8/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/522bda/00000000000000007735fdb8/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "poppins";
    src: url("https://use.typekit.net/af/5066eb/00000000000000007735fdbb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/5066eb/00000000000000007735fdbb/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/5066eb/00000000000000007735fdbb/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "serendipity";
    src: url("/assets/font/serendipitywideone.woff2"), url("/assets/font/serendipitywideone.ttf");
    font-style: normal;
    font-weight: 400;
    text-rendering:optimizeLegibility;font-display: block;
}

@font-face {
    font-family: "butler";
    src: url("/assets/font/butler-light.otf") format("otf"), url("assets/font/butler-light.woff"), url("assets/font/butler-light.woff2");
    font-style: light;
    font-weight: 300;
    text-rendering:optimizeLegibility;font-display: block;
}

@font-face {
    font-family: "butler";
    src: url("/assets/font/butler-regular.otf") format("otf"), url("assets/font/butler-regular.woff"), url("assets/font/butler-regular.woff2");
    font-weight: 400;
    text-rendering:optimizeLegibility;font-display: block;
}

.subhead {
    font-family: "poppins";
    font-size: min(max(16px, 1.125vw), 18px);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.subhead-accent {
    border-left: 2px solid #b8d7dc;
    padding-left: 20px;
    width: max-content
}

.subhead-accent.w-auto {
    width: auto
}

@media (max-width: 840px) {
    .subhead-accent {
        width:auto
    }
}

.subhead-accent.text-center {
    margin-left: auto;
    margin-right: auto
}

.subhead-accent.dark-accent {
    border-left: 2px solid #005f71 !important
}

.title-m,.title-lg,.title-xl {
    text-transform: capitalize
}

.title-xxs {
    font-size: min(max(16px, 1.5vw), 24px)
}

.title-quote {
    font-family: "butler";
    font-style: italic;
    font-weight: 400;
    font-size: 34px;
    font-size: min(max(24px, 2.125vw), 34px);
    line-height: 1.47;
    color: #6c7375
}

.body-xl {
    font-family: "poppins";
    font-weight: 300;
    font-size: min(max(20px, 5vw), 80px);
    line-height: 1
}

.body-large {
    font-family: "poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.78
}

.body-medium {
    font-family: "poppins";
    font-weight: 400;
    font-size: 17px;
    line-height: 1.53
}

.body-small {
    font-family: "poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43
}

.drop-cap-wrapper {
    display: flex
}

@media (max-width: 840px) {
    .drop-cap-wrapper {
        display:block
    }
}

.drop-cap {
    font-family: "linotype-didot";
    font-weight: 400;
    font-size: min(max(30px, 2.5vw), 40px);
    line-height: 1.25;
    color: #b8d7dc
}

.title-full-img {
    font-family: "butler";
    font-weight: 400;
    font-size: min(max(32px, 4.375vw), 70px);
    line-height: 1.07
}

.body-quote {
    font-family: "poppins";
    font-weight: 300;
    font-size: min(max(20px, 1.875vw), 30px);
    line-height: 1.33;
    color: #6c7375
}

.caption {
    font-family: "poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4
}

.title-out-of-town {
    font-family: "butler";
    font-size: 45px;
    line-height: 1.22
}

.out-of-town-subtitle-2 {
    font-size: 115px;
    line-height: 0.39
}

.uppercase {
    text-transform: uppercase
}

.title-xl,.title-lg,.title-md,.title-sm,.title-xs {
    text-transform: capitalize !important
}

.title-xl sup,.title-lg sup,.title-md sup,.title-sm sup,.title-xs sup {
    top: -1.3em;
    font-size: 35%
}

.title-xl.uppercase,.title-lg.uppercase,.title-md.uppercase,.title-sm.uppercase,.title-xs.uppercase {
    text-transform: uppercase !important
}

.masthead__text sup {
    top: -1.3em;
    font-size: 35%
}

.tiny {
    font-size: 10px
}

.subhead-financing {
    font-size: 60px
}

.body-font {
    font-family: "poppins" !important
}

.body-font-title {
    font-family: "poppins" !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3em;
    font-weight: 300
}
.body-font-title-new{
    font-family: "poppins" !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.filter-highlight-color,.feature-procedures .feature-procedures-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img,.doctor-include .swiper-button-next,.doctor-include .swiper-button-prev,.highlighted-nav-item .title-nav-large img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(18%) saturate(3470%) hue-rotate(151deg) brightness(97%) contrast(102%)
}

.grey-color {
    color: #e0e1e2
}

.dark-color {
    color: #6c7375
}

.light-blue {
    color: #8fc4dc
}

.dark-teal {
    color: #155f70
}

.text-bg {
    background: url('/assets/img/bg/teal.jpg');
    background-position: bottom;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 120%;
    animation: bgrotate 4.5s cubic-bezier(0.3, 0, 0.7, 1) infinite;
    position: relative;
    line-height: 1.3
}

@keyframes bgrotate {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.gradient-color,.navbar .navbar-link,.navbar .menu-button label {
    background: linear-gradient(270deg, #145f74 0%, #0b4b5e 100%);
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: bottom
}

.black {
    color: #000
}

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

.z0 {
    z-index: 0 !important
}

.z1 {
    z-index: 1 !important
}

.bg-accent {
    background-color: #b8d7dc
}

.bg-teal {
    background-color: #b7d7de
}

.bg-highlight {
    background-color: #005f71 !important
}

.bg-light-color {
    background-color: #ecf2f5
}

.display-block {
    display: block !important
}

.bg-light-blue {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.bg-light-blue::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #d3edfc
}

.bg-accent-bar {
    position: relative;
    z-index: 1
}

.bg-accent-bar::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(50% - 225px);
    height: 100%;
    right: 0;
    top: 0;
    background-color: #c1e4e1
}

@media (max-width: 840px) {
    .bg-accent-bar::after {
        display:none
    }
}

.bg-accent-bar .flexy .flexy-image img {
    width: calc(100% - 175px)
}

@media (max-width: 1280px) {
    .bg-accent-bar .flexy .flexy-image img {
        width:calc(100% - 25px)
    }
}

.bg-accent-bar.left::after {
    right: auto;
    left: 0
}

.bg-accent-bar.left .flexy-image-alt {
    right: auto;
    left: 0
}

.bg-accent-bar.left .flexy-image img {
    left: auto;
    right: 0
}

@media (max-width: 1280px) {
    .mw-unset-widescreen {
        max-width:unset !important
    }
}

@media (max-width: 1024px) {
    .mw-unset-desktop {
        max-width:unset !important
    }
}

@media (max-width: 840px) {
    .mw-unset-tablet {
        max-width:unset !important
    }
}

.mw650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.mw1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 840px) {
    .pv15 {
        padding-top:15px;
        padding-bottom: 15px
    }

    .pv0-tablet {
        padding-top: 0;
        padding-bottom: 0
    }

    .mt25 {
        margin-top: 25px !important
    }

    .mb50 {
        margin-bottom: 25px !important
    }

    .pt30 {
        padding-top: 15px !important
    }
}

.gap75 > .flexy-item {
    margin-left: 37px;
    margin-right: 37px
}

.gap75 > .flexy-item:first-child {
    margin-left: 0
}

.gap75 > .flexy-item:last-child {
    margin-right: 0
}

@media (max-width: 840px) {
    .gap75 > .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

@media (max-width: 1280px) {
    .mb50-widescreen {
        margin-bottom:50px
    }
}

.header .navbar,.header .mega-menu {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 2200px;
    background: rgba(239, 238, 235, 1);
    transition: top 0.15s linear
}

.scrolled .header {
    top: 0px !important;
    z-index: 100 !important
}

.header {
    overflow-y: unset
}

.open .header {
    background: #fff;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 200px
}

.open .header .navbar {
    background: #005f71
}

.open .header .navbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -300px;
    background-color: #005f71;
    width: calc(100% + 100vw);
    height: 100%;
    z-index: -1
}

@media (max-width: 1024px) {
    .open .header .navbar {
        background:none
    }

    .open .header .navbar::after {
        width: 100%;
        display: none
    }
}

.open .header .navbar .navbar-link:nth-of-type(1) {
    color: white !important
}

.open .header .main-menu li.active a::after {
    transition: all 0.4s ease;
    border-color: #005f71 !important
}

.mega-menu {
    padding: 0
}

.mega-menu .main-menu {
    display: block !important
}

@media (max-width: 1024px) {
    .mega-menu .main-menu h2.title-xs {
        display:none
    }
}

.mega-menu .main-menu .flexy {
    width: 100%
}

@media (max-width: 1024px) {
    .mega-menu .main-menu .flexy {
        display:block !important
    }
}

.mega-menu .main-menu .flexy ul {
    margin-left: 40px
}

.mega-menu .container {
    padding-left: 30px;
    padding-right: 30px
}

li.interests a {
    font-size: unset !important;
    font-family: "poppins" !important
}

.has-mega-matrix .menu-selectors li a::after {
    content: url(/assets/img/_defaults/arrow-down-green.svg);
    display: none;
    border: unset;
    border-radius: unset;
    border-right: unset;
    border-top: unset;
    right: unset;
    height: unset;
    margin-top: unset;
    pointer-events: unset;
    position: unset;
    top: unset;
    transform: unset;
    transition: unset;
    transform-origin: unset;
    width: unset;
    border-color: unset;
    transform: rotate(0deg) scale(0.8) translateY(-4px) !important;
    margin-top: 15px
}

@media (max-width: 1024px) {
    .has-mega-matrix .menu-selectors li a::after {
        border:3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        right: -1em;
        content: " ";
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: rotate(-135deg) scale(0.8) translateY(-4px) !important;
        transition: transform 0.4s ease, border-color 0.4s ease;
        transform-origin: center;
        width: 0.625em;
        border-color: white
    }
}

.has-mega-matrix .menu-selectors .active {
    position: relative;
    flex-basis: unset
}

.has-mega-matrix .menu-selectors .active::after {
    content: "";
    position: absolute;
    height: calc(100% + 50px);
    width: 100%;
    top: 0;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%)
}

@media (max-width: 1024px) {
    .has-mega-matrix .menu-selectors .active::after {
        display:none
    }
}

.has-mega-matrix .menu-selectors .active a {
    z-index: 1
}

.has-mega-matrix .menu-selectors .active a::after {
    display: block;
    border-color: unset
}

@media (max-width: 1024px) {
    .has-mega-matrix .menu-selectors .active a::after {
        transform:rotate(-45deg) scale(0.8) translateY(-4px) !important;
        border-color: #005f71
    }
}

@media (max-width: 1024px) {
    .has-mega-matrix .menu-selectors .menu-back a {
        padding-left:1em !important
    }

    .mega-menu .main-menu li a::after {
        border-color: #c09e77 !important
    }
}

.top-menu {
    position: relative
}

.top-menu::after {
    content: "";
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% + 100vw);
    top: 0;
    left: -100px;
    background: #005f71;
    z-index: -1
}

@media (max-width: 1024px) {
    .top-menu ul li.active ~ li {
        display:none
    }

    .top-menu ul li.active ~ li::after {
        display: none
    }

    .top-menu::after {
        display: none
    }

    .top-menu.active .top-menu-menu li {
        display: block !important
    }
}

.top-menu ul {
    justify-content: space-around !important
}

.top-menu ul li {
    color: #fff;
    text-align: center
}

@media (max-width: 1024px) {
    .top-menu ul li {
        text-align:left;
        color: #6c7375
    }
}

.top-menu ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6
}

@media (max-width: 840px) {
    .top-menu::after {
        display:none
    }
}

.nav-img-container {
    margin: 15px
}

@media (max-width: 840px) {
    .nav-img-container {
        display:none
    }
}

.nav-img-container img {
    object-position: top
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width: 1024px) {
    .navbar {
        padding-left:15px;
        padding-right: 15px
    }
}

.navbar .navbar-link {
    font-size: 18px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: 1.4px
}

.navbar .navbar-link.phone {
    border-right: solid 1px #88c8e0;
    padding-right: 15px;
    margin-right: 15px
}

.open .navbar .navbar-link {
    background: none;
    color: #fff;
    -webkit-text-fill-color: initial
}

@media (max-width: 840px) {
    .navbar .navbar-link {
        display:none
    }
}

.navbar .menu-button span {
    background-color: #88c8e0
}

.open .navbar .menu-button span {
    background-color: #ecf2f5
}

@media (max-width: 1024px) {
    .open .navbar .menu-button span {
        background-color:#88c8e0 !important
    }
}

.navbar .menu-button label {
    font-family: "poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.16;
    text-transform: unset;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

.open .navbar .menu-button label {
    color: #fff;
    -webkit-text-fill-color: initial
}

@media (max-width: 1024px) {
    .open .navbar .menu-button label {
        color:#6c7375
    }
}

.navbar .navbar-socials {
    margin-right: 40px
}

@media (max-width: 1280px) {
    .navbar .navbar-socials {
        display:none
    }
}

.navbar .navbar-socials a {
    padding-right: 20px
}

.navbar .navbar-socials a img {
    max-height: 22px
}

.navbar .logo-shop {
    height: 100%;
    min-height: 25px;
    min-width: 20px
}

.open .navbar .logo-shop {
    filter: brightness(0) invert(1)
}

@media (max-width: 1280px) {
    .navbar .button-gift-card {
        display:none
    }
}

.navbar-brand {
    min-width: 370px;
    transition: all 0.4s ease
}

.scrolled .navbar-brand {
    min-width: 330px
}

@media (max-width: 1280px) {
    .navbar-brand {
        min-width:300px
    }

    .scrolled .navbar-brand {
        min-width: 280px
    }
}

@media (max-width: 1024px) {
    .navbar-brand {
        max-width:300px;
        min-width: auto
    }
}

@media (max-width: 840px) {
    .navbar-brand {
        max-width:250px
    }
}

.masthead {
    margin-top: 129px;
    margin-left: auto;
    margin-right: auto;
    max-width: 2200px;
    margin-bottom: 50px;
    height: 60vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 0
}

@media (min-width: 1280px) {
    .masthead.gallery {
        min-height:750px !important
    }
}

@media (min-width: 1800px) {
    .masthead {
        height:80vh
    }
}

.masthead::before {
    content: "";
    background: linear-gradient(88.05deg, rgba(255, 255, 255, 0.9) 28.57%, rgba(255, 255, 255, 0) 73.08%), linear-gradient(196.39deg, #fff 13.18%, rgba(255, 255, 255, 0) 36.67%);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1
}

.masthead.less-overlay::before {
    opacity: 0.5
}

.masthead::after {
    background-position: top center
}

.masthead.no-overlay::before {
    background: none
}

.masthead .container {
    margin: 0;
    z-index: 2
}

@media (max-width: 2000px) {
    .masthead {
        min-height:600px
    }
}

@media (max-width: 840px) {
    .masthead {
        min-height:auto;
        justify-content: end
    }
}

@media (max-width: 1024px) {
    .masthead {
        margin-top:125px
    }
}

body.home .masthead {
    height: 100vh;
    justify-content: flex-end
}
body.home .masthead.justify-center{ justify-content:center; margin-bottom:0; }

@media (max-width: 2000px) {
    body.home .masthead {
        max-height:900px
    }
}

@media only screen and (min-width: 1700px) {
    body.home .masthead {
        max-height:1100px
    }
}

@media screen and (max-height: 900px) {
    body.home .masthead .title-lg {
        font-size:min(max(40px, 3.75vw), 60px)
    }

    body.home .masthead .title-md {
        font-size: min(max(40px, 3.75vw), 60px)
    }
}

@media (max-width: 840px) {
    body.home .masthead {
        max-height:650px;
        height: 95vh
    }

    body.home .masthead .mb50 {
        margin-bottom: 25px !important
    }
}

body.home .masthead .button {
    background: #fff !important;
    color: #005f71 !important;
    box-shadow: 0px 3.3px 2.64px 0px rgba(0, 0, 0, 0.02), 0px 7.931px 6.345px 0px rgba(0, 0, 0, 0.03), 0px 25.974px 39.858px 0px rgba(0, 0, 0, 0.04), 0px 59.629px 71.555px 0px rgba(0, 0, 0, 0.07)
}

body.home .masthead .slide {
    display: none;
    transition: all 0.5s ease
}

body.home .masthead .slide.active {
    opacity: 1;
    display: block
}

body.home .masthead .slide.fading {
    opacity: 0.001
}

body.home .masthead .masthead__text {
    max-width: 100%
}

body.home .masthead .patient-fi-logo {
    max-width: 400px
}

@media (max-width: 840px) {
    body.home .masthead .patient-fi-logo {
        max-width:250px
    }
}

body.home .masthead::before {
    content: none
}

@media (max-width: 1024px) {
    body.home .masthead::before {
        content:"";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        background-image: none
    }
}

.masthead .masthead__image {
    background-image: none;
    transform-origin: bottom left;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center center
}

.masthead .masthead__image img {
    max-width: unset;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.001;
    -webkit-transition-property: opacity, -webkit-transform, filter;
    -webkit-transition-duration: 1.5s, 10s, 3s;
    -webkit-transform-transition-delay: 0s, 0s, 1.5s;
    -webkit-transform-origin: top right;
    -moz-transition-property: opacity, -moz-transform, filter;
    -moz-transition-duration: 1.5s, 10s, 3s;
    -moz-transition-transition-delay: 0s, 0s, 1.5s;
    -moz-transform-origin: top right;
    -ms-transition-property: opacity, -ms-transform, filter;
    -ms-transition-duration: 1.5s, 10s, 3s;
    -ms-transition-transition-delay: 0s, 0s, 1.5s;
    -ms-transform-origin: top right;
    -o-transition-property: opacity, -o-transform, filter;
    -o-transition-duration: 1.5s, 10s, 3s;
    -o-transition-transition-delay: 0s, 0s, 1.5s;
    -o-transform-origin: top right;
    transition-property: opacity, transform, filter;
    transition-duration: 1.5s, 10s, 3s;
    transition-delay: 0s, 0s, 1.5s;
    transform-origin: top right
}

.masthead .masthead__image img:nth-child(1) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: top right;
    object-position: right
}

.masthead .masthead__image img:nth-child(2) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    object-position: 40% 50%
}

.masthead .masthead__image img:nth-child(3) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: top right;
    object-position: right
}

.masthead .masthead__image img:nth-child(4) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    object-position: 85% 50%
}

.masthead .masthead__image img:nth-child(5) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    object-position: 70%
}

.masthead .masthead__image img:nth-child(6) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    object-position: 75% 70%
}

.masthead .masthead__image img:nth-child(7) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    object-position: 100% 70%
}

.masthead .masthead__image img.fx {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.masthead .masthead__image img.fx:first-child + img ~ img {
    z-index: -1
}

.masthead .masthead__text {
    max-width: 60%
}

@media (max-width: 1024px) {
    .masthead .masthead__text {
        max-width:85%
    }
}

@media (max-width: 840px) {
    .masthead .masthead__text {
        max-width:100%
    }
}

.masthead .masthead__text span {
    line-height: 1;
    font-weight: 400;
    font-size: min(max(20px, 1.875vw), 30px)
}
.masthead .masthead__text a.second-loc span{
    font-size: 8px;
    position: relative;
    top: 0;
    background: rgba(120, 191, 175, 1);
    color: #fff;
    text-transform: uppercase;
    padding: 3px 5px 1px;
    border-radius: 10px;
    position: relative;
    top: -11px;
    left: -11px;
    border: 1px solid #fff;
}

.masthead .masthead__text .subhead-financing {
    line-height: 1;
    font-weight: 100;
    font-family: 'Butler';
    font-size: min(max(50px, 3.75vw), 60px)
}

@media (max-width: 840px) {
    .masthead .masthead__text .button {
        font-size:12px
    }
}

.masthead.fade-right:before {
    background: linear-gradient(88.05deg, rgba(255, 255, 255, 0.9) 36.57%, rgba(255, 254, 255, 0) 65.08%) !important
}

.sciton-halo .masthead::before {
    display: none !important
}

.flexy.gap150 .flexy-item {
    margin-left: 75px;
    margin-right: 75px
}

@media (max-width: 1024px) {
    .flexy.gap150 .flexy-item {
        margin-left:25px;
        margin-right: 25px
    }
}

@media (max-width: 840px) {
    .flexy.gap150 .flexy-item {
        margin-left:0;
        margin-right: 0
    }
}

.flexy.gap150 .flexy-item:first-child {
    margin-left: 0
}

.flexy.gap150 .flexy-item:last-child {
    margin-right: 0
}

.flexy-skinny {
    max-width: 42px;
    margin: 0
}

@media (max-width: 480px) {
    .flexy-skinny {
        max-width:100%
    }
}

.flexy-image-alt {
    position: absolute;
    height: 300px;
    width: 200px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 2000px) {
    .flexy-image-alt {
        right:var(--containerOffset)
    }
}

.flexy-image-alt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, #deedec, #deedec), var(--bgImage);
    background-blend-mode: color, normal
}

@media (max-width: 840px) {
    .flexy-image-alt {
        display:none
    }
}

@media (max-width: 840px) {
    .flexy-image img {
        width:100% !important
    }
}

@media (max-width: 840px) {
    .flexy-image {
        min-height:500px
    }
}

.flexy-button {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 100%;
    transform: translateX(50%);
    margin-bottom: 75px;
    z-index: 1
}

.flexy-button img {
    position: relative !important;
    width: auto !important
}

@media (max-width: 840px) {
    .flexy-button {
        margin-bottom:25px
    }
}

.home .full-image {
    min-height: 800px
}

.full-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 600px
}

.full-image.minh-800 {
    min-height: 800px
}

@media (max-width: 840px) {
    .full-image {
        min-height:400px
    }
}

.full-image .container {
    margin: 0
}

.full-image::after {
    background: linear-gradient(211.59deg, rgba(0, 0, 0, 0) 58.42%, #000 109.91%), var(--bgImage);
    background-size: cover;
    background-position: bottom center
}

.full-image .full-image-content {
    margin-bottom: 80px
}

@media (max-width: 840px) {
    .full-image .full-image-content {
        margin-bottom:50px
    }
}

.full-image.out-of-town {
    min-height: 650px
}

@media (max-width: 840px) {
    .full-image.out-of-town {
        min-height:500px
    }
}

.selector img {
    transition: all 0.4s ease
}

.selector.active img {
    transform: rotate(90deg);
    padding-top: 5px
}

.multi-box-wrapper {
    margin-bottom: 50px !important
}

.multi-box-wrapper .swiper-pagination.secondary {
    position: relative !important;
    border-radius: 146.03px;
    background: #e7e7e7;
    justify-content: center;
    gap: 20px;
    max-width: 80px;
    margin: 0 auto;
    padding: 6px 20px 6px 20px;
    display: flex
}

.multi-box-wrapper .swiper-pagination.secondary .swiper-pagination-bullet {
    width: 10.248px !important;
    height: 10.248px !important;
    border-radius: 100%;
    background: #fff
}

.multi-box-wrapper .swiper-pagination.secondary .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #68b0bf;
    transition: all 1.4s ease
}

.multi-box-wrapper .swiper-pagination-bullet {
    width: 10.248px !important;
    height: 10.248px !important;
    border-radius: 100%;
    background: #fff
}

.multi-box-wrapper .swiper-slide {
    margin-right: 50px !important
}

.feature-procedures .feature-procedures-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #004a58;
    transition: all 1.4s ease
}

.feature-procedures-swiper-wrapper {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 840px) {
    .feature-procedures-swiper-wrapper {
        padding:0px
    }
}

.feature-procedures-pagination-secondary {
    display: flex;
    justify-content: center;
    gap: 100px
}

.flexy.multi-box {
    width: 100%
}

.flexy.multi-box .flexy-item p {
    top: -25px;
    position: relative;
    line-height: 1.2;
    font-size: min(max(22px, 1.5625vw), 25px);
    letter-spacing: 0.3em
}

@media (max-width: 1280px) {
    .flexy.multi-box .flexy-item:nth-of-type(even) {
        margin-right:0px
    }
}

@media (max-width: 840px) {
    .flexy.reverse {
        flex-direction:column-reverse;
        display: flex
    }
}

.selector-container-wrapper {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto
}

.selector-container .selectors {
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    background: url(/assets/img/bg/teal.jpg) !important;
    background-size: cover !important
}

@media (max-width: 1280px) {
    .selector-container .selectors {
        padding:10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
        position: relative;
        background: #b8d7dc;
        flex-direction: column;
        margin-bottom: 25px
    }

    .selector-container .selectors .active {
        position: relative
    }

    .selector-container .selectors .active::after {
        content: " ";
        position: absolute;
        right: 5px;
        top: 0;
        height: 25px;
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        pointer-events: none
    }

    .selector-container .selectors .selector {
        display: block;
        line-height: 2
    }

    .selector-container .selectors .selector img {
        display: none
    }
}

.selector-container .selector {
    font-family: "poppins";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff
}

.selector-container .selector.active {
    color: #fff !important
}

.selector-container.video-gallery .selector {
    font-size: 16px
}

.button {
    background: url('/assets/img/bg/teal.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 120%;
    animation: bgrotate 4.5s cubic-bezier(0.3, 0, 0.7, 1) infinite !important;
    padding: 15px 27px;
    font-family: "poppins";
    font-weight: 300;
    font-size: min(max(14px, 1.0625vw), 17px);
    line-height: 1.3;
    letter-spacing: 3.578px;
    text-transform: uppercase
}

.button.transparent {
    background: transparent;
    border: 1px solid #005f71;
    box-sizing: border-box;
    color: #005f71
}

.button.highlight {
    background: #005f71;
    color: #fff
}

.button.white {
    color: #005f71 !important;
    background: #fff
}

.specials-bar {
    position: relative;
    z-index: 10
}

.specials-bar .specials-button {
    background: #005f71;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1)
}

.specials-bar a {
    padding: 20px;
    width: 100%;
    transition: transform 0.4s ease;
    font-weight: 600;
    font-size: min(max(14px, 1.0625vw), 17px);
    display: block;
    font-family: "poppins";
    font-weight: 300;
    letter-spacing: 3.578px;
    text-transform: uppercase
}

.specials-bar a:hover {
    transform: translateY(-4px)
}

@media (max-width: 840px) {
    .specials-bar a {
        justify-content:center
    }
}

@media (max-width: 480px) {
    .specials-bar {
        margin-top:30px
    }
}

.feature-procedures {
    overflow: visible !important;
    margin-bottom: 150px;
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 840px) {
    .feature-procedures {
        margin-bottom:0 !important
    }

    .feature-procedures .is-swipable-touch {
        padding-bottom: 50px
    }
}

.feature-procedures::after {
    height: calc(100% - 400px)
}

.feature-procedures .feature-procedures-swiper-wrapper {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 840px) {
    .feature-procedures .feature-procedures-swiper-wrapper {
        padding:0px
    }
}

.feature-procedures .feature-title-wrapper {
    position: absolute;
    bottom: 25px;
    left: 25px;
    opacity: 1;
    transition: all 0.8s ease;
    z-index: 1
}

.feature-procedures .feature-title-wrapper .feature-title {
    font-family: "butler";
    font-size: min(max(25px, 2.1875vw), 35px);
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px
}

.feature-procedures .feature-title-wrapper .feature-title.lg {
    font-size: min(max(35px, 3.4375vw), 55px)
}

.feature-procedures .feature-title-wrapper .feature-caption {
    padding-top: 15px;
    border-top: 2px solid #e0e1e2;
    color: #b8d7dc;
    font-family: "poppins";
    font-size: min(max(16px, 1.125vw), 18px);
    font-weight: 300;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    width: max-content
}

.feature-procedures .link-reveal-container {
    position: relative
}

@media (max-width: 840px) {
    .feature-procedures .link-reveal-container {
        margin-top:0
    }
}

.feature-procedures .link-reveal-container.alt .procedure-overlay {
    padding-bottom: 50px !important
}

@media (max-width: 1024px) {
    .feature-procedures .link-reveal-container.alt .procedure-overlay {
        padding-bottom:0px !important
    }
}

.feature-procedures .link-reveal-container:hover .feature-title-wrapper {
    opacity: 0.001;
    left: -400px;
    transition: all 1.4s ease
}

.feature-procedures .link-reveal-container:hover .feature-title-wrapper.no-hover {
    left: 25px;
    opacity: 1
}

.feature-procedures .link-reveal-container:hover .link-reveal {
    background: linear-gradient(0deg, rgba(0, 95, 113, 0.5), rgba(0, 95, 113, 0.5));
    transition: all 0.4s ease
}

.feature-procedures .link-reveal-container:hover .procedure-overlay::after {
    opacity: 0.001;
    transition: all 0.4s ease
}

.feature-procedures .procedure-overlay {
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    height: 600px
}

@media (max-width: 1280px) {
    .feature-procedures .procedure-overlay {
        height:500px
    }
}

@media (max-width: 1024px) {
    .feature-procedures .procedure-overlay {
        height:400px
    }
}

@media (max-width: 840px) {
    .feature-procedures .procedure-overlay {
        height:500px
    }
}

.feature-procedures .procedure-overlay::after {
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(185deg, rgba(0, 0, 0, 0) 64.95%, rgba(0, 0, 0, 0.4) 86.98%)
}

.feature-procedures .procedure-overlay img {
    transition: transform 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0
}

.feature-procedures .procedure-overlay:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease
}

.feature-procedures .procedure-overlay .link-reveal {
    background: linear-gradient(0deg, rgba(0, 95, 113, 0.5), rgba(0, 95, 113, 0.5)), linear-gradient(191.87deg, rgba(255, 255, 255, 0) 51.75%, #fff 100.24%);
    transition: opacity 0.4s ease, background 4s ease
}

.feature-procedures .feature-procedures-pagination {
    display: flex;
    justify-content: center;
    gap: 100px
}

.feature-procedures .feature-procedures-pagination .swiper-pagination-bullet {
    font-family: "butler";
    font-weight: 300;
    text-transform: capitalize;
    font-size: min(max(20px, 3.4375vw), 55px);
    width: unset;
    height: unset;
    background: unset;
    display: inline-flex;
    border-radius: unset;
    align-items: center;
    color: #6c7375;
    transition: all 1.4s ease
}

.feature-procedures .feature-procedures-pagination .swiper-pagination-bullet img {
    margin-left: 20px
}

@media (max-width: 1024px) {
    .feature-procedures .feature-procedures-pagination .swiper-pagination-bullet img {
        max-width:20px;
        margin-left: 10px
    }
}

.feature-procedures .feature-procedures-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #005f71;
    transition: all 1.4s ease
}

.feature-procedures .feature-procedures-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
    transform: rotate(90deg)
}

.feature-procedures .flexy-pad .flexy-item {
    padding: 0 !important;
    margin: 12.5px
}

.feature-procedures .swiper-slide {
    overflow: visible !important
}

.feature-procedures .swiper-slide-active {
    margin-right: 50px
}

.feature-gallery-procedures-wrapper {
    position: relative
}

.feature-gallery-procedures-wrapper::after {
    content: '';
    position: absolute;
    height: calc(100% - 350px);
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ecf2f5;
    z-index: -1
}

.feature-gallery-procedures {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 840px) {
    .feature-gallery-procedures {
        padding:0px
    }
}

.feature-gallery-procedures .link-reveal-container a {
    display: block
}

.feature-gallery-procedures .link-reveal-container:hover .procedure-header {
    opacity: unset
}

.feature-gallery-procedures .procedure-overlay::after {
    background: unset
}

.feature-gallery-procedures .procedure-header {
    margin-bottom: 40px
}

.feature-skincare-procedures .link-reveal-container a {
    display: block
}

.feature-skincare-procedures .link-reveal-container:hover .procedure-header {
    opacity: unset
}

.feature-skincare-procedures .link-reveal-container:hover .no-hover {
    left: 50% !important
}

.feature-skincare-procedures .link-reveal-container:hover .no-hover img {
    transform: none
}

.feature-skincare-procedures .procedure-overlay::after {
    background: unset
}

.feature-skincare-procedures .procedure-overlay .feature-title-wrapper {
    left: 50%;
    transform: translate(-50%);
    bottom: 100px
}

@media (max-width: 1024px) {
    .feature-skincare-procedures .procedure-overlay .feature-title-wrapper {
        bottom:50px
    }
}

.feature-skincare-procedures .procedure-overlay .feature-title-wrapper img {
    position: relative !important;
    max-width: 275px
}

@media (max-width: 840px) {
    .feature-skincare-procedures .procedure-overlay .feature-title-wrapper img {
        max-width:150px
    }
}

@media (max-width: 840px) {
    .feature-skincare-procedures .procedure-overlay {
        height:350px
    }
}

.logos {
    flex-wrap: nowrap
}

.logos > * {
    max-height: min(max(55px, 4.0625vw), var(--logoHeight))
}

.logos > *:first-child {
    margin-left: 0
}

.logos > *:last-child {
    margin-right: 0
}

.logos.mags > * {
    max-height: min(max(55px, 4.0625vw), 25px)
}

@media (max-width: 840px) {
    .logos.mags > * {
        max-height:20px !important
    }
}

.our-center {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto
}

.products-logos {
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
    justify-content: flex-start
}

.products-logos > * {
    max-height: 40px;
    display: flex;
    overflow: hidden
}

.products-logos > *:first-child {
    padding-left: 0px;
    margin-right: 50px
}

.products-logos > *:nth-child(2) {
    margin-right: 50px
}

.products-logos > *:last-child {
    padding-right: 0px
}

@media (max-width: 840px) {
    .products-logos > *:first-child {
        margin-right:10px
    }

    .products-logos > *:nth-child(2) {
        margin-right: 10px
    }
}

.products-logos a {
    transition: opacity 0.4s ease
}

.products-logos a:hover {
    opacity: 0.7
}

.products-logos img {
    object-fit: contain
}

.doctor-quote {
    font-family: "butler";
    font-weight: 400;
    font-size: min(max(32px, 2.625vw), 42px);
    line-height: 1.19
}

.doctor-swiper .dr-img-wrapper {
    min-height: 600px;
    max-width: 500px;
    position: relative;
    margin-bottom: 50px
}

@media (max-width: 1024px) {
    .doctor-swiper .dr-img-wrapper {
        margin-left:auto;
        margin-right: auto;
        min-height: 700px
    }
}

@media (max-width: 840px) {
    .doctor-swiper .dr-img-wrapper {
        min-height:500px
    }
}

.doctor-swiper .dr-img-wrapper .dr-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.doctor-swiper .flexy-image {
    position: relative
}

.doctor-swiper .flexy-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(12.9deg, #000 -9.09%, rgba(0, 0, 0, 0) 63.99%)
}

.doctor-swiper .doctor-swiper-controls {
    position: absolute;
    top: 10px;
    right: 0;
    align-items: center
}

.doctor-swiper .doctor-swiper-controls .swiper-prev-button,.doctor-swiper .doctor-swiper-controls .swiper-next-button {
    background: #b8d7dc
}

.doctor-swiper .doctor-swiper-controls .swiper-prev-button img,.doctor-swiper .doctor-swiper-controls .swiper-next-button img {
    width: 10px
}

.doctor-swiper .doctor-swiper-controls .swiper-pagination-fractional {
    text-align: center;
    font-size: 30px;
    width: auto;
    color: #005f71
}

.doctor-swiper .doctor-swiper-controls .swiper-pagination-fractional span {
    font-family: "butler";
    font-weight: 400;
    line-height: 1.25
}

.doctor-include .doctor-include-swiper {
    padding-left: 200px;
    margin-left: -200px
}

.doctor-include .doctor-include-name-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px
}

@media (max-width: 1024px) {
    .doctor-include .doctor-include-name-wrapper {
        flex-wrap:wrap
    }
}

.doctor-include .doctor-include-name-wrapper .doctor-include-name {
    width: 100%;
    text-align: center;
    background-color: #e0e1e2;
    padding: 30px 10px
}

@media (max-width: 1024px) {
    .doctor-include .doctor-include-name-wrapper .doctor-include-name {
        max-width:49.5%
    }
}

@media (max-width: 840px) {
    .doctor-include .doctor-include-name-wrapper .doctor-include-name {
        max-width:49%;
        padding: 15px 10px
    }
}

.doctor-include .doctor-include-name-wrapper .doctor-include-name .lead {
    font-size: min(max(16px, 1.6875vw), 27px)
}

.doctor-include .doctor-include-name-wrapper .doctor-include-name subhead {
    font-size: min(max(12px, 1.125vw), 18px)
}

.doctor-include .dr-img-wrapper {
    min-height: 600px;
    position: relative;
    margin-bottom: 50px
}

@media (max-width: 1024px) {
    .doctor-include .dr-img-wrapper {
        margin-left:auto;
        margin-right: auto;
        min-height: 700px
    }
}

@media (max-width: 840px) {
    .doctor-include .dr-img-wrapper {
        min-height:500px
    }
}

.doctor-include .dr-img-wrapper .dr-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.doctor-include .swiper-slide {
    overflow: visible !important
}

.doctor-include .swiper-button-next,.doctor-include .swiper-button-prev {
    display: none
}

@media (max-width: 840px) {
    .doctor-include .swiper-button-next,.doctor-include .swiper-button-prev {
        display:block;
        top: 625px;
        height: 25px
    }
}

.doctor-include .swiper-button-next {
    right: 50px
}

@media (max-width: 840px) {
    .doctor-include .swiper-button-next {
        right:25px
    }
}

.doctor-include .swiper-button-prev {
    left: 50px
}

@media (max-width: 840px) {
    .doctor-include .swiper-button-prev {
        left:auto;
        right: 50px
    }
}

.office-swiper .office-controls {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px
}

@media (max-width: 840px) {
    .office-swiper .office-controls {
        margin-bottom:25px
    }
}

.office-swiper .office-controls .swiper-prev-button,.office-swiper .office-controls .swiper-next-button {
    background: #b8d7dc
}

@media (max-width: 840px) {
    .office-swiper .office-controls .swiper-prev-button,.office-swiper .office-controls .swiper-next-button {
        height:35px;
        width: 35px
    }

    .office-swiper .office-controls .swiper-prev-button img,.office-swiper .office-controls .swiper-next-button img {
        height: 15px
    }
}

.overflow-visible {
    overflow: visible !important
}

.review-logos .logo {
    max-height: min(max(20px, 4.0625vw), 30px);
    margin-bottom: 20px
}

@media (max-width: 840px) {
    .review-logos .logo {
        margin-bottom:10px
    }
}

.review-logos .logo.yelp {
    max-height: min(max(30px, 4.0625vw), 40px);
    margin-bottom: 15px
}

.review-logos .logo.google {
    max-height: min(max(30px, 4.0625vw), 40px)
}

.review-logos .review {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.testimonial-controls {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    z-index: 2
}

.testimonial-controls .swiper-prev-button,.testimonial-controls .swiper-next-button {
    background: none !important
}

@media (max-width: 1280px) {
    .testimonial-controls {
        position:relative;
        transform: none;
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.flexy-image-double {
    align-self: stretch;
    position: relative
}

@media (max-width: 840px) {
    .flexy-image-double {
        min-height:500px
    }
}

.flexy-image-double img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover
}

.flexy-image-double img.top {
    object-position: top
}

.flexy-image-double img.bottom {
    object-position: bottom
}

.flexy-image-double .img1 {
    height: calc(50% - 25px)
}

@media (max-width: 840px) {
    .flexy-image-double .img1 {
        height:calc(50% - 12.5px)
    }
}

.flexy-image-double .img2 {
    height: calc(50% - 25px);
    top: auto;
    bottom: 0
}

@media (max-width: 840px) {
    .flexy-image-double .img2 {
        height:calc(50% - 12.5px)
    }
}

.bg-image.bg-inset-100::after,.bg-flex-1.bg-inset-100::after,.bg-flex-2.bg-inset-100::after {
    height: calc(100% - 100px) !important;
    top: 100px
}

@media (max-width: 840px) {
    .bg-image.bg-100-offset::after,.bg-flex-1.bg-100-offset::after,.bg-flex-2.bg-100-offset::after {
        height:calc(100% - 50px) !important
    }
}

@media (max-width: 840px) {
    .bg-image.no-bg-tablet::after,.bg-flex-1.no-bg-tablet::after,.bg-flex-2.no-bg-tablet::after {
        display:none
    }
}

@media (max-width: 1024px) {
    .bg-image .bg-right-mobile::after,.bg-flex-1 .bg-right-mobile::after,.bg-flex-2 .bg-right-mobile::after {
        background-position:center right !important
    }
}

@media (max-width: 480px) {
    .bg-image .bg-right-mobile::after,.bg-flex-1 .bg-right-mobile::after,.bg-flex-2 .bg-right-mobile::after {
        background-position:-30% !important
    }
}

.bg-image.bg-top::after,.bg-flex-1.bg-top::after,.bg-flex-2.bg-top::after {
    background-position-y: top
}

.bg-image.bg-center::after,.bg-flex-1.bg-center::after,.bg-flex-2.bg-center::after {
    background-position-y: center
}

.bg-image.bg-bottom::after,.bg-flex-1.bg-bottom::after,.bg-flex-2.bg-bottom::after {
    background-position-y: bottom !important
}

.bg-image.bg-pos-x::after,.bg-flex-1.bg-pos-x::after,.bg-flex-2.bg-pos-x::after {
    background-position-x: var(--bgPosX)
}

@media (max-width: 1280px) {
    .text-center-desktop {
        text-align:center
    }
}

@media (max-width: 1280px) {
    .text-center-widescreen {
        text-align:center
    }
}

@media (max-width: 1280px) {
    .influx-link {
        justify-content:center
    }
}

.accordion__alt .accordion__item {
    margin-bottom: 15px
}

.accordion__alt .accordion__item .accordion__question {
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.accordion__alt .accordion__item .accordion__question i {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='78' viewBox='0 0 24 24' fill='none' stroke='%23005F71' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-position: center center;
    transition: transform 0.4s ease
}

.accordion__alt .accordion__item .accordion__question i.white {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='78' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E")
}

.accordion__alt .accordion__item .accordion__question h3,.accordion__alt .accordion__item .accordion__question p {
    color: #005f71;
    text-transform: none
}

.accordion__alt .accordion__item .accordion__answer {
    transition: max-height 0.25s ease;
    overflow: hidden;
    max-height: 0
}

.accordion__alt .accordion__item .accordion__answer *:last-child {
    margin-bottom: 30px
}

.accordion__alt .accordion__item p,.accordion__alt .accordion__item ul,.accordion__alt .accordion__item ol {
    margin-top: 25px;
    margin-bottom: 0
}

.accordion__alt .accordion__item.open i {
    transform: rotate(135deg)
}

.card {
    border-radius: 0
}

.bg-light-color {
    background-color: #ecf2f5
}

.line-height-half {
    line-height: 0.5 !important
}

.show-slide {
    animation-delay: 0s !important;
    display: none
}

.show-slide.active {
    display: flex
}

@media (max-width: 840px) {
    .show-slide.active {
        display:block
    }
}

.slide-button {
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 400px
}

.slide-button.selector {
    min-height: 0
}

.slide-button:hover::after {
    transition: all 0.4s ease;
    transform: scale(1.1)
}

.slide-button::after {
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-image: linear-gradient(185deg, rgba(0, 0, 0, 0) 64.95%, rgba(0, 0, 0, 0.4) 86.98%), var(--bgImage)
}

.slide-button.active::after {
    transition: all 0.4s ease;
    background-image: linear-gradient(0deg, rgba(0, 95, 113, 0.5), rgba(0, 95, 113, 0.5)), var(--bgImage)
}

.why-choose-title {
    font-family: "butler";
    font-size: min(max(40px, 4.375vw), 70px);
    line-height: 1.14
}

@media (max-width: 1280px) {
    .highlight-color-mobile {
        color:#005f71 !important
    }
}

.featured-title {
    transform: translateY(0.75em)
}

@media (max-width: 1280px) {
    .featured-title {
        transform:translateY(0.6em)
    }
}

.large-title {
    margin-bottom: 0;
    padding-bottom: 0;
    transform: translateY(0.25em)
}

@media (max-width: 1280px) {
    .large-title {
        transform:translateY(0.1em)
    }
}

@media (max-width: 840px) {
    .text-center-touch {
        text-align:center
    }
}

.swiper-full-mobile {
    width: 45%
}

@media (max-width: 1024px) {
    .swiper-full-mobile {
        width:100%
    }
}

@media (max-width: 1024px) {
    .mb50-mobile {
        margin-bottom:50px
    }
}

.input-wrap select {
    background-color: white
}

.bg-image.white-overlay-mobile,.bg-flex-1.white-overlay-mobile,.bg-flex-2.white-overlay-mobile {
    position: relative
}

.bg-image.white-overlay-mobile::after,.bg-flex-1.white-overlay-mobile::after,.bg-flex-2.white-overlay-mobile::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0.08%, rgba(255, 255, 255, 0.59) 38.95%, rgba(255, 255, 255, 0) 68.6%), var(--bgImage);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: right
}

@media (max-width: 1024px) {
    .bg-image.white-overlay-mobile,.bg-flex-1.white-overlay-mobile,.bg-flex-2.white-overlay-mobile {
        overflow:hidden;
        z-index: 1
    }

    .bg-image.white-overlay-mobile::before,.bg-flex-1.white-overlay-mobile::before,.bg-flex-2.white-overlay-mobile::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.7);
        background-blend-mode: soft-light;
        background-size: cover;
        background-position: right;
        z-index: 0
    }
}

@media (max-width: 840px) {
    .d-none-mobile {
        display:none
    }
}

@media (max-width: 1280px) {
    .display-none-widescreen {
        display:none
    }
}

@media (min-width: 1280px) {
    .d-none-widescreen {
        display:none
    }
}

.in-page-jump__container {
    background: url(/assets/img/bg/teal.jpg) !important;
    background-size: cover !important
}

.in-page-jump__container .in-page-jump__item {
    color: white !important
}

.in-page-jump__container .in-page-jump__item svg path {
    stroke: white
}

.in-page-jump__container .in-page-jump__item.scrolled {
    color: #b8d7dc !important
}

.in-page-jump__container .in-page-jump__item.scrolled svg path {
    stroke: #b8d7dc !important
}

.flexy-pad {
    margin: -25px
}

.flexy-pad .flexy-item {
    padding: 25px
}

@media (max-width: 840px) {
    .flexy-pad {
        margin:0px
    }

    .flexy-pad .flexy-item {
        padding: 0px
    }
}

.semi-bold {
    font-weight: 600
}

@media (max-width: 840px) {
    .ms25-mobile {
        margin:25px
    }
}

.title-large-container {
    z-index: 3
}

.title-large-container .title-xl {
    font-size: min(max(30px, 8.4375vw), 135px);
    line-height: 0.62;
    white-space: nowrap
}

@media (min-width: 1280px) {
    .title-large-container .title-xl {
        line-height:0.635
    }
}

@media (min-width: 2000px) {
    .title-large-container .title-xl {
        line-height:0.7
    }
}

.full-image {
    z-index: -1 !important
}

.contact-page input,.contact-page select,.contact-page textarea {
    background-color: #f2f1ef
}

.inline-gallery .swiper-slide a,.inline-gallery .swiper-slide img {
    height: 280px;
    width: 100%;
    object-fit: cover
}

@media (max-width: 1280px) {
    .inline-gallery .swiper-slide a,.inline-gallery .swiper-slide img {
        height:unset;
        width: 100%;
        object-fit: unset
    }
}

.in-page-jump__menu {
    color: white !important
}

.in-page-jump__menu svg path {
    stroke: white !important
}

.d-inline {
    display: inline
}

.padding-none {
    padding: 0px
}

.italic {
    font-style: italic
}

.button-hover {
    transition: all 0.4s ease;
    cursor: pointer
}

.button-hover:hover {
    transform: translateY(-5px)
}

.title-quote a {
    color: #b8d7dc
}

.overflow-hide {
    overflow: hidden
}

.d-none-open-desktop {
    display: block !important
}

.open .d-none-open-desktop {
    display: none !important
}

.d-none-open {
    display: block !important
}

.open .d-none-open {
    display: none !important
}

@media (max-width: 1024px) {
    .open .d-none-open {
        display:block !important
    }
}

.d-none-closed {
    display: none !important
}

.open .d-none-closed {
    display: block !important
}

@media (max-width: 1024px) {
    .open .d-none-closed {
        display:none !important
    }
}

.menu-no-style {
    font-family: "poppins" !important;
    font-size: 16px !important
}

.vimeo-video-style {
    z-index: 10;
    position: relative;
    height: 80%;
    width: 100%
}

.translate-15 {
    transform: translateY(15px)
}

.d-block {
    display: block
}

.title-nav {
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .title-nav {
        text-transform:capitalize
    }
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bg-light-color a {
    color: #003a45
}

.bg-light-color a:hover {
    color: #02687c !important
}

@media all and (max-width: 1025px) and (min-width:840px) {
    .mw-tablet {
        display:block !important;
        margin-left: 0 !important
    }
}

@media all and (max-width: 1025px) and (min-width:840px) {
    .mw-button {
        margin-bottom:50px
    }
}

.mega-menu hr {
    display: none
}

@media (max-width: 1024px) {
    .mega-menu hr {
        display:block
    }

    .mega-menu .container,.main-menu {
        padding-left: 25px;
        padding-right: 25px
    }

    .open .header .top-menu-menu li a {
        font-size: 22px !important
    }

    .open .header .main-menu li.active a,.mega-menu .main-menu.medspa ul li.active:first-of-type a {
        color: #005f71 !important
    }

    .main-menu ul li a {
        line-height: 2 !important
    }

    .has-mega-matrix .menu-selectors ul.menu-back li a::after {
        transform: rotate(45deg) scale(0.8) !important
    }

    .mega-menu .main-menu .flexy ul {
        margin-left: 0
    }

    .mega-menu .main-menu .flexy {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mega-menu .flexy-item {
        margin: 0 !important
    }

    .mega-menu .main-menu li {
        line-height: 2
    }

    .mega-menu .main-menu li.nav-title,.mega-menu .main-menu.medspa ul li:first-of-type a {
        padding: 0px !important;
        color: #6c7375 !important
    }

    .mega-menu .main-menu ul li:first-of-type a {
        color: #6c7375 !important
    }

    .mega-menu .main-menu li a::after {
        border-color: #6c7375 !important
    }
}

@media (max-width: 840px) {
    h2:last-child {
        margin-bottom:2px
    }
}

a.media {
    display: initial
}

@media (max-width: 840px) {
    .mb15-tablet {
        margin-bottom:15px !important
    }
}

.flexy-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1280px) {
    .flexy-between {
        display:block
    }

    .flexy-between .button {
        margin-bottom: 25px
    }
}

.p50 {
    padding: 50px
}

@media (max-width: 840px) {
    .p50 {
        padding:25px
    }
}

@media (max-width: 1280px) {
    .inline-schedule-consult .flexy {
        display:block !important;
        margin-left: auto;
        margin-right: auto
    }

    .inline-schedule-consult .flexy .flexy-item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 840px) {
    .inline-schedule-consult .flexy .flexy-item {
        padding-left:0px !important;
        padding-right: 0px !important
    }
}

a.app-lite-pfi-launch-wrapper {
    bottom: 25px !important;
    right: 25px !important
}

.financing-icon {
    max-height: 200px
}

@media (max-width: 480px) {
    .mt25-mobile {
        margin-top:25px
    }
}

@media (max-width: 1024px) {
    .mobile-cta {
        display:flex
    }
}

@media (max-width: 480px) {
    .text-center-mobile {
        text-align:center
    }

    .ps25-mobile {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 840px) {
    .bg-no-fade-mobile::before {
        background-image:none;
        background-color: rgba(255, 255, 255, 0.7)
    }
}

@media (max-width: 480px) {
    .p-mobile-250 {
        padding-top:250px !important
    }
}

.gift-card-builder #gift-card-img-container .artwork-arrow.next {
    right: -30% !important
}

body.specials .masthead::after {
    background-position: bottom
}

.mw-provider {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px
}

@media (max-width: 1280px) {
    .mw-provider {
        max-width:600px
    }
}

@media (max-width: 840px) {
    .mw-provider {
        max-width:unset
    }
}

@media (max-width: 840px) {
    .provider-spacer {
        display:none !important
    }
}

.coolsculpting .highlight-color {
    color: #1e2f5e !important
}

.coolsculpting .accent-color {
    color: #00b5ef !important
}

.coolsculpting .alt-color {
    color: #0072bc !important
}

.bg-accent {
    background-color: #00b5ef !important
}

.bg-accent .title-sm,.bg-accent .title-md {
    font-family: "poppins" !important
}

.coolsculpting section:not(.header):not(.footer):not(.masthead) span > a:not(.button) {
    color: #0072bc !important
}

.coolsculpting .dark-color {
    color: #6c7375 !important
}

.coolsculpting .specials-bar,.coolsculpting .in-page-jump__container {
    background-color: #1e2f5e !important
}

.coolsculpting .in-page-jump__container .in-page-jump__item.scrolled {
    color: #00b5ef !important
}

.coolsculpting .button {
    background: #0072bc !important
}

.inline-gallery .inline-gallery-controls .inline-gallery-next,.inline-gallery .inline-gallery-controls .inline-gallery-prev {
    background-color: #005f71 !important
}

.coolsculpting .blurred::after {
    background: rgba(0, 114, 188, 0.9) !important
}

.coolsculpting-link {
    position: relative;
    font-weight: bold;
    color: #0072bc
}

.coolsculpting-link::after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/assets/img/coolscultping-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -10px;
    margin-left: 3px
}

.coolsculpting-link i {
    color: #00b5ef;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px
}

.cs-elite {
    display: inline-block
}

.cs-elite-highlight {
    display: inline-block;
    margin-left: 20px
}

span.small {
    font-size: 50%
}

@media (max-width: 840px) {
    .mb0-tablet {
        margin-bottom:0px
    }
}

.static-cta__search {
    margin-right: 15px
}

@media (max-width: 840px) {
    .static-cta__search {
        display:none
    }
}

.static-cta__search_mobile {
    display: none;
    margin-bottom: 10px
}

@media (max-width: 840px) {
    .static-cta__search_mobile {
        display:block
    }
}

.static-cta__search form,.static-cta__search_mobile form {
    transition: opacity 0.4s ease;
    position: relative
}

.static-cta__search form input,.static-cta__search_mobile form input {
    height: 40px;
    border-radius: 100px !important;
    padding-left: 40px;
    border: 1px solid #005f71
}

.static-cta__search form::before,.static-cta__search_mobile::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23005f71' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9
}

.open .static-cta__search form,.open .static-cta__search_mobile form {
    opacity: 1
}

.skincare .title-md {
    line-height: 1
}

.skincare .title-segatha {
    font-family: "segatha";
    font-size: 100px;
    line-height: 1.12
}

.bg-beige {
    background-color: #e5d4c8
}

.bg-beige-75 {
    position: relative;
    background-color: #f1edeb;
    max-width: calc(100% - 100px);
    left: 50px
}

@media (max-width: 840px) {
    .bg-beige-75 {
        max-width:calc(100% - 50px);
        left: 25px
    }
}

.body-huge {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 1.2px
}

.button-beige {
    background: #e5d4c8;
    color: #000
}

.button-beige:hover {
    color: #000
}

.fw300 {
    font-weight: 300
}

@media (max-width: 480px) {
    .mobile-text-left {
        text-align:left !important
    }
}

a.link-nounderline::after {
    background: none !important
}

.card-product {
    box-shadow: none;
    border: 1px solid #6c7375
}

.card-product .button {
    box-shadow: none
}

.icon {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.icon img {
    width: 100%;
    width: 80px;
    height: 70px;
    object-fit: contain
}

.icon img + img {
    margin-left: 10px
}

.bgap100 {
    gap: 100px
}

@media (max-width: 840px) {
    .bgap100 {
        gap:50px
    }
}

.button-reversed {
    background-color: white;
    border: 1px solid #005f71;
    color: #005f71;
    transition: background 0.4s ease, transform 0.4s ease
}

.button-reversed img {
    transition: filter 0.4s ease
}

.button-reversed:hover {
    background-color: #005f71
}

.button-reversed:hover img {
    filter: invert(1)
}

@media (max-width: 840px) {
    #apexchat_prechat_invitation_wrapper {
        bottom:50px !important
    }
}

.has-mega-matrix .menu-selectors.active ul li.height-unset {
    max-height: unset !important
}

.banner-button {
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px;
    transform: translateY(0);
    transition: all 0.4s ease;
    display: block
}

@media (max-width: 1024px) {
    .banner-button {
        display:none !important
    }
}

.banner-button img {
    border-radius: 12px;
    margin-bottom: 10px
}

.banner-button:hover {
    transform: translateY(-3px)
}

.banner-button::after {
    content: unset !important
}

.banner-button.banner-button-mobile {
    display: none
}

@media (max-width: 1024px) {
    .banner-button.banner-button-mobile {
        max-width:700px;
        margin: auto;
        display: block !important
    }
}

.masthead2 {
    height: 60vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 0
}

@media (min-width: 1800px) {
    .masthead2 {
        height:80vh
    }
}

@media (max-width: 840px) {
    .masthead2 {
        height:calc(100vh - 800px) !important
    }
}

.masthead2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1
}

.masthead2.less-overlay::before {
    opacity: 0.5
}

.masthead2::after {
    background-position: top center
}

.masthead2.no-overlay::before {
    background: none
}

.masthead2 .container {
    margin: 0;
    z-index: 2
}

@media (max-width: 2000px) {
    .masthead2 {
        min-height:600px
    }
}

@media (max-width: 840px) {
    .masthead2 {
        min-height:auto
    }
}

body.home .masthead2 {
    height: 100vh;
    justify-content: flex-end
}

@media (max-width: 2000px) {
    body.home .masthead2 {
        max-height:900px
    }
}

@media only screen and (min-width: 1700px) {
    body.home .masthead2 {
        max-height:1100px
    }
}

@media screen and (max-height: 900px) {
    body.home .masthead2 .title-lg {
        font-size:min(max(40px, 3.75vw), 60px)
    }

    body.home .masthead2 .title-md {
        font-size: min(max(40px, 3.75vw), 60px)
    }

    body.home .masthead2 .title-script-lg,body.home .masthead2 .title-script-md {
        font-size: min(max(40px, 6.25vw), 100px);
        line-height: 0.7
    }
}

@media (max-width: 840px) {
    body.home .masthead2 {
        max-height:650px;
        height: 80vh
    }

    body.home .masthead2 h2 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    body.home .masthead2 .mb50 {
        margin-bottom: 25px !important
    }
}

body.home .masthead2 .masthead__text {
    max-width: 100%
}

body.home .masthead2 .masthead__text .subhead {
    font-family: "poppins";
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase
}

@media (max-width: 480px) {
    body.home .masthead2 .masthead__text .subhead {
        font-size:18px
    }
}

.masthead2 .masthead__text {
    max-width: 60%
}

@media (max-width: 1024px) {
    .masthead2 .masthead__text {
        max-width:85%
    }
}

@media (max-width: 840px) {
    .masthead2 .masthead__text {
        max-width:100%
    }
}

.masthead2 .masthead__image {
    background-image: none;
    transform-origin: bottom left;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center center
}

.masthead2 .masthead__image img {
    max-width: unset;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    left: 50%;
    opacity: 0.001;
    -webkit-transition-property: opacity, -webkit-transform, filter;
    -webkit-transition-duration: 1.5s, 10s, 3s;
    -webkit-transform-transition-delay: 0s, 0s, 1.5s;
    -webkit-transform-origin: top right;
    -moz-transition-property: opacity, -moz-transform, filter;
    -moz-transition-duration: 1.5s, 10s, 3s;
    -moz-transition-transition-delay: 0s, 0s, 1.5s;
    -moz-transform-origin: top right;
    -ms-transition-property: opacity, -ms-transform, filter;
    -ms-transition-duration: 1.5s, 10s, 3s;
    -ms-transition-transition-delay: 0s, 0s, 1.5s;
    -ms-transform-origin: top right;
    -o-transition-property: opacity, -o-transform, filter;
    -o-transition-duration: 1.5s, 10s, 3s;
    -o-transition-transition-delay: 0s, 0s, 1.5s;
    -o-transform-origin: top right;
    transition-property: opacity, transform, filter;
    transition-duration: 1.5s, 10s, 3s;
    transition-delay: 0s, 0s, 1.5s;
    transform-origin: top right
}

@media screen and (max-width: 480px) {
    .masthead2 .masthead__image img {
        max-height:100%;
        max-width: none;
        left: 0
    }
}

.masthead2 .masthead__image img:nth-child(1) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: top right
}

@media (max-width: 840px) {
    .masthead2 .masthead__image img:nth-child(1) {
        object-position:right
    }
}

.masthead2 .masthead__image img:nth-child(2) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    object-position: 82% 50%
}

@media (max-width: 480px) {
    .masthead2 .masthead__image img:nth-child(2) {
        left:-10%
    }
}

.masthead2 .masthead__image img:nth-child(3) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: top right
}

@media (max-width: 840px) {
    .masthead2 .masthead__image img:nth-child(3) {
        object-position:right
    }
}

.masthead2 .masthead__image img:nth-child(4) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right
}

@media (max-width: 840px) {
    .masthead2 .masthead__image img:nth-child(4) {
        object-position:right
    }
}

.masthead2 .masthead__image img:nth-child(5) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right
}

@media (max-width: 840px) {
    .masthead2 .masthead__image img:nth-child(5) {
        object-position:right
    }
}

.masthead2 .masthead__image img.fx {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.masthead2 .masthead__image img.fx:first-child + img ~ img {
    z-index: -1
}

.masthead2 .masthead__text span {
    line-height: 1;
    font-weight: 400;
    font-size: min(max(20px, 1.875vw), 30px)
}

@media (max-width: 840px) {
    .masthead2 .masthead__text .button {
        font-size:12px
    }
}

.banner {
    height: 50px;
    background: #005f71;
    position: fixed;
    top: 0;
    width: 100%;
    transition: opacity;
    z-index: 51;
    opacity: 1;
    display: flex;
    align-items: center
}

.scrolled .banner {
    opacity: 0.01;
    pointer-events: none;
    background: none
}

.scrolled .banner .bannerSwiper {
    opacity: 0.01
}

.banner a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase
}

@media (max-width: 840px) {
    .banner a {
        font-size:14px
    }
}

@media (max-width: 480px) {
    .banner a {
        font-size:12px
    }
}

.bannerSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bannerSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.number-cards .number-card {
    font-size: 70px;
    font-family: "butler";
    line-height: 1;
    font-weight: 300
}

.number-cards .blue-card {
    padding: 35px 20px 25px
}

.mobile-contact-menu {
    border-bottom: 1px solid #6c7375;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none
}

@media (max-width: 1024px) {
    .mobile-contact-menu {
        display:block
    }
}

.mobile-contact-menu li {
    max-height: none !important
}

.mobile-contact-menu a {
    font-size: 22px !important
}

.mobile-contact-menu a::after {
    content: none !important
}

.flexy-buttons {
    display: flex;
    justify-content: center;
    gap: 50px
}

@media (max-width: 1024px) {
    .flexy-buttons {
        flex-direction:column;
        align-items: center;
        gap: 25px
    }
}

.pink {
    color: #e90088
}

.magazine-container {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

@media (max-width: 840px) {
    .magazine-container {
        grid-template-columns:repeat(2, 1fr)
    }
}

.magazine-container .magazine-logos {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center
}

.magazine-container .magazine-logos img {
    max-width: 55%;
    align-self: center
}

@media (max-width: 840px) {
    .magazine-container .magazine-item:nth-child(3) {
        grid-column-end:-1;
        grid-row-start: 2
    }
}

@media (max-width: 840px) {
    .magazine-container .magazine-item:nth-child(7) {
        grid-column-end:-1;
        grid-row-start: 4
    }
}

@media (max-width: 1024px) {
    .social-feat .flexy .flexy-item p {
        text-align:center
    }

    .social-feat .flexy .flexy-item h3 {
        margin-left: auto;
        margin-right: auto
    }
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.video-container img {
    width: 100%
}

.video-container.is-1-by-2 {
    padding-bottom: 42.15%
}

.video-container iframe,.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container.youtube-container {
    overflow: hidden
}

.video-container.youtube-container img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-container.youtube-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/assets/img/_defaults/youtube-play-button.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.video-container.youtube-container.loaded img {
    display: none
}

.video-container.youtube-container.loaded::after {
    content: none
}

.bullet {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.bullet-title {
    display: inline-block
}

.social-media-list {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: center;
    gap: 30px;
    margin-left: 0px
}

.social-media-list .social-media-item {
    list-style-type: none
}

.social-media-list .social-media-item a:after {
    display: none
}

.ig-social {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ig-social a img {
    max-height: min(max(70px, 12.5vw), 200px)
}

.ig-social span {
    font-family: "poppins" !important
}

.inline-schedule-consult .flexy .flexy-item:first-of-type p {
    line-height: 2
}

.inline-schedule-consult .input-wrap span .tel-link {
    color: #fff !important;
    font-size: min(max(24px, 2vw), 32px)
}

.newsletter input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background-color: #fff;
    margin-right: 9px;
    top: 3px;
    position: relative
}

.newsletter input[type="checkbox"] {
    display: none
}

.newsletter input[type="checkbox"]:checked + label::before {
    background-color: #b8d7dc
}

@media (max-width: 1024px) {
    .newsletter button[type="submit"] {
        width:100%
    }
}

.footer .flexy .flexy-item p {
    font-size: 18px;
    line-height: 1.6
}

.footer .flexy .flexy-item p .tel-link {
    font-size: 22px;
    font-family: "poppins";
    line-height: 1.5;
    letter-spacing: 0.2em
}

.footer .flexy {
    justify-content: space-between
}

@media (max-width: 1280px) {
    .footer .flexy {
        display:flex !important;
        flex-direction: column
    }

    .footer .flexy .flexy-item:first-of-type {
        order: 2
    }

    .footer .flexy .flexy-item:nth-of-type(2) {
        order: 1
    }

    .footer .flexy .flexy-item:nth-of-type(3) {
        order: 3
    }
}

@media (max-width: 1280px) {
    .footer .flexy {
        display:block !important
    }
}

@media (max-width: 1280px) {
    .footer .flexy .flexy-item {
        margin-bottom:25px
    }
}

.footer .footer-bottom {
    background-color: #ebf1f3
}

.footer .footer-bottom p {
    font-family: "poppins";
    font-weight: 400;
    font-size: 13px;
    line-height: 1.54
}

.footer .footer-logo {
    min-width: 500px
}

@media (max-width: 1280px) {
    .footer .footer-logo {
        min-width:unset
    }
}

.ratingstars div {
    padding-top: 0px !important
}

.ratingstars .ratings-number {
    font-size: 95px !important;
    font-family: "butler";
    line-height: 1;
    letter-spacing: 0.03em;
    margin-right: 15px;
    color: #004a58
}

@media (max-width: 1024px) {
    .ratingstars .ratings-number {
        font-size:60px
    }
}

.ratingstars div {
    padding-top: 15px
}

.ratingstars .ratings-stars {
    align-items: flex-end;
    filter: brightness(0) invert(21%) sepia(28%) saturate(1847%) hue-rotate(147deg) brightness(103%) contrast(102%)
}

.ratings,.ratingstars {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap
}

.ratings .ratings-stars,.ratingstars .ratings-stars {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.ratings img,.ratingstars img {
    padding-bottom: 5px
}

.ratings img:last-of-type,.ratingstars img:last-of-type {
    padding-right: 0.5em
}

.ratingstars .ratings-stars img {
    height: 24px
}

.ratingstars .ratings-stars img + img {
    margin-left: 4px
}

.ratingstars .ratings-text {
    font-size: 14px
}

.form.newsletter input[type="text"],.form.newsletter input[type="email"],.form.newsletter input[type="tel"],.form.newsletter input[type="time"],.form.newsletter input[type="date"],.form.newsletter input[type="number"],.form.newsletter select,.form.newsletter textarea {
    background: #e0e1e2
}

.inline-schedule-consult-wrapper::after {
    background-position: 43%
}

@media (max-width: 840px) {
    .reveal-blur {
        font-size:12px
    }
}

.accordion__answer ul {
    padding-left: 2em
}

.intro-swiper .swiper-container {
    overflow: visible
}

.intro-swiper .flexy .flexy-item.flexy-image img {
    height: calc(100% - 50px)
}

@media (max-width: 1024px) {
    .intro-swiper .flexy .flexy-item.flexy-image img {
        height:calc(100% - 75px)
    }
}

.intro-swiper .swiper-pagination-bullets {
    position: absolute;
    bottom: 0;
    margin-bottom: 0
}

.intro-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #b8d7dc !important
}

.intro-swiper .intro-offers {
    z-index: 1
}

@media (max-width: 1024px) {
    .intro-swiper .intro-offers {
        position:relative
    }
}

.intro-swiper .intro-offers .swiper-prev-button {
    display: none;
    background: transparent;
    border: 1px solid #4d657a;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px
}

@media (max-width: 840px) {
    .intro-swiper .intro-offers .swiper-prev-button {
        display:flex
    }
}

.intro-swiper .intro-offers .swiper-prev-button img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(18%) saturate(3470%) hue-rotate(151deg) brightness(97%) contrast(102%)
}

.intro-swiper .intro-offers .swiper-next-button {
    background: transparent;
    border: 1px solid #4d657a;
    position: absolute;
    right: -75px;
    top: 50%
}

@media (max-width: 1024px) {
    .intro-swiper .intro-offers .swiper-next-button {
        top:auto;
        bottom: 0px;
        right: 0px
    }
}

.intro-swiper .intro-offers .swiper-next-button img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(18%) saturate(3470%) hue-rotate(151deg) brightness(97%) contrast(102%)
}

.highlighted-nav-item {
    margin-top: -16px;
    background: #b8d7dc;
    margin-bottom: 10px;
    padding: 25px;
    z-index: -1
}

@media (max-width: 1024px) {
    .highlighted-nav-item {
        display:none
    }
}

.highlighted-nav-item .title-nav-large {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    font-family: "butler";
    color: #005f71
}

.highlighted-nav-item .title-nav-large:hover {
    color: #005f71
}

@media (min-width: 1024px) {
    .mw500-desktop {
        max-width:500px;
        margin-left: auto;
        margin-right: auto
    }
}

.obj-70 {
    object-position: 70%
}

@media (max-width: 1024px) {
    .obj-70 {
        object-position:top
    }
}

.no-after::after {
    display: none
}

.image-overlay {
    transform: translate(0%, 575%);
    z-index: 9;
    right: 50%;
    left: 50%;
    position: absolute
}

@media (max-width: 840px) {
    .image-overlay {
        transform:translate(0%, 825%);
        left: 2%;
        right: 29%
    }
}

.areasBorder {
    margin-bottom: 20px;
    border: 1px solid grey;
    padding: 10px;
    border-radius: 50px;
    max-width: fit-content
}

@media (max-width: 840px) {
    .areasBorder {
        max-width:100%
    }
}

.masthead-newbeauty-logo {
    max-width: 100px
}

@media (max-width: 840px) {
    .masthead-newbeauty-logo {
        max-width:75px
    }
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 250px
}

@media (max-width: 1024px) {
    .video-grid {
        margin-bottom:100px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width: 840px) {
    .video-grid {
        grid-template-columns:repeat(1, 1fr)
    }
}

.bg-flex-1 {
    background-image: url(/assets/img/bg/bg-room.jpg);
    background-position: 60%
}

.bg-flex-1::before {
    content: "";
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0.75), rgba(28, 28, 28, 0.75));
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0
}

.bg-flex-2 {
    background-image: url(/assets/img/bg/bg-office-02.jpg);
    background-position: 60%
}

.bg-flex-2::before {
    content: "";
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0.75), rgba(28, 28, 28, 0.75));
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0
}

.white-cap {
    padding: 15px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    margin-bottom: 35px
}

.skincare.products .masthead::before {
    background: rgba(255, 255, 255, 0.4)
}

.skincare.products .masthead .masthead__text {
    text-align: center;
    max-width: 100%
}

.skincare.products .masthead .masthead__text h1,.skincare.products .masthead .masthead__text span {
    color: #000 !important;
    font-weight: 400
}

.skincare.products .masthead .masthead__text .intro {
    font-size: min(max(18px, 2.8125vw), 45px)
}

.skincare.products .skincare-experts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.skincare.products .skincare-experts-wrapper .skincare-expert-item {
    flex: 1
}

@media (max-width: 1024px) {
    .skincare.products .skincare-experts-wrapper .skincare-expert-item {
        flex:28%;
        margin-bottom: 50px
    }
}

.skincare.products .skincare-experts-wrapper .skincare-expert-item .skincare-expert-img-wrapper {
    margin-bottom: 15px
}

.skincare.products .skincare-experts-wrapper .skincare-expert-item .skincare-expert-text {
    text-align: center
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.book-button {
    padding: 10px 20px;
    background: #005f71
}

.full-menu__search {
    padding: 0 40px;
    position: relative
}

.full-menu__search input {
    border-radius: 500px;
    overflow: hidden;
    width: 100%;
    border: none;
    background-color: #363638;
    color: white;
    font-size: 25px;
    font-weight: 200;
    padding: 35px;
    background-image: url(/assets/img/icon-search.svg);
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: 20px center
}

.full-menu__search input::placeholder {
    color: white
}

.full-menu__search .full-menu__search-results {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    background: #363638;
    width: calc(100% - 80px);
    padding: 35px;
    padding-left: 70px;
    border-radius: 40px;
    z-index: -1
}

.full-menu__search .full-menu__search-results a {
    color: white;
    font-size: 20px
}

.full-menu__search .full-menu__search-results a:last-of-type {
    margin-bottom: 40px
}

.full-menu__search .full-menu__search-results a:hover {
    color: #005f71
}

.modal.search,.modal-search.search {
    z-index: 9999999999
}

.modal .modal-content-search,.modal-search .modal-content-search {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 50%;
    max-width: 1200px
}

.navbar-link-search {
    color: white;
    margin-right: 0;
    align-items: center;
    cursor: pointer
}

.navbar-link-search img {
    margin-left: 0.5em
}

.top-banner {
    background-color: #005f71;
    padding: 10px
}

@media (max-width: 840px) {
    .top-banner {
        padding:10px;
        font-size: 14px
    }
}

.top-banner a {
    color: white;
    transition: transform 0.8s ease;
    font-weight: 400
}

.top-banner a .button {
    padding: 10px 15px;
    font-size: min(max(14px, 1.125vw), 18px)
}

@media (max-width: 840px) {
    .top-banner a .button {
        padding:5px 10px
    }
}

.top-banner:hover a {
    -webkit-filter: drop-shadow(0 0 10px #abc7da);
    filter: drop-shadow(0 0 10px #abc7da);
    transform: translateY(-4px)
}

.font-bold-new{ font-weight:bold; }
.font-uppercase-new{ text-transform:uppercase; }

.banner-new-map-links a{ text-transform: uppercase; text-decoration:underline; margin-top: 10px; }
.button-holder{	
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 25px;
}
.button-holder a{
	padding: 20px;
	min-width: 390px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: rgba(0, 95, 113, 1);
}
.button-holder a img{ display:block; position:relative; top:-2px; }
.masthead .masthead__text .button-holder a span{ font-size: 18px !important; }

.button-holder a:hover span,
.button-holder a:hover img {
    transform: translateY(-4px);
}

.new-logo-section{
	border-top:1px solid rgba(194, 193, 190, 1);
	border-bottom:1px solid rgba(194, 193, 190, 1);
}
.new-logo-section .new-logo-wrap{
	display: flex;
    align-items: center;
    padding: 25px;
    gap: 15px;
    justify-content: space-around;
}
.new-logo-wrap img{ max-height: 78px; }



@media (max-width: 1280px) {
	.new-logo-section .new-logo-wrap{ flex-wrap: wrap; gap: 20px; }
}


.custom-wrapper-full-width{
    display:flex;
    gap: 22px;
}
.custom-wrapper-full-width a{
    position:relative;
    width: 25%;
	box-shadow: 0px 10.01px 50.05px rgba(102, 102, 102, 0.1);
}
.custom-wrapper-full-width a img{ display: block; width: 100%; }
.custom-wrapper-full-width .text{
    position:absolute;
    bottom:0;
    text-align:center;
    width:100%;
    left:0;
    padding: 50px 35px;
    z-index:3;
}
.custom-wrapper-full-width .overlay-fade{
    width:100%;
    height:100%;
    z-index:2;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(179deg,rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.overlapping-image-section-1 .accordion .accordion__item{
    border-bottom: 1px solid rgba(194, 193, 190, 1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.accordion .accordion__item .accordion__question::after{
	content:"";
	background: none;
	width: 17px;
	height: 2px;
	background: #000;
	transform: none !important;
	top: 17px;
}
.accordion .accordion__item .accordion__question::before{
	content:"";
	position: absolute;
	width: 17px;
	height: 2px;
	background: #000;
	top: 17px;
	right: 0;
	transform: rotate(90deg);
}
.accordion .accordion__item.open .accordion__question::before{ display:none;}

.overlapping-image-section-1 .content-block{ padding-top: 100px; }
.overlapping-image-section-1 .image-1{
    float: right;
	box-shadow: 0px 10.01px 50.05px rgba(102, 102, 102, 0.1);
}
.overlapping-image-section-1 .image-2{
    margin-left: -100px;
    margin-top: -185px;
	box-shadow: 0px 10.01px 50.05px rgba(102, 102, 102, 0.1);
}

.content-custom-menu-links{
	border-top:1px solid rgba(194, 193, 190, 1);
	border-bottom:1px solid rgba(194, 193, 190, 1);
	padding-left:22px;
	padding-top:22px;
	padding-bottom:22px;
}
.content-custom-menu-links ul{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.content-custom-menu-links ul li a{ text-decoration:none; }
.content-custom-menu-links ul li a:after{ display:none; }
.content-custom-menu-links ul li a:hover{ font-weight:bold; color:rgba(0, 95, 113, 1); }

.flexy .flexy-item.new-flexy-image{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.border-box-content{
	border:1px solid rgba(108, 115, 117, 0.5);
	padding:25px;
}

#tabsetup-the-doctors .hidden{ display:none; }

#tabsetup-the-doctors{ clear:both; }

.the-doctor-tabs{
    border-top:1px solid rgba(194, 193, 190, 1);
    border-bottom:1px solid rgba(194, 193, 190, 1);
    background:rgba(231, 230, 226, 0.5);
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.the-doctor-tabs a{
    font-family: "butler";
    font-size: 31px;
    line-height: 1.4;
    font-weight: 300;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
}
.the-doctor-tabs a.active{
    background:rgba(255, 255, 255, 0.5);
    border-right: rgba(194, 193, 190, 1) 1px solid;
}
.the-new-before-and-after h2{
    font-family: "butler";
    font-size: 15vw;
    line-height: 1;
    font-weight: 300;
}

.the-new-before-and-after{
	background:rgba(231, 245, 253, 1);
	padding: 245px 0 350px;
	position: relative;
}

.before-and-after-block.block-1{
    top: -134px;
    left: 215px;
}

.before-and-after-block.block-2{
    top: 15px;
    right: 115px;
}

.before-and-after-block.block-3{
    right: 115px;
    bottom: 125px;
}

.before-and-after-block.block-4{
    bottom: -195px;
    left: 50%;
    transform: translateX(-50%);
}

.before-and-after-block.block-5{
    bottom: 210px;
    left: 100px;
}

.before-and-after-block{
    position:absolute;
}
.before-and-after-block .overlay-fade{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  /* box-shadow: 0px 45px 68.7px 0px rgba(0, 0, 0, 0.15); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.before-and-after-block a .text{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width:100%;
    height:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index:3;
    color:#fff;
    font-family:'butler';
    font-size:32px;
}
.before-and-after-block a .text .icon-block{
    margin-top:3px;
}


@media (max-width: 1480px) {
    .before-and-after-block{
        position:relative;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        transform: none !important;
        max-width: calc(50% - 10px);
        margin-bottom: 30px;
    }
	
	.wrap-before-and-after{
		display:flex;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 50px;
	}
	
}
@media (max-width: 840px) {
    .the-new-before-and-after{
        padding: 50px 0;
    }
}


.the-custom-testimonials-block .custom-wrapper{
    display:flex;
    flex-direction: row-reverse;
	background:rgba(233, 246, 245, 1);
}
.the-custom-testimonials-block .custom-wrapper .image-block{ width:50%; }
.the-custom-testimonials-block .custom-wrapper .image-block img{
    object-fit:cover;
    width:100%;
    height:100%;
    max-width: 100%;
}
.the-custom-testimonials-block .custom-wrapper .testimonials{
    width:50%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    align-items: center;
}

.the-custom-testimonials-block .testimonial-container {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.the-custom-testimonials-block .swiper {
  padding: 20px;
  overflow:hidden;
}

.the-custom-testimonials-block .testimonial-slide {
  border-radius: 8px;
  padding: 0;
  position: relative;
}

.the-custom-testimonials-block .stars {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  color: #6b8e8e;
  font-size: 20px;
}

.the-custom-testimonials-block .testimonial-text {
  font-size: 24px;
  line-height: 1.6;
  color: #5a7272;
  margin-bottom: 30px;
  font-weight: 300;
}

.the-custom-testimonials-block .testimonial-author {
  font-size: 16px;
  color: #4a86a8;
  font-style: italic;
}

.the-custom-testimonials-block .swiper-pagination {
  position: relative;
  margin-top: 10px;
  text-align: left;
}

.the-custom-testimonials-block .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #7a9999;
  opacity: 0.5;
}

.the-custom-testimonials-block .swiper-pagination-bullet-active {
  opacity: 1;
  background: #5a7272;
}

.the-custom-testimonials-block .swiper-button-next,
.the-custom-testimonials-block .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #9eb8b8;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-custom-testimonials-block .swiper-button-prev {
  right: 60px;
  left: auto;
    bottom: 0;
    top: auto;
}

.the-custom-testimonials-block .swiper-button-next {
  right: 10px;
    bottom: 0;
    top: auto;
}
.the-custom-testimonials-block .swiper-button-next svg{ transform:rotate(-180deg); }

.the-custom-testimonials-block .swiper-button-next::after,
.the-custom-testimonials-block .swiper-button-prev::after {
  font-size: 16px;
  color: #5a7272;
  font-weight: bold;
}


.flexy2{
	display:flex;
	gap: 30px;
    align-items: center;
}
.flexy2 .book a{ width: 210px; }

.custom-image-block-2 .flexy .flexy-item.flexy-image img{ margin-left: -100px; }

.custom-image-block-2 .flexy .flexy-item.flexy-image img.custom-image-1{
		
    width: auto;
    height: auto;
    margin: 0;
    left: auto;
    right: 0;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
.custom-flex-skin-care{ display:flex; }
.custom-flex-skin-care .flex-content{
	width:50%;
	padding: 100px;
}
.custom-flex-skin-care .flex-slider-block{
	width:50%;
}
.custom-flex-skin-care .feature-skincare-procedures{ margin-bottom:0; }

@media (max-width: 1440px) {
	.flexy2{ flex-wrap:wrap; } 
	.flexy2 .flex-item2{ width:100%; }
}
@media (max-width: 840px) {
	.custom-image-block-2 .flexy .flexy-item.flexy-image img{ margin-left: 0; }
    .the-custom-testimonials-block .custom-wrapper{
        flex-wrap:wrap;
    }
    .the-custom-testimonials-block .custom-wrapper .testimonials,
    .the-custom-testimonials-block .custom-wrapper .image-block{ width:100%;}
	.the-custom-testimonials-block .custom-wrapper .testimonials{ padding: 30px; }
}



.slider-container-custom {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.slider-container-custom .slider-wrapper {
  width: 100%;
}

.slider-container-custom .slider {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

.slider-container-custom .slide {
  flex: 0 0 55%; /* show 1 full + 1 partial slide */
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}
.custom-flex-skin-care .flex-slider-block{ overflow:hidden; }

.slider-container-custom .slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-container-custom .caption {
  text-align: center;
  padding: 12px;
  font-weight: bold;
  color: #003366;
}

/* Arrows */
.slider-container-custom .arrow {
  background: white;
  border: none;
  color: #003366;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
  z-index: 10;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  opacity:0.5;
}
.slider-container-custom .arrow svg{
    width: 50px;
    height: 50px;
}
.slider-container-custom .arrow:hover {
	opacity:1;
}

.slider-container-custom .arrow.left {
  position: absolute;
  left: 40px;
}

.slider-container-custom .arrow.right {
  position: absolute;
  right: 40px;
  transform: rotate(-180deg);
}


@media (max-width: 1280px) {
	.custom-flex-skin-care{ flex-wrap:wrap; }
	.custom-flex-skin-care .flex-content{ padding: 50px; width:100%; }
	.custom-flex-skin-care .flex-slider-block{ width:100%; }
}

.custom-book-now-block-wrapp h2{ width: 1000px; max-width:100%; color:#fff;  margin: 0 auto; position:relative; padding-bottom: 50px; margin-bottom:50px; }
.custom-book-now-block-wrapp h2:after{
	content:"";
	display:block;
	width: 244px;
	height:1px;
	background: #fff;
	bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -122px;
}
.custom-book-now-block-wrapp .wrap-area{
    border: 1px solid #fff;
    background: rgba(231, 230, 226, 0.25);
    padding: 100px 50px;
}
.custom-book-now-block-wrapp .button-holder,
.custom-book-now-block-wrapp .wrap-area .content{
	width: 1025px;
	max-width:100%;
	color:#fff;
	margin-left: auto;
	margin-right:auto;
}
.custom-book-now-block-wrapp .button-holder .first{ border-right:1px solid #fff; }

.the-doctor-tabs.mobile-only{ display:none; }
@media (max-width: 840px) {
	.custom-book-now-block-wrapp .button-holder .first{ border-right:0; }
	.custom-book-now-block-wrapp .wrap-area{ padding: 30px; }
	.button-holder a{ min-width:250px; }
	.button-holder-2 a{ margin-bottom:20px; }
	.before-and-after-block{ max-width:100%; }
	.the-doctor-tabs a{ font-size: 18px; padding: 10px; }
	
	.banner-new-map-links a{ display:block; margin: 15px: 0; }
	.custom-wrapper-full-width{ flex-wrap: wrap; gap: 20px; }
	.custom-wrapper-full-width a{
		width: calc(50% - 10px);
	}
	.overlapping-image-section-1 .content-block{ padding-top:20px; }
	
	.overlapping-image-section-1 .custom-wrapper-flex{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 40px;
	}
	.before-and-after-block{ text-align:lead; }
	.the-doctor-tabs.mobile-only{ display:flex; }
	.flexy .flexy-item.new-flexy-image{ flex-direction: column; }
	
	.the-doctor-tabs.desktop-only{ display:none !important; }
}

.flex-slider-block a,
.image-grid-1 a{ 
    transition: transform 0.4s ease; }
	
.flex-slider-block a:hover,
.image-grid-1 a:hover{
    transform: translateY(-4px);
}

.flex-slider-block a{ display:block; }