/* SF Pro Display Fonts */
@font-face {
  font-family: "SF Pro Display";
  src: url("/resources/fonts/SFProDisplay/SFProDisplay-Regular.woff2") format("woff2"),
       url("/resources/fonts/SFProDisplay/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/resources/fonts/SFProDisplay/SFProDisplay-Medium.woff2") format("woff2"),
       url("/resources/fonts/SFProDisplay/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.title {
  margin-top: 32px;
  padding: 32px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
  background: #00BFA5;
}
.title h1 {
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.title_descr {
  width: 100%;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.05px;
  text-align: center;
}
@media only screen and (max-width: 1279.98px) {
  .title {
    margin-top: 16px;
  }
  .title h1 {
    font-size: 20px;
    line-height: 24.5px;
  }
  .title_descr {
    font-size: 14px;
    line-height: 21px;
  }
}

.main {
  margin: 0 auto;
  margin-top: 32px;
  width: 100%;
  max-width: 930px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.main p {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.main p.small {
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.98px;
  text-align: left;
}
.main a {
  color: #00BFA5;
  text-decoration: underline;
}
.main b {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.main ul {
  padding-top: 16px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.main ul.no_pt {
  padding-top: 0;
}
.main ul.dash {
  padding-left: 12px;
  list-style-type: "- ";
}
.main h2 {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.4px;
  text-align: left;
  color: #00BFA5;
}
.main h3 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.05px;
  text-align: left;
  color: #00BFA5;
}
.main hr {
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid #00BFA5;
}
.main .br_mob {
  display: none;
}
@media only screen and (max-width: 1279.98px) {
  .main {
    padding: 0px 16px;
  }
  .main p {
    font-size: 14px;
    line-height: 21px;
  }
  .main p.small {
    font-size: 12px;
    line-height: 14.56px;
  }
  .main b {
    font-size: 14px;
    line-height: 21px;
  }
  .main ul {
    padding-top: 16px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .main h2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24.5px;
  }
  .main h3 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 19.6px;
  }
  .main hr {
    margin-top: 40px;
  }
  .main .br_mob {
    display: block;
  }
  .main .details span {
    display: inline-block;
    padding-top: 8px;
  }
  .main .details p {
    padding-top: 8px;
  }
}
