@charset 'UTF-8';.container>.row,.container>div>.row {
    padding-top: 0;
    padding-bottom: 0
}

.container>.row:first-child,.container>div>.row:first-child {
    padding-top: 0
}

.container>.row:last-child,.container>div>.row:last-child {
    padding-bottom: 0;
    height: 100%;
}

.row img {
    margin: 1rem 0 1rem
}

@media all and (max-width: 767px) {
    .row img {
        margin:1rem 0 0
    }
}

.dynamic-component img {
    margin: 0
}

html {
    font-size: 100%;
    padding: 0
}

.uk-container>*>.uk-grid,.uk-container>.uk-grid {
    margin-top: 15px;
    margin-bottom: 15px
}

.uk-container {
    padding: 0
}

.uk-grid>*>img {
    margin: 1rem 0 1rem
}

.uk-grid>*>img:last-child {
    margin: 1rem 0 1rem
}

.mdl-cell {
    margin-top: 0;
    margin-bottom: 0
}

.mdl-cell img {
    margin: 1rem 0 1rem
}

body {
    margin: 0;
    font-size: 100%;
    -webkit-backface-visibility: hidden
}

p {
    margin: 1rem 0
}

table td {
    padding: 12px
}

hr {
    border: none;
    border-top: rgba(0,0,0,.18) 1px solid;
    margin: 2em 0
}

img {
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 0
}

ol,ul {
    line-height: inherit;
    font-weight: inherit
}

table td {
    padding: 12px
}

pre {
    line-height: 2;
    white-space: pre-wrap
}

@media all and (max-width: 1024px) {
    h1 {
        font-size:1.8em
    }

    h2 {
        font-size: 1.5em
    }

    h3 {
        font-size: 1.2em
    }

    h4 {
        font-size: 1em
    }

    h5 {
        font-size: .9em
    }

    h6 {
        font-size: .8em
    }

    .display h1 {
        font-size: 2.2em
    }

    .display p {
        font-size: 1.1em
    }
}

@media all and (max-width: 540px) {
    h1 {
        font-size:1.5em
    }

    h2 {
        font-size: 1.2em
    }

    h3 {
        font-size: 1em
    }

    h4 {
        font-size: .9em
    }

    h5 {
        font-size: .8em
    }

    h6 {
        font-size: .7em
    }

    .display h1 {
        font-size: 2em
    }

    .display p {
        font-size: 1.1em
    }
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

@media (min-width: 768px) {
    .column {
        float:left;
        padding-left: 1rem;
        padding-right: 1rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .column.padding-l50 {
        padding-left:50px
    }

    .column.full {
        width: 100%
    }

    .column.two-third {
        width: 66.7%
    }

    .column.two-fourth {
        width: 75%
    }

    .column.two-fifth {
        width: 80%
    }

    .column.two-sixth {
        width: 83.3%
    }

    .column.half {
        width: 50%
    }

    .column.third {
        width: 33.3%
    }

    .column.fourth {
        width: 25%
    }

    .column.fifth {
        width: 20%
    }

    .column.sixth {
        width: 16.6%
    }

    .column.flow-opposite {
        float: right
    }
}

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

.clearfix:after {
    clear: both
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.padding-20 {
    padding: 20px
}

.padding-25 {
    padding: 25px
}

.padding-30 {
    padding: 30px
}

.padding-35 {
    padding: 35px
}

.padding-40 {
    padding: 40px
}

@media all and (max-width: 540px) {
    .padding-20 {
        padding:0
    }

    .padding-25 {
        padding: 0
    }

    .padding-30 {
        padding: 0
    }

    .padding-35 {
        padding: 0
    }

    .padding-40 {
        padding: 0
    }
}

.margin-0 {
    margin: 0!important
}

.margin-20 {
    margin: 20px!important
}

.margin-25 {
    margin: 25px!important
}

.margin-30 {
    margin: 30px!important
}

.margin-35 {
    margin: 35px!important
}

.margin-40 {
    margin: 40px!important
}

.is-card {
    display: table;
    background-color: #fff
}

.is-card>* {
    display: table
}

.is-card-circle {
    width: 280px;
    height: 280px;
    border-radius: 500px;
    padding: 70px;
    margin: 0 auto
}

@media all and (max-width: 540px) {
    .is-card-circle {
        zoom:0.7;
        -moz-transform: scale(.7)
    }
}

.is-card-content-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.max-390 {
    max-width: 390px;
    margin: 0 auto
}

.shadow-1 {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.shadow-2 {
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,.15);
    -moz-box-shadow: 0 30px 50px rgba(0,0,0,.15);
    box-shadow: 0 30px 50px rgba(0,0,0,.15)
}

.shadow-3 {
    -webkit-box-shadow: 0 0 100px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 100px rgba(0,0,0,.2);
    box-shadow: 0 0 100px rgba(0,0,0,.2)
}

img.circle {
    border-radius: 500px;
    margin-top: 0
}

img.bordered {
    border: #ccc 1px solid
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.list {
    position: relative;
    margin: 1.5em 0
}

.list>i {
    position: absolute;
    left: -3px;
    top: 7px;
    font-size: 1.7em;
    line-height: 1
}

.list>h2,.list>h3 {
    margin: 0 0 0 50px
}

.list>p {
    margin: 5px 0 0 50px
}

.quote {
    position: relative;
    margin: 1.5em 0
}

.quote>i {
    position: absolute;
    top: -10px;
    left: -7px;
    font-size: 2em
}

.quote>small {
    margin-left: 50px;
    opacity: .7;
    font-size: 1em
}

.quote>p {
    margin-left: 50px;
    font-size: 1.5em
}

@media all and (max-width: 540px) {
    .quote>i {
        left:-15px;
        font-size: 1.5em
    }

    .quote>small {
        margin-left: 20px;
        ont-size: 1em
    }

    .quote>p {
        margin-left: 20px;
        font-size: 1.2em
    }
}

.is-social {
    line-height: 1;
    margin-bottom: 1.5em
}

.is-social a>i {
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 15px 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.is-social a:first-child>i {
    marker-left: 0
}

.is-social a:last-child>i {
    marker-right: 0
}

.is-light-text .is-social a>i {
    color: #fff
}

.is-light-text .is-social a:hover>i {
    color: #fff
}

.is-dark-text .is-social a>i {
    color: #000
}

.is-dark-text .is-social a:hover>i {
    color: #000
}

.social {
    line-height: 1;
    margin-bottom: 1.5em
}

.social a>i {
    text-decoration: none;
    color: #333;
    font-size: 1.2em;
    margin: 0 15px 0 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.social a:hover>i {
    color: #08c9b9
}

.is-light-text .social a>i {
    color: #fff
}

.is-light-text .social a:hover>i {
    color: #fff
}

.is-rounded-button-big {
    display: inline-block
}

.is-rounded-button-big a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 110px;
    height: 110px;
    background-color: #aaa
}

.is-rounded-button-big a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 40px
}

.is-rounded-button-big a:first-child {
    margin: 0 20px 0 0
}

.is-rounded-button-big a:last-child {
    margin: 0 0 0 20px
}

.is-rounded-button-medium {
    display: inline-block
}

.is-rounded-button-medium a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    background-color: #aaa
}

.is-rounded-button-medium a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 30px
}

.is-boxed-button-big {
    display: inline-block
}

.is-boxed-button-big a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 110px;
    height: 110px;
    background-color: #aaa
}

.is-boxed-button-big a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 40px
}

.is-boxed-button-big2 {
    display: inline-block
}

.is-boxed-button-big2 a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 150px;
    height: 70px;
    background-color: #aaa
}

.is-boxed-button-big2 a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 35px
}

.is-boxed-button-medium {
    display: inline-block
}

.is-boxed-button-medium a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 70px;
    height: 70px;
    background-color: #aaa
}

.is-boxed-button-medium a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 30px
}

.is-boxed-button-medium2 {
    display: inline-block
}

.is-boxed-button-medium2 a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 100px;
    height: 50px;
    background-color: #aaa
}

.is-boxed-button-medium2 a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 25px
}

.is-boxed-button-small {
    display: inline-block
}

.is-boxed-button-small a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    background-color: #aaa
}

.is-boxed-button-small a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 20px
}

.height-20 {
    height: 20px
}

.height-40 {
    height: 40px
}

.height-60 {
    height: 60px
}

.height-80 {
    height: 80px
}

.height-100 {
    height: 100px
}

.height-120 {
    height: 120px
}

.height-140 {
    height: 140px
}

.height-160 {
    height: 160px
}

.height-180 {
    height: 180px
}

.height-200 {
    height: 200px
}

.height-220 {
    height: 220px
}

.height-240 {
    height: 240px
}

.height-260 {
    height: 260px
}

.height-280 {
    height: 280px
}

.height-300 {
    height: 300px
}

@media (max-width: 640px) {
    .height-20 {
        height:20px
    }

    .height-40 {
        height: 40px
    }

    .height-60 {
        height: 40px
    }

    .height-80 {
        height: 40px
    }

    .height-100 {
        height: 40px
    }

    .height-120 {
        height: 40px
    }

    .height-140 {
        height: 40px
    }

    .height-160 {
        height: 40px
    }

    .height-180 {
        height: 40px
    }

    .height-200 {
        height: 40px
    }

    .height-220 {
        height: 40px
    }

    .height-240 {
        height: 40px
    }

    .height-260 {
        height: 40px
    }

    .height-280 {
        height: 40px
    }

    .height-300 {
        height: 40px
    }
}

.size-12 {
    font-size: 12px
}

.size-14 {
    font-size: 14px
}

.size-16 {
    font-size: 16px
}

.size-18 {
    font-size: 18px
}

.size-21 {
    font-size: 21px
}

.size-24 {
    font-size: 24px
}

.size-32 {
    font-size: 32px
}

.size-48 {
    font-size: 48px
}

.size-64 {
    font-size: 64px
}

.size-80 {
    font-size: 80px
}

.size-96 {
    font-size: 96px
}

@media all and (max-width: 1024px) {
    .size-12 {
        font-size:12px
    }

    .size-14 {
        font-size: 14px
    }

    .size-16 {
        font-size: 16px
    }

    .size-18 {
        font-size: 18px
    }

    .size-21 {
        font-size: 21px
    }

    .size-24 {
        font-size: 24px
    }

    .size-32 {
        font-size: 28px
    }

    .size-48 {
        font-size: 32px
    }

    .size-64 {
        font-size: 36px
    }

    .size-80 {
        font-size: 40px
    }

    .size-96 {
        font-size: 44px
    }
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left:0!important
    }

    .margin-right-1024-reset {
        margin-right: 0!important
    }
}

.letter-spacing-25 {
    letter-spacing: 25px!important
}

.letter-spacing-24 {
    letter-spacing: 24px!important
}

.letter-spacing-23 {
    letter-spacing: 23px!important
}

.letter-spacing-22 {
    letter-spacing: 22px!important
}

.letter-spacing-21 {
    letter-spacing: 21px!important
}

.letter-spacing-20 {
    letter-spacing: 20px!important
}

.letter-spacing-19 {
    letter-spacing: 19px!important
}

.letter-spacing-18 {
    letter-spacing: 18px!important
}

.letter-spacing-17 {
    letter-spacing: 17px!important
}

.letter-spacing-16 {
    letter-spacing: 16px!important
}

.letter-spacing-15 {
    letter-spacing: 15px!important
}

.letter-spacing-14 {
    letter-spacing: 14px!important
}

.letter-spacing-13 {
    letter-spacing: 13px!important
}

.letter-spacing-12 {
    letter-spacing: 12px!important
}

.letter-spacing-11 {
    letter-spacing: 11px!important
}

.letter-spacing-10 {
    letter-spacing: 10px!important
}

.letter-spacing-9 {
    letter-spacing: 9px!important
}

.letter-spacing-8 {
    letter-spacing: 8px!important
}

.letter-spacing-7 {
    letter-spacing: 7px!important
}

.letter-spacing-6 {
    letter-spacing: 6px!important
}

.letter-spacing-5 {
    letter-spacing: 5px!important
}

.letter-spacing-4 {
    letter-spacing: 4px!important
}

.letter-spacing-3 {
    letter-spacing: 3px!important
}

.letter-spacing-2 {
    letter-spacing: 2px!important
}

.letter-spacing-1 {
    letter-spacing: 1px!important
}

@media all and (max-width: 1024px) {
    .letter-spacing-25 {
        letter-spacing:5px!important
    }

    .letter-spacing-24 {
        letter-spacing: 5px!important
    }

    .letter-spacing-23 {
        letter-spacing: 5px!important
    }

    .letter-spacing-22 {
        letter-spacing: 5px!important
    }

    .letter-spacing-21 {
        letter-spacing: 5px!important
    }

    .letter-spacing-20 {
        letter-spacing: 5px!important
    }

    .letter-spacing-19 {
        letter-spacing: 5px!important
    }

    .letter-spacing-18 {
        letter-spacing: 5px!important
    }

    .letter-spacing-17 {
        letter-spacing: 5px!important
    }

    .letter-spacing-16 {
        letter-spacing: 5px!important
    }

    .letter-spacing-15 {
        letter-spacing: 5px!important
    }

    .letter-spacing-14 {
        letter-spacing: 5px!important
    }

    .letter-spacing-13 {
        letter-spacing: 5px!important
    }

    .letter-spacing-12 {
        letter-spacing: 5px!important
    }

    .letter-spacing-11 {
        letter-spacing: 5px!important
    }

    .letter-spacing-10 {
        letter-spacing: 5px!important
    }

    .letter-spacing-9 {
        letter-spacing: 5px!important
    }

    .letter-spacing-8 {
        letter-spacing: 4px!important
    }

    .letter-spacing-7 {
        letter-spacing: 4px!important
    }

    .letter-spacing-6 {
        letter-spacing: 3px!important
    }

    .letter-spacing-5 {
        letter-spacing: 3px!important
    }
}

.is-title1-96 {
    margin-top: 20px;
    margin-bottom: 20px
}

.is-title1-80 {
    margin-top: 15px;
    margin-bottom: 15px
}

.is-title1-64 {
    margin-top: 15px;
    margin-bottom: 15px
}

.is-title1-48 {
    margin-top: 15px;
    margin-bottom: 15px
}

.is-title1-32 {
    margin-top: 15px;
    margin-bottom: 15px
}

.is-title2-96 {
    margin-top: 25px;
    margin-bottom: 20px
}

.is-title2-80 {
    margin-top: 20px;
    margin-bottom: 15px
}

.is-title2-64 {
    margin-top: 20px;
    margin-bottom: 15px
}

.is-title2-48 {
    margin-top: 15px;
    margin-bottom: 15px
}

.is-title2-32 {
    margin-top: 10px;
    margin-bottom: 15px
}

.is-title3-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-title3-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-title3-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-title3-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-title3-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-light-text .is-title3-96 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid
}

.is-light-text .is-title3-80 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid
}

.is-light-text .is-title3-64 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid
}

.is-light-text .is-title3-48 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid
}

.is-light-text .is-title3-32 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid
}

.is-dark-text .is-title3-96 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-dark-text .is-title3-80 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-dark-text .is-title3-64 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-dark-text .is-title3-48 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-dark-text .is-title3-32 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid
}

.is-title4-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 30px;
    border: #000 2px solid
}

.is-title4-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 30px;
    border: #000 2px solid
}

.is-title4-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 28px;
    border: #000 2px solid
}

.is-title4-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: #000 2px solid
}

.is-title4-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: #000 2px solid
}

.is-light-text .is-title4-96 {
    border: #fff 2px solid
}

.is-light-text .is-title4-80 {
    border: #fff 2px solid
}

.is-light-text .is-title4-64 {
    border: #fff 2px solid
}

.is-light-text .is-title4-48 {
    border: #fff 2px solid
}

.is-light-text .is-title4-32 {
    border: #fff 2px solid
}

.is-dark-text .is-title4-96 {
    border: #000 2px solid
}

.is-dark-text .is-title4-80 {
    border: #000 2px solid
}

.is-dark-text .is-title4-64 {
    border: #000 2px solid
}

.is-dark-text .is-title4-48 {
    border: #000 2px solid
}

.is-dark-text .is-title4-32 {
    border: #000 2px solid
}

.is-title5-96 {
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid
}

.is-title5-80 {
    margin-top: 10px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid
}

.is-title5-64 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid
}

.is-title5-48 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid
}

.is-title5-32 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid
}

.is-light-text .is-title5-96 {
    border-bottom: #fff 2px solid
}

.is-light-text .is-title5-80 {
    border-bottom: #fff 2px solid
}

.is-light-text .is-title5-64 {
    border-bottom: #fff 2px solid
}

.is-light-text .is-title5-48 {
    border-bottom: #fff 2px solid
}

.is-light-text .is-title5-32 {
    border-bottom: #fff 2px solid
}

.is-dark-text .is-title5-96 {
    border-bottom: #000 2px solid
}

.is-dark-text .is-title5-80 {
    border-bottom: #000 2px solid
}

.is-dark-text .is-title5-64 {
    border-bottom: #000 2px solid
}

.is-dark-text .is-title5-48 {
    border-bottom: #000 2px solid
}

.is-dark-text .is-title5-32 {
    border-bottom: #000 2px solid
}

.is-title-lite {
    letter-spacing: 3px;
    word-spacing: 5px
}

.is-title-lite.is-title3-96,.is-title-lite.is-title4-96,.is-title-lite.is-title5-96 {
    letter-spacing: 4px;
    word-spacing: 8px
}

.is-title-lite.is-title3-80,.is-title-lite.is-title4-80,.is-title-lite.is-title5-80 {
    letter-spacing: 4px;
    word-spacing: 8px
}

.is-title-lite.is-title3-64,.is-title-lite.is-title4-64,.is-title-lite.is-title5-64 {
    letter-spacing: 4px;
    word-spacing: 8px
}

.is-title-lite.is-title3-48,.is-title-lite.is-title4-48,.is-title-lite.is-title5-48 {
    letter-spacing: 4px;
    word-spacing: 8px
}

.is-title-lite.is-title3-32,.is-title-lite.is-title4-32,.is-title-lite.is-title5-32 {
    letter-spacing: 3px;
    word-spacing: 5px
}

.is-title-bold {
    font-weight: 800
}

.is-title-bold.is-title3-96,.is-title-bold.is-title4-96,.is-title-bold.is-title5-96 {
    border-width: 4px
}

.is-title-bold.is-title3-80,.is-title-bold.is-title4-80,.is-title-bold.is-title5-80 {
    border-width: 4px
}

.is-title-bold.is-title3-64,.is-title-bold.is-title4-64,.is-title-bold.is-title5-64 {
    border-width: 3px
}

.is-title-bold.is-title3-48,.is-title-bold.is-title4-48,.is-title-bold.is-title5-48 {
    border-width: 3px
}

.is-title-bold.is-title3-32,.is-title-bold.is-title4-32,.is-title-bold.is-title5-32 {
    border-width: 2px
}

.is-info1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-style: italic
}

.is-info1.size-21 {
    margin-top: 12px
}

.is-info1.size-24 {
    margin-top: 15px
}

.is-info2 {
    margin-top: 10px;
    margin-bottom: 0
}

.is-info2.size-21 {
    margin-top: 12px
}

.is-info2.size-24 {
    margin-top: 15px
}

.is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all .16s ease;
    transition: all .16s ease
}

@media screen and (max-width: 767px) {
    .is-btn {
        margin-top:.5em
    }
}

.is-btn-ghost1 {
    color: #000;
    border: 1px solid #111
}

.is-btn-ghost1:active,.is-btn-ghost1:focus,.is-btn-ghost1:hover {
    color: #000
}

.is-dark-text .is-light-text .is-btn-ghost1,.is-light-text .is-btn-ghost1 {
    color: #fff;
    border: 1px solid #fff
}

.is-dark-text .is-light-text .is-btn-ghost1:active,.is-dark-text .is-light-text .is-btn-ghost1:focus,.is-dark-text .is-light-text .is-btn-ghost1:hover,.is-light-text .is-btn-ghost1:active,.is-light-text .is-btn-ghost1:focus,.is-light-text .is-btn-ghost1:hover {
    color: #fff
}

.is-dark-text .is-btn-ghost1,.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #000;
    border: 1px solid #111
}

.is-dark-text .is-btn-ghost1:active,.is-dark-text .is-btn-ghost1:focus,.is-dark-text .is-btn-ghost1:hover,.is-light-text .is-dark-text .is-btn-ghost1:active,.is-light-text .is-dark-text .is-btn-ghost1:focus,.is-light-text .is-dark-text .is-btn-ghost1:hover {
    color: #000
}

.is-btn-ghost2 {
    color: #000;
    border: 1px solid #d7d7d7;
    background-color: #d7d7d7
}

.is-btn-ghost2:active,.is-btn-ghost2:focus,.is-btn-ghost2:hover {
    color: #000
}

.is-dark-text .is-light-text .is-btn-ghost2,.is-light-text .is-btn-ghost2 {
    color: #000;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9
}

.is-dark-text .is-light-text .is-btn-ghost2:active,.is-dark-text .is-light-text .is-btn-ghost2:focus,.is-dark-text .is-light-text .is-btn-ghost2:hover,.is-light-text .is-btn-ghost2:active,.is-light-text .is-btn-ghost2:focus,.is-light-text .is-btn-ghost2:hover {
    color: #000
}

.is-dark-text .is-btn-ghost2,.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #000;
    border: 1px solid #d7d7d7;
    background-color: #d7d7d7
}

.is-dark-text .is-btn-ghost2:active,.is-dark-text .is-btn-ghost2:focus,.is-dark-text .is-btn-ghost2:hover,.is-light-text .is-dark-text .is-btn-ghost2:active,.is-light-text .is-dark-text .is-btn-ghost2:focus,.is-light-text .is-dark-text .is-btn-ghost2:hover {
    color: #000
}

.is-btn-small {
    padding: 10px 30px;
    font-size: .85em
}

.is-upper {
    text-transform: uppercase
}

.is-rounded-30 {
    border-radius: 30px
}

.btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0 solid transparent;
    white-space: nowrap;
    -webkit-transition: all .16s ease;
    transition: all .16s ease
}

.btn.btn-primary {
    background-color: #08c9b9
}

.btn.btn-primary:hover {
    background-color: #07b0a2
}

.btn.btn-default {
    background-color: #d3d3d3
}

.btn.btn-default:hover {
    background-color: #ccc
}

figure.hdr {
    position: relative;
    width: 100%;
    overflow: hidden
}

figure.hdr img {
    position: relative;
    display: block;
    width: 100%
}

figure.hdr figcaption {
    position: absolute;
    width: 100%;
    padding: 0 2.5em;
    color: #fff;
    font-size: 1.55em;
    text-align: center;
    box-sizing: border-box;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%
}

figure.hdr h2 {
    font-weight: 300
}

figure.hdr p {
    letter-spacing: 1px;
    font-size: 68.5%
}

figure.hdr h2,figure.hdr p {
    margin: 0;
    z-index: 10000
}

figure.hdr div {
    z-index: 0
}

figure.hdr div::after,figure.hdr div::before {
    position: absolute;
    content: ''
}

figure.one div::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

figure.one div::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

figure.two div::before {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

figure.two div::after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

figure.three p {
    margin: 1em 0 0;
    padding: 2em;
    border: 1px solid #fff
}

figure.four figcaption {
    text-align: left;
    top: inherit;
    bottom: -50px
}

figure.four p {
    right: 50px;
    bottom: 50px;
    left: 50px;
    padding: 2em;
    border: 7px solid #fff
}

figure.five figcaption {
    height: 100%;
    text-align: right
}

figure.five h2 {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 10%;
    border-bottom: 5px solid #fff
}

figure.five p {
    position: absolute;
    right: 50px;
    bottom: 10%
}

figure.six h2 {
    padding-bottom: 3%;
    border-bottom: 1px solid #fff
}

figure.six p {
    padding-top: 6%
}

figure.seven figcaption {
    height: 90%;
    text-align: left
}

figure.seven h2 {
    border-bottom: 3px solid #fff
}

figure.seven p {
    padding-top: 1em
}

figure.eight figcaption {
    height: 100%;
    text-align: right
}

figure.eight h2 {
    position: absolute;
    left: 50%;
    right: 50px;
    bottom: 10%
}

figure.eight p {
    position: absolute;
    left: 0;
    right: 50%;
    top: 10%;
    padding-right: .5em;
    border-right: 1px solid #fff
}

#contentarea .form-snippit-submit,#contentarea input[type=number],#contentarea input[type=text],#contentarea textarea,.is-wrapper .form-snippit-submit,.is-wrapper input[type=number],.is-wrapper input[type=text],.is-wrapper textarea,.wysiwyg-editor .form-snippit-submit,.wysiwyg-editor input[type=number],.wysiwyg-editor input[type=text],.wysiwyg-editor textarea {
    font-family: 'GalileoFLF' !important;
    outline: 0;
    background: 0 0
}

.is-wrapper .is-light-text .form-snippit-submit,.is-wrapper .is-light-text input[type=email],.is-wrapper .is-light-text input[type=number],.is-wrapper .is-light-text input[type=text],.is-wrapper .is-light-text textarea {
    border: 1px solid rgba(255,255,255,.5);
    color: #fff
}

.is-wrapper .is-light-text input[type=number]::placeholder,.is-wrapper .is-light-text input[type=text]::placeholder,.is-wrapper .is-light-text textarea::placeholder {
    color: #fff
}

.is-wrapper .is-dark-text input[type=number]::placeholder,.is-wrapper .is-dark-text input[type=text]::placeholder,.is-wrapper .is-dark-text textarea::placeholder {
    color: #111
}

.is-wrapper.is-wrapper-new .is-section.is-section-basic.is-card-light .is-dynamic-card .is-container .row .content-margin .display,.is-wrapper.is-wrapper-new .is-section.is-section-landing.is-card-light .is-content-box .is-container {
    background-color: #fff;
    padding: 2rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-headlines.is-card-light .is-container .text-card .text {
    background-color: #fff;
    padding: 1rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-basic.is-card-grey .is-dynamic-card .is-container .row .content-margin .display,.is-wrapper.is-wrapper-new .is-section.is-section-landing.is-card-grey .is-content-box .is-container {
    background-color: #eee;
    padding: 2rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-headlines.is-card-grey .is-container .text-card .text {
    background-color: #eee;
    padding: 1rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-basic.is-card-dark-grey .is-dynamic-card .is-container .row .content-margin .display,.is-wrapper.is-wrapper-new .is-section.is-section-landing.is-card-dark-grey .is-content-box .is-container {
    background-color: #e1e1e1;
    padding: 2rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-headlines.is-card-dark-grey .is-container .text-card .text {
    background-color: #e1e1e1;
    padding: 1rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-basic.is-card-dark .is-dynamic-card .is-container .row .content-margin .display,.is-wrapper.is-wrapper-new .is-section.is-section-landing.is-card-dark .is-content-box .is-container {
    background-color: #333;
    padding: 2rem
}

.is-wrapper.is-wrapper-new .is-section.is-section-headlines.is-card-dark .is-container .text-card .text {
    background-color: #333;
    padding: 1rem
}

.is-container>div {
    position: relative;
    transition: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

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

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-list {
    height: 100%!important
}

.slick-track {
    height: 100%!important
}

.slick-dots {
    z-index: 10
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0
}

.slick-next:hover:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 50px;
    line-height: 1;
    opacity: .8;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 30px;
    z-index: 11;
    opacity: .7
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev {
    width: 30px;
    height: 30px
}

.slider-on-content .slick-prev {
    width: 22px;
    height: 22px
}

.slick-prev:hover {
    opacity: 1
}

.slick-next {
    right: 30px;
    z-index: 11;
    opacity: .7
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next {
    width: 30px;
    height: 30px
}

.slider-on-content .slick-next {
    width: 22px;
    height: 22px
}

.slick-next:hover {
    opacity: 1
}

.slick-slider {
    height: 100%
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    border-radius: 500px;
    border: rgba(255,255,255,.7) 1px solid
}

.slick-dots li:hover {
    background: rgba(255,255,255,.5)
}

.slick-dots li.slick-active {
    background: rgba(255,255,255,.5)
}

.slick-dots.dark li {
    border: rgba(0,0,0,.5) 1px solid
}

.slick-dots.dark li:hover {
    background: rgba(0,0,0,.7)
}

.slick-dots.dark li.slick-active {
    background: rgba(0,0,0,.7)
}

.slider-image {
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: table!important
}

.slider-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    box-sizing: border-box;
    padding: 50px 70px 50px;
    text-decoration: none;
    opacity: .85
}

.slider-on-box .slider-content {
    padding: 65px 80px 70px
}

.slider-on-box .slick-dots {
    bottom: 35px
}

html {
    height: 100%
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

.is-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.is-wrapper:after {
    content: "";
    float: left
}

.is-wrapper>div {
    display: table;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.is-boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 5vh;
    float: left;
    z-index: 2
}

.is-section.is-bg-has-color:not(.is-section-banner) .is-boxes {
    z-index: inherit
}

.is-box-0 {
    display: table-cell;
    width: 0%;
    height: 100%;
    position: relative
}

.is-box-1 {
    display: table-cell;
    width: 8.333333%;
    height: 100%;
    position: relative
}

.is-box-2 {
    display: table-cell;
    width: 16.666667%;
    height: 100%;
    position: relative
}

.is-box-3 {
    display: table-cell;
    width: 25%;
    height: 100%;
    position: relative
}

.is-box-4 {
    display: table-cell;
    width: 33.333333%;
    height: 100%;
    position: relative
}

.is-box-5 {
    display: table-cell;
    width: 41.666667%;
    height: 100%;
    position: relative
}

.is-box-6 {
    display: table-cell;
    width: 50%;
    height: 100%;
    position: relative
}

.is-box-7 {
    display: table-cell;
    width: 58.333333%;
    height: 100%;
    position: relative
}

.is-box-8 {
    display: table-cell;
    width: 66.666667%;
    height: 100%;
    position: relative
}

.is-box-9 {
    display: table-cell;
    width: 75%;
    height: 100%;
    position: relative
}

.is-box-10 {
    display: table-cell;
    width: 83.333333%;
    height: 100%;
    position: relative
}

.is-box-11 {
    display: table-cell;
    width: 91.666667%;
    height: 100%;
    position: relative
}

.is-box-12 {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative
}

.is-box-centered {
    display: table-cell;
    width: 100%;
    position: relative;
    vertical-align: middle
}

.is-stretch>div:not(.is-arrow-down) {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table
}

.flexi-position {
    position: relative
}

.is-stretch .flexi-position {
    position: absolute
}

.is-section.is-stretch {
    min-height: 300px
}

@media all and (max-width: 767px) {
    .is-section:not(.is-box) {
        height:auto!important
    }

    .is-section-imagelist .is-boxes {
        overflow: hidden
    }

    .is-boxes {
        height: inherit!important;
        min-height: 100%;
        padding: 0 !important;
        !i;!;}

    .is-boxes .is-boxes {
        padding: 20px 0;
        min-height: 400px
    }

    .is-box-img {
        height: 400px!important
    }

    .is-box-img .is-boxes {
        height: 100%!important
    }

    .is-box-1 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 8.333%
    }

    .is-box-2 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 16.666%
    }

    .is-box-3 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 25%
    }

    .is-box-4 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 33.333%
    }

    .is-box-5 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 41.666%
    }

    .is-box-6 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 50vh
    }

    .is-box-7 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 58.343%
    }

    .is-box-8 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 66.666%
    }

    .is-box-9 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 75.018%
    }

    .is-box-10 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 83.333%
    }

    .is-box-11 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 91.743%
    }

    .is-box-12 {
        display: table;
        width: 100%;
        height: auto;
        min-height: 100%
    }

    .is-box-centered {
        display: table-cell
    }
}

.is-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media all and (max-width: 960px) {
    .is-container {
        padding:20px
    }
}

@media all and (max-width: 480px) {
    .is-container {
        padding:20px
    }
}

.is-wrapper-new .is-container {
    padding: 0
}

@media all and (max-width: 768px) {
    .column>img {
        width:100%!important
    }
}

.is-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff
}

@media all and (max-width: 1280px) {
    .is-wrapper .is-boxed-layout .is-container {
        padding:30px
    }
}

@media all and (max-width: 1024px) {
    .is-wrapper .is-boxed-layout .is-container {
        padding:30px
    }

    .is-wrapper .is-boxed-layout {
        background: #fff!important
    }
}

.is-wrapper-new>div.is-section-10 .is-box-centered .is-container,.is-wrapper-new>div.is-section-10 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-10 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 1vh;
    margin-bottom: 1vh
}

.is-wrapper-new>div.is-section-25 .is-box-centered .is-container,.is-wrapper-new>div.is-section-25 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-25 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh
}

.is-wrapper-new>div.is-section-33 .is-box-centered .is-container,.is-wrapper-new>div.is-section-33 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-33 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 3.3vh;
    margin-bottom: 3.3vh
}

.is-wrapper-new>div.is-section-50 .is-box-centered .is-container,.is-wrapper-new>div.is-section-50 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-50 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 5vh;
    margin-bottom: 5vh
}

.is-wrapper-new>div.is-section-60 .is-box-centered .is-container,.is-wrapper-new>div.is-section-60 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-60 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 6vh;
    margin-bottom: 6vh
}

.is-wrapper-new>div.is-section-75 .is-box-centered .is-container,.is-wrapper-new>div.is-section-75 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-75 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 7.5vh;
    margin-bottom: 7.5vh
}

.is-wrapper-new>div.is-section-90 .is-box-centered .is-container,.is-wrapper-new>div.is-section-90 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-90 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 9vh;
    margin-bottom: 9vh
}

.is-wrapper-new>div.is-section-100 .is-box-centered .is-container,.is-wrapper-new>div.is-section-100 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout23] .headline_content_container,.is-wrapper-new>div.is-section-100 .is-box-centered .is-container #builder-dynamic-content-item[data-layout=layout24] .headline_content_container {
    margin-top: 10vh;
    margin-bottom: 10vh
}

.is-wrapper-new>div.is-section-10 .is-content-top .is-container {
    margin-bottom: 2vh
}

.is-wrapper-new>div.is-section-25 .is-content-top .is-container {
    margin-bottom: 5vh
}

.is-wrapper-new>div.is-section-33 .is-content-top .is-container {
    margin-bottom: 6.6vh
}

.is-wrapper-new>div.is-section-50 .is-content-top .is-container {
    margin-bottom: 10vh
}

.is-wrapper-new>div.is-section-60 .is-content-top .is-container {
    margin-bottom: 12vh
}

.is-wrapper-new>div.is-section-75 .is-content-top .is-container {
    margin-bottom: 15vh
}

.is-wrapper-new>div.is-section-90 .is-content-top .is-container {
    margin-bottom: 18vh
}

.is-wrapper-new>div.is-section-100 .is-content-top .is-container {
    margin-bottom: 20vh
}

.is-wrapper-new>div.is-section-10 .is-content-bottom .is-container {
    margin-top: 2vh
}

.is-wrapper-new>div.is-section-25 .is-content-bottom .is-container {
    margin-top: 5vh
}

.is-wrapper-new>div.is-section-33 .is-content-bottom .is-container {
    margin-top: 6.6vh
}

.is-wrapper-new>div.is-section-50 .is-content-bottom .is-container {
    margin-top: 10vh
}

.is-wrapper-new>div.is-section-60 .is-content-bottom .is-container {
    margin-top: 12vh
}

.is-wrapper-new>div.is-section-75 .is-content-bottom .is-container {
    margin-top: 15vh
}

.is-wrapper-new>div.is-section-90 .is-content-bottom .is-container {
    margin-top: 18vh
}

.is-wrapper-new>div.is-section-100 .is-content-bottom .is-container {
    margin-top: 20vh
}

.is-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px
}

.is-wrapper-new .is-box .is-container {
    margin-top: inherit;
    margin-bottom: inherit
}

.is-arrow-down {
    display: table;
    position: absolute;
    bottom: 65px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    z-index: 2;
    line-height: 50px
}

@media all and (max-width: 1025px) {
    .is-arrow-down {
        display:none!important
    }
}

.is-arrow-down>a {
    background: rgba(0,0,0,.18);
    border-radius: 500px;
    color: rgba(255,255,255,.75);
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.is-arrow-down>a svg {
    margin-top: 0!important;
    margin-left: -1px;
    width: 1em;
    font-size: 1em;
    display: table-cell;
    margin: 3px auto 0;
    vertical-align: middle
}

.is-arrow-down>a svg path {
    fill: rgba(255,255,255,0.66)
}

.bounce {
    -moz-animation: bounce 5s forwards;
    -webkit-animation: bounce 5s forwards;
    animation: bounce 5s forwards
}

@-moz-keyframes bounce {
    0%,100%,20%,50%,80% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.is-arrow-down.light a {
    background: rgba(255,255,255,.18);
    color: #111
}

.is-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.is-overlay .is-overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%
}

.is-box-centered {
    opacity: 1!important
}

*,::after,::before {
    box-sizing: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100vw
}

@media all and (max-width: 1200px) {
    .bcg {
        background-attachment:inherit
    }
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 25s ease forwards;
    -ms-animation: is-scale 25s ease forwards;
    -webkit-animation: is-scale 25s ease forwards;
    -o-animation: is-scale 25s ease forwards;
    -moz-animation: is-scale 25s ease forwards
}

@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1)
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2)
    }
}

.is-overlay .is-overlay-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .05
}

.is-overlay .is-overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit
}

.is-container {
    z-index: 2
}

.dynamic-content-wrapper-full .is-container {
    z-index: inherit
}

.is-section-fullwidth.is-bg-grey {
    background-color: #eeeff0!important
}

.is-section-fullwidth.is-bg-dark {
    background-color: #111!important
}

.is-section-fullwidth.is-bg-light {
    background-color: #fff!important
}

.is-section-fullwidth_inset.is-bg-grey .is-boxes {
    background-color: #eeeff0!important
}

.is-section-fullwidth_inset.is-bg-dark .is-boxes {
    background-color: #111!important
}

.is-section-fullwidth_inset.is-bg-light .is-boxes {
    background-color: #fff!important
}

.is-section-pagewith_max.is-bg-grey .is-boxes {
    background-color: #eeeff0!important
}

.is-section-pagewith_max.is-bg-dark .is-boxes {
    background-color: #111!important
}

.is-section-pagewith_max.is-bg-light .is-boxes {
    background-color: #fff!important
}

.is-section-basic.is-box-2column-container .is-boxes-fit2width-container .is-bg-grey .is-boxes {
    background-color: #eeeff0!important
}

.is-section-basic.is-box-2column-container .is-boxes-fit2width-container .is-bg-dark .is-boxes {
    background-color: #111!important
}

.is-section-basic.is-box-2column-container .is-boxes-fit2width-container .is-bg-light .is-boxes {
    background-color: #fff!important
}

.is-light-text,.is-light-text h1,.is-light-text h2,.is-light-text h3,.is-light-text h4,.is-light-text h5,.is-light-text h6,.is-light-text li,.is-light-text p {
    color: #fff
}

.is-dark-text,.is-dark-text h1,.is-dark-text h2,.is-dark-text h3,.is-dark-text h4,.is-dark-text h5,.is-dark-text h6,.is-dark-text li,.is-dark-text p {
    color: #111
}

.is-dark-text .is-light-text * {
    color: #fff
}

.is-light-text .is-dark-text * {
    color: #000
}

.is-content-top {
    vertical-align: top
}

.is-content-bottom {
    vertical-align: bottom
}

.is-wrapper .is-container.is-content-left {
    margin-left: 100px
}

.is-wrapper .is-container.is-content-right {
    margin-right: 100px
}

.is-wrapper-new .is-container.is-content-left {
    margin-left: 0
}

.is-wrapper-new .is-container.is-content-right {
    margin-right: 0
}

@media all and (max-width: 960px) {
    .is-container.is-content-left {
        margin-left:auto
    }

    .is-container.is-content-right {
        margin-right: auto
    }
}

@media all and (max-width: 960px) {
    .is-container.is-content-left {
        margin-left:0;
        margin-right: 0
    }

    .is-container.is-content-right {
        margin-left: 0;
        margin-right: 0
    }
}

.is-box-1 .is-content-left,.is-box-2 .is-content-left,.is-box-3 .is-content-left,.is-box-4 .is-content-left,.is-box-5 .is-content-left {
    margin-left: auto
}

.is-box-1 .is-content-right,.is-box-2 .is-content-right,.is-box-3 .is-content-right,.is-box-4 .is-content-right,.is-box-5 .is-content-right {
    margin-right: auto
}

.is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
    margin-top: -200px
}

.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
    margin-bottom: -200px
}

.is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
    margin-top: -160px
}

.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
    margin-bottom: -160px
}

.is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
    margin-top: -120px
}

.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
    margin-bottom: -120px
}

.is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
    margin-top: -80px
}

.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
    margin-bottom: -80px
}

.is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
    margin-top: -40px
}

.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
    margin-bottom: -40px
}

.is-wrapper .is-box .is-content-top.edge-y-0 .is-container {
    margin-top: 0
}

.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container {
    margin-bottom: 0
}

.is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
    margin-top: 40px
}

.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
    margin-bottom: 40px
}

.is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
    margin-top: 80px
}

.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
    margin-bottom: 80px
}

.is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
    margin-top: 120px
}

.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
    margin-bottom: 120px
}

.is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
    margin-top: 160px
}

.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
    margin-bottom: 160px
}

.is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
    margin-top: 200px
}

.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
    margin-bottom: 200px
}

@media all and (max-width: 960px) {
    .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
        margin-top:-200px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
        margin-bottom: -200px
    }

    .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
        margin-top: -160px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
        margin-bottom: -160px
    }

    .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
        margin-top: -120px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
        margin-bottom: -120px
    }

    .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
        margin-top: -80px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
        margin-bottom: -80px
    }

    .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
        margin-top: -20px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
        margin-bottom: -40px
    }

    .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
        margin-top: 40px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
        margin-bottom: 40px
    }

    .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
        margin-top: 40px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
        margin-bottom: 40px
    }

    .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
        margin-top: 40px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
        margin-bottom: 40px
    }

    .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
        margin-top: 40px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
        margin-bottom: 40px
    }

    .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
        margin-top: 40px
    }

    .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
        margin-bottom: 40px
    }
}

.is-content-left.edge-x-0 {
    margin-left: 0
}

.is-content-right.edge-x-0 {
    margin-right: 0
}

.is-content-left.edge-x-1 {
    margin-left: 40px
}

.is-content-right.edge-x-1 {
    margin-right: 40px
}

.is-content-left.edge-x-2 {
    margin-left: 80px
}

.is-content-right.edge-x-2 {
    margin-right: 80px
}

.is-content-left.edge-x-3 {
    margin-left: 120px
}

.is-content-right.edge-x-3 {
    margin-right: 120px
}

.is-content-left.edge-x-4 {
    margin-left: 160px
}

.is-content-right.edge-x-4 {
    margin-right: 160px
}

.is-content-left.edge-x-5 {
    margin-left: 200px
}

.is-content-right.edge-x-5 {
    margin-right: 200px
}

@media all and (max-width: 960px) {
    .is-content-left.edge-x-1 {
        margin-left:auto
    }

    .is-content-right.edge-x-1 {
        margin-right: auto
    }

    .is-content-left.edge-x-2 {
        margin-left: auto
    }

    .is-content-right.edge-x-2 {
        margin-right: auto
    }

    .is-content-left.edge-x-3 {
        margin-left: auto
    }

    .is-content-right.edge-x-3 {
        margin-right: auto
    }

    .is-content-left.edge-x-4 {
        margin-left: auto
    }

    .is-content-right.edge-x-4 {
        margin-right: auto
    }

    .is-content-left.edge-x-5 {
        margin-left: auto
    }

    .is-content-right.edge-x-5 {
        margin-right: auto
    }
}

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

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

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

.is-opacity-20,.is-opacity-20 .is-container {
    opacity: .2
}

.is-opacity-25,.is-opacity-25 .is-container {
    opacity: .25
}

.is-opacity-30,.is-opacity-30 .is-container {
    opacity: .3
}

.is-opacity-35,.is-opacity-35 .is-container {
    opacity: .35
}

.is-opacity-40,.is-opacity-40 .is-container {
    opacity: .4
}

.is-opacity-45,.is-opacity-45 .is-container {
    opacity: .45
}

.is-opacity-50,.is-opacity-50 .is-container {
    opacity: .5
}

.is-opacity-55 .is-container {
    opacity: .55
}

.is-opacity-60,.is-opacity-60 .is-container {
    opacity: .6
}

.is-opacity-65,.is-opacity-65 .is-container {
    opacity: .65
}

.is-opacity-70,.is-opacity-70 .is-container {
    opacity: .7
}

.is-opacity-75,.is-opacity-75 .is-container {
    opacity: .75
}

.is-opacity-80,.is-opacity-80 .is-container {
    opacity: .8
}

.is-opacity-85,.is-opacity-85 .is-container {
    opacity: .85
}

.is-opacity-90,.is-opacity-90 .is-container {
    opacity: .9
}

.is-opacity-95,.is-opacity-95 .is-container {
    opacity: .95
}

.is-content-380 {
    max-width: 380px!important
}

.is-content-500 {
    max-width: 500px!important
}

.is-content-640 {
    max-width: 640px!important
}

.is-content-800 {
    max-width: 800px!important
}

.is-content-970 {
    max-width: 970px!important
}

.is-content-980 {
    max-width: 980px!important
}

.is-content-1050 {
    max-width: 1050px!important
}

.is-content-1100 {
    max-width: 1100px!important
}

.is-content-1200 {
    max-width: 1200px!important
}

@media all and (min-width: 1280px) {
    .is-content-70 {
        max-width:70%!important
    }

    .is-content-80 {
        max-width: 80%!important
    }

    .is-content-90 {
        max-width: 90%!important
    }

    .is-content-100 {
        max-width: 100%!important
    }
}

.is-wrapper>div.is-section-10 {
    height: 6vh
}

.is-wrapper>div.is-section-20 {
    height: 20vh
}

.is-wrapper>div.is-section-25 {
    height: 25vh
}

.is-wrapper>div.is-section-33 {
    height: 33vh
}

.is-wrapper>div.is-section-30 {
    height: 30vh
}

.is-wrapper>div.is-section-40 {
    height: 40vh
}

.is-wrapper>div.is-section-50 {
    height: 50vh
}

.is-wrapper>div.is-section-60 {
    height: 60vh
}

.is-wrapper>div.is-section-75 {
    height: 75vh
}

.is-wrapper>div.is-section-90 {
    height: 90vh
}

.is-wrapper>div.is-section-100 {
    height: 100vh
}

.is-wrapper>div.is-section-auto {
    height: 10vh
}

@media all and (max-width: 1024px) {
    .is-wrapper>div.is-section-10 {
        height:10vmin
    }

    .is-wrapper>div.is-section-20 {
        height: 20vmin
    }

    .is-wrapper>div.is-section-25 {
        height: 25vmin
    }

    .is-wrapper>div.is-section-33 {
        height: 33vmin
    }

    .is-wrapper>div.is-section-30 {
        height: 30vmin
    }

    .is-wrapper>div.is-section-40 {
        height: 40vmin
    }

    .is-wrapper>div.is-section-50 {
        height: 50vmin
    }

    .is-wrapper>div.is-section-60 {
        height: 60vmin
    }

    .is-wrapper>div.is-section-75 {
        height: 75vmin
    }

    .is-wrapper>div.is-section-90 {
        height: 90vmin
    }

    .is-wrapper>div.is-section-100 {
        height: 100vmin
    }

    .is-wrapper>div.is-section-auto {
        height: 10vmin
    }

    .is-wrapper>div.is-section-100.is-section-basic {
        height: 100vh
    }
}

.is-wrapper>div.is-section-margin-0 {
    margin-bottom: 0
}

.is-wrapper>div.is-section-margin-2 {
    margin-bottom: 2px
}

.is-wrapper>div.is-section-margin-5 {
    margin-bottom: 5px
}

.is-wrapper>div.is-section-margin-10 {
    margin-bottom: 10px
}

.is-wrapper>div.is-section-margin-20 {
    margin-bottom: 20px
}

.is-wrapper>div.is-section-margin-30 {
    margin-bottom: 30px
}

.is-wrapper>div.is-section-margin-50 {
    margin-bottom: 50px
}

.is-wrapper>div.is-section-margin-60 {
    margin-bottom: 60px
}

.is-wrapper>div.is-section-margin-80 {
    margin-bottom: 80px
}

.is-wrapper>div.is-section-margin-100 {
    margin-bottom: 100px
}

.is-wrapper>div.is-section-margin-150 {
    margin-bottom: 150px
}

.is-wrapper>div.is-section-margin-200 {
    margin-bottom: 200px
}

@media all and (min-width: 1280px) {
    .is-wrapper>div.is-section-padding-0 {
        width:100%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-1 {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-2 {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-3 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-5 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-8 {
        width: 84%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-10 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .is-wrapper>div.is-section-padding-15 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

@media all and (max-width: 1024px) {
    .is-wrapper>div.is-section-100.is-section-height-mobile-auto,.is-wrapper>div.is-section-20.is-section-height-mobile-auto,.is-wrapper>div.is-section-25.is-section-height-mobile-auto,.is-wrapper>div.is-section-30.is-section-height-mobile-auto,.is-wrapper>div.is-section-33.is-section-height-mobile-auto,.is-wrapper>div.is-section-40.is-section-height-mobile-auto,.is-wrapper>div.is-section-50.is-section-height-mobile-auto,.is-wrapper>div.is-section-60.is-section-height-mobile-auto,.is-wrapper>div.is-section-75.is-section-height-mobile-auto,.is-wrapper>div.is-section-90.is-section-height-mobile-auto {
        height:auto;
        min-height: 100px
    }
}

.is-opacity-1 {
    opacity: .95
}

.is-lightbox img {
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.is-lightbox img:hover {
    opacity: .8
}

.is-hidden {
    display: none!important
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -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 {
    top: 0;
    left: 0
}

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

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-list,.slick-track {
    height: 100%!important
}

.slick-next,.slick-prev {
    font-size: 50px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0
}

.slick-next:hover:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 50px;
    line-height: 1;
    opacity: .8;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 30px;
    z-index: 11;
    opacity: .7;
    width: 30px;
    height: 50px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slider-on-content .slick-prev {
    width: 22px;
    height: 22px
}

.slick-prev:hover {
    opacity: 1
}

.slick-next {
    right: 30px;
    z-index: 11;
    opacity: .7;
    width: 30px;
    height: 50px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slider-on-content .slick-next {
    width: 22px;
    height: 22px
}

.slick-next:hover {
    opacity: 1
}

.slick-slider {
    height: 100%
}

.slick-dots {
    z-index: 10;
    position: absolute;
    bottom: 25px;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li,.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    border-radius: 500px;
    border: 1px solid rgba(255,255,255,.7)
}

.slick-dots li.slick-active,.slick-dots li:hover {
    background: rgba(255,255,255,.5)
}

.slick-dots.dark li {
    border: 1px solid rgba(0,0,0,.5)
}

.slick-dots.dark li.slick-active,.slick-dots.dark li:hover {
    background: rgba(0,0,0,.7)
}

.slider-image {
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: table!important
}

.slider-content {
    display: table-cell;
    box-sizing: border-box;
    padding: 50px 70px 50px;
    text-decoration: none;
    opacity: .85
}

.slider-on-box .slider-content {
    padding: 65px 80px 70px
}

.slider-on-box .slick-dots {
    bottom: 35px
}

.is-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.is-overlay-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.is_video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000
}

.is_video_bg .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 1s
}

.is_video_bg .screen.active {
    opacity: .7
}

.is-wrapper .video-wrapper-full.is-box {
    background-color: #000
}

.is-wrapper .video-wrapper-full.is-box .is-container {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    max-width: 100%!important;
    padding: 0;
    height: 100%
}

.is-wrapper .video-wrapper-full.is-box .is-boxes .is-box-centered {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%
}

.is-wrapper .video-wrapper-full.is-box .is-container .column.full {
    padding: 0
}

.is-wrapper .video-wrapper-full.is-box .is-container .embed-responsive {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

.is-wrapper .video-wrapper-full iframe {
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.custom-video-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: #000
}

.custom-video-content iframe {
    width: 100%;
    height: 100%
}

.custom-video-iframe-close {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    z-index: 99;
    color: #fff;
    font-size: 25px
}

.custom-video-iframe-close svg {
    width: 1em;
    height: 1em;
    font-size: 1em
}

.video-snippet-img {
    position: relative
}

.video-snippet-img .video-snippet-btn {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.snippet-video-content {
    display: none;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.snippet-video-content iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.video-snippet-img .video-snippet-btn .play-img-svg {
    display: none
}

.is-wrapper .dynamic-content-wrapper-full.is-box .is-boxes .is-box-centered,.is-wrapper .is-box.is-section-pagewith_max .is-box-centered {
    padding: 0
}

.container:after,.container:before {
    display: table;
    content: ''
}

.container:after {
    clear: both
}

.is-section.is-section-scalefit .is-overlay .is-overlay-bg {
    background-size: contain
}

.is-overlay.is-section-scalefit .is-overlay .is-overlay-bg {
    background-position: 50% 50%
}

.is-section.is-section-scalefit .is-overlay img {
    display: none
}

.is-section.is-section-fitwidth .is-overlay .is-overlay-bg {
    display: none
}

.is-section.is-section-fitwidth {
    height: auto!important
}

.is-section.is-section-fitwidth .is-overlay img {
    height: 100%;
    width: 100%;
    object-fit: fill
}

.is-section.is-section-fitwidth .is-overlay {
    position: relative
}

.is-boxes-fit2width-container {
    position: relative;
    height: 100%;
    display: table-cell
}

.is-section.is-section-fitwidth .is-boxes-fit2width-container {
    height: 100%;
    position: absolute;
    min-height: 50px;
    z-index: 2;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    float: none
}

.is-wrapper>div.is-section.is-section-banner {
    height: auto!important;
    line-height: 0;
    height: 1000px !important;
}
