.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e4855;
}
.image {
  max-height: 60px;
}
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.button {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 3px;
  background-color: #ff7f47;
  font-family: Avertastd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.container-2 {
  max-width: 750px;
  margin-top: 50px;
  background-color: #fff;
}
.body {
  padding-bottom: 0;
  background-color: #fffdfc;
}
.body._2 {
  background-color: #fff;
}
.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(62, 72, 85, 0.27);
}
.main-container._2 {
  max-width: 600px;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}
.header-left {
  width: 50%;
}
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.heading {
  margin-top: 10px;
  font-family: "PT Serif", serif;
  font-weight: 900;
}
.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e4855;
}
.container-img._2 {
  max-width: 100%;
}
.container-img._2.jb {
  max-width: 200px;
}
.container-img._2.op {
  margin-bottom: 25px;
}
.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paragraph._2 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #555;
  font-size: 18px;
  line-height: 30px;
}
.paragraph.quote {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "PT Serif", serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}
.paragraph.jb {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
}
.paragraph.jb._2 {
  margin-top: 25px;
}
.paragraph.jb._2.op {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  background-color: #f3f3f3;
}
.paragraph.exp {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #555;
  font-size: 16px;
  font-style: italic;
}
.paragraph.exp.up {
  margin-top: 0;
  margin-bottom: 0;
}
.heading-par {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 3px none #ff7f47;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1275px;
  perspective: 1275px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  font-family: Avertastd, sans-serif;
  color: #3e4855;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
}
.heading-par.center {
  text-align: center;
}
.text-span {
  font-weight: 800;
}
.inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-content.top {
  margin-top: 30px;
}
.inner-content.top._2._13 {
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(62, 72, 85, 0.42);
}
.inner-content._2 {
  max-width: 100%;
}
.inner-content._2.op {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(62, 72, 85, 0.42);
}
.heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.heading-wrap.bot {
  margin-bottom: 20px;
}
.line-under-heading {
  width: 20%;
  height: 4px;
  max-width: 650px;
  margin-top: 10px;
  background-color: #ff7f47;
}
.heading-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.heading-wrap-2.bot {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hyperlink {
  color: #ff7f47;
}
.bold {
  color: #ff7f47;
  font-weight: 800;
}
.button-inner {
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #ff7f47;
  box-shadow: 1px 1px 10px 0 rgba(255, 127, 71, 0.56);
  font-family: Avertastd, sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.button-inner:hover {
  background-color: #fe8b47;
}
.button-inner.header:hover {
  background-color: #fe8b47;
}
.button-inner.white {
  background-color: #3e4855;
  box-shadow: 1px 1px 10px 0 rgba(83, 62, 53, 0.56);
}
.button-inner.bit-top {
  margin-top: 25px;
}
.sub-header {
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  color: #ff7f47;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
.sub-header.top {
  margin-top: 0;
}
.sub-header.top._2 {
  font-size: 22px;
  line-height: 30px;
}
.testimonial-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0 rgba(62, 72, 85, 0.16);
}
.testimonial-wrap.final {
  margin-bottom: 50px;
}
.testimonial-image {
  width: 30%;
}
.testimonial-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-3 {
  border-radius: 10px 0 0 10px;
}
.testimonial-name {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 18px;
  font-weight: 800;
}
.testimonial-text {
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
}
.testimonial-text._2 {
  font-size: 18px;
}
.reviews-wrap {
  width: 100%;
  height: 100%;
  max-width: 650px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.reviews-wrap._2 {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
.reviews-stars-verified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-head {
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 18px;
  font-weight: 800;
}
.bold-text {
  font-weight: 800;
}
.bold-text-2 {
  font-weight: 800;
}
.bold-text-3 {
  font-size: 18px;
  font-weight: 800;
}
.italic-text {
  font-size: 18px;
}
.review-text {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 16px;
  line-height: 26px;
}
.review-text._2 {
  font-size: 18px;
}
.review-text.op {
  color: #555;
  font-size: 16px;
}
.image-4 {
  width: 20%;
}
.text-span-2 {
  font-family: "PT Serif", serif;
  color: #555;
  font-weight: 800;
}
.text-block {
  color: #3e4855;
}
.just-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  max-width: 100%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e4855;
}
.footer {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}
.text-block-2 {
  font-family: "Open Sans", sans-serif;
  color: #fff1e9;
  font-weight: 400;
  text-align: center;
}
.jb-h1 {
  margin-top: 10px;
  font-family: "PT Serif", serif;
  font-weight: 900;
}
.jb-sub {
  margin-bottom: 0;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.image-5 {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border-radius: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e4855;
  color: #fff;
}
.quote-block.top {
  margin-top: 30px;
}
.quote-block._2 {
  max-width: 100%;
}
.heading-jb {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 3px none #ff7f47;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1275px;
  perspective: 1275px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  font-family: "PT Serif", serif;
  color: #333;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
}
.heading-jb.center {
  text-align: center;
}
.jb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jb-wrap.bot {
  margin-bottom: 20px;
}
.button-inner-jb {
  margin-top: 25px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #e4469d;
  border: 2px solid #e4469d;
  font-family: Avertastd, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.button-inner-jb:hover {
  background-color: #fff;
  color: #e4469d;
}
.button-inner-jb.header:hover {
  background-color: #fe8b47;
}
.button-inner-jb.white {
  background-color: #3e4855;
  box-shadow: 1px 1px 10px 0 rgba(83, 62, 53, 0.56);
}
.button-inner-jb.bit-top {
  margin-top: 25px;
}
.button-inner-jb.full {
  width: 100%;
  text-align: center;
}
.why-gud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 25px;
  border-radius: 10px;
}
.why-gud.final {
  margin-bottom: 50px;
}
.list {
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
}
.list._2 {
  font-size: 18px;
}
.list-name {
  margin-bottom: 15px;
  font-family: "PT Serif", serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}
.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #eeffe9;
}
.list-2 {
  margin-bottom: 0;
  padding-left: 15px;
  list-style-type: disc;
}
.text-block-3 {
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 16px;
}
.jb-list {
  margin-bottom: 10px;
}
._30day-experienice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #3e4855;
  background-color: #eeffe9;
}
.text-block-4 {
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}
.experience-box {
  border-bottom: 1px solid rgba(62, 72, 85, 0.3);
}
.experience-box._2 {
  margin-top: 25px;
}
.experience-box._2.last {
  border-bottom-style: none;
}
.updatebox {
  padding: 15px;
  border: 2px dashed #000;
  background-color: #f8f8f8;
}
.updatebox._2 {
  margin-top: 25px;
}
.updatebox._2.last {
  border-bottom-style: none;
}
.text-span-3 {
  color: #ff2020;
}
.div-block-2 {
  width: 100%;
  margin-top: 50px;
}
.ppl {
  width: 8%;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }
  .jb-h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-container._2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .inner-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .inner-content._2.op {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonial-wrap {
    width: 95%;
    padding-right: 10px;
    padding-left: 0;
  }
  .testimonial-wrap.final {
    width: 95%;
    padding-right: 10px;
    padding-left: 0;
  }
  .testimonial-right {
    padding-right: 10px;
    padding-left: 20px;
  }
  .just-cta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .quote-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .why-gud {
    width: 95%;
    padding-right: 10px;
    padding-left: 0;
  }
  .why-gud.final {
    width: 95%;
    padding-right: 10px;
    padding-left: 0;
  }
  .benefits {
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 479px) {
  .header-wrap {
    min-height: 50px;
  }
  .main-container._2 {
    margin-top: 0;
    padding-top: 20px;
  }
  .heading {
    text-align: left;
  }
  .container-3 {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph._2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .paragraph.quote {
    font-size: 22px;
    line-height: 30px;
  }
  .paragraph.jb._2 {
    font-size: 1.05rem;
  }
  .paragraph.exp {
    font-size: 1.05rem;
    line-height: 32px;
  }
  .heading-wrap-2.bot {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-inner {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .button-inner.header {
    display: none;
  }
  .button-inner.bit-top {
    font-size: 22px;
  }
  .sub-header {
    margin-top: 25px;
    line-height: 26px;
    text-align: center;
  }
  .sub-header.top {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .sub-header.top._2 {
    font-size: 20px;
  }
  .testimonial-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
  }
  .testimonial-wrap.final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
  }
  .testimonial-image {
    width: 60%;
  }
  .testimonial-right {
    width: 100%;
  }
  .image-3 {
    border-radius: 10px;
  }
  .testimonial-name {
    text-align: center;
  }
  .testimonial-text {
    text-align: center;
  }
  .reviews-wrap {
    width: 95%;
    margin-bottom: 0;
  }
  .review-text._2 {
    font-size: 16px;
  }
  .review-text.op {
    font-size: 1.05rem;
    line-height: 30px;
  }
  .image-4 {
    width: 30%;
  }
  .footer {
    margin-top: 20px;
  }
  .jb-h1 {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }
  .jb-sub {
    font-size: 12px;
  }
  .heading-jb {
    font-size: 24px;
    line-height: 32px;
  }
  .button-inner-jb {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .button-inner-jb.header {
    display: none;
  }
  .button-inner-jb.bit-top {
    font-size: 22px;
  }
  .why-gud {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
  }
  .why-gud.final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
  }
  .list {
    text-align: center;
  }
  .list-name {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .benefits {
    width: 100%;
    padding-left: 10px;
  }
  .text-block-3 {
    font-size: 1.05rem;
    line-height: 22px;
  }
  .ppl {
    width: 20%;
  }
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-Black.ttf?v=1623777258") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-BlackItalic.ttf?v=1623777258")
    format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/avertastd-bolditalic.ttf?v=1623777258")
      format("truetype"),
    url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/avertastd-extrabolditalic.ttf?v=1623777258")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-BoldItalic.ttf?v=1623777258")
      format("truetype"),
    url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-ExtraBoldItalic.ttf?v=1623777258")
      format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-Extrathin.ttf?v=1623777258")
      format("truetype"),
    url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-Thin.ttf?v=1623777258") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-ExtrathinItalic.ttf?v=1623777258")
      format("truetype"),
    url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-ThinItalic.ttf?v=1623777258")
      format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-Semibold.ttf?v=1623777258")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-Light.ttf?v=1623777258") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-RegularItalic.ttf?v=1623777258")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-SemiboldItalic.ttf?v=1623777258")
    format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-LightItalic.ttf?v=1623777258")
    format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Avertastd;
  src: url("https://cdn.shopify.com/s/files/1/0520/9486/1477/files/AvertaStd-Regular.ttf?v=1623777258")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=/s/files/1/0520/9486/1477/t/46/assets/weir.webflow-salespage5.css.map?v=16257463193315516909 */
