/* VARIABLES */
/* Placeholder Color */
::-webkit-input-placeholder {
  opacity: 1;
  color: #4D4D4D;
}

::-moz-placeholder {
  opacity: 1;
  color: #4D4D4D;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #4D4D4D;
}

::-moz-placeholder {
  opacity: 1;
  color: #4D4D4D;
}

.nodis {
  display: none;
}

.nodis_force {
  display: none !important;
}

.padded {
  padding: 20px 0;
}

.noflow, .inflow {
  overflow: hidden;
}

.inflow {
  overflow-y: auto;
}

.main-color {
  color: #DA0000;
}

.positive {
  color: #6DC66A;
}

.negative {
  color: #FF4B62;
}

.nicescroll-rails {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .mobileonly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .nomobile {
    display: none !important;
  }
}

/* Font Name */
/* Font Size */
/* BASIC COMPONENTS */
/* VISUAL COMPOSER OVERIDE */
*,
*:before,
*:after,
input,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style: none;
  -webkit-appreance: none;
  appreance: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Mixins */
/* Alignment */
.clearfix:after, .cols:after,
.wrap:after, .main_header .hero_benefits .guarantee_list:after, .page_reviews:after, .product_images-list:after, .video_testimonials_list:after, .testimonials_list li:after {
  content: "";
  display: block;
  clear: both;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.float_none {
  float: none;
}

.float_none_force {
  float: none !important;
}

.float_right {
  float: right;
}

.float_right_force {
  float: right !important;
}

.float_left {
  float: left;
}

.float_left_force {
  float: left !important;
}

.clearfix:after, .cols:after,
.wrap:after, .main_header .hero_benefits .guarantee_list:after, .page_reviews:after, .product_images-list:after, .video_testimonials_list:after, .testimonials_list li:after {
  content: "";
  display: block;
  clear: both;
}

.cols,
.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cols *[class^="col"] {
  float: left;
  padding: 0 15px;
  position: relative;
}

.cols *[class^="col"].nopad {
  padding: 0;
}

.cols *[class^="col"] img {
  max-width: 100%;
}

.cols *[class^="col"] *[class^="col"]:first-of-type {
  margin-left: -15px;
}

.cols *[class^="col"] *[class^="col"]:first-of-type.col-12 {
  width: calc(100% + 30px);
}

.cols *[class^="col"] *[class^="col"]:last-of-type {
  margin-right: -15px;
}

.cols *[class^="col"] *[class^="col"]:last-of-type.col-12 {
  width: calc(100% + 30px);
}

.cols *[class^="col"].centered-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  width: 8.33333%;
}

.col-1 .col-1 {
  width: calc(100% + 30px);
}

.col-1 .col-1:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-1 .col-1:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-2 {
  width: 16.66667%;
}

.col-2 .col-1 {
  width: calc(50% + 15px);
}

.col-2 .col-1:nth-of-type(2n+2):not(.centered-col) {
  margin-right: -15px;
}

.col-2 .col-1:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-2 .col-2 {
  width: calc(100% + 30px);
}

.col-2 .col-2:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-2 .col-2:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-3 {
  width: 25%;
}

.col-3 .col-1 {
  width: calc(33.33333% + 10px);
}

.col-3 .col-1:nth-of-type(3n+3):not(.centered-col) {
  margin-right: -15px;
}

.col-3 .col-1:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-3 .col-2 {
  width: calc(66.66667% + 20px);
}

.col-3 .col-2:nth-of-type(1.5n+1.5):not(.centered-col) {
  margin-right: -15px;
}

.col-3 .col-2:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-3 .col-3 {
  width: calc(100% + 30px);
}

.col-3 .col-3:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-3 .col-3:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-4 {
  width: 33.33333%;
}

.col-4 .col-1 {
  width: calc(25% + 7.5px);
}

.col-4 .col-1:nth-of-type(4n+4):not(.centered-col) {
  margin-right: -15px;
}

.col-4 .col-1:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-4 .col-2 {
  width: calc(50% + 15px);
}

.col-4 .col-2:nth-of-type(2n+2):not(.centered-col) {
  margin-right: -15px;
}

.col-4 .col-2:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-4 .col-3 {
  width: calc(75% + 22.5px);
}

.col-4 .col-3:nth-of-type(1.33333n+1.33333):not(.centered-col) {
  margin-right: -15px;
}

.col-4 .col-3:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-4 .col-4 {
  width: calc(100% + 30px);
}

.col-4 .col-4:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-4 .col-4:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-5 {
  width: 41.66667%;
}

.col-5 .col-1 {
  width: calc(20% + 6px);
}

.col-5 .col-1:nth-of-type(5n+5):not(.centered-col) {
  margin-right: -15px;
}

.col-5 .col-1:nth-of-type(5n+5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-5 .col-2 {
  width: calc(40% + 12px);
}

.col-5 .col-2:nth-of-type(2.5n+2.5):not(.centered-col) {
  margin-right: -15px;
}

.col-5 .col-2:nth-of-type(2.5n+2.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-5 .col-3 {
  width: calc(60% + 18px);
}

.col-5 .col-3:nth-of-type(1.66667n+1.66667):not(.centered-col) {
  margin-right: -15px;
}

.col-5 .col-3:nth-of-type(1.66667n+1.66667) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-5 .col-4 {
  width: calc(80% + 24px);
}

.col-5 .col-4:nth-of-type(1.25n+1.25):not(.centered-col) {
  margin-right: -15px;
}

.col-5 .col-4:nth-of-type(1.25n+1.25) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-5 .col-5 {
  width: calc(100% + 30px);
}

.col-5 .col-5:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-5 .col-5:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-6 {
  width: 50%;
}

.col-6 .col-1 {
  width: calc(16.66667% + 5px);
}

.col-6 .col-1:nth-of-type(6n+6):not(.centered-col) {
  margin-right: -15px;
}

.col-6 .col-1:nth-of-type(6n+6) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-6 .col-2 {
  width: calc(33.33333% + 10px);
}

.col-6 .col-2:nth-of-type(3n+3):not(.centered-col) {
  margin-right: -15px;
}

.col-6 .col-2:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-6 .col-3 {
  width: calc(50% + 15px);
}

.col-6 .col-3:nth-of-type(2n+2):not(.centered-col) {
  margin-right: -15px;
}

.col-6 .col-3:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-6 .col-4 {
  width: calc(66.66667% + 20px);
}

.col-6 .col-4:nth-of-type(1.5n+1.5):not(.centered-col) {
  margin-right: -15px;
}

.col-6 .col-4:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-6 .col-5 {
  width: calc(83.33333% + 25px);
}

.col-6 .col-5:nth-of-type(1.2n+1.2):not(.centered-col) {
  margin-right: -15px;
}

.col-6 .col-5:nth-of-type(1.2n+1.2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-6 .col-6 {
  width: calc(100% + 30px);
}

.col-6 .col-6:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-6 .col-6:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 {
  width: 58.33333%;
}

.col-7 .col-1 {
  width: calc(14.28571% + 4.28571px);
}

.col-7 .col-1:nth-of-type(7n+7):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-1:nth-of-type(7n+7) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 .col-2 {
  width: calc(28.57143% + 8.57143px);
}

.col-7 .col-2:nth-of-type(3.5n+3.5):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-2:nth-of-type(3.5n+3.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 .col-3 {
  width: calc(42.85714% + 12.85714px);
}

.col-7 .col-3:nth-of-type(2.33333n+2.33333):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-3:nth-of-type(2.33333n+2.33333) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 .col-4 {
  width: calc(57.14286% + 17.14286px);
}

.col-7 .col-4:nth-of-type(1.75n+1.75):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-4:nth-of-type(1.75n+1.75) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 .col-5 {
  width: calc(71.42857% + 21.42857px);
}

.col-7 .col-5:nth-of-type(1.4n+1.4):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-5:nth-of-type(1.4n+1.4) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 .col-6 {
  width: calc(85.71429% + 25.71429px);
}

.col-7 .col-6:nth-of-type(1.16667n+1.16667):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-6:nth-of-type(1.16667n+1.16667) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-7 .col-7 {
  width: calc(100% + 30px);
}

.col-7 .col-7:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-7 .col-7:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 {
  width: 66.66667%;
}

.col-8 .col-1 {
  width: calc(12.5% + 3.75px);
}

.col-8 .col-1:nth-of-type(8n+8):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-1:nth-of-type(8n+8) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-2 {
  width: calc(25% + 7.5px);
}

.col-8 .col-2:nth-of-type(4n+4):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-2:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-3 {
  width: calc(37.5% + 11.25px);
}

.col-8 .col-3:nth-of-type(2.66667n+2.66667):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-3:nth-of-type(2.66667n+2.66667) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-4 {
  width: calc(50% + 15px);
}

.col-8 .col-4:nth-of-type(2n+2):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-4:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-5 {
  width: calc(62.5% + 18.75px);
}

.col-8 .col-5:nth-of-type(1.6n+1.6):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-5:nth-of-type(1.6n+1.6) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-6 {
  width: calc(75% + 22.5px);
}

.col-8 .col-6:nth-of-type(1.33333n+1.33333):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-6:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-7 {
  width: calc(87.5% + 26.25px);
}

.col-8 .col-7:nth-of-type(1.14286n+1.14286):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-7:nth-of-type(1.14286n+1.14286) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-8 .col-8 {
  width: calc(100% + 30px);
}

.col-8 .col-8:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-8 .col-8:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 {
  width: 75%;
}

.col-9 .col-1 {
  width: calc(11.11111% + 3.33333px);
}

.col-9 .col-1:nth-of-type(9n+9):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-1:nth-of-type(9n+9) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-2 {
  width: calc(22.22222% + 6.66667px);
}

.col-9 .col-2:nth-of-type(4.5n+4.5):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-2:nth-of-type(4.5n+4.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-3 {
  width: calc(33.33333% + 10px);
}

.col-9 .col-3:nth-of-type(3n+3):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-3:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-4 {
  width: calc(44.44444% + 13.33333px);
}

.col-9 .col-4:nth-of-type(2.25n+2.25):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-4:nth-of-type(2.25n+2.25) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-5 {
  width: calc(55.55556% + 16.66667px);
}

.col-9 .col-5:nth-of-type(1.8n+1.8):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-5:nth-of-type(1.8n+1.8) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-6 {
  width: calc(66.66667% + 20px);
}

.col-9 .col-6:nth-of-type(1.5n+1.5):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-6:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-7 {
  width: calc(77.77778% + 23.33333px);
}

.col-9 .col-7:nth-of-type(1.28571n+1.28571):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-7:nth-of-type(1.28571n+1.28571) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-8 {
  width: calc(88.88889% + 26.66667px);
}

.col-9 .col-8:nth-of-type(1.125n+1.125):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-8:nth-of-type(1.125n+1.125) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-9 .col-9 {
  width: calc(100% + 30px);
}

.col-9 .col-9:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-9 .col-9:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 {
  width: 83.33333%;
}

.col-10 .col-1 {
  width: calc(10% + 3px);
}

.col-10 .col-1:nth-of-type(10n+10):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-1:nth-of-type(10n+10) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-2 {
  width: calc(20% + 6px);
}

.col-10 .col-2:nth-of-type(5n+5):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-2:nth-of-type(5n+5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-3 {
  width: calc(30% + 9px);
}

.col-10 .col-3:nth-of-type(3.33333n+3.33333):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-3:nth-of-type(3.33333n+3.33333) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-4 {
  width: calc(40% + 12px);
}

.col-10 .col-4:nth-of-type(2.5n+2.5):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-4:nth-of-type(2.5n+2.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-5 {
  width: calc(50% + 15px);
}

.col-10 .col-5:nth-of-type(2n+2):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-5:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-6 {
  width: calc(60% + 18px);
}

.col-10 .col-6:nth-of-type(1.66667n+1.66667):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-6:nth-of-type(1.66667n+1.66667) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-7 {
  width: calc(70% + 21px);
}

.col-10 .col-7:nth-of-type(1.42857n+1.42857):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-7:nth-of-type(1.42857n+1.42857) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-8 {
  width: calc(80% + 24px);
}

.col-10 .col-8:nth-of-type(1.25n+1.25):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-8:nth-of-type(1.25n+1.25) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-9 {
  width: calc(90% + 27px);
}

.col-10 .col-9:nth-of-type(1.11111n+1.11111):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-9:nth-of-type(1.11111n+1.11111) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-10 .col-10 {
  width: calc(100% + 30px);
}

.col-10 .col-10:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-10 .col-10:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 {
  width: 91.66667%;
}

.col-11 .col-1 {
  width: calc(9.09091% + 2.72727px);
}

.col-11 .col-1:nth-of-type(11n+11):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-1:nth-of-type(11n+11) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-2 {
  width: calc(18.18182% + 5.45455px);
}

.col-11 .col-2:nth-of-type(5.5n+5.5):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-2:nth-of-type(5.5n+5.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-3 {
  width: calc(27.27273% + 8.18182px);
}

.col-11 .col-3:nth-of-type(3.66667n+3.66667):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-3:nth-of-type(3.66667n+3.66667) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-4 {
  width: calc(36.36364% + 10.90909px);
}

.col-11 .col-4:nth-of-type(2.75n+2.75):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-4:nth-of-type(2.75n+2.75) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-5 {
  width: calc(45.45455% + 13.63636px);
}

.col-11 .col-5:nth-of-type(2.2n+2.2):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-5:nth-of-type(2.2n+2.2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-6 {
  width: calc(54.54545% + 16.36364px);
}

.col-11 .col-6:nth-of-type(1.83333n+1.83333):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-6:nth-of-type(1.83333n+1.83333) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-7 {
  width: calc(63.63636% + 19.09091px);
}

.col-11 .col-7:nth-of-type(1.57143n+1.57143):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-7:nth-of-type(1.57143n+1.57143) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-8 {
  width: calc(72.72727% + 21.81818px);
}

.col-11 .col-8:nth-of-type(1.375n+1.375):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-8:nth-of-type(1.375n+1.375) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-9 {
  width: calc(81.81818% + 24.54545px);
}

.col-11 .col-9:nth-of-type(1.22222n+1.22222):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-9:nth-of-type(1.22222n+1.22222) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-10 {
  width: calc(90.90909% + 27.27273px);
}

.col-11 .col-10:nth-of-type(1.1n+1.1):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-10:nth-of-type(1.1n+1.1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-11 .col-11 {
  width: calc(100% + 30px);
}

.col-11 .col-11:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-11 .col-11:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 {
  width: 100%;
}

.col-12 .col-1 {
  width: calc(8.33333% + 2.5px);
}

.col-12 .col-1:nth-of-type(12n+12):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-1:nth-of-type(12n+12) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-2 {
  width: calc(16.66667% + 5px);
}

.col-12 .col-2:nth-of-type(6n+6):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-2:nth-of-type(6n+6) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-3 {
  width: calc(25% + 7.5px);
}

.col-12 .col-3:nth-of-type(4n+4):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-3:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-4 {
  width: calc(33.33333% + 10px);
}

.col-12 .col-4:nth-of-type(3n+3):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-4:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-5 {
  width: calc(41.66667% + 12.5px);
}

.col-12 .col-5:nth-of-type(2.4n+2.4):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-5:nth-of-type(2.4n+2.4) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-6 {
  width: calc(50% + 15px);
}

.col-12 .col-6:nth-of-type(2n+2):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-6:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-7 {
  width: calc(58.33333% + 17.5px);
}

.col-12 .col-7:nth-of-type(1.71429n+1.71429):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-7:nth-of-type(1.71429n+1.71429) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-8 {
  width: calc(66.66667% + 20px);
}

.col-12 .col-8:nth-of-type(1.5n+1.5):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-8:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-9 {
  width: calc(75% + 22.5px);
}

.col-12 .col-9:nth-of-type(1.33333n+1.33333):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-9:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-10 {
  width: calc(83.33333% + 25px);
}

.col-12 .col-10:nth-of-type(1.2n+1.2):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-10:nth-of-type(1.2n+1.2) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-11 {
  width: calc(91.66667% + 27.5px);
}

.col-12 .col-11:nth-of-type(1.09091n+1.09091):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-11:nth-of-type(1.09091n+1.09091) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

.col-12 .col-12 {
  width: calc(100% + 30px);
}

.col-12 .col-12:nth-of-type(1n+1):not(.centered-col) {
  margin-right: -15px;
}

.col-12 .col-12:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
  margin-left: -15px;
}

@media screen and (max-width: 1200px) {
  .cols,
  .wrap {
    max-width: 720px;
  }
  .col-1 .col-1 {
    width: calc(100% + 24px);
  }
  .col-1 .col-1:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-1 .col-1:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-2 .col-1 {
    width: calc(50% + 12px);
  }
  .col-2 .col-1:nth-of-type(2n+2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-2 .col-1:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-2 .col-2 {
    width: calc(100% + 24px);
  }
  .col-2 .col-2:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-2 .col-2:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-3 .col-1 {
    width: calc(33.33333% + 8px);
  }
  .col-3 .col-1:nth-of-type(3n+3):not(.centered-col) {
    margin-right: -12px;
  }
  .col-3 .col-1:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-3 .col-2 {
    width: calc(66.66667% + 16px);
  }
  .col-3 .col-2:nth-of-type(1.5n+1.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-3 .col-2:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-3 .col-3 {
    width: calc(100% + 24px);
  }
  .col-3 .col-3:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-3 .col-3:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-4 .col-1 {
    width: calc(25% + 6px);
  }
  .col-4 .col-1:nth-of-type(4n+4):not(.centered-col) {
    margin-right: -12px;
  }
  .col-4 .col-1:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-4 .col-2 {
    width: calc(50% + 12px);
  }
  .col-4 .col-2:nth-of-type(2n+2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-4 .col-2:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-4 .col-3 {
    width: calc(75% + 18px);
  }
  .col-4 .col-3:nth-of-type(1.33333n+1.33333):not(.centered-col) {
    margin-right: -12px;
  }
  .col-4 .col-3:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-4 .col-4 {
    width: calc(100% + 24px);
  }
  .col-4 .col-4:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-4 .col-4:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-5 .col-1 {
    width: calc(20% + 4.8px);
  }
  .col-5 .col-1:nth-of-type(5n+5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-5 .col-1:nth-of-type(5n+5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-5 .col-2 {
    width: calc(40% + 9.6px);
  }
  .col-5 .col-2:nth-of-type(2.5n+2.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-5 .col-2:nth-of-type(2.5n+2.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-5 .col-3 {
    width: calc(60% + 14.4px);
  }
  .col-5 .col-3:nth-of-type(1.66667n+1.66667):not(.centered-col) {
    margin-right: -12px;
  }
  .col-5 .col-3:nth-of-type(1.66667n+1.66667) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-5 .col-4 {
    width: calc(80% + 19.2px);
  }
  .col-5 .col-4:nth-of-type(1.25n+1.25):not(.centered-col) {
    margin-right: -12px;
  }
  .col-5 .col-4:nth-of-type(1.25n+1.25) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-5 .col-5 {
    width: calc(100% + 24px);
  }
  .col-5 .col-5:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-5 .col-5:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-6 .col-1 {
    width: calc(16.66667% + 4px);
  }
  .col-6 .col-1:nth-of-type(6n+6):not(.centered-col) {
    margin-right: -12px;
  }
  .col-6 .col-1:nth-of-type(6n+6) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-6 .col-2 {
    width: calc(33.33333% + 8px);
  }
  .col-6 .col-2:nth-of-type(3n+3):not(.centered-col) {
    margin-right: -12px;
  }
  .col-6 .col-2:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-6 .col-3 {
    width: calc(50% + 12px);
  }
  .col-6 .col-3:nth-of-type(2n+2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-6 .col-3:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-6 .col-4 {
    width: calc(66.66667% + 16px);
  }
  .col-6 .col-4:nth-of-type(1.5n+1.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-6 .col-4:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-6 .col-5 {
    width: calc(83.33333% + 20px);
  }
  .col-6 .col-5:nth-of-type(1.2n+1.2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-6 .col-5:nth-of-type(1.2n+1.2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-6 .col-6 {
    width: calc(100% + 24px);
  }
  .col-6 .col-6:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-6 .col-6:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-1 {
    width: calc(14.28571% + 3.42857px);
  }
  .col-7 .col-1:nth-of-type(7n+7):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-1:nth-of-type(7n+7) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-2 {
    width: calc(28.57143% + 6.85714px);
  }
  .col-7 .col-2:nth-of-type(3.5n+3.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-2:nth-of-type(3.5n+3.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-3 {
    width: calc(42.85714% + 10.28571px);
  }
  .col-7 .col-3:nth-of-type(2.33333n+2.33333):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-3:nth-of-type(2.33333n+2.33333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-4 {
    width: calc(57.14286% + 13.71429px);
  }
  .col-7 .col-4:nth-of-type(1.75n+1.75):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-4:nth-of-type(1.75n+1.75) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-5 {
    width: calc(71.42857% + 17.14286px);
  }
  .col-7 .col-5:nth-of-type(1.4n+1.4):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-5:nth-of-type(1.4n+1.4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-6 {
    width: calc(85.71429% + 20.57143px);
  }
  .col-7 .col-6:nth-of-type(1.16667n+1.16667):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-6:nth-of-type(1.16667n+1.16667) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-7 .col-7 {
    width: calc(100% + 24px);
  }
  .col-7 .col-7:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-7 .col-7:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-1 {
    width: calc(12.5% + 3px);
  }
  .col-8 .col-1:nth-of-type(8n+8):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-1:nth-of-type(8n+8) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-2 {
    width: calc(25% + 6px);
  }
  .col-8 .col-2:nth-of-type(4n+4):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-2:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-3 {
    width: calc(37.5% + 9px);
  }
  .col-8 .col-3:nth-of-type(2.66667n+2.66667):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-3:nth-of-type(2.66667n+2.66667) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-4 {
    width: calc(50% + 12px);
  }
  .col-8 .col-4:nth-of-type(2n+2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-4:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-5 {
    width: calc(62.5% + 15px);
  }
  .col-8 .col-5:nth-of-type(1.6n+1.6):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-5:nth-of-type(1.6n+1.6) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-6 {
    width: calc(75% + 18px);
  }
  .col-8 .col-6:nth-of-type(1.33333n+1.33333):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-6:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-7 {
    width: calc(87.5% + 21px);
  }
  .col-8 .col-7:nth-of-type(1.14286n+1.14286):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-7:nth-of-type(1.14286n+1.14286) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-8 .col-8 {
    width: calc(100% + 24px);
  }
  .col-8 .col-8:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-8 .col-8:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-1 {
    width: calc(11.11111% + 2.66667px);
  }
  .col-9 .col-1:nth-of-type(9n+9):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-1:nth-of-type(9n+9) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-2 {
    width: calc(22.22222% + 5.33333px);
  }
  .col-9 .col-2:nth-of-type(4.5n+4.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-2:nth-of-type(4.5n+4.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-3 {
    width: calc(33.33333% + 8px);
  }
  .col-9 .col-3:nth-of-type(3n+3):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-3:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-4 {
    width: calc(44.44444% + 10.66667px);
  }
  .col-9 .col-4:nth-of-type(2.25n+2.25):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-4:nth-of-type(2.25n+2.25) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-5 {
    width: calc(55.55556% + 13.33333px);
  }
  .col-9 .col-5:nth-of-type(1.8n+1.8):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-5:nth-of-type(1.8n+1.8) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-6 {
    width: calc(66.66667% + 16px);
  }
  .col-9 .col-6:nth-of-type(1.5n+1.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-6:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-7 {
    width: calc(77.77778% + 18.66667px);
  }
  .col-9 .col-7:nth-of-type(1.28571n+1.28571):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-7:nth-of-type(1.28571n+1.28571) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-8 {
    width: calc(88.88889% + 21.33333px);
  }
  .col-9 .col-8:nth-of-type(1.125n+1.125):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-8:nth-of-type(1.125n+1.125) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-9 .col-9 {
    width: calc(100% + 24px);
  }
  .col-9 .col-9:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-9 .col-9:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-1 {
    width: calc(10% + 2.4px);
  }
  .col-10 .col-1:nth-of-type(10n+10):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-1:nth-of-type(10n+10) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-2 {
    width: calc(20% + 4.8px);
  }
  .col-10 .col-2:nth-of-type(5n+5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-2:nth-of-type(5n+5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-3 {
    width: calc(30% + 7.2px);
  }
  .col-10 .col-3:nth-of-type(3.33333n+3.33333):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-3:nth-of-type(3.33333n+3.33333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-4 {
    width: calc(40% + 9.6px);
  }
  .col-10 .col-4:nth-of-type(2.5n+2.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-4:nth-of-type(2.5n+2.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-5 {
    width: calc(50% + 12px);
  }
  .col-10 .col-5:nth-of-type(2n+2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-5:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-6 {
    width: calc(60% + 14.4px);
  }
  .col-10 .col-6:nth-of-type(1.66667n+1.66667):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-6:nth-of-type(1.66667n+1.66667) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-7 {
    width: calc(70% + 16.8px);
  }
  .col-10 .col-7:nth-of-type(1.42857n+1.42857):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-7:nth-of-type(1.42857n+1.42857) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-8 {
    width: calc(80% + 19.2px);
  }
  .col-10 .col-8:nth-of-type(1.25n+1.25):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-8:nth-of-type(1.25n+1.25) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-9 {
    width: calc(90% + 21.6px);
  }
  .col-10 .col-9:nth-of-type(1.11111n+1.11111):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-9:nth-of-type(1.11111n+1.11111) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-10 .col-10 {
    width: calc(100% + 24px);
  }
  .col-10 .col-10:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-10 .col-10:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-1 {
    width: calc(9.09091% + 2.18182px);
  }
  .col-11 .col-1:nth-of-type(11n+11):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-1:nth-of-type(11n+11) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-2 {
    width: calc(18.18182% + 4.36364px);
  }
  .col-11 .col-2:nth-of-type(5.5n+5.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-2:nth-of-type(5.5n+5.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-3 {
    width: calc(27.27273% + 6.54545px);
  }
  .col-11 .col-3:nth-of-type(3.66667n+3.66667):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-3:nth-of-type(3.66667n+3.66667) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-4 {
    width: calc(36.36364% + 8.72727px);
  }
  .col-11 .col-4:nth-of-type(2.75n+2.75):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-4:nth-of-type(2.75n+2.75) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-5 {
    width: calc(45.45455% + 10.90909px);
  }
  .col-11 .col-5:nth-of-type(2.2n+2.2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-5:nth-of-type(2.2n+2.2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-6 {
    width: calc(54.54545% + 13.09091px);
  }
  .col-11 .col-6:nth-of-type(1.83333n+1.83333):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-6:nth-of-type(1.83333n+1.83333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-7 {
    width: calc(63.63636% + 15.27273px);
  }
  .col-11 .col-7:nth-of-type(1.57143n+1.57143):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-7:nth-of-type(1.57143n+1.57143) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-8 {
    width: calc(72.72727% + 17.45455px);
  }
  .col-11 .col-8:nth-of-type(1.375n+1.375):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-8:nth-of-type(1.375n+1.375) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-9 {
    width: calc(81.81818% + 19.63636px);
  }
  .col-11 .col-9:nth-of-type(1.22222n+1.22222):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-9:nth-of-type(1.22222n+1.22222) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-10 {
    width: calc(90.90909% + 21.81818px);
  }
  .col-11 .col-10:nth-of-type(1.1n+1.1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-10:nth-of-type(1.1n+1.1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-11 .col-11 {
    width: calc(100% + 24px);
  }
  .col-11 .col-11:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-11 .col-11:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-1 {
    width: calc(8.33333% + 2px);
  }
  .col-12 .col-1:nth-of-type(12n+12):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-1:nth-of-type(12n+12) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-2 {
    width: calc(16.66667% + 4px);
  }
  .col-12 .col-2:nth-of-type(6n+6):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-2:nth-of-type(6n+6) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-3 {
    width: calc(25% + 6px);
  }
  .col-12 .col-3:nth-of-type(4n+4):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-3:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-4 {
    width: calc(33.33333% + 8px);
  }
  .col-12 .col-4:nth-of-type(3n+3):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-4:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-5 {
    width: calc(41.66667% + 10px);
  }
  .col-12 .col-5:nth-of-type(2.4n+2.4):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-5:nth-of-type(2.4n+2.4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-6 {
    width: calc(50% + 12px);
  }
  .col-12 .col-6:nth-of-type(2n+2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-6:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-7 {
    width: calc(58.33333% + 14px);
  }
  .col-12 .col-7:nth-of-type(1.71429n+1.71429):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-7:nth-of-type(1.71429n+1.71429) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-8 {
    width: calc(66.66667% + 16px);
  }
  .col-12 .col-8:nth-of-type(1.5n+1.5):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-8:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-9 {
    width: calc(75% + 18px);
  }
  .col-12 .col-9:nth-of-type(1.33333n+1.33333):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-9:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-10 {
    width: calc(83.33333% + 20px);
  }
  .col-12 .col-10:nth-of-type(1.2n+1.2):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-10:nth-of-type(1.2n+1.2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-11 {
    width: calc(91.66667% + 22px);
  }
  .col-12 .col-11:nth-of-type(1.09091n+1.09091):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-11:nth-of-type(1.09091n+1.09091) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .col-12 .col-12 {
    width: calc(100% + 24px);
  }
  .col-12 .col-12:nth-of-type(1n+1):not(.centered-col) {
    margin-right: -12px;
  }
  .col-12 .col-12:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
  }
  .cols .col-1[class^="col"] {
    width: 50%;
  }
  .cols .col-2[class^="col"] {
    width: 50%;
  }
  .cols .col-3[class^="col"] {
    width: 50%;
  }
  .cols .col-4[class^="col"] {
    width: 50%;
  }
  .cols .col-5[class^="col"] {
    width: 50%;
  }
  .cols .col-6[class^="col"] {
    width: 50%;
  }
  .cols *[class^="col"] {
    padding: 0 12px;
  }
  .cols *[class^="col"] *[class^="col"]:first-child,
  .cols *[class^="col"] *[class^="col"]:first-of-type {
    margin-left: -12px;
  }
  .cols *[class^="col"] *[class^="col"]:first-child.col-12,
  .cols *[class^="col"] *[class^="col"]:first-of-type.col-12 {
    width: calc(100% + 24px);
  }
  .cols *[class^="col"] *[class^="col"]:last-child,
  .cols *[class^="col"] *[class^="col"]:last-of-type {
    margin-right: -12px;
  }
  .cols *[class^="col"] *[class^="col"]:last-child.col-12,
  .cols *[class^="col"] *[class^="col"]:last-of-type.col-12 {
    width: calc(100% + 24px);
  }
}

@media screen and (max-width: 767px) {
  .cols,
  .wrap {
    max-width: 400px;
  }
  .cols .col-1[class^="col"] {
    width: auto;
  }
  .cols .col-2[class^="col"] {
    width: auto;
  }
  .cols .col-3[class^="col"] {
    width: auto;
  }
  .cols .col-4[class^="col"] {
    width: auto;
  }
  .cols .col-5[class^="col"] {
    width: auto;
  }
  .cols .col-6[class^="col"] {
    width: auto;
  }
  *[class^="col"] .col-1:nth-of-type(12n+12):not(.centered-col),
  *[class^="col"] .col-1:nth-of-type(12n+12) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-2:nth-of-type(6n+6):not(.centered-col),
  *[class^="col"] .col-2:nth-of-type(6n+6) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-3:nth-of-type(4n+4):not(.centered-col),
  *[class^="col"] .col-3:nth-of-type(4n+4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-4:nth-of-type(3n+3):not(.centered-col),
  *[class^="col"] .col-4:nth-of-type(3n+3) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-5:nth-of-type(2.4n+2.4):not(.centered-col),
  *[class^="col"] .col-5:nth-of-type(2.4n+2.4) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-6:nth-of-type(2n+2):not(.centered-col),
  *[class^="col"] .col-6:nth-of-type(2n+2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-7:nth-of-type(1.71429n+1.71429):not(.centered-col),
  *[class^="col"] .col-7:nth-of-type(1.71429n+1.71429) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-8:nth-of-type(1.5n+1.5):not(.centered-col),
  *[class^="col"] .col-8:nth-of-type(1.5n+1.5) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-9:nth-of-type(1.33333n+1.33333):not(.centered-col),
  *[class^="col"] .col-9:nth-of-type(1.33333n+1.33333) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-10:nth-of-type(1.2n+1.2):not(.centered-col),
  *[class^="col"] .col-10:nth-of-type(1.2n+1.2) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-11:nth-of-type(1.09091n+1.09091):not(.centered-col),
  *[class^="col"] .col-11:nth-of-type(1.09091n+1.09091) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  *[class^="col"] .col-12:nth-of-type(1n+1):not(.centered-col),
  *[class^="col"] .col-12:nth-of-type(1n+1) + *[class^="col"]:not(.centered-col) {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cols *[class^="col"] {
    float: none;
    width: auto;
    padding: 0 12px;
  }
  .cols *[class^="col"] *[class^="col"] {
    margin-left: -12px;
    margin-right: -12px;
  }
}

/* Animation Library */
.easing, a, .video_testimonials_list a:before, .video_testimonials_list a:after {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

/* BASIC ELEMENTS */
/* Buttons */
h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 1.25em;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

/* Buttons */
html,
body,
input,
button,
select,
textarea {
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625;
  color: #353535;
}

.lighter {
  font-weight: lighter;
}

.bolder,
.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

a {
  color: #353535;
}

a:hover {
  color: #DA0000;
}

p {
  margin-bottom: 1.2em;
}

.section-subtitle,
.text-lighter-color {
  color: #4D4D4D;
}

/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  line-height: 64px;
  padding: 0 40px;
  border-radius: 0;
  background-color: #DA0000;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.btn:after,
button:after,
input[type="button"]:after,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 30%;
  top: 80%;
  left: 5%;
  background-color: #DA0000;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.7;
  z-index: -1;
}

.btn:not(.subscribe-btn):hover,
button:not(.subscribe-btn):hover,
input[type="button"]:not(.subscribe-btn):hover,
input[type="submit"]:not(.subscribe-btn):hover,
input[type="button"]:not(.subscribe-btn):hover,
input[type="reset"]:not(.subscribe-btn):hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #BF0000;
  border-color: #BF0000;
  color: #fff;
}

.btn.small,
button.small,
input[type="button"].small,
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  line-height: 50px;
  padding: 0 24px;
  font-size: 18px;
}

.btn.small.outline,
button.small.outline,
input[type="button"].small.outline,
input[type="submit"].small.outline,
input[type="button"].small.outline,
input[type="reset"].small.outline {
  line-height: 46px;
  padding: 0 22px;
}

.btn.outline,
button.outline,
input[type="button"].outline,
input[type="submit"].outline,
input[type="button"].outline,
input[type="reset"].outline {
  background-color: transparent;
  font-weight: 400;
  color: #DA0000;
  line-height: 54px;
  border: 2px solid rgba(218, 0, 0, 0.3);
}

.btn.outline:after,
button.outline:after,
input[type="button"].outline:after,
input[type="submit"].outline:after,
input[type="button"].outline:after,
input[type="reset"].outline:after {
  display: none;
}

.btn.outline:hover,
button.outline:hover,
input[type="button"].outline:hover,
input[type="submit"].outline:hover,
input[type="button"].outline:hover,
input[type="reset"].outline:hover {
  border-color: #DA0000;
}

.btn.play:before,
button.play:before,
input[type="button"].play:before,
input[type="submit"].play:before,
input[type="button"].play:before,
input[type="reset"].play:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background-image: url("../images/play.svg");
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -2px;
}

/* Fields */
input:focus,
select:focus,
textarea:focus,
button:focus,
select:focus,
.unfocus:focus {
  outline: none;
}

/* Forms Elements */
/* Checkboxes & Radio boxes */
/* REGULAR STYLE */
/* Desktop */
#body {
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 56px;
}

.main_header,
.section,
.main_footer {
  position: relative;
}

.main_header {
  padding-top: 0;
  background-color: #F6F6F6;
}

.main_header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(200% - 128px);
  top: -100%;
  left: 0;
  background-color: #F6F6F6;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  display: none;
}

.main_header .hero_benefits {
  background-color: #fff;
  background-image: url("../images/hero_img.jpg");
  background-size: cover;
  background-position: center top;
  color: #111;
  position: relative;
  padding: 96px 0;
}

.main_header .hero_benefits + .wrap.cols {
  padding: 56px 0;
}

.main_header .hero_benefits h1 {
  margin-bottom: 24px;
}

.main_header .hero_benefits p {
  font-size: 20px;
}

.main_header .hero_benefits .offer_cta {
  margin-top: 32px;
}

.main_header .hero_benefits .offer_cta-price span:before {
  background-color: #111;
}

.main_header .hero_benefits .offer_cta-action {
  white-space: nowrap;
}

.main_header .hero_benefits .offer_cta-action .btn.outline {
  color: #111;
  border: 2px solid rgba(218, 0, 0, 0.8);
}

.main_header .hero_benefits .offer_cta-action .btn.outline:hover {
  border-color: #da0000;
}

.main_header .hero_benefits .offer_cta-note {
  display: block;
  line-height: 50px;
  vertical-align: middle;
  padding-top: 0;
  padding-left: 0;
}

.main_header .hero_benefits .guarantee_list {
  text-align: left;
  min-width: 710px;
  margin-top: 32px;
}

.main_header .hero_benefits .guarantee_list li {
  float: left;
  width: 50%;
}

.main_header .hero_benefits .guarantee_list li:nth-of-type(2) h3 {
  margin-top: 10px;
}

.main_header .hero_benefits .guarantee_list .guarantee_image {
  float: left;
  width: 96px;
}

.main_header .hero_benefits .guarantee_list .guarantee_image img {
  vertical-align: top;
}

.main_header .hero_benefits .guarantee_list h3 {
  float: left;
  width: calc(100% - 110px);
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding: 16px 0;
  font-weight: bold;
}

.main_header .logo_wrap {
  position: relative;
  background-color: #111;
  width: 100%;
  left: 0;
  top: 0;
  padding: 24px 0;
  z-index: 1;
}

.main_header .logo_wrap img {
  max-height: 24px;
  max-width: 169px;
  vertical-align: middle;
}

.main_header .logo_wrap img + img {
  margin-left: 32px;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.main_header .product_main-image img {
  max-width: 430px;
}

.main_header .product_main-info {
  padding-top: 24px;
  z-index: 0;
}

.main_header .product_main-cta .offer_cta-price {
  margin-top: -4px;
}

.main_header .product_main-title {
  position: relative;
  font-weight: 500;
  margin-bottom: 24px;
}

.main_header .product_main-title span {
  font-size: 12px;
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  max-width: 76px;
  border-radius: 4px;
  background: rgba(255, 199, 107, 0.1);
  border: 1px solid #ED8888;
  padding: 3px 7px;
  line-height: 14px;
  color: #DA0000;
  vertical-align: top;
  margin-top: 11px;
}

.main_header .product_main-title + p {
  font-size: 22px;
  line-height: 34px;
  max-width: 480px;
  margin-bottom: 24px;
}

.main_header .product_main-title + p small {
  display: block;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  line-height: 24px;
}

.offer_cta {
  position: relative;
  font-size: 0;
}

.offer_cta-price {
  font-size: 22px;
  display: inline-block;
  width: 160px;
  vertical-align: top;
}

.offer_cta-price span {
  position: relative;
  opacity: 0.75;
  line-height: 18px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.offer_cta-price span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #353535;
  -webkit-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  transform: scaleY(0.75);
}

.offer_cta-price b {
  font-size: 36px;
  color: #DA0000;
  display: block;
  line-height: 40px;
}

.offer_cta-action {
  display: inline-block;
  width: calc(100% - 160px);
  padding-top: 10px;
}

.offer_cta-action .btn {
  min-width: 180px;
}

.offer_cta-action .btn + .btn {
  margin-left: 16px;
}

.offer_cta-note {
  font-size: 14px;
  display: block;
  padding-top: 14px;
}

.main_benefits {
  margin-top: 48px;
  margin-bottom: 80px;
}

.main_benefits h2 {
  margin-bottom: 22px;
}

.main_benefits p {
  font-size: 20px;
  line-height: 32px;
  padding-right: 32px;
}

.product_main-features {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}

.product_main-features li {
  position: relative;
  margin-top: 6px;
  margin-bottom: 12px;
}

.product_main-features li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.section.video_intro {
  height: 45vw;
  max-height: 680px;
  background-image: url("../images/video_bg.jpg");
  background-size: cover;
  background-position: center;
}

.section.video_intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(26%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 26%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 26%), -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.6) 0%, transparent 26%), linear-gradient(-180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section.video_intro .video_intro_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.video_intro .video_intro_trigger:before {
  content: attr(title);
  font-size: 48px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -125%);
  -ms-transform: translate(0, -125%);
  transform: translate(0, -125%);
}

.section.video_intro .video_intro_trigger:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("../images/play.svg");
  background-position: 55% center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section.video_intro .video_intro_trigger:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.9);
}

.section.social_proof {
  margin-top: 96px;
  margin-bottom: 56px;
}

.section.social_proof .wrap {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.section.social_proof h2 {
  margin-bottom: 0;
}

.section.social_proof .rating {
  color: rgba(53, 53, 53, 0.8);
  vertical-align: top;
  margin-top: 4px;
}

.section.social_proof .stars {
  position: relative;
  width: 104px;
  height: 18px;
  background-image: url("../images/starsg.svg");
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}

.section.social_proof .stars span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/stars.svg");
  background-color: #FFF;
}

.section.social_proof .orders-counter {
  position: relative;
  padding-top: 144px;
}

.section.social_proof .orders-number {
  font-size: 74px;
  font-weight: 700;
  color: #DA0000;
  line-height: 80px;
}

.page_reviews {
  font-size: 14px;
  line-height: 26px;
  color: rgba(53, 53, 53, 0.9);
  padding-left: 15px;
}

.page_reviews li {
  max-width: 44%;
  float: left;
  margin-bottom: 52px;
}

.page_reviews li:nth-of-type(2n+1) {
  margin-right: 12%;
}

.page_reviews-logo {
  height: 32px;
  position: relative;
  margin-bottom: 20px;
}

.page_reviews-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate3d(0, -50%, 0) scale(0.5);
  transform: translate3d(0, -50%, 0) scale(0.5);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  will-change: filter;
  opacity: 0.5;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page_reviews li:hover .page_reviews-logo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.product_benefits h2 {
  margin-left: 15px;
}

.product_benefits-icon {
  max-height: 74px;
  margin-bottom: 16px;
}

.product_benefits-icon img {
  max-height: 74px;
  display: inline-block;
  position: relative;
  -webkit-transform: translate3d(-8px, 0, 0);
  transform: translate3d(-8px, 0, 0);
}

.product_images {
  padding-top: 128px;
  margin-bottom: -234px;
  z-index: 1;
}

.product_images-desc {
  padding: 0 15px;
}

.product_images-desc h2 {
  max-width: 300px;
  line-height: 48px;
}

.product_images-desc .offer_cta {
  z-index: 2;
}

.product_images-desc .offer_cta-price {
  width: 100%;
}

.product_images-desc .offer_cta-price span,
.product_images-desc .offer_cta-price b {
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.product_images-desc .offer_cta-price b {
  margin-left: 8px;
}

.product_images-desc .offer_cta-action {
  display: block;
}

.product_images-list {
  position: relative;
  width: 100vw;
  max-width: 1600px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) skewY(-10deg) translate3d(0, -300px, 0);
  transform: translate3d(-50%, 0, 0) skewY(-10deg) translate3d(0, -300px, 0);
}

.product_images-list li {
  width: 50%;
  overflow: hidden;
  float: right;
  height: 530px;
  position: relative;
}

.product_images-list li img {
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
}

.product_images-list li:not(.parallaxer):nth-of-type(2) img {
  -webkit-transform: skewY(10deg) translate3d(-50%, -50%, 0) translate3d(0, 15%, 0) scale(1.1);
  transform: skewY(10deg) translate3d(-50%, -50%, 0) translate3d(0, 15%, 0) scale(1.1);
}

.product_images-list li:last-child {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 8px #DA0000, 0 24px 64px rgba(0, 0, 0, 0.2), 0 16px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px #DA0000, 0 24px 64px rgba(0, 0, 0, 0.2), 0 16px 24px rgba(0, 0, 0, 0.1);
}

.product_images-list li:not(.parallaxer) img {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skewY(10deg) translate3d(-50%, -50%, 0) scale(1.1);
  transform: skewY(10deg) translate3d(-50%, -50%, 0) scale(1.1);
}

.product_images-list li:first-child {
  float: left;
  overflow: visible;
  background-color: #F1F1F1;
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  -webkit-box-shadow: 0 -8px #DA0000;
  box-shadow: 0 -8px #DA0000;
}

.product_images-list li:first-child .pal {
  position: absolute;
  left: 50%;
  top: 50%;
}

.product_images-list li:first-child .big_pal {
  width: 408px;
  -webkit-transform: skewY(10deg) translate3d(-65%, -15%, 0);
  transform: skewY(10deg) translate3d(-65%, -15%, 0);
  z-index: 1;
}

.product_images-list li:first-child .small_pal {
  width: 163px;
  -webkit-transform: skewY(10deg) translate3d(0%, -65%, 0);
  transform: skewY(10deg) translate3d(0%, -65%, 0);
}

.video_testimonials {
  margin-bottom: 128px;
}

.video_testimonials h2 {
  margin-bottom: 32px;
  margin-left: 15px;
}

.video_testimonials p {
  max-width: 470px;
  margin-left: 15px;
}

.video_testimonials_list {
  margin-top: 64px;
  z-index: 1;
}

.video_testimonials_list li {
  height: 230px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video_testimonials_list li:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.video_testimonials_list li:hover:before {
  opacity: 0.4;
}

.video_testimonials_list li:hover:after {
  opacity: 0.2;
}

.video_testimonials_list li:before, .video_testimonials_list li:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 20%;
  background-color: #353535;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video_testimonials_list li:after {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.video_testimonials_list a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-color: #F6F6F6;
  z-index: 1;
}

.video_testimonials_list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video_testimonials_list a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(34%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(-180deg, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
}

.video_testimonials_list a:hover:before, .video_testimonials_list a:hover:after {
  opacity: 1;
}

.video_testimonials_list a:after {
  content: attr(title);
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #fff;
  opacity: 0;
}

/* .product_images
  overflow: hidden */
.testimonials-title {
  position: relative;
  margin-bottom: -96px;
}

.testimonials-title h2, .testimonials-title h3 {
  line-height: 48px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonials-title h2 {
  margin-bottom: 0;
}

.testimonials-title h3 {
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 0;
}

.testimonials_list li {
  position: relative;
}

.testimonials_list li:nth-of-type(2n+1) .col-4 {
  float: right;
}

.testimonials_list .testimonials-image {
  overflow: hidden;
}

.testimonials_list .testimonials-image img {
  vertical-align: top;
}

.testimonials_list p:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 40px;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 100%;
}

.testimonials_list li:nth-of-type(2) {
  z-index: 1;
}

.testimonials_list li:nth-of-type(2) .testimonials-image {
  -webkit-transform: skewY(-10deg) translate3d(0, 53px, 0);
  transform: skewY(-10deg) translate3d(0, 53px, 0);
  margin-bottom: 18px;
}

.testimonials_list li:nth-of-type(2) .testimonials-image img {
  -webkit-transform: skewY(10deg) translate3d(0, -34px, 0);
  transform: skewY(10deg) translate3d(0, -34px, 0);
}

.testimonials_list li:nth-of-type(2) .testimonials-info {
  float: right;
}

.testimonials_list li:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 200%;
  background: -moz-linear-gradient(10deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(10deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(80deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(80deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(10deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #F7F5F2;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0) skewY(-10deg);
  transform: translate3d(-50%, 0, 0) skewY(-10deg);
}

.testimonials-info h3 {
  padding-top: 190px;
}

.testimonials-info p {
  font-size: 14px;
  line-height: 26px;
}

.package {
  background-color: #F6F6F6;
  padding-top: 80px;
}

.package .wrap.cols {
  z-index: 1;
}

.package h2 {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 64px;
}

.package p {
  padding-left: 32px;
  padding-right: 32px;
}

.package-single {
  position: relative;
}

.package-item_image {
  background-color: #FFF;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.05);
  height: 328px;
  line-height: 328px;
  margin-bottom: 16px;
}

.package-item_image img {
  max-height: 198px;
  max-width: 165px !important;
  vertical-align: middle;
}

.package-cta.offer_cta {
  margin-top: 48px;
}

.package-cta.offer_cta .offer_cta-price {
  width: 100%;
  line-height: 40px;
}

.package-cta.offer_cta .offer_cta-price span {
  line-height: 40px;
  vertical-align: middle;
  margin-right: 6px;
}

.package-cta.offer_cta .offer_cta-price b {
  display: inline-block;
  vertical-align: middle;
}

.package-cta.offer_cta .offer_cta-action {
  margin-top: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  background-color: #F6F6F6;
  padding-top: 96px;
  padding-bottom: 80px;
}

.faq h2 {
  text-align: center;
}

.faq_list {
  margin-left: 26px;
}

.faq_list li {
  margin-bottom: 30px;
}

.faq_list li .faq-content a {
  color: #000;
  font-weight: 700;
  border-bottom: 1px dotted transparent;
}

.faq_list li .faq-content a:hover {
  color: #DA0000;
  border-bottom: 1px dotted #DA0000;
}

.faq-item_trigger {
  font-size: 20px;
  font-weight: 500;
  font-family: "Helvetica Neue", Arial, sans-serif;
  position: relative;
  display: inline-block;
}

.faq-item_trigger.active {
  color: #DA0000;
}

.faq-item_trigger.active:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-item_trigger.active:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}

.faq-item_trigger.active + .faq-content {
  max-height: 72px;
  opacity: 1;
}

.faq-item_trigger:before, .faq-item_trigger:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 10px;
  height: 2px;
  background-color: #888;
  margin-right: 12px;
  top: 50%;
  border-radius: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.faq-item_trigger:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-content {
  max-width: 100%;
  line-height: 24px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

.guarantee_list {
  text-align: center;
}

.guarantee_list img {
  max-height: 131px;
}

.guarantee_list h3 {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 56px;
  opacity: 0.8;
}

.freeshipping {
  padding: 56px 0;
}

.freeshipping .col-6 {
  margin-top: 48px;
}

.freeshipping-icon {
  float: left;
  margin-right: 32px;
}

.freeshipping h2.bold {
  margin-bottom: 8px;
  font-weight: 500;
}

.freeshipping-cta.offer_cta {
  text-align: right;
}

.freeshipping-cta.offer_cta .offer_cta-price {
  line-height: 40px;
  width: 100%;
}

.freeshipping-cta.offer_cta .offer_cta-price span, .freeshipping-cta.offer_cta .offer_cta-price b {
  line-height: 40px;
  vertical-align: middle;
}

.freeshipping-cta.offer_cta .offer_cta-price b {
  display: inline-block;
  margin-left: 8px;
}

.freeshipping-cta.offer_cta .offer_cta-action {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.subscribe {
  background-color: #353535;
  background-image: url("../images/subscribe_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 128px;
}

.subscribe p {
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-form {
  font-size: 0;
  text-align: right;
  padding-top: 80px;
  position: relative;
}

.subscribe-form:after {
  content: attr(data-alert);
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 14px;
  color: #f37676;
  width: 100%;
  max-width: 400px;
  text-align: left;
  padding: 5px 0;
  opacity: 0;
}

.subscribe-form.subbed:after {
  -webkit-animation: subbed 4s ease;
  animation: subbed 4s ease;
}

.subscribe-form.subbing {
  pointer-events: none;
}

@-webkit-keyframes subbed {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes subbed {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.subscribe-input {
  width: calc(100% - 48px);
  max-width: 352px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 24px;
  padding: 0 24px;
  color: #fff;
  vertical-align: top;
}

.subscribe-btn.btn {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url("../images/sub_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}

.subscribe-btn.btn:hover {
  background-color: #fff;
}

.subscribe-input::-webkit-input-placeholder {
  opacity: 0.4;
  color: #fff;
}

.subscribe-input::-moz-placeholder {
  opacity: 0.4;
  color: #fff;
}

.subscribe-input::-ms-input-placeholder {
  opacity: 0.4;
  color: #fff;
}

.subscribe-input::-moz-placeholder {
  opacity: 0.4;
  color: #fff;
}

footer.main_footer {
  padding: 48px 0;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
}

footer.main_footer img {
  max-height: 32px;
}

footer.main_footer .col-5:nth-of-type(2) {
  text-align: right;
}

.video_player_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 999;
}

.video_player_wrap.active {
  opacity: 1;
  pointer-events: all;
}

.video_player_wrap .video_player_close {
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: rgba(230, 230, 230, 0.3);
  top: 48px;
  right: 48px;
  border-radius: 50%;
  z-index: 2;
}

.video_player_wrap .video_player_close:hover {
  background-color: rgba(245, 245, 245, 0.7);
}

.video_player_wrap .video_player_close:before, .video_player_wrap .video_player_close:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.video_player_wrap .video_player_close:after {
  width: 1px;
  height: 24px;
}

.video_player_wrap .video_player_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_player_wrap .youtube_object {
  width: 100%;
  height: 100%;
  margin: 0;
}

.scrolled .floating_banner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.floating_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  text-align: center;
  padding: 8px 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  will-change: transform;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

.floating_banner .floating_badge {
  float: left;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -1px;
}

.floating_banner .floating_badge img {
  display: inline-block;
  margin-right: 14px;
  max-height: 20px;
  vertical-align: middle;
  opacity: 0.8;
}

.floating_banner .offer_cta {
  float: right;
}

.floating_banner .offer_cta-action {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding-top: 0;
}

.floating_banner .offer_cta-action .btn {
  line-height: 40px;
}

.floating_banner .offer_cta-action .btn:after {
  opacity: 0;
}

.floating_banner .offer_cta-price {
  width: auto;
  line-height: 40px;
  vertical-align: middle;
  color: #fff;
  padding-right: 16px;
}

.floating_banner .offer_cta-price b,
.floating_banner .offer_cta-price span {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}

.floating_banner .offer_cta-price b:before,
.floating_banner .offer_cta-price span:before {
  background-color: #FFF;
}

.floating_banner .offer_cta-price b {
  font-size: 28px;
}

.floating_banner .offer_cta-price span {
  font-size: 18px;
}

#intercom-container {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrolled #intercom-container {
  -webkit-transform: translate3d(0, -56px, 0);
  transform: translate3d(0, -56px, 0);
}

.video_open #intercom-container {
  opacity: 0;
  pointer-events: none;
}

/* BREAKPOINTS */
/* desktop wide resolution */
@media screen and (min-width: 1600px) {
  /* Desktop Wide Resolution */
}

/* desktop narrow resolution */
@media screen and (max-width: 1365px) {
  /* Desktop Narrow Resolution */
}

/* tablet landscape */
@media screen and (max-width: 1280px) {
  /* Tablet Landscape */
  .main_header .logo_wrap .wrap .col-10 {
    width: 100%;
  }
  .main_header .hero_benefits .col-10 {
    width: 100%;
  }
  .main_header .hero_benefits .col-10 .col-5 {
    width: 55%;
  }
  .main_header .product_main-image img {
    max-width: 340px;
  }
  .main_header .product_main-title {
    font-size: 30px;
    margin-right: -12px;
    margin-left: -2px;
  }
  .main_header .product_main-title span {
    margin-top: 0;
  }
  .main_header .product_main-title + p {
    font-size: 16px;
    line-height: 26px;
  }
  .main_header .product_main-title + p small {
    font-size: 12px;
  }
  .offer_cta-price {
    width: 130px;
  }
  .offer_cta-price span {
    font-size: 20px;
  }
  .offer_cta-price span:before {
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .offer_cta-price b {
    font-size: 30px;
  }
  .offer_cta-action {
    width: calc(100% - 130px);
    text-align: center;
  }
  .offer_cta-action .btn {
    width: 100%;
  }
  .offer_cta-action .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
  .main_benefits {
    margin-bottom: 48px;
  }
  .main_benefits .wrap.cols > .col-10 {
    width: 100%;
  }
  .main_benefits .wrap.cols > .col-10:after {
    content: "";
    display: block;
    clear: both;
  }
  .main_benefits p {
    font-size: 16px;
    line-height: 30px;
  }
  .main_header .hero_benefits {
    padding: 64px 0;
  }
  .main_header .hero_benefits h1.main-color {
    font-size: 32px;
    margin-right: -48px;
    margin-bottom: 16px;
  }
  .main_header .hero_benefits .offer_cta {
    margin-top: 24px;
  }
  .main_header .hero_benefits .offer_cta-action .btn {
    width: auto;
    vertical-align: top;
  }
  .main_header .hero_benefits .offer_cta-action .btn + .btn {
    margin-top: 0;
    margin-left: 12px;
  }
  .main_header .hero_benefits .guarantee_list {
    margin-top: 16px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 24px rgba(255, 255, 255, 0.4);
  }
  .product_main-features {
    font-size: 16px;
  }
  .social_proof {
    margin-top: 64px;
  }
  .social_proof .wrap.cols .col-5 {
    width: 44%;
  }
  .social_proof .wrap.cols .col-7 {
    width: 56%;
  }
  .social_proof .wrap.cols .rating .stars {
    display: block;
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .social_proof .wrap.cols .orders-counter {
    padding-top: 84px;
  }
  .social_proof .wrap.cols .orders-counter .orders-number {
    font-size: 64px;
    margin-left: -3px;
  }
  .social_proof .wrap.cols .page_reviews li {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 32px;
  }
  .social_proof .wrap.cols .page_reviews li:last-child {
    margin-bottom: 56px;
  }
  .social_proof .wrap.cols .page_reviews li p {
    line-height: 24px;
  }
  .social_proof .wrap.cols .page_reviews li .page_reviews-logo {
    margin-bottom: 12px;
  }
  .product_images {
    margin-bottom: -140px;
  }
  .product_images-desc {
    width: 50%;
  }
  .product_images-desc .offer_cta-action {
    width: 100%;
    text-align: left;
  }
  .product_images-desc .offer_cta-action .btn {
    width: auto;
  }
  .product_images-list {
    -webkit-transform: translate3d(-50%, 0, 0) skewY(-10deg) translate3d(0, -200px, 0);
    transform: translate3d(-50%, 0, 0) skewY(-10deg) translate3d(0, -200px, 0);
  }
  .product_images-list li {
    height: 320px;
  }
  .product_images-list li:first-child {
    -webkit-transform: translate3d(0, 220px, 0);
    transform: translate3d(0, 220px, 0);
  }
  .product_images-list li:first-child .big_pal {
    max-width: 260px;
    -webkit-transform: skewY(10deg) translate3d(-50%, -15%, 0);
    transform: skewY(10deg) translate3d(-50%, -15%, 0);
  }
  .product_images-list li:first-child .small_pal {
    max-width: 100px;
    -webkit-transform: skewY(10deg) translate3d(45%, -65%, 0);
    transform: skewY(10deg) translate3d(45%, -65%, 0);
  }
  .video_testimonials {
    margin-bottom: 96px;
  }
  .video_testimonials .wrap.cols h2,
  .video_testimonials .wrap.cols p {
    margin-left: 12px;
  }
  .video_testimonials .wrap.cols .video_testimonials_list {
    margin-top: 48px;
  }
  .video_testimonials .wrap.cols .video_testimonials_list li.col-4 {
    width: calc(100% / 3);
    height: 160px;
  }
  .testimonials .wrap.cols > .col-10 {
    width: auto;
  }
  .testimonials-title.col-10 {
    margin-bottom: 12px;
  }
  .testimonials-title.col-10 h2,
  .testimonials-title.col-10 h3 {
    margin-left: 0;
    margin-right: 0;
    line-height: 40px;
  }
  .testimonials-title.col-10 h3 {
    font-size: 18px;
  }
  .testimonials_list.col-10 li .testimonials-image {
    width: 40%;
  }
  .testimonials_list.col-10 li .testimonials-info {
    padding: 0;
  }
  .testimonials_list.col-10 li .testimonials-info h3 {
    padding-top: 72px;
    margin-bottom: 16px;
  }
  .testimonials_list.col-10 li .testimonials-info p {
    line-height: 24px;
  }
  .testimonials_list.col-10 li .testimonials-info p:before {
    margin-right: -16px;
  }
  .testimonials_list.col-10 li:nth-of-type(2) .testimonials-image {
    -webkit-transform: skewY(-10deg) translate3d(0, 39px, 0);
    transform: skewY(-10deg) translate3d(0, 39px, 0);
  }
  .package .wrap.cols .col-6.centered-col {
    width: 80%;
  }
  .package .wrap.cols .col-6.centered-col .offer_cta .btn {
    width: auto;
  }
  .faq .wrap.cols .col-6.centered-col {
    width: 100%;
    max-width: 580px;
  }
  .freeshipping .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  .freeshipping .wrap.cols .col-10.centered-col .col-6 {
    margin-top: 0;
    width: calc(60% + 12px);
  }
  .freeshipping .wrap.cols .col-10.centered-col .col-4 {
    width: calc(40% + 12px);
  }
  .freeshipping-icon {
    float: none;
    margin-left: -4px;
  }
  .freeshipping-icon img {
    max-height: 42px;
  }
  .subscribe {
    padding-top: 56px;
    padding-bottom: 96px;
  }
  .subscribe .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  .subscribe .wrap.cols .col-10.centered-col .col-5 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .subscribe .wrap.cols .col-10.centered-col .col-5:first-child {
    width: 75%;
  }
  .subscribe .wrap.cols .col-10.centered-col .col-5 .subscribe-form {
    padding-top: 16px;
  }
  .subscribe .wrap.cols .col-10.centered-col h2 {
    margin-bottom: 24px;
  }
  footer.main_footer {
    padding: 24px 0;
  }
  footer.main_footer .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  footer.main_footer .wrap.cols .col-10.centered-col p {
    margin-bottom: 0;
    font-size: 14px;
  }
  footer.main_footer .wrap.cols .col-10.centered-col img {
    vertical-align: top;
  }
  .floating_banner .floating_badge {
    font-size: 16px;
  }
}

/* tablet portrait */
@media screen and (max-width: 1023px) and (orientation: portrait) {
  /* Tablet Portrait */
}

/* mobile portrait high resolution (iPhone 6,6+) */
@media screen and (max-width: 767px) {
  /* Mobile Portrait High Resolution */
  /* Tablet Landscape */
  .main_header .logo_wrap {
    padding-left: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    text-align: center;
  }
  .main_header .logo_wrap img {
    max-height: 24px;
    max-width: 128px;
  }
  .main_header .logo_wrap img + img {
    margin-left: 12px;
    margin-top: -2px;
  }
  .main_header .hero_benefits {
    padding: 24px 0;
    padding-top: 32px;
    background-position: center;
    background-image: url("../images/hero_img_mb.jpg");
  }
  .main_header .hero_benefits:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main_header .hero_benefits .col-10 .col-5,
  .main_header .hero_benefits .col-10 .col-6 {
    width: auto;
  }
  .main_header .hero_benefits .col-10 .col-5 h1,
  .main_header .hero_benefits .col-10 .col-6 h1 {
    font-size: 30px;
    margin-bottom: 8px;
    text-align: center;
    margin-right: 0;
  }
  .main_header .hero_benefits .col-10 .col-5 p,
  .main_header .hero_benefits .col-10 .col-6 p {
    font-size: 16px;
    text-align: center;
  }
  .main_header .hero_benefits .col-10 .col-5 .product_main-features,
  .main_header .hero_benefits .col-10 .col-6 .product_main-features {
    font-size: 14px;
  }
  .main_header .hero_benefits .col-10 .col-5 .product_main-features li,
  .main_header .hero_benefits .col-10 .col-6 .product_main-features li {
    margin-bottom: 8px;
  }
  .main_header .hero_benefits .col-10 .col-5 .product_main-features li:before,
  .main_header .hero_benefits .col-10 .col-6 .product_main-features li:before {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  .main_header .hero_benefits .col-10 .col-5 .offer_cta,
  .main_header .hero_benefits .col-10 .col-6 .offer_cta {
    margin-top: 18px;
    padding-top: 0;
  }
  .main_header .hero_benefits .col-10 .col-5 .offer_cta-action,
  .main_header .hero_benefits .col-10 .col-6 .offer_cta-action {
    white-space: normal;
  }
  .main_header .hero_benefits .col-10 .col-5 .offer_cta-action .btn,
  .main_header .hero_benefits .col-10 .col-6 .offer_cta-action .btn {
    font-size: 14px;
    width: calc(50% - 6px);
    min-width: 120px;
  }
  .main_header .hero_benefits .col-10 .col-5 .offer_cta-action .btn + .btn,
  .main_header .hero_benefits .col-10 .col-6 .offer_cta-action .btn + .btn {
    margin-left: 10px;
  }
  .main_header .hero_benefits .col-10 .col-5 .guarantee_list,
  .main_header .hero_benefits .col-10 .col-6 .guarantee_list {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    margin-bottom: 16px;
  }
  .main_header .hero_benefits .col-10 .col-5 .guarantee_list h3,
  .main_header .hero_benefits .col-10 .col-6 .guarantee_list h3 {
    display: none;
  }
  .main_header .hero_benefits .col-10 .col-5 .guarantee_list li,
  .main_header .hero_benefits .col-10 .col-6 .guarantee_list li {
    text-align: center;
  }
  .main_header .hero_benefits .col-10 .col-5 .guarantee_list .guarantee_image,
  .main_header .hero_benefits .col-10 .col-6 .guarantee_list .guarantee_image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .main_header .hero_benefits + .wrap.cols {
    margin-top: 48px;
    padding-bottom: 48px;
    padding-top: 0;
  }
  .main_header .product_main-image {
    text-align: center;
    position: absolute;
    padding-top: 286px;
    width: 100% !important;
  }
  .main_header .product_main-image img {
    max-width: 190px;
    width: 100%;
    margin-left: 0;
  }
  .main_header .product_main-info {
    padding-top: 0;
  }
  .main_header .product_main-title {
    font-size: 30px;
    margin-right: -12px;
    margin-left: -2px;
    margin-bottom: 16px;
    text-align: center;
  }
  .main_header .product_main-title span {
    display: block;
    max-width: none;
    background-color: transparent;
    border: none;
    padding: 2px 1px;
  }
  .main_header .product_main-title + p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: center;
  }
  .main_header .product_main-title + p small {
    font-size: 12px;
  }
  .main_header .offer_cta {
    margin-left: 150px;
    margin-left: 0;
    padding-top: 220px;
  }
  .main_header .offer_cta-price {
    width: 100%;
    text-align: center;
  }
  .main_header .offer_cta-price span,
  .main_header .offer_cta-price b {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
  }
  .main_header .offer_cta-action {
    display: block;
    width: 100%;
  }
  .main_benefits {
    margin-bottom: 48px;
  }
  .main_benefits h2 {
    margin-bottom: 16px;
    text-align: center;
  }
  .main_benefits p {
    font-size: 16px;
    line-height: 30px;
    padding-right: 0;
    text-align: center;
  }
  .section.video_intro {
    height: 68vw;
    max-height: none;
    background-position: left center;
  }
  .section.video_intro a.video_intro_trigger:before {
    font-size: 24px;
  }
  .section.video_intro a.video_intro_trigger:after {
    width: 56px;
    height: 56px;
    background-size: 16px auto;
  }
  .section.social_proof {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .section.social_proof .wrap.cols .col-5 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
  }
  .section.social_proof .wrap.cols .col-7 {
    width: 100%;
  }
  .section.social_proof .wrap.cols .rating .stars {
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .section.social_proof .wrap.cols .orders-counter {
    padding-top: 14px;
  }
  .section.social_proof .wrap.cols .orders-counter .orders-number {
    font-size: 64px;
    margin-left: -3px;
  }
  .section.social_proof .wrap.cols .page_reviews {
    padding-left: 0;
    max-width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section.social_proof .wrap.cols .page_reviews li {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 36px;
  }
  .section.social_proof .wrap.cols .page_reviews li:last-child {
    margin-bottom: 56px;
  }
  .section.social_proof .wrap.cols .page_reviews li p {
    line-height: 24px;
  }
  .section.social_proof .wrap.cols .page_reviews li .page_reviews-logo {
    margin-bottom: 12px;
  }
  .section.social_proof .wrap.cols .page_reviews li .page_reviews-logo img {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .product_benefits {
    text-align: center;
  }
  .product_benefits h2 {
    margin-left: 0;
    padding-left: 0;
  }
  .product_benefits .wrap.cols .product_benefits-list {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .product_benefits .wrap.cols .product_benefits-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .product_benefits .wrap.cols .product_benefits-list .product_benefits-icon {
    display: inline-block;
    max-height: 48px;
    margin-bottom: 0;
    vertical-align: top;
  }
  .product_benefits .wrap.cols .product_benefits-list .product_benefits-icon img {
    max-height: 48px;
    margin-right: 6px;
  }
  .product_benefits .wrap.cols .product_benefits-list li.col-3 {
    width: 100%;
    float: left;
    text-align: left;
  }
  .product_benefits .wrap.cols .product_benefits-list li.col-3 h4 {
    font-size: 14px;
    display: inline-block;
    padding: 16px 0;
  }
  .product_benefits-icon img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: 48px;
    vertical-align: top;
  }
  .product_images {
    padding-top: 96px;
    margin-bottom: 80px;
  }
  .product_images-desc {
    width: 100%;
    text-align: center;
  }
  .product_images-desc h2 {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .product_images-desc p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .product_images-desc .offer_cta-action {
    width: 100%;
    text-align: center;
  }
  .product_images-desc .offer_cta-action .btn {
    width: 100%;
  }
  .product_images-list {
    -webkit-transform: translate3d(-50%, 0, 0) skewY(-10deg) translate3d(0, 0, 0);
    transform: translate3d(-50%, 0, 0) skewY(-10deg) translate3d(0, 0, 0);
    margin-top: 64px;
  }
  .product_images-list li,
  .product_images-list li:first-child {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 68vw;
    width: 100%;
    float: none;
  }
  .product_images-list li:first-child .big_pal {
    max-width: 50vw;
    -webkit-transform: skewY(10deg) translate3d(-60%, -33%, 0);
    transform: skewY(10deg) translate3d(-60%, -33%, 0);
  }
  .product_images-list li:first-child .small_pal {
    max-width: 24vw;
    -webkit-transform: skewY(10deg) translate3d(25%, -100%, 0);
    transform: skewY(10deg) translate3d(25%, -100%, 0);
  }
  .video_testimonials {
    margin-bottom: 56px;
    text-align: center;
  }
  .video_testimonials .wrap.cols h2,
  .video_testimonials .wrap.cols p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .video_testimonials .wrap.cols .video_testimonials_list {
    margin-top: 48px;
  }
  .video_testimonials .wrap.cols .video_testimonials_list li.col-4 {
    width: 100%;
    height: 50vw;
    margin-bottom: 16px;
  }
  .testimonials .wrap.cols > .col-10 {
    width: auto;
  }
  .testimonials-title.col-10 {
    margin-bottom: 12px;
  }
  .testimonials-title.col-10 h2,
  .testimonials-title.col-10 h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    line-height: 40px;
    text-align: center;
  }
  .testimonials-title.col-10 h2 {
    font-size: 24px;
  }
  .testimonials-title.col-10 h3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .testimonials_list.col-10 {
    margin-top: 32px;
  }
  .testimonials_list.col-10 li .testimonials-image.col-4 {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .testimonials_list.col-10 li .testimonials-image.col-4 img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 50%;
  }
  .testimonials_list.col-10 li .testimonials-info.col-5 {
    padding: 0;
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 340px;
  }
  .testimonials_list.col-10 li .testimonials-info.col-5 h3 {
    padding-top: 8px;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .testimonials_list.col-10 li .testimonials-info.col-5 p {
    line-height: 24px;
    position: relative;
    padding-top: 16px;
  }
  .testimonials_list.col-10 li .testimonials-info.col-5 p:before {
    right: 50%;
    margin-right: -16px;
    width: 32px;
    background-size: 100% auto;
    margin-top: -36px;
  }
  .testimonials_list.col-10 li:nth-of-type(2) {
    margin-top: 32px;
    padding-top: 32px;
  }
  .testimonials_list.col-10 li:nth-of-type(2) .testimonials-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .testimonials_list.col-10 li:nth-of-type(2) .testimonials-image img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .package {
    padding-top: 48px;
  }
  .package .wrap.cols .col-6.centered-col {
    width: 100%;
  }
  .package .wrap.cols .col-6.centered-col h2 {
    margin-bottom: 16px;
  }
  .package .wrap.cols .col-6.centered-col p {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .package .wrap.cols .col-6.centered-col .package_items {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .package .wrap.cols .col-6.centered-col .package_items li {
    margin-bottom: 32px;
  }
  .package .wrap.cols .col-6.centered-col .package_items li .package-item_image {
    line-height: 300px;
    height: 300px;
  }
  .package .wrap.cols .col-6.centered-col .offer_cta .btn {
    width: 100%;
    padding: 0;
  }
  .package .wrap.cols .col-6.centered-col .offer_cta-action {
    width: 100%;
  }
  .faq {
    padding-bottom: 64px;
  }
  .faq .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  .faq .wrap.cols .col-10.centered-col .col-6 {
    width: auto;
  }
  .faq .wrap.cols .col-10.centered-col .col-6 .faq-item_trigger {
    font-size: 18px;
  }
  .faq .wrap.cols .col-10.centered-col .col-4 {
    width: auto;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 40px;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list li:last-child h3 {
    margin-bottom: 0;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list h3 {
    font-size: 16px;
  }
  .freeshipping .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  .freeshipping .wrap.cols .col-10.centered-col .col-6 {
    margin-top: 0;
    width: auto;
    text-align: center;
  }
  .freeshipping .wrap.cols .col-10.centered-col .col-6 h2 {
    font-size: 24px;
  }
  .freeshipping .wrap.cols .col-10.centered-col .col-6 p.h4 {
    font-size: 16px;
  }
  .freeshipping .wrap.cols .col-10.centered-col .col-4 {
    width: auto;
    text-align: center;
  }
  .freeshipping-icon {
    margin-left: 0;
    width: 100%;
  }
  .freeshipping-icon img {
    max-height: 42px;
  }
  .freeshipping-cta.offer_cta .offer_cta-price {
    text-align: center;
  }
  .subscribe {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .subscribe .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  .subscribe .wrap.cols .col-10.centered-col .col-5 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .subscribe .wrap.cols .col-10.centered-col .col-5:first-child {
    width: 100%;
    max-width: 340px;
  }
  .subscribe .wrap.cols .col-10.centered-col .col-5 .subscribe-form {
    padding-top: 16px;
  }
  .subscribe .wrap.cols .col-10.centered-col h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .subscribe .wrap.cols .col-10.centered-col p {
    font-size: 14px;
  }
  footer.main_footer {
    padding: 24px 0;
  }
  footer.main_footer .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  footer.main_footer .wrap.cols .col-10.centered-col .col-5 {
    text-align: center;
  }
  footer.main_footer .wrap.cols .col-10.centered-col p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  footer.main_footer .wrap.cols .col-10.centered-col img {
    vertical-align: top;
    margin-bottom: 16px;
  }
  .floating_banner .floating_badge {
    display: none;
  }
  .floating_banner .offer_cta {
    float: none;
  }
}

/* mobile landscape high resolution (iPhone 6,6+) */
@media screen and (max-width: 767px) and (min-width: 415px) and (orientation: landscape) {
  /* Mobile Landscape High Resolution */
  .main_header .wrap.cols {
    max-width: 520px;
  }
  .main_header .wrap.cols .product_main-image {
    padding-top: 0;
    text-align: left;
  }
  .main_header .wrap.cols .product_main-image img {
    max-width: 260px;
    -webkit-transform: translate3d(-80px, -24px, 0);
    transform: translate3d(-80px, -24px, 0);
  }
  .main_header .wrap.cols .product_main-info {
    padding-left: 220px;
  }
  .main_header .wrap.cols .product_main-info h1,
  .main_header .wrap.cols .product_main-info h1 + p {
    text-align: left;
  }
  .main_header .wrap.cols .product_main-info h1 {
    margin-bottom: 8px;
  }
  .main_header .wrap.cols .product_main-info h1 + p {
    margin-bottom: 12px;
    line-height: 24px;
  }
  .main_header .wrap.cols .product_main-cta.offer_cta {
    padding-top: 0;
  }
  .main_header .wrap.cols .product_main-cta.offer_cta .offer_cta-price {
    text-align: left;
  }
  .main_header .wrap.cols .product_main-cta.offer_cta .offer_cta-price span {
    margin-left: 0;
  }
  .main_header .wrap.cols .product_main-cta.offer_cta .offer_cta-action {
    padding-top: 4px;
  }
  .section.video_intro {
    height: 90vh;
  }
  .video_testimonials .wrap.cols .video_testimonials_list li.col-4 {
    height: 50vh;
  }
  .main_benefits .wrap.cols {
    max-width: 520px;
  }
  .main_benefits .wrap.cols .col-5 {
    width: calc(50% + 12px);
    float: left;
  }
  .main_benefits .wrap.cols .col-5:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .main_benefits .wrap.cols .col-5:nth-of-type(2n+2) {
    margin-left: 0;
  }
  .main_benefits h2 {
    margin-bottom: 16px;
    text-align: left;
  }
  .main_benefits p {
    font-size: 14px;
    line-height: 26px;
    padding-right: 16px;
    text-align: left;
  }
  .main_benefits .product_main-features li {
    padding-left: 26px;
  }
  .main_benefits .product_main-features li:before {
    margin-left: -26px;
  }
  .section.social_proof {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .section.social_proof .wrap.cols {
    max-width: 542px;
  }
  .section.social_proof .wrap.cols .col-5 {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
  .section.social_proof .wrap.cols .col-7 .page_reviews {
    padding-top: 24px;
    max-width: none;
  }
  .section.social_proof .wrap.cols .col-7 .page_reviews li {
    width: 50%;
    float: left;
    margin-right: 0;
    padding: 0 12px;
    text-align: left;
  }
  .section.social_proof .wrap.cols .col-7 .page_reviews li .page_reviews-logo img {
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.5);
    transform: translate3d(0, -50%, 0) scale(0.5);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .product_benefits {
    text-align: center;
  }
  .product_benefits .wrap.cols {
    max-width: 520px;
  }
  .product_benefits h2 {
    margin-left: 0;
    padding-left: 0;
  }
  .product_benefits .wrap.cols .product_benefits-list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .product_benefits .wrap.cols .product_benefits-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .product_benefits .wrap.cols .product_benefits-list .product_benefits-icon {
    display: inline-block;
    max-height: 48px;
    margin-bottom: 0;
    vertical-align: top;
  }
  .product_benefits .wrap.cols .product_benefits-list .product_benefits-icon img {
    max-height: 48px;
    margin-right: 6px;
  }
  .product_benefits .wrap.cols .product_benefits-list li.col-3 {
    width: 45%;
    float: left;
    text-align: left;
  }
  .product_benefits .wrap.cols .product_benefits-list li.col-3:nth-of-type(2n+2) {
    width: 55%;
  }
  .product_benefits .wrap.cols .product_benefits-list li.col-3 h4 {
    font-size: 14px;
    display: inline-block;
    padding: 16px 0;
  }
  .product_benefits-icon img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: 48px;
    vertical-align: top;
  }
  .video_testimonials {
    margin-bottom: 56px;
    text-align: center;
  }
  .video_testimonials .wrap.cols {
    max-width: 520px;
  }
  .video_testimonials .wrap.cols h2,
  .video_testimonials .wrap.cols p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .video_testimonials .wrap.cols .video_testimonials_list {
    margin-top: 48px;
  }
  .video_testimonials .wrap.cols .video_testimonials_list li.col-4 {
    padding: 0 5px;
    width: calc(100% / 3);
    height: 116px;
    margin-bottom: 16px;
    float: left;
  }
  .package {
    padding-top: 48px;
  }
  .package .wrap.cols {
    max-width: 520px;
  }
  .package .wrap.cols .col-6.centered-col .package_items {
    max-width: 100%;
  }
  .package .wrap.cols .col-6.centered-col .package_items li {
    width: calc(50% + 12px);
    float: left;
    margin-bottom: 32px;
  }
  .package .wrap.cols .col-6.centered-col .package_items li:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .package .wrap.cols .col-6.centered-col .package_items li:nth-of-type(2n+2) {
    margin-left: 0;
  }
  .package .wrap.cols .col-6.centered-col .offer_cta {
    margin-top: 0;
  }
  .faq {
    padding-bottom: 64px;
  }
  .faq .wrap.cols {
    max-width: 520px;
  }
  .faq .wrap.cols .col-10.centered-col {
    width: 100%;
  }
  .faq .wrap.cols .col-10.centered-col .col-6 {
    width: auto;
  }
  .faq .wrap.cols .col-10.centered-col .col-6 .faq-item_trigger {
    font-size: 18px;
  }
  .faq .wrap.cols .col-10.centered-col .col-4 {
    width: auto;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 40px;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list li {
    width: 50%;
    float: left;
  }
  .faq .wrap.cols .col-10.centered-col .guarantee_list h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* mobile portrait low resolution (iPhone 5) */
@media screen and (max-width: 413px) {
  /* Mobile Portrait Low Resolution */
  .main_header .logo_wrap {
    padding-left: 0;
  }
  .main_header .hero_benefits .col-10 .col-5 h1,
  .main_header .hero_benefits .col-10 .col-6 h1 {
    font-size: 25px;
  }
  .main_header .product_main-image {
    padding-top: 300px;
  }
  .main_header .product_main-image img {
    max-width: 172px;
  }
  .main_header .product_main-title + p small {
    white-space: nowrap;
    font-size: 11px;
  }
  .floating_banner {
    -webkit-transform: scale(0.75) translate3d(0, 100%, 0);
    transform: scale(0.75) translate3d(0, 100%, 0);
    white-space: nowrap;
    -webkit-box-shadow: 100vw 0 rgba(0, 0, 0, 0.9), -100vw 0 rgba(0, 0, 0, 0.9);
    box-shadow: 100vw 0 rgba(0, 0, 0, 0.9), -100vw 0 rgba(0, 0, 0, 0.9);
  }
  .scrolled .floating_banner {
    -webkit-transform: scale(0.75) translate3d(0, 0, 0);
    transform: scale(0.75) translate3d(0, 0, 0);
  }
}

/* mobile landscape low resolution (iPhone 5) */
@media screen and (max-width: 413px) and (orientation: landscape) {
  /* Mobile Landscape Low Resolution */
}
