
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 40px;
    height: 4px;
    border-radius: 3px;
    background-color: #da1f3d;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-btn,.mm-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-menu {
    display: block;
    padding: 0;
    position: absolute
}
.mm-menu {
    background: #274789;
    border-color: rgba(0,0,0,.1);
    color: #fff
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

#mm-blocker {
    background: transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
.mm-menu.mm-right {
    left: auto;
    right: 0
}
:root {
    --blue: #274789;
    --indigo: #323543;
    --orange: #da1f3d;
    --primary: #da1f3d;
    --secondary: #fff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "futura-pt-webfont",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,*::before,*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: futura-pt-webfont,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.42105;
    color: #4a4a4d;
    text-align: left;
    background-color: #fff
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem
}
ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}
b,strong {
    font-weight: 600
}
a {
    color: #da1f3d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
img {
    vertical-align: middle;
    border-style: none
}

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

a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
button {
    border-radius: 0
}
input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 2rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: #202022
}

h1,.h1 {
    font-size: 2.888rem
}

h2,.h2 {
    font-size: 2.66rem
}

h3,.h3 {
    font-size: 2.28rem
}
h5,.h5 {
    font-size: 1.672rem
}

h6,.h6 {
    font-size: 1.368rem
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.5rem 1.8rem;
    font-size: 1.3rem;
    line-height: 20px;
    border-radius: 2.5rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
.btn-primary {
    color: #fff;
    background-color: #da1f3d;
    border-color: #da1f3d
}
.btn-sm {
    padding: .6rem 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 1.8rem
}
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}
.d-block {
    display: block!important
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}
.mt-3,.my-3 {
    margin-top: 3rem!important
}
.text-center {
    text-align: center!important
}
html {
    font-size: 10px
}
.site {
    width: 100%;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto
}

#site-overflow {
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}
a,button,[role=button] {
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a svg,button svg,[role=button] svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
p:last-child {
    margin-bottom: 0
}

.btn {
    display: block;
    width: 100%
}
.site-header {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.site-header .navigation-top {
    text-align: right;
    position: relative;
    padding-left: 140px
}

.site-header .navigation-top::after {
    display: block;
    clear: both;
    content: ""
}

.site-header .navigation-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0
}

.site-header .navigation-top .hamburger {
    padding: .7rem;
    margin-top: .7rem;
    margin-right: -.7rem;
    margin-left: 2rem
}
.site-header .main-menu ul {
    margin: 0 0 0 -1.5rem;
    padding: 0;
    list-style: none;
    float: right
}

.site-header .main-menu ul li {
    position: relative;
    float: left;
    max-width: 100%;
}
.site-header .main-menu ul li:first-child ul {
    left: 1.5rem
}
.site-header .main-menu ul li ul {
    margin: 0;
    display: none;
    position: absolute;
    z-index: 1070;
    left: 2rem;
    top: 130%;
    width: auto;
    border-radius: .3rem;
    background: #da1f3d
}

.section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.section.blue {
    background-color: #f5f7f9
}
.layout-equal-columns>div {
    margin-bottom: 2.5rem
}

.layout-equal-columns .column-content {
    border-radius: .3rem;
    -webkit-box-shadow: 0 0 10px 0 #e6e8ee;
    box-shadow: 0 0 10px 0 #e6e8ee;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #e6e8ee;
    padding: 0 3rem 7rem;
    font-size: 1.6rem
}

.layout-equal-columns .column-content::after {
    display: block;
    clear: both;
    content: ""
}
.layout-equal-columns .column-content .btn {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: auto
}
.layout-equal-columns.columns-bordered-motif .column-content {
    padding: 2.5rem 3rem 1rem;
    -webkit-box-shadow: none;
    box-shadow: none
}
.site-footer {
    -webkit-transform: translateZ(0);
    background-color: #29293d;
    //#3d3d5c; //#323543; color: #a6a8b2;
    padding-top: 3rem
}

.site-footer h6 {
    font-size: 1.6rem;
    color: #a6a8b2;
    letter-spacing: .1em
}

.site-footer .social {
    margin-bottom: 2.5rem
}

.site-footer .social li {
    margin: 0 .5rem 0 0
}

.site-footer .social a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #4a4a4d;
    padding: 9px 0;
    fill: #fff
}
.site-footer .social svg {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 auto
}

.site-footer .links {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2.5rem
}

.site-footer .links li {
    margin-left: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem
}

.site-footer .links a {
    color: #fff
}

.site-footer .footer-copyright {
    font-size: 1.3rem;
    border-top: 1px solid #4a4a4d;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.site-footer .footer-copyright p {
    margin: 0
}
ul.list-inline li {
    display: inline-block;
    margin-left: -5px;
    vertical-align: top
}
ul[data-columns]::after {
    display: block;
    clear: both;
    content: ""
}

ul[data-columns] li {
    float: left;
    width: 100%
}
ul.list-angle-right {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 3rem;
    padding: 0;
    list-style: none;
    font-size: 1.9rem
}

ul.list-angle-right li {
    margin: -1px 0 0;
    padding: 0 15px
}

ul.list-angle-right li span {
    position: relative;
    display: block;
    padding: 2rem 0 2rem 3.5rem;
    border-top: 1px solid #e6e8ee;
    border-bottom: 1px solid #e6e8ee
}

ul.list-angle-right li span:before {
    content: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyMyNzQ3ODknIHZpZXdCb3g9JzAgMCAxNzkyIDE3OTInPjxwYXRoIGQ9J004NDUgMTM5NWw0NTQtNDU0cTE5LTE5IDE5LTQ1dC0xOS00NWwtNDU0LTQ1NHEtMTktMTktNDUtMTl0LTQ1IDE5bC0xMDIgMTAycS0xOSAxOS0xOSA0NXQxOSA0NWwzMDcgMzA3LTMwNyAzMDdxLTE5IDE5LTE5IDQ1dDE5IDQ1bDEwMiAxMDJxMTkgMTkgNDUgMTl0NDUtMTl6bTgxOS00OTlxMCAyMDktMTAzIDM4NS41dC0yNzkuNSAyNzkuNS0zODUuNSAxMDMtMzg1LjUtMTAzLTI3OS41LTI3OS41LTEwMy0zODUuNSAxMDMtMzg1LjUgMjc5LjUtMjc5LjUgMzg1LjUtMTAzIDM4NS41IDEwMyAyNzkuNSAyNzkuNSAxMDMgMzg1LjV6Jy8+PC9zdmc+);
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 22px
}
.u-hidden {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}
.simple-content h1,.simple-content h2,.simple-content h3,.simple-content h4,.simple-content h5,.simple-content h6,.layout-regular h1,.layout-regular h2,.layout-regular h3,.layout-regular h4,.layout-regular h5,.layout-regular h6 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem
}

.simple-content h1:first-child,.simple-content h2:first-child,.simple-content h3:first-child,.simple-content h4:first-child,.simple-content h5:first-child,.simple-content h6:first-child,.layout-regular h1:first-child,.layout-regular h2:first-child,.layout-regular h3:first-child,.layout-regular h4:first-child,.layout-regular h5:first-child,.layout-regular h6:first-child {
    margin-top: 0
}

.align-items-center {
    margin-bottom: 20px
}
.call-right {
    float: right
}
.site-header {
    padding-top: 0
}
@media(max-width: 991px) {
    .site-header {
        padding-bottom:0
    }
    .site-header .navigation-top {
        padding-left: 0!important
    }
}

@media(max-width: 768px) {
.align-items-center {
        margin-bottom: 0
    }
}

@media(max-width: 576px) {
    .site-header .navigation-top .hamburger {
        padding-top:6px!important
    }
}
.site-header .navigation-top .navbar-brand {
    z-index: 99999
}
*,*:after,*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body,.st-container,.st-pusher,.st-content {
    height: 100%
}
.st-content {
    background: #fff
}

.st-content,.st-content-inner {
    position: relative
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s
}

.st-pusher:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.2);
    content: "";
    opacity: 0;
    -webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
    transition: opacity .5s,width .1s .5s,height .1s .5s;
    z-index: 999
}

    .navigation-top .navbar-brand img {
        margin-top: 3px
    }
    .site-header .navigation-top .hamburger {
        padding-top: 35px
    }
.banner-slider {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 550px
}

.carousel-inner .carousel-item .caption {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
    text-align: center!important;
    color: #fff
}

.carousel-inner .carousel-item .caption h2 {
    color: #fff;
    font-size: 5.7rem;
    font-weight: 700;
    letter-spacing: .025em;
    position: relative;
    margin: 0;
    padding: 0 2rem
}

.carousel-inner .carousel-item .caption h2:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.carousel-inner .carousel-item .caption h2:not(:last-child):after {
    content: "";
    display: block;
    width: 8rem;
    height: 1px;
    background: #da1f3d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4rem
}
.carousel-inner .carousel-item .caption p {
    font-size: 2.3rem;
    padding: 0 9rem 4rem
}

@media only screen and (max-width: 1224px) {
    .carousel-inner .carousel-item .caption {
        top:56%
    }

    .carousel-inner .carousel-item .caption p {
        padding: 0 2rem
    }
}
@media only screen and (min-width: 360px) and (max-width:767px) {
    .carousel-inner .carousel-item .caption {
        top:50%
    }

    .carousel-inner .carousel-item .caption h2 {
        font-size: 3.6rem;
        padding: 0
    }

    .carousel-inner .carousel-item .caption p {
        font-size: 1.7rem;
        padding: 0
    }
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}
