:root {
  --dim-grey: #545454;
  --white-smoke: #f3f3f3;
  --midnight-blue: #0e1837;
  --light-steel-blue: #c7d4e3;
  --white: white;
  --honeydew: #e4ecdc;
  --dark-sea-green: grey;
  --green: #307530;
  --bugmd-yellow: var(--midnight-blue);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: "Helvetica neue 55 roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 1em;
  line-height: 26px;
}

a {
  color: #049eff;
  text-decoration: none;
}

strong {
  font-family: "Helvetica neue 75", sans-serif;
  font-weight: 700;
}

.page-wrapper {
  background-color: var(--white-smoke);
}

.content {
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}

.branding {
  background-color: var(--midnight-blue);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.brand-logo {
  width: 135px;
}

.text-bar {
  max-width: 1024px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.annoucement-bar {
  background-color: var(--light-steel-blue);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.heading-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Helvetica neue 75", sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.ratings {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.ratings.mobile {
  display: none;
}

.ratings-title {
  color: #686868;
  padding: 10px;
  font-family: "Helvetica neue 65", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.ratings-meta {
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  position: relative;
}

.ratings-col {
  width: 50%;
  align-self: center;
  padding: 15px;
}

.ratings-col.wborder {
  border-right: 1px solid #e5e5e5;
}

.stars {
  margin-bottom: 5px;
  display: flex;
}

.star-icon {
  width: 21px;
  height: 21px;
  background-image: url('../images/star_1star.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1px;
}

.star-icon.off {
  background-image: url('../images/rating-2.svg');
}

.stars-text {
  color: #595959;
  font-size: 11px;
  line-height: 16px;
}

.byline-info {
  margin-bottom: 15px;
}

.author-name {
  color: var(--midnight-blue);
  align-items: center;
  margin-bottom: 5px;
  font-family: "Helvetica neue 65", sans-serif;
  font-size: 13.6px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
}

.posted {
  color: #595959;
  align-items: center;
  font-size: 12.24px;
  line-height: 12.24px;
  display: flex;
}

.posted.reference {
  background-image: url('../images/copy-2.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 10px;
  padding-left: 17px;
}

.posted.approved {
  background-image: url('../images/black-check-box-with-white-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 13px;
  font-family: "Helvetica neue 65", sans-serif;
  font-weight: 500;
}

.arrow {
  z-index: 10;
  width: 25px;
  height: 25px;
  background-image: url('../images/arrow-left_2arrow-left.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: -20px;
}

.article-row {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px 30px;
}

.article-row.no-margin {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.article-row.padding {
  padding-top: 10px;
}

.article-row.no-top-margin {
  padding-top: 0;
}

.steps-review {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.review-box {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.photo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.text-span {
  border-left: 1px solid var(--dim-grey);
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 20px;
  font-family: "Helvetica neue 65", sans-serif;
  font-weight: 500;
}

.step-text {
  margin-top: 10px;
  padding: 20px 20px 0;
}

.day {
  width: 60px;
  float: left;
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 5px 0 5px 2px;
  font-family: "Helvetica neue 65", sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  bottom: -5px;
}

.text-span-2 {
  text-transform: uppercase;
  font-family: "Helvetica neue 55 roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.step-wrapper {
  margin-bottom: 20px;
}

.inline-image {
  justify-content: center;
  display: inline-block;
}

.inline-image.no-margin {
  margin-bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Helvetica neue 75", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.heading.center {
  text-align: center;
}

.footer-block {
  background-color: var(--midnight-blue);
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.div-block {
  width: 100%;
  height: 1px;
  background-color: rgba(68, 79, 68, .5);
  margin-top: 15px;
}

.agreement {
  color: var(--honeydew);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}

.footer-menu {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.copy-text {
  color: var(--white);
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
}

.list {
  margin-bottom: 20px;
}

.limited-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Helvetica neue 75", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.notify_1 {
  color: #333;
  background-color: #f7e949;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 18px;
  display: flex;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.action-button {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2cafec;
  border-radius: 5px;
  font-family: "Helvetica neue 65", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  box-shadow: 0 18px 3px -10px #1a5b79;
}

.notify_2 {
  border: 0px solid var(--midnight-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.notify_2.border-1 {
  border-width: 1px;
}

.check-icon {
  width: 25px;
  height: 25px;
  border: 2px solid var(--midnight-blue);
  border-radius: 100%;
  align-items: center;
  margin-right: 10px;
  padding: 2px 1px;
  font-family: Material icons, sans-serif;
  font-size: 20px;
  display: flex;
}

.warning {
  width: 30px;
  height: 30px;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  font-family: Material icons, sans-serif;
  font-size: 20px;
  display: flex;
}

.notice {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 12px;
}

.text-block {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Helvetica neue 65", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.red {
  color: red;
  font-family: "Helvetica neue 65", sans-serif;
  font-weight: 500;
}

.verified {
  width: 25px;
  height: 25px;
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Material icons, sans-serif;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.verified.green {
  width: 15px;
  height: 15px;
  color: var(--dark-sea-green);
  margin-left: 5px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.upper {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  bottom: 5px;
}

.citation-block {
  color: var(--dim-grey);
  margin-top: 20px;
  font-size: 13px;
  line-height: 16px;
}

.check-box {
  color: var(--dim-grey);
  margin-left: 5px;
  margin-right: 2px;
  font-family: Material icons, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.desc-icon {
  margin-left: 5px;
  margin-right: 2px;
  font-family: Material icons, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.video-block {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.video-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: "Helvetica neue 75", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.video-wrapper-16-9 {
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.fluid-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-tab-menu {
  display: none;
}

.normal-link {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-p {
  margin-top: 0;
  font-family: "Helvetica neue 65", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.hide {
  display: none;
}

.paragraph {
  margin-bottom: .125em;
}

.article {
  min-width: 100%;
}

.link-text {
  color: #333;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.image-2 {
  background-color: rgba(255, 255, 255, 0);
}

.steps-wrapper {
  color: #545454;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  flex-direction: column;
  margin-top: 20px;
  padding: 30px;
  line-height: 26px;
  display: flex;
}

.step-image-box {
  margin-bottom: 30px;
}

.week-p {
  margin-top: 1em;
  font-family: "Helvetica neue 55 roman", sans-serif;
  font-weight: 400;
}

.p {
  color: #545454;
}

.p.margin {
  color: #545454;
  margin-bottom: 1em;
}

.inline-image-2 {
  margin: 0 0 1em;
  display: inline-block;
}

.inline-image-2.no-margin {
  margin-bottom: 0;
  display: inline-block;
}

.flex-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text {
  padding-left: 5px;
}

.icon {
  max-width: 15px;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.icon.smaller {
  max-width: 12px;
}

.flex-icon {
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.update-text {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.post-date {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  top: 0;
}

.paragraph-3 {
  color: var(--dim-grey);
}

.facebook-post {
  max-width: 600px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 30px auto;
  padding: 15px 20px 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.dots {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.post-meta {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.postime {
  align-items: center;
  display: flex;
}

.likes-comments {
  justify-content: space-between;
  display: flex;
}

.post-text {
  color: #212121;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}

.text-block-2 {
  color: #65676b;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.emojis {
  cursor: pointer;
  display: flex;
}

.image-5 {
  width: 18px;
  height: 18px;
}

.name {
  color: #3658a6;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.picture {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 8px;
}

.likers {
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
  margin-top: 10px;
  padding: 8px 20px;
  display: flex;
}

.numcount {
  color: #a0a0a0;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-4 {
  width: 16px;
  height: 16px;
  opacity: .8;
}

.div-block-3 {
  display: flex;
}

.image-6, .image-7 {
  width: 18px;
  height: 18px;
}

.brand-logo-2 {
  width: 120px;
  height: auto;
  margin-left: -10px;
}

.italic-text {
  font-size: 12px;
}

.paragraph-4 {
  font-size: 12px;
  font-style: italic;
}

.text-block-3 {
  text-align: center;
}

.text-block-4 {
  text-align: center;
  background-color: #f3f3f3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  font-size: 14px;
}

.image-8 {
  width: 18px;
  height: 18px;
}

.text-block-5 {
  color: #65676b;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-9, .image-10, .image-11, .image-12 {
  width: 16px;
  height: 16px;
  opacity: .8;
}

.text-block-6 {
  color: gray;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.6rem;
}

.text-block-7 {
  color: gray;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.2rem;
}

.text-block-8 {
  color: gray;
  font-size: 12px;
}

.bold-text-2 {
  font-family: Material icons, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.bold-text-3 {
  font-family: Material icons, sans-serif;
  font-size: 34px;
}

@media screen and (max-width: 991px) {
  .content {
    max-width: none;
  }

  .star-icon {
    width: 18px;
    height: 18px;
  }

  .article-row {
    padding-bottom: 5px;
  }

  .steps-review {
    margin-bottom: 25px;
  }

  .step-text {
    padding-top: 10px;
  }

  .inline-image.no-margin {
    margin-bottom: 0;
    display: inline-block;
  }

  .footer-block {
    margin-top: 20px;
  }

  .notify_1 {
    color: #333;
    background-color: #f7e949;
  }

  .article {
    max-width: 100%;
    min-width: 100%;
  }

  .inline-image-2 {
    display: inline-block;
  }

  .bold-text {
    padding-left: 3px;
  }

  .update-text, .post-date {
    top: 0;
  }

  .text-block-7 {
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }

  .branding {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-bar {
    padding-left: 30px;
    padding-right: 15px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .posted.reference {
    background-position: 0%;
  }

  .posted.approved {
    position: relative;
    top: -1px;
  }

  .arrow {
    display: none;
  }

  .article-row {
    margin-bottom: 20px;
    padding-bottom: 1px;
  }

  .steps-review {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .review-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-text {
    padding-bottom: 0;
  }

  .step-wrapper {
    margin-bottom: 0;
  }

  .inline-image {
    margin-bottom: .5em;
    display: inline-block;
  }

  .inline-image.no-margin {
    display: inline-block;
  }

  .footer-block {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .action-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .verified {
    margin-right: 5px;
  }

  .aside {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    text-align: center;
  }

  .mobile-tab-menu {
    background-color: rgba(14, 24, 55, .05);
    border-top: 1px solid rgba(14, 24, 55, .1);
    border-bottom: 1px solid rgba(14, 24, 55, .1);
    align-items: center;
    margin: 20px -20px 10px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  }

  .menu-item {
    border-bottom: 3px solid var(--light-steel-blue);
    color: rgba(14, 24, 55, .7);
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: "Helvetica neue 65", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
  }

  .menu-item.noborder {
    border-bottom-style: none;
  }

  .slideshow-icon {
    color: #b4b4b4;
    font-family: Material icons, sans-serif;
    font-size: 18px;
  }

  .hideme {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 17px;
    line-height: 24px;
  }

  .branding {
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .brand-logo {
    width: 120px;
  }

  .text-bar {
    padding-left: 25px;
  }

  .annoucement-bar {
    margin-bottom: 0;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .heading-title {
    font-size: 25.6px;
    line-height: 1.2em;
  }

  .ratings {
    display: none;
  }

  .ratings.mobile {
    border-style: none;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    position: static;
  }

  .posted {
    align-items: flex-start;
    font-size: 11px;
  }

  .posted.reference {
    background-position: 0 51%;
    background-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.1em;
  }

  .posted.approved {
    background-size: 10px;
    line-height: 1.1em;
  }

  .posted._1 {
    line-height: 11px;
  }

  .article-row {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .article-row.no-margin {
    padding-bottom: 1px;
  }

  .article-row.padding {
    padding-bottom: 5px;
  }

  .steps-review {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .review-box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .step-text {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inline-image {
    margin-bottom: .5em;
    display: inline-block;
  }

  .inline-image.no-margin {
    margin-bottom: 0;
    display: inline-block;
  }

  .heading {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .footer-block {
    margin-top: 0;
  }

  .limited-text {
    font-size: 20px;
  }

  .notify_1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .action-button {
    font-size: 23px;
    line-height: 30px;
  }

  .text-block {
    line-height: 26px;
  }

  .verified {
    margin-right: 5px;
  }

  .aside {
    margin-bottom: 40px;
  }

  .check-box {
    color: #b4b4b4;
  }

  .desc-icon {
    color: #b4b4b4;
    margin-left: 0;
    position: relative;
    top: -4px;
  }

  .video-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .video-heading {
    align-self: flex-start;
  }

  .video-wrapper-16-9 {
    width: 100%;
    display: flex;
  }

  .mobile-tab-menu {
    margin-bottom: 15px;
  }

  .content-p {
    margin-bottom: 1em;
  }

  .content-p.less {
    margin-bottom: .5em;
  }

  .paragraph {
    font-size: 16px;
  }

  .link-text {
    top: 1px;
  }

  .steps-wrapper {
    margin-bottom: 30px;
  }

  .steps-wrapper.hide {
    display: none;
  }

  .week-p {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .p {
    margin-bottom: 1em;
    font-family: "Helvetica neue 55 roman", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .p.mobile-margin {
    margin-bottom: 0;
  }

  .p.reduce {
    margin-bottom: .5em;
  }

  .inline-image-2 {
    display: inline-block;
  }

  .inline-image-2.no-margin {
    margin-bottom: .5em;
  }

  .date {
    margin-right: 2px;
  }

  .flex-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon {
    max-width: 13px;
    min-width: 13px;
    margin-right: 3px;
  }

  .flex-icon {
    align-items: center;
    margin-right: 5px;
    display: flex;
  }

  .update-text {
    top: -2px;
  }

  .post-date {
    top: 0;
  }

  .likers {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-logo-2 {
    width: 120px;
  }

  .text-block-7, .italic-text-2 {
    line-height: 1.2rem;
  }
}

#w-node-_82d00576-605e-e392-8634-68e00de614fa-055007a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84566841-a5a6-62da-f05b-eeab5a7a4010-055007a6 {
  align-self: center;
}


@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material-Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue 55 roman';
  src: url('../fonts/Helvetica-Neue-55-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue 65';
  src: url('../fonts/Helvetica-Neue-65-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue 75';
  src: url('../fonts/Helvetica-Neue-75-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}