.whitetext {
  color: #ffffff;
}
.blacktext {
  color: #1b1b1b;
}
.greentext {
  color: #8fd0b9;
}
.darkgreentext {
  color: #5fb973;
}
.bluetext {
  color: #263873;
}
.anchorbluetext {
  color: #185bcc;
}
.blueblacktext {
  color: #11182e;
}
.arsenictext {
  color: #3f414e;
}
.oliveblacktext {
  color: #3b3b3b;
}
.greytext {
  color: #22242e;
  opacity: 0.5;
}
.darkblue-bg {
  background-color: #263873;
}
.blue-bg {
  background-color: #e8f2fb;
}
.lightblue-bg {
  background-color: #f7f9fc;
}
.aliceblue-bg {
  background-color: #f2f7ff;
}
.green-bg {
  background-color: #5fb973;
}
.white-bg {
  background-color: #ffffff;
}
.darkbluegradient-bg {
  background: radial-gradient(circle at center, #32589f 0%, #263873 60%);
}
h1 {
  font-size: 40px;
  font-weight: 500;
  color: #1b1b1b;
}
h2 {
  font-size: 30px;
  font-weight: 500;
}
h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}
p {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 27px;
}
a {
  text-decoration: none;
  color: #000;
}
section {
  margin-bottom: 70px;
}
footer {
  padding: 40px 0px;
}
.text-underline {
  text-decoration: underline;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-36 {
  font-size: 36px;
}
.rf-14 {
  font-size: 14px;
}
.rf-18 {
  font-size: 18px;
}
.rf-44 {
  font-size: 44px;
}
.rf-20 {
  font-size: 20px;
}
.rf-22 {
  font-size: 22px;
}

.rf-30 {
  font-size: 30px;
  line-height: 45px;
}
.rf-36 {
  font-size: 36px;
}
.rf-40 {
  font-size: 40px;
}
.rf-46 {
  font-size: 46px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.flex-1 {
  flex: 1;
}
.w-90 {
  width: 90%;
}
.m-0 {
  margin: 0;
}
.m-5 {
  margin: 5px;
}
.rm-b-50 {
  margin-bottom: 50px;
}
.m-x0y10 {
  margin: 10px 0px;
}
.m-x0y20 {
  margin: 20px 0px;
}
.m-x0y30 {
  margin: 30px 0px;
}
.m-x20y0 {
  margin: 0px 20px;
}
.m-20 {
  margin: 20px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-t-0 {
  margin-top: 0;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-0 {
  margin-bottom: 0;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-x20y10 {
  padding: 20px 10px;
}
.p-x100y20 {
  padding: 100px 20px;
}
.t-a-center {
  text-align: center;
}
.t-a-left {
  text-align: left;
}
.t-a-right {
  text-align: right;
}
.ps-absolute {
  position: absolute;
}
.ps-relative {
  position: relative;
}
.hide {
  display: none !important;
}
.max-width-80 {
  max-width: 80%;
}
.cursor-pointer {
  cursor: pointer;
}
ul li {
  line-height: 28px;
}
.float-right {
  float: right;
}
@media (max-width: 639.9px) {
  .rf-20 {
    font-size: 14px;
  }
  .rf-30 {
    font-size: 18px;
    line-height: 29px;
  }

  .rf-36 {
    font-size: 26px;
  }
  .mob-22px {
    font-size: 22px;
  }
  .rf-36 {
    font-size: 26px;
  }
  .rf-40 {
    font-size: 30px;
  }
  .rf-46 {
    font-size: 41px;
  }
  .r-p-0 {
    padding: 0px !important;
  }

  .f-30 {
    font-size: 16px;
  }
  .f-36 {
    font-size: 26px;
  }
  .mob-p-x10-y10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 26px !important;
    text-align: center;
    margin: 0 !important;
  }
  h2 {
    font-size: 22px;
    text-align: center;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  .rf-44 {
    font-size: 30px;
  }
  section {
    margin-bottom: 30px;
  }
  .mobile-alignment-center {
    text-align: center !important;
    justify-content: center;
  }
  .mobile-alignment-left {
    text-align: left !important;
  }
  .rf-14 {
    font-size: 12px;
    line-height: 20px;
  }
  .rf-18 {
    font-size: 16px;
  }
  .rf-22 {
    font-size: 18px;
  }
  .rm-b-50 {
    margin-bottom: 25px;
  }
  .column-reverse-inmobile {
    flex-direction: column-reverse !important;
  }
  .display-in-mobile {
    display: flex !important;
  }
  .usa-button {
    width: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .rf-30 {
    font-size: 18px;
    line-height: 29px;
  }
  .rf-36 {
    font-size: 28px;
  }
  .rf-40 {
    font-size: 30px;
  }
  .rf-46 {
    font-size: 41px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .rf-18 {
    font-size: 16px;
  }
  .rf-44 {
    font-size: 36px;
  }
  section {
    margin-bottom: 30px;
  }
  .rf-22 {
    font-size: 20px;
  }
  .rf-20 {
    font-size: 18px;
  }
  .rm-b-50 {
    margin-bottom: 30px;
  }
  .display-in-lg-mobile {
    display: flex !important;
  }
}
@media (min-width: 768.1px) and (max-width: 1024px) {
  .rf-30 {
    font-size: 22px;
    line-height: 29px;
  }
  .rf-36 {
    font-size: 32px;
  }
  .rf-40 {
    font-size: 36px;
  }
  .rf-46 {
    font-size: 43px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }
  .rf-22 {
    font-size: 18px;
  }
  .rf-20 {
    font-size: 18px;
  }
  .rf-44 {
    font-size: 40px;
  }
  section {
    margin-bottom: 40px;
  }
  .rm-b-50 {
    margin-bottom: 40px;
  }
  .hide-display-intablet {
    display: none;
  }
  .display-in-tablet {
    display: flex !important;
  }
}
@media (min-width: 1024.1px) and (max-width: 1440px) {
}
@media (min-width: 1440.1px) and (max-width: 1900px) {
}
@media (min-width: 1900.1px) {
}
@media (min-width: 1024px) {
  .display-in-desktop {
    display: flex !important;
  }
}
