html{
    font-size: 62.5%;
}
body{
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 2rem;
    color: #00203E;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4{
    font-weight: bold;
    margin-bottom: 2rem;
}
ul,ol{
    margin: 0px;
    padding:0px;
    list-style: none;
}
.d-flex-w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.d-new{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
a{
    text-decoration: none !important;
    outline: none !important;
  color: #002B4E ;
}
p{
    line-height: 3rem;
    margin-top: 3rem;
    letter-spacing: 0.6px;
}
ul{
    margin-top: 2rem;
}
ul > li{
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 0.9rem;
}
ul > li:last-child{
    margin-bottom: 0;
}
ul > li:after {
    position: absolute;
    content: "";
    height: 0.8rem;
    width: 0.8rem;
    border: 0;
    border-radius: 50%;
    left: 0;
    top: 1.1rem;
    background: #002B4E;
}   
ol{
    counter-reset: number;
    margin-top: 2rem;
}
ol > li{
    position: relative;
    padding-left: 2.7rem;
    counter-increment: number;
    margin-bottom: 0.9rem;
}
ol > li:last-child{
    margin-bottom: 0;
}
ol > li:after{
    content: none;
}
ol > li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    content: counter(number) ". ";
}
.no-point{
    margin: 0;
}
.no-point li{
    margin: 0;
    padding: 0;
}
.no-point li:after{
    content: none;
}
.page-link{
    background: transparent !important;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1360px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1460px) {
    .container {
        max-width: 1430px;
    }
}
.container-full{
    max-width: 1695px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
h1{
    font-size: 8rem;
    line-height: 8.4rem;
    letter-spacing: 2.4px;
}
h2{
    font-size: 6.2rem;
    line-height: 7rem;
    letter-spacing: 1.86px;
}
h3{
    font-size: 3.4rem;
    line-height: 4.6rem;
    letter-spacing: 1.02px;
}
h4{
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
}
.fw-62,.fw-62 *{
    margin: 0 !important;
    font-size: 6.2rem !important;
    line-height: 7rem !important;
    letter-spacing: 1.86px !important;
}
.fw-48,.fw-48 *{
    margin: 0 !important;
    font-size: 4.8rem !important;
    line-height: 6rem !important;
    letter-spacing: 1.44px !important;
}
.fw-34,.fw-34 *{
    margin: 0 !important;
    font-size: 3.4rem !important;
    line-height: 4.6rem !important;
    letter-spacing: 1.02px !important;
}
.fw-26,.fw-26 *{
    margin: 0 !important;
    font-size: 2.6rem !important;
    line-height: 3.2rem !important;
    letter-spacing: 0.78px !important;
}
.fw-22,.fw-22 *{
    margin: 0 !important;
    font-size: 2.2rem !important;
    line-height: 3.2rem !important;
    letter-spacing: 0.66px !important;
}
.fw-20,.fw-20 *{
    margin: 0 !important;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    letter-spacing: 0px !important;
}
.ls-30,.ls-30 *{
    letter-spacing: 0.6px !important;
}
.lh-38,.lh-38 *{
    line-height: 3.8rem !important;
}
.btn{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.3rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
    letter-spacing: 0.6px;
    height: 5.8rem;
}
.btn-green{
    color: #fff !important;
    background: #24CF81;
    border: 0.15rem #24CF81 !important;
}
.btn-green:hover{
    background: #17a765;
    border-color: #17a765 !important;
}
.btn-white-o{
    border: 0.15rem solid #fff !important;
    color: #fff !important;
}
.btn-white-o:hover{
    background: #fff !important;
    color: #002B4E !important;
}
.btn-white-o:hover img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
    opacity: 0.8;
}
.btn-blue{
    background: #002B4E;
    border: 0.15rem #002B4E !important;
    color: #fff !important;
}
.btn-blue:hover{
    background: #028bb7;
    border-color: #028bb7 !important;
}
.bg-blue{
    background: #002B4E;
}
.bg-light-blue{
    background: #D8F6FC;
}
.btn-arrow{
    justify-content: space-between;
}
.title-icon img{
    max-width: 100%;
}
.text-blue,.text-blue *{
    color: #002B4E !important;
}
.fw-normal,.fw-normal *{
    font-weight: normal !important;
}
.fw-normal strong{
    font-weight: bold !important;
}
.owl-dots{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.owl-dot{
    height: 2.3rem !important;
    width: 2.3rem !important;
    border: 0.15rem solid #002B4E !important;
    border-radius: 50% !important;
    outline: none !important;
    margin: 0 0.7rem;
}
.owl-nav button{
    position: absolute;
    top: calc(50% - 1.4rem);
    left: -5.8rem;
    outline: none !important;
}
.owl-nav button.owl-next{
    left: auto !important;
    right: -5.8rem;
}
.owl-dot.active{
    border-color: #002B4E !important;
    background: #002B4E !important;
}
.title-icon {
    text-align: center;
}
.mt-30{
    margin-top: 3rem !important;
}
.mb-48{
    margin-bottom: 4.8rem !important;
}
.mt-62{
    margin-top: 6.2rem !important;
}
.mb-82{
    margin-bottom: 8.2rem !important;
}
.mb-94{
    margin-bottom: 9.4rem !important;
}
.mb-102{
    margin-bottom: 10.2rem !important;
}
.mb-114{
    margin-bottom: 11.4rem !important;
}
.mb-124{
    margin-bottom: 12.4rem !important;
}
.mt-125{
    margin-top: 12.5rem !important;
}
.mb-125{
    margin-bottom: 12.5rem !important;
}
.mb-127{
    margin-bottom: 12.7rem !important;
}
.mb-250{
    margin-bottom: 25rem !important;
}
@media(min-width:1560px) and (max-width:1659px){
    .container-full {
        padding: 0 3rem;
    }
    .owl-nav button {
        left: -2rem;
    }
    .owl-nav button.owl-next {
        right: -2rem;
    } 
}
@media(min-width:1460px) and (max-width:1559px){
    .container-full {
        padding: 0 3rem;
    }
    .mt-125 {
        margin-top: 10rem !important;
    }
    .mb-250 {
        margin-bottom: 20rem !important;
    }
    .owl-nav button {
        left: 0rem;
    }
    .owl-nav button.owl-next {
        right: 0rem;
    }  
}
@media(min-width:1360px) and (max-width:1459px){
    body{
        font-size: 1.8rem;
    }
    p {
        line-height: 2.6rem;
        margin-top: 2.5rem;
    }
    .container-full {
        padding: 0 3rem;
    }
    h1{
        font-size: 6.5rem;
        line-height: 7rem;
    }
    h2{
        font-size: 5.5rem;
        line-height: 6.3rem;
    }
    h3{
        font-size: 3.1rem;
        line-height: 4.1rem;
    }
    .fw-62, .fw-62 * {
        font-size: 5.5rem !important;
        line-height: 6.3rem !important;
    }
    .fw-48, .fw-48 * {
        font-size: 4.4rem !important;
        line-height: 5.6rem !important;
    }   
    .fw-34, .fw-34 * {
        font-size: 3.1rem !important;
        line-height: 4.1rem !important;
    }
    .lh-38, .lh-38 * {
        line-height: 3.5rem !important;
    }
    .owl-dot {
        height: 1.8rem !important;
        width: 1.8rem !important;
        margin: 0 0.6rem;
    }
    .owl-nav button {
        left: 0rem;
    }
    .owl-nav button.owl-next {
        right: 0rem;
    }
    .mt-62 {
        margin-top: 5.2rem !important;
    }
    .mb-94 {
        margin-bottom: 7rem !important;
    }
    .mb-102 {
        margin-bottom: 8.2rem !important;
    }
    .mb-114 {
        margin-bottom: 9.4rem !important;
    }
    .mb-124 {
        margin-bottom: 10.4rem !important;
    }
    .mb-127 {
        margin-bottom: 10.7rem !important;
    }
    .mt-125 {
        margin-top: 7rem !important;
    }
    .mb-250 {
        margin-bottom: 14rem !important;
    }
}
@media(min-width:1200px) and (max-width:1359px){
    body{
        font-size: 1.8rem;
    }
    p {
        line-height: 2.6rem;
        margin-top: 2.5rem;
    }
    .container-full {
        padding: 0 3rem;
    }
    h1{
        font-size: 5.9rem;
        line-height: 6.6rem;
    }
    h2{
        font-size: 5.2rem;
        line-height: 6rem;
        letter-spacing: 1.5px;
    }
    h3{
        font-size: 3rem;
        line-height: 4rem;
    }
    .fw-62, .fw-62 * {
        font-size: 5.2rem !important;
        line-height: 6rem !important;
        letter-spacing: 1.5px !important;
    }
    .fw-48, .fw-48 * {
        font-size: 4.2rem !important;
        line-height: 5.4rem !important;
    }
    .fw-34, .fw-34 * {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
    .lh-38, .lh-38 * {
        line-height: 3.4rem !important;
    }
    .owl-dot {
        height: 1.8rem !important;
        width: 1.8rem !important;
        margin: 0 0.6rem;
    }
    .owl-nav button {
        left: 1.2rem;
    }
    .owl-nav button.owl-next {
        right: 1.2rem;
    }
    .mt-62 {
        margin-top: 4.6rem !important;
    }
    .mb-94 {
        margin-bottom: 7rem !important;
    }
    .mb-102 {
        margin-bottom: 8.2rem !important;
    }
    .mb-114 {
        margin-bottom: 8.4rem !important;
    }
    .mb-124 {
        margin-bottom: 9.4rem !important;
    }
    .mt-125 {
        margin-top: 7rem !important;
    }
    .mb-127 {
        margin-bottom: 9.7rem !important;
    }
    .mb-250 {
        margin-bottom: 14rem !important;
    }
}
@media(min-width:992px) and (max-width:1199px){
    body{
        font-size: 1.6rem;
    }
    h1{
        font-size: 5rem;
        line-height: 5.5rem;
        letter-spacing: 1.5px;
    }
    h2{
        font-size: 4.5rem;
        line-height: 5.5rem;
        letter-spacing: 1.2px;
    }
    h3{
        font-size: 2.8rem;
        line-height: 3.2rem;
        letter-spacing: 0.8px;
    }
    h4{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .fw-62, .fw-62 * {
        font-size: 4.5rem !important;
        line-height: 5.5rem !important;
        letter-spacing: 1.2px !important;
    }
    .fw-48, .fw-48 * {
        font-size: 3.8rem !important;
        line-height: 5rem !important;
    }
    .fw-34, .fw-34 * {
        font-size: 2.8rem !important;
        line-height: 3.2rem !important;
        letter-spacing: 0.8px !important;
    }
    .lh-38, .lh-38 * {
        line-height: 3.2rem !important;
    }
    .fw-20, .fw-20 * {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
    }
    p {
        line-height: 2.6rem;
        margin-top: 2rem;
    }
    .owl-dot {
        height: 1.8rem !important;
        width: 1.8rem !important;
        margin: 0 0.6rem;
    }
    .owl-nav button {
        left: 1.2rem;
    }
    .owl-nav button.owl-next {
        right: 1.2rem;
    }
    .mt-62 {
        margin-top: 4rem !important;
    }
    .mb-94 {
        margin-bottom: 7rem !important;
    }
    .mb-102 {
        margin-bottom: 8.2rem !important;
    }
    .mb-114 {
        margin-bottom: 7rem !important;
    }
    .mb-124 {
        margin-bottom: 8rem !important;
    }
    .mt-125 {
        margin-bottom: 7rem !important;
    }
    .mb-127 {
        margin-bottom: 8rem !important;
    }
    .mb-250 {
        margin-bottom: 14rem !important;
    }
}
@media(min-width:768px) and (max-width:991px){
    body{
        font-size: 1.7rem;
    }
    h1{
        font-size: 5rem;
        line-height: 5.5rem;
    }
    h2{
        font-size: 4.5rem;
        line-height: 5.5rem;
        letter-spacing: 1px;
    }
    h3{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    .fw-62, .fw-62 * {
        font-size: 4.5rem !important;
        line-height: 5.5rem !important;
        letter-spacing: 1px !important;
    }
    .fw-48, .fw-48 * {
        font-size: 3.3rem !important;
        line-height: 4.5rem !important;
        letter-spacing: 1px !important;
    }
    .fw-34, .fw-34 * {
        font-size: 2.8rem !important;
        line-height: 3.2rem !important;
    }
    .fw-22, .fw-22 * {
        font-size: 2rem !important;
        line-height: 3rem !important;
        letter-spacing: 0.3px !important;
    }
    .lh-38, .lh-38 * {
        line-height: 3.2rem !important;
    }
    p {
        line-height: 2.6rem;
        margin-top: 2rem;
        letter-spacing: 0.4px;
    }
    .title-block br{
        display: none;
    }
    .owl-dot {
        height: 1.5rem !important;
        width: 1.5rem !important;
        margin: 0 0.6rem;
    }
    .owl-nav button {
        left: -1.5rem;
    }
    .owl-nav button.owl-next {
        right: -1.5rem;
    }
    .mt-62 {
        margin-top: 3.5rem !important;
    }
    .mb-94 {
        margin-bottom: 5.4rem !important;
    }
    .mb-114 {
        margin-bottom: 6rem !important;
    }
    .mb-124 {
        margin-bottom: 7rem !important;
    }
    .mt-125 {
        margin-bottom: 6rem !important;
    }
    .mb-127 {
        margin-bottom: 7rem !important;
    }
    .mb-250 {
        margin-bottom: 12rem !important;
    }
}
@media(max-width:767px){
    body{
        font-size: 1.7rem;
    }
    h1{
        font-size: 4.2rem;
        line-height: 5.2rem;
        letter-spacing: 2px;
    }
    h2{
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: 1px;
    }
    h3{
        font-size: 2.6rem;
        line-height: 3rem ;
        letter-spacing: 0.6px;
    }
    h4{
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
    .fw-62, .fw-62 * {
        font-size: 3.5rem !important;
        line-height: 4rem !important;
        letter-spacing: 1px !important;
    }
    .fw-48, .fw-48 * {
        font-size: 3rem !important;
        line-height: 4rem !important;
        letter-spacing: 1px !important;
    }
    .fw-34, .fw-34 * {
        font-size: 2.6rem !important;
        line-height: 3rem !important;
        letter-spacing: 0.6px !important;
    }
    .fw-22, .fw-22 * {
        font-size: 1.8rem !important;
        line-height: 2.4rem !important;
        letter-spacing: 0.3px !important;
    }
    .fw-20, .fw-20 * {
        font-size: 1.7rem !important;
        line-height: 2.1rem !important;
    }
    .lh-38, .lh-38 * {
        line-height: 3rem !important;
    }
    p {
        line-height: 2.5rem;
        margin-top: 2rem;
        letter-spacing: 0.3px;
    }
    .btn {
        font-size: 1.8rem;
        height: 5.5rem;
    }
    .title-block br{
        display: none;
    }
    .owl-dot {
        height: 1.3rem !important;
        width: 1.3rem !important;
        margin: 0 0.4rem;
    }
    .owl-nav button {
        top: calc(50% - 1.4rem);
        left: 0;
    }
    .owl-nav button.owl-next {
        right: 0;
    }
    .owl-nav button img{
        width: 2rem;
    }
    .mt-30 {
        margin-top: 2rem !important;
    }
    .mt-62 {
        margin-top: 3rem !important;
    }
    .mb-94 {
        margin-bottom: 4.5rem !important;
    }   
    .mb-114 {
        margin-bottom: 4.4rem !important;
    }
    .mb-124 {
        margin-bottom: 6rem !important;
    }
    .mt-125 {
        margin-top: 5rem !important;
    }
    .mb-127 {
        margin-bottom: 6rem !important;
    }
    .mb-250 {
        margin-bottom: 10rem !important;
    }
}