@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@charset "UTF-8";
:root{
    --blue: #004aad;
    --light-blue: #c4e9ff;
    --light-blue2: #38B6FF;
    --white: #ffffff;
    --black: #000000;
}
* {
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

:after,
:before {
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

* {
    scroll-behaviour: scmooth;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-family: 'Avenir LT Std';
    line-height: 1.5;
    font-size: 16px;
}

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

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
p{
    margin: 0px 0px 20px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
    color: var(--blue);
}
a:hover{
    color: var(--light-blue);
}
.container-block{
    max-width: 1160px;
    padding: 0px 15px;
    margin: auto;
}
.section-block{
    padding: 60px 0px;
}
.text-h-center{
    text-align: center;
}
.button{
    padding: 13px 50px;
    border-radius: 30px;
    background-color: var(--blue);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    color: var(--white);
    border: 1px solid var(--blue);
    line-height: 1;
}
.button:hover{
    background-color: transparent;
    color: var(--blue);
}
.home-first-fold{
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 100px;
}
.home-first-fold:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,.51);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.home-first-fold .container-block{
    position: relative;
    z-index: 2;
}
.h-tag{
    text-transform: uppercase;
    color: var(--blue);
    -webkit-text-fill-color: var(--white); 
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--blue);
    letter-spacing: 4px;
    font-size: 45px;
}
.h-tag svg {
    stroke: var(--blue);
    fill: transparent;
}
.content-block{
    margin: 25px 0px;
    font-size: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.content-block p{
    font-size: 20px;
}
.content-block p:last-child{
    margin: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    margin: 0px 0px 20px;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
.blue-bg{
    background-color: var(--light-blue);
}
.section-block.blue-bg .h-tag{
    -webkit-text-fill-color: var(--blue); 
}
/* == First Fold == */
.home-h1 span{
    display: block;
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 1.1;
}
.first-fold-wrapper .home-h1{
    color: var(--white);
}
.first-fold-wrapper .content-block{
    color: var(--white);
}
.first-fold-wrapper .content-block p{
    font-size: 25px;
}
.first-fold-wrapper .h-tag{
    color: var(--white);
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--white);
}
.first-fold-wrapper .button:hover{
    color: var(--white);
    border-color: var(--white);
}
/* == End First Fold == */
/* == Quote == */
.quote-section{
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px;
    background-image: url(../images/1QUOTE.png);
    padding-left: 100px;
    padding-top: 65px;
    max-width: 580px;
    margin: auto;
}
.quote-section .content-block{
    margin-top: 0px;
}
.quote-section .author{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue);
    text-align: right;
}
/* == End Quote == */
/* == Slider == */
.slide-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sw-image{
    width: 400px;
    margin-right: 20px;
}
.sw-content{
    width: calc(100% - 420px);
}
.img-fluid{
    max-width: 100%;
}
.slider-nav-list h3{
    font-size: 32.4px;
    text-align: center;
    border-right: 2px solid;
    padding: 0px 8px;
    line-height: 1;
    cursor: pointer;
    position: relative;
} 
.slider-nav-list h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 3px;
    background-color: transparent;
}
.slider-nav-list.slick-current h3:after{
    background-color: var(--light-blue2);
}
.slider-nav-list:last-child h3{
    padding-right: 0px;
    border: 0px;
}
.sw-content .content-block,.sw-content .content-block p{
    font-size: 20px;
    font-weight: 600;
}
.sw-content .h-tag{
    letter-spacing: 5px;
    font-size: 35px;
    -webkit-text-stroke-width: 2px;
}
.slider-nav-list.slick-slide {
    opacity: 1 !important;
}
.slider .slick-arrow{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    outline: 0;
    font-size: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/arrow-right-blue.svg');
    width: 40px;
    height: 25px;
    position: absolute;
    top: -47px;
    cursor: pointer;
}
.slider .slick-arrow.slick-prev{
    left: -47px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider .slick-arrow.slick-next{
    right: -40px;
}
.choose-slider-nav{
    max-width: 542px;
    margin: auto;
}
.choose-slider-for .slick-arrow.slick-prev {
    left: 247px;
}
.choose-slider-for .slick-arrow.slick-next {
    right: 247px;
}
/* == End Slider == */

@media screen and (max-width: 991px){
    .h-tag{
        letter-spacing: 4px;
        font-size: 30px;
        -webkit-text-stroke-width: 2px;
    }
    .home-h1 span{
        font-size: 50px;
    }
    .first-fold-wrapper .content-block p {
        font-size: 18px;
    }
    .quote-section{
        background-size: 50px;
        padding-left: 50px;
        padding-top: 25px;
        max-width: 100%;
    }
    .content-block{
        margin: 20px 0px;
        font-size: 18px;
        max-width: 100%;
    }
    .content-block p {
        font-size: 18px;
    }
    .quote-section .author{
        font-size: 20px;
    }
    .section-block {
        padding: 30px 0px;
    }
    .sw-image {
        width: 100%;
        margin-right: 0px;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .sw-content {
        width: 100%;
    }
    .sw-content .h-tag {
        letter-spacing: 4px;
        font-size: 25px;
        -webkit-text-stroke-width: 2px;
    }
    .slider-section .container-block{
        padding: 0px 40px;
    }
    .slider-nav-list h3{
        font-size: 20px;
    }
    .section-block.blue-bg .h-tag {
        letter-spacing: 3px;
        font-size: 30px;
        -webkit-text-stroke-width: 1px;
    }
    .slider .slick-arrow{
        width: 26px;
        height: 18px;
        top: -38px;
    }
    .slider .slick-arrow.slick-prev,.choose-slider-for .slick-arrow.slick-prev{
        left: -27px;
    }
    .slider .slick-arrow.slick-next,.choose-slider-for .slick-arrow.slick-next{
        right: -31px;
    }
    .button{
        font-size: 14px;
        padding: 12px 30px;
    }
    .home-first-fold{
        margin-top: 80px;
    }
}