html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@-moz-document url-prefix() {
  html {
    display: block !important;
  }
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline-width: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
label {
  display: inline-block;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
}
.fb-like span {
  width: 120px!important;
}
.fb-like span > iframe {
  width: 120px!important;
}
.hamburger-menu__checkbox {
  display: none;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__aside {
  box-shadow: -10px 0 25px rgba(24, 24, 24, 0.15);
  transform: translateX(-491px);
}
.hamburger-menu__icon {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.hamburger-menu__icon__item {
  display: block;
  width: 25px;
  height: 5px;
  margin-top: 5px;
  background: #ffffff;
  border-radius: 20px;
  transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.hamburger-menu__icon__item:first-child {
  margin-top: 0;
}
.hamburger-menu__aside {
  position: fixed;
  top: 0;
  right: -491px;
  width: 491px;
  height: 100%;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 50px;
  overflow: auto;
  transition: all 150ms ease-in-out;
  z-index: 999;
}
.hamburger-menu__aside__title {
  font-family: "Open Sans", sans-serif;
  color: #FF7C00;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.04;
  margin: 30px 0 0;
  padding: 30px 0 10px;
  border-top: solid 1px #999;
  text-align: left;
  text-transform: uppercase;
}
.hamburger-menu__aside__title:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.hamburger-menu__aside__menu {
  display: flex;
  flex-direction: column;
}
.hamburger-menu__aside__menu-item {
  color: #999990;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.hamburger-menu__aside__menu-item:hover {
  color: #FF7C00;
}
.hamburger-menu__aside__menu-item small {
  font-size: 0.75em;
  margin-top: -12px;
  display: block;
  margin-bottom: 3px;
  font-style: italic;
}
.hamburger-menu__aside__badge {
  color: #f05269;
  font-weight: bold;
  display: inline-block;
  padding: 0 3px;
}
.hamburger-menu__aside__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
  transition: all 150ms linear;
}
.hamburger-menu__aside__close:hover {
  transform: scale(1.2);
}
.mobile .hamburger-menu__checkbox:checked ~ .hamburger-menu__aside {
  transform: translateX(-100vw);
}
.mobile .hamburger-menu__icon__item {
  width: 50px;
  height: 8px;
  margin-top: 8px;
}
.mobile .hamburger-menu__icon__item:first-of-type {
  margin-top: 0;
}
.mobile .hamburger-menu__aside {
  padding: 50px 50px 100px;
  overflow: auto;
  right: -100vw;
  width: 100vw;
  height: 100%;
  transition: all 150ms ease-in-out;
  z-index: 999;
}
.mobile .hamburger-menu__aside__title {
  font-size: 60px;
  margin-top: 60px;
  padding-top: 60px;
}
.mobile .hamburger-menu__aside__title:first-of-type {
  margin-top: 60px;
  padding-top: 0;
  border-top: none;
}
.mobile .hamburger-menu__aside__menu-item {
  font-size: 36px;
}
.mobile .hamburger-menu__aside__menu-item small {
  font-size: 0.75em;
  margin-top: -24px;
  display: block;
  margin-bottom: 3px;
  font-style: italic;
}
.mobile .hamburger-menu__aside__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px;
  cursor: pointer;
  transition: all 150ms linear;
  width: 200px;
}
.mobile .hamburger-menu__aside__close img {
  width: 100%;
}
.mobile .hamburger-menu__aside__close:hover {
  transform: scale(1.2);
}
.embed-responsive,
.embed-responsive-16by9 {
  position: relative;
}
.header {
  border-bottom: 1px solid #ffffff;
}
.header__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  max-width: 760px;
  padding: 10px 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.header__logo {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-family: Playball, sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-right: auto;
  position: relative;
}
.header__logo span {
  font-family: "Abril Fatface", sans-serif;
}
.mobile .header__container {
  padding: 20px 40px;
  max-width: 100%;
}
.mobile .header__logo {
  font-size: 60px;
}
.mobile .header__facebook {
  scale: 2;
  transform: translateX(-25%);
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 0;
}
.hero:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #cc6300;
  background-image: url('../../img/sync/sync-hero-cold.png');
  background-repeat: repeat-y;
  background-position-x: right;
  background-position-y: center;
  background-size: 100%;
  z-index: -1;
}
.hero__title {
  color: #ffffff;
  display: block;
  font-size: 110px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -2px;
  margin: 10px auto 40px;
  padding: 0 0 20px;
  text-align: center;
}
.hero__title span {
  display: block;
  font-family: "turbinado-pro", cursive;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.4;
  text-transform: none;
}
.hero__title--cold-variant-1 {
  line-height: 0.7;
  margin: 20px auto 20px;
}
.hero__title--cold-variant-1 span {
  line-height: 1;
}
.hero__title--cold-variant-2 {
  line-height: 1.1;
  margin: 60px auto 30px;
}
.hero__title--cold-variant-2 span {
  line-height: 0.8;
}
.hero__title--cold-variant-2 span:first-of-type {
  line-height: 0.4;
}
.hero__title--welcome-back {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.hero__title--welcome-back span {
  line-height: 1.5;
}
.hero--bogo:before,
.hero--remarketing:before,
.hero--exit-pop:before,
.hero--tsl:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('../../img/sync/sync-hero.png');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.hero--bogo .hero__title,
.hero--remarketing .hero__title,
.hero--exit-pop .hero__title,
.hero--tsl .hero__title {
  color: #ffffff;
  font-size: 80px;
  font-weight: 600;
  line-height: 0.8;
  width: 65%;
  margin: 40px 20px 30px auto;
  text-transform: uppercase;
}
.hero--bogo .hero__title .first-line,
.hero--remarketing .hero__title .first-line,
.hero--exit-pop .hero__title .first-line,
.hero--tsl .hero__title .first-line {
  background: transparent;
  color: #ffffff;
  font-size: 80px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  padding: 0;
}
.hero--bogo .hero__title span,
.hero--remarketing .hero__title span,
.hero--exit-pop .hero__title span,
.hero--tsl .hero__title span {
  background: #FFD900;
  color: #FF7C00;
  display: inline-block;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 60px;
  line-height: 1.3;
  padding: 0 20px 5px;
  text-transform: uppercase;
}
.hero--bogo .hero__title {
  text-transform: inherit;
  font-size: 100px;
}
.hero--bogo .hero__title span {
  font-size: 90px;
  line-height: 0.8;
  padding: 0 20px 15px;
  margin-top: 10px;
}
.hero--exit-pop .hero__container {
  padding: 80px 35px;
}
.mobile .hero:before {
  background-position: 37% 0%;
  background-size: cover;
}
.mobile .hero__container {
  width: 100%;
}
.mobile .hero__title {
  font-size: 120px;
  width: 100%;
  margin: 20px auto;
}
.mobile .hero__title span {
  font-size: 100px;
  margin: 20px 0;
  padding: 0 20px 10px;
  line-height: 0.2;
}
.mobile .hero__title .first-line {
  background: transparent;
  color: #ffffff;
  display: block;
  font-size: 100px;
  line-height: 1.1;
}
.mobile .hero__title--cold-variant-1 {
  font-size: 160px;
  line-height: 0.5;
  margin: 40px auto 80px;
}
.mobile .hero__title--cold-variant-1 span {
  font-size: 120px;
  line-height: 1;
}
.mobile .hero__title--cold-variant-2 {
  font-size: 160px;
  line-height: 1.1;
  margin: 100px auto 30px;
}
.mobile .hero__title--cold-variant-2 span {
  font-size: 120px;
  line-height: 0.8;
}
.mobile .hero__title--cold-variant-2 span:first-of-type {
  line-height: 0.2;
}
.mobile .hero__title--welcome-back {
  line-height: 1;
  padding: 20px;
  margin: 20px 0 10px;
}
.mobile .hero__title--welcome-back span {
  font-size: 140px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.mobile .hero--bogo:before,
.mobile .hero--remarketing:before,
.mobile .hero--exit-pop:before,
.mobile .hero--tsl:before {
  background-position: center;
  background-image: url('../../img/sync/sync-hero-mobile.png');
}
.mobile .hero--bogo .hero__container,
.mobile .hero--remarketing .hero__container,
.mobile .hero--exit-pop .hero__container,
.mobile .hero--tsl .hero__container {
  padding: 10px 35px;
}
.mobile .hero--bogo .hero__title,
.mobile .hero--remarketing .hero__title,
.mobile .hero--exit-pop .hero__title,
.mobile .hero--tsl .hero__title {
  font-size: 220px;
  line-height: 120px;
  margin: 20px auto 0;
}
.mobile .hero--bogo .hero__title span,
.mobile .hero--remarketing .hero__title span,
.mobile .hero--exit-pop .hero__title span,
.mobile .hero--tsl .hero__title span {
  font-size: 100px;
  line-height: 0.9;
}
.mobile .hero--bogo .hero__title .first-line,
.mobile .hero--remarketing .hero__title .first-line,
.mobile .hero--exit-pop .hero__title .first-line,
.mobile .hero--tsl .hero__title .first-line {
  background: transparent;
  color: #ffffff;
  display: block;
  font-size: 140px;
  line-height: 1.1;
  margin: 0 0 10px;
  padding: 0;
}
.mobile .hero--bogo .hero__title {
  font-size: 130px;
  line-height: 90px;
  margin: 0 auto;
}
.mobile .hero--bogo .hero__title span {
  font-size: 100px;
  padding: 0 20px 20px;
  margin-top: 35px;
}
.get-started {
  background: #FF7C00;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  font-size: 90px;
  padding: 40px 0 120px;
  text-align: center;
}
.get-started__title {
  color: #ffffff;
  text-transform: uppercase;
}
.mobile .get-started {
  font-size: 130px;
}
.buy-area__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(1, auto);
  grid-template-areas: "one three two";
  margin: 40px auto;
}
.buy-area--pushed-up {
  margin-top: -120px;
}
.buy-area__item {
  background: linear-gradient(to bottom, #ffffff, #e6e6e6 100%);
  border: 2px solid #dcdadc;
  border-radius: 8px;
  color: #3F8BA4;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 20px 0 calc(20px / 2);
  position: relative;
  width: 100%;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.25s;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(8, auto);
  grid-template-areas: "package" "supply" "image" "price" "savings" "add-to-cart" "total" "shipping";
}
.buy-area__item:hover {
  box-shadow: 0px 2px 20px 3px #333333;
  transform: scale(1.05);
  z-index: 3;
}
.buy-area__item--first {
  grid-area: one;
}
.buy-area__item--second {
  grid-area: two;
}
.buy-area__item--third {
  grid-area: three;
}
.buy-area__item--emphasized {
  border-color: #ff9633;
  background: #fffbe5;
}
.buy-area__item__package {
  grid-area: package;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-top: calc(-20px / 2);
  text-transform: uppercase;
}
.buy-area__item__supply {
  grid-area: supply;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.buy-area__item__image {
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
}
.buy-area__item__image img {
  height: 100%;
}
.buy-area__item__price {
  grid-area: price;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.buy-area__item__price__subtotal {
  color: #3F8BA4;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}
.buy-area__item__price__quantity {
  color: #3F8BA4;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.7;
  margin-top: 20px;
}
.buy-area__item__savings {
  grid-area: savings;
  color: #cc0000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: calc(20px / 2) auto;
}
.buy-area__item__add-to-cart {
  grid-area: add-to-cart;
  border-bottom: 1px solid #998200;
  border-radius: 5px;
  color: #3F8BA4;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: calc(20px / 2) 0 calc(20px / 4 * 3);
  text-transform: uppercase;
  width: 80%;
  background: linear-gradient(#ffe133 0%, #ffe133 100%);
  position: relative;
  text-align: center;
}
.buy-area__item__add-to-cart:hover {
  background: linear-gradient(#ccae00 0%, #FFD900 100%);
}
.buy-area__item__add-to-cart a {
  color: #3F8BA4;
}
.buy-area__item__add-to-cart a:hover {
  text-decoration: none;
}
.buy-area__item__total {
  grid-area: total;
  display: flex;
  flex-direction: row;
  gap: 0.35rem;
  margin: calc(20px / 2) auto 0;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.buy-area__item__total__before {
  text-decoration: line-through;
}
.buy-area__item__total__after {
  font-weight: bold;
}
.buy-area__item__shipping {
  grid-area: shipping;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin: 0 auto 0;
}
.buy-area__item__shipping--free {
  color: #cc0000;
  font-weight: bold;
}
.buy-area--inverse {
  background: #3F8BA4;
  padding: 0 0 60px;
}
.buy-area--inverse > .buy-area__container {
  margin: 0 auto;
}
.mobile .buy-area__container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-areas: "three" "two" "one";
  gap: 2rem;
  padding: 0 20px;
}
.mobile .buy-area__item {
  grid-template-columns: 48% 52%;
  grid-template-rows: repeat(6, auto);
  grid-template-areas: "package price" "supply price" "image savings" "image add-to-cart" "image total" "image shipping";
  background: #ffffff;
  border-width: 4px;
}
.mobile .buy-area__item--emphasized {
  border-color: #ff9633;
  background: #fffbe5;
}
.mobile .buy-area__item__package {
  font-size: 150px;
}
.mobile .buy-area__item__supply {
  font-size: 70px;
}
.mobile .buy-area__item__image {
  height: 360px;
}
.mobile .buy-area__item__price {
  margin-top: -50px;
}
.mobile .buy-area__item__price__subtotal {
  font-size: 240px;
}
.mobile .buy-area__item__price__quantity {
  font-size: 70px;
  line-height: 0.9;
  margin-top: 30px;
}
.mobile .buy-area__item__savings {
  font-size: 45px;
  margin: 0 auto;
}
.mobile .buy-area__item__add-to-cart {
  border-radius: 20px;
  font-size: 100px;
  padding: 30px 30px 40px;
  width: 90%;
}
.mobile .buy-area__item___pointer {
  position: absolute;
  width: 100px;
  right: -30px;
  bottom: -30px;
}
.mobile .buy-area__item__total {
  font-size: 45px;
  margin: 0 auto;
}
.mobile .buy-area__item__shipping {
  font-size: 40px;
  margin: -5px auto 15px;
}
.buy-area--bogo .buy-area__container {
  grid-template-areas: "one two three";
}
.buy-area--bogo .buy-area__item {
  grid-template-areas: "package" "price" "image" "supply" "add-to-cart" "total" "shipping";
}
.buy-area--bogo .buy-area__item__price__free {
  color: #e11010;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}
.buy-area--bogo .buy-area__item__package--bogo {
  color: #e11010;
}
.buy-area--bogo .buy-area__item__supply {
  margin-bottom: 10px;
}
.buy-area--bogo .buy-area__item--first .buy-area__item__image img {
  height: 190px;
  margin-top: -10px;
}
.mobile .buy-area--bogo .buy-area__container {
  grid-template-areas: "three" "two" "one";
}
.mobile .buy-area--bogo .buy-area__item {
  grid-template-columns: 48% 52%;
  grid-template-rows: repeat(6, auto);
  grid-template-areas: "package price" "image supply" "image savings" "image add-to-cart" "image total" "image shipping";
}
.mobile .buy-area--bogo .buy-area__item__package {
  font-size: 195px;
  margin-left: 40px;
  margin-right: -40px;
}
.mobile .buy-area--bogo .buy-area__item__package--bogo {
  margin-right: -190px;
  margin-left: 0;
}
.mobile .buy-area--bogo .buy-area__item__price__free {
  font-size: 195px;
  margin-left: 140px;
  margin-top: 40px;
}
.mobile .buy-area--bogo .buy-area__item__price__subtotal {
  font-size: 195px;
  margin-top: 35px;
}
.mobile .buy-area--bogo .buy-area__item__price__quantity {
  font-size: 90px;
  line-height: 0.7;
  margin-top: 58px;
}
.mobile .buy-area--bogo .buy-area__item__supply {
  margin-bottom: 20px;
  margin-top: 20px;
}
.mobile .buy-area--bogo .buy-area__item--first .buy-area__item__image img {
  height: 339px;
  margin-top: -10px;
}
.buy-area--true-bogo .buy-area__container {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "one";
}
.buy-area--true-bogo .buy-area__title {
  color: #6D6E71;
  font-size: 32px;
  font-family: "Open Sans", serif;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}
.buy-area--true-bogo .buy-area__item {
  grid-template-areas: "image" "quantity" "add-to-cart" "savings";
}
.buy-area--true-bogo .buy-area__item:hover {
  box-shadow: 0 2px 10px 3px #999999;
  transform: none;
}
.buy-area--true-bogo .buy-area__item--first {
  background: linear-gradient(to bottom, #E6E7E9, #FFFFFF);
  border: 3px solid #E1E1E1;
  border-radius: 20px;
  margin: 50px auto 20px;
  width: 65%;
}
.buy-area--true-bogo .buy-area__item__image {
  margin-top: -60px;
}
.buy-area--true-bogo .buy-area__item__add-to-cart a {
  display: block;
}
.buy-area--true-bogo .buy-area__item__quantity {
  grid-area: quantity;
  display: table;
  position: relative;
  margin: 0 auto 20px;
  width: 80%;
}
.buy-area--true-bogo .buy-area__item__quantity__title {
  color: #000000;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 5px;
  text-align: center;
}
.buy-area--true-bogo .buy-area__item__quantity__select {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  background: #ffffff;
  color: #000000;
  display: block;
  font-family: "Open Sans", serif;
  font-size: 32px;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.buy-area--true-bogo .buy-area__item__quantity__arrow {
  position: absolute;
  right: 20px;
  top: 55px;
  pointer-events: none;
}
.buy-area--true-bogo .buy-area__item__savings {
  grid-area: savings;
  color: #EE2A2E;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  margin: 10px auto 20px;
  text-align: center;
}
.mobile .buy-area--true-bogo .buy-area__container {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "one";
  grid-template-rows: auto auto;
}
.mobile .buy-area--true-bogo .buy-area__title {
  font-size: 52px;
}
.mobile .buy-area--true-bogo .buy-area__item {
  grid-template-areas: "image" "quantity" "add-to-cart" "savings";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
}
.mobile .buy-area--true-bogo .buy-area__item--first {
  margin: 120px auto 20px;
  width: 100%;
}
.mobile .buy-area--true-bogo .buy-area__item__image {
  height: 420px;
  margin-top: -120px;
}
.mobile .buy-area--true-bogo .buy-area__item__quantity {
  font-size: 70px;
  padding: 10px;
  margin: 20px auto 0;
}
.mobile .buy-area--true-bogo .buy-area__item__quantity__title {
  font-size: 60px;
}
.mobile .buy-area--true-bogo .buy-area__item__quantity__select {
  font-size: 70px;
  padding: 10px;
  margin-bottom: 40px;
}
.mobile .buy-area--true-bogo .buy-area__item__quantity__arrow {
  right: 40px;
  top: 75px;
  pointer-events: none;
}
.mobile .buy-area--true-bogo .buy-area__item__add-to-cart {
  width: 80%;
}
.mobile .buy-area--true-bogo .buy-area__item__savings {
  font-size: 90px;
  margin: 40px auto;
}
.guarantee {
  background: #3F8BA4;
  color: #ffffff;
  margin-top: calc(250px / 2 + 20px);
  padding: 0 0 40px;
}
.guarantee__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  display: grid;
  grid-template-rows: [badge] auto [title] auto [text] auto;
  align-items: center;
  justify-items: center;
}
.guarantee__badge {
  grid-row-start: badge;
  margin-bottom: calc(20px / 2);
}
.guarantee__badge img {
  background: #3F8BA4;
  padding: 20px;
  border-radius: 50%;
  margin-top: calc(-250px / 2);
  width: 250px;
  height: 250px;
}
.guarantee__title {
  grid-row-start: title;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin-top: -40px;
  text-transform: uppercase;
}
.guarantee__text {
  grid-row-start: text;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
.mobile .guarantee {
  margin-top: calc(500px*0.5 + 20px*4);
}
.mobile .guarantee__badge img {
  margin-top: -250px;
  width: 500px;
  height: 500px;
}
.mobile .guarantee__title {
  font-size: 100px;
  margin-bottom: 20px;
}
.mobile .guarantee__text {
  font-size: 43px;
  line-height: 1.5;
  text-align: left;
}
.shipping-bonus {
  background: #FFD900;
  position: relative;
}
.shipping-bonus__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 20px;
  z-index: 1;
}
.shipping-bonus__image img {
  height: 55px;
  margin-top: calc(20px / 2);
}
.shipping-bonus__text {
  color: #3F8BA4;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.mobile .shipping-bonus__container {
  flex-direction: column;
  gap: 0.5rem;
  padding: 30px 0;
}
.mobile .shipping-bonus__image img {
  height: 120px;
}
.mobile .shipping-bonus__text {
  font-size: 70px;
}
.testimonials__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  margin: 40px auto;
}
.testimonials__title {
  color: #3F8BA4;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin-top: 60px;
  text-transform: uppercase;
  text-align: center;
}
.testimonials__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "image title" "image rating" "image text" "image name";
  gap: 0 1rem;
  margin: 60px 0;
}
.testimonials__item__image {
  grid-area: image;
  align-self: start;
  justify-self: center;
}
.testimonials__item__image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  outline: 1px solid #3F8BA4;
  outline-offset: 2px;
}
.testimonials__item__rating {
  grid-area: rating;
  align-self: start;
  justify-self: start;
  margin: 30px 0 10px;
}
.testimonials__item__rating__stars {
  margin-top: calc(-20px / 3);
  width: 125px;
}
.testimonials__item__title {
  grid-area: title;
  align-self: start;
  justify-self: start;
  color: #3F8BA4;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1;
}
.testimonials__item__text {
  grid-area: text;
  align-self: start;
  justify-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.testimonials__item__name {
  grid-area: name;
  align-self: start;
  justify-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
  font-size: 16px;
}
.mobile .testimonials__item {
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(5, auto);
  grid-template-areas: "image" "title" "rating" "text" "name";
  gap: 0 1rem;
}
.mobile .testimonials__title {
  font-size: 160px;
  width: 50%;
  line-height: 0.9;
  margin: 80px auto 120px;
}
.mobile .testimonials__item {
  margin: 160px 0;
}
.mobile .testimonials__item__image img {
  width: 300px;
  height: 300px;
}
.mobile .testimonials__item__title {
  font-size: 100px;
}
.mobile .testimonials__item__rating {
  font-size: 45px;
  margin: 60px 0 10px;
}
.mobile .testimonials__item__rating__stars {
  width: 300px;
}
.mobile .testimonials__item__text {
  font-size: 46px;
}
.mobile .testimonials__item__name {
  font-size: 36px;
  margin-top: 60px;
}
.faq {
  margin: 0;
  padding: 0;
}
.faq__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 40px 0 120px;
}
.faq__title {
  color: #FF7C00;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin-top: 60px;
  text-transform: uppercase;
  text-align: center;
}
.faq__ingredients {
  color: #3F8BA4;
}
.faq__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "chevron question" "chevron answer";
  gap: 0 1rem;
  justify-content: start;
  margin: 50px 0 20px;
}
.faq__item__chevron {
  grid-area: chevron;
  align-self: start;
  justify-self: center;
  position: relative;
  background: #3F8BA4;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
}
.faq__item__chevron::before {
  position: absolute;
  display: block;
  content: "";
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -75%) rotate(225deg);
  transform-origin: center center;
}
.faq__item__question {
  grid-area: question;
  align-self: start;
  justify-self: start;
  color: #FF7C00;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  transition: all 0.5s ease-in-out;
}
.faq__item__answer {
  grid-area: answer;
  align-self: start;
  justify-self: start;
  display: none;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
}
.faq__item--expanded > .faq__item__chevron {
  background: #FF7C00;
}
.faq__item--expanded > .faq__item__chevron::before {
  transform: translate(-50%, -25%) rotate(45deg);
  transform-origin: center center;
}
.faq__item--expanded > .faq__item__question {
  color: #FF7C00;
}
.faq__item:hover > .faq__item__chevron {
  background: #FF7C00;
}
.faq__item:hover > .faq__item__question {
  color: #FF7C00;
}
.mobile .faq__container {
  padding: 120px 40px 320px;
}
.mobile .faq__title {
  font-size: 160px;
  width: 85%;
  line-height: 0.9;
  margin: 0 auto 160px;
}
.mobile .faq__item {
  gap: 0 2rem;
  margin: 120px 0 80px;
}
.mobile .faq__item__chevron {
  height: 75px;
  width: 75px;
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
}
.mobile .faq__item__chevron::before {
  position: absolute;
  display: block;
  content: "";
  border-left: 6px solid #ffffff;
  border-top: 6px solid #ffffff;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -75%) rotate(225deg);
  transform-origin: center center;
}
.mobile .faq__item--expanded > .faq__item__chevron::before {
  transform: translate(-50%, -25%) rotate(45deg);
  transform-origin: center center;
}
.mobile .faq__item__question {
  font-size: 60px;
}
.mobile .faq__item__answer {
  font-size: 50px;
  max-width: 100%;
  margin-top: 60px;
}
.article {
  margin: 100px auto 20px;
}
.article__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  box-shadow: 1px 0 10px 2px #666666;
  padding: 0;
}
.article__header {
  background: #FF7C00;
  padding: 35px 50px;
}
.article__header__title {
  color: #ffffff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 90px;
  line-height: 1;
}
.article__header__subtitle {
  color: #fff099;
  font-family: "Open Sans", sans-serif;
}
.article__body {
  background: #fffbe5;
}
.article__body__text {
  color: #474547;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
}
.article__body__title {
  clear: both;
  color: #474547;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.article__body__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 40px auto;
}
.article__body__gallery__items {
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  gap: 1rem;
}
.article__body__gallery__caption {
  color: ligten(#474547, 10%);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  line-height: 1;
  text-align: center;
}
.article__body__section--primary {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 35px 50px 0;
}
.article__body__section--primary .article__body__text {
  margin-top: 0;
  padding-right: 40px;
}
.article__body__section--primary .article__body__text p {
  margin-bottom: 20px;
}
.article__body__section--primary .article__body__image {
  width: 100%;
}
.article__body__section--secondary {
  align-items: center;
  background: #434143;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 50px;
}
.article__body__section--secondary .article__body__image {
  padding: 30px 40px 40px;
  width: 100%;
}
.article__body__section--secondary .article__body__text {
  color: #ffffff;
  font-size: 33px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.2;
  padding: 30px 40px 40px;
}
.article__body__section--tertiary {
  background: #3F8BA4;
  padding: 35px 50px;
}
.article__body__section--tertiary .article__body__text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 40px;
}
.article__body__section--tertiary .article__body__problems {
  display: flex;
  flex-direction: row;
}
.article__body__section--tertiary .article__body__problems__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 25%;
}
.article__body__section--tertiary .article__body__problems__item img {
  width: 100%;
}
.article__body__section--tertiary .article__body__problems__item p {
  color: #ffffff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.article__body__section--tertiary .article__body__problems__item p span {
  display: block;
  margin-bottom: 10px;
}
.article__body__section--quartery {
  background: url("../../img/sync/sync-article-background-quartery.png") no-repeat;
  background-size: cover;
  padding: 160px 60px;
}
.article__body__section--quartery .article__body__text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
}
.article__footer {
  color: #c6c5c6;
  padding: 35px 50px;
}
.mobile .article {
  margin: 40px;
}
.mobile .article__container {
  width: calc(100% - 20px * 2);
}
.mobile .article__header {
  text-align: center;
  padding: 80px 50px;
}
.mobile .article__header__title {
  font-size: 120px;
}
.mobile .article__header__subtitle {
  font-size: 60px;
  margin-bottom: 20px;
}
.mobile .article__body__section--primary {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  padding: 35px 50px;
}
.mobile .article__body__section--primary .article__body__text {
  padding-right: 0;
}
.mobile .article__body__section--secondary {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  padding: 60px 0;
}
.mobile .article__body__section--secondary .article__body__text {
  text-align: center;
}
.mobile .article__body__section--tertiary .article__body__text {
  text-align: center;
}
.mobile .article__body__section--tertiary .article__body__problems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 40px 80px;
}
.mobile .article__body__section--tertiary .article__body__problems__item {
  width: calc(50% - 20px);
}
.mobile .article__body__section--tertiary .article__body__problems__item p {
  font-size: 70px;
}
.mobile .article__body__section--quartery .article__body__text {
  font-size: 48px;
}
.mobile .article__body__title {
  font-size: 120px;
  line-height: 1.1;
  margin-top: 80px;
  margin-bottom: 100px;
}
.mobile .article__body__text {
  font-size: 46px;
}
.mobile .article__body__gallery {
  gap: 1rem;
}
.mobile .article__body__gallery__items {
  flex-direction: column;
}
.mobile .article__body__gallery__caption {
  font-size: 32px;
  text-align: left;
}
.mobile .article__footer {
  font-size: 40px;
  padding: 80px 50px 80px;
}
.introduction {
  background: url('../../img/sync/sync-background-lines.png') no-repeat;
  background-size: 2100px;
  background-position: calc(50% - 80px) 30%;
}
.introduction__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  text-align: center;
}
.introduction h2 {
  color: #3F8BA4;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 20px;
}
.introduction img {
  display: block;
  margin: auto;
  width: 450px;
}
.introduction h3 {
  color: #3F8BA4;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 0.9;
  padding: 40px 120px;
  text-transform: uppercase;
}
.introduction p {
  color: #3F8BA4;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 80px;
}
.mobile .introduction {
  background-size: 160%;
  background-position: calc(50% - 40px) 50%;
}
.mobile .introduction__container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "title" "logo" "product" "text";
  justify-items: center;
  padding: 120px 35px 120px;
  overflow: hidden;
}
.mobile .introduction h2 {
  font-size: 200px;
}
.mobile .introduction img {
  width: 950px;
}
.mobile .introduction img.indroduction__bottle {
  width: 500px;
}
.mobile .introduction h3 {
  font-size: 100px;
  padding: 80px 40px;
}
.mobile .introduction p {
  font-size: 72px;
}
.benefit {
  background: #998200 url("../../img/sync/sync-benefits-background.png") center center no-repeat;
  background-size: cover;
  width: 100%;
}
.benefit__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 80px 40px;
}
.benefit__logo {
  display: block;
  margin: 20px auto;
  width: 500px;
}
.benefit__logo img {
  width: 100%;
}
.benefit__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 2rem 0;
}
.benefit__item {
  text-align: center;
}
.benefit__item:hover img {
  animation: pulse 0.5s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}
.benefit__item img {
  margin: 20px auto;
}
.benefit__item p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.mobile .benefit__logo {
  margin: 20px auto 0;
  width: 70%;
}
.mobile .benefit__items {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3rem 0;
}
.mobile .benefit__item img {
  width: 120px;
}
.mobile .benefit__item p {
  font-size: 40px;
}
.fat-burning {
  background: url("../../img/pure-beach-woman.png") no-repeat bottom center;
  background-size: 1300px;
  background-position-x: 40%;
}
.fat-burning__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 160px 0;
}
.fat-burning__text {
  color: #FF7C00;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 66px;
  font-weight: 100;
  line-height: 1;
  max-width: 50%;
  margin-left: auto;
  text-align: right;
}
.fat-burning__text--ligher {
  color: #3F8BA4;
}
.fat-burning__text--emphasized {
  color: #FF7C00;
  display: block;
  font-family: "Kalam", cursive;
  font-weight: 900;
  font-size: 130%;
  margin-top: 30px;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*
      &:hover {
        color: @quinary;
        text-shadow:
          0px -2px 4px #ff1,
          0px 5px 10px #FF3,
          0px -10px 20px #F90,
          0px -20px 40px #C33
        ;
      }
       */
}
.mobile .fat-burning {
  background-size: 2400px;
  background-position-x: 20%;
}
.mobile .fat-burning__container {
  padding: 80px 40px 1280px;
}
.mobile .fat-burning__text {
  font-size: 120px;
  max-width: 100%;
}
.mobile .fat-burning__text--emphasized {
  margin-top: 40px;
}
.experience {
  background: #ffffff;
}
.experience__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 80px 0;
}
.experience__title {
  color: #ffffff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
.experience__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 70%;
  margin: 0 auto;
}
.experience__item {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}
.experience__item:hover .experience__item__checkmark {
  animation: pulse 0.5s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}
.experience__item__checkmark {
  width: 75px;
}
.experience__item__text {
  color: #ffffff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 66px;
  font-weight: 100;
  line-height: 1;
  margin-top: -10px;
  text-align: left;
  width: 300px;
}
.mobile .experience__container {
  padding: 80px 0 120px;
}
.mobile .experience__title {
  font-size: 160px;
  width: 85%;
  line-height: 0.9;
  margin: 0 auto 120px;
}
.mobile .experience__item__checkmark {
  width: 100px;
}
.mobile .experience__item__text {
  font-size: 90px;
  width: 400px;
}
.ingredients {
  background: #fffbe5;
}
.ingredients__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 80px 0 20px;
}
.ingredients__intro {
  color: #FF7C00;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.ingredients__title {
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.ingredients__subtitle {
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.ingredients__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
  width: 90%;
}
.ingredients__item {
  width: 25%;
}
.ingredients__item:hover .ingredients__item__image {
  transform: scale(1.05) translateY(-10px);
}
.ingredients__item__image {
  display: block;
  margin: 20px auto;
  transition: all 0.5s ease-in-out;
}
.ingredients__item__title {
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.ingredients__support {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 10px;
}
.ingredients__support__checkmark {
  margin-top: 5px;
  width: 20px;
}
.ingredients__support__text {
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
.ingredients--alternative {
  background: #ffffff;
  padding-top: 83px;
}
.ingredients--alternative .ingredients__container {
  padding: 40px 0;
}
.ingredients--alternative .ingredients__intro,
.ingredients--alternative .ingredients__title,
.ingredients--alternative .ingredients__subtitle,
.ingredients--alternative .ingredients__item__title,
.ingredients--alternative .ingredients__support__text {
  color: #ffffff;
}
.mobile .ingredients__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 80px 0 80px;
}
.mobile .ingredients__intro {
  font-size: 150px;
  width: 80%;
  line-height: 1;
  margin: 60px auto;
}
.mobile .ingredients__title {
  font-size: 67px;
  margin: 20px auto 80px;
  width: 90%;
}
.mobile .ingredients__subtitle {
  font-size: 60px;
  margin-bottom: 40px;
}
.mobile .ingredients__items {
  gap: 6rem 2rem;
  margin: 0 auto;
}
.mobile .ingredients__item {
  width: 48%;
}
.mobile .ingredients__item__image {
  width: 75%;
}
.mobile .ingredients__item__title {
  font-size: 50px;
}
.mobile .ingredients__support {
  gap: 1rem;
}
.mobile .ingredients__support__checkmark {
  width: 50px;
}
.mobile .ingredients__support__text {
  font-size: 34px;
}
.mobile .ingredients--alternative .ingredients__container {
  padding: 80px 0;
}
.scientific-references {
  background: #3F8BA4;
}
.scientific-references__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 40px;
}
.scientific-references__container img {
  mix-blend-mode: color-dodge;
}
.watch_now__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 40px;
}
.watch_now__button {
  border: none;
  border-bottom: 1px solid #998200;
  border-radius: 5px;
  color: #FF7C00;
  display: block;
  font-size: 55px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 20px 15px;
  text-transform: uppercase;
  background: linear-gradient(#FFD900 0%, #ccae00 100%);
  text-align: center;
  width: fit-content;
}
.watch_now__button:hover {
  background: linear-gradient(#ccae00 0%, #FFD900 100%);
  text-decoration: none;
}
.fda-disclaimer {
  background: #3F8BA4;
}
.fda-disclaimer__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 40px;
}
.fda-disclaimer__text {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px;
  font-size: 14px;
}
.footer {
  background: #3F8BA4;
}
.footer__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 0 40px 40px;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer__link {
  color: #ffffff;
}
.footer__copyright {
  color: #ffffff;
  padding: 40px 0 0;
  text-align: center;
}
.video-container .desktop-video-container {
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  width: 760px;
}
.video-container .mobile-video-container {
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 auto;
}
.video-container--bogo .desktop-video-container,
.video-container--remarketing .desktop-video-container,
.video-container--exit-pop .desktop-video-container {
  margin: 0 20px 0 auto;
  width: 65%;
}
.video-container--bogo .mobile-video-container,
.video-container--remarketing .mobile-video-container,
.video-container--exit-pop .mobile-video-container {
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 auto;
}
.video-container--tsl .desktop-video-container {
  margin: 0 20px 0 auto;
  width: 65%;
}
.video-container--tsl .mobile-video-container {
  border: 3px solid #FF7C00;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 auto;
}
.video-container--tsl .inner {
  background: white;
}
.video-container--tsl .inner img {
  display: block;
  height: 400px;
  margin: auto;
  padding: 20px;
}
.mobile .video-container {
  padding: 0 40px 0;
}
.mobile .video-container--bogo,
.mobile .video-container--remarketing,
.mobile .video-container--exit-pop {
  padding: 0;
}
.mobile .video-container--ecom {
  padding: 0 35px;
}
.mobile .video-container--tsl {
  padding: 0;
}
.mobile .video-container--tsl .inner img {
  height: 500px;
  padding: 60px;
}
.mobile-video-active .video-container {
  position: relative;
  z-index: 10000;
}
.video-disclaimer {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  width: 760px;
  margin: auto;
  padding: 10px 0 60px;
  text-align: center;
}
.video-disclaimer--bogo,
.video-disclaimer--remarketing,
.video-disclaimer--tsl,
.video-disclaimer--exit-pop {
  width: 65%;
  margin: 0 20px 0 auto;
  text-align: center;
}
.video-disclaimer--ecom {
  margin: 0 auto;
  text-align: center;
}
.mobile .video-disclaimer {
  font-size: 20px;
  padding-left: 120px;
  padding-right: 120px;
  text-align: center;
  width: 100%;
}
.mobile-video-active .video-disclaimer {
  background: #000000;
  color: #ffffff;
  padding: 20px;
}
.mobile .video-disclaimer--bogo,
.mobile .video-disclaimer--remarketing,
.mobile .video-disclaimer--tsl,
.mobile .video-disclaimer--exit-pop,
.mobile .video-disclaimer--ecom {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-10px, -12px) rotate(10deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
