html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666666;
    margin-top: 11.8rem;
}

body {
    opacity: 0;
}

body.show-page {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    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: #000;
}

p {
    margin-bottom: 2.4rem;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin-top: 2.4rem;
}

ul>li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 2.4rem;
}

ul>li:last-child {
    margin-bottom: 0;
}

ul>li:after {
    position: absolute;
    content: "";
    height: 0.8rem;
    width: 0.8rem;
    border: 0;
    left: 0;
    top: 0.8rem;
    border-radius: 50%;
    background: #0063E8;
}

ol {
    counter-reset: number;
    margin-top: 2.7rem;
}

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;
    }
}

@media (min-width: 1580px) {
    .container {
        max-width: 1550px;
    }
}

.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;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 4rem;
}

.text-white,
.text-white * {
    color: #fff !important;
}

.text-red,
.text-red * {
    color: #E30613 !important;
}

.text-blue,
.text-blue * {
    color: #0063E8 !important;
}

.fw-semibold,
.fw-semibold * {
    font-weight: 600;
}

.fw-medium,
.fw-medium * {
    font-weight: 500;
}

.fw-normal,
.fw-normal * {
    font-weight: 400;
}

.bg-black {
    background: #000000;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-gray-01 {
    background: rgba(2, 103, 239, 0.05);
}

.fw-72,
.fw-72 * {
    margin: 0 !important;
    font-size: 7.2rem !important;
    line-height: 9.6rem !important;
}

.fw-48,
.fw-48 * {
    margin: 0 !important;
    font-size: 4.8rem !important;
    line-height: 6.4rem !important;
}

.fw-24,
.fw-24 * {
    margin: 0 !important;
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
}

.fw-16,
.fw-16 * {
    margin: 0 !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
}

.btn {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    border: 0.2rem solid transparent !important;
    padding: 0 4.8rem;
    height: 5.5rem;
    border-radius: 2.8rem;
}

.btn-red {
    background: #E30613;
    border-color: #E30613 !important;
    color: #fff !important;
}

.btn-red:hover {
    background: #D00511;
    border-color: #D00511 !important;
}

.btn-red-outline {
    border-color: #E30613 !important;
    color: #000000 !important;
}

.btn-red-outline:hover {
    background: #E30613;
    color: #fff !important;
}

.btn-red-outline-white {
    border-color: #E30613 !important;
    color: #FFFFFF !important;
    margin-right: 2rem;
}

.btn-red-outline-white:hover {
    background: #E30613;
    color: #fff !important;
}

.btn-blue-round {
    height: 5.6rem;
    width: 5.6rem;
    padding: 0;
    border: 1px solid #004AAD !important;
}

.btn-blue-round:hover {
    background: #004AAD;
}

.btn-blue-round:hover img {
    -webkit-filter: brightness(0) invert(100%);
    -moz-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.btn-link {
    padding: 0 !important;
    color: #0063E8 !important;
    text-decoration: none !important;
    font-size: 1.4rem !important;
    line-height: 2.1rem !important;
    height: initial !important;
    text-transform: initial !important;
}

.btn-link:hover {
    text-decoration: underline !important;
}

.btn-link img {
    margin-left: 1rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.show .btn-link img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.8rem;
    height: 1.8rem;
}

.stars::before {
    content: "★★★★★";
    letter-spacing: 1px;
    line-height: 1.8rem;
    background: linear-gradient(90deg, #004AAD var(--percent), #bfbfbf var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 1.8rem;
    display: block;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.owl-nav button {
    height: 5.6rem;
    width: 5.6rem;
    display: flex;
    outline: none !important;
    padding: 0;
    margin: 0 0 0 1.6rem;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 1px solid #004AAD !important;
    border-radius: 50%;
}

.owl-nav button:hover {
    background: #004AAD !important;
}

.owl-nav button:hover img {
    -webkit-filter: brightness(0) invert(100%);
    -moz-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.max-width-610 {
    max-width: 61rem;
    width: 100%;
}

.mt-24 {
    margin-top: 2.4rem !important;
}

.mb-24 {
    margin-bottom: 2.4rem !important;
}

.mt-32 {
    margin-top: 3.2rem !important;
}

.ml-34 {
    margin-left: 3.4rem;
}

.mt-40 {
    margin-top: 4rem !important;
}

.mb-40 {
    margin-bottom: 4rem !important;
}

.mt-48 {
    margin-top: 4.8rem !important;
}

.mt-60 {
    margin-top: 6rem !important;
}

.mt-64 {
    margin-top: 6.4rem !important;
}

.mb-64 {
    margin-bottom: 6.4rem !important;
}

.mb-80 {
    margin-bottom: 8rem !important;
}

.pt-96 {
    padding-top: 9.6rem !important;
}

.pb-96 {
    padding-bottom: 9.6rem !important;
}

.pt-120 {
    padding-top: 12rem !important;
}

.pb-120 {
    padding-bottom: 12rem !important;
}

.mt-120 {
    margin-top: 12rem !important;
}

.mb-120 {
    margin-bottom: 12rem !important;
}

.mt-160 {
    margin-top: 16rem !important;
}

.mb-160 {
    margin-bottom: 16rem !important;
}

.pt-160 {
    padding-top: 16rem !important;
}

.pb-160 {
    padding-bottom: 16rem !important;
}

.mt-200 {
    margin-top: 20rem !important;
}

.mb-200 {
    margin-bottom: 20rem !important;
}

@media(min-width:1460px) and (max-width:1579.98px) {
    body {
        margin-top: 10.4rem;
    }

    .fw-72,
    .fw-72 * {
        font-size: 6.4rem !important;
        line-height: 8.6rem !important;
    }

    .mt-48 {
        margin-top: 4rem !important;
    }

    .mt-60 {
        margin-top: 4.8rem !important;
    }

    .mb-64 {
        margin-bottom: 4.8rem !important;
    }

    .mt-64 {
        margin-top: 4.8rem !important;
    }

    .mb-120 {
        margin-bottom: 9.6rem !important;
    }

    .mt-120 {
        margin-top: 9.6rem !important;
    }

    .pb-120 {
        padding-bottom: 9.6rem !important;
    }

    .pt-120 {
        padding-top: 9.6rem !important;
    }

    .mb-160 {
        margin-bottom: 12rem !important;
    }

    .mt-160 {
        margin-top: 12rem !important;
    }

    .pt-160 {
        padding-bottom: 12rem !important;
    }

    .pt-160 {
        padding-top: 12rem !important;
    }

    .mt-200 {
        margin-top: 14rem !important;
    }

    .mb-200 {
        margin-bottom: 14rem !important;
    }

    .mt-mobile-64 {
        margin-top: 6.4rem !important;
    }

    .mb-mobile-64 {
        margin-bottom: 6.4rem !important;
    }
}

@media(min-width:1360px) and (max-width:1459.98px) {
    body {
        margin-top: 10rem;
    }

    .fw-72,
    .fw-72 * {
        font-size: 5.8rem !important;
        line-height: 7.5rem !important;
    }

    .fw-48,
    .fw-48 * {
        font-size: 4.2rem !important;
        line-height: 5.6rem !important;
    }

    .fw-24,
    .fw-24 * {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 3rem;
    }

    .max-width-610 {
        max-width: 59rem;
    }

    .ml-34 {
        margin-left: 2rem;
    }

    .mb-40 {
        margin-bottom: 3.2rem !important;
    }

    .mt-48 {
        margin-top: 4rem !important;
    }

    .mt-60 {
        margin-top: 4.8rem !important;
    }

    .mb-64 {
        margin-bottom: 4.8rem !important;
    }

    .mt-64 {
        margin-top: 4.8rem !important;
    }

    .mb-120 {
        margin-bottom: 9.6rem !important;
    }

    .mt-120 {
        margin-top: 9.6rem !important;
    }

    .pb-120 {
        padding-bottom: 9.6rem !important;
    }

    .pt-120 {
        padding-top: 9.6rem !important;
    }

    .mb-160 {
        margin-bottom: 12rem !important;
    }

    .mt-160 {
        margin-top: 12rem !important;
    }

    .pt-160 {
        padding-bottom: 12rem !important;
    }

    .pt-160 {
        padding-top: 12rem !important;
    }

    .mt-200 {
        margin-top: 14rem !important;
    }

    .mb-200 {
        margin-bottom: 14rem !important;
    }

    .mt-mobile-64 {
        margin-top: 6.4rem !important;
    }

    .mb-mobile-64 {
        margin-bottom: 6.4rem !important;
    }
}

@media(min-width:1200px) and (max-width:1359.98px) {
    body {
        margin-top: 10rem;
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    ul>li {
        margin-bottom: 2rem;
    }

    .fw-72,
    .fw-72 * {
        font-size: 5.2rem !important;
        line-height: 7.2rem !important;
    }

    .fw-48,
    .fw-48 * {
        font-size: 4.2rem !important;
        line-height: 5.6rem !important;
    }

    .fw-24,
    .fw-24 * {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 3rem;
    }

    .ml-34 {
        margin-left: 0;
    }

    .mb-40 {
        margin-bottom: 3.2rem !important;
    }

    .mt-48 {
        margin-top: 4rem !important;
    }

    .mt-60 {
        margin-top: 4rem !important;
    }

    .mb-64 {
        margin-bottom: 4rem !important;
    }

    .mt-64 {
        margin-top: 4rem !important;
    }

    .pb-96 {
        padding-bottom: 8rem !important;
    }

    .pt-96 {
        padding-top: 8rem !important;
    }

    .mb-120 {
        margin-bottom: 8rem !important;
    }

    .mt-120 {
        margin-top: 8rem !important;
    }

    .pt-120 {
        padding-top: 8rem !important;
    }

    .pb-120 {
        padding-bottom: 8rem !important;
    }

    .mt-160 {
        margin-top: 10rem !important;
    }

    .mb-160 {
        margin-bottom: 10rem !important;
    }

    .pb-160 {
        padding-bottom: 10rem !important;
    }

    .pt-160 {
        padding-top: 10rem !important;
    }

    .mt-200 {
        margin-top: 10rem !important;
    }

    .mb-200 {
        margin-bottom: 10rem !important;
    }

    .mt-mobile-64 {
        margin-top: 6.4rem !important;
    }

    .mb-mobile-64 {
        margin-bottom: 6.4rem !important;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    body {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-top: 9.2rem;
    }

    p {
        margin-bottom: 2rem;
    }

    ul>li {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 1.6rem;
    }

    ul>li:after {
        height: 0.7rem;
        width: 0.7rem;
    }

    .fw-72,
    .fw-72 * {
        font-size: 4.5rem !important;
        line-height: 6.8rem !important;
    }

    .fw-48,
    .fw-48 * {
        font-size: 4rem !important;
        line-height: 5.6rem !important;
    }

    .fw-24,
    .fw-24 * {
        font-size: 2rem !important;
        line-height: 2.8rem !important;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 2.4rem;
    }

    .btn {
        font-size: 1.5rem;
        padding: 0 3.2rem;
        height: 5rem;
    }

    .owl-nav button {
        height: 5rem;
        width: 5rem;
    }

    .mb-24 {
        margin-bottom: 1.6rem !important;
    }

    .ml-34 {
        margin-left: 0;
    }

    .mb-40 {
        margin-bottom: 3.2rem !important;
    }

    .mt-48 {
        margin-top: 3.2rem !important;
    }

    .mt-60 {
        margin-top: 4rem !important;
    }

    .mb-64 {
        margin-bottom: 4rem !important;
    }

    .mt-64 {
        margin-top: 4rem !important;
    }

    .mb-80 {
        margin-bottom: 7rem !important;
    }

    .pb-96 {
        padding-bottom: 8rem !important;
    }

    .pt-96 {
        padding-top: 8rem !important;
    }

    .mb-120 {
        margin-bottom: 8rem !important;
    }

    .mt-120 {
        margin-top: 8rem !important;
    }

    .pt-120 {
        padding-top: 8rem !important;
    }

    .pb-120 {
        padding-bottom: 8rem !important;
    }

    .mt-160 {
        margin-top: 8rem !important;
    }

    .mb-160 {
        margin-bottom: 8rem !important;
    }

    .pb-160 {
        padding-bottom: 8rem !important;
    }

    .pt-160 {
        padding-top: 8rem !important;
    }

    .mt-200 {
        margin-top: 8rem !important;
    }

    .mb-200 {
        margin-bottom: 8rem !important;
    }

    .mt-mobile-64 {
        margin-top: 6.4rem !important;
    }

    .mb-mobile-64 {
        margin-bottom: 6.4rem !important;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    body {
        font-size: 1.5rem;
        line-height: 2.3rem;
        margin-top: 7.389rem;
    }

    ul>li {
        margin-bottom: 2rem;
    }

    .fw-72,
    .fw-72 * {
        font-size: 4.8rem !important;
        line-height: 6.6rem !important;
    }

    .fw-48,
    .fw-48 * {
        font-size: 4rem !important;
        line-height: 5.6rem !important;
    }

    .fw-24,
    .fw-24 * {
        font-size: 2rem !important;
        line-height: 2.8rem !important;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 2.4rem;
    }

    .btn {
        font-size: 1.5rem;
        padding: 0 3.2rem;
        height: 5rem;
    }

    .owl-nav button {
        height: 4.8rem;
        width: 4.8rem;
        margin: 0 0 0 1.4rem;
    }

    .max-width-610 {
        max-width: 100%;
    }

    .mt-24 {
        margin-top: 1.6rem !important;
    }

    .mb-24 {
        margin-bottom: 1.6rem !important;
    }

    .ml-34 {
        margin-left: 0;
    }

    .mb-40 {
        margin-bottom: 3.2rem !important;
    }

    .mt-48 {
        margin-top: 3.2rem !important;
    }

    .mt-60 {
        margin-top: 4rem !important;
    }

    .mt-64 {
        margin-top: 4rem !important;
    }

    .mb-64 {
        margin-bottom: 4rem !important;
    }

    .mb-80 {
        margin-bottom: 6.4rem !important;
    }

    .pb-96 {
        padding-bottom: 8rem !important;
    }

    .pt-96 {
        padding-top: 8rem !important;
    }

    .mb-120 {
        margin-bottom: 8rem !important;
    }

    .mt-120 {
        margin-top: 8rem !important;
    }

    .pb-120 {
        padding-bottom: 8rem !important;
    }

    .pt-120 {
        padding-top: 8rem !important;
    }

    .mt-160 {
        margin-top: 8rem !important;
    }

    .mb-160 {
        margin-bottom: 8rem !important;
    }

    .pb-160 {
        padding-bottom: 8rem !important;
    }

    .pt-160 {
        padding-top: 8rem !important;
    }

    .mt-200 {
        margin-top: 8rem !important;
    }

    .mb-200 {
        margin-bottom: 8rem !important;
    }

    .mt-mobile-64 {
        margin-top: 6.4rem !important;
    }

    .mb-mobile-64 {
        margin-bottom: 6.4rem !important;
    }
}

@media(max-width:767.98px) {
    body {
        font-size: 1.5rem;
        line-height: 2.3rem;
        margin-top: 7.389rem;
    }

    p {
        margin-bottom: 1.6rem;
    }

    ul>li {
        margin-bottom: 1.5rem;
        padding-left: 1.6rem;
    }

    ul>li:after {
        height: 0.6rem;
        width: 0.6rem;
        top: 1rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1.5rem;
    }

    .fw-72,
    .fw-72 * {
        font-size: 3.6rem !important;
        line-height: 5rem !important;
    }

    .fw-48,
    .fw-48 * {
        font-size: 2.8rem !important;
        line-height: 3.6rem !important;
    }

    .fw-24,
    .fw-24 * {
        font-size: 1.8rem !important;
        line-height: 2.6rem !important;
    }

    .fw-16,
    .fw-16 * {
        font-size: 1.4rem !important;
        line-height: 2rem !important;
    }

    .btn {
        font-size: 1.5rem;
        padding: 0 3.2rem;
        height: 4.5rem;
    }

    .owl-nav button {
        height: 4.8rem;
        width: 4.8rem;
        margin: 0 0 0 1.4rem;
    }

    .max-width-610 {
        max-width: 100%;
    }

    .mt-24 {
        margin-top: 1.6rem !important;
    }

    .mb-24 {
        margin-bottom: 1.6rem !important;
    }

    .ml-34 {
        margin-left: 0;
    }

    .mb-40 {
        margin-bottom: 2.4rem !important;
    }

    .mt-48 {
        margin-top: 3.2rem !important;
    }

    .mt-60 {
        margin-top: 3.2rem !important;
    }

    .mb-64 {
        margin-bottom: 3.2rem !important;
    }

    .mt-64 {
        margin-top: 3.2rem !important;
    }

    .mb-80 {
        margin-bottom: 6.4rem !important;
    }

    .pb-96 {
        padding-bottom: 6.4rem !important;
    }

    .pt-96 {
        padding-top: 6.4rem !important;
    }

    .mb-120 {
        margin-bottom: 6.4rem !important;
    }

    .mt-120 {
        margin-top: 6.4rem !important;
    }

    .pb-120 {
        padding-bottom: 6.4rem !important;
    }

    .pt-120 {
        padding-top: 6.4rem !important;
    }

    .mt-160 {
        margin-top: 6.4rem !important;
    }

    .mb-160 {
        margin-bottom: 6.4rem !important;
    }

    .pb-160 {
        padding-bottom: 6.4rem !important;
    }

    .pt-160 {
        padding-top: 6.4rem !important;
    }

    .mt-200 {
        margin-top: 6.4rem !important;
    }

    .mb-200 {
        margin-bottom: 6.4rem !important;
    }

    .mt-mobile-64 {
        margin-top: 4.8rem !important;
    }

    .mb-mobile-64 {
        margin-bottom: 4.8rem !important;
    }
}

@media(max-width:575.98px) {

    .fw-72,
    .fw-72 * {
        font-size: 2.4rem !important;
        line-height: 3.6rem !important;
    }
}

@keyframes move-words {
    0% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.sec-bar {
    height: 60px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.words {
    position: relative;
    margin: -10px;
    font-size: 24px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: move-words 35s linear infinite;
}

.word {
    background-color: red;
    padding: 20px 0;
    overflow: hidden;
    height: 80px;

}

.bar-hide {
    display: none !important;
    transition: 1.3s;
}

@media (min-width:1400px) {
    .bar-active {
        top: -20px;
    }
}

@media (max-width:393px) {
    .btn-red-outline-white {
        margin-right: 0rem;
    }
}

@media (max-width:372px) {
    .btn-red-outline-white {
        margin-bottom: 1rem;
    }
}

