@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,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;
    outline: 0;
    font-smooth: always;
}
ul,
li {
    list-style: none;
}
input,
button {
    font-family: "Be Vietnam Pro", sans-serif;
}
button:focus,
input:focus {
    outline: none;
    box-shadow: none;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    font-family: "Be Vietnam Pro", sans-serif;
    background: #fff;
}
.xl-title {
    font-size: 3.5em;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}
p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
}
.font-1-2em {
    font-size: 1.2em !important;
}
.font-2em {
    font-size: 1.8em !important;
}
.font-1em {
    font-size: 1em !important;
}
.green-btn {
    background: #037867;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
}
.green-btn:hover {
    color: #fff;
}
.text-black {
    color: #192020 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.sm-title {
    font-size: 1.3em;
    color: #192020;
    font-weight: 500;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.xs-title {
    font-size: 1.1em;
    color: #192020;
    font-weight: 500;
}
.black-btn {
    background: #192020;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
}
.black-btn:hover {
    color: #fff;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.text-blue {
    color: #212FC7 !important;
}
.font-1-7em {
    font-size: 1.7em !important;
}
.text-dgray {
    color: #57677E !important;
}
.ps-115 {
    padding-left: 115px !important;
}
.text-green {
    color: #037867 !important;
}
.font-0-9em {
    font-size: 0.9em !important;
}