body {
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #575756;
    background-color: #fff;
    -webkit-animation: bugfix infinite 1s;
    position: relative
}

@media (max-width:576px) {
    body {
        font-size: 14px
    }
}

body.no-scroll {
    height: 100vh;
    overflow: hidden
}

a {
    outline: none;
    text-decoration: none;
    color: inherit
}

a img {
    outline: none;
    border: none
}

#wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.cf:before,.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.inner {
    max-width: 1050px;
    position: relative
}

@media (max-width:1090px) {
    .inner {
        padding: 0 20px
    }
}

.btn a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #fff;
    padding: 8px 34px 9px 21px;
    display: block;
    position: relative;
    background-color: #f5aa0d;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn a:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 7px;
    height: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.no-webp .btn a:after,.btn .no-webp a:after,.no-js .btn a:after,.btn .no-js a:after {
    background-image: url(../images/header-arrow-white.png)
}

.webp .btn a:after,.btn .webp a:after {
    background-image: url(../images/webp/header-arrow-white.webp)
}

.btn a:hover:after {
    right: 14px
}

.btn {
    display: inline-block
}

.btn.border-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    padding-top: 7px;
    padding-bottom: 8px
}

.btns-wrap {
    font-size: 0
}

.btns-wrap .btn {
    margin-right: 18px;
    margin-bottom: 20px
}

.full-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

input,textarea,select,button {
    background: none;
    outline: none;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none
}

h1,h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.03em
}

@media (max-width:576px) {
    h1,h2 {
        font-size: 28px;
        line-height: 36px
    }
}

h4 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600
}

p {
    font-size: 15px;
    line-height: 25px
}

@media (max-width:576px) {
    p {
        font-size: 14px
    }
}

.site-main {
    position: relative;
    overflow: hidden
}

.no-scroll .site-main {
    min-height: 100vh
}

.side-contact-links {
    position: fixed;
    right: 48px;
    bottom: 48px
}

@media (max-width:576px) {
    .side-contact-links {
        right: 20px;
        bottom: 20px
    }
}

.home .side-contact-links {
    bottom: 108px
}

.side-contact-links ul li {
    list-style: none;
    position: relative;
    height: 48px;
    margin-bottom: 14px
}

.side-contact-links ul li:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.side-contact-links ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.side-contact-links ul li span {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #3f738d;
    display: block;
    overflow: hidden;
    width: 0px;
    background-color: #fff;
    padding: 15px 0 14px 18px;
    margin-right: 24px;
    white-space: nowrap;
    -webkit-border-radius: 24px 0px 0px 24px;
    -moz-border-radius: 24px 0px 0px 24px;
    -ms-border-radius: 24px 0px 0px 24px;
    border-radius: 24px 0px 0px 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.side-contact-links ul li.mail:after {
    width: 16px;
    right: 16px
}

.no-webp .side-contact-links ul li.mail:after,.no-js .side-contact-links ul li.mail:after {
    background-image: url(../images/side-mail-icon.png)
}

.webp .side-contact-links ul li.mail:after {
    background-image: url(../images/webp/side-mail-icon.webp)
}

.side-contact-links ul li.mail:hover:after {
    width: 22px;
    right: 13px
}

.side-contact-links ul li.phone:after {
    width: 18px;
    right: 15px
}

.no-webp .side-contact-links ul li.phone:after,.no-js .side-contact-links ul li.phone:after {
    background-image: url(../images/side-phone-icon.png)
}

.webp .side-contact-links ul li.phone:after {
    background-image: url(../images/webp/side-phone-icon.webp)
}

.side-contact-links ul li.phone:hover:after {
    width: 25px;
    right: 11px
}

.side-contact-links ul li:hover span {
    width: 166px
}

.bottom-shape {
    position: absolute;
    right: -608px;
    bottom: -102px;
    width: 1218px;
    height: 1183px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05
}

.no-webp .bottom-shape,.no-js .bottom-shape {
    background-image: url(../images/bg-shape-bottom.png)
}

.webp .bottom-shape {
    background-image: url(../images/webp/bg-shape-bottom.webp)
}

body .gform_wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

body .gform_wrapper .gform_body {
    position: relative
}

body .gform_wrapper .gform_body:after {
    content: " ";
    display: table;
    clear: both
}

body .gform_wrapper ul.gform_fields {
    overflow: hidden;
    position: relative
}

body .gform_wrapper ul.gform_fields li.gfield {
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 18px;
    margin-right: auto;
    clear: left;
    position: relative;
    margin-top: 0;
    padding-right: 0
}

body .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    display: block;
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #575756;
    margin-bottom: 7px
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container input {
    background: none;
    outline: none;
    border: none;
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #575756;
    width: 100%;
    height: 52px;
    padding: 17px 16px;
    background-color: #fff;
    border: 1px solid #cecece;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 15px;
    padding: 17px 16px
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea {
    background: none;
    outline: none;
    border: none;
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #575756;
    width: 100%;
    height: 144px;
    padding: 17px 16px;
    resize: none;
    display: block;
    background-color: #fff;
    border: 1px solid #cecece;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

body .gform_wrapper .gform_footer {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 0;
    margin: 0 auto
}

body .gform_wrapper .gform_footer input {
    font-family: "Montserrat";
    font-size: 15px !important;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 100% !important;
    height: 52px;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0 !important;
    cursor: pointer;
    background: #3f738d;
    background: -moz-linear-gradient(left,#3f738d 0%,#20426a 100%);
    background: -webkit-linear-gradient(left,#3f738d 0%,#20426a 100%);
    background: linear-gradient(to right,#3f738d 0%,#20426a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f738d',endColorstr='#20426a',GradientType=1)
}

body .gform_wrapper div.validation_error {
    display: none
}

body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error,body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0;
    margin-bottom: 17px !important;
    background: none;
    border: none;
    color: #DD1122
}

body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container,body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none
}

body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error textarea {
    border-color: #DD1122;
    background-color: #fff;
    margin-bottom: 0
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000
}

.site-header .top-bar {
    width: 100%;
    position: relative;
    color: #fff;
    text-align: right;
    background: #3f738d;
    background: -moz-linear-gradient(left,#3f738d 0%,#20426a 100%);
    background: -webkit-linear-gradient(left,#3f738d 0%,#20426a 100%);
    background: linear-gradient(to right,#3f738d 0%,#20426a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f738d',endColorstr='#20426a',GradientType=1)
}

@media (max-width:1280px) {
    .site-header .top-bar {
        font-size: 0
    }
}

@media (max-width:1280px) {
    .site-header .top-bar .inner {
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0
    }
}

.site-header .top-bar .offer-link {
    display: inline-block;
    position: relative
}

.site-header .top-bar .offer-link a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    padding: 10px 15px 10px 0;
    display: block
}

.site-header .top-bar .offer-link a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    width: 7px;
    height: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.no-webp .site-header .top-bar .offer-link a:after,.no-js .site-header .top-bar .offer-link a:after {
    background-image: url(../images/header-arrow-white.png)
}

.webp .site-header .top-bar .offer-link a:after {
    background-image: url(../images/webp/header-arrow-white.webp)
}

.site-header .top-bar .language-switcher {
    position: absolute;
    right: 14px;
    top: 10px
}

@media (max-width:1280px) {
    .site-header .top-bar .language-switcher {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        vertical-align: top;
        margin: 11px auto 11px 30px;
        padding-right: 15px
    }
}

.site-header .top-bar .language-switcher ul {
    font-size: 0;
    line-height: 14px
}

.site-header .top-bar .language-switcher ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    position: relative;
    margin: 0 5px
}

.site-header .top-bar .language-switcher ul li img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.site-header .site-logo-wrap {
    position: absolute;
    left: 0;
    top: 26px
}

@media (max-width:1090px) {
    .site-header .site-logo-wrap {
        left: 20px
    }
}

@media (max-width:768px) {
    .site-header .site-logo-wrap {
        top: 20px
    }
}

.site-header .site-logo-wrap a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.site-header .site-logo-wrap .site-logo {
    width: 225px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:768px) {
    .site-header .site-logo-wrap .site-logo {
        width: 112px;
        height: 10px
    }
}

.no-webp .site-header .site-logo-wrap .site-logo,.no-js .site-header .site-logo-wrap .site-logo {
    background-image: url(../images/site-logo.png)
}

@media (max-width:768px) {
    .no-webp .site-header .site-logo-wrap .site-logo,.no-js .site-header .site-logo-wrap .site-logo {
        background-image: url(../images/site-logo-mobile.png)
    }
}

.webp .site-header .site-logo-wrap .site-logo {
    background-image: url(../images/webp/site-logo.webp)
}

@media (max-width:768px) {
    .webp .site-header .site-logo-wrap .site-logo {
        background-image: url(../images/webp/site-logo-mobile.webp)
    }
}

.site-header .header-bottom {
    width: 100%;
    position: relative;
    background-color: #fff
}

@media (max-width:768px) {
    .site-header .header-bottom {
        height: 50px
    }
}

.site-header .header-bottom .site-navigation {
    float: right
}

.site-header .site-navigation {
    width: auto;
    position: relative
}

@media (max-width:768px) {
    .site-header .site-navigation {
        display: none
    }
}

.site-header .site-navigation ul {
    font-size: 0
}

.site-header .site-navigation ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 38px
}

@media (max-width:992px) {
    .site-header .site-navigation ul li {
        font-size: 14px;
        margin-right: 30px
    }
}

.site-header .site-navigation ul li:last-child {
    margin-right: auto
}

.site-header .site-navigation ul li a {
    display: block;
    padding: 25px 0 26px
}

.site-header .mobile-nav-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    display: none
}

@media (max-width:768px) {
    .site-header .mobile-nav-btn {
        display: block
    }
}

.site-header .mobile-nav-btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    width: 30px;
    height: 2px;
    background-color: #00416b;
    margin: 0 auto
}

.site-header .mobile-nav-btn span {
    width: 30px;
    height: 22px;
    position: relative;
    display: block;
    margin-top: 14px
}

.site-header .mobile-nav-btn span:before,.site-header .mobile-nav-btn span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 30px;
    height: 2px;
    background-color: #00416b;
    margin: 0 auto
}

.site-header .mobile-nav-btn span:after {
    top: 20px
}

.mobile-navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #00416b;
    color: #fff;
    padding: 118px 20px 0;
    display: none;
    z-index: 10000
}

.mobile-navigation .close-navigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer
}

.mobile-navigation .close-navigation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto
}

.no-webp .mobile-navigation .close-navigation:before,.no-js .mobile-navigation .close-navigation:before {
    background-image: url(../images/mobile-nav-close-btn.png)
}

.webp .mobile-navigation .close-navigation:before {
    background-image: url(../images/webp/mobile-nav-close-btn.webp)
}

.mobile-navigation h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 36px;
    display: none
}

.mobile-navigation ul li {
    list-style: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px
}

.mobile-navigation ul li.current-menu-item>a,.mobile-navigation ul li:hover>a {
    padding-left: 20px
}

.mobile-navigation ul li.current-menu-item>a:before,.mobile-navigation ul li:hover>a:before {
    visibility: visible;
    opacity: 1
}

.mobile-navigation ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    -webkit-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out
}

.mobile-navigation ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 30px;
    background-color: #fe0000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mobile-navigation ul li .submenu {
    display: none;
    padding-left: 20px
}

.mobile-navigation ul li .submenu li {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0
}

.mobile-navigation ul li .submenu li a {
    text-transform: none
}

.mobile-navigation ul li .submenu li a:before {
    display: none !important
}

.mobile-navigation ul li .submenu li:hover a,.mobile-navigation ul li .submenu li.current-menu-item a {
    padding-left: 0;
    text-decoration: underline
}

.site-footer {
    width: 100%;
    height: auto;
    position: relative
}

.home .site-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.site-footer .address {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #575756;
    text-align: center;
    padding: 16px 0 14px;
    display: none
}

.home .site-footer .address {
    display: block
}

.site-footer .address p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

@media (max-width:576px) {
    .site-footer .address p {
        font-size: 13px
    }
}

.footer-top {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #575756;
    padding: 34px 0 6px
}

.home .footer-top {
    display: none
}

.footer-top h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

.footer-top ul li {
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.footer-top img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
    padding-top: 4px
}

.footer-top .column {
    width: 22.85714%;
    position: relative;
    margin-right: 2.85714%;
    float: left;
    margin-bottom: 30px
}

@media (max-width:576px) {
    .footer-top .column {
        width: 50%;
        margin-right: auto;
        clear: left
    }

    .footer-top .column:nth-child(even) {
        clear: right
    }
}

@media (max-width:340px) {
    .footer-top .column {
        width: 100%
    }
}

.footer-top .column:nth-child(4n+4) {
    margin-right: auto
}

.footer-bottom {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #434343;
    text-align: center;
    padding: 12px 0
}

.footer-bottom ul {
    font-size: 0
}

.footer-bottom ul li {
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 6px;
    margin-right: 5px
}

.footer-bottom ul li:after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.footer-bottom ul li:last-child {
    padding-right: 0;
    margin-right: auto
}

.footer-bottom ul li:last-child:after {
    display: none
}

.half-type-module {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-wrap: wrap
}

.half-type-module h2 {
    font-size: 54px;
    line-height: 66px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: inline-block;
    position: relative
}

@media (max-width:992px) {
    .half-type-module h2 {
        font-size: 44px;
        line-height: 56px
    }
}

@media (max-width:768px) {
    .half-type-module h2 {
        font-size: 34px;
        line-height: 46px
    }
}

@media (max-width:576px) {
    .half-type-module h2 {
        font-size: 26px;
        line-height: 38px
    }
}

.half-type-module h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #f5aa0d;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.half-type-module ul {
    padding-top: 22px;
    display: none
}

.half-type-module ul li {
    list-style: none;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 14px
}

@media (max-width:576px) {
    .half-type-module ul li {
        font-size: 18px;
        line-height: 30px
    }
}

.half-type-module .one-half {
    margin: 0;
    width: 50%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    background-color: #00416b;
    padding: 147px 0 120px
}

@media (max-width:620px) {
    .half-type-module .one-half {
        width: 100%;
        min-height: 50vh;
        padding-bottom: 60px
    }
}

.half-type-module .one-half:nth-child(even) {
    background-color: #3f738d
}

@media (max-width:620px) {
    .half-type-module .one-half:nth-child(even) {
        padding-bottom: 120px;
        padding-top: 40px
    }
}

.half-type-module .one-half .center {
    width: 100%;
    position: relative;
    text-align: center
}

.half-type-module .one-half.hovered h2:after {
    visibility: visible;
    opacity: 1
}

.featured-module {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 107px;
    color: #fff
}

@media (max-width:768px) {
    .featured-module {
        margin-top: 86px
    }
}

.featured-module h1 {
    margin-bottom: 24px
}

.featured-module p {
    margin-bottom: 25px
}

.featured-module .btns-wrap {
    padding-top: 28px
}

.featured-module .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webp .featured-module .img-wrap {
    display: none
}

.featured-module .img-wrap.webp {
    display: none
}

.webp .featured-module .img-wrap.webp {
    display: block
}

.featured-module .img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(63,115,141,0.8)
}

.featured-module .text-wrap {
    max-width: 510px;
    margin-left: 0;
    position: relative;
    padding: 70px 0 60px
}

.featured-module .overlay-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -72px;
    width: 360px;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:576px) {
    .featured-module .overlay-shape {
        width: 240px;
        height: 233.33333px
    }
}

.no-webp .featured-module .overlay-shape,.no-js .featured-module .overlay-shape {
    background-image: url(../images/featured-overlay-shape.png)
}

.webp .featured-module .overlay-shape {
    background-image: url(../images/webp/featured-overlay-shape.webp)
}

.featured-module.no-caption {
    height: 400px;
    overflow: hidden
}

@media (max-width:576px) {
    .featured-module.no-caption {
        height: 300px
    }
}

.featured-module.extended-image .img-wrap {
    bottom: -506px
}

.usps-bar-module {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)
}

@media (max-width:576px) {
    .usps-bar-module {
        padding: 10px 0
    }
}

.usps-bar-module ul {
    display: flex;
    justify-content: space-between
}

@media (max-width:576px) {
    .usps-bar-module ul {
        flex-wrap: wrap
    }
}

.usps-bar-module ul li {
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    padding: 20px 20px 20px 28px;
    position: relative
}

@media (max-width:576px) {
    .usps-bar-module ul li {
        width: 50%;
        padding: 10px 20px 10px 28px
    }
}

@media (max-width:380px) {
    .usps-bar-module ul li {
        width: 100%
    }
}

.usps-bar-module ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 19px;
    width: 17px;
    height: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:576px) {
    .usps-bar-module ul li:before {
        top: 9px
    }
}

.no-webp .usps-bar-module ul li:before,.no-js .usps-bar-module ul li:before {
    background-image: url(../images/usps-icon.png)
}

.webp .usps-bar-module ul li:before {
    background-image: url(../images/webp/usps-icon.webp)
}

.column-text-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 72px 0 58px
}

@media (max-width:576px) {
    .column-text-module {
        padding: 50px 0 30px
    }
}

.column-text-module h2 {
    color: #3f738d;
    margin-bottom: 40px
}

.column-text-module p {
    margin-bottom: 25px
}

.column-text-module .title {
    width: 100%;
    position: relative
}

.column-text-module .items-wrap {
    width: 100%;
    position: relative
}

.column-text-module .items-wrap .item {
    width: 48.57143%;
    position: relative;
    float: left
}

@media (max-width:576px) {
    .column-text-module .items-wrap .item {
        width: 100%
    }
}

.column-text-module .items-wrap .item:nth-child(even) {
    float: right
}

.tabs-bg-img-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 69px 0
}

@media (max-width:576px) {
    .tabs-bg-img-module {
        padding: 50px 0
    }
}

.tabs-bg-img-module h4 {
    color: #3f738d
}

.tabs-bg-img-module p {
    margin-bottom: 25px
}

.tabs-bg-img-module .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webp .tabs-bg-img-module .img-wrap {
    display: none
}

.tabs-bg-img-module .img-wrap.webp {
    display: none
}

.webp .tabs-bg-img-module .img-wrap.webp {
    display: block
}

.tabs-bg-img-module .img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.79;
    background: #eaa91e;
    background: -moz-linear-gradient(-45deg,#eaa91e 0%,#fff 100%);
    background: -webkit-linear-gradient(-45deg,#eaa91e 0%,#fff 100%);
    background: linear-gradient(135deg,#eaa91e 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaa91e',endColorstr='#ffffff',GradientType=1)
}

.tabs-bg-img-module .tabs-content-wrap {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

@media (max-width:640px) {
    .tabs-bg-img-module .tabs-content-wrap {
        display: block
    }
}

.tabs-bg-img-module .tabs-content-wrap .tabs-wrap {
    margin: 0;
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 26px 0 13px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px
}

@media (max-width:640px) {
    .tabs-bg-img-module .tabs-content-wrap .tabs-wrap {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        -webkit-border-radius: 20px 20px 0px 0px;
        -moz-border-radius: 20px 20px 0px 0px;
        -ms-border-radius: 20px 20px 0px 0px;
        border-radius: 20px 20px 0px 0px
    }
}

.tabs-bg-img-module .tabs-content-wrap .tabs-wrap .line {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 2px;
    background-color: #cecece;
    margin-top: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tabs-bg-img-module .tabs-content-wrap .tabs-wrap ul li {
    list-style: none;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #3f738d;
    letter-spacing: 0.03em;
    position: relative;
    padding: 5px 0 5px 52px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

@media (max-width:768px) {
    .tabs-bg-img-module .tabs-content-wrap .tabs-wrap ul li {
        padding: 5px 0 5px 30px
    }
}

@media (max-width:640px) {
    .tabs-bg-img-module .tabs-content-wrap .tabs-wrap ul li {
        padding: 5px 20px
    }
}

.tabs-bg-img-module .tabs-content-wrap .tabs-wrap ul li.active {
    color: #f5aa0d
}

.tabs-bg-img-module .tabs-content-wrap .tabs-content {
    margin: 0;
    margin-left: 240px;
    position: relative;
    padding: 40px 60px 18px 30px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -ms-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px
}

@media (max-width:640px) {
    .tabs-bg-img-module .tabs-content-wrap .tabs-content {
        margin-left: auto;
        padding: 40px 20px 20px;
        -webkit-border-radius: 0px 0px 20px 20px;
        -moz-border-radius: 0px 0px 20px 20px;
        -ms-border-radius: 0px 0px 20px 20px;
        border-radius: 0px 0px 20px 20px
    }
}

.tabs-bg-img-module .tabs-content-wrap .tabs-content .tab {
    display: none
}

.projects-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 50px
}

@media (max-width:576px) {
    .projects-module {
        padding: 50px 0 30px
    }
}

.projects-module .img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webp .projects-module .img-wrap {
    display: none
}

.projects-module .img-wrap.webp {
    display: none
}

.webp .projects-module .img-wrap.webp {
    display: block
}

.projects-module .hover-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.projects-module .hover-overlay .name {
    position: absolute;
    left: 25px;
    bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #00416b
}

@media (max-width:576px) {
    .projects-module .hover-overlay .name {
        font-size: 16px;
        left: 20px;
        bottom: 20px
    }
}

.projects-module .items-wrap {
    margin: 0 -1.42857%;
    position: relative
}

@media (max-width:768px) {
    .projects-module .items-wrap {
        margin: 0 -2.06044%
    }
}

@media (max-width:576px) {
    .projects-module .items-wrap {
        margin: 0 auto
    }
}

.projects-module .item {
    width: 30.55556%;
    height: 330px;
    position: relative;
    margin: 0 1.38889% 30px;
    float: left
}

@media (max-width:768px) {
    .projects-module .item {
        width: 46.04222%;
        margin: 0 1.97889% 30px
    }
}

@media (max-width:576px) {
    .projects-module .item {
        width: 100%;
        height: 240px;
        margin: 0 auto 20px
    }
}

.projects-module .item:hover .hover-overlay {
    visibility: visible;
    opacity: 1
}

.projects-module.no-padding-top {
    padding: 0
}

.project-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    margin: 135px auto 50px;
    display: none
}

.project-popup .close-btn-wrap {
    position: fixed;
    left: 0;
    right: 15px;
    top: 135px;
    z-index: 100
}

.project-popup .close-btn-wrap .inner {
    background-color: transparent
}

.project-popup .close-btn-wrap .close-btn {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 0;
    padding: 7px;
    cursor: pointer
}

.project-popup .close-btn-wrap .close-btn .icon {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.project-popup .close-btn-wrap .close-btn .icon:before,.project-popup .close-btn-wrap .close-btn .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 12px;
    height: 2px;
    background-color: #00416b;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.project-popup .close-btn-wrap .close-btn .icon:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.project-popup .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(87,87,86,0.75)
}

.project-popup .inner {
    background-color: #fff;
    padding: 0
}

@media (max-width:1090px) {
    .project-popup .inner {
        margin: 0 20px
    }
}

.project-popup h2 {
    margin-bottom: 26px
}

.project-popup p {
    margin-bottom: 25px
}

.project-popup .top-img {
    width: 100%;
    height: 565px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:992px) {
    .project-popup .top-img {
        height: 465px
    }
}

@media (max-width:768px) {
    .project-popup .top-img {
        height: 365px
    }
}

@media (max-width:576px) {
    .project-popup .top-img {
        height: 300px
    }
}

.webp .project-popup .top-img {
    display: none
}

.project-popup .top-img.webp {
    display: none
}

.webp .project-popup .top-img.webp {
    display: block
}

.project-popup .content-wrap {
    width: 100%;
    position: relative;
    padding: 46px 40px 28px;
    color: #00416b
}

@media (max-width:576px) {
    .project-popup .content-wrap {
        padding: 40px 20px 20px
    }
}

.project-popup .images-wrap {
    width: 100%;
    position: relative;
    padding-top: 26px
}

.project-popup .images-wrap .img {
    width: 100%;
    height: 234px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:576px) {
    .project-popup .images-wrap .img {
        display: none
    }
}

.webp .project-popup .images-wrap .img {
    display: none
}

.project-popup .images-wrap .img.webp {
    display: none
}

.webp .project-popup .images-wrap .img.webp {
    display: block
}

@media (max-width:576px) {
    .webp .project-popup .images-wrap .img.webp {
        display: none
    }
}

.project-popup .images-wrap .img-wrap {
    width: 31.95876%;
    height: auto;
    position: relative;
    float: left;
    margin-right: 2.06186%;
    margin-bottom: 20px;
    display: block
}

@media (max-width:576px) {
    .project-popup .images-wrap .img-wrap {
        width: 100%;
        margin-right: auto
    }
}

.project-popup .images-wrap .img-wrap:nth-child(3n+3) {
    margin-right: auto
}

.project-popup .images-wrap .img-wrap img {
    max-width: 100%;
    height: auto;
    display: none
}

@media (max-width:576px) {
    .project-popup .images-wrap .img-wrap img {
        display: block
    }
}

.full-form-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 84px
}

@media (max-width:576px) {
    .full-form-module {
        padding: 0 0 50px
    }
}

.full-form-module .title {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 30px
}

.full-form-module .title h2 {
    color: #00416b
}

.full-form-module .form-wrap {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 38px 60px 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)
}

@media (max-width:992px) {
    .full-form-module .form-wrap {
        padding: 38px 30px 0
    }
}

@media (max-width:576px) {
    .full-form-module .form-wrap {
        padding: 30px 20px 0
    }
}

.full-form-module .form-wrap .gform_wrapper {
    position: relative
}

.full-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield {
    width: 32.25806%;
    clear: none;
    margin-right: 1.6129%
}

@media (max-width:1090px) {
    .full-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield {
        width: 32.13483%;
        margin-right: 1.79775%
    }
}

@media (max-width:768px) {
    .full-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        margin-right: auto
    }
}

.full-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield:nth-child(3) {
    margin-right: auto
}

.full-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield.left-textarea {
    width: 66.12903%
}

@media (max-width:768px) {
    .full-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield.left-textarea {
        width: 100%
    }
}

.full-form-module .form-wrap .gform_wrapper .gform_footer {
    position: absolute;
    right: 0;
    top: 103px;
    width: 32.25806%;
    padding: 0
}

@media (max-width:1090px) {
    .full-form-module .form-wrap .gform_wrapper .gform_footer {
        width: 32.13483%
    }
}

@media (max-width:768px) {
    .full-form-module .form-wrap .gform_wrapper .gform_footer {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        padding-bottom: 30px
    }
}

@media (max-width:576px) {
    .full-form-module .form-wrap .gform_wrapper .gform_footer input {
        max-width: 100%
    }
}

.full-form-module .contact-items {
    position: absolute;
    right: 60px;
    top: 222px;
    width: 28.57143%
}

@media (max-width:992px) {
    .full-form-module .contact-items {
        display: none
    }
}

.full-form-module .contact-items ul li {
    list-style: none;
    font-size: 15px;
    list-style: 19px;
    font-weight: 400;
    color: #3f738d;
    margin-bottom: 12px
}

.full-form-module .contact-items ul li a {
    display: block;
    padding-left: 28px;
    position: relative
}

.full-form-module .contact-items ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.full-form-module .contact-items ul li.phone a:before {
    width: 16px;
    height: 16px;
    top: 2px
}

.no-webp .full-form-module .contact-items ul li.phone a:before,.no-js .full-form-module .contact-items ul li.phone a:before {
    background-image: url(../images/form-phone-icon.png)
}

.webp .full-form-module .contact-items ul li.phone a:before {
    background-image: url(../images/webp/form-phone-icon.webp)
}

.full-form-module .contact-items ul li.mail a:before {
    width: 14px;
    height: 11px;
    top: 4px
}

.no-webp .full-form-module .contact-items ul li.mail a:before,.no-js .full-form-module .contact-items ul li.mail a:before {
    background-image: url(../images/form-mail-icon.png)
}

.webp .full-form-module .contact-items ul li.mail a:before {
    background-image: url(../images/webp/form-mail-icon.webp)
}

.quote-slider-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 69px 0
}

@media (max-width:576px) {
    .quote-slider-module {
        padding: 50px 0
    }
}

.quote-slider-module h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600
}

.quote-slider-module p {
    margin-bottom: 25px
}

.quote-slider-module .name {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    display: block
}

.quote-slider-module .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webp .quote-slider-module .img-wrap {
    display: none
}

.quote-slider-module .img-wrap.webp {
    display: none
}

.webp .quote-slider-module .img-wrap.webp {
    display: block
}

.quote-slider-module .img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.79;
    background: #eaa91e;
    background: -moz-linear-gradient(-45deg,#eaa91e 0%,#fff 100%);
    background: -webkit-linear-gradient(-45deg,#eaa91e 0%,#fff 100%);
    background: linear-gradient(135deg,#eaa91e 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaa91e',endColorstr='#ffffff',GradientType=1)
}

.quote-slider-module .quote-slider {
    position: relative;
    background-color: #fff;
    padding: 30px 90px 25px;
    text-align: center;
    max-width: 870px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)
}

@media (max-width:576px) {
    .quote-slider-module .quote-slider {
        padding: 30px 50px 25px
    }
}

.quote-slider-module .slide {
    outline: none
}

.quote-slider-module .slick-arrow {
    position: absolute;
    left: 13px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin-top: -20px;
    cursor: pointer;
    z-index: 10
}

@media (max-width:576px) {
    .quote-slider-module .slick-arrow {
        left: 0
    }
}

.quote-slider-module .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    width: 16px;
    height: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto
}

.no-webp .quote-slider-module .slick-arrow:before,.no-js .quote-slider-module .slick-arrow:before {
    background-image: url(../images/quote-slider-arrow.png)
}

.webp .quote-slider-module .slick-arrow:before {
    background-image: url(../images/webp/quote-slider-arrow.webp)
}

.quote-slider-module .slick-arrow.slick-next {
    left: auto;
    right: 13px
}

@media (max-width:576px) {
    .quote-slider-module .slick-arrow.slick-next {
        right: 0
    }
}

.quote-slider-module .slick-arrow.slick-next:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.image-text-module {
    width: 100%;
    height: auto;
    position: relative
}

@media (max-width:768px) {
    .image-text-module {
        padding: 40px 0 0
    }
}

.image-text-module h2 {
    color: #3f738d;
    margin-bottom: 42px
}

.image-text-module p {
    margin-bottom: 25px
}

.image-text-module .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webp .image-text-module .bg-img {
    display: none
}

.image-text-module .bg-img.webp {
    display: none
}

.webp .image-text-module .bg-img.webp {
    display: block
}

.image-text-module .bg-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(245,170,13,0.9)
}

.image-text-module .img-wrap {
    width: 48.57143%;
    height: 512px;
    position: absolute;
    right: 0;
    top: -102px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)
}

@media (max-width:1090px) {
    .image-text-module .img-wrap {
        right: 20px
    }
}

@media (max-width:768px) {
    .image-text-module .img-wrap {
        width: 100%;
        height: 300px;
        position: relative;
        top: auto;
        right: auto
    }
}

.webp .image-text-module .img-wrap {
    display: none
}

.image-text-module .img-wrap.webp {
    display: none
}

.webp .image-text-module .img-wrap.webp {
    display: block
}

.image-text-module .text-wrap {
    width: 48.57143%;
    position: relative;
    float: left;
    padding: 88px 0 108px
}

@media (max-width:768px) {
    .image-text-module .text-wrap {
        width: 100%;
        float: none;
        padding: 40px 0
    }
}

.image-text-module.switch .img-wrap {
    float: left
}

@media (max-width:768px) {
    .image-text-module.switch .img-wrap {
        float: none
    }
}

.image-text-module.switch .text-wrap {
    float: right
}

@media (max-width:768px) {
    .image-text-module.switch .text-wrap {
        float: none
    }
}

.image-text-module.img-bottom {
    margin-bottom: 136px
}

@media (max-width:576px) {
    .image-text-module.img-bottom {
        margin-bottom: 50px
    }
}

.image-text-module.img-bottom .img-wrap {
    top: auto;
    bottom: -82px;
    right: auto;
    left: 0
}

@media (max-width:1090px) {
    .image-text-module.img-bottom .img-wrap {
        left: 20px
    }
}

@media (max-width:768px) {
    .image-text-module.img-bottom .img-wrap {
        left: auto;
        bottom: auto
    }
}

.image-text-module.img-bottom .text-wrap {
    padding-top: 132px
}

@media (max-width:768px) {
    .image-text-module.img-bottom .text-wrap {
        padding-top: 40px
    }
}

.image-text-module.has-bg-img {
    color: #fff
}

.image-text-module.has-bg-img h2 {
    color: #fff
}

.contact-form-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 316px 0 232px;
    min-height: 100vh
}

@media (max-width:1090px) {
    .contact-form-module {
        padding: 216px 0 140px
    }
}

@media (max-width:768px) {
    .contact-form-module {
        padding: 116px 0 100px
    }
}

.contact-form-module .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webp .contact-form-module .img-wrap {
    display: none
}

.contact-form-module .img-wrap.webp {
    display: none
}

.webp .contact-form-module .img-wrap.webp {
    display: block
}

.contact-form-module .img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(63,115,141,0.8)
}

.contact-form-module .text-bg-color {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 31.42857%;
    background-color: #00416b
}

@media (max-width:768px) {
    .contact-form-module .text-bg-color {
        display: none
    }
}

.contact-form-module .text-wrap {
    width: 31.42857%;
    position: relative;
    color: #fff;
    float: right;
    padding: 120px 30px 80px 60px
}

@media (max-width:768px) {
    .contact-form-module .text-wrap {
        width: 100%;
        float: none;
        padding: 50px 20px 30px;
        background-color: #00416b
    }
}

.contact-form-module .text-wrap h1 {
    margin-bottom: 22px
}

.contact-form-module .text-wrap ul li {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400
}

.contact-form-module .text-wrap ul li.gap-bottom {
    margin-bottom: 25px
}

.contact-form-module .form-wrap {
    width: 68.57143%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 38px 45px 52px 60px
}

@media (max-width:768px) {
    .contact-form-module .form-wrap {
        width: 100%;
        float: none;
        padding: 38px 20px 40px
    }
}

.contact-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield {
    width: 48.78049%;
    clear: none
}

@media (max-width:576px) {
    .contact-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield {
        width: 100%
    }
}

.contact-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
    float: right
}

.contact-form-module .form-wrap .gform_wrapper ul.gform_fields li.gfield.full-item {
    width: 100%
}

.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;
    margin-left: auto;
    margin-right: auto
}

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

/*# sourceMappingURL=style.min.css.map */
