a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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

ol, ul {
    list-style: none
}

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

caption, td, th {
    font-weight: 400;
    text-align: left
}

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

blockquote, q {
    quotes: "" ""
}

a:focus {
    outline: thin dotted
}

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

a img {
    border: 0
}

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

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

html {
    font-size: 16px
}

body, html {
    min-height: 100%
}

body {
    background: #fff;
    color: #000;
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300
}

    body.overflow {
        height: 100vh;
        overflow-y: hidden;
        padding-top: 0 !important
    }

.focusable, .screen-reader-text {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    clip: rect(0,0,0,0);
    background: #000;
    border: 0;
    color: #fff
}

.wrapper {
    min-height: 100%
}

.container, .hp-section--request .content-part {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 15px;
    width: 100%
}

a {
    color: #f1983f;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

strong {
    font-weight: 700
}

em {
    font-style: italic
}

[type=button], [type=submit] {
    cursor: pointer
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

::-webkit-scrollbar-track {
    background: none
}

::-webkit-scrollbar-thumb {
    background: #f1983f;
    border-radius: 15px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #f1983f
    }

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.sc-button {
    border-radius: 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1;
    padding: 12px 25px;
    text-align: center
}

.sc-button--primary {
    background: #f1983f;
    color: #000;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

    .sc-button--primary:hover {
        background: #1f428c;
        color: #fcfcfc;
        text-decoration: none
    }

.site-header {
    background: transparent;
    color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    z-index: 9999
}

    .site-header:before {
        background-color: rgba(37,37,37,.4);
        content: "";
        -webkit-filter: blur(8px);
        filter: blur(8px);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

    .site-header.nav-up {
        top: -99px
    }

.site-header__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    position: relative;
    z-index: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px
}

.site-header--logo {
    margin-bottom: 8px
}

.site-header--navigation {
    padding-top: 15px
}

@media(max-width:799px) {
    .site-header--navigation {
        background: #f2f2f2;
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow: auto;
        padding: 24px 15px;
        position: fixed;
        text-align: center;
        top: 98px;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .35s;
        transition: all .35s;
        width: 100%;
        z-index: 999
    }

        .site-header--navigation.show {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0)
        }
}

.site-header--navigation .top-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media(min-width:800px) {
    .site-header--navigation .top-level {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width:1024px) {
    .site-header--navigation .top-level {
        gap: 28px
    }
}

.site-header--navigation .top-level > li > a {
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}

@media(min-width:800px) {
    .site-header--navigation .top-level > li > a {
        color: #fff
    }
}

.site-header--navigation .top-level > li.parent-item {
    position: relative
}

    .site-header--navigation .top-level > li.parent-item > a {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>') no-repeat 100%;
        padding-right: 14px
    }

@media(min-width:800px) {
    .site-header--navigation .top-level > li.parent-item > a {
        background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 512 512"><path fill="%23fff" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>') no-repeat 100%
    }
}

.site-header--navigation .top-level > li.parent-item:hover .sub-items {
    max-height: 300px;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    z-index: 99
}

.site-header--navigation .top-level .sub-items {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-transition: all .35s;
    transition: all .35s
}

@media(min-width:800px) {
    .site-header--navigation .top-level .sub-items {
        background: #fff;
        left: 0;
        min-width: 145px;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        z-index: -1
    }
}

.site-header--navigation .top-level .sub-items li a {
    color: #000;
    display: block;
    font-weight: 500;
    padding: 5px 15px
}

.site-header--right {
    display: none;
    padding-top: 15px
}

@media(min-width:800px) {
    .site-header--right {
        display: block
    }
}

.site-header--right .sc-button {
    white-space: nowrap
}

.site-header .toggle-navigation {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .15px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

    .site-header .toggle-navigation.show {
        background: #fff
    }

@media(min-width:800px) {
    .site-header .toggle-navigation {
        display: none
    }
}

.site-header .toggle-navigation:focus {
    outline: none
}

.site-header .toggle-navigation:hover {
    color: #f1983f
}

.site-header .toggle-navigation span {
    display: block
}

.site-header .toggle-navigation em {
    background: #1f428c;
    border-radius: 4px;
    display: block;
    height: 3px;
    margin-top: 6px;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    width: 100%
}

.site-header .toggle-navigation.active {
    color: #fff
}

    .site-header .toggle-navigation.active em {
        -webkit-transform: rotate(-45deg) translate(-5px,3px);
        transform: rotate(-45deg) translate(-5px,3px)
    }

        .site-header .toggle-navigation.active em:last-child {
            -webkit-transform: rotate(45deg) translate(-5px,-1px);
            transform: rotate(45deg) translate(-5px,-1px)
        }

.site-footer {
    background: #f2f2f2;
    padding: 0;
    position: relative;
    z-index: 99
}

    .site-footer .copyright {
        background: #fff;
        color: rgba(0,0,0,.5);
        font-size: .8125rem;
        font-weight: 200;
        letter-spacing: .5px;
        line-height: 1;
        padding: 13px 0;
        text-align: center
    }

@media(min-width:768px) {
    .site-footer .copyright {
        padding: 85px 0
    }
}

.site-footer .footer-map {
    height: 440px
}

    .site-footer .footer-map iframe {
        -webkit-filter: invert(100%) grayscale(100%);
        filter: invert(100%) grayscale(100%);
        height: 440px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

.site-footer .footer-info {
    padding: 40px 0 70px;
    text-align: center
}

@media(min-width:768px) {
    .site-footer .footer-info {
        padding: 90px 0 119px;
        text-align: left
    }

        .hp-section--request .site-footer .footer-info .content-part, .site-footer .footer-info .container, .site-footer .footer-info .hp-section--request .content-part {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
}

.site-footer .social-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5625rem;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

@media(min-width:768px) {
    .site-footer .social-navigation {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.site-footer .social-navigation a {
    color: #000;
    margin-left: 18px;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .site-footer .social-navigation a:first-child {
        margin-left: 0
    }

    .site-footer .social-navigation a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.site-footer .address {
    color: #000;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.47
}

    .site-footer .address a {
        color: #000
    }

    .site-footer .address p {
        margin-bottom: 20px
    }

.site-footer .footer-nav {
    display: none;
    padding-top: 25px
}

@media(min-width:768px) {
    .site-footer .footer-nav {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 6.6vw
    }
}

@media(max-width:1179px) {
    .site-footer .footer-nav {
        min-width: 100%;
        padding-right: 6.6vw
    }
}

@media(min-width:600px) {
    .site-footer .footer-nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.site-footer .footer-nav > ul > li {
    margin-bottom: 30px;
    min-width: 214px
}

    .site-footer .footer-nav > ul > li > a {
        color: rgba(0,0,0,.2);
        font-size: 30px;
        font-weight: 600
    }

.site-footer .footer-nav > ul li {
    margin-bottom: 20px
}

.site-footer .footer-nav > ul a {
    color: #121010
}

    .site-footer .footer-nav > ul a[href="#"] {
        pointer-events: none
    }

.site-footer .footer-nav > ul ul {
    padding-top: 10px
}

@media(min-width:600px) {
    .site-footer .footer-nav > ul ul {
        padding-top: 45px
    }
}

.site-footer .logo {
    margin: 0 auto;
    width: 202px
}

@media(min-width:768px) {
    .site-footer .logo {
        margin: 0 97px 0 0
    }
}

.site-footer .logo .footer-main-logo {
    margin-bottom: 23px
}

.site-footer .logo .pre-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer .info {
    padding-top: 25px
}

.counter-box {
    font-family: Bebas Neue,cursive;
    line-height: 1;
    text-align: center;
    width: 162px
}

    .counter-box .counter {
        border: 11px solid #4a5b6f;
        border-radius: 50%;
        color: #144191;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 162px;
        width: 162px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 15px
    }

        .counter-box .counter .num {
            font-size: 55px
        }

    .counter-box .name {
        border-bottom: 11px solid #4a5b6f;
        color: #6e6e6e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

@media(max-width:767px) {
    .counter-box {
        display: none
    }
}

.hp-section {
    max-width: 100%;
    position: relative;
    will-change: transform
}

@media(min-width:768px) {
    .hp-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.hp-section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 53px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width:650px) {
    .hp-section .owl-carousel .owl-nav {
        width: 73px
    }
}

.hp-section .owl-carousel .owl-nav button.owl-next, .hp-section .owl-carousel .owl-nav button.owl-prev {
    color: #f1983f;
    font-size: 2.1875rem;
    font-style: normal;
    letter-spacing: 1.4px
}

.hp-section--bg-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.hp-section--imgwrap {
    grid-area: 1/1/3/3;
    margin: 0 auto;
    min-height: 250px;
    overflow: hidden;
    position: relative
}

.hp-section--img, .hp-section--imgwrap {
    height: 100%;
    width: 100%;
    will-change: transform
}

.hp-section--img {
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    top: 0
}

.hp-section--title {
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    will-change: transform
}

.hp-section--rte p {
    letter-spacing: .5px;
    line-height: 1.875;
    margin-bottom: 20px
}

.hp-section--rte nav {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .21px;
    line-height: 2.6;
    padding-top: 20px
}

@media(min-width:1440px) {
    .hp-section--rte nav {
        padding-top: 60px
    }
}

.hp-section--promo {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #252525;
    position: relative
}

@media(max-width:767px) {
    .hp-section--promo {
        overflow: hidden
    }
}

.hp-section--promo .content-part {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    min-height: 90vh;
    padding: 100px 15px 30px
}

@media(min-width:768px) {
    .hp-section--promo .content-part {
        height: 810px;
        min-height: unset;
        padding-bottom: 130px
    }
}

.hp-section--promo .content-part .text {
    max-width: 1020px;
    position: relative;
    text-align: center;
    z-index: 1
}

    .hp-section--promo .content-part .text h1 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px
    }

@media(min-width:650px)and (max-width:767px) {
    .hp-section--promo .content-part .text h1 {
        font-size: 3.125rem
    }
}

@media(min-width:768px) {
    .hp-section--promo .content-part .text h1 {
        font-size: 3.75rem
    }
}

.hp-section--promo .owl-carousel {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

    .hp-section--promo .owl-carousel img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .hp-section--promo .owl-carousel .owl-dots {
        bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

        .hp-section--promo .owl-carousel .owl-dots .owl-dot {
            background: hsla(0,0%,100%,.3);
            border-radius: 50%;
            height: 15px;
            width: 15px
        }

            .hp-section--promo .owl-carousel .owl-dots .owl-dot.active {
                background: hsla(0,0%,100%,.6)
            }

.hp-section--about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .hp-section--about {
        display: block
    }
}

@media(min-width:768px) {
    .hp-section--about {
        height: auto;
        min-height: 800px
    }
}

.hp-section--about--imgbox {
    -webkit-box-shadow: 0 20px 147px 0 rgba(0,0,0,.3);
    box-shadow: 0 20px 147px 0 rgba(0,0,0,.3);
    margin-bottom: 25px;
    position: relative
}

@media(min-width:768px) {
    .hp-section--about--imgbox {
        margin-bottom: 0;
        width: 50%
    }
}

.hp-section--about .content-part {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .16px;
    line-height: 1.875;
    padding: 15px;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:650px)and (max-width:767px) {
    .hp-section--about .content-part {
        padding-left: 41px;
        padding-top: 40px
    }
}

@media(min-width:768px)and (max-width:1439px) {
    .hp-section--about .content-part {
        padding-left: 71px
    }
}

@media(min-width:1440px) {
    .hp-section--about .content-part {
        padding-top: 80px
    }
}

.hp-section--about .content-part h2 {
    font-size: 2.125rem;
    margin-bottom: 32px;
    max-width: 600px;
    position: relative
}

@media(min-width:768px) {
    .hp-section--about .content-part h2 {
        font-size: 2.8125rem
    }
}

.hp-section--about .content-part ul {
    list-style: none;
    margin-bottom: 40px;
    padding: 0
}

    .hp-section--about .content-part ul li {
        margin: 0 0 10px
    }

        .hp-section--about .content-part ul li:last-child {
            margin-bottom: 0
        }

.hp-section--about .content-part p {
    margin: 0 0 10px;
    max-width: 518px
}

.hp-section--about nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3125rem;
    font-weight: 500;
    gap: 10px;
    line-height: 1.5;
    max-width: 350px
}

    .hp-section--about nav span {
        display: block;
        width: calc(50% - 5px)
    }

.hp-section--testimonials {
    background: #f2f2f2;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 25px
}

@media(min-width:800px) {
    .hp-section--testimonials {
        padding: 150px 0
    }
}

.hp-section--testimonials .content-part {
    max-width: 885px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media(min-width:800px) {
    .hp-section--testimonials .content-part {
        width: 90%
    }
}

.hp-section--testimonials .testimonials-list {
    background: url(../images/summit-icon-quote.png) no-repeat 0 0;
    background-size: 70px auto;
    font-size: 1.125rem;
    font-weight: 200;
    letter-spacing: .1px;
    line-height: 1.47;
    margin-bottom: 40px;
    padding-left: 80px
}

@media(min-width:650px) {
    .hp-section--testimonials .testimonials-list {
        background-size: 109px 95px;
        padding-left: 140px
    }
}

@media(min-width:800px) {
    .hp-section--testimonials .testimonials-list {
        font-size: 2.125rem
    }
}

.hp-section--testimonials .testimonials-list .author {
    display: block;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px
}

.hp-section--testimonials .testimonials-list .owl-nav {
    bottom: 0;
    left: 10px;
    position: absolute
}

.hp-section--fyi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width:768px) {
    .hp-section--fyi {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative
    }
}

@media(max-width:767px) {
    .hp-section--fyi {
        display: block
    }
}

@media(min-width:768px) {
    .hp-section--fyi {
        height: auto
    }
}

.hp-section--fyi--imgbox {
    -webkit-box-shadow: 0 20px 147px 0 rgba(0,0,0,.3);
    box-shadow: 0 20px 147px 0 rgba(0,0,0,.3);
    margin-bottom: 25px;
    position: relative
}

@media(min-width:768px) {
    .hp-section--fyi--imgbox {
        bottom: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }
}

.hp-section--fyi .content-part {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .16px;
    line-height: 1.875;
    padding: 15px;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:768px) {
    .hp-section--fyi .content-part {
        max-width: 50%;
        min-height: 700px
    }
}

.hp-section--fyi .content-part .text {
    max-width: 550px
}

.hp-section--fyi .content-part h2 {
    font-size: 2.125rem;
    margin-bottom: 32px;
    max-width: 600px;
    position: relative
}

@media(min-width:768px) {
    .hp-section--fyi .content-part h2 {
        font-size: 2.8125rem
    }
}

.hp-section--fyi .content-part ul {
    list-style: none;
    margin-bottom: 40px;
    padding: 0
}

    .hp-section--fyi .content-part ul li {
        margin: 0 0 10px
    }

        .hp-section--fyi .content-part ul li:last-child {
            margin-bottom: 0
        }

.hp-section--fyi .content-part p {
    margin: 0 0 10px;
    max-width: 518px
}

.hp-section--fyi nav {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.5
}

    .hp-section--fyi nav span {
        display: block;
        margin-bottom: 10px
    }

.hp-section--request {
    background: #1f428c;
    color: #fff;
    padding: 25px 0
}

@media(min-width:768px) {
    .hp-section--request {
        padding: 110px 0 140px
    }
}

.hp-section--request .hp-section--title {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center
}

@media(min-width:650px) {
    .hp-section--request .hp-section--title {
        font-size: 4.375rem;
        margin-bottom: 77px
    }
}

.hp-section--request .hp-section--rte {
    background: #1f428c;
    position: relative;
    z-index: 0
}

@media(min-width:990px) {
    .hp-section .hp-request-form .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .hp-section .hp-request-form .columns .column {
            width: calc(50% - 20px)
        }
}

.hp-section .hp-request-form .form-row {
    padding-bottom: 10px
}

    .hp-section .hp-request-form .form-row .form-control {
        background: transparent;
        border: none;
        border-bottom: 2px solid hsla(0,0%,100%,.04);
        color: #fff;
        display: block;
        font-family: Montserrat;
        font-size: 1.4375rem;
        font-weight: 200;
        letter-spacing: .92px;
        line-height: 1.38;
        padding: 8px 10px 8px 45px;
        width: 100%
    }

        .hp-section .hp-request-form .form-row .form-control::-webkit-input-placeholder {
            color: #fff;
            font-weight: 200
        }

        .hp-section .hp-request-form .form-row .form-control::-moz-placeholder, .hp-section .hp-request-form .form-row .form-control::-webkit-input-placeholder, .hp-section .hp-request-form .form-row .form-control::placeholder {
            color: #fff;
            font-weight: 200
        }

        .hp-section .hp-request-form .form-row .form-control:focus {
            outline-color: hsla(0,0%,100%,.04);
            outline-width: 2px
        }

    .hp-section .hp-request-form .form-row input[type=file] {
        opacity: 0;
        position: absolute;
        visibility: hidden
    }

        .hp-section .hp-request-form .form-row input[type=file] + label {
            background: hsla(0,0%,76%,.2);
            background-clip: padding-box;
            border: 2px solid hsla(0,0%,100%,.2);
            border-radius: 5px;
            color: hsla(0,0%,100%,.8);
            cursor: pointer;
            font-size: 23px;
            letter-spacing: .92px;
            margin-left: 15px;
            padding: 6px 21px 7px;
            -webkit-transition: all .35s ease-out;
            transition: all .35s ease-out
        }

            .hp-section .hp-request-form .form-row input[type=file] + label:hover {
                background: hsla(0,0%,76%,.05)
            }

@media(min-width:990px) {
    .hp-section .hp-request-form .form-row input[type=file] + label {
        margin-left: 0
    }
}

.hp-section .hp-request-form .form-row .file-path {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px
}

.hp-section .hp-request-form .form-row textarea.form-control {
    background: linear-gradient(transparent,transparent calc(3.6ch - 2px),hsla(0,0%,100%,.04) 0);
    background-size: 100% 3.6ch;
    border: none;
    line-height: 3.6ch;
    margin-bottom: 16px;
    padding-top: 0
}

.hp-section .hp-request-form .btn {
    background: #f1983f;
    border: none;
    border-radius: 21px;
    color: #000;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 15px;
    margin-top: 25px;
    padding: 15px 29px 13px;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

    .hp-section .hp-request-form .btn:hover {
        color: #fcfcfc
    }

@media(min-width:990px) {
    .hp-section .hp-request-form .btn {
        margin-left: 0
    }
}

.hp-section--food2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: auto;
    justify-content: space-between;
    padding-bottom: 25px
}

@media(min-width:768px) {
    .hp-section--food2 {
        height: 783px;
        padding-bottom: 0
    }
}

.hp-section--food2--imgbox {
    -webkit-box-shadow: 0 20px 147px 0 rgba(0,0,0,.3);
    box-shadow: 0 20px 147px 0 rgba(0,0,0,.3);
    margin-bottom: 25px
}

@media(min-width:768px) {
    .hp-section--food2--imgbox {
        height: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0;
        width: 50%;
        z-index: 3
    }

        .hp-section--food2--imgbox .hp-section--imgwrap {
            padding-bottom: 830px
        }
}

.hp-section--food2 .content-part {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .32px;
    line-height: 1.875;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 9
}

@media(min-width:650px)and (max-width:879px) {
    .hp-section--food2 .content-part {
        padding-left: 41px;
        padding-top: 40px
    }
}

@media(min-width:880px)and (max-width:1439px) {
    .hp-section--food2 .content-part {
        padding-left: 71px
    }
}

@media(min-width:1440px) {
    .hp-section--food2 .content-part {
        padding-left: 71px;
        padding-top: 80px
    }
}

.hp-section--food2 .content-part h2 {
    font-size: 2.125rem;
    margin-bottom: 32px;
    margin-top: 32px;
    max-width: 600px;
    position: relative
}

@media(min-width:768px) {
    .hp-section--food2 .content-part h2 {
        font-size: 2.8125rem
    }
}

.hp-section--food2 .content-part p {
    margin-bottom: 25px;
    max-width: 595px
}

.hp-section--food2 .content-part hr {
    border: none;
    border-bottom: 15px solid #1f428c;
    margin: 0;
    max-width: 595px
}

.hp-section--daily-food {
    background: #f2f2f2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 25px
}

@media(min-width:768px) {
    .hp-section--daily-food {
        height: auto;
        padding-bottom: 0
    }
}

.hp-section--daily-food--imgbox.first {
    height: 356px;
    justify-self: flex-end;
    margin-left: auto;
    position: relative;
    width: 100%;
    z-index: 4
}

    .hp-section--daily-food--imgbox.first .hp-section--imgwrap {
        padding-bottom: 356px
    }

@media(min-width:800px) {
    .hp-section--daily-food--imgbox.first {
        top: 0
    }
}

.hp-section--daily-food--imgbox.second {
    margin-bottom: 20px;
    width: 100%
}

@media(min-width:768px) {
    .hp-section--daily-food--imgbox.second {
        float: right;
        height: 542px;
        margin-right: 56px;
        width: 55vw
    }

        .hp-section--daily-food--imgbox.second .hp-section--imgwrap {
            padding-bottom: 542px
        }
}

.hp-section--daily-food .content-part {
    min-width: 100%
}

.hp-section--daily-food .daily-list {
    margin: 0 auto;
    padding-top: 35px
}

@media(max-width:800px) {
    .hp-section--daily-food .daily-list {
        padding: 35px 20px 0
    }
}

@media(min-width:800px) {
    .hp-section--daily-food .daily-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .hp-section--daily-food .daily-list .col {
            width: 40vw
        }

            .hp-section--daily-food .daily-list .col .item {
                margin-bottom: 80px;
                max-width: 480px
            }

            .hp-section--daily-food .daily-list .col.right-col {
                margin-left: 20px
            }
}

.hp-section--daily-food .daily-list .item {
    font-size: 1rem;
    letter-spacing: .32px;
    line-height: 1.875;
    margin-bottom: 40px;
    position: relative
}

.hp-section--daily-food .daily-list .title {
    font-size: 2.125rem;
    line-height: 1.08;
    margin-bottom: 22px
}

@media(min-width:650px)and (max-width:799px) {
    .hp-section--daily-food .daily-list .title {
        font-size: 2.75rem
    }
}

@media(min-width:880px)and (max-width:1439px) {
    .hp-section--daily-food .daily-list .title {
        font-size: 4.0625rem
    }
}

@media(min-width:1440px) {
    .hp-section--daily-food .daily-list .title {
        font-size: 5.3125rem
    }
}

.hp-section--daily-food hr {
    border: none;
    border-bottom: 15px solid #1f428c;
    margin: -30px 0 72px
}

.hp-section--daily-food .clear {
    clear: both
}

.hp-section--gallery {
    position: relative
}

    .hp-section--gallery figure {
        height: 804px;
        margin: 0;
        padding: 0;
        position: relative
    }

        .hp-section--gallery figure:after {
            background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
            background: linear-gradient(180deg,transparent,#000);
            bottom: 0;
            content: "";
            height: 50%;
            position: absolute;
            width: 100%;
            z-index: 0
        }

        .hp-section--gallery figure img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

        .hp-section--gallery figure figcaption {
            bottom: 130px;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            left: 15px;
            line-height: 1.5;
            max-width: 550px;
            position: absolute;
            width: calc(100% - 30px);
            z-index: 1
        }

@media(min-width:600px) {
    .hp-section--gallery figure figcaption {
        bottom: 30px;
        left: 220px;
        min-height: 110px;
        width: unset
    }
}

@media(min-width:768px) {
    .hp-section--gallery figure figcaption {
        left: 368px
    }
}

@media(min-width:1150px) {
    .hp-section--gallery figure figcaption {
        left: 34.7%
    }
}

.hp-section--gallery .owl-nav {
    bottom: 43px;
    left: 265px;
    position: absolute
}

@media(min-width:600px)and (max-width:767px) {
    .hp-section--gallery .owl-nav {
        bottom: 10px;
        left: 15px
    }
}

@media(min-width:768px) {
    .hp-section--gallery .owl-nav {
        bottom: 83px
    }
}

@media(min-width:1150px) {
    .hp-section--gallery .owl-nav {
        left: 26.7%
    }
}

.hp-section--gallery .hp-section--title {
    bottom: 20px;
    color: #fff;
    font-size: 2.1875rem;
    left: 15px;
    position: absolute;
    z-index: 10
}

@media(min-width:600px) {
    .hp-section--gallery .hp-section--title {
        bottom: 50px
    }
}

@media(min-width:768px) {
    .hp-section--gallery .hp-section--title {
        font-size: 2.8125rem
    }
}

@media(min-width:1150px) {
    .hp-section--gallery .hp-section--title {
        left: 4.29%
    }
}

@media(min-width:1300px) {
    .hp-section--gallery .hp-section--title {
        left: 7.29%
    }
}

.inner-section-banner {
    background: #252525;
    max-width: 100%;
    min-height: 810px;
    position: relative;
    will-change: transform
}

@media(min-width:768px) {
    .inner-section-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media(max-width:767px) {
    .inner-section-banner {
        overflow: hidden
    }
}

.inner-section-banner--bg-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.inner-section-banner .content-part {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 15px 30px
}

@media(min-width:768px) {
    .inner-section-banner .content-part {
        padding-bottom: 130px
    }
}

.inner-section-banner .content-part .text {
    max-width: 1020px;
    position: relative;
    text-align: center;
    z-index: 1
}

    .inner-section-banner .content-part .text h1 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px
    }

@media(min-width:650px)and (max-width:767px) {
    .inner-section-banner .content-part .text h1 {
        font-size: 3.125rem
    }
}

@media(min-width:768px) {
    .inner-section-banner .content-part .text h1 {
        font-size: 3.75rem
    }
}

.rest-list {
    margin-top: -30px
}

    .rest-list .row {
        min-height: 200px;
        padding: 49px 15px
    }

@media(min-width:650px) {
    .rest-list .row {
        padding-left: 320px
    }
}

.rest-list .row:first-child {
    padding-top: 80px
}

.rest-list .row:nth-child(odd) {
    background: #f2f2f2
}

.rest-list .row .items {
    max-width: 900px
}

@media(min-width:800px) {
    .rest-list .row .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.rest-list .row .item {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 20px
}

@media(min-width:800px) {
    .rest-list .row .item {
        max-width: 400px;
        width: 49%
    }
}

.rest-list .row .item .title {
    font-size: 1.625rem;
    line-height: 1.15
}

.rest-list .row a {
    text-decoration: none;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

    .rest-list .row a:hover {
        color: #f1983f
    }

.review-list .content {
    padding-left: 15px;
    padding-top: 50px
}

    .review-list .content .left-col blockquote:first-child {
        margin-bottom: 20px;
        position: relative;
        top: -35px
    }

@media(min-width:650px) {
    .review-list .content {
        padding-left: 281px
    }
}

@media(min-width:1100px) {
    .review-list .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .review-list .content .column {
            width: 50%
        }

        .review-list .content .right-col {
            padding-top: 54px
        }
}

.review-list .content .column {
    padding-right: 15px
}

.review-list .content blockquote {
    margin-bottom: 55px;
    position: relative;
    z-index: 999
}

@media(min-width:1100px) {
    .review-list .content blockquote {
        max-width: 495px
    }
}

.review-list .content blockquote .rte {
    background: #d7df22;
    border-radius: 35px;
    color: #000;
    font-size: .875rem;
    letter-spacing: .32px;
    line-height: 1.375;
    margin-bottom: 14px;
    padding: 11px 19px
}

@media(min-width:650px) {
    .review-list .content blockquote .rte {
        border-radius: 65px;
        font-size: 1rem;
        line-height: 1.875;
        padding: 21px 39px
    }
}

.review-list .content blockquote .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 39px
}

    .review-list .content blockquote .author img {
        margin-right: 12px
    }

.floor-plan-section {
    background: #383636;
    min-height: 200px;
    padding: 49px 15px
}

@media(min-width:650px) {
    .floor-plan-section {
        padding-left: 170px
    }
}

.floor-plan-section * {
    font-family: Montserrat
}

.floor-plan-section .sub-navigation {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15
}

    .floor-plan-section .sub-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .floor-plan-section .sub-navigation ul li {
            margin: 0 5px
        }

        .floor-plan-section .sub-navigation ul a {
            color: hsla(0,0%,100%,.5)
        }

        .floor-plan-section .sub-navigation ul .active a {
            color: #fff
        }

.floor-plan-section .plans-list {
    font-size: .875rem
}

@media(max-width:474px) {
    .floor-plan-section .plans-list .plans-list {
        zoom: .6
    }
}

@media(min-width:800px) {
    .floor-plan-section .plans-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.floor-plan-section .plans-list .plan-item {
    margin-bottom: 20px
}

@media(min-width:800px) {
    .floor-plan-section .plans-list .plan-item {
        width: 49%
    }
}

.floor-plan-section .plans-list .plan-item table {
    max-width: 100%
}

.floor-plan-section .floor_image_map {
    margin: 0 auto;
    max-width: 440px
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        -moz-backface-visibility: hidden;
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation
    }

        .owl-carousel .owl-stage:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden
        }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
        position: relative;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0)
    }

    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        float: left;
        min-height: 1px;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        border: none;
        color: inherit;
        font: inherit;
        padding: 0 !important
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease;
    width: 80px;
    z-index: 1
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.js .loading:before {
    background: #252525;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.js .loading .loading-grid {
    height: 80px;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80px;
    z-index: 999999
}

    .js .loading .loading-grid div {
        -webkit-animation: lds-grid 1.2s linear infinite;
        animation: lds-grid 1.2s linear infinite;
        background: #fff;
        border-radius: 50%;
        height: 16px;
        position: absolute;
        width: 16px
    }

        .js .loading .loading-grid div:first-child {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            left: 8px;
            top: 8px
        }

        .js .loading .loading-grid div:nth-child(2) {
            -webkit-animation-delay: -.4s;
            animation-delay: -.4s;
            left: 32px;
            top: 8px
        }

        .js .loading .loading-grid div:nth-child(3) {
            -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
            left: 56px;
            top: 8px
        }

        .js .loading .loading-grid div:nth-child(4) {
            -webkit-animation-delay: -.4s;
            animation-delay: -.4s;
            left: 8px;
            top: 32px
        }

        .js .loading .loading-grid div:nth-child(5) {
            -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
            left: 32px;
            top: 32px
        }

        .js .loading .loading-grid div:nth-child(6) {
            -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
            left: 56px;
            top: 32px
        }

        .js .loading .loading-grid div:nth-child(7) {
            -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
            left: 8px;
            top: 56px
        }

        .js .loading .loading-grid div:nth-child(8) {
            -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
            left: 32px;
            top: 56px
        }

        .js .loading .loading-grid div:nth-child(9) {
            -webkit-animation-delay: -1.6s;
            animation-delay: -1.6s;
            left: 56px;
            top: 56px
        }

@-webkit-keyframes lds-grid {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes lds-grid {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}
/*# sourceMappingURL=style.css.map */
/* JEG Additions */
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
        color: #eff2f8;
    }


.hp-request-form .captcha-box
{
    text-align: left;
    margin-top: 15px;
}

.captcha-box {
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
        max-width: 100%;
    }

    .captcha-box input {
        height: auto;
    }
.login100-form .captcha-box {
    text-align: center;
}


.hp-section--promo .owl-carousel div:after, .inner-section-banner div.content-part:after {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: linear-gradient(180deg,transparent,#000);
    bottom: 0;
    content: "";
    height: 75%;
    position: absolute;
    width: 100%;
    z-index: 0
}

.inner-section-banner p {
    color: white;
}

.hp-section--img {
    background-position: 50% 50%;
}

.hp-section--promo figure {
    height: 809px;
    margin: 0;
    padding: 0;
    position: relative;
}

.inner-section-banner .content-part {
    align-items: center;
    height: 809px;
}

.inner-section-banner .content-part p {
    font-weight: bold;
}

.inner-section-banner .content-part i {
    font-size: 115%;
}