html,body{
    margin:0;
    padding:0;
    color: #17181B;
    background:#FFFFFF;
    font-size:0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}
html{
    background:#FFFFFF;
}
div{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.post, .page{
    margin:0;
}
img{
    max-width:100%;
    width:100%;
}


section{
    position:relative;
    width:100%;
}
section .content_holder{
    position:absolute;
    margin:auto;
    width: 90%;
    z-index:10;
    left:0;
    right:0;
}
section .bg_holder{
    position:relative;
    display:block;
    margin:auto;
    min-width: 1500px;
    width: 100%;
    z-index:1;
}
section .bg_holder>.bg{
    /* Set rules to fill background */
    /*min-height: 100%;
    min-width: 1500px;*/
    min-height: 100%;
    min-width: 1500px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position:relative;
    top: 0;
    left: 0;
    z-index: 1;
}
section .bg_holder>.bg_m{
    /* Set rules to fill background */
    /*min-height: 100%;
    min-width: 1500px;*/
    min-height: 100%;
    min-width: 400px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position:relative;
    top: 0;
    left: 0;
    z-index: 1;
    display:none;
}
@media screen and (max-width: 1500px) { /* Specific to this particular image */
    section .bg_holder{
        min-width: 1500px;
        left: 50%;
        margin-left: -750px;   /* 50% */
    }
}
@media screen and (max-width: 768px) { /* Specific to this particular image */
    section .bg_holder{
        min-width: unset;
        left: 0%;
        margin-left: 0px;   /* 50% */
    }
    section .bg_holder>.bg{
        display:none;
    }
    section .bg_holder>.bg_m{
        display:block;
    }
}
@media screen and (max-width: 400px) { /* Specific to this particular image */
    section .bg_holder{
        min-width: 400px;
        left: 50%;
        margin-left: -200px;   /* 50% */
    }
}


h1{
    font-size:48px;
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:20px;
    color:#ff0000;
    font-weight:bold;
}
h2{
    font-size:42px;
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:normal;
}
h3{
    font-size:32px;
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:normal;
}
h4{
    font-size:28px;
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:normal;
}
h5{
    font-size:24px;
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:normal;
}
h6{
    font-size:20px;
    line-height:1;
    margin:0;
    padding:0;
}
p{
    font-size:18px;
    line-height:1.5;
    margin:0;
    padding:0;
    margin-bottom:16px;
    color:#595959;
}
a{
    color:#17181B;
}
a:hover,a:active,a:visited{
    color:#17181B;
}

._btn{
    position:relative;
    display:inline-block;
    width:160px;
}
._btn .text{
    position: absolute;
    color: #FF0000;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
}
._btn .off{
    position:relative;
    display:inline-block;
    z-index: 2;
    top: 0;
}
._btn .on{
    position:relative;
    display:inline-block;
    display:none;
    z-index: 2;
    top: 0;
}
._active .off{
    display:none!important;
}
._active .on{
    display:inline-block!important;
}
._active .text{
    color: #FFFFFF!important;
}
._btn:hover .off{
    display:none;
}
._btn:hover .on{
    display:inline-block;
}


._desktop{
    display:block;
}
._mobile{
    display:none;
}
._desktop_inline{
    display:inline-block;
}
._mobile_inline{
    display:none;
}


.tippy-box[data-theme~='alert'] {
    background-color: #ff0000;
    color: #ffffff;
}
.tippy-box[data-theme~='alert'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #ff0000;
}
.tippy-box[data-theme~='alert'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #ff0000;
}
.tippy-box[data-theme~='alert'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #ff0000;
}
.tippy-box[data-theme~='alert'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #ff0000;
}



@media screen and (max-width: 1600px) {
    h1{
        font-size:42px;
    }
}
@media screen and (max-width: 1280px) {
    h1{
        font-size:36px;
    }
}
@media screen and (max-width: 1024px) {
    section{
    }
    h1{
        font-size:36px;
    }
    h2{
        font-size:32px;
    }
    h3{
        font-size:26px;
    }
    h4{
        font-size:22px;
    }
    h5{
        font-size:18px;
    }
    h6{
        font-size:18px;
    }
    p{
        font-size:16px;
    }
    ._btn{
        width:135px;
    }
    ._btn .text{
        font-size:14px;
        margin-top:12px;
    }
}
@media screen and (max-width: 768px) {
    section{
    }
    h1{
        font-size:36px;
    }
    h2{
        font-size:32px;
    }
    h3{
        font-size:26px;
    }
    h4{
        font-size:22px;
    }
    h5{
        font-size:18px;
    }
    h6{
        font-size:18px;
    }
    p{
        font-size:16px;
    }
    ._btn{
        width:145px;
    }
    ._btn .text{
        font-size:14px;
        margin-top:15px;
    }

    ._desktop{
        display:none;
    }
    ._mobile{
        display:block;
    }
    ._desktop_inline{
        display:none;
    }
    ._mobile_inline{
        display:inline-block;
    }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
    h1{
        font-size:36px;
    }
    h2{
        font-size:28px;
    }
    h3{
        font-size:24px;
    }
    h4{
        font-size:20px;
    }
    h5{
        font-size:16px;
    }
    h6{
        font-size:16px;
    }
}