@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import 'common.css';

body{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 21px;
    color: #1A1A1A;
    background: #f3f7fb;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
}

h1{
    font-size: 50px;
    line-height: 66px;
}
h2{
    font-size: 40px;
    line-height: 52px;
}
h3{
    font-size: 26px;
    line-height: 34px;
}
h4{
    font-size: 24px;
    line-height: 32px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 30px;
    line-height: 24px;
}

.btn{
    padding: 21px 63px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    border: none;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: #2E81FF;
    box-shadow: 0px 10px 16px rgba(46, 129, 255, 0.2);   
    color: #ffffff;
}

.text-white{ color: #ffffff!important; }
.accent{ color: #2E81FF!important; }
.text-blur{ color: #888888!important; }
.text-yellow{ color: #FFD500 !important; }

.font-60{
    font-size: 60px;
    line-height: 79px;
}
.font-30{
    font-size: 30px;
    line-height: normal;
}
.font-28{
    font-size: 28px!important;
    line-height: 37px!important;
}
.font-20{
    font-size: 20px;
    line-height: 34px;
}
.font-16{
    font-size: 16px;
    line-height: 21px;
}
.font-14{
    font-size: 14px!important;
    line-height: 19px!important;
}

.w-1010{
    max-width: 1010px;
}
.w-825{
    max-width: 825px;
}
.w-800{
    max-width: 800px;
}
.w-700{
    max-width: 700px;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.bg-light{
    background: #ffffff!important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-light .navbar-brand{
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar-light .navbar-nav .nav-link{
    padding: 10px 24px;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
    color: #2E81FF;
}

.hightlighted{
    background: #0086EB;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    color: #ffffff;
}
.hightlighted img{
    vertical-align: top;
    margin-right: 5px;
}
.hightlighted.style2{
    background: #FFD500;
    color: #1A1A1A;
}
.hightlighted.style3{
    background: rgba(209, 209, 209, 0.6);
    font-weight: 700;
    color: #1A1A1A;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.m-video{
    margin-top: -210px;
}
.box-button{
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 30px;
}
.wrapper-video{
    border: 2px solid #1d1c1b;
    border-bottom-width: 20px;
    border-radius: 10px;
    position: relative;
}
.wrapper-video .ratio{
    border: 10px solid #000000;
}
.wrapper-video:after{
    content: "";
    width: 864px;
    height: 27px;
    background: url(../images/bg-video.png) no-repeat center center;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.box-vector{
    position: relative;
}
.vector{
    position: absolute;
    z-index: 10;
}
.box-white{
    background: #ffffff;
    margin-bottom: 30px;
}
.box-white-inner{
    padding: 24px;
}
.box-1{
    background: #F3F7FB;
    border-top: 3px solid #2E81FF;
    padding: 30px 40px;
    margin-bottom: 30px;
}
.box-2{
    background: #FFFFFF;
    padding: 24px;
    display: flex;
    align-items: center;
}
.box-2 img{
    width: 56px;
    margin-right: 24px;
}
.box-step{
    padding-left: 43px;
    padding-bottom: 40px;
    border-left: 2px dashed rgba(46, 129, 255, 0.3);
    position: relative;
}
.box-step .hightlighted{
    position: absolute;
    left: -34px;
    top: 0;
}
.box-step.last{
    border-left: none;
}
.box-3{
    background: #FFFFFF;
    padding: 24px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.box-3 img{
    width: 56px;
    margin-right: 24px;
}
.title-arrow{
    padding: 24px 0 24px 40px;
    background: url(../images/icon-title.png) no-repeat center left;
}
.module-price{
    background: #FFFFFF;
    margin-bottom: 25px;
}
.module-price .module-price-inner{
    padding: 30px 30px 30px 0;
    display: flex;
    align-items: center;
}
.module-price .module-price-inner img{
    width: 249px;
    margin-right: 30px;
}
.module-price .module-price-small{
    padding: 0 30px 30px 0;
    display: flex;
    align-items: center;
}
.module-price .module-price-small img{
    width: 191px;
    margin-right: 50px;
}
.module-price .title{
    font-weight: 700;
    margin-bottom: 30px;
}
.module-price .title .hightlighted{
    border-radius: 0;
}
.phase-item{
    background: #FFFFFF;
    padding: 10px 30px 30px;
    margin-bottom: 30px;
    color: #1A1A1A;
}
.phase-item img{
    margin-top: -70px;
}
.box-plus{
    background: #ffffff;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #1A1A1A;
}
.box-plus img{
    width: 109px;
    margin-right: 30px;
}
.list-number{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-number li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.list-number li span{
    position: absolute;
    left: 0;
    top: 0;
}

.img-special{
    margin-bottom: -165px;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
#footer{
    background: #1A1A1A;
}
.footer-bottom{
    padding: 24px 0;
    background: #0E0E0E;
}
.copyright{
    color: #FFFFFF;
    text-align: right;
}

.dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dots li{
    padding-left: 22px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}
.dots li:before{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #2E81FF;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
/*============================ END FOOTER ===============================*/