/* @font-face {
  font-family: "SFPro";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff")
    format("woff");
}
@font-face {
  font-family: "SFPro Bold";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff")
    format("woff");
} */
/* * body,
html body,
* h1,
html h1,
* h2,
html h2,
* h3,
html h3,
* h4,
html h4,
* h5,
html h5,
* h6,
html h6,
* p,
html p,
* span,
html span,
* div,
html div {
  font-family: "SF Pro Display", sans-serif, "SF Pro Display", sans-serif,
    -apple-system, BlinkMacSystemFont, segoe ui, pingfang sc, hiragino sans gb,
    microsoft yahei, helvetica neue, Helvetica, Arial, sans-serif,
    apple color emoji, segoe ui emoji, segoe ui symbol;
} */
* h1,
html h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
}
@media screen and (max-width: 767.9px) {
  * h1,
  html h1 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
* h2,
html h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 44px;
}
@media screen and (max-width: 767.9px) {
  * h2,
  html h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
* h3,
html h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}
@media screen and (max-width: 767.9px) {
  * h3,
  html h3 {
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 32px;
  }
}
* h4,
html h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 32px;
}
@media screen and (max-width: 767.9px) {
  * h4,
  html h4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
}
* h5,
html h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media screen and (max-width: 767.9px) {
  * h5,
  html h5 {
    font-size: 18px;
    letter-spacing: 0.15px;
    line-height: 28px;
  }
}
* h6,
html h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 28px;
}
@media screen and (max-width: 767.9px) {
  * h6,
  html h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
}
* span,
html span,
* p,
html p,
* a,
html a,
* li,
html li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 24px;
}
@media screen and (max-width: 767.9px) {
  * span,
  html span,
  * p,
  html p,
  * a,
  html a,
  * li,
  html li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 20px;
  }
}
* a,
html a {
  color: #145db5;
}
* a:hover,
html a:hover {
  color: #013b81;
  text-decoration: none;
}
* button,
html button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 24px;
}
@media screen and (max-width: 767.9px) {
  * button,
  html button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
}
.subtitle-small {
  font-size: 14px;
  letter-spacing: 0.14px;
  font-weight: 600;
}
.body-small {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.body-bold {
  font-weight: 600;
}
.button-small {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.caption {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 18px;
}
@media screen and (max-width: 767.9px) {
  .caption {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 16px;
  }
}
.OVERLINE {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 18px;
  text-transform: uppercase;
}
.hide {
  display: none;
}
.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #fff;
  background-color: #013b81;
  border: 1px solid rgba(1, 59, 129, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.4px;
}
.button:hover {
  background-color: #01254f;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button {
    font-size: 14px;
    margin-top: 0;
  }
}
.button-gray {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #013b81;
  border: 1px solid rgba(1, 59, 129, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.4px;
}
.button-gray:hover {
  background-color: rgba(1, 59, 129, 0.04);
  color: #013b81;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button-gray {
    font-size: 14px;
    margin-top: 0;
  }
}
.button-white {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #013b81;
  background-color: #f5f5f5;
  border: 1px solid #013b81;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button-white:hover {
  background-color: #ebeef0;
  color: #013b81;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button-white {
    font-size: 14px;
    margin-top: 0;
  }
}
.button-green {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #fff;
  background-color: #007a3a;
  border: 1px solid #007a3a;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button-green:hover {
  background-color: #1e4620;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button-green {
    font-size: 14px;
    margin-top: 0;
  }
}
.button-cerulean {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #fff;
  background-color: #17a5dc;
  border: 1px solid #17a5dc;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button-cerulean:hover {
  background-color: #0f83af;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button-cerulean {
    font-size: 14px;
    margin-top: 0;
  }
}
.button-cerulean-light {
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 64px;
  color: #fff;
  background-color: #17a5dc;
  border: 1px solid #17a5dc;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button-cerulean-light:hover {
  background-color: #59cefb;
  color: #fff;
}
.button-slate {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #fff;
  background-color: #afafaf;
  border: 1px solid #afafaf;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button-slate:hover {
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button-slate {
    font-size: 14px;
    margin-top: 0;
  }
}
.button-orange {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 22px;
  color: #fff;
  background-color: #f4922c;
  border: 1px solid #f4922c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button-orange:hover {
  background-color: #c77700;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .button-orange {
    font-size: 14px;
    margin-top: 0;
  }
}
.link {
  text-decoration: none;
  font-size: 16px;
  color: #013b81;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .link {
    font-size: 14px;
  }
}
.link-simple {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}
.link-simple:hover {
  text-decoration: none;
  color: #59cefb;
}
.vertical-padding {
  padding: 60px 0;
}
@media screen and (max-width: 1023.9px) {
  .vertical-padding {
    padding: 56px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .vertical-padding {
    padding: 40px 0;
  }
}
#launcher {
  bottom: 68px !important;
}
.text-align-right {
  text-align: right;
}
.easeInOutEffect {
  transition: all 0.25s ease-in-out;
}
.easeInOutEffect:hover {
  box-shadow: 0px 16px 16px rgba(50, 50, 71, 0.08),
    0px 24px 32px rgba(50, 50, 71, 0.08);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
  overflow-x: hidden!important;
}
