:root{
  --bodt-text : #617084;
  --blue:#00163D;
  --blue-light:#053365;
  --blue-extra-light:rgba(5, 51, 101, 0.45);
  --white : #fff;
  --pink: #F74363;
  --border-color : #D9E4F6;
}
html{
  font-size: 62.5%;
}
body{
  font-family: 'Inter';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--bodt-text);
  background: var(--white);
}
h1,h2,h3,h4,h5,h6{
  color: var(--blue);
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0px;
  padding: 0px;
}
ul,ol{
  margin: 0px;
  padding:0px;
  list-style: none;
}
a{
  text-decoration: none !important;
  outline: none !important;
  color: var(--blue);
}
p{
  margin-bottom: 2rem;
}
p:last-child{
  margin-bottom: 0;
}
ul{
  margin-bottom: 2rem;
}
ul:last-child{
  margin-bottom: 0;
}
ul > li{
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1.6rem;
}
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;
  bottom: 0;
  background: var(--pink);
}
.no-point{
  padding: 0;
}
.no-point li::after{
  content: none;
}
ol{
  counter-reset: number;
  margin-bottom: 2.2rem;
}
ol:last-child{
  margin-bottom: 0;
}
ol > li{
  position: relative;
  padding-left: 2.5rem;
  counter-increment: number;
  margin-bottom: 0;
}
ol > li:last-child{
  margin-bottom: 0;
}
ol > li:after{
  content: none;
}
ol > li::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(number)".";
}
.container{
  padding: 0 1.5rem;
}
.container-full{
  max-width: 1602px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.no-point li{
  padding: 0;
}
.no-point li::after{
  content: none;
}
@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: 1404px) {
  .container {
    max-width: 1374px;
  }
}
main{
  padding-top: 17.3rem;
}
.text-blue,.text-blue *{
  color: var(--blue) !important;
}
.text-light-blue,.text-light-blue *{
  color: var(--bodt-text) !important;
}
.text-white,.text-white *{
  color: var(--white) !important;
}
.bg-gray{
  background: #F5F8F9;
}
.bg-gray-light{
  background: #F1F4F5;
}
.bg-blue{
  background: var(--blue-light);
}
h1,h2,h3,h4,.fw-baloo,.fw-baloo *{
  font-family: 'Baloo 2';
}
.fw-inter,.fw-inter *{
  font-family: 'Inter';
}
section{
  position: relative;
}
h1,.h1,.h1 *{
  font-size: 6.4rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
h2,.h2,.h2 *{
  font-size: 5.2rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
h3,.h3,.h3 *{
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
h4,.h4,.h4 *{
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
h5,.h5,.h5 *{
  font-size: 2rem;
  line-height: 140%;
  font-weight: 500;
  margin: 0;
}
h6,.h6,.h6 *{
  font-size: 1.8rem;
  line-height: 140%;
  margin: 0;
}
.fw-28,
.fw-28 *{
  font-size: 2.8rem;
  line-height: 120%;
}
.lh-100,.lh-100 *{
  line-height: 100%;
}
.title-sm,
.title-sm *{
  font-size: 1.4rem;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
.title p{
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 180%;
}
.title-lg p{
  font-size: 2rem;
  line-height: 160%;
  font-weight: 500;
}
.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4{
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
.text-info h5,
.text-info h6{
  font-size: 2rem;
  line-height: 160%;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
.text-info h1:last-child,
.text-info h2:last-child,
.text-info h3:last-child,
.text-info h4:last-child,
.text-info h5:last-child,
.text-info h6:last-child{
  margin-bottom: 0;
}
.text-info li{
  font-size: 1.8rem;
  line-height: 180%;
  margin-bottom: 2.4rem;
}
.text-info ul > li:after {
  top: 1.1rem;
}
.text-info li a, 
.text-info p a {
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
}
.text-info li a:hover, 
.text-info p a:hover{
  text-decoration: none !important;
}
button{
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.btn-group{
  display: flex;
  align-items: center;
  margin: 0 -0.6rem -1rem;
}
.btn-group.center{
  justify-content: center;
}
.btn-group .btn{
  margin: 0 0.6rem 1rem;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  border: 1px solid transparent;
  height: 5.6rem;
  padding: 0 2.7rem;
  border-radius: 0.4rem;
}
.btn-block{
  width: 100%;
}
.btn img{
  margin-left: 1.6rem;
  transition: all 0.15s ease-in-out;
}
.btn-blue{
  background: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--white);
}
.btn-blue:hover{
  background: #042951;
  border-color: #042951;
}
.btn-pink{
  background: var(--pink);
  border-color: var(--pink);
  color: var(--white);
}
.btn-pink:hover{
  background: #df3352;
  border-color: #df3352;
}
.btn-light-blue{
  background: #F1F4F5;
  border-color: #F1F4F5;
  color: #00163D;
}
.btn-light-blue:hover{
  background: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--white);
}
.btn-light-blue:hover img{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.btn-white{
  background: var(--white);
  border-color: var(--white);
  color: var(--blue-light);
}
.btn-white:hover{
  background: transparent;
  color: var(--white);
}
.btn-white:hover img{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.btn-white-outline{
  border-color: var(--white);
  color: var(--white);
}
.btn-white-outline:hover{
  background: var(--white);
  color: var(--blue-light);
}
.btn-white-outline:hover img{
  -webkit-filter: brightness(0) invert(15%) sepia(76%) saturate(1301%) hue-rotate(183deg) brightness(97%) contrast(99%);
  filter: brightness(0) invert(15%) sepia(76%) saturate(1301%) hue-rotate(183deg) brightness(97%) contrast(99%);
}
.btn-black-outline{
  border-color: var(--blue);
  color: var(--blue);
}
.btn-black-outline:hover{
  background: var(--blue);
  color: var(--white);
}
.btn-black-outline:hover img{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.border-top{
  border-top: 1px solid var(--border-color);
}
.badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 0.2rem;
  color: var(--white);
}
.ml-auto{
  margin-left: auto;
}
.owl-dots{
 display: flex;
 align-items: center; 
}
.owl-dot{
  height: 1rem;
  width: 1rem;
  margin: 0 0.8rem;
  background: #184473 !important;
  border-radius: 50%;
}
.owl-dot.active{
  border-radius: 2rem;
  width: 2.4rem;
  background: var(--white) !important;
}
.owl-dot:first-child{
  margin-left: 0;
}
.owl-dot:last-child{
  margin-right: 0;
}
.owl-nav{
  display: flex;
  align-items: center;
}
.btn-owl{
  height: 5.6rem;
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent !important;
  border-radius: 50%;
  margin: 0 0.6rem;
  cursor: pointer;
}
.btn-owl-white{
  border-color: rgba(255,255,255,0.35) !important;;
}
.btn-owl:first-child{
  margin-left: 0;
}
.btn-owl:last-child{
  margin-right: 0;
}
.btn-owl-white:hover{
  background: var(--white) !important;
  border-color: var(--white) !important;
}
.btn-owl-white:hover img{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.mb-8{
  margin-bottom: 0.8rem;
}
.mb-16{
  margin-bottom: 1.6rem;
}
.mb-20{
  margin-bottom: 2rem;
}
.pr-24{
  padding-right: 2.4rem;
}
.mb-24{
  margin-bottom: 2.4rem;
}
.mb-28{
  margin-bottom: 2.8rem;
}
.plr-30{
  padding: 0 3rem;
}
.mt-32{
  margin-top: 3.2rem;
}
.mb-40{
  margin-bottom: 4rem;
}
.mt-40{
  margin-top: 4rem;
}
.mt-48{
  margin-top: 4.8rem;
}
.mb-48{
  margin-bottom: 4.8rem;
}
.mt-60{
  margin-top: 6rem;
}
.mb-64{
  margin-bottom: 6.4rem;
}
.mt-64{
  margin-top: 6.4rem;
}
.pt-64{
  padding-top: 6.4rem;
}
.pb-64{
  padding-bottom: 6.4rem;
}
.mt-72{
  margin-top: 7.2rem;
}
.pt-80{
  padding-top: 8rem;
}
.mt-88{
  margin-top: 8.8rem;
}
.mb-104{
  margin-bottom: 10.4rem;
}
.pt-104{
  padding-top: 10.4rem;
}
.mb-120{
  margin-bottom: 12rem;
}
.pt-120{
  padding-top: 12rem;
}
.pb-120{
  padding-bottom: 12rem;
}
.pt-128{
  padding-top: 12.8rem;
}
.pb-128{
  padding-bottom: 12.8rem;
}
.mb-128{
  margin-bottom: 12.8rem;
}
.pb-144{
  padding-bottom: 14.4rem;
}
.mb-144{
  margin-bottom: 14.4rem;
}
.m-b-104{
  margin-bottom: 10.4rem;
}
@media(min-width:1460px) and (max-width:1559.98px){
  .btn-owl {
    height: 4.8rem;
    width: 4.8rem;
    margin: 0 0.4rem;
  }
}
@media(min-width:1404px) and (max-width:1459.98px){
  .btn-owl {
    height: 4.8rem;
    width: 4.8rem;
    margin: 0 0.4rem;
  }
}
@media(min-width:1360px) and (max-width:1403.98px){
  body{
    font-size: 1.5rem;
  }
  main {
    padding-top: 15.5rem;
  }
  h1, .h1, .h1 * {
    font-size: 6rem;
  }
  h2, .h2, .h2 * {
    font-size: 4.8rem;
  }
  h3, .h3, .h3 *{
    font-size: 4.5rem;
  }
  h4, .h4, .h4 * {
    font-size: 2.2rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.9rem;
  }
  h6, .h6, .h6 *{
    font-size: 1.7rem;
  }
  .title p {
    margin-top: 1.6rem;
    font-size: 1.7rem;
  }
  .text-info h1, 
  .text-info h2, 
  .text-info h3, 
  .text-info h4 {
    font-size: 4.5rem;
    margin: 0 0 2rem;
  }
  .text-info h5, 
  .text-info h6 {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
  .text-info li {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .text-info ul > li:after {
    top: 1rem;
  }
  .btn {
    height: 5.4rem;
    padding: 0 2.4rem;
  }
  .btn-owl {
    height: 4.8rem;
    width: 4.8rem;
    margin: 0 0.4rem;
  }
  .owl-dot {
    margin: 0 0.6rem;
  }
  .mb-28 {
    margin-bottom: 2.4rem;
  }
  .mb-40 {
    margin-bottom: 3.2rem;
  }
  .mt-40 {
    margin-top: 3.2rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .mt-60 {
    margin-top: 5.4rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .mt-64{
    margin-top: 5.6rem;
  }
  .pb-64 {
    padding-bottom: 5.6rem;
  }
  .pt-64 {
    padding-top: 5.6rem;
  }
  .mt-72 {
    margin-top: 6.4rem;
  }
  .mb-104 {
    margin-bottom: 8.8rem;
  }
  .pt-104 {
    padding-top: 8.8rem;
  }
  .pt-120 {
    padding-top: 10rem;
  }
  .pb-120 {
    padding-bottom: 10rem;
  }
  .mb-120 {
    margin-bottom: 10rem;
  }
  .mb-128 {
    margin-bottom: 10.8rem;
  }
  .pb-128{
    padding-bottom: 10.8rem;
  }
  .mb-144 {
    margin-bottom: 12rem;
  }
  .pb-144 {
    padding-bottom: 12rem;
  }
  .m-b-104 {
    margin-bottom: 8.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  body{
    font-size: 1.5rem;
  }
  main {
    padding-top: 14.3rem;
  }
  h1, .h1, .h1 * {
    font-size: 5.4rem;
  }
  h2, .h2, .h2 * {
    font-size: 4.2rem;
  }
  h3, .h3, .h3 * {
    font-size: 4rem;
  }
  h4, .h4, .h4 * {
    font-size: 2.1rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
  }
  h6, .h6, .h6 * {
    font-size: 1.6rem;
  }
  .fw-28, .fw-28 * {
    font-size: 2.5rem;
  }
  .title p {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
  .text-info h1, 
  .text-info h2, 
  .text-info h3, 
  .text-info h4 {
    font-size: 4rem;
    margin: 0 0 2rem;
  }
  .text-info h5, 
  .text-info h6 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
  .text-info li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .text-info ul > li:after {
    top: 1rem;
  }
  .btn {
    font-size: 1.6rem;
    height: 5.2rem;
    padding: 0 2rem;
  }
  .btn-owl {
    height: 4.6rem;
    width: 4.6rem;
    margin: 0 0.4rem;
  }
  .owl-dot {
    margin: 0 0.6rem;
  }
  .badge {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .row {
    --bs-gutter-x: 2rem;
  }
  .mb-28 {
    margin-bottom: 2.4rem;
  }
  .plr-30 {
    padding: 0;
  } 
  .mb-40 {
    margin-bottom: 3.2rem;
  }
  .mt-40 {
    margin-top: 3.2rem;
  }
  .mb-48 {
    margin-bottom: 4rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .mt-60 {
    margin-top: 4.8rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .mt-64{
    margin-top: 5.6rem;
  }
  .pb-64 {
    padding-bottom: 5.6rem;
  }
  .pt-64 {
    padding-top: 5.6rem;
  }
  .mt-72 {
    margin-top: 6.4rem;
  }
  .pt-80 {
    padding-top: 6.4rem;
  }
  .mt-88 {
    margin-top: 6.4rem;
  }
  .mb-104 {
    margin-bottom: 8.4rem;
  }
  .pt-104 {
    padding-top: 8.4rem;
  }
  .pt-120 {
    padding-top: 9rem;
  }
  .pb-120 {
    padding-bottom: 9rem;
  }
  .mb-120 {
    margin-bottom: 9rem;
  }
  .mb-128 {
    margin-bottom: 9.8rem;
  }
  .pb-128{
    padding-bottom: 9.8rem;
  }
  .mb-144 {
    margin-bottom: 11.2rem;
  }
  .pb-144 {
    padding-bottom: 11.2rem;
  }
  .m-b-104 {
    margin-bottom: 8.4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  body{
    font-size: 1.5rem;
  }
  main {
    padding-top: 13.7rem;
  }
  h1, .h1, .h1 * {
    font-size: 4.4rem;
  }
  h2, .h2, .h2 * {
    font-size: 4rem;
  }
  h3, .h3, .h3 * {
    font-size: 3.4rem;
  }
  h4, .h4, .h4 * {
    font-size: 2rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
  }
  h6, .h6, .h6 * {
    font-size: 1.5rem;
  }
  .fw-28, .fw-28 * {
    font-size: 2.4rem;
  }
  .title p {
    font-size: 1.5rem;
  }
  .title-sm, 
  .title-sm * {
    font-size: 1.3rem;
  }
  .text-info h1, 
  .text-info h2, 
  .text-info h3, 
  .text-info h4 {
    font-size: 3.4rem;
    margin: 0 0 1.6rem;
  }
  .text-info h5, .text-info h6 {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
  .text-info li {
    font-size: 1.5rem;
    line-height: 160%;
    margin-bottom: 1.6rem;
  }
  .text-info ul > li:after {
    top: 0.7rem;
  }
  .btn {
    font-size: 1.6rem;
    height: 5rem;
    padding: 0 2rem;
  }
  .btn img {
    margin-left: 0.8rem;
  } 
  .btn-owl {
    height: 4rem;
    width: 4rem;
    margin: 0 0.4rem;
  }
  .owl-dot {
    margin: 0 0.5rem;
  }
  .badge {
    padding: 0.5rem 0.8rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .row {
    --bs-gutter-x: 1.6rem;
  }
  .mb-28 {
    margin-bottom: 2rem;
  }
  .plr-30 {
    padding: 0;
  }
  .mb-40 {
    margin-bottom: 2.4rem;
  }
  .mt-40 {
    margin-top: 2.4rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .mt-60 {
    margin-top: 4rem;
  }
  .mb-64 {
    margin-bottom: 4.8rem;
  }
  .mt-64{
    margin-top: 4.8rem;
  }
  .pb-64 {
    padding-bottom: 4.8rem;
  }
  .pt-64 {
    padding-top: 4.8rem;
  }
  .mt-72 {
    margin-top: 5.6rem;
  }
  .pt-80 {
    padding-top: 6.4rem;
  }
  .mt-88 {
    margin-top: 4.8rem;
  }
  .mb-104 {
    margin-bottom: 8.4rem;
  }
  .pt-104{
    padding-top: 8.4rem;
  }
  .mb-120 {
    margin-bottom: 9rem;
  }
  .pt-120 {
    padding-top: 9rem;
  }
  .pb-120 {
    padding-bottom: 9rem;
  }
  .mb-128 {
    margin-bottom: 9.8rem;
  }
  .pb-128{
    padding-bottom: 9.8rem;
  }
  .mb-144 {
    margin-bottom: 10.4rem;
  }
  .pb-144 {
    padding-bottom: 10.4rem;
  }
  .m-b-104{
    margin-bottom: 8.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  body{
    font-size: 1.5rem;
  }
  main {
    padding-top: 7.6rem;
  }
  h1, .h1, .h1 * {
    font-size: 4.4rem;
  }
  h2, .h2, .h2 * {
    font-size: 3.6rem;
  }
  h3, .h3, .h3 * {
    font-size: 3.4rem;
  }
  h4, .h4, .h4 * {
    font-size: 2rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
  }
  h6, .h6, .h6 * {
    font-size: 1.5rem;
  }
  .fw-28, .fw-28 * {
    font-size: 2.4rem;
  }
  .title p {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .title-sm, 
  .title-sm * {
    font-size: 1.3rem;
  }
  .text-info h1, 
  .text-info h2, 
  .text-info h3, 
  .text-info h4 {
    font-size: 3.4rem;
    margin: 0 0 1.6rem;
  }
  .text-info h5, 
  .text-info h6 {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
  .text-info li {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
  .text-info ul > li:after {
    top: 0.9rem;
  }
  .btn {
    font-size: 1.6rem;
    height: 4.8rem;
    padding: 0 2rem;
  }
  .btn-owl {
    height: 4.8rem;
    width: 4.8rem;
  }
  .owl-dot {
    margin: 0 0.6rem;
  }
  .badge {
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .row {
    --bs-gutter-x: 1.6rem;
  }
  .plr-30 {
    padding: 0;
  }
  .mb-28 {
    margin-bottom: 2rem;
  }
  .mb-40 {
    margin-bottom: 2.4rem;
  }
  .mt-40 {
    margin-top: 2.4rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .mt-60 {
    margin-top: 4rem;
  }
  .mb-64 {
    margin-bottom: 4rem;
  }
  .mt-64{
    margin-top: 4rem;
  }
  .pb-64 {
    padding-bottom: 4rem;
  }
  .pt-64 {
    padding-top: 4rem;
  }
  .pt-80 {
    padding-top: 5.6rem;
  }
  .mt-88 {
    margin-top: 3.2rem;
  }
  .mb-104,.mb-120 {
    margin-bottom: 7.2rem;
  }
  .pt-104,.pt-120 {
    padding-top: 7.2rem;
  }
  .pb-120{
    padding-bottom: 7.2rem;
  }
  .mb-128,.mb-144 {
    margin-bottom: 9.4rem;
  }
  .pb-128,.pb-144 {
    padding-bottom: 9.4rem;
  }
  .m-b-104{
    margin-bottom: 7.2rem;
  }
  .m-mt-32 {
    margin-top: 3.2rem;
  }
}
@media(max-width:767.98px){
  body{
    font-size: 1.5rem;
  }
  main {
    padding-top: 7.6rem;
  }
  p {
    margin-bottom: 1.6rem;
  }
  ul > li {
    margin-bottom: 1rem;
  }
  h1, .h1, .h1 * {
    font-size: 3.2rem;
  }
  h2, .h2, .h2 * {
    font-size: 3rem;
  }
  h3, .h3, .h3 *{
    font-size: 2.8rem;
  }
  h4, .h4, .h4 * {
    font-size: 2rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.6rem;
  }
  h6, .h6, .h6 * {
    font-size: 1.5rem;
  }
  .fw-28, .fw-28 * {
    font-size: 2.2rem;
  }
  .title p {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .title-sm, 
  .title-sm * {
    font-size: 1.3rem;
  }
  .text-info h1, 
  .text-info h2, 
  .text-info h3, 
  .text-info h4 {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
  .text-info h5, 
  .text-info h6 {
    font-size: 1.6rem;
    margin: 0 0 1.6rem;
  }
  .text-info li {
    font-size: 1.5rem;
    line-height: 160%;
    margin-bottom: 1.6rem;
  }
  .text-info ul > li:after {
    top: 0.8rem;
  }
  .btn-group{
    display: block;
  }
  .btn-group.center {
    text-align: center;
  }
  .btn-group,
  .btn-group .btn{
    margin-left: 0;
    margin-right: 0;
  }
  .btn {
    font-size: 1.6rem;
    height: 4.8rem;
    padding: 0 2rem;
  }
  .badge {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .btn-owl {
    height: 4rem;
    width: 4rem;
    margin: 0 0.4rem;
  }
  .owl-dot {
    height: 0.8rem;
    width: 0.8rem;
    margin: 0 0.3rem;
  }
  .owl-dot.active {
    width: 1.6rem;
  }
  .pr-24 {
    padding-right: 0;
  }
  .mb-28 {
    margin-bottom: 2rem;
  }
  .plr-30 {
    padding: 0;
  }
  .mb-40 {
    margin-bottom: 2rem;
  }
  .mt-40 {
    margin-top: 2rem;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .mt-60 {
    margin-top: 3.2rem;
  }
  .mb-64 {
    margin-bottom: 3.2rem;
  }
  .mt-64{
    margin-top: 3.2rem;
  }
  .pb-64 {
    padding-bottom: 3.2rem;
  }
  .pt-64 {
    padding-top: 3.2rem;
  }
  .mt-72 {
    margin-top: 4rem;
  }
  .pt-80 {
    padding-top: 4rem;
  }
  .mt-88 {
    margin-top: 3.2rem;
  }
  .pt-104 {
    padding-top: 4.8rem;
  }
  .mb-104,.mb-120,.mb-128,.mb-144{
    margin-bottom: 6.4rem;
  }
  .pt-120 {
    padding-top: 6.4rem;
  }
  .pb-120,.pb-128,.pb-144 {
    padding-bottom: 6.4rem;
  }
  .m-mt-32 {
    margin-top: 3.2rem;
  }
}