* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-text-size-adjust: 100%
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
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,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

ul {
    list-style: none;
    padding: 0
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit
}

    a:hover {
        cursor: pointer;
        text-decoration: none;
        text-indent: 0
    }

svg {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: 'Nunito Sans',sans-serif
}

body,
html {
    width: 100%;
    height: 100%
}

.text-center {
    text-align: center
}

.clear-fix {
    clear: both
}

img {
    display: block;
    width: 100%
}

.atf-section {
    background-color: #f5f9ff
}

.main-section {
    background: url("../img/bg.png") no-repeat;
    background-position: right top
}

.inner-content-wrapper {
    display: flex;
    justify-content: space-between
}

.main-section-wrapper {
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.header {
    padding-top: 58px;
    display: flex;
}

.innerLeft-content {
    display: flex;
    flex-direction: column;
    max-width: 528px;
    width: 100%;
    margin-top: 93px
}

    .innerLeft-content h2 {
        font-family: 'Nunito Sans',sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 61px;
        color: #000;
        margin-bottom: 30px
    }

    .innerLeft-content span {
        font-family: 'Fira Sans',sans-serif;
        color: #4179fa;
        font-weight: 700
    }

    .innerLeft-content p {
        font-family: 'Nunito Sans',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(0,0,0,.5);
        margin-bottom: 30px
    }

.btf-cta {
    display: flex;
    max-width: 373px;
    width: 100%;
    background: #4179fa;
    border-radius: 8px;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    padding: 23px 24px 23px 65px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between
}

    .btf-cta:hover {
        background-color: #1c5bed
    }

.innerLeft-content .subtitle {
    max-width: 373px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: rgba(0,0,0,.8)
}

.img-wrapper {
    min-height: 540px;
    width: 100%
}

.img-wrapper img {
    max-width: 595px;
    width: 100%;
}

.bottomStripMain {
    padding: 18px 50px 17px 50px;
    background: #525252;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 670px;
    width: 100%;
    margin: 0 auto
}

.stepsCount {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(253,253,253,.7)
}

.stepsDes {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fdfdfd;
    margin-top: 6px
}

    .stepsDes a {
        color: #fa762f;
        cursor: pointer
    }

        .stepsDes a:hover {
            text-decoration: underline
        }


.bottom-strip {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.main-btf-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

.btfleft-container {
    border-radius: 10px;
    flex: 1;
    max-width: 472px;
    width: 100%
}

.btfRight_container {
    max-width: 654px
}

    .btfRight_container img {
        width: 100%;
        height: 403px
    }

.btf-step .stepCount-span {
    font-family: 'Fira Sans',sans-serif;
    background: #f3f8ff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #6091ff
}

.btf-step-desc {
    font-family: 'Nunito Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    max-width: 340px
}

.btf-steps {
    max-width: 472px;
    width: 100%;
    background-color: #fff;
    padding-right: 57px
}

.btf-step {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

    .btf-step:last-child {
        margin-bottom: 0
    }

.subtitle a:hover {
    text-decoration: underline
}

.main-btf-section {
    padding-top: 150px
}

    .main-btf-section h2 {
        font-style: normal;
        font-weight: 800;
        font-size: 35px;
        line-height: 45px;
        margin: 0 auto;
        text-align: center;
        max-width: 478px;
        color: #000;
        margin-bottom: 54px
    }

.btf-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.bottom-section-main {
    padding-top: 75px;
    padding-bottom: 84px
}

    .bottom-section-main h2 {
        font-weight: 800;
        font-size: 35px;
        line-height: 45px;
        text-align: center;
        color: #000;
        margin: 0 auto;
        margin-bottom: 54px;
        max-width: 837px;
        width: 100%
    }

.main-section-wrapper-btn {
    max-width: 1185px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

.btm-card {
    background: #fff;
    box-shadow: 0 4px 34px #efefef;
    border-radius: 10px;
    max-width: 373px;
    width: 100%;
    padding: 10px 10px 20px 10px
}

.top-svg-section {
    width: 100%;
    background: #f6efff;
    border-radius: 10px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-desc {
    margin-top: 20px;
    padding: 0 10px
}

    .card-desc h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
        text-transform: capitalize;
        color: #000
    }

    .card-desc p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-transform: capitalize;
        color: #666
    }

.card2 {
    background-color: #fff4ea
}

.card3 {
    background-color: #eef5ff
}

.btn-cards {
    display: flex;
    gap: 23px;
    margin-bottom: 52px
}

.footer {
    background: #f6f9ff;
    padding: 50px 0;
    border-top: 1px #CCCCCC solid;
}

.footerLink ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLink li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(0,0,0,.6);
    border-right: 1px solid rgba(0,0,0,.6);
    padding: 0 5px;
}

    .footerLink li:last-child {
        border-right: 0 none;

    }

    .footerLink li:hover {
        text-decoration: underline;
        color: rgba(0,0,0,1);
    }

@media screen and (max-width:1020px) {
    .img-wrapper {
        padding: unset
    }

    .inner-content-wrapper {
        flex-direction: column;
        align-items: normal;
    }

    .innerLeft-content {
        align-items: center;
        text-align: center
    }

    .bottom-strip {
        position: relative
    }

    .atf-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .btn-cards {
        flex-direction: column;
        align-items: center
    }

    .footerLink ul {
        flex-wrap: wrap
    }

    .img-wrapper img {
        min-height: unset
    }

    .main-btf-container {
        gap: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column
    }

    .btfRight_container img {
        height: unset
    }
}

@media screen and (max-width:550px) {
    .innerLeft-content h2 {
        font-size: 36px;
        line-height: 45px
    }

    .innerLeft-content p {
        font-size: 12px;
        line-height: 20px
    }

    .img-wrapper img {
        width: 60%;
        margin: 0 auto;
        padding: 0
    }

    .bottomStripMain {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .bottom-section-main h2,
    .main-btf-section h2 {
        font-size: 26px;
        line-height: 36px
    }

    .btf-steps {
        margin: 0 auto
    }

    .btf-step-desc {
        font-size: 16px;
        line-height: 24px
    }

    .btf-step span {
        height: 30px;
        width: 30px;
        font-size: 16px;
        line-height: normal
    }

    .btf-steps {
        max-width: unset;
        padding: 20px 0
    }

    .main-btf-section {
        padding-top: 100px
    }

    .btf-cta {
        max-width: 290px;
        font-size: 24px;
        line-height: normal;
        padding: 15px 50px
    }

    .bottom-section-main {
        padding-top: 100px
    }

    .btf-step {
        justify-content: space-evenly;
        gap: 10px
    }

    .innerLeft-content {
        margin-top: 70px
    }

    .menuSvg svg {
        height: 14px;
        width: 14px
    }
}

@media screen and (max-width:400px) {
    .btf-step-desc {
        max-width: 210px
    }

    .innerLeft-content h2 {
        font-size: 30px;
        line-height: 40px
    }

    .bottom-section-main h2,
    .main-btf-section h2 {
        font-size: 24px;
        line-height: 30px
    }

    .main-btf-section h2 {
        margin-bottom: 30px
    }

    .btf-step {
        margin-bottom: 30px
    }

    .bottom-section-main h2 {
        font-weight: 700
    }
}



/* cyrillic-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t4R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7txR-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t6R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t7R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQLL50tE8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t4R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7txR-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t6R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t7R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQLL50tE8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t4R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7txR-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t6R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t7R-tQLL50tE8-Hw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQLL50tE8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* cyrillic-ext */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eSxf6TF0.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eQhf6TF0.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eShf6TF0.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eRRf6TF0.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eSRf6TF0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eSBf6TF0.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eRhf6.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

