<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be &gt;= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight &gt; * &gt; :not(.featherlight) {
    display: none; } }

@font-face {
  font-family: 'LatoBlack';
  src: url("../../../common-assets/fonts/Lato/Lato-Black.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Black.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Black.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Black.ttf") format("truetype");
  font-style: 900;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoBlack';
  src: url("../../../common-assets/fonts/Lato/Lato-BlackItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-BlackItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-BlackItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHeavy';
  src: url("../../../common-assets/fonts/Lato/Lato-Heavy.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Heavy.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Heavy.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHeavy';
  src: url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-HeavyItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoBold';
  src: url("../../../common-assets/fonts/Lato/Lato-Bold.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Bold.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Bold.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-style: 700;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoBold';
  src: url("../../../common-assets/fonts/Lato/Lato-BoldItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-BoldItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-BoldItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoSemibold';
  src: url("../../../common-assets/fonts/Lato/Lato-Semibold.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Semibold.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Semibold.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoSemibold';
  src: url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-SemiboldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoMedium';
  src: url("../../../common-assets/fonts/Lato/Lato-Medium.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Medium.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Medium.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoMedium';
  src: url("../../../common-assets/fonts/Lato/Lato-MediumItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-MediumItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-MediumItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../../../common-assets/fonts/Lato/Lato-Italic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Italic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Italic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../../../common-assets/fonts/Lato/Lato-Regular.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Regular.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Regular.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoLight';
  src: url("../../../common-assets/fonts/Lato/Lato-Light.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Light.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Light.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoLight';
  src: url("../../../common-assets/fonts/Lato/Lato-LightItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-LightItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-LightItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoThin';
  src: url("../../../common-assets/fonts/Lato/Lato-Thin.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Thin.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Thin.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoThin';
  src: url("../../../common-assets/fonts/Lato/Lato-ThinItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-ThinItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-ThinItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHairline';
  src: url("../../../common-assets/fonts/Lato/Lato-Hairline.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-Hairline.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-Hairline.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-Hairline.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'LatoHairline';
  src: url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.eot");
  src: url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.woff2") format("woff2"), url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.woff") format("woff"), url("../../../common-assets/fonts/Lato/Lato-HairlineItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

.single-review {
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 25px 0; }
  @media (min-width: 768px) {
    .single-review {
      padding: 50px 0; } }
  .single-review:last-of-type {
    border: 0;
    padding-bottom: 0; }
  .single-review .initial .single-review-initial {
    display: inline-flex;
    min-width: 1em;
    border-radius: 50%;
    text-align: center;
    background: #ccc;
    color: #999;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px; }
    @media (min-width: 768px) {
      .single-review .initial .single-review-initial {
        width: 55px;
        height: 55px;
        font-size: 36px;
        padding-top: 3px; } }
  .single-review .review {
    padding-left: 15px; }
    .single-review .review * {
      font-family: "Lato", Arial, sans serif;
      font-weight: 400;
      font-style: normal; }
    .single-review .review .single-review-header {
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .single-review .review .single-review-header {
          padding-top: 14px; } }
      .single-review .review .single-review-header .rate-date-block, .single-review .review .single-review-header .verified-block {
        display: flex;
        align-items: center;
        align-content: center; }
      .single-review .review .single-review-header .rate-date-block {
        margin-bottom: 15px; }
        .single-review .review .single-review-header .rate-date-block .single-review-rating {
          display: flex; }
          .single-review .review .single-review-header .rate-date-block .single-review-rating .single-review-star img {
            display: block;
            max-width: 18px;
            margin: 0 2px; }
            @media (min-width: 992px) {
              .single-review .review .single-review-header .rate-date-block .single-review-rating .single-review-star img {
                max-width: 22px; } }
        .single-review .review .single-review-header .rate-date-block .single-review-date {
          padding-left: 10px;
          font-size: 16px;
          line-height: 1;
          position: relative;
          top: 3px; }
          @media (min-width: 992px) {
            .single-review .review .single-review-header .rate-date-block .single-review-date {
              font-size: 18px; } }
      .single-review .review .single-review-header .verified-block {
        padding: 0;
        align-items: center;
        flex-wrap: nowrap; }
        .single-review .review .single-review-header .verified-block .single-review-verified {
          padding: 3px 7px;
          font: normal 12px Arial, sans-serif;
          line-height: 1;
          display: flex;
          color: #fff;
          background-color: #84b040;
          align-self: center; }
          @media (max-width: 575px) {
            .single-review .review .single-review-header .verified-block .single-review-verified {
              margin-top: -4px; } }
          @media (min-width: 992px) {
            .single-review .review .single-review-header .verified-block .single-review-verified {
              font-size: 16px; } }
        .single-review .review .single-review-header .verified-block .single-review-customer {
          font-size: 18px;
          display: flex;
          flex: 1;
          padding-left: 10px; }
          @media (min-width: 992px) {
            .single-review .review .single-review-header .verified-block .single-review-customer {
              flex: 1 0 auto;
              font-size: 24px; } }
    .single-review .review .single-review-title {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 18px; }
      @media (min-width: 992px) {
        .single-review .review .single-review-title {
          font-size: 22px; } }
    @media (min-width: 992px) {
      .single-review .review .single-review-content {
        font-size: 20px; } }

#money-back-guarantee, #money-back-guarantee .mbg-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#money-back-guarantee, #money-back-guarantee .mbg-container, #money-back-guarantee .mbg-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

#money-back-guarantee {
  color: #f6cc4c;
  font-size: 18px;
  font-size: 0.8181818182rem; }
  @media (min-width: 768px) {
    #money-back-guarantee {
      height: 241px; } }
  @media (min-width: 992px) {
    #money-back-guarantee {
      font-size: 20px;
      font-size: 0.9090909091rem; } }
  #money-back-guarantee .mbg-container {
    width: 100%;
    background-color: #282828; }
    #money-back-guarantee .mbg-container .mbg-text {
      text-align: center;
      padding: 18px 0; }
      @media (max-width: 575px) {
        #money-back-guarantee .mbg-container .mbg-text {
          opacity: 0;
          overflow: hidden; } }
      @media (max-width: 767px) {
        #money-back-guarantee .mbg-container .mbg-text {
          font-size: 11px; } }
      #money-back-guarantee .mbg-container .mbg-text:first-of-type {
        padding-right: 25px; }
      #money-back-guarantee .mbg-container .mbg-text:last-of-type {
        padding-left: 25px; }
    #money-back-guarantee .mbg-container .mbg-img {
      top: 0;
      position: relative;
      flex: 0 0 210px; }
      @media (max-width: 575px) {
        #money-back-guarantee .mbg-container .mbg-img {
          max-width: 135px; } }
      #money-back-guarantee .mbg-container .mbg-img .img-wrapper {
        width: 100%;
        position: absolute;
        top: -113px; }
        @media (max-width: 767px) {
          #money-back-guarantee .mbg-container .mbg-img .img-wrapper {
            top: -77px;
            left: 0; } }
        @media (max-width: 991px) {
          #money-back-guarantee .mbg-container .mbg-img .img-wrapper img {
            max-width: 188px; } }
        @media (max-width: 767px) {
          #money-back-guarantee .mbg-container .mbg-img .img-wrapper img {
            max-width: 135px; } }

@font-face {
  font-family: 'AveriaSerifLibre-Regular';
  src: url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.eot");
  src: url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.eot?#iefix") format("embedded-opentype"), url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.woff2") format("woff2"), url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.woff") format("woff"), url("../../../common-assets/fonts/AveriaSerifLibre/AveriaSerifLibre-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: block; }

#money-back-cert {
  background-color: #f7f7f7;
  padding: 20px;
  margin: auto; }
  @media (min-width: 768px) {
    #money-back-cert {
      padding: 40px;
      max-width: 800px; } }
  #money-back-cert .cert-holder {
    margin: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-image-source: url("/wp-content/themes/ox2022/content/salesletters/common-assets/build/images/bg-certificate.png");
    background: url("/wp-content/themes/ox2022/content/salesletters/common-assets/build/images/best-results-arrow.svg") no-repeat center center;
    border-image-slice: 100;
    border-image-width: 90px;
    border-image-outset: 0;
    padding: 25px; }
    @media (min-width: 768px) {
      #money-back-cert .cert-holder {
        padding: 50px; } }
    #money-back-cert .cert-holder .cert-container {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
      #money-back-cert .cert-holder .cert-container h3 {
        margin: 0;
        text-align: center;
        font-family: 'AveriaSerifLibre-Regular', serif;
        font-weight: normal;
        font-size: 30px;
        font-size: 1.6666666667rem; }
        @media (min-width: 768px) {
          #money-back-cert .cert-holder .cert-container h3 {
            font-size: 34px;
            font-size: 1.5454545455rem;
            border-width: 90px; } }
      #money-back-cert .cert-holder .cert-container p {
        margin-bottom: 0;
        margin: 25px auto;
        text-align: left; }
      #money-back-cert .cert-holder .cert-container .signature-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column; }
        @media (min-width: 576px) {
          #money-back-cert .cert-holder .cert-container .signature-container {
            flex-direction: row;
            flex-wrap: nowrap; } }
        #money-back-cert .cert-holder .cert-container .signature-container .left, #money-back-cert .cert-holder .cert-container .signature-container .right {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          flex: 0 0 50%; }
        #money-back-cert .cert-holder .cert-container .signature-container .left {
          align-items: center;
          flex-direction: column;
          order: 2; }
          @media (min-width: 576px) and (max-width: 767.9px) {
            #money-back-cert .cert-holder .cert-container .signature-container .left {
              padding-left: 15px; } }
        #money-back-cert .cert-holder .cert-container .signature-container .right {
          align-items: center;
          justify-content: flex-start;
          order: 1; }
          @media (min-width: 992px) {
            #money-back-cert .cert-holder .cert-container .signature-container .right {
              margin: 0; } }
          #money-back-cert .cert-holder .cert-container .signature-container .right .img-holder img {
            width: 116px; }
        @media (max-width: 575px) {
          #money-back-cert .cert-holder .cert-container .signature-container .signature-block {
            margin-top: 25px; } }
        @media (min-width: 768px) {
          #money-back-cert .cert-holder .cert-container .signature-container .signature-block {
            margin-right: -55px; } }
        #money-back-cert .cert-holder .cert-container .signature-container .signature-block .signature-text {
          font-size: 16px;
          font-size: 0.8888888889rem;
          text-align: center; }
          @media (min-width: 576px) {
            #money-back-cert .cert-holder .cert-container .signature-container .signature-block .signature-text {
              text-align: left;
              margin-top: 25px; } }
          @media (min-width: 768px) {
            #money-back-cert .cert-holder .cert-container .signature-container .signature-block .signature-text {
              font-size: 18px;
              font-size: 0.8181818182rem; } }
        #money-back-cert .cert-holder .cert-container .signature-container .text-content {
          margin-top: 25px; }
          @media (min-width: 992px) {
            #money-back-cert .cert-holder .cert-container .signature-container .text-content {
              margin-top: 50px; } }
          #money-back-cert .cert-holder .cert-container .signature-container .text-content p:last-of-type {
            margin-bottom: 0; }
        #money-back-cert .cert-holder .cert-container .signature-container .img-holder {
          max-width: 150px; }
          @media (max-width: 767px) {
            #money-back-cert .cert-holder .cert-container .signature-container .img-holder:first-of-type {
              padding-right: 5px; } }
          @media (max-width: 767px) {
            #money-back-cert .cert-holder .cert-container .signature-container .img-holder:last-of-type {
              padding-left: 5px; } }
          @media (min-width: 768px) {
            #money-back-cert .cert-holder .cert-container .signature-container .img-holder:last-of-type {
              margin-left: 15px; } }
          #money-back-cert .cert-holder .cert-container .signature-container .img-holder img {
            max-width: 100%;
            width: 100%; }

#vitamin-angels .image-container, #vitamin-angels h2, #vitamin-angels p {
  -ms-grid-column: 1;
  -ms-grid-column-span: span 1-1;
  grid-column: 1/span 1; }

#vitamin-angels .image-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: span 1-1;
  grid-row: 1/span 1; }
  @media (min-width: 992px) {
    #vitamin-angels .image-container {
      padding-right: 25px;
      -ms-grid-row: 1;
      -ms-grid-row-span: span 2-1;
      grid-row: 1/span 2; } }

#vitamin-angels h2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: span 1-2;
  grid-row: 2/span 1; }
  @media (max-width: 991px) {
    #vitamin-angels h2 {
      padding: 25px 0; } }
  @media (min-width: 992px) {
    #vitamin-angels h2 {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: span 1-1;
      grid-row: 1/span 1; } }

#vitamin-angels p {
  -ms-grid-row: 3;
  -ms-grid-row-span: span 1-3;
  grid-row: 3/span 1; }
  @media (min-width: 992px) {
    #vitamin-angels p {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: span 1-2;
      grid-row: 2/span 1; } }

#why-ox {
  background: #fff;
  padding: 100px 0 50px 0;
  font-size: 18px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #why-ox .why-image {
    margin-bottom: 15px;
    position: relative; }
    @media (max-width: 767px) {
      #why-ox .why-image img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 20% 0;
        object-position: 20% 0; } }
  #why-ox .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-row-gap: 15px;
    row-gap: 15px; }
    @media (min-width: 768px) {
      #why-ox .grid-container {
        -ms-grid-columns: repeat(2, calc(50% - calc(15px / 2)));
        grid-template-columns: repeat(2, calc(50% - calc(15px / 2))); } }
  @media (min-width: 768px) {
    #why-ox .left, #why-ox .right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 12px);
      flex: 0 0 calc(50% - 12px); } }
  #why-ox .left.last, #why-ox .right.last {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      #why-ox .left.last, #why-ox .right.last {
        margin-left: 0;
        margin-right: 0; } }
  #why-ox .why-card {
    background-color: #e8e3da;
    padding: 80px 15px 15px 15px; }
    @media (min-width: 768px) {
      #why-ox .why-card {
        padding: 100px 25px 25px 25px; } }
    #why-ox .why-card .inner {
      background-color: #fff;
      padding: 25px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      height: 100%; }
      #why-ox .why-card .inner .why-ox-icon {
        display: block;
        margin: -80px auto 0 auto;
        width: 131px;
        height: 147px; }
        @media (min-width: 768px) {
          #why-ox .why-card .inner .why-ox-icon {
            margin: -100px auto 0 auto; } }
      #why-ox .why-card .inner h3 {
        color: #559c4d;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px; }
  #why-ox .ribbon-container {
    position: absolute;
    text-align: center; }
    @media (max-width: 767px) {
      #why-ox .ribbon-container {
        top: 0;
        left: 25px;
        max-width: 175px; } }
    @media (min-width: 768px) {
      #why-ox .ribbon-container {
        position: absolute;
        top: 15%;
        left: 15px;
        overflow: visible;
        font-size: 18px;
        line-height: 18px;
        border-bottom: 10px solid #689b38; } }
    @media (min-width: 768px) {
      #why-ox .ribbon-container:after {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 10px;
        right: -38px;
        border-top: 29px solid #689b38;
        border-bottom: 29px solid #689b38;
        border-left: 29px solid #689b38;
        border-right: 29px solid transparent; } }
    @media (min-width: 1200px) {
      #why-ox .ribbon-container:after {
        border-width: 34px;
        right: -44px; } }
    #why-ox .ribbon-container .ribbon {
      background: #fff;
      margin: 0;
      color: #437c37;
      text-transform: uppercase;
      font-size: 1.3em; }
      @media (max-width: 767px) {
        #why-ox .ribbon-container .ribbon {
          width: 100%;
          line-height: 1.3;
          padding: 10px 0 15px 0; } }
      @media (min-width: 768px) {
        #why-ox .ribbon-container .ribbon {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          position: relative;
          background: #fff;
          overflow: visible;
          height: 58px;
          z-index: 2;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          @includeflex-direction (row);
          @includeflex-wrap : nowrap);
          font-size: 26px;
          padding: 0 15px 0 20px; } }
      @media only screen and (min-width: 992px) {
        #why-ox .ribbon-container .ribbon {
          font-size: 34px; } }
      @media (min-width: 1200px) {
        #why-ox .ribbon-container .ribbon {
          height: 68px;
          font-size: 42px; } }
      @media (min-width: 768px) {
        #why-ox .ribbon-container .ribbon:before {
          content: "";
          height: 0;
          width: 0;
          display: block;
          position: absolute;
          top: 0;
          right: -29px;
          border-top: 29px solid #fff;
          border-bottom: 29px solid #fff;
          border-right: 29px solid transparent;
          border-left: 29px solid transparent; } }
      @media (min-width: 1200px) {
        #why-ox .ribbon-container .ribbon:before {
          right: -34px;
          border-width: 34px; } }
      @media (max-width: 767px) {
        #why-ox .ribbon-container .ribbon:after {
          content: "";
          position: absolute;
          background: #689b38;
          width: 6px;
          height: 90%;
          right: 0;
          top: 0; } }
    @media (max-width: 767px) {
      #why-ox .ribbon-container .ribbon-shadow {
        background: url("/wp-content/themes/ox2022/content/salesletters/common-assets/build/images/ox-why-ribbon-bottom.png") no-repeat 0 0/contain;
        height: 37px;
        padding: 0;
        margin: 0; } }

.highlight {
  margin: 0 -0.2em;
  padding: 0 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd942), color-stop(4%, #ffd942), to(#ffd942));
  background-image: -o-linear-gradient(left, #ffd942, #ffd942 100%, #ffd942);
  background-image: linear-gradient(to right, #ffd942, #ffd942 100%, #ffd942);
  box-decoration-break: clone; }

.circle-num {
  padding: 0;
  max-width: 90%;
  margin: auto; }
  @media (min-width: 768px) {
    .circle-num {
      max-width: 80%; } }
  .circle-num li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 0 0 25px;
    counter-increment: problem-count;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .circle-num li:before {
      content: counter(problem-count);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      font-family: "LatoBold", Arial, sans serif;
      font-weight: 700;
      font-style: normal;
      flex: 0 0 45px;
      width: 45px;
      height: 45px;
      line-height: 1;
      margin: 0 15px 5px 0; }
      @media (min-width: 768px) {
        .circle-num li:before {
          font-size: 26px;
          margin: 0 25px 0 0; } }

/* hide elements when printing */
@media print {
  * {
    background-color: #ffffff; }
  .noprint {
    display: none; } }

.noprint {
  display: revert; }

* {
  line-height: 1.4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  blf-sizing: border-box;
  -ms-overflow-style: scrollbar; }

body {
  display: block;
  margin: 0;
  background: #fff;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000; }

*, *::before, *::after {
  box-sizing: border-box; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

section {
  clear: both; }

hr {
  blf-sizing: content-box;
  height: 1px;
  overflow: visible;
  border: 0;
  background-color: #ccc; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  text-decoration: none;
  color: #0000EE;
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 14px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
  margin: 0 auto; }

figure {
  margin: 0;
  padding: 0; }

/* Lazy Load Pixel Settings */
img[src$="_.png"] {
  height: 0;
  width: 0; }

svg {
  display: block;
  margin: auto; }

iframe {
  border: 0;
  max-width: 100%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type=text]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus,
input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus,
input[type=week]:focus, textarea:focus {
  outline: solid 1px; }

input[type=text].placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=color].placeholder, input[type=color]:-moz-placeholder, input[type=color]::-moz-placeholder, input[type=color]:-ms-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date].placeholder, input[type=date]:-moz-placeholder, input[type=date]::-moz-placeholder, input[type=date]:-ms-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local].placeholder, input[type=datetime-local]:-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder,
input[type=email].placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=email]::-webkit-input-placeholder, input[type=month].placeholder, input[type=month]:-moz-placeholder, input[type=month]::-moz-placeholder, input[type=month]:-ms-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number].placeholder, input[type=number]:-moz-placeholder, input[type=number]::-moz-placeholder, input[type=number]:-ms-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password].placeholder, input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-webkit-input-placeholder,
input[type=range].placeholder,
input[type=range]:-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=range]::-webkit-input-placeholder, input[type=search].placeholder, input[type=search]:-moz-placeholder, input[type=search]::-moz-placeholder, input[type=search]:-ms-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel].placeholder, input[type=tel]:-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=tel]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text].placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time].placeholder, input[type=time]:-moz-placeholder, input[type=time]::-moz-placeholder, input[type=time]:-ms-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url].placeholder, input[type=url]:-moz-placeholder, input[type=url]::-moz-placeholder, input[type=url]:-ms-input-placeholder, input[type=url]::-webkit-input-placeholder,
input[type=week].placeholder,
input[type=week]:-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=week]::-webkit-input-placeholder, textarea.placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; }

input[type=text], textarea {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1 !important; }

input[type=submit], [type="button"], input[type=reset], button,
input[type=text], input[type=button], input[type=color], input[type=date], input[type=datetime-local],
input[type=email], input[type=file], input[type=image], input[type=month], input[type=number], input[type=password],
input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url],
input[type=week], textarea {
  border: 1px solid;
  padding: 10px 15px;
  font-size: 18px;
  width: 100%; }

input[type=submit], [type="button"], input[type=reset], button, .btn, .button, .button-holder &gt; a {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto; }
  input[type=submit]:not(.outline), [type="button"]:not(.outline), input[type=reset]:not(.outline), button:not(.outline), .btn:not(.outline), .button:not(.outline), .button-holder &gt; a:not(.outline) {
    border: 0; }
  input[type=submit].outline, [type="button"].outline, input[type=reset].outline, button.outline, .btn.outline, .button.outline, .button-holder &gt; a.outline {
    border: 1px solid; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  blf-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  blf-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.required {
  color: red; }

@media (min-width: 768px) {
  .clear {
    clear: both; } }

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

.text-left, .left-text {
  text-align: left; }

.text-right, .right-text {
  text-align: left; }

.underline, .underline * {
  text-decoration: underline;
  -webkit-text-decoration-color: #47968f;
  -moz-text-decoration-color: #47968f;
  text-decoration-color: #47968f; }

.italic, .italic * {
  font-style: italic; }

.lower {
  text-transform: lowercase; }

@media (min-width: 576px) {
  .hide-above-xs {
    display: none; } }

.show-below-sm, .mobile, .mobile-show {
  display: none; }
  @media (max-width: 767px) {
    .show-below-sm, .mobile, .mobile-show {
      display: block; } }

@media (max-width: 767px) {
  .hide-below-sm, .mobile-hide {
    display: none; } }

.show-above-sm {
  display: none; }
  @media (min-width: 768px) {
    .show-above-sm {
      display: block; } }

@media (min-width: 768px) {
  .hide-above-sm {
    display: none; } }

.show-below-md {
  display: none; }
  @media (max-width: 991px) {
    .show-below-md {
      display: block; } }

@media (max-width: 991px) {
  .hide-below-md {
    display: none; } }

.show-above-md, .desktop {
  display: none; }
  @media (min-width: 992px) {
    .show-above-md, .desktop {
      display: block; } }

@media (min-width: 992px) {
  .hide-above-md {
    display: none; } }

.no-padding-bottom {
  padding-top: 0; }

.no-padding-top {
  padding-top: 0; }

.no-margin-top {
  margin-top: 0; }

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

.clearfix::after {
  content: ' ';
  clear: both;
  display: table; }

@media (min-width: 768px) {
  .clear {
    clear: both; } }

.strike {
  text-decoration: line-through; }

@media (max-width: 991px) {
  .img-left, .img-right {
    padding: 0 0 25px 0; } }

@media (min-width: 992px) {
  .img-left {
    float: left;
    padding: 25px 25px 25px 0; } }

@media (min-width: 992px) {
  .img-right {
    padding: 25px 0 25px 25px;
    float: right; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 575px) {
  .container {
    max-width: 540px; } }

@media (max-width: 767px) {
  .container {
    max-width: 720px; } }

@media (max-width: 991px) {
  .container {
    max-width: 960px; } }

@media (max-width: 1199px) {
  .container {
    max-width: 1140px; } }

.grid, .grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  align-items: stretch; }
  .grid .full, .grid-container .full {
    -ms-grid-column: 1;
    -ms-grid-column-span: span 2-1;
    grid-column: 1/span 2; }
  @media (max-width: 991px) {
    .grid .right, .grid .left, .grid-container .right, .grid-container .left {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 2-1;
      grid-column: 1/span 2; } }
  @media (min-width: 992px) {
    .grid .left, .grid-container .left {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (min-width: 992px) {
    .grid .right, .grid-container .right {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1; } }

.two-columns, .three-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .two-columns, .three-columns {
      flex-direction: row;
      flex-wrap: nowrap; } }
  @media (max-width: 991px) {
    .two-columns .left, .two-columns .right, .three-columns .left, .three-columns .right {
      flex: 0 0 100%; } }

.two-columns:not(.grid-container) .left, .two-columns:not(.grid-container) .right {
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .two-columns:not(.grid-container) .left, .two-columns:not(.grid-container) .right {
      flex: 0 0 50%; } }

@media (min-width: 992px) {
  .three-columns:not(.grid-container) .left, .three-columns:not(.grid-container) .center, .three-columns:not(.grid-container) .right {
    flex: 0 0 33.3%; } }

.padded-container {
  position: relative;
  padding: 15px; }
  @media (min-width: 576px) {
    .padded-container {
      padding: 25px; } }
  @media (min-width: 992px) {
    .padded-container {
      padding: 50px; } }

.flex, .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-d-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-d-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

*, *::before, *::after {
  box-sizing: border-box; }

* {
  scroll-margin-top: 120px; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Lato", Arial, sans serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #414042;
  font-size: 18px; }
  @media (min-width: 768px) {
    html, body {
      font-size: 22px; } }

html {
  scroll-behavior: smooth; }

sup {
  font-size: 12px; }

b, strong {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal; }

em {
  font-family: "Lato", Arial, sans serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic; }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
  font-family: "LatoBold", Arial, sans serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center; }
  @media (min-width: 992px) {
    h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
      line-height: 1.3; } }

h2, h2 * {
  font-size: 32px;
  margin: 0; }
  @media (min-width: 576px) {
    h2, h2 * {
      font-size: 36px; } }
  @media (min-width: 992px) {
    h2, h2 * {
      font-size: 40px; } }

p ~ p {
  margin-top: 0; }

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-container &gt; .container-wide, .container-wide &gt; .flex-container, .flex-container &gt; .slim-container {
  padding: 0; }

.container-wide, .flex-container {
  max-width: 1000px; }

.container-wide {
  margin: auto;
  padding: 0px 10px; }
  @media (min-width: 480px) {
    .container-wide {
      padding: 0px 25px; } }

.try-free-btn {
  color: #fff;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-family: "LatoMedium", Arial, sans serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f76900; }
  @media (min-width: 768px) {
    .try-free-btn {
      font-size: 20px;
      font-size: 0.9090909091rem; } }

*, *::before, *::after {
  box-sizing: border-box; }

* {
  scroll-margin-top: 120px;
  text-rendering: optimizeLegibility; }

img[src$="_.png"] {
  height: auto;
  width: auto; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Lato", Arial, sans serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #414042;
  font-size: 18px; }
  @media (min-width: 768px) {
    html, body {
      font-size: 22px; } }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal; }

section {
  overflow-x: clip;
  clear: both; }

p {
  margin: 18px 0; }

a, .link-color {
  color: #027691; }

sup {
  top: -.5rem;
  font-size: 10px;
  font-size: 0.5555555556rem; }
  @media (min-width: 768px) {
    sup {
      font-size: 10px;
      font-size: 0.4545454545rem; } }

b, strong {
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal; }

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-container &gt; .container-wide, .container-wide &gt; .flex-container, .flex-container &gt; .slim-container {
  padding: 0; }

.container-wide, .flex-container {
  max-width: 1080px; }

.container-wide {
  margin: auto;
  padding: 0 10px; }
  @media (min-width: 480px) {
    .container-wide {
      padding: 0 15px; } }

.try-free-btn {
  color: #fff;
  text-align: center;
  font-family: "LatoMedium", Arial, sans serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f76900;
  padding: 7px 10px;
  display: inline-block;
  text-decoration: none; }

.img-left, .img-right {
  padding: 0; }
  @media (max-width: 991px) {
    .img-left, .img-right {
      margin: 25px 0;
      padding: 0; } }

@media (min-width: 768px) {
  .img-left {
    float: left;
    margin: 25px 25px 25px 0; } }

@media (min-width: 768px) {
  .img-right {
    margin: 25px 0 25px 25px;
    float: right; } }

.underline, .underline * {
  text-decoration: underline;
  -webkit-text-decoration-color: #47968f;
  -moz-text-decoration-color: #47968f;
  text-decoration-color: #47968f; }

.italic, .italic * {
  font-style: italic; }

.lower {
  text-transform: lowercase; }

.mobile {
  display: none; }
  @media (max-width: 767px) {
    .mobile {
      display: block; } }

@media (min-width: 480px) {
  .nowrap {
    white-space: nowrap; } }

@media (max-width: 767px) {
  .hide-below-sm, .mobile-hide {
    display: none; } }

.hide-above-sm {
  display: block; }
  @media (min-width: 768px) {
    .hide-above-sm {
      display: none; } }

.show-above-sm, .desktop {
  display: none; }
  @media (min-width: 768px) {
    .show-above-sm, .desktop {
      display: block; } }

@media (min-width: 576px) {
  .hide-above-xs {
    display: none; } }

@media (min-width: 768px) {
  .hide-above-sm {
    display: none; } }

.hide-above-md {
  display: block; }
  @media (min-width: 992px) {
    .hide-above-md {
      display: none; } }

.hide-below-md {
  display: block; }
  @media (max-width: 991px) {
    .hide-below-md {
      display: none; } }

.strike {
  text-decoration: line-through; }

.text-accent, .accent {
  color: #47968f; }

.icon-list, .icon-list-grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 100%; }

.icon-list, .icon-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.icon-list li:not(.grid) {
  text-align: center;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (min-width: 992px) {
    .icon-list li:not(.grid) {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; } }

.icon-list-grid {
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 25px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  grid-row-gap: 25px;
  row-gap: 25px;
  -ms-grid-columns: calc(50% - (25px / 2)) calc(50% - (25px / 2));
  grid-template-columns: calc(50% - (25px / 2)) calc(50% - (25px / 2)); }
  @media (min-width: 992px) {
    .icon-list-grid {
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      grid-column-gap: 50px;
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      column-gap: 50px;
      grid-row-gap: 50px;
      row-gap: 50px; } }

.featherlight .featherlight-content {
  padding: 10px 10px 0; }

.featherlight .featherlight-close-icon {
  right: 15px;
  top: 15px;
  font-family: "LatoSemiBold", Arial, sans serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  font-size: 1.3888888889rem; }
  @media (min-width: 768px) {
    .featherlight .featherlight-close-icon {
      font-size: 25px;
      font-size: 1.1363636364rem; } }

@media (min-width: 768px) {
  div[id^='tthreed-btgo-ox'] .container, div[id^='tthreed-btgo-ox'] .main-container {
    max-width: 1000px; } }

div[id^='tthreed-btgo-ox'] p:first-of-type, div[id^='tthreed-btgo-ox'] .no-margin-top, div[id^='tthreed-btgo-ox'] .single-review-title, div[id^='tthreed-btgo-ox'] #afford-to-sell h3 {
  margin-top: 0; }

div[id^='tthreed-btgo-ox'] p:last-of-type, div[id^='tthreed-btgo-ox'] .no-margin-bottom, div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner, div[id^='tthreed-btgo-ox'] #ninety-day-challange h3, div[id^='tthreed-btgo-ox'] .single-review-header, div[id^='tthreed-btgo-ox'] .reason-container:last-of-type {
  margin-bottom: 0; }

div[id^='tthreed-btgo-ox'] #header, div[id^='tthreed-btgo-ox'] #benefits, div[id^='tthreed-btgo-ox'] section[id*='-day-challange'], div[id^='tthreed-btgo-ox'] #reviews, div[id^='tthreed-btgo-ox'] #doctor-recommended, div[id^='tthreed-btgo-ox'] #three-reasons, div[id^='tthreed-btgo-ox'] .main-cta, div[id^='tthreed-btgo-ox'] #money-back-cert-section, div[id^='tthreed-btgo-ox'] #for-best-results, div[id^='tthreed-btgo-ox'] #for-best-results .title-container, div[id^='tthreed-btgo-ox'] #let-me-explain, div[id^='tthreed-btgo-ox'] #maintain-healthy-digestion, div[id^='tthreed-btgo-ox'] #afford-to-sell, div[id^='tthreed-btgo-ox'] #money-back, div[id^='tthreed-btgo-ox'] #why-ox, div[id^='tthreed-btgo-ox'] #vitamin-angels, div[id^='tthreed-btgo-ox'] #resources {
  padding: 25px 0; }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #header, div[id^='tthreed-btgo-ox'] #benefits, div[id^='tthreed-btgo-ox'] section[id*='-day-challange'], div[id^='tthreed-btgo-ox'] #reviews, div[id^='tthreed-btgo-ox'] #doctor-recommended, div[id^='tthreed-btgo-ox'] #three-reasons, div[id^='tthreed-btgo-ox'] .main-cta, div[id^='tthreed-btgo-ox'] #money-back-cert-section, div[id^='tthreed-btgo-ox'] #for-best-results, div[id^='tthreed-btgo-ox'] #for-best-results .title-container, div[id^='tthreed-btgo-ox'] #let-me-explain, div[id^='tthreed-btgo-ox'] #maintain-healthy-digestion, div[id^='tthreed-btgo-ox'] #afford-to-sell, div[id^='tthreed-btgo-ox'] #money-back, div[id^='tthreed-btgo-ox'] #why-ox, div[id^='tthreed-btgo-ox'] #vitamin-angels, div[id^='tthreed-btgo-ox'] #resources {
      padding: 50px 0; } }

div[id^='tthreed-btgo-ox'] #for-best-results .title-container h3, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu, div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .review-count, div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .stroke, div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient, div[id^='tthreed-btgo-ox'] #why-ox, div[id^='tthreed-btgo-ox'] .main-cta .icon-list .icon-item, div[id^='tthreed-btgo-ox'] .main-cta .left, div[id^='tthreed-btgo-ox'] .main-cta .main-cta-container, div[id^='tthreed-btgo-ox'] .main-cta .money-back, div[id^='tthreed-btgo-ox'] .main-cta .money-back .badge, div[id^='tthreed-btgo-ox'] .main-cta .price-info-container, div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

div[id^='tthreed-btgo-ox'] #header {
  position: relative;
  z-index: 9999;
  padding: 0 15px;
  background: #fff;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #header {
      position: fixed;
      top: 0;
      height: 120px; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #header .flex-container, div[id^='tthreed-btgo-ox'] #header #ox-lf-logo, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu {
      height: 120px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  div[id^='tthreed-btgo-ox'] #header .flex-container {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      div[id^='tthreed-btgo-ox'] #header .flex-container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; } }
  div[id^='tthreed-btgo-ox'] #header #ox-lf-logo {
    padding: 15px 0 0 0;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #header #ox-lf-logo {
        padding-bottom: 15px;
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 198px;
        -ms-flex: 0 0 198px;
        flex: 0 0 198px; } }
    div[id^='tthreed-btgo-ox'] #header #ox-lf-logo img {
      display: inline-block;
      margin: 0;
      padding: 0;
      max-width: 150px; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #header #ox-lf-logo img {
          max-width: 198px; } }
  div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    order: 3;
    padding: 15px 0; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title {
        padding: 0 15px;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        order: 2; } }
    div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title h2, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title h2 * {
      margin: 0;
      padding: 0;
      font-size: 22px;
      font-size: 1.2222222222rem;
      width: 100%; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title h2, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title h2 * {
          font-size: 28px;
          font-size: 1.2727272727rem; } }
      div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title h2 span, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-title h2 * span {
        color: #f76900; }
  div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    order: 2;
    width: 100%; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        order: 3; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px; } }
    div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu img {
      max-height: 36px; }
    div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav {
      cursor: pointer;
      position: relative; }
      div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level, div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
      div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li {
        position: relative; }
        div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown {
          min-width: 175px;
          visibility: hidden;
          position: absolute;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          margin-top: 1rem;
          right: 0;
          border: 1px solid rgba(0, 0, 0, 0.35);
          -webkit-box-hadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
          -moz-box-hadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
          box-hadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
          height: 0; }
          div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li {
            clear: both;
            width: 100%;
            opacity: 0;
            -webkit-transition: opacity .2s ease .1s;
            -o-transition: opacity .2s ease .1s;
            transition: opacity .2s ease .1s;
            font-size: 20px;
            font-size: 1.1111111111rem; }
            @media (min-width: 768px) {
              div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li {
                font-size: 20px;
                font-size: 0.9090909091rem; } }
            div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li a {
              text-align: left;
              background-color: #fff;
              display: block;
              padding: 12px 16px;
              text-decoration: none;
              color: #000;
              font-weight: normal;
              margin: 0;
              width: 100%; }
              div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown li a:hover {
                background-color: #ce5800;
                color: #fff; }
          div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown.open {
            opacity: 1;
            visibility: visible;
            height: 210px; }
            div[id^='tthreed-btgo-ox'] #header #ox-lf-page-menu #ox-lf-nav .top-level li .dropdown.open li {
              opacity: 1; }
  div[id^='tthreed-btgo-ox'] #header #ox-lf-btn .try-free-btn {
    display: none;
    font-size: 20px;
    font-size: 1.1111111111rem; }
    @media (min-width: 480px) {
      div[id^='tthreed-btgo-ox'] #header #ox-lf-btn .try-free-btn {
        margin-left: 15px;
        padding: 3px 9px;
        display: inline-block; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #header #ox-lf-btn .try-free-btn {
        font-size: 20px;
        font-size: 0.9090909091rem; } }

div[id^='tthreed-btgo-ox'] #top-content-formulated {
  background-color: #fff;
  padding-bottom: 25px;
  border-top: 10px solid #404042; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #top-content-formulated {
      margin-top: 120px;
      padding-bottom: 50px; } }
  div[id^='tthreed-btgo-ox'] #top-content-formulated h1, div[id^='tthreed-btgo-ox'] #top-content-formulated h1 * {
    font-size: 28px;
    font-size: 1.5555555556rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #top-content-formulated h1, div[id^='tthreed-btgo-ox'] #top-content-formulated h1 * {
        font-size: 34px;
        font-size: 1.5454545455rem; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #top-content-formulated h1, div[id^='tthreed-btgo-ox'] #top-content-formulated h1 * {
        font-size: 44px;
        font-size: 2rem; } }
  div[id^='tthreed-btgo-ox'] #top-content-formulated h1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding: 20px;
    color: #007572; }
    @media (min-width: 576px) {
      div[id^='tthreed-btgo-ox'] #top-content-formulated h1 {
        padding: 50px 15px 25px 15px; } }
  div[id^='tthreed-btgo-ox'] #top-content-formulated .try-free-btn {
    width: 50%;
    margin: 20px auto 0 auto; }
  div[id^='tthreed-btgo-ox'] #top-content-formulated .nsa-label {
    margin: 20px auto 0;
    padding-top: 0;
    font-size: 18px;
    font-size: 0.8181818182rem;
    text-align: center; }

@media (min-width: 992px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy {
    margin-bottom: 75px; } }

div[id^='tthreed-btgo-ox'] #enjoy-healthy h2 {
  color: #007572;
  font-weight: bold;
  font-size: 36px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 35px; }
  @media (min-width: 480px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy h2 {
      font-size: 48px;
      font-size: 2.6666666667rem; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy h2 {
      font-size: 48px;
      font-size: 2.1818181818rem;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy h2 {
      font-size: 60px;
      font-size: 2.7272727273rem; } }

div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner {
  background-image: -moz-linear-gradient(90deg, #ededed 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #ededed 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #ededed 0%, white 100%);
  padding-top: 35px;
  padding-bottom: 35px; }
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        margin-bottom: 0; } }
    div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
      position: relative;
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
          -webkit-box: 0;
          -moz-box: 0;
          -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
          flex: 0 0 45%;
          max-width: 250px; } }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
          max-width: 330px; } }
      div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img {
        max-width: 150px;
        max-height: 400px;
        height: auto; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img {
            max-width: 100%;
            max-height: none; } }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img {
            margin-top: -65px;
            margin-bottom: -100px;
            width: 330px; } }
    div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-left: 0;
      text-align: center; }
      @media (min-width: 576px) {
        div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content {
          text-align: left;
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 65%;
          -ms-flex: 1 1 65%;
          flex: 1 1 65%; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content {
          text-align: left;
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
      div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
        margin: 0; }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
            margin-left: 50px;
            line-height: 1.2; } }

div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid {
  /*@include grid-template-columns(calc(50% - 13px) calc(50% - 13px));*/ }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); }
      div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid &gt; * {
        grid-column: span 2; }
        div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid &gt; *:nth-last-child(1):nth-child(odd) {
          grid-column: 2/span 2; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid {
      -ms-grid-columns: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr); } }
  div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 15px;
    row-gap: 15px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -ms-grid-rows: 109px 40px 1fr;
    grid-template-rows: 109px 40px 1fr; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item {
        grid-row-gap: 0;
        row-gap: 0;
        -ms-grid-columns: 109px calc(100% - 124px);
        grid-template-columns: 109px calc(100% - 124px);
        -ms-grid-rows: 95px 1fr;
        grid-template-rows: 95px 1fr;
        grid-column-gap: 15px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px; } }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .image, div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .label, div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .benefits-ingredients {
        -ms-grid-column: 1;
        -ms-grid-column-span: span 1-1;
        grid-column: 1/span 1; } }
    div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .image {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 1-1;
      grid-row: 1/span 1;
      padding-right: 0; }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .image {
          -ms-grid-row: 1;
          -ms-grid-row-span: span 2-1;
          grid-row: 1/span 2; } }
      div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .image img {
        margin: 0 auto;
        width: 109px;
        max-width: 100%; }
    div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .label, div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .benefits-ingredients li {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal; }
    div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .label {
      margin: 0;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 18px;
      font-size: 1rem;
      -ms-grid-row: 2;
      -ms-grid-row-span: span 1-2;
      grid-row: 2/span 1; }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .label {
          text-align: left;
          -ms-grid-column: 2;
          -ms-grid-column-span: span 1-2;
          grid-column: 2/span 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: span 1-1;
          grid-row: 1/span 1;
          font-size: 22px;
          font-size: 1rem; } }
      @media (max-width: 991px) {
        div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .label br {
          display: none; } }
    div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .benefits-ingredients {
      list-style-type: none;
      margin: 0;
      padding: 0;
      -ms-grid-row: 3;
      -ms-grid-row-span: span 1-3;
      grid-row: 3/span 1; }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .benefits-ingredients {
          -ms-grid-column: 2;
          -ms-grid-column-span: span 1-2;
          grid-column: 2/span 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: span 1-2;
          grid-row: 2/span 1; } }
      div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .benefits-ingredients li {
        margin: 0 0 10px 0;
        padding: 5px 10px 2px 10px;
        color: #007572;
        border: 2px solid #007572;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.7777777778rem; }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item .benefits-ingredients li {
            font-size: 16px;
            font-size: 0.7272727273rem; } }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] #benefits .icon-list-grid .list-item#bl-healthy-inflammation-levels .label {
        font-size: 16px;
        font-size: 0.8888888889rem; } }

div[id^='tthreed-btgo-ox'] #ninety-day-challange {
  text-align: center;
  background-color: #ce5800;
  color: #fff; }
  div[id^='tthreed-btgo-ox'] #ninety-day-challange h2 {
    margin: 15px 0;
    font-size: 40px;
    font-size: 2.2222222222rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #ninety-day-challange h2 {
        font-size: 40px;
        font-size: 1.8181818182rem; } }
  div[id^='tthreed-btgo-ox'] #ninety-day-challange h3 {
    font-size: 1.2rem; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #ninety-day-challange h3 {
        font-size: 1.1rem; } }
  div[id^='tthreed-btgo-ox'] #ninety-day-challange p {
    text-align: center; }
  div[id^='tthreed-btgo-ox'] #ninety-day-challange img {
    width: 63px; }

div[id^='tthreed-btgo-ox'] #reviews {
  background-color: #f7f7f7; }
  div[id^='tthreed-btgo-ox'] #reviews h2 {
    margin: 0 auto 25px auto;
    font-size: 44px;
    font-size: 2.4444444444rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews h2 {
        margin-bottom: 50px;
        font-size: 44px;
        font-size: 2rem; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #reviews .container {
      max-width: 1080px; } }
  div[id^='tthreed-btgo-ox'] #reviews .two-columns {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews .two-columns {
        flex-direction: row; } }
    div[id^='tthreed-btgo-ox'] #reviews .two-columns &gt; .left, div[id^='tthreed-btgo-ox'] #reviews .two-columns &gt; .right {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 calc(50% - 15px);
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
      background-color: #fff;
      padding: 0 15px; }
    div[id^='tthreed-btgo-ox'] #reviews .two-columns .title-image {
      margin: 25px auto 35px auto; }
    div[id^='tthreed-btgo-ox'] #reviews .two-columns .section-desc {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 24px;
      font-size: 1.3333333333rem; }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] #reviews .two-columns .section-desc {
          text-align: center; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #reviews .two-columns .section-desc {
          font-size: 20px;
          font-size: 0.9090909091rem; } }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #reviews .two-columns .section-desc {
          font-size: 24px;
          font-size: 1.0909090909rem; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #reviews .review-title-stars {
      max-width: 175px; } }
  div[id^='tthreed-btgo-ox'] #reviews .single-review-content {
    color: #000;
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews .single-review-content {
        font-size: 18px;
        font-size: 0.8181818182rem; } }
  @media (max-width: 479px) {
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews {
      display: none; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .left, div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .right {
      flex: 0 0 100%; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .left {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    padding-left: 0; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .left {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .right {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding: 0; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .right {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .right a {
      font-weight: bold;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .right a {
          font-size: 18px;
          font-size: 0.8181818182rem; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .title-image img {
    width: 338px; }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-review {
    padding: 25px 0; }
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-review:last-of-type {
      margin-bottom: 25px; }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-review-header {
    padding-top: 0; }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .initial-name-block, div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .initial-name-block {
    margin-bottom: 5px; }
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .initial-name-block .initial {
      margin-right: 15px; }
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .initial-name-block .initial img {
        width: 40px; }
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .initial-name-block .single-review-customer {
      color: #000;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .initial-name-block .single-review-customer {
          font-size: 18px;
          font-size: 0.8181818182rem; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block {
    margin-bottom: 5px; }
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block .single-review-rating {
      margin-right: 15px; }
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block .single-review-rating .single-review-star img {
        height: 18px;
        margin: 0; }
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block .single-review-verified {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block .single-review-verified small {
        color: #c45500;
        position: relative;
        top: 2px;
        line-height: 1;
        font-family: "LatoSemiBold", Arial, sans serif;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        font-size: 0.7777777778rem; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .rate-date-block .single-review-verified small {
            font-size: 14px;
            font-size: 0.6363636364rem; } }
  @media (max-width: 991px) {
    div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .location-date-block {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .location-date-block .single-review-location img {
    width: 20px;
    display: inline-block;
    margin: 0px 5px 0 0; }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-review-title {
    padding-top: 5px;
    text-align: left;
    color: #000;
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-review-title {
        font-size: 18px;
        font-size: 0.8181818182rem; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-helpful-content small, div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .location-date-block small {
    color: #565959;
    font-size: 14px;
    font-size: 0.7777777778rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-helpful-content small, div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .location-date-block small {
        font-size: 14px;
        font-size: 0.6363636364rem; } }
  div[id^='tthreed-btgo-ox'] #reviews #amazon-reviews .single-helpful-content {
    margin-top: 10px; }
  div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews h4 {
    font-size: 32px;
    margin: 25px 0; }
  div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .title-image {
    margin-bottom: 25px; }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .title-image img {
      width: 375px; }
  div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .bestseller-badge {
    width: 326px; }
  div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .review-count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin: 15px auto 25px auto; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .review-count {
        margin: 25px auto 50px auto; } }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .review-count .star-img img {
      width: 180px; }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .review-count .link-color {
      line-height: 1;
      padding-top: 6px;
      padding-left: 5px;
      font-size: 16px;
      font-size: 0.8888888889rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .review-count .link-color {
          font-size: 20px;
          font-size: 0.9090909091rem; } }
  div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review {
    padding: 25px 0; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review {
        padding: 25px 15px; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .initial .single-review-initial {
        padding-top: 0; } }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .rate-date-block {
      margin-bottom: 5px; }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .verified-block .single-review-verified {
      font-size: 12px; }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .single-review-star img {
      width: 22px; }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .single-review-customer {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
      font-size: 0.8333333333rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .single-review-customer {
          font-size: 22px;
          font-size: 1rem; } }
    div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .single-review-title {
      text-align: left;
      margin: 10px 0 0 0;
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #reviews #organixx-reviews .single-review .single-review-title {
          font-size: 22px;
          font-size: 1rem; } }

div[id^='tthreed-btgo-ox'] #banner-cta {
  background-color: #f7f7f7; }
  div[id^='tthreed-btgo-ox'] #banner-cta img {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] #banner-cta img {
        max-width: 768px; } }

div[id^='tthreed-btgo-ox'] #doctor-recommended {
  background-color: #f7f7f7; }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #doctor-recommended {
      padding: 25px 0 75px 0; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container {
      -ms-grid-columns: 45% 1fr;
      grid-template-columns: 45% 1fr;
      grid-column-gap: 50px;
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      column-gap: 50px; } }
  div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .right, div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .full {
    -ms-grid-column: 1;
    -ms-grid-column-span: span 1-1;
    grid-column: 1/span 1; }
    @media (max-width: 991px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .right, div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .full {
        order: 3; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .right {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .full {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 2-1;
      grid-column: 1/span 2; } }
  div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container h2.right {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    font-size: 34px; }
    @media (max-width: 991px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container h2.right {
        order: 1; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container h2.right {
        font-size: 44px;
        text-align: left;
        line-height: 1.4; } }
  div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: span 1-1;
    grid-column: 1/span 1; }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-container {
        float: none;
        padding: 25px 0; } }
    @media (max-width: 991px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-container {
        order: 2; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-container {
        padding: 0;
        margin: 0;
        -ms-grid-row: 1;
        -ms-grid-row-span: span 4-1;
        grid-row: 1/span 4; } }
    div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-container img {
      width: 400px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-container img {
          margin-bottom: 10px; } }
  div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-caption {
    font-size: 16px;
    font-family: "LatoSemiBold", Arial, sans serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    margin-top: 15px; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .image-caption {
        font-size: 24px;
        font-family: "LatoSemiBold", Arial, sans serif;
        font-weight: 600;
        font-style: normal;
        line-height: 1.4;
        margin-top: 0; } }
  div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .dr-sig {
    margin: 25px 0 0; }
    div[id^='tthreed-btgo-ox'] #doctor-recommended .dr-container .dr-sig img {
      margin: 0;
      width: 307px;
      height: 52px; }

div[id^='tthreed-btgo-ox'] #three-reasons h2 {
  text-align: center;
  margin: 0;
  font-size: 34px;
  font-size: 1.8888888889rem; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #three-reasons h2 {
      font-size: 40px;
      font-size: 1.8181818182rem; } }

div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container {
  max-width: 100%;
  clear: both;
  background-color: #f7f7f7;
  margin-bottom: 75px; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container {
      margin-bottom: 100px; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container {
      padding: 50px 60px; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container:first-of-type {
    margin-top: 80px; }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .count-badge {
    text-align: center;
    position: relative;
    top: -40px;
    margin-bottom: -15px; }
    @media (min-width: 576px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .count-badge {
        top: -50px;
        margin-bottom: -35px; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .count-badge {
        top: -58px;
        margin-bottom: -58px; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .count-badge {
        top: -82px;
        margin-bottom: -72px; } }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .count-badge span {
      background-color: #787878;
      display: inline-block;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      color: #fff;
      font-size: 1.9rem;
      font-family: "LatoMedium", Arial, sans serif;
      font-weight: 500;
      font-style: normal;
      min-width: 1.4em;
      min-height: 1.4em;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container h3 {
    text-align: center;
    font-size: 30px;
    font-size: 1.6666666667rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container h3 {
        font-size: 36px;
        font-size: 1.6363636364rem; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .stroke {
    color: #fff;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: auto;
    width: 200px;
    height: 61px;
    max-width: 100%;
    margin: 0 auto 15px auto;
    background: url("/wp-content/themes/ox2022/content/salesletters/t3d-special-offer/build/images/bg-stroke.svg") no-repeat center center/contain; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .stroke {
        width: 265px;
        margin-top: 25px; } }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .stroke span {
      color: #fff;
      z-index: 2;
      font-size: 28px;
      font-size: 1.5555555556rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container .stroke span {
          font-size: 36px;
          font-size: 1.6363636364rem; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one h2 {
    color: #ce5800;
    text-decoration: underline;
    margin: 25px auto; }
    @media (max-width: 479px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one h2 {
        margin: 25px 0;
        padding: 0 10px 16px 10px; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one h2 {
        font-size: 40px;
        font-size: 1.8181818182rem; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .img-right {
    max-width: 100%; }
    @media (min-width: 768px) and (max-width: 991.9px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .img-right {
        max-width: 275px; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient {
        -ms-grid-columns: 163px 1fr;
        grid-template-columns: 163px 1fr; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient:last-of-type {
        border: 0; } }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-img {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center; }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-img {
          margin-bottom: 15px; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-img {
          text-align: left;
          -webkit-box: 0;
          -moz-box: 0;
          -webkit-flex: 0 0 175px;
          -ms-flex: 0 0 175px;
          flex: 0 0 175px; } }
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-img img {
        width: 200px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        display: inline-block; }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content {
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-title, div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-sub-title {
        text-align: center; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-title, div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-sub-title {
            text-align: left; } }
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-title {
        margin: 0;
        line-height: 1;
        font-size: 26px;
        font-size: 1.4444444444rem; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-title {
            font-size: 26px;
            font-size: 1.1818181818rem; } }
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-sub-title {
        font-family: "LatoMedium", Arial, sans serif;
        font-weight: 500;
        font-style: normal;
        font-size: .85rem;
        line-height: 1;
        margin: 5px 0 0 0; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-sub-title {
            margin: 10px 0 0 0; } }
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one .single-ingredient .ingredient-content .ingredient-text {
        margin-top: 15px; }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one #nutritional-info {
    text-align: center; }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one #nutritional-info a {
      color: #414042;
      font-size: .85rem;
      text-transform: uppercase; }
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one #nutritional-info a img {
        position: relative;
        right: -15px;
        width: 720px; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one #nutritional-info a img {
            right: -25px;
            max-width: 100%; } }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one #nutritional-info a img {
            width: 820px; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-one #nutritional-info a:last-of-type {
          display: none; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .stroke {
    background-image: url("/wp-content/themes/ox2022/content/salesletters/t3d-special-offer/build/images/bg-stroke.svg"); }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .icon-list-grid {
    margin: 25px auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-grid-columns: calc(50% - (25px/2)) calc(50% - (25px/2));
    grid-template-columns: calc(50% - (25px/2)) calc(50% - (25px/2)); }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .icon-list-grid {
        grid-column-gap: 15px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        -ms-grid-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
        grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px); } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .icon-list-grid {
        -ms-grid-columns: 190px 190px 190px 190px;
        grid-template-columns: 190px 190px 190px 190px;
        grid-column-gap: 25px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        margin: 50px auto; } }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .icon-list-grid li img {
      margin: 0 auto; }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .badge-img {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-two .badge-img img {
        max-width: 200px; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three .stroke {
    background-image: url("/wp-content/themes/ox2022/content/salesletters/t3d-special-offer/build/images/bg-stroke-long.svg");
    margin-bottom: -5px;
    width: 350px; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three .stroke {
        width: 363px; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three h3 {
    margin-bottom: 25px; }
    div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three h3 small {
      display: block;
      margin-bottom: 10px;
      font-size: 34px;
      font-size: 1.8888888889rem;
      font-size: 1rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three h3 small {
          font-size: 34px;
          font-size: 1.5454545455rem; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three h3 small {
          font-size: 1.2rem; } }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three .left {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px; }
  div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three .right {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three .right {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 226px;
        -ms-flex: 0 0 226px;
        flex: 0 0 226px; } }
    @media (max-width: 991px) {
      div[id^='tthreed-btgo-ox'] #three-reasons .reason-content-container .reason-container#reason-three .right img {
        margin-top: 25px;
        width: 150px; } }

div[id^='tthreed-btgo-ox'] .main-cta {
  background-color: #007572; }
  div[id^='tthreed-btgo-ox'] .main-cta .main-cta-container {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] .main-cta .main-cta-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  div[id^='tthreed-btgo-ox'] .main-cta .left, div[id^='tthreed-btgo-ox'] .main-cta .price-info-container, div[id^='tthreed-btgo-ox'] .main-cta .right .mobile {
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px; }
  div[id^='tthreed-btgo-ox'] .main-cta .left {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0; }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] .main-cta .left {
        display: none;
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] .main-cta .left {
        padding: 25px 0;
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] .main-cta .left {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 430px;
        -ms-flex: 0 0 430px;
        flex: 0 0 430px;
        padding: 50px 0 25px 0;
        margin-bottom: 0;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    div[id^='tthreed-btgo-ox'] .main-cta .left .desktop {
      display: none; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] .main-cta .left .desktop {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box: 0;
          -moz-box: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      div[id^='tthreed-btgo-ox'] .main-cta .left .desktop img {
        display: block; }
      div[id^='tthreed-btgo-ox'] .main-cta .left .desktop .img-holder:first-of-type img {
        width: 299px;
        margin-bottom: 25px; }
      div[id^='tthreed-btgo-ox'] .main-cta .left .desktop .img-holder:last-of-type img {
        width: 209px; }
  div[id^='tthreed-btgo-ox'] .main-cta .right {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #fff; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] .main-cta .right {
        padding-left: 25px;
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] .main-cta .right {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 50px; } }
    div[id^='tthreed-btgo-ox'] .main-cta .right .mobile {
      display: block;
      padding: 25px;
      margin: 25px auto; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] .main-cta .right .mobile {
          display: none; } }
    div[id^='tthreed-btgo-ox'] .main-cta .right h2, div[id^='tthreed-btgo-ox'] .main-cta .right h3 {
      margin: 0;
      padding: 0;
      line-height: 1.2;
      text-align: center; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] .main-cta .right h2, div[id^='tthreed-btgo-ox'] .main-cta .right h3 {
          line-height: 1.3;
          text-align: left; } }
    div[id^='tthreed-btgo-ox'] .main-cta .right h2 {
      font-size: 33px;
      font-size: 1.8333333333rem; }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] .main-cta .right h2 {
          font-size: 50px;
          font-size: 2.2727272727rem; } }
    div[id^='tthreed-btgo-ox'] .main-cta .right h3 {
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] .main-cta .right h3 {
          font-size: 38px;
          font-size: 1.7272727273rem; } }
  div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid {
    margin: 25px 0;
    -ms-grid-columns: calc(33.3% - (50px / 3)) calc(33.3% - (50px / 3)) calc(33.3% - (55px / 3));
    grid-template-columns: calc(33.3% - (50px / 3)) calc(33.3% - (50px / 3)) calc(33.3% - (55px / 3));
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid {
        margin: 50px 0;
        grid-column-gap: 25px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px; } }
    div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li {
      text-align: center; }
      div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li .icon {
        display: block;
        margin: auto; }
      div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li.immune img, div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li.energy img, div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li.brain img {
        width: 106px; }
      div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li.energy img {
        position: relative;
        right: -10px; }
      div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li .label {
        padding-top: 5px;
        font-family: "LatoSemiBold", Arial, sans serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.7222222222rem; }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li .label {
            font-size: 18px;
            font-size: 0.8181818182rem; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] .main-cta .icon-list-grid li:last-of-type .label {
          padding-right: 0; } }
  div[id^='tthreed-btgo-ox'] .main-cta .price-info-container {
    padding: 25px;
    margin-bottom: 25px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] .main-cta .price-info-container {
        padding: 15px 25px 25px 25px;
        margin-bottom: 35px;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container {
      color: #414042;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%; }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .sale-price, div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .regular-price {
          -webkit-box: 0;
          -moz-box: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .sale-price {
        font-family: "LatoSemiBold", Arial, sans serif;
        font-weight: 600;
        font-style: normal;
        font-size: 60px;
        font-size: 2.7272727273rem; }
        @media (max-width: 767px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .sale-price {
            font-size: 60px;
            font-size: 3.3333333333rem;
            text-align: center;
            line-height: 1; } }
      div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .regular-price {
        font-size: 20px;
        font-size: 1.1111111111rem;
        line-height: 1;
        text-align: center;
        padding-bottom: 15px;
        font-family: "LatoMedium", Arial, sans serif;
        font-weight: 500;
        font-style: normal; }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .regular-price {
            text-align: left;
            padding: 0 0 0 15px;
            font-size: 20px;
            font-size: 0.9090909091rem; } }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .regular-price {
            padding: 0 0 0 25px; } }
        @media (max-width: 767px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .price-container .regular-price br {
            display: none; } }
    div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container {
      width: 300px;
      max-width: 100%; }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container {
          margin: auto; } }
      div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn {
        background: url("/wp-content/themes/ox2022/content/salesletters/t3d-special-offer/build/images/cta-btn.png") no-repeat 0 0/cover;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: auto;
        min-height: 53px;
        max-width: 225px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn {
            background-size: contain; } }
        @media (min-width: 768px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn {
            max-width: 250px; } }
        @media (min-width: 768px) and (max-width: 991.9px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn {
            margin: 0; } }
        @media (min-width: 992px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn {
            text-align: center;
            max-width: 300px;
            min-height: 63px;
            font-size: 1.15rem; } }
        div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn .btn-label {
          color: #fff;
          font-family: "LatoSemiBold", Arial, sans serif;
          font-weight: 600;
          font-style: normal;
          flex: 0 1 82%;
          line-height: 1; }
          @media (max-width: 767px) {
            div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn .btn-label {
              text-align: center;
              position: relative;
              top: 1px; } }
        @media (max-width: 767px) {
          div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn .btn-arrow {
            position: relative;
            top: -2px; } }
        div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn .btn-arrow img {
          width: auto;
          display: block;
          height: 16px; }
          @media (min-width: 480px) {
            div[id^='tthreed-btgo-ox'] .main-cta .price-info-container .cta-btn-container .accent-btn .btn-arrow img {
              height: 20px; } }
  div[id^='tthreed-btgo-ox'] .main-cta .money-back {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    div[id^='tthreed-btgo-ox'] .main-cta .money-back .badge img {
      width: 100px;
      height: auto; }
    div[id^='tthreed-btgo-ox'] .main-cta .money-back .label {
      -ms-grid-row-align: center;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-family: "LatoMedium", Arial, sans serif;
      font-weight: 500;
      font-style: normal;
      padding-left: 25px;
      font-size: 18px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] .main-cta .money-back .label {
          font-size: 25px;
          font-size: 1.1363636364rem; } }

div[id^='tthreed-btgo-ox'] #for-best-results &gt; .container {
  padding-top: 25px; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #for-best-results &gt; .container {
      padding-top: 50px; } }

div[id^='tthreed-btgo-ox'] #for-best-results .title-container {
  background-color: #ce5800; }
  div[id^='tthreed-btgo-ox'] #for-best-results .title-container h3 {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    font-size: 1.45rem;
    color: #fff; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #for-best-results .title-container h3 {
        font-size: 2.25rem; } }
    div[id^='tthreed-btgo-ox'] #for-best-results .title-container h3:before, div[id^='tthreed-btgo-ox'] #for-best-results .title-container h3:after {
      content: '';
      background: url("/wp-content/themes/ox2022/content/salesletters/common-assets/build/images/best-results-arrow.svg") no-repeat center center;
      min-height: 130px;
      width: 15%;
      background-size: 100%; }

div[id^='tthreed-btgo-ox'] #for-best-results h4 {
  color: #47968f;
  margin: 25px auto;
  font-size: 20px;
  font-size: 1.1111111111rem; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #for-best-results h4 {
      font-size: 26px;
      font-size: 1.1818181818rem; } }

div[id^='tthreed-btgo-ox'] #for-best-results .img-left, div[id^='tthreed-btgo-ox'] #for-best-results .img-right {
  margin: 0 auto 25px auto; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #for-best-results .img-left, div[id^='tthreed-btgo-ox'] #for-best-results .img-right {
      max-width: 420px; } }

div[id^='tthreed-btgo-ox'] #for-best-results .img-left {
  width: 362px; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #for-best-results .img-left {
      margin: 10px 25px 0 0; } }

div[id^='tthreed-btgo-ox'] #for-best-results .img-right {
  width: 417px; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #for-best-results .img-right {
      margin: 10px 0 0 25px; } }

div[id^='tthreed-btgo-ox'] #let-me-explain {
  background-color: #f7f7f7; }
  div[id^='tthreed-btgo-ox'] #let-me-explain .white-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 1023.9px) {
      div[id^='tthreed-btgo-ox'] #let-me-explain .white-box {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px); } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #let-me-explain .white-box {
        padding: 50px; } }
    div[id^='tthreed-btgo-ox'] #let-me-explain .white-box .accent {
      font-weight: bold; }
    div[id^='tthreed-btgo-ox'] #let-me-explain .white-box .image-holder {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] #let-me-explain .white-box .image-holder {
          margin-bottom: 22px; } }
      div[id^='tthreed-btgo-ox'] #let-me-explain .white-box .image-holder img {
        position: relative; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain .left-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain .right-cell {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain .full-row {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 2-1;
      grid-column: 1/span 2; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain .left-cell, div[id^='tthreed-btgo-ox'] #let-me-explain .right-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain .full-row img, div[id^='tthreed-btgo-ox'] #let-me-explain .left-cell img, div[id^='tthreed-btgo-ox'] #let-me-explain .right-cell img {
      max-width: 300px; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric p:nth-of-type(1) {
        order: 1; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric p:nth-of-type(2) {
        order: 2; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric .right-cell {
        order: 3; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric p:nth-of-type(3) {
        order: 4; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric p:nth-of-type(4) {
        order: 5; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric p:nth-of-type(5) {
        order: 6; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric p:nth-of-type(6) {
        order: 7; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric .right-cell {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 2-1;
      grid-row: 1/span 2; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric .right-cell {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 2-1;
      grid-row: 1/span 2; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric .right-cell {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 3-1;
      grid-row: 1/span 3; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-tumeric .accent.left-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 2-1;
      grid-column: 1/span 2; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ginger .image-holder img {
      left: -25px; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .left-cell.image-two {
      margin-right: 25px; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .left-cell.image-two {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .left-cell.image-two img {
      max-width: 200px; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .right-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .right-cell {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .right-cell.image-holder {
      -ms-grid-column: 2;
      -ms-grid-column-span: span 1-2;
      grid-column: 2/span 1; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .right-cell.image-holder img {
      margin: 0 -25px 25px 0; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .image-holder.left-cell {
      margin-right: 25px;
      -ms-grid-row: 5;
      -ms-grid-row-span: span 2-5;
      grid-row: 5/span 2; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .image-holder.right-cell {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 2-1;
      grid-row: 1/span 2; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .image-holder.right-cell {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 3-1;
      grid-row: 1/span 3; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .image-holder .image-two {
      width: calc(100% - 25px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .accent.left-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 2-1;
      grid-column: 1/span 2; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .accent.full-row {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 2-1;
      grid-column: 1/span 2; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(1) {
        order: 1; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha .image-one {
        order: 2; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(2) {
        order: 3; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(3) {
        order: 4; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(4) {
        order: 5; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(5) {
        order: 6; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(6) {
        order: 7; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(7) {
        order: 7; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(8) {
        order: 7; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(9) {
        order: 7; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-ashwagandha p:nth-of-type(10) {
        order: 7; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d .right-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d .right-cell {
      -ms-grid-row: 1;
      -ms-grid-row-span: span 2-1;
      grid-row: 1/span 2;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d .right-cell img {
      right: -25px; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d p:nth-of-type(1) {
        order: 1; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d .image-holder {
        order: 2; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d p:nth-of-type(2) {
        order: 3; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d p:nth-of-type(3) {
        order: 4; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d p:nth-of-type(4) {
        order: 5; }
      div[id^='tthreed-btgo-ox'] #let-me-explain #lme-vitamin-d p:nth-of-type(5) {
        order: 6; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion {
      grid-column-gap: 25px;
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion.padded-container {
      padding-top: 25px;
      padding-bottom: 25px; } }
  div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion .extra-space {
    padding-bottom: 1rem; }
  @media (max-width: 991px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion .right-cell {
      -ms-grid-column: 1;
      -ms-grid-column-span: span 1-1;
      grid-column: 1/span 1; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion .right-cell {
      -ms-grid-row: 4;
      -ms-grid-row-span: span 3-4;
      grid-row: 4/span 3;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; } }
  @media (max-width: 991px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion .right-cell img {
      max-width: 300px; } }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #let-me-explain #lme-conclusion .right-cell img {
      max-width: 562px;
      position: relative;
      margin-right: -55px; } }

div[id^='tthreed-btgo-ox'] #how-it-works {
  background-color: #ce5800;
  color: #fff; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #how-it-works .two-columns {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #how-it-works .left {
      background: url("/wp-content/themes/ox2022/content/salesletters/t3d-special-offer/build/images/bg-how-it-works.png") no-repeat center center;
      background-size: cover;
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; } }
  div[id^='tthreed-btgo-ox'] #how-it-works .left img {
    display: block;
    width: 992px; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #how-it-works .left img {
        display: none; } }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #how-it-works .right {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #how-it-works .right {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; } }
  div[id^='tthreed-btgo-ox'] #how-it-works .right .container {
    color: #fff;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #how-it-works .right .container {
        max-width: 720px;
        padding: 50px 15px 50px 25px; } }
    @media (min-width: 1024px) {
      div[id^='tthreed-btgo-ox'] #how-it-works .right .container {
        padding-left: 50px; } }
    div[id^='tthreed-btgo-ox'] #how-it-works .right .container h3 {
      font-size: 36px;
      font-size: 2rem;
      text-align: left;
      margin: 0 auto 25px auto; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #how-it-works .right .container h3 {
          font-size: 36px;
          font-size: 1.6363636364rem;
          max-width: 575px; } }
    div[id^='tthreed-btgo-ox'] #how-it-works .right .container p {
      max-width: 670px;
      margin: 10px 0; }
      div[id^='tthreed-btgo-ox'] #how-it-works .right .container p:first-of-type {
        margin-top: 25px; }
    div[id^='tthreed-btgo-ox'] #how-it-works .right .container img {
      display: inline-block;
      top: 5px;
      width: 51px;
      position: relative; }

div[id^='tthreed-btgo-ox'] #my-promise {
  padding: 50px 0; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #my-promise {
      padding: 50px 0 115px 0; } }
  div[id^='tthreed-btgo-ox'] #my-promise .white-bg {
    background-color: #f7f7f7;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: relative;
    padding: 15px; }
    @media (max-width: 575px) {
      div[id^='tthreed-btgo-ox'] #my-promise .white-bg {
        margin-bottom: 25px; } }
    @media (min-width: 576px) {
      div[id^='tthreed-btgo-ox'] #my-promise .white-bg {
        padding: 15px 15px 30px 15px; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #my-promise .white-bg {
        padding: 30px 50px; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      div[id^='tthreed-btgo-ox'] #my-promise .white-bg {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto; } }
    div[id^='tthreed-btgo-ox'] #my-promise .white-bg h3 {
      margin-top: 0;
      text-align: center;
      font-size: 26px;
      font-size: 1.4444444444rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg h3 {
          font-size: 36px;
          font-size: 1.6363636364rem; } }
    div[id^='tthreed-btgo-ox'] #my-promise .white-bg h4 {
      text-align: left;
      font-size: 20px;
      font-size: 1.1111111111rem;
      margin: 0 0 15px 0; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg h4 {
          font-size: 26px;
          font-size: 1.1818181818rem; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      div[id^='tthreed-btgo-ox'] #my-promise .white-bg .left {
        -ms-grid-column: 1;
        -ms-grid-column-span: span 1-1;
        grid-column: 1/span 1; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      div[id^='tthreed-btgo-ox'] #my-promise .white-bg .left.sm-full {
        -ms-grid-column: 1;
        -ms-grid-column-span: span 2-1;
        grid-column: 1/span 2; } }
    div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right {
      -webkit-align-self: end;
      -ms-flex-item-align: end;
      align-self: end; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          -ms-grid-row: 6;
          -ms-grid-row-span: span 2-6;
          grid-row: 6/span 2;
          -ms-grid-column: 2;
          -ms-grid-column-span: span 1-2;
          grid-column: 2/span 1; } }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right {
          -ms-grid-row: 5;
          -ms-grid-row-span: span 3-5;
          grid-row: 5/span 3; } }
      @media (min-width: 1024px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right {
          -webkit-align-self: end;
          -ms-flex-item-align: end;
          align-self: end; } }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right img {
          max-width: 50%;
          margin: 25px auto; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right img {
          margin-right: -25px;
          max-width: 250px;
          width: 250px;
          height: 140px; } }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right img {
          max-width: 275px;
          width: 275px;
          height: 154px;
          margin-right: -45px; } }
      @media (min-width: 1024px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right img {
          position: relative;
          margin-right: -80px;
          right: 40px; } }
      @media (min-width: 1200px) {
        div[id^='tthreed-btgo-ox'] #my-promise .white-bg .right img {
          max-width: 394px;
          width: 394px;
          height: 221px;
          margin-right: -170px;
          bottom: -75px;
          right: 25px; } }

div[id^='tthreed-btgo-ox'] #afford-to-sell {
  background-color: #fff; }
  @media (max-width: 767px) {
    div[id^='tthreed-btgo-ox'] #afford-to-sell {
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 50px; } }
  div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container {
    background-color: #f7f7f7;
    color: #414042;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px; }
    @media (min-width: 768px) and (max-width: 991.9px) {
      div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container {
        margin: 0 15px;
        max-width: calc(100% - 30px); } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container &gt; * {
        -ms-grid-column: 1;
        -ms-grid-column-span: span 1-1;
        grid-column: 1/span 1; } }
    div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2, div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2 span {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      text-align: center;
      font-size: 28px;
      font-size: 1.5555555556rem; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2, div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2 span {
          font-size: 35px;
          font-size: 1.5909090909rem; } }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2, div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: span 2-1;
        grid-column: 1/span 2; } }
    div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2 {
      margin: 0 auto 25px auto; }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2 {
          -ms-grid-column: 1;
          -ms-grid-column-span: span 2-1;
          grid-column: 1/span 2; } }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h2 {
          margin: 0 -27px 25px -27px; } }
    div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h3 {
      font-family: "LatoSemiBold", Arial, sans serif;
      font-weight: 600;
      font-style: normal;
      text-align: left;
      font-size: 24px;
      font-size: 1.3333333333rem; }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container h3 {
          font-size: 30px;
          font-size: 1.3636363636rem; } }
    div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container p.fitted-text {
      max-width: 500px; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container p:not(.full) {
        -ms-grid-column: 1;
        -ms-grid-column-span: span 1-1;
        grid-column: 1/span 1; } }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container p:last-of-type {
        margin-bottom: 50px; } }
    div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container .image-container {
      position: relative; }
      @media (max-width: 767px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container .image-container {
          max-width: 70%;
          margin: auto; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container .image-container {
          width: 412px;
          -ms-grid-column: 2;
          -ms-grid-column-span: span 1-2;
          grid-column: 2/span 1;
          -ms-grid-row: 4;
          -ms-grid-row-span: span 4-4;
          grid-row: 4/span 4;
          margin-bottom: -75px; } }
      @media (min-width: 768px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container .image-container img {
          position: relative;
          top: -25px; } }
      @media (min-width: 992px) {
        div[id^='tthreed-btgo-ox'] #afford-to-sell .padded-container .image-container img {
          right: -10px;
          bottom: -50px;
          position: absolute; } }

div[id^='tthreed-btgo-ox'] #money-back-guarantee .content-seal .image-wrapper {
  z-index: 999;
  top: -70px; }
  @media (min-width: 992px) {
    div[id^='tthreed-btgo-ox'] #money-back-guarantee .content-seal .image-wrapper {
      top: -90px; } }

@media (max-width: 767px) {
  div[id^='tthreed-btgo-ox'] #why-ox {
    padding-top: 75px; } }

@media (min-width: 992px) {
  div[id^='tthreed-btgo-ox'] #why-ox &gt; .container {
    max-width: 1100px; } }

div[id^='tthreed-btgo-ox'] #why-ox .padded-container {
  background-color: #f7f7f7; }

@media (min-width: 768px) {
  div[id^='tthreed-btgo-ox'] #why-ox .ribbon-container {
    top: 10%;
    left: 0; } }

div[id^='tthreed-btgo-ox'] #vitamin-angels {
  background-color: #f7f7f7;
  color: #414042; }
  div[id^='tthreed-btgo-ox'] #vitamin-angels h2 {
    font-size: 36px;
    font-size: 2rem; }
    @media (min-width: 992px) {
      div[id^='tthreed-btgo-ox'] #vitamin-angels h2 {
        text-align: left;
        font-size: 36px;
        font-size: 1.6363636364rem; } }

div[id^='tthreed-btgo-ox'] #resources {
  padding: 0 0 25px 0; }
  div[id^='tthreed-btgo-ox'] #resources p, div[id^='tthreed-btgo-ox'] #resources li, div[id^='tthreed-btgo-ox'] #resources a {
    font-size: 16px;
    font-size: 0.8888888889rem; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #resources p, div[id^='tthreed-btgo-ox'] #resources li, div[id^='tthreed-btgo-ox'] #resources a {
        font-size: 16px;
        font-size: 0.7272727273rem; } }
  div[id^='tthreed-btgo-ox'] #resources p {
    text-align: left;
    font-style: italic;
    margin: 25px 0; }
  div[id^='tthreed-btgo-ox'] #resources ol {
    margin: 0;
    padding: 0 15px;
    word-break: break-all; }

@media (min-width: 768px) {
  #amazon-reviews .title-image img {
    width: 100%;
    max-width: 358px;
    max-height: 36px; } }

@media (min-width: 768px) {
  #amazon-review .left img {
    width: 100%;
    max-width: 205px;
    max-height: 198px; } }

@media (min-width: 768px) {
  #amazon-review .review-screencap img {
    width: 100%;
    max-width: 420px;
    max-height: 374px; } }

@media (min-width: 768px) {
  #organixx-reviews .title-image img {
    width: 100%;
    max-width: 326px;
    max-height: 43px; } }

@media (min-width: 768px) {
  #organixx-reviews .star-img img {
    width: 100%;
    max-width: 180px;
    max-height: 29px; } }

@media (min-width: 768px) {
  #ninety-day-challange .title-icon img {
    width: 100%;
    max-width: 63px;
    max-height: 66px; } }

@media (min-width: 768px) {
  #my-promise .image-holder.right img {
    width: 100%;
    max-width: 394px;
    max-height: 221px; } }

@media (min-width: 768px) {
  #lme-tumeric .image-one img {
    width: 100%;
    max-width: 300px;
    max-height: 221px; } }

@media (min-width: 992px) {
  #lme-tumeric .image-one img {
    width: 100%;
    max-width: 427px;
    max-height: 314px; } }

@media (min-width: 768px) {
  #lme-tumeric .image-two img {
    width: 100%;
    max-width: 597px;
    max-height: 391px; } }

@media (min-width: 768px) {
  #lme-ginger .image-holder img {
    width: 100%;
    max-width: 394px;
    max-height: 284px; } }

@media (min-width: 768px) {
  #lme-ashwagandha .image-one img {
    width: 100%;
    max-width: 300px;
    max-height: 224px; } }

@media (min-width: 992px) {
  #lme-ashwagandha .image-one img {
    width: 100%;
    max-width: 451px;
    max-height: 336px; } }

@media (min-width: 768px) {
  #lme-ashwagandha .image-two img {
    width: 100%;
    max-width: 283px;
    max-height: 365px; } }

@media (min-width: 768px) {
  #lme-vitamin-d .image-holder img {
    width: 100%;
    max-width: 468px;
    max-height: 216px; } }

@media (min-width: 768px) {
  #how-it-works .left img {
    width: 100%;
    max-width: 768px;
    max-height: 484px; } }

@media (min-width: 768px) {
  #how-it-works .right img {
    width: 100%;
    max-width: 54px;
    max-height: 31px; } }

@media (min-width: 768px) {
  #ox-lf-page-menu .menu-icon {
    width: 100%;
    max-width: 43px;
    max-height: 36px; } }

@media (min-width: 768px) {
  #for-best-results img {
    width: 100%;
    max-width: 426px;
    max-height: 432px; } }

@media (min-width: 768px) {
  #enjoy-healthy img {
    width: 100%;
    max-width: 330px;
    max-height: 534px; } }

@media (min-width: 768px) {
  #doctor-recommended .image-container.left img {
    width: 100%;
    max-width: 408px;
    max-height: 409px; } }

@media (min-width: 768px) {
  #doctor-recommended .dr-sig full img {
    width: 100%;
    max-width: 307px;
    max-height: 52px; } }

@media (min-width: 768px) {
  #banner-cta .mobile {
    width: 100%;
    max-width: 768px;
    max-height: 1068px; } }

@media (min-width: 768px) {
  #banner-cta .desktop {
    width: 100%;
    max-width: 2000px;
    max-height: 819px; } }

@media (min-width: 768px) {
  #reason-two .badge-img img {
    width: 100%;
    max-width: 278px;
    max-height: 267px; } }

@media (min-width: 768px) {
  #reason-two .no-glyphosate {
    width: 100%;
    max-width: 197px;
    max-height: 170px; } }

@media (min-width: 768px) {
  #reason-two .no-heavy-metals {
    width: 100%;
    max-width: 197px;
    max-height: 170px; } }

@media (min-width: 768px) {
  #reason-two .no-gluten {
    width: 100%;
    max-width: 197px;
    max-height: 170px; } }

@media (min-width: 768px) {
  #reason-two .no-soy {
    width: 100%;
    max-width: 197px;
    max-height: 170px; } }

@media (min-width: 768px) {
  #reason-three .right img {
    width: 100%;
    max-width: 240px;
    max-height: 241px; } }

@media (min-width: 768px) {
  #nutritional-info img {
    width: 100%;
    max-width: 897px;
    max-height: 802px; } }

@media (min-width: 768px) {
  .main-cta .btn-arrow {
    width: 100%;
    max-width: 11px;
    max-height: 20px; } }

@media (min-width: 768px) {
  .main-cta .mobile img {
    width: 100%;
    max-width: 600px;
    max-height: 345px; } }

@media (min-width: 768px) {
  .main-cta .desktop .first-bottle {
    width: 100%;
    max-width: 301px;
    max-height: 323px; } }

@media (min-width: 768px) {
  .main-cta .desktop .second-bottle {
    width: 100%;
    max-width: 209px;
    max-height: 343px; } }

@media (min-width: 768px) {
  .main-cta .immune img {
    width: 100%;
    max-width: 87px;
    max-height: 93px; } }

@media (min-width: 768px) {
  .main-cta .energy img {
    width: 100%;
    max-width: 114px;
    max-height: 92px; } }

@media (min-width: 768px) {
  .main-cta .stress img {
    width: 100%;
    max-width: 138px;
    max-height: 92px; } }

@media (min-width: 768px) {
  .main-cta .money-back img {
    width: 100%;
    max-width: 240px;
    max-height: 241px; } }

@media (min-width: 768px) {
  #afford-to-sell img {
    width: 100%;
    max-width: 403px;
    max-height: 388px; } }

@media (min-width: 768px) {
  #amazon-reviews .single-review-location img {
    width: 100%;
    max-width: 20px;
    max-height: 14px; } }

@media (min-width: 768px) {
  #amazon-reviews .single-review-star img {
    width: 100%;
    max-width: 18px;
    max-height: 18px; } }

@media (min-width: 768px) {
  #amazon-reviews .initial img {
    width: 100%;
    max-width: 40px;
    max-height: 40px; } }

@media (min-width: 768px) {
  #organixx-reviews .single-review-star img {
    width: 100%;
    max-width: 22px;
    max-height: 22px; } }

@media (min-width: 768px) {
  #three-reasons .ingredient-img img {
    width: 100%;
    max-width: 168px;
    max-height: 168px; } }

@media (min-width: 768px) {
  #why-reasons .ingredient-img img {
    width: 100%;
    max-width: 168px;
    max-height: 168px; } }

div[id^='tthreed-btgo-ox'] #top-content-formulated .container-wide {
  padding-top: 0; }

div[id^='tthreed-btgo-ox'] #top-content-formulated h1 {
  font-size: 24px;
  font-size: 1.0909090909rem; }
  div[id^='tthreed-btgo-ox'] #top-content-formulated h1 .smaller {
    display: block;
    padding-top: 25px;
    font-size: 70%; }

div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
  font-size: 36px;
  font-size: clamp(36px, 48px, 7.5vw); }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
      font-size: 60px;
      font-size: clamp(36px, 60px, 5.6vw); } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
      margin-left: 25px; } }

@media (min-width: 768px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: unset; } }

@media (min-width: 992px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 370px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px; } }

@media (min-width: 992px) and (max-width: 1023.9px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    margin-right: 30px; } }

@media (min-width: 1024px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    margin-right: 25px; } }

@media (max-width: 767px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    max-height: unset;
    max-width: 100%;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    width: 100%; } }

@media (min-width: 1024px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    margin-left: -5px; } }

@media (min-width: 992px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
    margin-left: 0; } }

@media (min-width: 480px) {
  .ox-lf #top-content-formulated h1 {
    font-size: 30px;
    font-size: 1.3636363636rem; } }

@media (min-width: 480px) {
  .ox-lf #top-content-formulated h1 {
    font-size: 36px;
    font-size: 1.6363636364rem; } }

@media (min-width: 768px) {
  .ox-lf #top-content-formulated h1 {
    font-size: 42px;
    font-size: 1.9090909091rem;
    padding: 50px 0 0 0; } }

div[id^='tthreed-btgo-ox'] #enjoy-healthy {
  padding-bottom: 25px;
  border-top: 10px solid #414042;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy {
      margin-top: 120px; } }
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    margin-top: 0;
    padding-top: 0; }
    @media (min-width: 768px) {
      div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
        padding-top: 50px; } }

div[id^='tthreed-btgo-ox'] #top-content-formulated {
  padding-bottom: 0;
  border-top: 0; }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #top-content-formulated {
      margin-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #top-content-formulated h1 {
      padding-top: 0; } }
  div[id^='tthreed-btgo-ox'] #top-content-formulated h1, div[id^='tthreed-btgo-ox'] #top-content-formulated h1 * {
    color: #414042; }

div[id^='tthreed-btgo-ox'] #top-content-formulated .container-wide {
  padding-top: 0; }

div[id^='tthreed-btgo-ox'] #top-content-formulated h1 {
  font-size: 24px;
  font-size: 1.0909090909rem; }
  div[id^='tthreed-btgo-ox'] #top-content-formulated h1 .smaller {
    display: block;
    padding-top: 25px;
    font-size: 70%; }

div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
  font-size: 36px;
  font-size: clamp(36px, 48px, 7.5vw); }
  @media (min-width: 768px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
      font-size: 60px;
      font-size: clamp(36px, 60px, 5.6vw); } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
      margin-left: 25px; } }

@media (min-width: 768px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: unset; } }

@media (min-width: 992px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 370px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px; } }

@media (min-width: 992px) and (max-width: 1023.9px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    margin-right: 30px; } }

@media (min-width: 1024px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    margin-right: 25px; } }

@media (max-width: 767px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    max-height: unset;
    max-width: 100%;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    width: 100%; } }

@media (min-width: 1024px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .btl-img img.pmo {
    margin-left: -5px; } }

@media (min-width: 992px) {
  div[id^='tthreed-btgo-ox'] #enjoy-healthy .inner .title-btl .text-content h2 {
    margin-left: 0; } }

@media (min-width: 480px) {
  .ox-lf #top-content-formulated h1 {
    font-size: 30px;
    font-size: 1.3636363636rem; } }

@media (min-width: 480px) {
  .ox-lf #top-content-formulated h1 {
    font-size: 36px;
    font-size: 1.6363636364rem; } }

@media (min-width: 768px) {
  .ox-lf #top-content-formulated h1 {
    font-size: 42px;
    font-size: 1.9090909091rem;
    padding: 50px 0 0 0; } }
</pre></body></html>