.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

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

@font-face {
  font-family: "Futura Std";
  src: url("../../fonts/FuturaStd-Bold.eot");
  src: url("../../fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/FuturaStd-Bold.woff2") format("woff2"), url("../../fonts/FuturaStd-Bold.woff") format("woff"), url("../../fonts/FuturaStd-Bold.ttf") format("truetype"), url("../../fonts/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

em {
  font-style: italic;
}

sup {
  vertical-align: top;
  font-size: 60%;
}

.hidden {
  display: none;
}

.full-width-image {
  position: relative;
  display: block;
  width: 100%;
}
.full-width-image--with-accents {
  z-index: 2;
}
.full-width-image--with-accents:before, .full-width-image--with-accents:after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full-width-image--with-accents:before {
  top: 0;
  right: 10%;
  width: 5vw;
  height: 5vw;
  background-image: url("../../img/patterns/corner-lightblue.svg");
  transform-origin: left bottom;
  transform: translateY(-40%);
  -webkit-animation: corner-rotate-1 5s linear infinite;
          animation: corner-rotate-1 5s linear infinite;
}
.full-width-image--with-accents:after {
  bottom: 0;
  left: 10%;
  width: 8vw;
  height: 8vw;
  background-image: url("../../img/patterns/corner-blue.svg");
  transform-origin: right top;
  transform: translateY(40%);
  -webkit-animation: corner-rotate-2 5s linear infinite;
          animation: corner-rotate-2 5s linear infinite;
}
.full-width-image img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes corner-rotate-1 {
  from {
    transform: translateY(-40%) rotate(0deg);
  }
  to {
    transform: translateY(-40%) rotate(360deg);
  }
}

@keyframes corner-rotate-1 {
  from {
    transform: translateY(-40%) rotate(0deg);
  }
  to {
    transform: translateY(-40%) rotate(360deg);
  }
}
@-webkit-keyframes corner-rotate-2 {
  from {
    transform: translateY(40%) rotate(0deg);
  }
  to {
    transform: translateY(40%) rotate(360deg);
  }
}
@keyframes corner-rotate-2 {
  from {
    transform: translateY(40%) rotate(0deg);
  }
  to {
    transform: translateY(40%) rotate(360deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-top: 20px;
  z-index: 100;
}
@media (min-width: 992px) {
  .header {
    height: auto;
    padding-top: 30px;
  }
}
@media (min-width: 1300px) {
  .header {
    padding-top: 40px;
  }
}

.header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}

.header-content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

.header-logo,
.header-logo-link {
  display: block;
}

.header-logo {
  position: absolute;
  top: -12px;
  left: 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .header-logo {
    top: -5px;
  }
}
@media (min-width: 992px) {
  .header-logo {
    top: -19px;
  }
}

.header-logo-link img {
  display: block;
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .header-logo-link img {
    height: 80px;
  }
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-nav > ul {
  display: none;
}
@media (min-width: 992px) {
  .header-nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
  }
}
.header-nav > ul > li {
  position: relative;
  margin-right: 30px;
}
.header-nav > ul > li:last-of-type {
  margin-right: 0;
}
.header-nav > ul > li > a {
  display: block;
  color: #323232;
  font-size: 16px;
  transition: color 0.2s;
}
.header-nav > ul > li > a:hover {
  color: #004165;
}

.header-nav-parent:hover .parent-nav-link-inner {
  display: block;
}

.parent-nav-link-inner {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
.parent-nav-link-inner ul {
  display: block;
  margin-top: 14px;
  padding: 30px;
  background-color: rgba(0, 65, 101, 0.95);
}
.parent-nav-link-inner ul li {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
.parent-nav-link-inner ul li:first-of-type {
  margin-top: 0;
}
.parent-nav-link-inner ul li a {
  display: block;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 16px;
  transition: color 0.2s;
}
.parent-nav-link-inner ul li a:hover {
  color: #00ADD0;
}

.header-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  background-color: #00ADD0;
}
@media (min-width: 768px) {
  .header-toggle {
    width: 50px;
    height: 50px;
  }
}
.header-toggle.active span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-toggle.active span:first-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-toggle.active span:nth-of-type(2) {
  display: none;
}
.header-toggle.active span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-toggle span {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
}

.overlay-nav {
  display: none;
  position: fixed;
  top: 60px;
  right: 15px;
  min-width: 290px;
  padding: 30px 45px 30px 30px;
  background-color: rgba(0, 65, 101, 0.9);
  z-index: 101;
}
@media (min-width: 768px) {
  .overlay-nav {
    top: 70px;
    right: calc(50% - 345px);
    min-width: 350px;
  }
}
@media (min-width: 992px) {
  .overlay-nav {
    top: 80px;
    right: calc(50% - 465px);
  }
}
@media (min-width: 1300px) {
  .overlay-nav {
    top: 90px;
    right: calc(50% - 570px);
  }
}
@media (min-width: 1600px) {
  .overlay-nav {
    right: calc(50% - 720px);
  }
}
.overlay-nav.active {
  display: block;
}
.overlay-nav > ul {
  display: block;
}
.overlay-nav > ul > li {
  position: relative;
  margin-top: 10px;
}
.overlay-nav > ul > li:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  .overlay-nav > ul > li.hidden-desktop {
    display: none;
  }
}
.overlay-nav > ul > li.active .nav-item-link--parent:after {
  transform: rotate(90deg);
}
.overlay-nav > ul > li.active ul {
  display: block;
}
.overlay-nav > ul > li > a {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .overlay-nav > ul > li > a {
    font-size: 18px;
  }
}
.overlay-nav > ul > li > a.nav-item-link--parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/icon-arrow.svg");
  transform-origin: center center;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .overlay-nav > ul > li > a.nav-item-link--parent:after {
    width: 10px;
    height: 20px;
  }
}
.overlay-nav > ul > li > a:hover {
  color: #00ADD0;
}
.overlay-nav > ul > li ul {
  display: none;
  margin-top: 10px;
}
.overlay-nav > ul > li ul li {
  display: block;
  margin-top: 10px;
}
.overlay-nav > ul > li ul li:first-of-type {
  margin-top: 0;
}
.overlay-nav > ul > li ul a {
  display: block;
  padding-left: 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .overlay-nav > ul > li ul a {
    font-size: 16px;
  }
}
.overlay-nav > ul > li ul a:hover {
  color: #00ADD0;
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 10px solid #007C92;
  background-color: #FFFFFF;
  z-index: 10;
}
@media (min-width: 768px) {
  .footer {
    padding: 40px 0;
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 15px 0;
  }
}

.footer-content {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-content {
    display: flex;
    justify-content: flex-end;
  }
}

.footer-nav {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .footer-nav {
    margin-top: 0;
  }
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-nav ul {
    justify-content: flex-end;
  }
}
.footer-nav ul li {
  margin: 0 0 0 30px;
}
.footer-nav ul li:first-of-type {
  margin: 0;
}
.footer-nav ul li a {
  display: block;
  font-size: 15px;
  color: #54585A;
}
@media (min-width: 768px) {
  .footer-nav ul li a {
    font-size: 16px;
  }
}

.footer-logo {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-logo {
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    padding: 0;
    transform: translateY(-60%);
  }
}

.footer-logo-link {
  display: inline-block;
}
.footer-logo-link img {
  display: block;
  width: 150px;
  height: auto;
}
@media (min-width: 768px) {
  .footer-logo-link img {
    width: 180px;
  }
}

.footer-strip {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #007C92;
}
@media (min-width: 768px) {
  .footer-strip {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .footer-strip {
    height: 50px;
  }
}

.intro {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .intro--flipped .intro-bottom-anchor {
    left: auto;
    right: calc(50% - 345px);
  }
}
@media (min-width: 992px) {
  .intro--flipped .intro-bottom-anchor {
    right: calc(50% - 465px);
  }
}
@media (min-width: 1300px) {
  .intro--flipped .intro-bottom-anchor {
    right: calc(50% - 565px);
  }
}
@media (min-width: 1600px) {
  .intro--flipped .intro-bottom-anchor {
    right: calc(50% - 720px);
  }
}
@media (min-width: 768px) {
  .intro--flipped .intro-logo {
    right: auto;
    left: calc(50% - 350px);
  }
}
@media (min-width: 992px) {
  .intro--flipped .intro-logo {
    left: calc(50% - 460px);
  }
}
@media (min-width: 1300px) {
  .intro--flipped .intro-logo {
    left: calc(50% - 590px);
  }
}
@media (min-width: 1600px) {
  .intro--flipped .intro-logo {
    left: calc(50% - 720px);
  }
}
@media (min-width: 768px) {
  .intro--flipped .intro-layer {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .intro--flipped .intro-heading {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .intro--flipped .intro-content {
    margin-left: auto;
    margin-right: 8.3334%;
  }
}
@media (min-width: 1300px) {
  .intro--flipped .intro-content {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .intro--flipped .intro-content {
    width: 41.6667%;
  }
}

.intro-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}

.intro-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}
.intro-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 101, 0.2);
  mix-blend-mode: multiply;
  z-index: 2;
}
.intro-video video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.intro-logos {
  width: 350px;
  max-width: 100%;
  margin-top: 25px;
  margin-left: 8.3334%;
}
.intro-logos .row {
  margin: 0px -15px;
  align-items: center;
}
.intro-logos .row .intro-logo-col {
  width: 33.33%;
  padding: 0px 15px;
}
.intro-logos .row .intro-logo-col .intro-logo-col-inner img {
  width: 100px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .intro-logos .row .intro-logo-col .intro-logo-col-inner img {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .intro-logos {
    float: right;
  }
}
@media (min-width: 992px) {
  .intro-logos {
    width: 425px;
    margin-top: 35px;
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .intro-logos {
    width: 535px;
  }
}

.intro-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 768px) {
  .intro-logo {
    left: auto;
    right: calc(50% - 350px);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .intro-logo {
    right: calc(50% - 460px);
  }
}
@media (min-width: 1300px) {
  .intro-logo {
    right: calc(50% - 590px);
  }
}
@media (min-width: 1600px) {
  .intro-logo {
    right: calc(50% - 720px);
  }
}

.intro-layer {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 50vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (min-width: 768px) {
  .intro-layer {
    right: 0;
    left: auto;
    width: 40vh;
    height: 40vh;
    transform: translateY(-50%);
  }
}
@media (min-width: 1300px) {
  .intro-layer {
    width: 50vh;
    height: 50vh;
  }
}
.intro-layer--1 {
  z-index: 1;
}
.intro-layer--2 {
  z-index: 2;
}
.intro-layer--3 {
  z-index: 3;
}
.intro-layer--4 {
  z-index: 4;
}
.intro-layer--5 {
  z-index: 5;
}
.intro-layer--6 {
  z-index: 6;
}
.intro-layer--7 {
  z-index: 7;
}
.intro-layer--8 {
  z-index: 8;
}
.intro-layer--9 {
  z-index: 9;
}
.intro-layer--10 {
  z-index: 10;
}
.intro-layer:not(.intro-layer:last-of-type):nth-of-type(even) .intro-layer-image {
  -webkit-animation: intro-rotate-1 4s infinite;
          animation: intro-rotate-1 4s infinite;
}
.intro-layer:not(.intro-layer:last-of-type):nth-of-type(odd) .intro-layer-image {
  -webkit-animation: intro-rotate-2 4s infinite;
          animation: intro-rotate-2 4s infinite;
}

.intro-layer-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@-webkit-keyframes intro-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}

@keyframes intro-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@-webkit-keyframes intro-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@keyframes intro-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
.intro-top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(60vh - 80px);
  padding: 80px 0 160px;
  z-index: 3;
}
@media (min-width: 768px) {
  .intro-top {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .intro-top {
    min-height: 60vh;
    padding: 170px 0 80px;
  }
}
@media (min-width: 1300px) {
  .intro-top {
    padding: 180px 0 80px;
  }
}
.intro-top.in-view .intro-heading h1,
.intro-top.in-view .intro-heading h2 {
  opacity: 1;
  transform: translateY(0);
}

.intro-heading {
  display: block;
  width: 75%;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .intro-heading {
    width: auto;
    margin-left: 0;
  }
}
.intro-heading h1,
.intro-heading h2 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.intro-heading h2 {
  transition-delay: 0.3s;
}
.intro-heading h1 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Futura Std", sans-serif;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .intro-heading h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .intro-heading h1 {
    font-size: 38px;
  }
}
@media (min-width: 1300px) {
  .intro-heading h1 {
    font-size: 48px;
  }
}
.intro-heading h2 {
  margin-top: 20px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .intro-heading h2 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .intro-heading h2 {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .intro-heading h2 {
    margin-top: 26px;
  }
}

.intro-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 65, 101, 0.6);
  mix-blend-mode: multiply;
  z-index: 1;
}

.intro-bottom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 120px 0 80px;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .intro-bottom {
    min-height: calc(100vh - 80px);
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .intro-bottom {
    min-height: 100vh;
    padding: 170px 0 80px;
  }
}
@media (min-width: 1300px) {
  .intro-bottom {
    padding: 180px 0 80px;
  }
}
.intro-bottom.in-view .intro-content p {
  opacity: 1;
  transform: translateY(0);
}
.intro-bottom.in-view .intro-content-heading img {
  opacity: 1;
  transform: translateY(0);
}

.intro-bottom-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 3;
}
@media (min-width: 768px) {
  .intro-bottom-anchor {
    display: block;
    left: calc(50% - 345px);
  }
}
@media (min-width: 992px) {
  .intro-bottom-anchor {
    left: calc(50% - 465px);
  }
}
@media (min-width: 1300px) {
  .intro-bottom-anchor {
    left: calc(50% - 565px);
  }
}
@media (min-width: 1600px) {
  .intro-bottom-anchor {
    left: calc(50% - 720px);
  }
}
.intro-bottom-anchor svg {
  display: block;
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .intro-bottom-anchor svg {
    width: 70px;
  }
}
@media (min-width: 1300px) {
  .intro-bottom-anchor svg {
    width: 80px;
  }
}

.intro-content {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .intro-content {
    width: 58.3334%;
    margin-left: 8.3334%;
  }
}
@media (min-width: 1300px) {
  .intro-content {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .intro-content {
    width: 41.6667%;
  }
}
.intro-content p {
  color: #FFFFFF;
  font-size: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.intro-content p strong {
  font-weight: 500;
}

.intro-content-heading {
  display: block;
  width: 83.3334%;
  margin-top: 30px;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .intro-content-heading {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .intro-content-heading {
    width: 83.3334%;
    margin-top: 50px;
    margin-left: 8.3334%;
  }
}
.intro-content-heading img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.3s, transform 1.4s 0.3s;
}

.full-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #FFFFFF;
  overflow: hidden;
}

.full-video-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
}

.full-video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 30px 13px;
  border-radius: 23px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .full-video-play {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .full-video-play {
    border-radius: 27px;
  }
}
.full-video-play:hover {
  background-color: #004165;
}
.full-video-play:hover span {
  color: #FFFFFF;
}
.full-video-play span {
  font-size: 18px;
  color: #54585A;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .full-video-play span {
    font-size: 22px;
  }
}

.usps-intro {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern.png");
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .usps-intro {
    padding: 120px 0;
  }
}
@media (min-width: 1300px) {
  .usps-intro {
    padding: 160px 0;
  }
}
.usps-intro--flipped .usp-graphics {
  right: auto;
  left: 15px;
}
@media (min-width: 992px) {
  .usps-intro--flipped .usp-graphics {
    right: auto;
    left: calc(50% - 520px);
  }
}
@media (min-width: 1300px) {
  .usps-intro--flipped .usp-graphics {
    right: auto;
    left: calc(50% - 650px);
  }
}
@media (min-width: 1600px) {
  .usps-intro--flipped .usp-graphics {
    right: auto;
    left: calc(50% - 800px);
  }
}
.usps-intro--flipped .usps-heading {
  width: 100%;
}
.usps-intro--flipped .usps-heading img {
  margin-left: 200px;
}
@media (min-width: 768px) {
  .usps-intro--flipped .usps-heading img {
    margin-left: 130px;
  }
}
@media (min-width: 992px) {
  .usps-intro--flipped .usps-heading img {
    margin-left: 425px;
  }
}
@media (min-width: 1300px) {
  .usps-intro--flipped .usps-heading img {
    margin-left: 550px;
  }
}
@media (min-width: 1600px) {
  .usps-intro--flipped .usps-heading img {
    margin-left: 630px;
  }
}
.usps-intro.in-view .usps-heading img {
  opacity: 1;
  transform: translateY(0);
}
.usps-intro.in-view .usp-graphic img {
  transform: rotate(0);
}

.usp-graphics {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 170px;
  height: 170px;
  transform: translateY(50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .usp-graphics {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .usp-graphics {
    right: calc(50% - 490px);
    width: 425px;
    height: 425px;
  }
}
@media (min-width: 1300px) {
  .usp-graphics {
    right: calc(50% - 575px);
    width: 630px;
    height: 630px;
  }
}
@media (min-width: 1600px) {
  .usp-graphics {
    right: calc(50% - 750px);
    width: 700px;
    height: 700px;
  }
}

.usp-graphic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.usp-graphic--1 {
  z-index: 1;
}
.usp-graphic--1 img {
  transform: rotate(-90deg);
}
.usp-graphic--2 {
  z-index: 2;
}
.usp-graphic--2 img {
  transform: rotate(90deg);
}
.usp-graphic--3 {
  z-index: 3;
}
.usp-graphic--3 img {
  transform: rotate(-90deg);
}
.usp-graphic--4 {
  z-index: 4;
}
.usp-graphic--4 img {
  transform: rotate(-90deg);
}
.usp-graphic img {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: transform 1.4s;
}

.usps-heading {
  display: block;
  width: 75%;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .usps-heading {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .usps-heading {
    width: 66.6667%;
  }
}
@media (min-width: 1300px) {
  .usps-heading {
    width: 58.3334%;
  }
}
@media (min-width: 1600px) {
  .usps-heading {
    width: 50%;
  }
}
.usps-heading img {
  display: block;
  max-width: 100%;
  max-height: 40px;
  height: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
@media (min-width: 768px) {
  .usps-heading img {
    max-height: 80px;
  }
}

.usps {
  position: relative;
  display: block;
  width: 100%;
  padding: 120px 0 50px;
  background-color: #FFFFFF;
  z-index: 1;
}
@media (min-width: 768px) {
  .usps {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .usps {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .usps--flipped .usps-content {
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .usps--flipped .usps-content {
    width: 66.6667%;
  }
}
.usps--flipped .usp {
  margin-left: auto;
}
.usps.in-view .usp-icon img {
  opacity: 1;
  transform: translateY(0);
}
.usps.in-view .usp-text h4,
.usps.in-view .usp-text p {
  opacity: 1;
  transform: translateY(0);
}

.usps-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .usps-content {
    width: 83.3334%;
  }
}
@media (min-width: 992px) {
  .usps-content {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .usps-content {
    width: 66.6667%;
  }
}
@media (min-width: 1600px) {
  .usps-content {
    width: 58.3334%;
  }
}

.usp {
  display: flex;
  align-items: flex-start;
  width: 83.3334%;
  margin-left: 8.3334%;
  margin-top: 50px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .usp {
    width: 50%;
    margin-left: 0;
  }
}
.usp:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .usp:nth-of-type(2) {
    margin-top: 0;
  }
}
.usp:nth-of-type(1) .usp-icon img {
  transition-delay: 0s;
}
.usp:nth-of-type(1) .usp-text h4 {
  transition-delay: 0s;
}
.usp:nth-of-type(1) .usp-text p {
  transition-delay: 0s;
}
.usp:nth-of-type(2) .usp-icon img {
  transition-delay: 0.3s;
}
.usp:nth-of-type(2) .usp-text h4 {
  transition-delay: 0.3s;
}
.usp:nth-of-type(2) .usp-text p {
  transition-delay: 0.3s;
}
.usp:nth-of-type(3) .usp-icon img {
  transition-delay: 0.6s;
}
.usp:nth-of-type(3) .usp-text h4 {
  transition-delay: 0.6s;
}
.usp:nth-of-type(3) .usp-text p {
  transition-delay: 0.6s;
}
.usp:nth-of-type(4) .usp-icon img {
  transition-delay: 0.9s;
}
.usp:nth-of-type(4) .usp-text h4 {
  transition-delay: 0.9s;
}
.usp:nth-of-type(4) .usp-text p {
  transition-delay: 0.9s;
}
.usp:nth-of-type(5) .usp-icon img {
  transition-delay: 1.2s;
}
.usp:nth-of-type(5) .usp-text h4 {
  transition-delay: 1.2s;
}
.usp:nth-of-type(5) .usp-text p {
  transition-delay: 1.2s;
}
.usp:nth-of-type(6) .usp-icon img {
  transition-delay: 1.5s;
}
.usp:nth-of-type(6) .usp-text h4 {
  transition-delay: 1.5s;
}
.usp:nth-of-type(6) .usp-text p {
  transition-delay: 1.5s;
}
.usp:nth-of-type(7) .usp-icon img {
  transition-delay: 1.8s;
}
.usp:nth-of-type(7) .usp-text h4 {
  transition-delay: 1.8s;
}
.usp:nth-of-type(7) .usp-text p {
  transition-delay: 1.8s;
}
.usp:nth-of-type(8) .usp-icon img {
  transition-delay: 2.1s;
}
.usp:nth-of-type(8) .usp-text h4 {
  transition-delay: 2.1s;
}
.usp:nth-of-type(8) .usp-text p {
  transition-delay: 2.1s;
}
.usp:nth-of-type(9) .usp-icon img {
  transition-delay: 2.4s;
}
.usp:nth-of-type(9) .usp-text h4 {
  transition-delay: 2.4s;
}
.usp:nth-of-type(9) .usp-text p {
  transition-delay: 2.4s;
}

.usp-icon {
  flex-shrink: 0;
  display: block;
  width: 60px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .usp-icon {
    width: 70px;
    margin-right: 30px;
  }
}
@media (min-width: 1300px) {
  .usp-icon {
    width: 80px;
  }
}
.usp-icon img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}

.usp-text {
  flex: 1;
  display: block;
  width: auto;
}
@media (min-width: 1300px) {
  .usp-text {
    padding-right: 30px;
  }
}
.usp-text h4,
.usp-text p {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.usp-text h4 {
  font-size: 16px;
  color: #004165;
  font-weight: 500;
  line-height: 1.2;
}
.usp-text p {
  margin-top: 5px;
  font-size: 16px;
  color: #54585A;
  line-height: 1.3;
}

.area {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern.png");
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .area {
    padding: 120px 0 80px;
  }
}
@media (min-width: 1300px) {
  .area {
    padding: 160px 0 80px;
  }
}
.area.in-view .area-intro img,
.area.in-view .area-intro p {
  opacity: 1;
  transform: translateY(0);
}

.area-intro {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .area-intro {
    width: 66.6667%;
  }
}
@media (min-width: 992px) {
  .area-intro {
    width: 58.3334%;
  }
}
@media (min-width: 1300px) {
  .area-intro {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .area-intro {
    width: 41.6667%;
  }
}
.area-intro img {
  display: block;
  max-width: 100%;
  max-height: 40px;
  height: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
@media (min-width: 768px) {
  .area-intro img {
    max-height: 80px;
  }
}
.area-intro p {
  margin-top: 20px;
  font-size: 16px;
  color: #54585A;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.3s, transform 1.4s 0.3s;
}

.area-image {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}

.area-img {
  display: block;
  width: 100%;
  height: auto;
}

.spec {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 1;
}
.spec.active {
  height: auto;
}
.spec.in-view .spec-heading h3 {
  opacity: 1;
  transform: scale(1);
}

.spec-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.spec-background {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.spec-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70vw;
  height: 70vw;
  max-width: 70vh;
  max-height: 70vh;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.spec-graphic svg {
  display: block;
  width: 100%;
  height: 100%;
}
.spec-graphic svg > :nth-child(even) {
  -webkit-animation: spec-rotate-1 4s infinite;
          animation: spec-rotate-1 4s infinite;
}
.spec-graphic svg > :nth-child(odd) {
  -webkit-animation: spec-rotate-2 4s infinite;
          animation: spec-rotate-2 4s infinite;
}

@-webkit-keyframes spec-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}

@keyframes spec-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@-webkit-keyframes spec-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@keyframes spec-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
.spec-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83.3334%;
  padding: 0 15px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 768px) {
  .spec-heading {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .spec-heading {
    width: 700px;
  }
}
@media (min-width: 1600px) {
  .spec-heading {
    width: 800px;
  }
}
.spec-heading h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Futura Std", sans-serif;
  line-height: 1.1;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1.4s, transform 1.4s;
}
.spec-heading h3 br {
  display: none;
}
@media (min-width: 768px) {
  .spec-heading h3 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .spec-heading h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .spec-heading h3 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .spec-heading h3 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .spec-heading h3 {
    font-size: 55px;
  }
}

.spec-heading-icon {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 30px;
  z-index: 4;
  cursor: pointer;
}
@media (min-width: 992px) {
  .spec-heading-icon {
    top: 65%;
  }
}
@media (min-width: 1600px) {
  .spec-heading-icon {
    top: 67%;
  }
}
.spec-heading-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.spec-back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern-large.png");
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .spec-back {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .spec-back {
    padding: 120px 0;
  }
}

.spec-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .spec-details {
    justify-content: flex-end;
  }
}

.spec-main-nav {
  display: block;
  width: 83.3334%;
  margin: 0 auto 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .spec-main-nav {
    width: 100%;
  }
}
.spec-main-nav ul {
  display: block;
}
@media (min-width: 768px) {
  .spec-main-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .spec-main-nav ul {
    width: auto;
    justify-content: flex-end;
  }
}
.spec-main-nav ul li {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .spec-main-nav ul li {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .spec-main-nav ul li {
    flex: initial;
  }
}
.spec-main-nav ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .spec-main-nav ul li:last-of-type a {
    border-right: 1px solid #54585A;
  }
}
.spec-main-nav ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #54585A;
  color: #54585A;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 768px) {
  .spec-main-nav ul li a {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .spec-main-nav ul li a {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.spec-main-nav ul li a:hover {
  color: #FFFFFF;
  background-color: #54585A;
}
.spec-main-nav ul li a.active {
  color: #FFFFFF;
  background-color: #00ADD0;
}

.spec-nav {
  order: 0;
  display: block;
  width: 83.3334%;
  margin-bottom: 30px;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .spec-nav {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .spec-nav {
    margin-bottom: 50px;
  }
}
.spec-nav ul {
  display: block;
}
@media (min-width: 768px) {
  .spec-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .spec-nav ul {
    width: auto;
    justify-content: flex-end;
  }
}
.spec-nav ul li {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .spec-nav ul li {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .spec-nav ul li {
    flex: initial;
  }
}
.spec-nav ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .spec-nav ul li:last-of-type a {
    border-right: 1px solid #54585A;
  }
}
.spec-nav ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #54585A;
  color: #54585A;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 768px) {
  .spec-nav ul li a {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .spec-nav ul li a {
    padding: 8px 12px;
  }
}
.spec-nav ul li a:hover {
  color: #FFFFFF;
  background-color: #54585A;
}

.spec-main {
  order: 1;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .spec-main {
    margin-bottom: 50px;
  }
}
@media (min-width: 1300px) {
  .spec-main {
    order: 1;
    flex: 1;
    width: auto;
    margin-bottom: 0;
  }
}
.spec-main img {
  display: block;
  width: 100%;
  height: auto;
}

.spec-accommodation {
  order: 2;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .spec-accommodation {
    align-self: flex-start;
    width: 35%;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .spec-accommodation {
    order: 2;
    width: 25%;
  }
}
.spec-accommodation > :last-child {
  margin-bottom: 0;
}
.spec-accommodation h4 {
  margin-bottom: 10px;
  color: #54585A;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .spec-accommodation h4 {
    font-size: 16px;
  }
}
.spec-accommodation table {
  width: 100%;
  margin-bottom: 50px;
}
.spec-accommodation table tr:first-of-type td {
  padding-top: 0;
}
.spec-accommodation table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: 0;
  color: #004165;
  font-weight: 500;
}
.spec-accommodation table td {
  padding: 10px;
  border-bottom: 1px solid #54585A;
  font-size: 14px;
  color: #54585A;
  text-align: right;
}
@media (min-width: 1600px) {
  .spec-accommodation table td {
    font-size: 16px;
  }
}
.spec-accommodation table td:first-of-type {
  padding-left: 0;
  text-align: left;
}
.spec-accommodation table td:last-of-type {
  padding-right: 0;
}

.accommodation-key-image {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .accommodation-key-image {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .accommodation-key-image {
    margin-top: 50px;
  }
}
.accommodation-key-image img {
  display: block;
  width: 100%;
  height: auto;
}

.spec-usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .spec-usps {
    width: 60%;
    margin-left: 5%;
  }
}
@media (min-width: 1300px) {
  .spec-usps {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    padding: 0;
  }
}

.spec-usp {
  display: flex;
  align-items: flex-start;
  width: 50%;
  margin-top: 15px;
  padding: 0 15px;
}
@media (min-width: 1300px) {
  .spec-usp {
    width: 25%;
    margin-top: 30px;
  }
}
.spec-usp:first-of-type, .spec-usp:nth-of-type(2) {
  margin-top: 0;
}
@media (min-width: 1300px) {
  .spec-usp:nth-of-type(3), .spec-usp:nth-of-type(4) {
    margin-top: 0;
  }
}

.spec-usp-icon {
  flex-shrink: 0;
  display: block;
  width: 40px;
  margin-right: 10px;
}
@media (min-width: 1300px) {
  .spec-usp-icon {
    width: 60px;
    margin-right: 15px;
  }
}
.spec-usp-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.spec-usp-text {
  flex: 1;
}
.spec-usp-text h5 {
  color: #004165;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .spec-usp-text h5 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .spec-usp-text h5 {
    font-size: 23px;
  }
}
.spec-usp-text p {
  font-size: 14px;
  color: #54585A;
}
@media (min-width: 992px) {
  .spec-usp-text p {
    font-size: 16px;
  }
}

.spec-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 101, 0.8);
  z-index: 110;
}
.spec-overlay.active {
  display: flex;
}

.spec-overlaty-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #54585A;
  background-color: #FFFFFF;
  z-index: 100;
}
.spec-overlaty-close:before, .spec-overlaty-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #004165;
}
.spec-overlaty-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.spec-overlaty-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spec-overlay-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .spec-overlay-content {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .spec-overlay-content {
    width: 66.6667%;
  }
}
@media (min-width: 1300px) {
  .spec-overlay-content {
    width: 58.3334%;
  }
}
@media (min-width: 1600px) {
  .spec-overlay-content {
    width: 50%;
  }
}

.spec-overlay-content-inner {
  display: block;
  width: 100%;
  padding: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .spec-overlay-content-inner {
    padding: 50px;
  }
}
.spec-overlay-content-inner h3 {
  margin-bottom: 20px;
  color: #004165;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .spec-overlay-content-inner h3 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .spec-overlay-content-inner h3 {
    font-size: 24px;
  }
}
.spec-overlay-content-inner p {
  margin-top: 15px;
  font-size: 15px;
  color: #54585A;
}
@media (min-width: 768px) {
  .spec-overlay-content-inner p {
    font-size: 16px;
  }
}
.spec-overlay-content-inner p strong {
  font-weight: 500;
}
.spec-overlay-content-inner ul {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.spec-overlay-content-inner ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  color: #54585A;
  font-size: 15px;
}
@media (min-width: 768px) {
  .spec-overlay-content-inner ul li {
    font-size: 16px;
  }
}
.spec-overlay-content-inner ul li:first-of-type {
  margin-top: 0;
}
.spec-overlay-content-inner ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #007C92;
}
@media (min-width: 768px) {
  .spec-overlay-content-inner ul li:before {
    top: 10px;
  }
}

.strategy {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007C92;
  overflow: hidden;
}
.strategy.in-view .strategy-img {
  transform: translate(-50%, -50%) rotate(0deg);
}
.strategy.in-view .strategy-text img,
.strategy.in-view .strategy-text p {
  opacity: 1;
  transform: translateY(0);
}

.strategy-img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 70vw;
  height: 70vw;
  max-width: 70vh;
  max-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 2s ease;
}
@media (min-width: 768px) {
  .strategy-img {
    left: 50%;
  }
}
.strategy-img--1 {
  background-image: url("../../img/strategy/strategy-layer-1.png");
  z-index: 1;
  transform: translate(-60vw, -50%);
}
.strategy-img--2 {
  background-image: url("../../img/strategy/strategy-layer-2.png");
  z-index: 2;
  transform: translate(-50%, 30vh);
}
.strategy-img--3 {
  background-image: url("../../img/strategy/strategy-layer-3.png");
  z-index: 3;
  transform: translate(10vw, -60vh);
}
.strategy-img--4 {
  background-image: url("../../img/strategy/strategy-layer-4.png");
  z-index: 4;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.strategy-text {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 220px;
  transform: translate(7vw, 6vh);
  z-index: 5;
}
@media (min-width: 768px) {
  .strategy-text {
    top: 50%;
    left: 50%;
    width: 280px;
  }
}
@media (min-width: 992px) {
  .strategy-text {
    width: 320px;
  }
}
@media (min-width: 1300px) {
  .strategy-text {
    width: 450px;
  }
}
@media (min-width: 1600px) {
  .strategy-text {
    width: 500px;
  }
}
.strategy-text img {
  display: block;
  width: 70%;
  height: auto;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.strategy-text p {
  margin-top: 20px;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
@media (min-width: 768px) {
  .strategy-text p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .strategy-text p {
    margin-top: 30px;
    font-size: 18px;
  }
}

.location {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
}

.location-img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.location-img img {
  display: block;
  width: 100%;
  height: auto;
}

.location-nav {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .location-nav {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .location-nav {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    z-index: 2;
  }
}
.location-nav ul {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .location-nav ul {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .location-nav ul {
    width: auto;
    justify-content: flex-end;
  }
}
.location-nav ul li {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .location-nav ul li {
    flex: 1;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .location-nav ul li {
    flex: initial;
    min-width: 120px;
    margin-left: 0;
  }
}
.location-nav ul li:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .location-nav ul li:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .location-nav ul li:last-of-type a {
    border-right: 1px solid #54585A;
  }
}
.location-nav ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #54585A;
  color: #54585A;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 992px) {
  .location-nav ul li a {
    padding: 8px 12px;
    border-right: 0;
    background-color: #FFFFFF;
  }
}
.location-nav ul li a:hover {
  color: #FFFFFF;
  background-color: #54585A;
}

.location-address {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 30px 15px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .location-address {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .location-address {
    position: absolute;
    top: 30px;
    left: 30px;
    width: auto;
    padding: 0;
    background-color: transparent;
    z-index: 2;
  }
}
@media (min-width: 1300px) {
  .location-address {
    top: 50px;
    left: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address {
    top: 80px;
    left: 80px;
  }
}
@media (min-width: 992px) {
  .location-address--left-top {
    top: 30px;
    left: 30px;
  }
}
@media (min-width: 1300px) {
  .location-address--left-top {
    top: 50px;
    left: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--left-top {
    top: 80px;
    left: 80px;
  }
}
.location-address--left-top .location-point-a {
  top: 50%;
  right: 0;
}
@media (min-width: 992px) {
  .location-address--left-center {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1300px) {
  .location-address--left-center {
    left: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--left-center {
    left: 80px;
  }
}
.location-address--left-center .location-point-a {
  top: 50%;
  right: 0;
}
@media (min-width: 992px) {
  .location-address--left-bottom {
    top: auto;
    bottom: 30px;
    left: 30px;
  }
}
@media (min-width: 1300px) {
  .location-address--left-bottom {
    top: auto;
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--left-bottom {
    top: auto;
    bottom: 80px;
    left: 80px;
  }
}
.location-address--left-bottom .location-point-a {
  top: 50%;
  right: 0;
}
@media (min-width: 992px) {
  .location-address--center-top {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1300px) {
  .location-address--center-top {
    top: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--center-top {
    top: 80px;
  }
}
.location-address--center-top .location-point-a {
  top: auto;
  bottom: 0;
  right: 50%;
}
@media (min-width: 992px) {
  .location-address--center-bottom {
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1300px) {
  .location-address--center-bottom {
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--center-bottom {
    bottom: 80px;
  }
}
.location-address--center-bottom .location-point-a {
  top: 0;
  right: 50%;
}
@media (min-width: 992px) {
  .location-address--right-center {
    top: 50%;
    right: 30px;
    left: auto;
    transform: translateY(-50%);
  }
}
@media (min-width: 1300px) {
  .location-address--right-center {
    right: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--right-center {
    right: 80px;
  }
}
.location-address--right-center .location-point-a {
  top: 50%;
  right: auto;
  left: 0;
}
@media (min-width: 992px) {
  .location-address--right-bottom {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .location-address--right-bottom {
    right: 50px;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .location-address--right-bottom {
    right: 80px;
    bottom: 80px;
  }
}
.location-address--right-bottom .location-point-a {
  top: 50%;
  right: auto;
  left: 0;
}

.location-address-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  border: 1px solid #00ADD0;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .location-address-inner {
    padding: 30px 50px;
    background-color: #FFFFFF;
  }
}
.location-address-inner img {
  display: block;
  width: 150px;
  height: auto;
}
.location-address-inner address {
  display: block;
  margin-top: 15px;
  padding-left: 65px;
  color: #54585A;
  font-size: 16px;
}
@media (min-width: 768px) {
  .location-address-inner address {
    font-size: 18px;
  }
}

.location-point-a {
  position: absolute;
  top: 0;
  left: 10%;
  width: 2px;
  height: 2px;
}
@media (min-width: 992px) {
  .location-point-a {
    top: 70%;
    right: 0;
    left: auto;
  }
}

.location-point-b {
  position: absolute;
  top: 54%;
  left: 37.5%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00ADD0;
  z-index: 2;
  -webkit-animation: scale 1s infinite;
          animation: scale 1s infinite;
}
@media (min-width: 768px) {
  .location-point-b {
    top: 55%;
    left: 38%;
  }
}

@-webkit-keyframes scale {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(4);
  }
}

@keyframes scale {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(4);
  }
}
.location-line {
  display: none;
  width: 0;
  height: 1px;
  background-color: #00ADD0;
  z-index: 1;
}
@media (min-width: 992px) {
  .location-line {
    display: block;
  }
}

.location-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0;
  overflow: hidden;
  z-index: 110;
}
@media (min-width: 768px) {
  .location-overlay {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .location-overlay {
    padding: 120px 0;
  }
}
.location-overlay.active {
  display: block;
}

.location-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 101, 0.8);
  pointer-events: initial;
  z-index: 1;
}

.location-overlay-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.location-overlay-inner .container,
.location-overlay-inner .row {
  height: 100%;
}
.location-overlay-inner .row {
  align-items: center;
  padding: 0 15px;
}

.location-overlay-content {
  display: block;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  pointer-events: initial;
}
@media (min-width: 768px) {
  .location-overlay-content--singular {
    width: 83.3334%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .location-overlay-content--singular {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .location-overlay-content--singular {
    width: 66.6667%;
  }
}
@media (min-width: 1600px) {
  .location-overlay-content--singular {
    width: 58.3334%;
  }
}
.location-overlay-content--singular .location-overlay-text {
  width: 100%;
}

.location-overlay-content-inner {
  display: block;
  width: 100%;
  padding: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .location-overlay-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 1300px) {
  .location-overlay-content-inner {
    min-height: 650px;
    padding: 50px;
  }
}

.location-overlay-text {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .location-overlay-text {
    width: 41.6667%;
  }
}
@media (min-width: 992px) {
  .location-overlay-text {
    width: 50%;
  }
}
.location-overlay-text h4 {
  color: #004165;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .location-overlay-text h4 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .location-overlay-text h4 {
    font-size: 24px;
  }
}
.location-overlay-text h4 span {
  color: #54585A;
  font-size: 70%;
  font-weight: 300;
}
.location-overlay-text table {
  width: 100%;
  margin-top: 20px;
}
.location-overlay-text table tr:first-of-type td {
  padding-top: 0;
  color: #004165;
  font-weight: 500;
}
.location-overlay-text table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: 0;
}
.location-overlay-text table td {
  padding: 7px 10px;
  border-bottom: 1px solid #54585A;
  font-size: 14px;
  color: #54585A;
}
@media (min-width: 768px) {
  .location-overlay-text table td {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .location-overlay-text table td {
    font-size: 16px;
  }
}
.location-overlay-text table td:first-of-type {
  padding-left: 0;
}
.location-overlay-text table td:last-of-type {
  padding-right: 0;
  text-align: right;
}
.location-overlay-text p {
  margin-top: 20px;
  font-size: 16px;
  color: #54585A;
}
@media (min-width: 768px) {
  .location-overlay-text p {
    font-size: 18px;
  }
}

.location-overlay-media {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .location-overlay-media {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .location-overlay-media {
    width: 41.6667%;
  }
}
.location-overlay-media--no-text {
  margin-top: 0;
}
@media (min-width: 768px) {
  .location-overlay-media--no-text {
    flex: 1;
    width: auto;
  }
}

.location-overlay-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 768px) {
  .location-overlay-image {
    height: 100%;
    padding: 0;
  }
}
.location-overlay-image--cover {
  background-size: cover;
}
.location-overlay-image--contain {
  background-size: contain;
}

.location-overlay-image-expand {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/icon-expand.svg");
  background-color: #004165;
  z-index: 2;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .location-overlay-image-expand {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1300px) {
  .location-overlay-image-expand {
    width: 50px;
    height: 50px;
  }
}
.location-overlay-image-expand:hover {
  background-color: #00ADD0;
}

.location-overlay-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #54585A;
  background-color: #FFFFFF;
  z-index: 10;
}
.location-overlay-close:before, .location-overlay-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #004165;
}
.location-overlay-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.location-overlay-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.location-key {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  border: 1px solid #00ADD0;
  border-radius: 8px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .location-key {
    padding: 15px;
    background-color: #FFFFFF;
  }
}
.location-key .key-row {
  display: flex;
}
.location-key img {
  display: block;
  width: 80px;
  height: auto;
  margin-right: 15px;
}
.location-key h4 {
  font-size: 18px;
  font-weight: 400;
  color: #007C92;
  margin-bottom: 10px;
}
.location-key .text {
  display: block;
  margin-top: 15px;
  padding-left: 65px;
  color: #54585A;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .location-key .text {
    font-size: 13px;
  }
}
.location-key address {
  display: block;
  margin-top: 15px;
  padding-left: 65px;
  color: #54585A;
  font-size: 16px;
}
@media (min-width: 768px) {
  .location-key address {
    font-size: 18px;
  }
}

.page-break {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #004165;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-break {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.page-break--dark-blue {
  background-color: #004165;
}
.page-break--deep-blue {
  background-color: #006BA6;
}
.page-break--blue {
  background-color: #007C92;
}
.page-break--light-blue {
  background-color: #00ADD0;
}
.page-break--white {
  background-color: #FFFFFF;
}
.page-break--white .page-break-text p {
  color: #323232;
}
.page-break--texture {
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern-large.png");
}
.page-break.in-view .page-break-img {
  opacity: 1;
  transform: translate(0, 0);
}
.page-break.in-view .page-break-img--4 {
  transform: rotate(0);
}
.page-break.in-view .page-break-text img,
.page-break.in-view .page-break-text p {
  opacity: 1;
  transform: translateY(0);
}

.page-break-content {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .page-break-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-break-graphic {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 41.6667vw;
  height: 41.6667vw;
  z-index: 1;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .page-break-graphic {
    top: 50%;
    left: 50%;
    width: 70vw;
    height: 70vw;
    max-width: 70vh;
    max-height: 70vh;
    transform: translate(-50%, -50%);
  }
}

.page-break-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s, transform 2s ease;
}
.page-break-img--1 {
  transform: translate(-40%, 0%);
  z-index: 1;
}
.page-break-img--2 {
  transform: translate(0%, 70%);
  z-index: 2;
}
.page-break-img--3 {
  transform: translate(30%, -30%);
  z-index: 3;
}
.page-break-img--4 {
  transform: rotate(-180deg);
  z-index: 4;
}

.page-break-text {
  position: relative;
  display: block;
  width: 58.3334%;
  margin-left: auto;
  padding: 0 15px;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-break-text {
    margin-left: 0;
    transform: translate(calc(50% + 45px), calc(50% + 60px));
    width: 320px;
  }
}
@media (min-width: 1300px) {
  .page-break-text {
    width: 450px;
    transform: translate(calc(50% + 60px), calc(50% + 75px));
  }
}
@media (min-width: 1600px) {
  .page-break-text {
    width: 500px;
    transform: translate(calc(50% + 75px), calc(50% + 90px));
  }
}
@media (min-width: 1300px) {
  .page-break-text--shorter p {
    padding-right: 15%;
  }
}
@media (min-width: 1600px) {
  .page-break-text--shorter p {
    padding-right: 25%;
  }
}
.page-break-text img {
  display: block;
  width: 70%;
  height: auto;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.page-break-text p {
  margin-top: 20px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
@media (min-width: 768px) {
  .page-break-text p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-break-text p {
    margin-top: 30px;
  }
}

.about {
  position: relative;
  padding: 50px 0;
  background-color: #004165;
  z-index: 1;
}
@media (min-width: 768px) {
  .about {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .about {
    padding: 160px 0 120px;
  }
}

.about-content {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.about-text {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .about-text {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .about-text {
    width: 58.3334%;
  }
}
@media (min-width: 1300px) {
  .about-text {
    width: 50%;
  }
}
.about-text > img {
  display: block;
  width: 55%;
  height: auto;
}
.about-text h3 {
  margin: 30px 0;
  color: #FFFFFF;
  font-family: "Futura Std", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .about-text h3 {
    margin: 40px 0 30px;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .about-text h3 {
    margin: 50px 0 30px;
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .about-text h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .about-text h3 {
    font-size: 40px;
  }
}
.about-text p {
  margin-top: 15px;
  font-size: 15px;
  color: #FFFFFF;
}
.about-text p:first-of-type {
  margin-top: 0;
}
.about-text p a {
  color: #00ADD0;
  font-weight: 500;
}
.about-text p strong {
  font-family: "Futura Std", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.about-aside {
  display: block;
  width: 83.3334%;
  margin-top: 50px;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .about-aside {
    width: 41.6667%;
    margin-top: 0;
  }
}

.about-graphic {
  position: relative;
  width: 100%;
}

.about-graphic-layers {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.about-graphic-layer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-graphic-layer:nth-of-type(1) {
  z-index: 1;
}
.about-graphic-layer:nth-of-type(2) {
  z-index: 2;
}
.about-graphic-layer:nth-of-type(3) {
  z-index: 3;
}
.about-graphic-layer:nth-of-type(4) {
  z-index: 4;
}
.about-graphic-layer:nth-of-type(5) {
  z-index: 5;
}
.about-graphic-layer:nth-of-type(6) {
  z-index: 6;
}
.about-graphic-layer:nth-of-type(7) {
  z-index: 7;
}
.about-graphic-layer:nth-of-type(8) {
  z-index: 8;
}
.about-graphic-layer:nth-of-type(9) {
  z-index: 9;
}
.about-graphic-layer:nth-of-type(10) {
  z-index: 10;
}
.about-graphic-layer:not(.about-graphic-layer:last-of-type):nth-of-type(even) {
  -webkit-animation: about-rotate-1 4s infinite;
          animation: about-rotate-1 4s infinite;
}
.about-graphic-layer:not(.about-graphic-layer:last-of-type):nth-of-type(odd) {
  -webkit-animation: about-rotate-2 4s infinite;
          animation: about-rotate-2 4s infinite;
}

@-webkit-keyframes about-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}

@keyframes about-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@-webkit-keyframes about-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@keyframes about-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  66.6667%, 100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
.about-graph {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about-graph {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .about-graph {
    margin-top: 50px;
  }
}
.about-graph img {
  display: block;
  max-width: 420px;
  width: 100%;
  height: auto;
}

.contact {
  position: relative;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern-large.png");
  background-color: #FFFFFF;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .contact {
    padding: 120px 0;
  }
}

.contact-content {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
}
@media (min-width: 768px) {
  .contact-content {
    width: 100%;
    margin-left: 0;
  }
}

.contact-main {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .contact-main {
    width: 58.3334%;
  }
}
.contact-main h3 {
  margin-bottom: 20px;
  color: #004165;
  font-family: "Futura Std", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .contact-main h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .contact-main h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .contact-main h3 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .contact-main h3 {
    font-size: 55px;
  }
}
.contact-main p {
  font-size: 15px;
  color: #323232;
}
@media (min-width: 768px) {
  .contact-main p {
    font-size: 16px;
  }
}

.contact-methods {
  display: block;
  width: 100%;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .contact-methods {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-methods {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 50px;
  }
}

.contact-form {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .contact-form {
    width: 41.6667%;
  }
}
.contact-form .nf-before-form-content,
.contact-form .nf-after-form-content {
  display: none;
}
.contact-form .nf-field-container {
  margin-bottom: 10px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  border-radius: 0;
  background: #FFFFFF !important;
  resize: none;
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.contact-form ::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.contact-form :-moz-placeholder {
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.contact-form ::-moz-placeholder {
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.contact-form :-ms-input-placeholder {
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.contact-form #nf-field-8-wrap .nf-field-element > div {
  background: #FFFFFF;
}
.contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  border-radius: 0;
  resize: none;
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.contact-form input[type=button] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 60px !important;
  border: 1px solid #004165 !important;
  border-radius: 25px !important;
  color: #004165 !important;
  font-size: 16px !important;
  font-family: acumin-pro, sans-serif !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  cursor: pointer !important;
  transition: color 0.2s, background-color 0.2s !important;
}
.contact-form input[type=button]:hover {
  color: #FFFFFF !important;
  background-color: #004165 !important;
}

.contact-details {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-details {
    width: 50%;
    margin-top: 0;
    margin-left: 8.3334%;
  }
}
.contact-details > :first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .contact-details > :nth-child(2) {
    margin-top: 0;
  }
}

.contact-agent {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .contact-agent {
    width: 50%;
  }
}
.contact-agent:first-of-type {
  margin-top: 0;
}
.contact-agent img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}

.contact-agents {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.contact-agents a {
  display: block;
  font-size: 15px;
  color: #323232;
}
@media (min-width: 768px) {
  .contact-agents a {
    font-size: 16px;
  }
}
.contact-agents p {
  margin-top: 30px;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contact-agents p {
    font-size: 18px;
  }
}
.contact-agents p:first-of-type {
  margin-top: 0;
}

.contact-bottom {
  display: block;
  width: 83.3334%;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .contact-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }
}

.contact-bottom-item {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .contact-bottom-item {
    width: auto;
    margin-top: 0;
    text-align: center;
  }
}
.contact-bottom-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .contact-bottom-item:first-of-type {
    order: 1;
  }
}
@media (min-width: 768px) {
  .contact-bottom-item:last-of-type {
    order: 0;
    margin-right: 30px;
  }
}
@media (min-width: 1300px) {
  .contact-bottom-item:last-of-type {
    margin-right: 60px;
  }
}
.contact-bottom-item span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #323232;
}
@media (min-width: 768px) {
  .contact-bottom-item span {
    font-size: 16px;
  }
}
.contact-bottom-item a {
  display: inline-block;
}
.contact-bottom-item a img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-bottom-item a img.contact-logo-1 {
  width: 200px;
}
@media (min-width: 768px) {
  .contact-bottom-item a img.contact-logo-1 {
    width: 240px;
  }
}
@media (min-width: 1300px) {
  .contact-bottom-item a img.contact-logo-1 {
    width: 280px;
  }
}
.contact-bottom-item a img.contact-logo-2 {
  width: 125px;
}

.values {
  position: relative;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern-large.png");
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .values {
    padding: 80px 0;
  }
}
.values-content {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .values-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

.values-content-heading {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .values-content-heading {
    width: auto;
  }
}
.values-content-heading h4 {
  font-size: 22px;
  color: #004165;
  font-family: "Futura Std", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .values-content-heading h4 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .values-content-heading h4 {
    font-size: 30px;
  }
}
.values-content-text {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-content-text {
    width: 50%;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .values-content-text {
    flex: 1;
    width: auto;
    max-width: 670px;
    margin: 0 auto;
    padding: 0 45px;
  }
}
.values-content-text p {
  margin-top: 15px;
  font-size: 15px;
  color: #54585A;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .values-content-text p {
    font-size: 16px;
  }
}
.values-content-text p:first-of-type {
  margin-top: 0;
}

.values-content-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.values-content-icon img {
  display: block;
  width: 100px;
  height: auto;
}
.values-content-icon span {
  display: block;
  margin-left: 30px;
  font-size: 15px;
  color: #54585A;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .values-content-icon span {
    font-size: 16px;
  }
}

.values-content-image {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-content-image {
    width: 50%;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .values-content-image {
    width: auto;
    margin-top: 0;
  }
}
.values-content-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: rotate-linear 10s linear infinite;
          animation: rotate-linear 10s linear infinite;
}
@media (min-width: 992px) {
  .values-content-image img {
    max-width: 200px;
  }
}
@media (min-width: 1300px) {
  .values-content-image img {
    max-width: 300px;
  }
}

.values-efficiency {
  position: relative;
  display: block;
  width: 100%;
  margin: 50px 0;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .values-efficiency {
    margin: 80px 0;
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .values-efficiency {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.values-efficiency:before, .values-efficiency:after {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  height: 1px;
  background-color: #979797;
}
.values-efficiency:before {
  top: 0;
}
.values-efficiency:after {
  bottom: 0;
}

.values-renewable {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  .values-renewable {
    margin: 0 0 80px 0;
    padding: 0 0 80px 0;
  }
}
@media (min-width: 992px) {
  .values-renewable {
    display: flex;
    justify-content: flex-start;
  }
}
.values-renewable:after {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  height: 1px;
  background-color: #979797;
}
.values-renewable:after {
  bottom: 0;
}

.values-renewable-main .row {
  margin: 0px 0px;
}

.values-renewable-graphic {
  padding: 0 15px;
  display: block;
  width: 83.3334%;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 30px;
}
.values-renewable-graphic img {
  width: 275px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .values-renewable-graphic {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .values-renewable-graphic {
    width: auto;
    padding: 0 0;
    margin-top: 0px;
    padding-right: 15px;
  }
}

.values-renewable-heading {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-renewable-heading {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .values-renewable-heading {
    width: auto;
  }
}
.values-renewable-heading h5 {
  font-size: 22px;
  color: #004165;
  font-family: "Futura Std", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .values-renewable-heading h5 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .values-renewable-heading h5 {
    font-size: 30px;
  }
}
.values-renewable-heading h5 strong {
  color: #00ADD0;
}

.values-renewable-body {
  display: block;
  width: 83.3334%;
  margin: 30px auto 0;
  padding: 0 15px;
}
.values-renewable-body p {
  margin: 0px 0px 15px 0px;
}
@media (min-width: 768px) {
  .values-renewable-body {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .values-renewable-body {
    flex: 1;
    width: auto;
    margin: 0 auto;
    padding-left: 85px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .values-renewable-body {
    padding-left: 165px;
  }
}

.values-efficiency-heading {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-efficiency-heading {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .values-efficiency-heading {
    width: auto;
  }
}
.values-efficiency-heading h5 {
  font-size: 22px;
  color: #004165;
  font-family: "Futura Std", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .values-efficiency-heading h5 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .values-efficiency-heading h5 {
    font-size: 30px;
  }
}
.values-efficiency-heading h5 strong {
  color: #00ADD0;
}

.values-efficiency-graphic {
  display: block;
  width: 83.3334%;
  margin: 30px auto 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-efficiency-graphic {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .values-efficiency-graphic {
    flex: 1;
    width: auto;
    margin: 0 auto;
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .values-efficiency-graphic {
    padding-left: 140px;
  }
}
.values-efficiency-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.values-features {
  display: block;
}
@media (min-width: 992px) {
  .values-features {
    width: 100%;
    display: flex;
  }
}

.values-features-heading {
  display: block;
  width: 83.3334%;
  margin-left: 8.3334%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-features-heading {
    width: 370px;
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .values-features-heading {
    width: 340px;
  }
}
@media (min-width: 1600px) {
  .values-features-heading {
    width: 450px;
  }
}
.values-features-heading h4 {
  font-size: 22px;
  color: #00ADD0;
  font-family: "Futura Std", sans-serif;
  line-height: 1.2;
}
.values-features-heading h4 strong br {
  display: block;
}
@media (min-width: 768px) {
  .values-features-heading h4 strong br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .values-features-heading h4 strong br {
    display: block;
  }
}
@media (min-width: 768px) {
  .values-features-heading h4 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .values-features-heading h4 {
    font-size: 30px;
  }
}
.values-features-heading h4 strong {
  color: #004165;
}

.values-features-items {
  display: block;
  width: 83.3334%;
  margin-top: 30px;
  margin-left: 8.3334%;
}
@media (min-width: 768px) {
  .values-features-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .values-features-items {
    margin-top: 0px;
  }
}

.values-features-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .values-features-item {
    width: 50%;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .values-features-item {
    width: 33.3334%;
  }
}
.values-features-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .values-features-item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .values-features-item:nth-of-type(3) {
    margin-top: 0;
  }
}
.values-features-item img {
  display: block;
  width: 58px;
  height: auto;
}
.values-features-item p {
  margin-left: 15px;
  font-size: 15px;
  color: #54585A;
}

.values-badges {
  width: 450px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: -25px;
  margin-bottom: 50px;
}
.values-badges .row {
  margin: 0px 0px;
}
.values-badges .row .values-badge {
  width: 50%;
  text-align: center;
  padding: 0px 10px;
}
.values-badges .row .values-badge .values-badge-inner .badge img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .values-badges .row .values-badge .values-badge-inner .badge img {
    width: 122px;
  }
}
.values-badges .row .values-badge .values-badge-inner .caption {
  font-size: 15px;
  color: #54585A;
  line-height: 1.3;
}
@media (min-width: 1300px) {
  .values-badges .row .values-badge .values-badge-inner .caption {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .values-badges .row .values-badge {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  .values-badges {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .values-badges {
    margin-left: -50px;
  }
}

.demographics {
  position: relative;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/marble-pattern-large.png");
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .demographics {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .demographics {
    padding: 160px 0;
    background-image: none;
  }
}
@media (min-width: 1300px) {
  .demographics:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/patterns/marble-pattern.png");
    z-index: 1;
  }
}
.demographics .container {
  position: relative;
  z-index: 2;
}

.demographics-graphics-wrap {
  display: flex;
}

.demographics-content {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .demographics-content {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .demographics-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.demographics-text {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .demographics-text {
    width: 41.6667%;
  }
}
@media (min-width: 1300px) {
  .demographics-text {
    width: 39.6667%;
  }
}
@media (min-width: 1600px) {
  .demographics-text {
    width: 35%;
  }
}
.demographics-text img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.demographics-text h3 {
  margin-bottom: 30px;
  color: #004165;
  font-family: "Futura Std", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .demographics-text h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .demographics-text h3 {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .demographics-text h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .demographics-text h3 {
    font-size: 40px;
  }
}
.demographics-text h3 strong {
  color: #00ADD0;
}
.demographics-text p {
  margin-top: 15px;
  font-size: 16px;
  color: #323232;
}
.demographics-text p:first-of-type {
  margin-top: 0;
}

.demographics-graphics {
  width: 100%;
  margin-top: 50px;
  display: block;
}
.demographics-graphics .logos-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .demographics-graphics .logos-wrap img {
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  .demographics-graphics {
    width: 45%;
    margin-top: 0;
  }
}

.demographics-graphic {
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .demographics-graphic {
    width: 50%;
    margin-top: 0;
  }
}
.demographics-graphic:first-of-type {
  margin-top: 0;
}
.demographics-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.plot-alt {
  background-color: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
}
.plot-alt .row {
  margin: 0px 0px;
}
@media (min-width: 992px) {
  .plot-alt .row {
    margin: 0px -30px;
  }
}
.plot-alt .plot-alt-features .row .plot-alt-feature {
  width: 100%;
  margin-bottom: 40px;
}
.plot-alt .plot-alt-features .row .plot-alt-feature:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .plot-alt .plot-alt-features .row .plot-alt-feature {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .plot-alt .plot-alt-features {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .plot-alt .plot-alt-features {
    flex: 1;
    width: auto;
  }
}
@media (min-width: 768px) {
  .plot-alt {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .plot-alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .plot-alt {
    padding: 90px 0;
  }
}

.plot-alt-content {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .plot-alt-content {
    margin: 0px 0px 50px 0px;
  }
}
@media (min-width: 992px) {
  .plot-alt-content {
    width: auto;
    margin: 0px 0px;
  }
}

.plot-alt-content-heading {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .plot-alt-content-heading {
    padding: 0 0;
  }
}
@media (min-width: 992px) {
  .plot-alt-content-heading {
    width: auto;
    padding: 0 15px;
  }
}
.plot-alt-content-heading h4 {
  font-size: 22px;
  color: #004165;
  font-family: "Futura Std", sans-serif;
  line-height: 1.2;
  margin: 0px 0px 35px 0px;
}
.plot-alt-content-heading h4 strong {
  color: #00ADD0;
}
@media (min-width: 768px) {
  .plot-alt-content-heading h4 {
    font-size: 26px;
    margin: 0px 0px;
  }
}
@media (min-width: 992px) {
  .plot-alt-content-heading h4 {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .plot-alt-content-heading h4 {
    font-size: 35px;
  }
}

.plot-alt-features {
  display: block;
  width: 100%;
}
.values-content-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.values-content-icon img {
  display: block;
  width: 100px;
  height: auto;
}
.values-content-icon span {
  display: block;
  margin-left: 30px;
  font-size: 15px;
  color: #54585A;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .values-content-icon span {
    font-size: 16px;
  }
}

.plot-alt-graphic {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .plot-alt-graphic {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .plot-alt-graphic {
    width: auto;
  }
}
.plot-alt-graphic img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: rotate-linear 10s linear infinite;
          animation: rotate-linear 10s linear infinite;
}
@media (min-width: 992px) {
  .plot-alt-graphic img {
    max-width: 200px;
  }
}
@media (min-width: 1300px) {
  .plot-alt-graphic img {
    max-width: 300px;
  }
}

@media (min-width: 1300px) {
  .plot-alt-features .plot-alt-features-inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .plot-alt-features .plot-alt-features-inner {
    max-width: 650px;
  }
}
.plot-alt-features .row {
  margin: 0px 0px;
}
.plot-alt-features .row .plot-alt-feature {
  width: 50%;
  text-align: left;
  padding: 0px 10px;
}
.plot-alt-features .row .plot-alt-feature .plot-alt-feature-inner {
  width: 250px;
  max-width: 100%;
  padding: 0px 15px;
}
.plot-alt-features .row .plot-alt-feature .plot-alt-feature-inner .icon img {
  display: block;
  margin-bottom: 15px;
  width: 100px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1600px) {
  .plot-alt-features .row .plot-alt-feature .plot-alt-feature-inner .icon img {
    width: 122px;
    margin-bottom: 20px;
  }
}
.plot-alt-features .row .plot-alt-feature .plot-alt-feature-inner .description {
  font-size: 15px;
  color: #004165;
  line-height: 1.3;
}
@media (min-width: 1300px) {
  .plot-alt-features .row .plot-alt-feature .plot-alt-feature-inner .description {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .plot-alt-features .row .plot-alt-feature .plot-alt-feature-inner {
    padding: 0px 0px;
  }
}
@media (min-width: 992px) {
  .plot-alt-features .row .plot-alt-feature {
    padding: 0px 15px;
    width: 100%;
  }
}

.plot-alt-siteplans {
  background-color: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .plot-alt-siteplans {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .plot-alt-siteplans {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.plot-alt-siteplans-main .plot-alt-siteplans-body .row {
  margin: 0px 0px;
  justify-content: space-between;
}
.plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-heading {
  width: 100%;
}
.plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-heading .heading h4 {
  color: #323232;
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}
.plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-main {
  width: 100%;
}
.plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-main .plot-alt-siteplans-inner .siteplan img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-main .plot-alt-siteplans-inner {
    padding-right: 50px;
  }
}
@media (min-width: 1300px) {
  .plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-main .plot-alt-siteplans-inner {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-main {
    width: 70%;
  }
}
.plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-features {
  width: 100%;
}
@media (min-width: 992px) {
  .plot-alt-siteplans-main .plot-alt-siteplans-body .row .plot-alt-siteplans-main-col-features {
    width: 30%;
  }
}

.plot-alt-siteplans-main-col-features .plot-alt-features {
  max-width: 100%;
  margin-top: 30px;
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature {
  width: 50%;
  margin: 0px 0px 20px 0px;
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row {
  margin: 0px 0px;
  align-items: center;
  justify-content: space-between;
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col.plot-alt-feature-col-icon {
  width: 60px;
}
@media (min-width: 768px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col.plot-alt-feature-col-icon {
    width: 75px;
  }
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col.plot-alt-feature-col-body {
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col.plot-alt-feature-col-body {
    width: calc(100% - 75px);
  }
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col .heading {
  font-size: 18px;
  color: #004165;
  line-height: 1;
  font-weight: 500;
  margin: 0px 0px 2px 0px;
}
@media (min-width: 768px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col .heading {
    font-size: 23px;
  }
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col .description {
  font-size: 15px;
  color: #323232;
  line-height: 1.3;
}
@media (min-width: 1300px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col .description {
    font-size: 16px;
  }
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col .icon img {
  width: 44px;
  height: auto;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature .row .plot-alt-feature-col .icon img {
    width: 54px;
  }
}
.plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature:last-of-type {
  margin: 0px 0px;
}
@media (min-width: 992px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features .plot-alt-feature {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .plot-alt-siteplans-main-col-features .plot-alt-features {
    width: 315px;
    float: right;
    margin-top: 0px;
  }
}

.plot-alt-siteplans-nav {
  margin: 40px 0px 0px 0px;
}
.plot-alt-siteplans-nav .plot-alt-siteplans-tabs {
  margin: 0px 0px;
}
.plot-alt-siteplans-nav .plot-alt-siteplans-tabs li {
  color: #54585A;
  line-height: 1;
  padding: 15px 40px;
  display: block;
  text-align: center;
  border: 1px solid #54585A;
  cursor: pointer;
}
.plot-alt-siteplans-nav .plot-alt-siteplans-tabs li.active {
  background-color: #00ADD0;
  color: #FFFFFF;
}
.plot-alt-siteplans-nav .plot-alt-siteplans-tabs li:last-of-type {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .plot-alt-siteplans-nav .plot-alt-siteplans-tabs li:last-of-type {
    margin-left: -1px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .plot-alt-siteplans-nav .plot-alt-siteplans-tabs li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .plot-alt-siteplans-nav .plot-alt-siteplans-tabs {
    display: flex;
  }
}
.plot-alt-siteplans-nav.plot-alt-siteplans-nav-desktop {
  display: none;
}
@media (min-width: 992px) {
  .plot-alt-siteplans-nav.plot-alt-siteplans-nav-desktop {
    display: block;
  }
}
.plot-alt-siteplans-nav.plot-alt-siteplans-nav-mobile {
  display: block;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 992px) {
  .plot-alt-siteplans-nav.plot-alt-siteplans-nav-mobile {
    display: none;
  }
}

#plot-alt-seperator {
  position: relative;
  background-color: #FFFFFF;
}
#plot-alt-seperator .seperator {
  width: 100%;
  border-bottom: 1px solid #979797;
}
