/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
  font-weight: 400;
  line-height: 1rem;
}
@media (min-width: 769px) {
  a {
    font-weight: 400;
    line-height: 1.0625rem;
  }
}
a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.product-name a {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.56px;
  font-family: "Courier-New-Bold";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-name a {
    font-size: 1rem;
    letter-spacing: 0.64px;
    margin-bottom: 0.375rem;
  }
}

.floating-line {
  font-weight: 500;
  position: relative;
  text-decoration: none;
  color: #000;
}
.floating-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.1s ease-in-out, left 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, left 0.1s ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.floating-line:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.1s ease-in-out, left 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, left 0.1s ease-in-out;
}
.floating-line:hover, .floating-line.active {
  text-decoration: none;
}
.floating-line.active::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.1s ease-in-out, left 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, left 0.1s ease-in-out;
}

.privacy-policy {
  color: #4d4d4d;
}
.privacy-policy a {
  font-weight: 800;
  color: #4d4d4d;
}

.invalid-link {
  color: inherit;
  font-weight: 800;
}
.invalid-link:hover, .invalid-link:visited {
  color: inherit;
}

.contact-us-signup-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 40%;
  z-index: 1051;
  left: 50%;
}
@media (min-width: 544px) {
  .contact-us-signup-message {
    top: 35%;
  }
}

.contact-us-signup-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  padding: 1em;
  margin-bottom: 0;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-us-signup-alert.show {
  display: block;
}

.contact-us-container select#nature {
  font-size: 0.875rem;
}
.contact-us-container .section-faq {
  margin-top: 0.809375rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-faq {
    margin-top: 1.271875rem;
    margin-bottom: 2.625rem;
  }
}
.contact-us-container .section-faq-left-text {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-faq-left-text {
    margin-top: 1.125rem;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.contact-us-container .section-faq-link {
  width: 20.9375rem;
  height: 4.375rem;
  background-color: #f5f5f5;
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-faq-link {
    width: 30.0625rem;
    height: 4.25rem;
  }
}
.contact-us-container .section-faq-link__icon {
  margin-right: 0.6875rem;
}
.contact-us-container .section-faq-link p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-faq-link p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.8rem;
    font-size: 1rem;
  }
}
.contact-us-container .section-faq-link a {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  text-decoration: none;
}
.contact-us-container .section-email-phone,
.contact-us-container .section-customer-service {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-email-phone,
  .contact-us-container .section-customer-service {
    margin-top: 2.9375rem;
    margin-bottom: 2.9375rem;
  }
}
.contact-us-container .section-email-phone h2,
.contact-us-container .section-customer-service h2 {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Avenir-Heavy";
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-email-phone h2,
  .contact-us-container .section-customer-service h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.contact-us-container .section-email-phone p,
.contact-us-container .section-customer-service p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-email-phone p,
  .contact-us-container .section-customer-service p {
    font-size: 1rem;
    line-height: 2.125rem;
  }
}
.contact-us-container .section-customer-service .call-us-mobile {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  padding: 0.625rem 8.15625rem;
  border: 1px solid #000;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.contact-us-container .section-contact-form {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-contact-form {
    margin-top: 2.9375rem;
  }
}
.contact-us-container .section-contact-form h6 {
  font-family: "Avenir-Heavy";
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
@media (min-width: 992px) {
  .contact-us-container .section-contact-form h6 {
    font-size: 1.25rem;
  }
}
.contact-us-container .section-contact-form p {
  line-height: 1.5rem;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .contact-us-container .section-contact-form p {
    line-height: 2.125rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .contact-us-container .section-contact-form .contact-us-content {
    max-width: 30.125rem;
  }
}
.contact-us-container .section-contact-form .contact-us-content .privacy-policy {
  text-wrap: wrap;
  color: #4d4d4d;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.contact-us-container .section-contact-form .contact-us-content .privacy-policy a {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.contact-us-container .section-contact-form .contact-us-content .recaptch-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768.98px) {
  .subscribe-contact-us {
    max-width: 18.75rem;
  }
}