/*// Foundation for Sites by ZURB*/
/*// foundation.zurb.com*/
/*// Licensed under MIT Open Source*/

 /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 /* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }
 /*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */.flipster{display:block;overflow-x:hidden;overflow-y:visible;position:relative}.flipster:focus{outline:none}.flipster__container,.flipster__item{margin:0;padding:0;list-style-type:none;position:relative}.flipster__container{display:block;white-space:nowrap;word-spacing:-0.25em;transform-origin:50% 50%;backface-visibility:hidden}.flipster__item{display:inline-block;white-space:normal;word-spacing:normal;vertical-align:bottom}.flipster--click .flipster__item--past,.flipster--click .flipster__item--future{cursor:pointer}.flipster__item img{max-width:100%}.flipster__button{position:absolute;top:50%;display:block;appearance:none;background:none;border:none;padding:0;z-index:999;cursor:pointer;font-size:15px;opacity:.5;transition:opacity 500ms ease;margin:-1em 2em}.flipster__button svg{width:2em;stroke:currentColor;fill:transparent;stroke-width:3;stroke-linecap:round}.flipster__button:hover,.flipster__button:focus{opacity:1}.flipster__button--prev{left:0}.flipster__button--next{right:0}.flipster__nav,.flipster__nav__item{list-style-type:none;margin:0;padding:0}.flipster__nav{display:block;margin:0 0 4em;text-align:center;position:relative}.flipster__nav__item{display:inline-block;margin:0 .25em}.flipster__nav__link{display:block;color:inherit;padding:.5em 1em;position:relative;overflow:hidden;transition:all 250ms ease-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster__nav__link::after{content:'';display:block;background:#232221;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform:translateY(100%) translateY(-0.25em);transition:inherit}.flipster__nav__item--current>.flipster__nav__link,.flipster__nav__link:hover,.flipster__nav__link:focus{color:#fff}.flipster__nav__item--current>.flipster__nav__link::after,.flipster__nav__link:hover::after,.flipster__nav__link:focus::after{transform:translateY(0)}.flipster__nav__child{display:none;position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding:.5em;background:#4e4441;z-index:1}.flipster__nav__child .flipster__nav__link{color:#fff}.flipster__nav__child .flipster__nav__link::after{background:#fff}.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,.flipster__nav__child .flipster__nav__link:hover,.flipster__nav__child .flipster__nav__link:focus{color:#232221}.flipster__nav__item--current .flipster__nav__child{display:block}.flipster--carousel .flipster__container,.flipster--carousel .flipster__item,.flipster--carousel .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--carousel .flipster__item{perspective:800px}.flipster--carousel .flipster__item--past,.flipster--carousel .flipster__item--future{opacity:0;transition-delay:115ms}.flipster--carousel .flipster__item--past-2,.flipster--carousel .flipster__item--future-2{opacity:.6;transition-delay:90ms}.flipster--carousel .flipster__item--past-1,.flipster--carousel .flipster__item--future-1{opacity:.8;transition-delay:60ms}.flipster--carousel .flipster__item--past .flipster__item__content{transform:translateX(100%) rotateY(-20deg) scale(.5)}.flipster--carousel .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) rotateY(40deg) scale(.65)}.flipster--carousel .flipster__item--past-1 .flipster__item__content{transform:rotateY(45deg) scale(.8)}.flipster--carousel .flipster__item--future .flipster__item__content{transform:translateX(-100%) rotateY(20deg) scale(.5)}.flipster--carousel .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) rotateY(-40deg) scale(.65)}.flipster--carousel .flipster__item--future-1 .flipster__item__content{transform:rotateY(-45deg) scale(.8)}.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content{transform:translateX(175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content{transform:translateX(-175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel .flipster__item--current .flipster__item__content{transform:translateX(0) rotateY(0deg) scale(1);transition-delay:60ms}.flipster--coverflow .flipster__container,.flipster--coverflow .flipster__item,.flipster--coverflow .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--coverflow .flipster__item{perspective:800px}.flipster--coverflow .flipster__container{padding-bottom:5%}.flipster--coverflow .flipster__item__content{transform-origin:50% 100%;box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent));-webkit-box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent))}.flipster--coverflow .flipster__item__content img:only-child{display:block}.flipster--coverflow .flipster__item--past .flipster__item__content{transform-origin:0 50%;transform:scale(.75) rotateY(55deg)}.flipster--coverflow .flipster__item--future .flipster__item__content{transform-origin:100% 50%;transform:scale(.75) rotateY(-55deg)}.flipster--coverflow .flip-current .flipster__item__content{transform:rotateY(0deg)}.flipster--flat .flipster__container,.flipster--flat .flipster__item,.flipster--flat .flipster__item__content{transition:all 400ms ease-in-out}.flipster--flat .flipster__item--past,.flipster--flat .flipster__item--future{opacity:.5}.flipster--flat .flipster__item--past .flipster__item__content{transform:scale(.75)}.flipster--flat .flipster__item--future .flipster__item__content{transform:scale(.75)}.flipster--wheel{overflow:hidden}.flipster--wheel .flipster__container,.flipster--wheel .flipster__item__content{transition:all 400ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--wheel .flipster__container{padding-bottom:20%}.flipster--wheel .flipster__item__content{transform-origin:50% 100%}.flipster--wheel .flipster__item--past .flipster__item__content{transform-origin:100% 100%}.flipster--wheel .flipster__item--future .flipster__item__content{transform-origin:0 100%}.flipster--wheel .flipster__item__content img:only-child{display:block}.flipster--wheel .flipster__item--past .flipster__item__content{opacity:0;transform:rotateZ(-80deg) translate(-170%, 110%)}.flipster--wheel .flipster__item--future .flipster__item__content{opacity:0;transform:rotateZ(80deg) translate(170%, 110%)}.flipster--wheel .flipster__item--past-3 .flipster__item__content{opacity:1;transform:rotateZ(-60deg) translate(-70%, 75%)}.flipster--wheel .flipster__item--future-3 .flipster__item__content{opacity:1;transform:rotateZ(60deg) translate(70%, 75%)}.flipster--wheel .flipster__item--past-2 .flipster__item__content{opacity:1;transform:rotateZ(-40deg) translate(-17%, 30%)}.flipster--wheel .flipster__item--future-2 .flipster__item__content{opacity:1;transform:rotateZ(40deg) translate(17%, 30%)}.flipster--wheel .flipster__item--past-1 .flipster__item__content{opacity:1;transform:rotateZ(-20deg)}.flipster--wheel .flipster__item--future-1 .flipster__item__content{opacity:1;transform:rotateZ(20deg)}.flipster--wheel .flip-current .flipster__item__content{transform:rotateX(0deg)} // fonts
$futura:'futurafuturiscregular', Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
$futurabold:'futurafuturiscbold', Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
$futuralight:'futurafuturislightcregular', Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;

@font-face {
    font-family: 'futurafuturiscregular';
    src: url('../fonts/futurafuturisc.woff2') format('woff2'),
         url('../fonts/futurafuturisc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurafuturiscbold';
    src: url('../fonts/futurafuturisc-bold.woff2') format('woff2'),
         url('../fonts/futurafuturisc-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurafuturislightcregular';
    src: url('../fonts/futurafuturislightc.woff2') format('woff2'),
         url('../fonts/futurafuturislightc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

 /* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}
.slick-arrow.slick-hidden {
    display: none;
}
 /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */.flipster{display:block;overflow-x:hidden;overflow-y:visible;position:relative}.flipster:focus{outline:none}.flipster__container,.flipster__item{margin:0;padding:0;list-style-type:none;position:relative}.flipster__container{display:block;white-space:nowrap;word-spacing:-0.25em;transform-origin:50% 50%;backface-visibility:hidden}.flipster__item{display:inline-block;white-space:normal;word-spacing:normal;vertical-align:bottom}.flipster--click .flipster__item--past,.flipster--click .flipster__item--future{cursor:pointer}.flipster__item img{max-width:100%}.flipster__button{position:absolute;top:50%;display:block;appearance:none;background:none;border:none;padding:0;z-index:999;cursor:pointer;font-size:15px;opacity:.5;transition:opacity 500ms ease;margin:-1em 2em}.flipster__button svg{width:2em;stroke:currentColor;fill:transparent;stroke-width:3;stroke-linecap:round}.flipster__button:hover,.flipster__button:focus{opacity:1}.flipster__button--prev{left:0}.flipster__button--next{right:0}.flipster__nav,.flipster__nav__item{list-style-type:none;margin:0;padding:0}.flipster__nav{display:block;margin:0 0 4em;text-align:center;position:relative}.flipster__nav__item{display:inline-block;margin:0 .25em}.flipster__nav__link{display:block;color:inherit;padding:.5em 1em;position:relative;overflow:hidden;transition:all 250ms ease-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster__nav__link::after{content:'';display:block;background:#232221;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform:translateY(100%) translateY(-0.25em);transition:inherit}.flipster__nav__item--current>.flipster__nav__link,.flipster__nav__link:hover,.flipster__nav__link:focus{color:#fff}.flipster__nav__item--current>.flipster__nav__link::after,.flipster__nav__link:hover::after,.flipster__nav__link:focus::after{transform:translateY(0)}.flipster__nav__child{display:none;position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding:.5em;background:#4e4441;z-index:1}.flipster__nav__child .flipster__nav__link{color:#fff}.flipster__nav__child .flipster__nav__link::after{background:#fff}.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,.flipster__nav__child .flipster__nav__link:hover,.flipster__nav__child .flipster__nav__link:focus{color:#232221}.flipster__nav__item--current .flipster__nav__child{display:block}.flipster--carousel .flipster__container,.flipster--carousel .flipster__item,.flipster--carousel .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--carousel .flipster__item{perspective:800px}.flipster--carousel .flipster__item--past,.flipster--carousel .flipster__item--future{opacity:0;transition-delay:115ms}.flipster--carousel .flipster__item--past-2,.flipster--carousel .flipster__item--future-2{opacity:.6;transition-delay:90ms}.flipster--carousel .flipster__item--past-1,.flipster--carousel .flipster__item--future-1{opacity:.8;transition-delay:60ms}.flipster--carousel .flipster__item--past .flipster__item__content{transform:translateX(100%) rotateY(-20deg) scale(.5)}.flipster--carousel .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) rotateY(40deg) scale(.65)}.flipster--carousel .flipster__item--past-1 .flipster__item__content{transform:rotateY(45deg) scale(.8)}.flipster--carousel .flipster__item--future .flipster__item__content{transform:translateX(-100%) rotateY(20deg) scale(.5)}.flipster--carousel .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) rotateY(-40deg) scale(.65)}.flipster--carousel .flipster__item--future-1 .flipster__item__content{transform:rotateY(-45deg) scale(.8)}.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content{transform:translateX(175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content{transform:translateX(25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content{transform:translateX(-175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content{transform:translateX(-25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content{transform:translateX(0) scale(.8)}.flipster--carousel .flipster__item--current .flipster__item__content{transform:translateX(0) rotateY(0deg) scale(1);transition-delay:60ms}.flipster--coverflow .flipster__container,.flipster--coverflow .flipster__item,.flipster--coverflow .flipster__item__content{transition:all 350ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--coverflow .flipster__item{perspective:800px}.flipster--coverflow .flipster__container{padding-bottom:5%}.flipster--coverflow .flipster__item__content{transform-origin:50% 100%;box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent));-webkit-box-reflect:below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(.2, transparent))}.flipster--coverflow .flipster__item__content img:only-child{display:block}.flipster--coverflow .flipster__item--past .flipster__item__content{transform-origin:0 50%;transform:scale(.75) rotateY(55deg)}.flipster--coverflow .flipster__item--future .flipster__item__content{transform-origin:100% 50%;transform:scale(.75) rotateY(-55deg)}.flipster--coverflow .flip-current .flipster__item__content{transform:rotateY(0deg)}.flipster--flat .flipster__container,.flipster--flat .flipster__item,.flipster--flat .flipster__item__content{transition:all 400ms ease-in-out}.flipster--flat .flipster__item--past,.flipster--flat .flipster__item--future{opacity:.5}.flipster--flat .flipster__item--past .flipster__item__content{transform:scale(.75)}.flipster--flat .flipster__item--future .flipster__item__content{transform:scale(.75)}.flipster--wheel{overflow:hidden}.flipster--wheel .flipster__container,.flipster--wheel .flipster__item__content{transition:all 400ms ease-in-out;transition-timing-function:cubic-bezier(.56, .12, .12, .98)}.flipster--wheel .flipster__container{padding-bottom:20%}.flipster--wheel .flipster__item__content{transform-origin:50% 100%}.flipster--wheel .flipster__item--past .flipster__item__content{transform-origin:100% 100%}.flipster--wheel .flipster__item--future .flipster__item__content{transform-origin:0 100%}.flipster--wheel .flipster__item__content img:only-child{display:block}.flipster--wheel .flipster__item--past .flipster__item__content{opacity:0;transform:rotateZ(-80deg) translate(-170%, 110%)}.flipster--wheel .flipster__item--future .flipster__item__content{opacity:0;transform:rotateZ(80deg) translate(170%, 110%)}.flipster--wheel .flipster__item--past-3 .flipster__item__content{opacity:1;transform:rotateZ(-60deg) translate(-70%, 75%)}.flipster--wheel .flipster__item--future-3 .flipster__item__content{opacity:1;transform:rotateZ(60deg) translate(70%, 75%)}.flipster--wheel .flipster__item--past-2 .flipster__item__content{opacity:1;transform:rotateZ(-40deg) translate(-17%, 30%)}.flipster--wheel .flipster__item--future-2 .flipster__item__content{opacity:1;transform:rotateZ(40deg) translate(17%, 30%)}.flipster--wheel .flipster__item--past-1 .flipster__item__content{opacity:1;transform:rotateZ(-20deg)}.flipster--wheel .flipster__item--future-1 .flipster__item__content{opacity:1;transform:rotateZ(20deg)}.flipster--wheel .flip-current .flipster__item__content{transform:rotateX(0deg)}
@charset "UTF-8";
@font-face {
  font-family: 'futurafuturiscregular';
  src: url("../fonts/futurafuturisc.woff2") format("woff2"), url("../fonts/futurafuturisc.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futurafuturiscbold';
  src: url("../fonts/futurafuturisc-bold.woff2") format("woff2"), url("../fonts/futurafuturisc-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futurafuturislightcregular';
  src: url("../fonts/futurafuturislightc.woff2") format("woff2"), url("../fonts/futurafuturislightc.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "futurafuturislightcregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2d2d2d;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

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

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

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

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

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

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 0;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futurafuturislightcregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 0;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #2d2d2d;
  cursor: help;
  border-bottom: 1px dotted #2d2d2d; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #2d2d2d;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #2d2d2d;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #2d2d2d;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.8;
  color: #2d2d2d; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #2d2d2d;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fff; }
  .badge.secondary {
    background: #777;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #fff; }
  .badge.alert {
    background: #ec5840;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #fff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #2d2d2d;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fff; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0px solid transparent;
  border-radius: 0;
  position: relative;
  color: #f00;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #2d2d2d; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #acacac transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #acacac transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #acacac;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }

.media-object {
  margin-bottom: 0;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(45, 45, 45, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(45, 45, 45, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #2d2d2d;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #2d2d2d; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(45, 45, 45, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 0;
  border: none;
  margin: 6.25rem auto 0;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f9f9f9;
    color: #2d2d2d; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: transparent;
  border: 1px solid none; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    color: #5d5d5d; }
    .tabs-title > a:hover {
      background: transparent; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: transparent; }

.tabs-content {
  background: transparent;
  transition: all 0.5s ease;
  border: 1px solid none;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 0; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #2d2d2d;
  color: #fff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #2d2d2d;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #2d2d2d, 0 14px 0 #2d2d2d; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #2d2d2d;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #2d2d2d;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #2d2d2d transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #2d2d2d;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #2d2d2d transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%; }
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%; }
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%; }
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%; }
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/*------------------------------------*             my style
\*------------------------------------*/
body {
  font-size: 62.5%; }

.button, button, a {
  outline: 0; }

button:focus, a:focus {
  color: inherit; }

html, body {
  -webkit-font-smoothing: antialiased; }

ul {
  font-size: 1em; }

p {
  line-height: normal;
  font-size: 1.6em;
  font-family: "futurafuturislightcregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

.row {
  max-width: 1720px; }

@media screen and (min-width: 64em) {
  .row {
    padding: 0 60px; } }

.slick-slide {
  outline: none; }

  .top-bar .language {
    margin-right: 20px; }
    .top-bar .language .is-dropdown-submenu-parent.is-down-arrow > a:after {
      border-width: 6px 4px 0 4px;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      padding-bottom: 5px; }
    .top-bar .language .is-dropdown-submenu-parent > a {
      line-height: 60px; }
    .top-bar .language .is-dropdown-submenu {
      background: url("../images/header_pattern.png");
      border: none;
      min-width: 70px;
      margin-left: 0;
      list-style: none; }
  .top-bar .language-mobile {
    text-align: center;
    margin-left: 0;
    margin-top: 20px; }
    .top-bar .language-mobile li {
      display: inline-block; }
      .top-bar .language-mobile li a {
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        line-height: 30px;
        padding: 0 20px;
        color: #acacac;
        font-size: 1.3em;
        text-transform: uppercase;
        letter-spacing: 0.2px; }

  .top-bar .menu-icon {
    margin: 20px;
    width: 25px; }
    .top-bar .menu-icon:after {
      background: #fff;
      box-shadow: 0 8px 0 #fff, 0 16px 0 #fff; }




  footer .social {
    list-style: none;
    margin-left: 0; }
    @media screen and (min-width: 40em) {
      footer .social {
        display: inline-block; } }
    footer .social li {
      display: inline-block;
      margin-right: 8px; }
      footer .social li img {
        height: 30px;
        opacity: 0.5;
        transition: 0.2s; }
        footer .social li img:hover {
          opacity: 1; }
  footer .copyright {
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 0.1px;
    margin-left: 17px;
    display: inline-block;
    line-height: 30px;
    vertical-align: sub; }
    @media screen and (max-width: 39.9375em) {
      footer .copyright {
        margin: 20px 0; } }
  footer .create-by {
    line-height: 30px;
    color: #8e8e8e;
    font-size: 1.4em;
    letter-spacing: 0.25px; }
    @media screen and (min-width: 40em) {
      footer .create-by {
        float: right; } }
    footer .create-by a {
      color: inherit;
      text-transform: uppercase; }
      footer .create-by a:hover {
        color: #fff;
        text-decoration: underline; }
        footer .create-by a:hover img {
          opacity: 1; }
    footer .create-by img {
      opacity: 0.5;
      height: 25px;
      margin: 0 10px; }

.title {
  text-align: center;
  font-size: 3em;
  color: #2d2d2d;
  line-height: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "futurafuturislightcregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

.title-description {
  text-align: center;
  max-width: 720px;
  margin: auto;
  color: #777777;
  line-height: 1.325em; }


.scrolldown {
  display: block;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s; }
  .scrolldown:hover {
    opacity: 0.85; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 50px;
  margin-top: -27px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev::before {
  content: ""; }

.slick-next::before {
  content: ""; }

.slick-prev:before, .slick-next:before {
  display: block;
  height: 40px;
  width: 40px;
  background-size: cover; }

.slick-prev:before {
  transform: rotate(180deg); }

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }
  .slider div {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .slider .slide1 {
    background-image: url("../images/intro_1_1920.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .slider .slide1 {
        background-image: url("../images/intro_1_2560.jpg"); } }
  .slider .slide2 {
    background-image: url("../images/intro_2_1920.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .slider .slide2 {
        background-image: url("../images/intro_2_2560.jpg"); } }
  .slider .slide3 {
    background-image: url("../images/kraiobraz_night_1920.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .slider .slide3 {
        background-image: url("../images/kraiobraz_night_2560.jpg"); } }
  .slider .slide4 {
    background-image: url("../images/intro_4_1920.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .slider .slide4 {
        background-image: url("../images/intro_4_2560.jpg"); } }
  .slider .slick-dots {
    position: absolute;
    bottom: 90px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1720px;
    z-index: 9;
    padding: 0 15px;
    margin: auto;
    text-align: right; }
    @media screen and (min-width: 64em) {
      .slider .slick-dots {
        padding: 0 60px; } }
    .slider .slick-dots button {
      visibility: hidden; }
    .slider .slick-dots li {
      width: 12px;
      height: 12px;
      background: #fff;
      display: inline-block;
      margin-right: 10px; }
      .slider .slick-dots li.slick-active {
        background: #f6921e; }



  #intro .wrap {
    position: absolute;
    right: 0;
    transition: 0.5s; }
    @media screen and (max-width: 39.9375em) {
      #intro .wrap {
        bottom: 0; } }
    @media screen and (min-width: 40em) {
      #intro .wrap {
        top: 50px; } }
  @media screen and (min-width: 40em) {
    #intro .wrap.top-margin {
      top: 75px; } }
  #intro .apartments-left {
    height: 125px;
    width: 125px;
    background: url("../images/orange_pattern.png");
    background-size: 18%;
    border-radius: 50%;
    text-align: center;
    padding-top: 28px;
    position: absolute;
    right: -10px; }
    @media screen and (max-width: 39.9375em) {
      #intro .apartments-left {
        bottom: 130px;
        right: 10px; } }
    @media screen and (min-width: 40em) {
      #intro .apartments-left {
        padding-top: 42px;
        right: 90px;
        top: 0;
        height: 180px;
        width: 180px; } }
    #intro .apartments-left p {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.95em;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      letter-spacing: 0.05em; }
      #intro .apartments-left p span {
        display: block; }
      #intro .apartments-left p .number {
        font-size: 7.333em;
        letter-spacing: -0.1em;
        line-height: 0.7em; }
      #intro .apartments-left p .bigger {
        font-size: 1.789em;
        letter-spacing: 0.025em; }
      @media screen and (min-width: 40em) {
        #intro .apartments-left p {
          font-size: 1.2em; }
          #intro .apartments-left p .number {
            font-size: 7.833em;
            line-height: 0.75em; }
          #intro .apartments-left p .bigger {
            font-size: 1.833em; } }

@keyframes slide {
  0% {
    transform: translate(0px, 0); }
  50% {
    transform: translate(4px, 0); }
  100% {
    transform: translate(0px, 0); } }

.choose-interier {
  z-index: 1;
  position: absolute;
  top: 100px;
  right: 15px;
  height: 100px;
  width: 100px;
  text-transform: uppercase;
  color: #4f4f4f;
  border-radius: 100%;
  background: #fff;
  font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  padding-top: 20px;
  font-size: 1.2em;
  letter-spacing: 0.25px;
  line-height: normal;
  animation: codefights-pulsating 1s cubic-bezier(0.73, -0.6, 0.465, 1.64) infinite; }
  .choose-interier:hover {
    color: inherit; }
  .choose-interier img {
    display: block;
    margin: 0 auto 5px; }

@keyframes codefights-pulsating {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2), 0 0 0 15px rgba(255, 255, 255, 0.2); }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0); } }

#why-we {
  background-image: url("../images/section_2_background_1920.jpg");
  background-position: 50% -150px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 40px; }
  @media screen and (min-width: 1920px) {
    #why-we {
      padding: 95px 0 60px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #why-we {
      background-image: url("../images/section_2_background_2560.jpg"); } }
  #why-we .wrap {
    max-width: 1120px;
    margin: auto;
    text-align: center; }
    @media screen and (min-width: 40em) {
      #why-we .wrap {
        max-width: 750px; } }
    @media screen and (min-width: 1100px) {
      #why-we .wrap {
        max-width: 1080px; } }
    @media screen and (min-width: 1920px) {
      #why-we .wrap {
        max-width: 1230px; } }
    #why-we .wrap:after {
      content: '';
      display: table;
      clear: both; }
    #why-we .wrap .item {
      display: block;
      width: 320px;
      padding: 20px;
      margin: auto; }
      @media screen and (min-width: 40em) {
        #why-we .wrap .item {
          display: inline-block;
          width: 360px; } }
      @media screen and (min-width: 40em) and (max-width: 1100px) {
        #why-we .wrap .item:last-child {
          margin-top: 30px; } }
      @media screen and (min-width: 1100px) {
        #why-we .wrap .item {
          float: left; } }
      @media screen and (min-width: 1920px) {
        #why-we .wrap .item {
          width: 410px; } }
      #why-we .wrap .item img {
        margin-bottom: 30px; }
  #why-we h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    color: #494948;
    text-align: center;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 10px; }
  #why-we p {
    text-align: center;
    color: #777777; }
  #why-we .scrolldown {
    margin: 50px auto 0px; }

#concierge {
  padding: 40px 0 20px; }
  #concierge .concierge-img {
    margin: 25px 0 50px; }

#interier {
  padding-top: 40px;
  background-image: url("../images/section_3_background_1920.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1920px) {
    #interier {
      padding-bottom: 35px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #interier {
      background-image: url("../images/section_3_background_2560.jpg"); } }
  #interier .wrap {
    max-width: 1120px;
    margin: auto; }
    @media screen and (min-width: 40em) {
      #interier .wrap {
        max-width: 600px;
        text-align: center; } }
    @media screen and (min-width: 1140px) {
      #interier .wrap {
        max-width: 1120px; } }
    @media screen and (min-width: 1920px) {
      #interier .wrap {
        max-width: 1280px; } }
    #interier .wrap:after {
      content: '';
      display: table;
      clear: both; }
    #interier .wrap .item {
      display: block;
      width: 280px;
      padding: 20px;
      margin: auto; }
      @media screen and (min-width: 40em) {
        #interier .wrap .item {
          display: inline-block; } }
      @media screen and (min-width: 60em) {
        #interier .wrap .item {
          float: left; } }
      @media screen and (min-width: 1920px) {
        #interier .wrap .item {
          width: 320px; } }
  #interier .circle-photo {
    width: 240px;
    display: block;
    margin: 0 auto 25px;
    position: relative; }
    #interier .circle-photo:after {
      content: attr(data-title);
      text-transform: uppercase;
      position: absolute;
      display: block;
      line-height: 190px;
      top: 25px;
      right: 25px;
      bottom: 25px;
      left: 25px;
      background: rgba(246, 146, 30, 0.8);
      opacity: 0;
      transition: 0.3s;
      border-radius: 50%;
      text-align: center;
      font-size: 2.6em;
      color: #fffff9; }
    #interier .circle-photo:hover:after {
      opacity: 1; }
  #interier h3 {
    text-transform: uppercase;
    font-size: 2.6em;
    color: #494948;
    text-align: center; }
  #interier .title-description {
    margin-bottom: 10px; }
  #interier .tabs {
    text-align: center;
    margin: 45px 0 40px; }
    #interier .tabs .tabs-title {
      float: none;
      display: inline-block;
      padding: 0 25px; }
      #interier .tabs .tabs-title a {
        font-size: 1.6em;
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        text-transform: uppercase;
        display: inline-block; }
    #interier .tabs .is-active a {
      border-bottom: 2px solid #5d5d5d; }
  #interier .scrolldown {
    margin: 40px auto 30px; }

#convenient {
  padding: 35px 0 20px; }
  #convenient .scrolldown {
    margin: 45px auto; }

.convenient-content {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1920px) {
    .convenient-content {
      margin-bottom: 20px; } }
  @media screen and (max-width: 39.9375em) {
    .convenient-content {
      height: 550px; } }
  .convenient-content .convenient-list {
    position: relative;
    min-height: 270px;
    padding: 35px 50px 50px; }
    @media screen and (min-width: 40em) {
      .convenient-content .convenient-list {
        max-width: 55%;
        min-height: 620px;
        padding: 55px 70px 55px 0; } }
    @media screen and (min-width: 64em) {
      .convenient-content .convenient-list {
        max-width: 465px; } }
    .convenient-content .convenient-list ul {
      list-style: none;
      z-index: 15;
      position: relative;
      margin-left: 0; }
      @media screen and (min-width: 40em) {
        .convenient-content .convenient-list ul {
          margin-left: 50px; } }
      .convenient-content .convenient-list ul .one:before {
        content: '1'; }
      .convenient-content .convenient-list ul .two:before {
        content: '2'; }
      .convenient-content .convenient-list ul .three:before {
        content: '3'; }
      .convenient-content .convenient-list ul .four:before {
        content: '4'; }
      .convenient-content .convenient-list ul .five:before {
        content: '5'; }
      .convenient-content .convenient-list ul .six:before {
        content: '6'; }
      .convenient-content .convenient-list ul li:not(:last-child) {
        margin-bottom: 27px; }
      @media screen and (max-width: 39.9375em) {
        .convenient-content .convenient-list ul li {
          text-align: center; } }
      .convenient-content .convenient-list ul li:before {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        background: #fff;
        border-radius: 50%;
        left: -50px;
        font-size: 2.2em;
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        text-align: center;
        line-height: 35px;
        color: #f6921e; }
        @media screen and (max-width: 39.9375em) {
          .convenient-content .convenient-list ul li:before {
            margin: 0 auto 20px; } }
        @media screen and (min-width: 40em) {
          .convenient-content .convenient-list ul li:before {
            position: absolute; } }
      .convenient-content .convenient-list ul .list-title {
        text-transform: uppercase;
        color: #fffff9;
        font-size: 1.8em;
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        margin-bottom: 10px; }
      .convenient-content .convenient-list ul .description {
        color: #ffe8d7;
        line-height: normal; }
    .convenient-content .convenient-list:after {
      content: "";
      display: block;
      background: url("../images/orange_opacity_pattern.png");
      z-index: 10;
      width: 2000px;
      height: 2000px;
      border-radius: 50%;
      position: absolute; }
      @media screen and (max-width: 39.9375em) {
        .convenient-content .convenient-list:after {
          bottom: 0;
          transform: translate(-50%, 0);
          left: 50%; } }
      @media screen and (min-width: 40em) {
        .convenient-content .convenient-list:after {
          right: 0;
          top: 50%;
          transform: translate(0, -50%); } }
  .convenient-content .convenient-list-left {
    float: right;
    padding: 55px 0 55px 70px; }
    @media screen and (max-width: 39.9375em) {
      .convenient-content .convenient-list-left {
        float: none;
        padding: 35px 50px 50px; } }
    .convenient-content .convenient-list-left:after {
      right: inherit;
      left: -12%; }
      @media screen and (max-width: 39.9375em) {
        .convenient-content .convenient-list-left:after {
          left: 50%; } }

.convenient-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -1; }
  .convenient-slider div {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .convenient-slider .slide1 {
    background-image: url("../images/13_cam_1920.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .convenient-slider .slide1 {
        background-image: url("../images/13_cam_2560.jpg"); } }
  .convenient-slider .slide2 {
    background-image: url("../images/14_cam_1920.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .convenient-slider .slide2 {
        background-image: url("../images/14_cam_2560.jpg"); } }

.convenient-list .slick-prev {
  left: -50px; }

.convenient-list .slick-next {
  right: -50px; }

.convenient-list .slick-prev:before, .convenient-list .slick-next:before {
  background: url("../images/keyboard-right-arrow-button.svg") no-repeat center; }

#call-to-action {
  padding: 40px 0 120px;
  background-image: url("../images/section_2_background_1920.jpg");
  background-position: 50% 100%;
  background-size: cover;
  text-align: center; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #call-to-action {
      background-image: url("../images/section_2_background_2560.jpg"); } }
  #call-to-action .btn {
    margin: 40px auto 0; }

@media screen and (max-width: 750px) {
  body.custom-reveal-open {
    height: 100vh;
    position: fixed;
    width: 100%; } }

.reveal {
  outline: none;
  width: 100%; }
  .reveal .popup-title {
    text-align: center;
    text-transform: uppercase;
    background: url("../images/header_pattern.png");
    font-size: 2.4em;
    color: #fff;
    line-height: 55px;
    padding-top: 5px;
    letter-spacing: 0.05em; }
  .reveal .close-button {
    width: 30px;
    top: 15px;
    height: 30px; }
    .reveal .close-button:hover img {
      opacity: 0.8; }

#call-to-me {
  left: 0;
  text-align: center;
  max-width: 650px;
  width: 100%; }
  #call-to-me .wrap {
    padding: 25px 15px; }
  #call-to-me img {
    width: 100%; }
  #call-to-me p {
    max-width: 530px;
    margin: auto;
    color: #777777; }
    #call-to-me p span {
      color: #f6921e;
      margin-top: 10px;
      font-size: 1.875em;
      display: block;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
  #call-to-me .go-to-contacts {
    color: #777777;
    font-size: 1.6em;
    margin-bottom: 15px;
    text-decoration: underline;
    display: inline-block; }
    #call-to-me .go-to-contacts:hover {
      color: #999; }
  #call-to-me form {
    margin-top: 10px; }
    #call-to-me form label {
      display: inline-block; }
    #call-to-me form .client-number {
      width: 200px;
      margin-right: 15px; }
    #call-to-me form .client-name {
      width: 120px; }
    #call-to-me form .is-invalid-input {
      border-color: #f00; }
    #call-to-me form input {
      border-bottom: 1px solid #a6a6a6;
      height: 35px;
      padding: 0 20px;
      font-size: 1.6em;
      margin-bottom: 0;
      min-height: 35px; }
    #call-to-me form .btn {
      margin: 20px auto 0;
      line-height: 40px;
      font-size: 1.6em;
      width: 210px;
      padding: 0; }
    #call-to-me form .alert.callout {
      background-color: transparent; }
      #call-to-me form .alert.callout p {
        color: inherit; }

.reveal-overlay {
  background-color: rgba(45, 45, 45, 0.6); }

@media screen and (max-width: 750px) {
  #call-to-me,
  #apartment-popup {
    height: 100vh;
    top: 0 !important;
    margin: 0;
    max-height: 100vh !important;
    position: fixed;
    padding-bottom: 60px; } }

#apartment {
  position: relative;
  min-height: 100vh; }
  #apartment .bottom-line {
    background: rgba(0, 0, 0, 0.36);
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    #apartment .bottom-line .apartment-slider-nav {
      max-width: 900px; }
      #apartment .bottom-line .apartment-slider-nav .slick-slide {
        background-position: 50%;
        background-size: cover;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        margin: 0 5px;
        transition: 0.5s;
        box-shadow: 0.5px 0.866px 5.88px 1.12px rgba(0, 0, 0, 0.45); }
    #apartment .bottom-line .all-variants {
      font-size: 1.4em;
      height: 75px;
      width: 145px;
      line-height: normal;
      color: #fff;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      bottom: 0;
      right: 15px;
      background: url("../images/header_pattern.png");
      padding-top: 15px; }
      #apartment .bottom-line .all-variants img {
        height: 20px;
        transform: rotate(90deg);
        display: block;
        margin: auto; }

#all-apartments {
  padding: 75px 0 90px; }
  #all-apartments .available-apartments {
    max-width: 330px;
    margin: 30px auto 65px; }
    #all-apartments .available-apartments .head {
      margin-right: 30px; }
    #all-apartments .available-apartments .scroll {
      padding-right: 30px;
      height: 220px; }
      #all-apartments .available-apartments .scroll .item-col {
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }

.available-apartments {
  text-align: center; }
  .available-apartments .head {
    font-size: 1.8em;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #ababab;
    color: #777777;
    text-transform: uppercase; }
  .available-apartments .scroll {
    position: relative; }
    .available-apartments .scroll .item-row:not(:first-child) {
      border-top: 1px solid #ababab; }
    .available-apartments .scroll .item-col {
      font-size: 2.6em;
      color: #5d5d5d; }
  .available-apartments .item-row {
    display: block;
    padding: 4px 0; }
    .available-apartments .item-row:not(.head):hover > div {
      transition: 0.3s;
      background: rgba(246, 146, 30, 0.22);
      height: 47px; }
    .available-apartments .item-row:after {
      content: '';
      clear: both;
      display: table; }
  .available-apartments .item-col {
    width: 50%;
    float: left;
    line-height: 47px; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover,
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: transparent; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover .ps-scrollbar-y,
    .ps-container:hover > .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
      background-color: #f6921e; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background: #f6921e;
  border-radius: 0;
  width: 10px; }

.ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
  right: 0 !important; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #f6921e; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent; }

.apartment-intro {
  position: relative;
  z-index: 999;
  margin-bottom: 120px; }

.apartment-slider {
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 750px) {
    .apartment-slider {
      position: absolute; } }
  .apartment-slider .slick-slide {
    background-position: 50%;
    background-size: cover;
    min-height: 100vh; }
  @media screen and (min-width: 750px) {
    .apartment-slider .slick-prev {
      left: 80px; } }
  @media screen and (max-width: 750px) {
    .apartment-slider .slick-prev {
      top: auto;
      right: 52%;
      bottom: 30px; } }
  @media screen and (min-width: 750px) {
    .apartment-slider .slick-next {
      right: 80px; } }
  @media screen and (max-width: 750px) {
    .apartment-slider .slick-next {
      top: auto;
      left: 52%;
      bottom: 30px; } }
  .apartment-slider .slick-prev, .apartment-slider .slick-next {
    width: 70px;
    height: 70px;
    background: #f6921e;
    border-radius: 50%;
    z-index: 20; }
  .apartment-slider .slick-prev::before {
    margin-left: 12px; }
  .apartment-slider .slick-next::before {
    margin-left: 17px; }
  .apartment-slider .slick-prev:before, .apartment-slider .slick-next:before {
    background: url("../images/arrow_white.svg") no-repeat center; }

.apartment-slider-nav .slick-current {
  height: 90px !important;
  width: 90px !important; }

.apartment-styles-photos > .slick-list {
  height: 100vh; }
  .apartment-styles-photos > .slick-list .slick-active {
    position: relative;
    z-index: 99; }

.bottom-block {
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media screen and (max-width: 750px) {
    .bottom-block {
      display: none; } }

.progres_build_wrap .bottom-block {
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media screen and (max-width: 750px) {
    .progres_build_wrap .bottom-block {
      display: block; } }

.apartment-content {
  min-height: 100vh; }

#apartment .bottom-line .apartment-slider-nav .slick-slide {
  vertical-align: bottom;
  display: inline-block;
  float: none; }

#apartment .wrap {
  position: absolute;
  bottom: 10px;
  width: 900px; }

.apartment-styles-stylename {
  width: 125px; }
  .apartment-styles-stylename .slick-slide {
    width: 125px;
    text-align: center; }
  .apartment-styles-stylename .slick-list {
    width: 360px; }
  .apartment-styles-stylename .slick-next {
    right: -25px; }
  .apartment-styles-stylename .slick-prev {
    left: -25px; }
  .apartment-styles-stylename .slick-next:before,
  .apartment-styles-stylename .slick-prev:before {
    background: url("../images/arrow_orange.svg") no-repeat;
    background-position: 50%;
    height: 50px; }
  .apartment-styles-stylename p {
    letter-spacing: 0.05em;
    color: #fff;
    transition: 0.4s;
    line-height: 40px; }
  .apartment-styles-stylename .slick-current p {
    font-size: 2.2em; }

@media screen and (min-width: 750px) {
  .block-title {
    width: 400px;
    height: 180px;
    background: url("../images/transparent_pattern.png");
    position: absolute;
    top: 150px;
    left: 50px;
    z-index: 99;
    padding: 30px; } }

.block-title .apartment-type {
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 1.8em;
  letter-spacing: 0.075em;
  line-height: 1.889em; }
  @media screen and (max-width: 750px) {
    .block-title .apartment-type {
      margin: 75px 0 0px;
      text-align: center; } }
  @media screen and (min-width: 750px) {
    .block-title .apartment-type {
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      color: #fff; } }
  .block-title .apartment-type span {
    font-size: 2em;
    display: block; }

.block-title .apartment-type-data {
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 750px) {
    .block-title .apartment-type-data {
      text-align: center; } }
  @media screen and (min-width: 750px) {
    .block-title .apartment-type-data {
      font-size: 32px;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      color: #fff; } }
  .block-title .apartment-type-data span {
    font-size: 2em;
    display: block; }

.block-title .item-number {
  font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 5.2em; }

.relative {
  position: relative; }

.page-title {
  position: absolute;
  top: 10vh;
  left: 15px;
  text-transform: uppercase;
  font-size: 2.5em;
  color: #fff;
  font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-shadow: 0px 3px 8.4px rgba(0, 0, 0, 0.43); }
  @media screen and (min-width: 700px) {
    .page-title {
      font-size: 4em; } }
  @media screen and (min-width: 64em) {
    .page-title {
      left: 65px; } }

.row.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.building-number {
  position: absolute;
  top: -40px;
  left: 15px;
  width: 150px;
  height: 150px;
  transform: translate(0, -150px);
  background: url("../images/orange_pattern.png");
  border-radius: 50%;
  line-height: 150px;
  text-align: center;
  background-size: 16%; }
  @media screen and (min-width: 64em) {
    .building-number {
      left: 130px; } }
  @media screen and (max-width: 750px) {
    .building-number {
      display: none; } }
  .building-number p {
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2em;
    letter-spacing: 0.035em;
    color: #fff; }

.building,
#whichState {
  position: absolute;
  font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
  .building .number,
  #whichState .number {
    position: absolute;
    line-height: 43px;
    padding-top: 7px;
    width: 50px;
    border-radius: 50%;
    background: #f6921e;
    color: #fff;
    font-size: 25px;
    text-align: center;
    z-index: 20;
    font-size: 3.6em; }
    @media screen and (min-width: 750px) {
      .building .number,
      #whichState .number {
        line-height: 53px;
        padding-top: 7px;
        width: 60px; } }
  .building .popup, .building .popup2, .building
  #whichState .popup2,
  #whichState .building .popup2,
  #whichState .popup, #whichState .popup2 {
    position: absolute;
    width: 110px;
    height: 110px;
    text-transform: uppercase;
    border-radius: 50%;
    background: #fff;
    top: -65px;
    z-index: 99;
    color: #000;
    z-index: 15;
    text-align: center;
    font-size: 1.1em;
    color: #5d5d5d;
    line-height: 110px; }
    .building .popup .center, .building .popup2 .center, .building
    #whichState .popup2 .center,
    #whichState .building .popup2 .center,
    #whichState .popup .center, #whichState .popup2 .center {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
    .building .popup.right, .building .right.popup2, .building
    #whichState .right.popup2,
    #whichState .building .right.popup2,
    #whichState .popup.right, #whichState .right.popup2 {
      left: 40px; }
    .building .popup.left, .building .left.popup2, .building
    #whichState .left.popup2,
    #whichState .building .left.popup2,
    #whichState .popup.left, #whichState .left.popup2 {
      left: -85px; }
    .building .popup span, .building .popup2 span, .building
    #whichState .popup2 span,
    #whichState .building .popup2 span,
    #whichState .popup span, #whichState .popup2 span {
      display: block;
      font-size: 5.455em;
      line-height: 50px;
      margin-top: 5px; }
  .building .number2,
  #whichState .number2 {
    position: absolute;
    border-radius: 50%;
    background: #f6921e;
    color: #fff;
    text-align: center;
    z-index: 20;
    top: -15px;
    left: 125px;
    line-height: 1.1em;
    padding-top: 13px;
    width: 80px;
    height: 80px;
    text-transform: uppercase; }
    .building .number2 span,
    #whichState .number2 span {
      display: block;
      font-size: 3em;
      line-height: 0.9em; }
  .building .popup2,
  #whichState .popup2 {
    top: 0; }
  .building .building2,
  #whichState .building2 {
    font-size: 1.4em;
    line-height: 20px; }

.building .number:hover + .popup, .building .number:hover + .popup2, .building
#whichState .number:hover + .popup2,
#whichState .building .number:hover + .popup2 {
  display: block; }

.building.active .popup, .building.active .popup2, .building.active
#whichState .popup2,
#whichState .building.active .popup2 {
  display: block; }

.building .popup, .building .popup2, .building
#whichState .popup2,
#whichState .building .popup2 {
  display: none; }
  .building .popup:hover, .building .popup2:hover, .building
  #whichState .popup2:hover,
  #whichState .building .popup2:hover {
    display: block; }

.building.b1 {
  top: 21%;
  left: 45%; }
  @media screen and (max-width: 750px) {
    .building.b1 {
      top: 13%; } }
  .building.b1 .popup span, .building.b1 .popup2 span, .building.b1
  #whichState .popup2 span,
  #whichState .building.b1 .popup2 span {
    display: block;
    font-size: 5.455em;
    line-height: 50px;
    margin-top: 5px;
    letter-spacing: -0.075em; }

.building.b2 {
  top: 41%;
  left: 70%; }
  .building.b2 .popup span, .building.b2 .popup2 span, .building.b2
  #whichState .popup2 span,
  #whichState .building.b2 .popup2 span {
    font-size: 3.091em;
    line-height: 30px;
    letter-spacing: -0.025em; }

.points .icon {
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  z-index: 20;
  animation: codefights-pulsating2 1s cubic-bezier(0.73, -0.6, 0.465, 1.64) infinite; }

.points .point {
  height: 32px;
  width: 32px;
  cursor: pointer; }
  @media screen and (min-width: 750px) {
    .points .point {
      position: absolute; } }
  .points .point .popup.active, .points .point .building .active.popup2, .building .points .point .active.popup2, .points .point
  #whichState .active.popup2,
  #whichState .points .point .active.popup2 {
    display: block; }
  .points .point .popup, .points .point .building .popup2, .building .points .point .popup2, .points .point
  #whichState .popup2,
  #whichState .points .point .popup2 {
    transition: 0.3s;
    display: none;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    bottom: 15px;
    z-index: 30;
    line-height: 180px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.32); }
    @media screen and (min-width: 750px) {
      .points .point .popup, .points .point .building .popup2, .building .points .point .popup2, .points .point
      #whichState .popup2,
      #whichState .points .point .popup2 {
        right: 0; } }
    @media screen and (max-width: 750px) {
      .points .point .popup, .points .point .building .popup2, .building .points .point .popup2, .points .point
      #whichState .popup2,
      #whichState .points .point .popup2 {
        top: 50px;
        bottom: 0;
        left: 5%;
        margin: auto; } }
    .points .point .popup p, .points .point .building .popup2 p, .building .points .point .popup2 p, .points .point
    #whichState .popup2 p,
    #whichState .points .point .popup2 p {
      color: #777777;
      line-height: 1em;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      padding: 25px;
      letter-spacing: 0.005em;
      width: 100%; }
    .points .point .popup .btn-popup, .points .point .building .popup2 .btn-popup, .building .points .point .popup2 .btn-popup, .points .point
    #whichState .popup2 .btn-popup,
    #whichState .points .point .popup2 .btn-popup {
      background: #f6921e;
      color: #fff;
      font-size: 0.875em;
      text-transform: uppercase;
      line-height: 30px;
      width: 120px;
      display: inline-block;
      margin-top: 5px;
      padding-top: 5px; }
      .points .point .popup .btn-popup:hover, .points .point .building .popup2 .btn-popup:hover, .building .points .point .popup2 .btn-popup:hover, .points .point
      #whichState .popup2 .btn-popup:hover,
      #whichState .points .point .popup2 .btn-popup:hover {
        background: #ff9838;
        color: #fff; }
    .points .point .popup .close-popup, .points .point .building .popup2 .close-popup, .building .points .point .popup2 .close-popup, .points .point
    #whichState .popup2 .close-popup,
    #whichState .points .point .popup2 .close-popup {
      position: absolute;
      right: 10px;
      top: 0; }

@media screen and (min-width: 750px) {
  .points .car {
    bottom: 15%;
    right: 53%; } }

@media screen and (max-width: 750px) {
  .points .car .icon {
    bottom: 15%;
    right: 53%; } }

@media screen and (min-width: 750px) {
  .points .relax {
    right: 30%;
    bottom: 20%; } }

@media screen and (max-width: 750px) {
  .points .relax .icon {
    right: 30%;
    bottom: 20%; } }

@media screen and (min-width: 750px) {
  .points .kids {
    right: 44%;
    top: 60%; } }

@media screen and (max-width: 750px) {
  .points .kids .icon {
    right: 44%;
    top: 60%; } }

@media screen and (min-width: 750px) {
  .points .sport {
    left: 42%;
    top: 44%; } }

@media screen and (max-width: 750px) {
  .points .sport .icon {
    left: 42%;
    top: 44%; } }

@media screen and (min-width: 750px) {
  .points .balcon {
    left: 46%;
    top: 36%; } }

@media screen and (max-width: 750px) {
  .points .balcon .icon {
    left: 46%;
    top: 36%; } }

@media screen and (min-width: 750px) {
  .points .top-position {
    left: 40%;
    top: 64%; } }

@media screen and (max-width: 750px) {
  .points .top-position .icon {
    left: 40%;
    top: 64%; } }

@keyframes codefights-pulsating2 {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2); }
  100% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0); } }

@media screen and (max-width: 1023px) {
  #panorama-popup-parking {
    width: auto !important;
    margin: auto;
    height: 80vh; }
    #panorama-popup-parking img {
      max-height: 100%; } }

.building-selection {
  overflow: hidden;
  position: absolute !important;
  height: calc(100% - 60px);
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 60px; }
  .building-selection .content > img {
    width: 100%; }
  .building-selection .choose-interier {
    padding-top: 35px;
    right: 55px;
    top: 125px; }

.content,
.svg-wrap,
.container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.svg-wrap {
  overflow: hidden; }

#gallery {
  max-width: calc(100% - 90px);
  margin: 0;
  top: 60px !important;
  max-height: 100% !important;
  bottom: 0 !important; }

.gallery-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: url("../images/pattern.jpg");
  background-size: 25%;
  color: #fff;
  font-size: 1.9em;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  display: block; }
  @media screen and (min-width: 40em) {
    .gallery-btn {
      top: 40px;
      right: 50px;
      height: 110px;
      width: 110px;
      line-height: 110px;
      font-size: 2.4em; } }
  @media screen and (min-width: 64em) {
    .gallery-btn {
      top: 60px;
      right: 125px; } }
  .gallery-btn:hover {
    color: #fff; }

.gallery-slider {
  height: 100%; }
  .gallery-slider .slick-track,
  .gallery-slider .slick-list {
    height: 100%; }
  .gallery-slider .slide {
    height: 100%;
    background-position: 50%;
    background-size: cover; }
  .gallery-slider .slick-next, .gallery-slider .slick-prev {
    background: url("../images/arrow_white.svg") center no-repeat;
    z-index: 99; }
  .gallery-slider .slick-next {
    right: 20px; }
  .gallery-slider .slick-prev {
    left: 20px;
    transform: rotate(180deg); }

.container .roof {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }

#one-floor {
  padding: 105px 0 35px;
  background-image: url("../images/section_3_background_1920.jpg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #one-floor {
      background-image: url("../images/section_3_background_2560.jpg"); } }

.floor-wrap {
  max-width: 1370px;
  margin: auto; }

@media screen and (min-width: 64em) {
  .centered-block {
    display: flex;
    align-items: center;
    align-content: center;
    height: calc(100vh - 339px);
    min-height: 440px; }
    .centered-block > div {
      float: left;
      margin-bottom: 15px;
      margin-top: 15px; } }

.floor-container {
  max-width: 688px;
  position: relative;
  margin: 45px auto; }
  @media screen and (min-width: 64em) {
    .floor-container {
      margin-left: 55px;
      margin-right: 55px; } }
  .floor-container #map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10; }
    .floor-container #map svg {
      width: 100%;
      height: 100%; }

.floor-switch {
  width: calc(50% - 400px); }
  .floor-switch .prev.hiden {
    visibility: hidden; }
  .floor-switch .prev,
  .floor-switch .next {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #2d2d2d;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    display: block; }
    .floor-switch .prev:active,
    .floor-switch .next:active {
      background: #f6921e; }
    .floor-switch .prev img,
    .floor-switch .next img {
      vertical-align: middle;
      height: 20px; }
  .floor-switch .prev img {
    transform: rotate(-90deg);
    margin-top: -3px; }
  .floor-switch .next img {
    transform: rotate(90deg);
    margin-top: 3px; }
  .floor-switch .curent-floor {
    height: 110px;
    width: 110px;
    background: url("../images/orange_pattern.png");
    border-radius: 50%;
    text-align: center;
    margin: 15px auto;
    padding-top: 23px; }
    .floor-switch .curent-floor p {
      color: #fff;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .floor-switch .curent-floor .number {
      font-size: 4.615em;
      display: block;
      line-height: 50px; }

@media screen and (min-width: 64em) {
  .floor-list {
    width: calc(50% - 400px); } }

@media screen and (max-width: 63.9375em) {
  .floor-list {
    margin-bottom: 60px; } }

.floor-list ul {
  list-style: none; }
  @media screen and (max-width: 63.9375em) {
    .floor-list ul {
      text-align: center; } }
  .floor-list ul li {
    margin-bottom: 10px;
    width: 30px; }
    @media screen and (max-width: 63.9375em) {
      .floor-list ul li {
        display: inline-block;
        margin-right: 10px; } }
  .floor-list ul .active a {
    background: #f6921e; }

.floor-list a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #2d2d2d;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding-top: 5px; }
  .floor-list a:hover {
    color: #fff;
    background: #3c3c3c; }

.top-btn,
.back-btn {
  display: block;
  margin: auto;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  width: 240px;
  padding-top: 3px;
  line-height: 52px;
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  text-transform: uppercase; }
  .top-btn img,
  .back-btn img {
    margin-right: 10px;
    transform: rotate(180deg);
    height: 15px;
    vertical-align: text-bottom; }
  .top-btn:hover, .top-btn:active,
  .back-btn:hover,
  .back-btn:active {
    color: #fff;
    background: #3c3c3c; }
  @media screen and (max-width: 63.9375em) {
    .top-btn,
    .back-btn {
      margin-bottom: 20px; } }

.back-btn img {
  transform: rotate(180deg); }

.top-btn img {
  transform: rotate(-90deg); }

.info-popup {
  position: relative;
  z-index: 999;
  padding: 10px 0;
  background: url("../images/header_pattern.png");
  line-height: 60px; }
  .info-popup p {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    vertical-align: middle;
    width: 80px; }
  .info-popup span {
    font-size: 2em;
    display: block;
    line-height: 1.4em;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
  .info-popup .duplex span {
    display: inline-block; }
  .info-popup .sold {
    font-size: 1.1em;
    line-height: 1.455em;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .info-popup .office {
    width: 160px;
    border-left: 1px solid #fff;
    line-height: 1.455em;
    padding: 13px 0; }
  .info-popup .type {
    border-right: 1px solid #fff; }

#apartment-popup {
  max-width: 770px; }
  @media screen and (max-width: 750px) {
    #apartment-popup {
      max-width: 770px;
      padding-bottom: 60px; } }
  #apartment-popup .wrap {
    padding: 35px 40px 40px; }
    #apartment-popup .wrap img {
      margin-top: 10px;
      max-height: 320px; }
      @media screen and (max-width: 39.9375em) {
        #apartment-popup .wrap img {
          display: block;
          margin: 10px auto 25px; } }
      @media screen and (min-width: 40em) {
        #apartment-popup .wrap img {
          float: right; } }
  #apartment-popup .description-popup {
    padding-left: 35px; }
  #apartment-popup ul {
    max-width: 285px;
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0; }
    @media screen and (max-width: 39.9375em) {
      #apartment-popup ul {
        margin: 0 auto 20px; } }
    #apartment-popup ul li {
      padding: 0 10px;
      font-size: 1.6em;
      color: #777777;
      line-height: 35px; }
      #apartment-popup ul li:not(:last-child) {
        border-bottom: 1px solid #a5a5a5; }
      #apartment-popup ul li span {
        float: right; }
  @media screen and (max-width: 39.9375em) {
    #apartment-popup .btn {
      margin: auto; } }

.mobile-selection {
  padding: 30px 0 45px; }
  @media screen and (min-width: 750px) {
    .mobile-selection {
      display: none; } }
  .mobile-selection p {
    text-align: center;
    color: #777777; }
  .mobile-selection .available-apartments {
    max-width: 300px;
    margin: 25px auto; }
  .mobile-selection .apartment-list {
    text-align: center; }
    .mobile-selection .apartment-list .list-title {
      text-transform: uppercase;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
    .mobile-selection .apartment-list li {
      line-height: 35px;
      color: #777777; }
      .mobile-selection .apartment-list li span {
        width: 50%; }

#apartment-description {
  padding: 120px 0 40px;
  background-image: url("../images/section_3_background_1920.jpg");
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #apartment-description {
      background-image: url("../images/section_3_background_2560.jpg"); } }
  #apartment-description .title {
    margin-bottom: 60px; }
  #apartment-description .right-aling {
    max-width: 450px;
    margin: auto;
    max-width: 450px;
    width: 100%; }
    @media screen and (min-width: 64em) {
      #apartment-description .right-aling {
        margin-right: 40px;
        float: right; } }
  #apartment-description .plan .floors {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 25px; }
    #apartment-description .plan .floors a {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: #2d2d2d;
      line-height: 25px;
      text-align: center;
      color: #fff;
      font-size: 1.111em;
      padding-top: 5px;
      margin-left: 10px; }
    #apartment-description .plan .floors .active {
      background: #f6921e; }
  #apartment-description .plan .apartment-wrap > div {
    display: none; }
    @media screen and (min-width: 64em) {
      #apartment-description .plan .apartment-wrap > div {
        max-height: 540px; } }
  #apartment-description .plan .apartment-wrap img {
    display: none;
    margin: auto;
    max-height: 540px; }
  #apartment-description .plan .apartment-wrap .active {
    display: block; }
  #apartment-description .plan .plan-buttons {
    text-align: center;
    margin-top: 25px; }
  #apartment-description .plan .furniture,
  #apartment-description .plan .pdf {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    display: inline-block;
    transition: 0.3s; }
    #apartment-description .plan .furniture p,
    #apartment-description .plan .pdf p {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 1em;
      letter-spacing: 0.05em;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      text-transform: uppercase;
      padding-top: 10px; }
      #apartment-description .plan .furniture p span,
      #apartment-description .plan .pdf p span {
        font-size: 2.5em;
        display: block; }
  #apartment-description .plan .furniture {
    background: #ff9838;
    margin-right: 25px; }
    #apartment-description .plan .furniture:hover {
      background: #f6921e; }
  #apartment-description .plan .pdf {
    background: #555555; }
    #apartment-description .plan .pdf:hover {
      background: #2d2d2d; }
  #apartment-description .description {
    max-width: 380px; }
    @media screen and (max-width: 63.9375em) {
      #apartment-description .description {
        margin: 25px auto 0;
        text-align: center; } }
    @media screen and (min-width: 64em) {
      #apartment-description .description {
        margin-left: 40px; } }
    #apartment-description .description .text {
      color: #777777;
      line-height: normal;
      margin-bottom: 40px; }
    #apartment-description .description .main-info {
      padding: 10px 0;
      background: url("../images/transparent_pattern_one_appartment.png");
      line-height: 60px;
      display: inline-block; }
      @media screen and (max-width: 63.9375em) {
        #apartment-description .description .main-info {
          text-align: center; } }
      @media screen and (max-width: 39.9375em) {
        #apartment-description .description .main-info {
          width: 190px;
          padding: 10px; } }
      #apartment-description .description .main-info p {
        font-size: 1.2em;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-align: center;
        padding-top: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 80px; }
        @media screen and (min-width: 40em) {
          #apartment-description .description .main-info p:not(:last-child) {
            border-right: 1px solid #ffe8d7; } }
        @media screen and (max-width: 39.9375em) {
          #apartment-description .description .main-info p {
            width: 85px;
            float: left;
            padding: 20px 0 10px; }
            #apartment-description .description .main-info p:nth-child(1) {
              border-right: 1px solid #ffe8d7; }
            #apartment-description .description .main-info p:nth-child(3) {
              border-right: 1px solid #ffe8d7;
              border-top: 1px solid #ffe8d7; }
            #apartment-description .description .main-info p:nth-child(4) {
              border-top: 1px solid #ffe8d7; } }
      #apartment-description .description .main-info span {
        font-size: 2em;
        display: block;
        line-height: 1.4em;
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
    #apartment-description .description .rooms-area {
      display: none;
      list-style: none;
      margin: 45px 0 30px;
      text-align: initial; }
      #apartment-description .description .rooms-area.active {
        display: block; }
      #apartment-description .description .rooms-area .list-title {
        font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        text-transform: uppercase;
        padding-bottom: 10px; }
      #apartment-description .description .rooms-area li {
        padding: 0 10px;
        font-size: 1.6em;
        color: #777777;
        line-height: 35px; }
        #apartment-description .description .rooms-area li:not(:last-child) {
          border-bottom: 1px solid #a5a5a5; }
        #apartment-description .description .rooms-area li span {
          float: right; }
    @media screen and (max-width: 63.9375em) {
      #apartment-description .description .btn {
        margin: auto; } }

#inclusive {
  padding: 40px 0;
  background-image: url("../images/section_3_background_1920.jpg");
  background-position: 50% 100%;
  background-size: cover; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #inclusive {
      background-image: url("../images/section_3_background_2560.jpg"); } }
  #inclusive .wrap {
    max-width: 820px;
    margin: 60px auto 0; }
    #inclusive .wrap .row {
      padding: 0; }
  #inclusive .media-object {
    max-height: 155px; }
    @media screen and (max-width: 640px) {
      #inclusive .media-object {
        max-height: 100%; } }
    #inclusive .media-object .circle {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #f6921e;
      color: #fff;
      text-align: center;
      line-height: 35px;
      font-size: 2.2em;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
    #inclusive .media-object .list-title {
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.8em;
      line-height: normal;
      margin-bottom: 5px;
      color: #494948;
      text-transform: uppercase; }
    #inclusive .media-object p {
      color: #777777;
      line-height: normal; }

.contects {
  padding: 105px 0 40px;
  background-image: url("../images/section_3_background_1920.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contects {
      background-image: url("../images/section_3_background_2560.jpg"); } }
  .contects .number {
    text-align: center;
    font-size: 3em;
    color: #f6921e;
    margin-top: 25px;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; }
  .contects .net-call {
    max-width: 320px;
    margin: 15px auto 0;
    padding-left: 30px; }
    .contects .net-call p,
    .contects .net-call a {
      margin-right: 12px;
      display: inline-block;
      font-size: 1.6em;
      margin-bottom: 10px;
      color: #777777; }
    .contects .net-call img {
      margin-right: 10px;
      height: 28px;
      vertical-align: bottom; }

#contact-form {
  max-width: 400px;
  margin: 30px auto 0; }
  #contact-form > p {
    margin-bottom: 15px; }
  #contact-form p {
    text-align: center;
    color: #777777; }
  #contact-form textarea,
  #contact-form input {
    border-bottom: 1px solid #a6a6a6;
    height: 36px;
    padding: 0 30px;
    font-size: 1.6em;
    margin-bottom: 0;
    min-height: 36px;
    line-height: 35px; }
  #contact-form .alert.callout {
    margin: 20px 0 0; }
  #contact-form .btn {
    margin: 35px auto 0; }

.maps {
  padding-top: 40px; }
  .maps .map-open {
    display: inline-block;
    text-transform: uppercase;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    color: #2d2d2d;
    text-decoration: underline;
    font-size: 1.6em;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.05em; }
  .maps .map-photo {
    margin-top: 20px;
    height: 600px;
    background-position: 50%;
    background-size: cover;
    background-image: url("../images/genplan_1920.png"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .maps .map-photo {
        background-image: url("../images/genplan_2560.png");
        height: 800px; } }
    @media screen and (max-width: 39.9375em) {
      .maps .map-photo {
        height: 200px; } }

.succses-sending {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(46, 46, 46, 0.25); }
  .succses-sending .massege {
    width: 300px;
    background: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 35px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .succses-sending .massege h2 {
      text-transform: uppercase;
      color: #777777;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.6em;
      margin: 20px 0 5px; }
    .succses-sending .massege p {
      color: #777777; }

#google-map {
  width: 80vw;
  height: 80vh;
  bottom: 0; }

.page404 {
  height: calc(100vh - 61px);
  position: relative;
  background-image: url("../images/image_404_1920.png");
  background-position: 50%;
  background-size: cover; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .page404 {
      background-image: url("../images/image_404_2560.png"); } }
  .page404 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    background: url("../images/orange_opacity_pattern.png");
    border-radius: 50%;
    text-align: center;
    line-height: 320px; }
    .page404 .circle .center {
      display: inline-block;
      vertical-align: middle;
      padding: 35px; }
    .page404 .circle h2 {
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      font-size: 8.8em;
      color: #fff;
      margin-bottom: 15px;
      line-height: 60px; }
    .page404 .circle p {
      color: #ffe8d7; }
    .page404 .circle .back {
      display: block;
      text-transform: uppercase;
      font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
      color: #fff;
      text-decoration: underline;
      font-size: 1.6em;
      text-align: center;
      margin-top: 20px;
      letter-spacing: 0.05em;
      line-height: normal; }

.landscape-mobile {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .landscape-mobile .centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%; }
  .landscape-mobile p {
    max-width: 190px;
    letter-spacing: 0.0025em;
    font-size: 1.6em;
    line-height: 1.125em;
    color: #fff;
    margin: 10px auto 0; }
    .landscape-mobile p span {
      font-size: 1.250em;
      letter-spacing: 0.06em;
      line-height: 1.200em;
      text-transform: uppercase; }

@media screen and (max-width: 39.9375em) and (orientation: portrait) {
  .landscape-mobile {
    display: block; } }

#panorama-popup-kids,
#panorama-popup-balcon,
#panorama-popup-top {
  width: 100%;
  max-width: none;
  max-height: none !important;
  height: 100vh;
  top: 0 !important;
  left: 0;
  margin: 0; }
  #panorama-popup-kids .close-button,
  #panorama-popup-balcon .close-button,
  #panorama-popup-top .close-button {
    top: 55px;
    right: 10px; }

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: none; }

.sk-fading-circle {
  background: #fff;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #f6921e;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.flipster--loop .flipster__item {
  position: absolute; }

.flipster--loop .flipster__item--past-2 {
  transform: translateX(-100%); }

.flipster--loop .flipster__item--future-2 {
  transform: translateX(100%); }

.flipster--loop .flipster__item--past-1 {
  transform: translateX(-50%); }

.flipster--loop .flipster__item--future-1 {
  transform: translateX(50%); }

.flipster--infinite-carousel .flipster__container,
.flipster--infinite-carousel .flipster__item {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--infinite-carousel .flipster__item__content {
  transition: inherit; }

.flipster--infinite-carousel .flipster__item {
  position: absolute;
  opacity: 0;
  perspective: 800px; }

.flipster--infinite-carousel .flipster__item--past-2,
.flipster--infinite-carousel .flipster__item--future-2 {
  opacity: 1;
  transition-delay: 90ms; }

.flipster--infinite-carousel .flipster__item--past-1,
.flipster--infinite-carousel .flipster__item--future-1 {
  opacity: 1;
  transition-delay: 60ms; }

.flipster--infinite-carousel .flipster__item--current {
  opacity: 1;
  transition-delay: 0; }

.flipster--infinite-carousel .flipster__item--past .flipster__item__content,
.flipster--infinite-carousel .flipster__item--future .flipster__item__content {
  transform: scale(0.4); }

.flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(-40%) rotateY(0deg) scale(0.6); }

.flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(40%) rotateY(0deg) scale(0.6); }

.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
  transform: translateX(-20%) rotateY(0deg) scale(0.8); }

.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
  transform: translateX(20%) rotateY(0deg) scale(0.8); }

.flipster--infinite-carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1); }

.wrapper {
  max-width: 1100px;
  margin: auto; }
  .wrapper .slider-container {
    margin: 50px 0 40px;
    padding: 10px 0; }
  .wrapper .btn {
    margin: 0 auto 40px; }
  .wrapper .flipster__item img {
    max-width: 650px; }
  @media screen and (min-width: 40em) {
    .wrapper .flipster__item--current .flipster__item__content {
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25); }
    .wrapper .flipster__item--past-1 .flipster__item__content {
      box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.25); }
    .wrapper .flipster__item--past-2 .flipster__item__content {
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25); } }
  .wrapper .flipster__button {
    background-color: #2d2d2d;
    background-image: url("../images/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 55% 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1; }
    .wrapper .flipster__button.flipster__button--prev {
      transform: rotate(180deg); }
    .wrapper .flipster__button svg {
      display: none; }

.interier-styles-nav {
  width: 180px;
  margin: 0 auto 50px; }
  .interier-styles-nav .slick-slide {
    width: 120px;
    text-align: center; }
  .interier-styles-nav .slick-list {
    width: 540px;
    transform: translate(-180px, 0); }
  .interier-styles-nav .slick-next {
    right: -25px; }
  .interier-styles-nav .slick-prev {
    left: -25px; }
  .interier-styles-nav .slick-next:before,
  .interier-styles-nav .slick-prev:before {
    background: url("../images/arrow_orange.svg") no-repeat;
    background-position: 50%;
    height: 50px; }
  .interier-styles-nav p {
    letter-spacing: 0.05em;
    color: #2d2d2d;
    transition: 0.4s;
    line-height: 40px;
    cursor: pointer; }
  .interier-styles-nav .slick-current p {
    transform: scale(2); }

@media screen and (max-width: 39.9375em) {
  .flipster__container {
    height: auto !important; }
  .flipster__item {
    width: 100%; }
  .wrapper .flipster__item img {
    width: 100%; } }

.switch {
  height: 82px;
  width: 42px;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -41px; }
  .switch .day,
  .switch .nigt {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 7px;
    transition: 0.4s; }
    .switch .day:hover:not(.active),
    .switch .nigt:hover:not(.active) {
      background: rgba(0, 0, 0, 0.1); }
    .switch .day svg,
    .switch .nigt svg {
      fill: #595959; }
  .switch .day {
    margin-bottom: 6px; }
  .switch .active {
    background: #595959; }
    .switch .active svg {
      fill: #fff; }

.date-slider {
  background-color: #272727; }
  .date-slider .slider-date-item {
    height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.apartment-slider-mobile_1 .mobile-item, .apartment-slider-mobile_2 .mobile-item, .apartment-slider-mobile_3 .mobile-item {
  min-height: 100vh;
  background-position: center;
  background-size: cover; }

.date_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  height: 60px;
  position: relative; }
  .date_wrap .date_item {
    cursor: pointer;
    font-size: 14px;
    font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0.0075rem;
    display: inline-block;
    margin: 0 1.875rem;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 142px;
    text-align: center;
    background-image: url(../images/header_pattern.png); }
  .date_wrap .active_date {
    background-image: none;
    background-color: #f6921e; }

.date_slider_next {
  display: inline-block;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #f6921e;
  margin-right: 80px; }
  @media screen and (max-width: 1024px) {
    .date_slider_next {
      margin-right: 40px; } }
  @media screen and (max-width: 750px) {
    .date_slider_next {
      height: 40px;
      width: 40px;
      top: 60%;
      margin-right: 10px; } }
  .date_slider_next:before {
    content: '';
    background: url(../images/arrow_white.svg) no-repeat 50%;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 21px; }
    @media screen and (max-width: 750px) {
      .date_slider_next:before {
        margin-left: 3px;
        background-size: 20px 20px; } }

.date_slider_prev {
  display: inline-block;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f6921e;
  margin-left: 80px; }
  @media screen and (max-width: 1024px) {
    .date_slider_prev {
      margin-left: 40px; } }
  @media screen and (max-width: 750px) {
    .date_slider_prev {
      height: 40px;
      width: 40px;
      top: 60%;
      margin-left: 10px; } }
  .date_slider_prev:before {
    content: '';
    background: url(../images/arrow_white.svg) no-repeat 50%;
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 15px; }
    @media screen and (max-width: 750px) {
      .date_slider_prev:before {
        background-size: 20px 20px;
        margin-left: 0; } }

.date_nav_mouns {
  width: 100%; }
  .date_nav_mouns .nav_slider_next {
    opacity: .5;
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url(../images/arrow_slider.svg) no-repeat 50%;
    z-index: 2; }
    @media screen and (max-width: 750px) {
      .date_nav_mouns .nav_slider_next {
        height: 25px;
        top: 17px;
        right: 10px; } }
    .date_nav_mouns .nav_slider_next:hover {
      opacity: 1; }
  .date_nav_mouns .nav_slider_prev {
    opacity: .5;
    position: absolute;
    top: 10px;
    left: 20px;
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url(../images/arrow_slider.svg) no-repeat 50%;
    transform: rotate(180deg);
    z-index: 2; }
    @media screen and (max-width: 750px) {
      .date_nav_mouns .nav_slider_prev {
        height: 25px;
        top: 17px;
        left: 10px; } }
    .date_nav_mouns .nav_slider_prev:hover {
      opacity: 1; }

.mobile_version_interier {
  display: none; }
  @media screen and (max-width: 750px) {
    .mobile_version_interier {
      display: block; } }
  .mobile_version_interier .first-screen, .mobile_version_interier .second_screen, .mobile_version_interier .third_screen {
    position: relative; }
    .mobile_version_interier .first-screen .bottom-line, .mobile_version_interier .second_screen .bottom-line, .mobile_version_interier .third_screen .bottom-line {
      display: block;
      height: 0 !important; }
  .mobile_version_interier .block-title {
    height: 90px; }

.desltop_version_interier {
  display: none; }
  @media screen and (min-width: 750px) {
    .desltop_version_interier {
      display: block; } }

body#tinymce {
  margin: 12px !important; }

  /**
   * Remove default margin.
   */

  body {
    margin: 0;
  }

  /* HTML5 display definitions
     ========================================================================== */

  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

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

  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

  audio,
  canvas,
  progress,
  video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }

  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

  [hidden],
  template {
    display: none;
  }

  /* Links
     ========================================================================== */

  /**
   * Remove the gray background color from active links in IE 10.
   */

  a {
    background-color: transparent;
  }

  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

  a:active,
  a:hover {
    outline: 0;
  }

  /* Text-level semantics
     ========================================================================== */

  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

  abbr[title] {
    border-bottom: 1px dotted;
  }

  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

  b,
  strong {
    font-weight: bold;
  }

  /**
   * Address styling not present in Safari and Chrome.
   */

  dfn {
    font-style: italic;
  }

  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

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

  /**
   * Address styling not present in IE 8/9.
   */

  mark {
    background: #ff0;
    color: #000;
  }

  /**
   * Address inconsistent and variable font size in all browsers.
   */

  small {
    font-size: 80%;
  }

  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

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

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  /* Embedded content
     ========================================================================== */

  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */

  img {
    border: 0;
  }

  /**
   * Correct overflow not hidden in IE 9/10/11.
   */

  svg:not(:root) {
    overflow: hidden;
  }

  /* Grouping content
     ========================================================================== */

  /**
   * Address margin not present in IE 8/9 and Safari.
   */

  figure {
    margin: 1em 40px;
  }

  /**
   * Address differences between Firefox and other browsers.
   */

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

  /**
   * Contain overflow in all browsers.
   */

  pre {
    overflow: auto;
  }

  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */

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

  /* Forms
     ========================================================================== */

  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
  }

  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

  button {
    overflow: visible;
  }

  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

  button,
  select {
    text-transform: none;
  }

  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

  button,
  html input[type="button"], /* 1 */
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
  }

  /**
   * Re-set default cursor for disabled elements.
   */

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  /**
   * Remove inner padding and border in Firefox 4+.
   */

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

  input {
    line-height: normal;
  }

  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

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

  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

  input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
  }

  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

  /* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

  legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

  textarea {
    overflow: auto;
  }

  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

  optgroup {
    font-weight: bold;
  }

  /* Tables
     ========================================================================== */

  /**
   * Remove most spacing between table cells.
   */

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

  td,
  th {
    padding: 0;
  }



#google-map {
    width: 80vw;
    height: 80vh;
    bottom: 0;
}


.landscape-mobile{
	display:none;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
	height: 100vh;

}

.preloader{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	display: none;
}
.sk-fading-circle {
  background: #fff;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  position: absolute;
  	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 999;
   }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #f6921e;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
        transform: rotate(30deg); }
.sk-fading-circle .sk-circle3 {
        transform: rotate(60deg); }
.sk-fading-circle .sk-circle4 {
        transform: rotate(90deg); }
.sk-fading-circle .sk-circle5 {
        transform: rotate(120deg); }
.sk-fading-circle .sk-circle6 {
        transform: rotate(150deg); }
.sk-fading-circle .sk-circle7 {
        transform: rotate(180deg); }
.sk-fading-circle .sk-circle8 {
        transform: rotate(210deg); }
.sk-fading-circle .sk-circle9 {
        transform: rotate(240deg); }
.sk-fading-circle .sk-circle10 {
        transform: rotate(270deg); }
.sk-fading-circle .sk-circle11 {
        transform: rotate(300deg); }
.sk-fading-circle .sk-circle12 {
        transform: rotate(330deg); }
.sk-fading-circle .sk-circle2:before {
        animation-delay: -1.1s; }
.sk-fading-circle .sk-circle3:before {
        animation-delay: -1s; }
.sk-fading-circle .sk-circle4:before {
        animation-delay: -0.9s; }
.sk-fading-circle .sk-circle5:before {
        animation-delay: -0.8s; }
.sk-fading-circle .sk-circle6:before {
        animation-delay: -0.7s; }
.sk-fading-circle .sk-circle7:before {
        animation-delay: -0.6s; }
.sk-fading-circle .sk-circle8:before {
        animation-delay: -0.5s; }
.sk-fading-circle .sk-circle9:before {
        animation-delay: -0.4s; }
.sk-fading-circle .sk-circle10:before {
        animation-delay: -0.3s; }
.sk-fading-circle .sk-circle11:before {
        animation-delay: -0.2s; }
.sk-fading-circle .sk-circle12:before {
        animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; }
}


@media screen and (max-width: 39.9375em) {
	.flipster__container{
		    height: auto!important;
	}
	.flipster__item{
		width: 100%;
	}
	.wrapper .flipster__item img{
		width: 100%;
	}
}












 body#tinymce {
  margin: 12px !important;
}