@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@-webkit-keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    30% {
        opacity: 0;
    }

    100% {
        bottom: 0;
    }
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    30% {
        opacity: 0;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(0);
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(0);
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.am-effect-1 .am-content {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}

.am-show.am-effect-1 .am-content {
    transform: scale(1);
    opacity: 1;
}

/* Effect 2: Slide from the right */
.am-effect-2 .am-content {
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.am-show.am-effect-2 .am-content {
    transform: translateX(0);
    opacity: 1;
}

/* Effect 3: Slide from the bottom */
.am-effect-3 .am-content {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s;
}

.am-show.am-effect-3 .am-content {
    transform: translateY(0);
    opacity: 1;
}

/* Effect 4: Newspaper */
.am-effect-4 .am-content {
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.am-show.am-effect-4 ~ .am-overlay,
.am-effect-4 .am-content {
    transition: all 0.3s;
}

.am-show.am-effect-4 .am-content {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

/* Effect 5: fall */
.am-effect-5.am-modal {
    perspective: 1300px;
}

.am-effect-5 .am-content {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.am-show.am-effect-5 .am-content {
    transition: all 0.3s ease-in;
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

/* Effect 6: side fall */
.am-effect-6.am-modal {
    perspective: 1300px;
}

.am-effect-6 .am-content {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.am-show.am-effect-6 .am-content {
    transition: all 0.3s ease-in;
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}

/* Effect 7:  slide and stick to top */
.am-effect-7 {
    top: 0;
    transform: translateX(-50%);
}

    .am-effect-7 .am-content {
        transform: translateY(-200%);
        transition: all 0.3s;
        opacity: 0;
    }

.am-show.am-effect-7 .am-content {
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.am-effect-8.am-modal {
    perspective: 1300px;
}

.am-effect-8 .am-content {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all 0.3s;
    opacity: 0;
}

.am-show.am-effect-8 .am-content {
    transform: rotateY(0deg);
    opacity: 1;
}

/* Effect 9: 3D flip vertical */
.am-effect-9.am-modal {
    perspective: 1300px;
}

.am-effect-9 .am-content {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all 0.3s;
    opacity: 0;
}

.am-show.am-effect-9 .am-content {
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 10: 3D sign */
.am-effect-10.am-modal {
    perspective: 1300px;
}

.am-effect-10 .am-content {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all 0.3s;
}

.am-show.am-effect-10 .am-content {
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 11: Super scaled */
.am-effect-11 .am-content {
    transform: scale(2);
    opacity: 0;
    transition: all 0.3s;
}

.am-show.am-effect-11 .am-content {
    transform: scale(1);
    opacity: 1;
}

/* Effect 13: 3D slit */
.am-effect-12.am-modal {
    perspective: 1300px;
}

.am-effect-12 .am-content {
    transform-style: preserve-3d;
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.am-show.am-effect-12 .am-content {
    -webkit-animation: slit 0.3s forwards ease-out;
    animation: slit 0.3s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: 0.5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}
/* Effect 14:  3D Rotate from bottom */
.am-effect-13.am-modal {
    perspective: 1300px;
}

.am-effect-13 .am-content {
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.am-show.am-effect-13 .am-content {
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.am-effect-14.am-modal {
    perspective: 1300px;
}

.am-effect-14 .am-content {
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s;
}

.am-show.am-effect-14 .am-content {
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}

.am-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    z-index: 1000;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
    background: #2B2E38;
    background: rgba(43, 46, 56, 0.9);
}

    .am-overlay.fadein {
        display: block;
        -webkit-animation: fadein 0.3s ease-in;
        animation: fadein 0.3s ease-in;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .am-overlay.fadeout {
        -webkit-animation: fadeout 0.3s ease-in;
        animation: fadeout 0.3s ease-in;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        opacity: 1;
    }

html.am-modal-locked, body.am-modal-locked {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
}

.am-modal {
    position: absolute;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    bottom: -60px;
    max-width: 700px;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 70vw;
}

    .am-modal .am-content {
        color: #fff;
        /*background: #e74c3c;*/
        margin: 0 auto;
        max-width: 1100px;
        overflow: hidden;
        bottom: 70px;
        top: 0;
        left: 0;
        right: 0;
        /*border-bottom-right-radius: 5px;*/
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 40px;
    }

@media(min-width: 768px) {
    .am-modal .am-content {
        padding-right: 50px;
        padding-left: 50px;
        padding-bottom: 0;
    }
}

.am-modal .am-content .am-header {
    opacity: 0.8;
    /*background: #D54637;*/
    border-radius: 5px 5px 0 0;
    height: 60px;
    position: relative;
}

    .am-modal .am-content .am-header h3 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
    }

.am-modal .am-content .am-cross {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    height: 33px;
    width: 30px;
    cursor: pointer;
}



    .am-modal .am-content .am-cross img {
        width: 14px;
        height: 14px;
        margin: 9px 7px;
    }

@media(min-width: 768px) {
    .am-modal .am-content .am-cross {
        right: 0px;
        top: 0;
        left: auto;
        bottom: auto;
        height: 53px;
        width: 50px;
        border-radius: 27px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        transform: none;
    }

        .am-modal .am-content .am-cross img {
            width: 20px;
            height: 20px;
            margin: 16px 12px;
        }
}

.am-modal .am-content .am-inner {
    overflow-y: auto;
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    bottom: 0;
    top: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top-left-radius: 25px;
}

    .am-modal .am-content .am-inner iframe {
        display: none;
    }

    .am-modal .am-content .am-inner p {
        margin: 0;
        padding: 10px 0;
    }

.am-show {
    opacity: 1;
    visibility: visible;
}

.am-animation-done {
    overflow-y: hidden;
}

    .am-animation-done .am-content .am-inner {
        -webkit-overflow-scrolling: touch;
    }

        .am-animation-done .am-content .am-inner iframe {
            display: block;
        }

@media (min-width: 768px) {
    .am-modal {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        max-width: 1100px;
        height: 100%;
        max-height: calc(100vh - 100px);
        transform: translateX(-50%) translateY(-46%);
    }



        .am-modal .am-content {
            position: relative;
            height: auto;
            /*margin-left: 50px;*/
        }

            .am-modal .am-content .am-inner {
                position: relative;
                height: auto;
            }
}

@media (max-width: 1000px) and (orientation: landscape) {
    .am-modal {
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 0;
        height: 100vh;
        position: absolute;
        max-width: 62%;
    }

        .am-modal .am-content {
            position: static;
        }

            .am-modal .am-content .am-inner {
                position: static;
      /*          max-height: calc(100vh - 74px);*/
            }
}
/*# sourceMappingURL=anyModal.css.map */

.slide-top-enter,.slide-top-appear{transform:translateY(-100%);overflow:hidden}.slide-top-enter-active,.slide-top-appear-active{transform:translateY(0%);transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-top-enter-active,.slide-top-appear-active{transition:none}}.slide-top-exit{transform:translateY(0%)}.slide-top-exit-active{transform:translateY(-100%);transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-top-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.slide-top{transition:none}}.slide-left-enter,.slide-left-appear{transform:translateX(-100%);opacity:0;overflow:hidden}.slide-left-enter-active,.slide-left-appear-active{opacity:1;transform:translateX(0%);transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-left-enter-active,.slide-left-appear-active{transition:none}}.slide-left-exit{transform:translateX(0%);opacity:1}.slide-left-exit-active{transform:translateX(-100%);opacity:0;transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-left-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.slide-left .animation{animation:none}}.rotate-enter{transform:rotate(0deg)}.rotate-enter-active,.rotate-enter-done{transform:rotate(180deg);transition:all 300ms}@media(prefers-reduced-motion: reduce){.rotate-enter-active,.rotate-enter-done{transition:none}}.rotate-exit{transform:rotate(180deg)}.rotate-exit-active{transform:rotate(0deg);transition:all 300ms}@media(prefers-reduced-motion: reduce){.rotate-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.rotate{transition:none}}.expand-height-enter{transform:scaleY(0)}.expand-height-enter-active{transform:scaleY(1);transform-origin:top;transition:transform 300ms}@media(prefers-reduced-motion: reduce){.expand-height-enter-active{transition:none}}.expand-height-exit{transform:scaleY(1)}.expand-height-exit-active{transform:scaleY(0);transform-origin:top;transition:transform 300ms}@media(prefers-reduced-motion: reduce){.expand-height-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.expand-height{transition:none}}.fade-enter,.fade-appear{opacity:0;overflow:hidden}.fade-enter-active,.fade-appear-active{opacity:1;transition:opacity 300ms}@media(prefers-reduced-motion: reduce){.fade-enter-active,.fade-appear-active{transition:none}}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity 300ms}@media(prefers-reduced-motion: reduce){.fade-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.fade .animation{animation:none}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#0d0d0d;overflow-wrap:break-word}.h1--hero{letter-spacing:-1.24px;line-height:110px}.h1--hero{font-family:"Ubuntu",sans-serif;font-size:5.875rem;font-weight:700}@media only screen and (max-width: 699px){.h1--hero{letter-spacing:-0.75px;line-height:70px}.h1--hero{font-family:"Ubuntu",sans-serif;font-size:3.5625rem;font-weight:700}}h1,.h1{letter-spacing:-0.41px;line-height:70px}h1,.h1{font-family:"Ubuntu",sans-serif;font-size:3.625rem;font-weight:700}@media only screen and (max-width: 699px){h1,.h1{letter-spacing:-0.25px;line-height:50px}h1,.h1{font-family:"Ubuntu",sans-serif;font-size:2.25rem;font-weight:700}}h2,.h2{line-height:2.875rem}h2,.h2{font-family:"Ubuntu",sans-serif;font-size:2.25rem;font-weight:700}@media only screen and (max-width: 699px){h2,.h2{line-height:37px}h2,.h2{font-family:"Ubuntu",sans-serif;font-size:1.8125rem;font-weight:700}}h3,.h3{letter-spacing:.18px;line-height:1.875rem;padding:11px 0}h3,.h3{font-family:"Ubuntu",sans-serif;font-size:1.8125rem;font-weight:500}@media only screen and (max-width: 699px){h3,.h3{letter-spacing:.14px;line-height:30px}h3,.h3{font-family:"Ubuntu",sans-serif;font-size:1.375rem;font-weight:500}}h4,.h4{line-height:1.8125rem}h4,.h4{font-family:"Ubuntu",sans-serif;font-size:1.375rem;font-weight:500}@media only screen and (max-width: 699px){h4,.h4{line-height:26px}h4,.h4{font-family:"Ubuntu",sans-serif;font-size:1.25rem;font-weight:500}}h5,.h5,legend{letter-spacing:.15px;line-height:1.5rem}h5,.h5,legend{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:700}@media only screen and (max-width: 699px){h5,.h5,legend{font-size:1.125rem}}h6,.h6{letter-spacing:.15px;line-height:1.5rem}h6,.h6{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:700}@media only screen and (max-width: 699px){h6,.h6{font-size:1.125rem}}p,.p,small,.small,.span,.a,table{line-height:1.5rem;margin-bottom:12px}p,.p,small,.small,.span,.a,table{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:400}div .preamble table a,div .preamble table p{line-height:1.5rem;margin-bottom:12px}div .preamble table a,div .preamble table p{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:400}ul.preamble,p.preamble,div.preamble,.preamble p,form.EPiServerForms .Form__Description,.preamble a{line-height:1.875rem}ul.preamble,p.preamble,div.preamble,.preamble p,form.EPiServerForms .Form__Description,.preamble a{font-family:"Ubuntu",sans-serif;font-size:1.125rem;font-weight:400}@media only screen and (max-width: 699px){ul.preamble,p.preamble,div.preamble,.preamble p,form.EPiServerForms .Form__Description,.preamble a{font-size:1.0625rem;line-height:25px}}.preamble a{text-decoration:underline}ul.preamble{margin:0;padding-left:1rem;list-style:none}li{margin-bottom:24px}a{text-decoration:none;margin-bottom:0;transition:all 300ms}@media(prefers-reduced-motion: reduce){a{transition:none}}a:hover{color:#0d0d0d}input,button,.button-text{letter-spacing:.1px;line-height:1.5rem}input,button,.button-text{font-family:"Ubuntu",sans-serif;font-size:0.846875rem;font-weight:700}@media only screen and (max-width: 699px){input,button,.button-text{font-size:0.8125rem}}.caption-text,figcaption{letter-spacing:.4px;line-height:1rem}.caption-text,figcaption{font-family:"Ubuntu",sans-serif;font-size:0.739375rem;font-weight:400}.overline-text{letter-spacing:2px;line-height:1rem;text-transform:uppercase}.overline-text{font-family:"Ubuntu",sans-serif;font-size:0.739375rem;font-weight:400}.subtitle{letter-spacing:.15px;line-height:1.5rem;padding:0}.subtitle{font-family:"Ubuntu",sans-serif;font-size:0.985625rem;font-weight:700}@media only screen and (max-width: 699px){.subtitle{font-size:0.9375rem;letter-spacing:.14px}}.subtitle-2{letter-spacing:.1px;line-height:1.5rem}.subtitle-2{font-family:"Ubuntu",sans-serif;font-size:0.846875rem;font-weight:700}@media only screen and (max-width: 699px){.subtitle-2{font-size:0.8125rem}}.container{width:1210px;max-width:100%}@media(max-width: 1600px){.container{width:900px}.container-main{width:1210px}}@media(max-width: 768px){.container{padding:0 30px}}.row{display:flex;flex-wrap:wrap;margin:0 -10px}.row>[class*=col-]{display:flex;flex-direction:column;padding:0 10px}.flex{display:flex}.navbar{margin-bottom:0;font-family:"Ubuntu",Arial,Helvetica,sans-serif;text-transform:uppercase;padding-left:24px;position:fixed;top:0;left:0px;width:100%;z-index:10}@media(max-width: 992px){.navbar{top:0;left:20px;width:calc(100% - 40px);padding:0;position:fixed;z-index:1}}@media(max-width: 992px){.navbar-collapse{border:0;padding:79px 33px 29px;border-radius:0 0 14px 14px;background-color:rgba(0,0,0,.8);transition:all ease-in-out .1s;margin-right:0;margin-left:auto;max-width:374px;position:absolute;top:0;right:0;width:100%}}.navbar-default{background-color:rgba(0,0,0,0);border:none}.navbar-default #navbar-toggle .icon-bar{margin:5px auto;width:27px;height:3px;border-radius:10px}.navbar-brand img{height:71px;width:auto}@media(max-width: 992px){.navbar-brand{position:fixed;z-index:1;height:30px;left:30px;top:0px;padding-top:22px}}.navbar-toggler{border:0 !important}@media(max-width: 992px){.navbar-toggler{position:absolute;top:28px;right:20px;height:53px;width:53px;background-color:hsla(0,0%,100%,.7);border-radius:100%;margin:0;padding:0;z-index:11}}.navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus{outline:none !important;box-shadow:none !important;border:0 !important}.navbar-toggler-icon{height:27px;width:27px;display:block;margin:0 auto;background-image:url(./../assets/images/menu_close.0b899a163a04d853c029.svg) !important}.navbar-toggler.collapsed{padding-left:0px}.navbar-toggler.collapsed .navbar-toggler-icon{margin:0 auto;height:23px;background-image:url(./../assets/images/menu_open.5bfe433e59f2d7733b83.svg) !important}.navbar .nav-item{color:#fff !important;display:block;font-size:25px;font-weight:500;letter-spacing:0;line-height:50px;text-align:left}.navbar .nav-item.active{color:#fc0 !important}@media(min-width: 992px){.navbar .nav-item{padding:0 15px;display:inline-block;font-size:16px;font-weight:bold;letter-spacing:0;line-height:17px;text-align:right}}.navbar .nav-item:hover{text-decoration:underline}.navbar li{position:relative;list-style:none}.navbar li:after{display:block;content:"";height:1px;width:100%;background-color:hsla(0,0%,100%,.2)}.navbar li:last-child:after{content:none}@media(min-width: 992px){.navbar li:after{content:"|";width:2px;height:100%;position:absolute;top:0;right:0;font-size:16px;font-weight:bold;letter-spacing:0;line-height:17px;padding:3px 0;background-color:rgba(0,0,0,0)}.navbar li:last-child:after{content:none}}.play{width:44px;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);position:relative}.section{background-color:#307d63;position:relative}.section-bg{background-color:#307d63;background:radial-gradient(circle, #37876C 0%, rgba(0, 0, 0, 0.5) 100%);background-size:cover !important;position:absolute;left:0;right:0;top:0;display:block;width:100vw;height:100vh;transition:all .3s ease-in-out}@media(max-width: 768px){.section .fp-scrollable,.section .fp-scroller{overflow:visible}.section-bg{content:none;background-color:#307d63 !important;background:radial-gradient(circle, #37876C 0%, rgba(0, 0, 0, 0.5) 100%) !important;width:1260px;height:calc(100vh + 6px);left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.section0 .section-bg{height:calc(100vh + 400px)}}.section.blur .section-bg{filter:blur(25px)}@media(min-width: 767px){.section0 .container-main{opacity:0;transition:all 1s ease-in-out}.section0.fadeIn .container-main{opacity:1}.section0.blur .section-bg,.section0 .container-main{transition-duration:.8s;transition-delay:1s}}.section-header{margin-bottom:30px;text-align:center}@media(max-width: 768px){.section-header{margin-bottom:0px}}.section-header img{max-width:335px;margin:0px auto 45px}@media(max-width: 768px){.section-header img{margin-top:9px;margin-bottom:24px}}.section-link{box-sizing:border-box;display:block;border:3px solid #fff;border-radius:9px;padding:21px 12px 19px;color:#fff;height:100%}@media(max-width: 768px){.section-link{margin:15px 0;padding:18px 0 21px 17px}.section-link p{text-align:left}}.section-link-icon{display:block}.section-link-icon-hover{display:none}.section-link:hover{color:#fc0;border-color:#fc0;text-decoration:none}.section-link:hover .section-link-icon{display:none}.section-link:hover .section-link-icon-hover{display:block}.section-link-wrapper{padding:10px}.section-link h2{font-size:22px;font-weight:500;letter-spacing:0;line-height:24px;margin:2px 0 8px;text-align:left}@media(max-width: 768px){.section-link h2{font-size:20px;font-weight:500;letter-spacing:0;line-height:22px}}.section-link p{font-size:14px;font-weight:500;letter-spacing:0;line-height:25px;margin-bottom:0}@media(max-width: 768px){.section-link p{font-size:12px;font-weight:500;letter-spacing:0;line-height:18px}}.section-link-img{max-height:89px;max-width:89px;padding:0;height:auto;width:auto}.section-link-img img{max-height:100%;margin:0 auto;width:89px}@media(max-width: 768px){.section-link-img{max-width:60px;max-height:68px}}.section-button{color:#000;border:4px solid #b38f00 !important;border-radius:30px;background-color:#fc0;padding:19px;font-size:20px;font-weight:bold;letter-spacing:0;line-height:22px;font-family:"Ubuntu",Arial,Helvetica,sans-serif;text-transform:uppercase;margin:46px auto 0;text-align:center;cursor:pointer}@media(max-width: 768px){.section-button{width:100%;margin-bottom:40px}}.section-button:hover{background-color:#ffd633;border-bottom-color:rgba(179,143,0,.8);color:#000;text-decoration:none}.section-text-and-image .container{max-width:calc(100vw - 220px);margin:0 auto}@media(max-width: 768px){.section-text-and-image .container{max-width:100%}}.section-text-and-image .h3{text-align:left;margin-bottom:18px}@media(max-width: 768px){.section-text-and-image .h3{margin-bottom:15px}}@media(max-width: 768px){.section-text-and-image img{margin-bottom:16px}}.section-text-and-image--text{max-height:55vh;overflow-y:auto}@media(max-width: 768px){.section-text-and-image--text{text-align:left}}.section-text-and-image--text .section-button{margin-top:60px;height:64px;width:249px;font-weight:bold}@media(max-width: 768px){.section-text-and-image--text .section-button{margin:30px auto 80px;display:block;height:57px;width:163px;font-size:16px;line-height:17px;padding:18px}}.section0.blur .section-bg{animation-delay:15s}@media(max-width: 768px){.moveSection{position:fixed;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.4392156863);border-radius:100%;height:88px;width:88px;opacity:.5;background-color:rgba(0,0,0,.7);z-index:1;text-align:center}.moveSection img{height:35px;width:auto;margin:5px}.moveSectionUp{padding-top:34px;top:-34px}.moveSectionUp img{transform:rotate(180deg)}.moveSectionDown{padding-bottom:34px;bottom:-34px}.moveSectionDown img{margin-top:14px}}.slide-top-enter,.slide-top-appear{transform:translateY(-100%);overflow:hidden}.slide-top-enter-active,.slide-top-appear-active{transform:translateY(0%);transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-top-enter-active,.slide-top-appear-active{transition:none}}.slide-top-exit{transform:translateY(0%)}.slide-top-exit-active{transform:translateY(-100%);transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-top-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.slide-top{transition:none}}.slide-left-enter,.slide-left-appear{transform:translateX(-100%);opacity:0;overflow:hidden}.slide-left-enter-active,.slide-left-appear-active{opacity:1;transform:translateX(0%);transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-left-enter-active,.slide-left-appear-active{transition:none}}.slide-left-exit{transform:translateX(0%);opacity:1}.slide-left-exit-active{transform:translateX(-100%);opacity:0;transition:all 300ms}@media(prefers-reduced-motion: reduce){.slide-left-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.slide-left .animation{animation:none}}.rotate-enter{transform:rotate(0deg)}.rotate-enter-active,.rotate-enter-done{transform:rotate(180deg);transition:all 300ms}@media(prefers-reduced-motion: reduce){.rotate-enter-active,.rotate-enter-done{transition:none}}.rotate-exit{transform:rotate(180deg)}.rotate-exit-active{transform:rotate(0deg);transition:all 300ms}@media(prefers-reduced-motion: reduce){.rotate-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.rotate{transition:none}}.expand-height-enter{transform:scaleY(0)}.expand-height-enter-active{transform:scaleY(1);transform-origin:top;transition:transform 300ms}@media(prefers-reduced-motion: reduce){.expand-height-enter-active{transition:none}}.expand-height-exit{transform:scaleY(1)}.expand-height-exit-active{transform:scaleY(0);transform-origin:top;transition:transform 300ms}@media(prefers-reduced-motion: reduce){.expand-height-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.expand-height{transition:none}}.fade-enter,.fade-appear{opacity:0;overflow:hidden}.fade-enter-active,.fade-appear-active{opacity:1;transition:opacity 300ms}@media(prefers-reduced-motion: reduce){.fade-enter-active,.fade-appear-active{transition:none}}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity 300ms}@media(prefers-reduced-motion: reduce){.fade-exit-active{transition:none}}@media(prefers-reduced-motion: reduce){.fade .animation{animation:none}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#0d0d0d;overflow-wrap:break-word}.h1--hero{letter-spacing:-1.24px;line-height:110px}.h1--hero{font-family:"Ubuntu",sans-serif;font-size:5.875rem;font-weight:700}@media only screen and (max-width: 699px){.h1--hero{letter-spacing:-0.75px;line-height:70px}.h1--hero{font-family:"Ubuntu",sans-serif;font-size:3.5625rem;font-weight:700}}h1,.h1{letter-spacing:-0.41px;line-height:70px}h1,.h1{font-family:"Ubuntu",sans-serif;font-size:3.625rem;font-weight:700}@media only screen and (max-width: 699px){h1,.h1{letter-spacing:-0.25px;line-height:50px}h1,.h1{font-family:"Ubuntu",sans-serif;font-size:2.25rem;font-weight:700}}h2,.h2{line-height:2.875rem}h2,.h2{font-family:"Ubuntu",sans-serif;font-size:2.25rem;font-weight:700}@media only screen and (max-width: 699px){h2,.h2{line-height:37px}h2,.h2{font-family:"Ubuntu",sans-serif;font-size:1.8125rem;font-weight:700}}h3,.h3{letter-spacing:.18px;line-height:1.875rem;padding:11px 0}h3,.h3{font-family:"Ubuntu",sans-serif;font-size:1.8125rem;font-weight:500}@media only screen and (max-width: 699px){h3,.h3{letter-spacing:.14px;line-height:30px}h3,.h3{font-family:"Ubuntu",sans-serif;font-size:1.375rem;font-weight:500}}h4,.h4{line-height:1.8125rem}h4,.h4{font-family:"Ubuntu",sans-serif;font-size:1.375rem;font-weight:500}@media only screen and (max-width: 699px){h4,.h4{line-height:26px}h4,.h4{font-family:"Ubuntu",sans-serif;font-size:1.25rem;font-weight:500}}h5,.h5,legend{letter-spacing:.15px;line-height:1.5rem}h5,.h5,legend{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:700}@media only screen and (max-width: 699px){h5,.h5,legend{font-size:1.125rem}}h6,.h6{letter-spacing:.15px;line-height:1.5rem}h6,.h6{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:700}@media only screen and (max-width: 699px){h6,.h6{font-size:1.125rem}}p,.p,small,.small,.span,.a,table{line-height:1.5rem;margin-bottom:12px}p,.p,small,.small,.span,.a,table{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:400}div .preamble table a,div .preamble table p{line-height:1.5rem;margin-bottom:12px}div .preamble table a,div .preamble table p{font-family:"Ubuntu",sans-serif;font-size:0.8625rem;font-weight:400}ul.preamble,p.preamble,div.preamble,.preamble p,form.EPiServerForms .Form__Description,.preamble a{line-height:1.875rem}ul.preamble,p.preamble,div.preamble,.preamble p,form.EPiServerForms .Form__Description,.preamble a{font-family:"Ubuntu",sans-serif;font-size:1.125rem;font-weight:400}@media only screen and (max-width: 699px){ul.preamble,p.preamble,div.preamble,.preamble p,form.EPiServerForms .Form__Description,.preamble a{font-size:1.0625rem;line-height:25px}}.preamble a{text-decoration:underline}ul.preamble{margin:0;padding-left:1rem;list-style:none}li{margin-bottom:24px}a{text-decoration:none;margin-bottom:0;transition:all 300ms}@media(prefers-reduced-motion: reduce){a{transition:none}}a:hover{color:#0d0d0d}input,button,.button-text{letter-spacing:.1px;line-height:1.5rem}input,button,.button-text{font-family:"Ubuntu",sans-serif;font-size:0.846875rem;font-weight:700}@media only screen and (max-width: 699px){input,button,.button-text{font-size:0.8125rem}}.caption-text,figcaption{letter-spacing:.4px;line-height:1rem}.caption-text,figcaption{font-family:"Ubuntu",sans-serif;font-size:0.739375rem;font-weight:400}.overline-text{letter-spacing:2px;line-height:1rem;text-transform:uppercase}.overline-text{font-family:"Ubuntu",sans-serif;font-size:0.739375rem;font-weight:400}.subtitle{letter-spacing:.15px;line-height:1.5rem;padding:0}.subtitle{font-family:"Ubuntu",sans-serif;font-size:0.985625rem;font-weight:700}@media only screen and (max-width: 699px){.subtitle{font-size:0.9375rem;letter-spacing:.14px}}.subtitle-2{letter-spacing:.1px;line-height:1.5rem}.subtitle-2{font-family:"Ubuntu",sans-serif;font-size:0.846875rem;font-weight:700}@media only screen and (max-width: 699px){.subtitle-2{font-size:0.8125rem}}.imageGalleryItem{background-color:#307d63;padding:45px 60px 34px;width:700px;max-width:90vw;overflow-y:auto;border-radius:0px;height:750px;max-height:85vh}@media(max-width: 768px){.imageGalleryItem{transform:translateX(-50%) translateY(0%);left:50%;top:69px;right:auto;height:100%;padding:30px;max-height:calc(100% - 176px)}}.imageGalleryItem .am-content{margin:0;padding:0}.imageGalleryItem .am-content .am-inner{border-top-left-radius:0px;margin-bottom:34px;overflow-y:hidden}.imageGalleryItem .am-content .am-inner p{padding:0px 0 20px;letter-spacing:0;line-height:26px}.imageGalleryItem .am-content .am-inner p{font-family:"Ubuntu",sans-serif;font-size:1rem;font-weight:400}@media(max-width: 768px){.imageGalleryItem .am-content .am-inner p{text-align:left}}.imageGalleryItem .am-content .am-cross{position:relative;top:auto;right:auto;background-color:#fc0;border-radius:30px;height:64px;width:254px;margin:19px auto 0;text-align:center;display:block}@media(max-width: 768px){.imageGalleryItem .am-content .am-cross{max-width:100%}}.imageGalleryItem .am-content .am-cross:hover{background-color:#ffd633}.image-gallery-item{padding:10px 0;cursor:pointer}.glossary-heading{max-width:calc(100vw - 220px);margin-left:auto;margin-right:auto}@media(max-width: 768px){.glossary-heading{max-width:100%}.glossary-heading .col-sm-8{padding:0}}.glossary-heading .h3{font-size:50px !important;line-height:60px}@media(max-width: 768px){.glossary-heading .h3{font-size:30px !important;line-height:38px;text-align:left;margin-top:25px}}.glossary-heading p{margin-bottom:20px}@media(max-width: 768px){.glossary-heading p{text-align:left}}.glossary-content{max-width:calc(100vw - 220px);margin:0 auto}@media(max-width: 768px){.glossary-content{max-width:100%}}.glossary-item{cursor:pointer;padding:0}@media(max-width: 768px){.glossary-item{padding-left:50px;margin-bottom:20px}.glossary-item:before{content:"";height:25px;width:40px;position:absolute;left:0;top:0;background-image:url(./../assets/images/video-icon.4e40c0a7bcaaa261f0e9.svg)}.glossary-item.btn{position:relative;display:block}}.glossary-item p{color:#fff;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;text-align:center;margin-bottom:5px}@media(max-width: 768px){.glossary-item p{text-align:left}}.glossary-image{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:100%;background-position:center;background-size:cover;border-radius:10px}.glossary-image__wrapper{position:relative;padding-bottom:52.95%;height:0}.glossary-iframe{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:100%;background-position:center;background-size:cover}.glossary-iframe__wrapper{position:relative;padding-bottom:56.25%;height:0}.glossary-iframe__wrapper iframe{width:100%;height:100%;border:none;box-shadow:none}.fp-bottom{text-align:center}#soundEQModal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:201;transition:all .3s ease-out;visibility:hidden;transform:translateY(30px);opacity:0}#soundEQModal.soundEQModal-show{visibility:visible;opacity:1;transform:translateY(0px)}#soundEQModal iframe{width:100vw;height:100vh}#soundEQLaunchButton{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.row>.column{padding:0 8px}.row:after{content:"";display:table;clear:both}.column{float:left;width:25%}.modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000}.modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;width:90%;max-width:1200px}.close{color:#fff;position:absolute;top:10px;right:25px;font-size:35px;font-weight:bold}.close:hover,.close:focus{color:#999;text-decoration:none;cursor:pointer}.cursor{cursor:pointer}.prev,.next{cursor:pointer;position:absolute;width:auto;padding:5px 10px;margin-top:-50px;color:#fff;font-weight:bold;font-size:20px;transition:.6s ease;border-radius:0 3px 3px 0;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:33px;width:30px;border-radius:0;background-color:#000;top:auto;bottom:0}@media(min-width: 768px){.prev,.next{height:53px;width:50px;padding:14px 16px;top:50%}}.prev img,.next img{margin:-2px 0 0 0;width:auto;max-height:26px}.next{right:calc(50% - 45px);border-top-right-radius:27px;border-bottom-right-radius:27px}@media(min-width: 768px){.next{right:0}}.prev{left:calc(50% - 45px);border-top-left-radius:27px;border-bottom-left-radius:27px}@media(min-width: 768px){.prev{left:0}}.numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0;z-index:1}img{margin-bottom:-4px}.demo{opacity:.6}.active,.demo:hover{opacity:1}img.hover-shadow{transition:.3s}.hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}body{color:#fff;letter-spacing:0;line-height:25px;background-color:#307d63}body{font-family:"Ubuntu",sans-serif;font-size:1rem;font-weight:500}@media(max-width: 768px){body{font-size:14px;font-weight:500;letter-spacing:0;line-height:22px;text-align:center}}p{font-size:1rem !important}h1,h2,h3,h4,h5,h6{font-family:"Ubuntu",Arial,Helvetica,sans-serif;color:#fff !important}h1{font-size:70px;font-weight:500;letter-spacing:0;line-height:90px;text-transform:uppercase}@media(max-width: 768px){h1{font-size:32px}}h1.h2{font-size:70px;line-height:77px;text-align:center;margin-bottom:29px;overflow-wrap:unset}@media only screen and (max-width: 1025px){h1.h2{font-size:55px;overflow-wrap:break-word;letter-spacing:0;line-height:90px;margin-top:24px;margin-bottom:17px}}@media only screen and (max-width: 699px){h1.h2{font-size:44px}}@media only screen and (max-width: 400px){h1.h2{overflow-wrap:break-word;font-size:36px}}h1.h3{line-height:77px;text-transform:none}@media(max-width: 768px){h1.h3{line-height:36px !important}}h2{font-size:45px;line-height:55px}@media(max-width: 768px){h2{font-size:30px;line-height:30px;text-align:inherit}}@media(max-width: 768px){h3{text-align:inherit}}@media(max-width: 768px){h4{text-align:inherit}}.preamble{font-size:18px;font-weight:bold;letter-spacing:0;line-height:28px;margin-bottom:32px;text-align:left}@media(max-width: 768px){.preamble{font-size:14px;line-height:22px;font-weight:normal;margin-bottom:19px}}img{max-width:100%;height:auto}#fullpage{height:auto !important}@media(max-width: 768px){#fullpage .fp-slides{max-width:100%;height:calc(100vh - 100px);padding:0 1px}}@media(max-width: 768px){#fullpage .fp-slidesNav ul li{margin:5px}}#fullpage .fp-slidesNav ul li a span{background-color:hsla(0,0%,100%,.75)}#fullpage .fp-controlArrow.fp-next{right:49px;background-image:url("./../assets/images/Right Arrow.27f5b32a1b42321c0de8.svg")}#fullpage .fp-controlArrow.fp-next:hover{background-image:url("./../assets/images/Right Arrow-hover.72f4634cbe03ec1ada1e.svg")}#fullpage .fp-controlArrow.fp-prev{left:49px;background-image:url("./../assets/images/Left Arrow.cd495ba612e33a0f8a38.svg")}#fullpage .fp-controlArrow.fp-prev:hover{background-image:url("./../assets/images/Left Arrow-hover.6a41e73c5034051c419a.svg")}#fullpage .fp-controlArrow.fp-next,#fullpage .fp-controlArrow.fp-prev{height:84px;width:47.12px;background-color:rgba(0,0,0,0);border:none}@media(max-width: 768px){#fullpage .fp-controlArrow.fp-next,#fullpage .fp-controlArrow.fp-prev{display:none !important}}#fullpage .fp-tableCell{padding:0 1px}#fp-nav.fp-right{right:2px}#fp-nav ul li a span{background-color:hsla(0,0%,100%,.75)}#ot-sdk-btn-floating{display:none}@media(max-width: 768px){#fp-nav .fp-tooltip{display:none !important}}
