body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0C163B;
  overflow-x: hidden;
}

#wrapper {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  color: #0C163B;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
}
.h1,
h1 {
   font-size: 54px;
   line-height: 66px;
   font-weight: 900;
}
.h2,
h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
.h3,
h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 100;
}
.h4,
h4 {
  font-size: 21px;
  line-height: 33px;
}
.h5,
h5 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3F5FFF;
  text-decoration: none;
}
a:focus, a:hover {
  color: #2640C2;
  text-decoration: none;
}

.btn {
  transition: 0.2s all ease-in-out;
}
.btn-default {
  color: #ffffff;
  background-color: #3F5FFF;
  border-color: #3F5FFF;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #ffffff;
  background-color: #2640C2;
  border-color: #2640C2;
}

.list-unstyled > li {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .h1, h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
