/*VERSION 4.0 - 10.04.2018*/

/*RESET CSS BEGIN*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
	outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type='search'] {
	-webkit-appearance: none; /* 2 */
	cursor: pointer; /* 3 */
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

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

html {
	box-sizing: border-box;
}

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

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

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

sup {
	top: -1em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: 70%;
	line-height: 1;
}

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

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

button,
select {
	text-transform: none;
}

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

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

input {
	line-height: normal;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type="checkbox"],
input[type="radio"] {
	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-appearance: textfield;
	box-sizing: content-box;
}

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;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

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

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

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

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

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

/*----------------------------------------------------------------------------*/

/*#VARIABLES*/

/*----------------------------------------------------------------------------*/

/*------------------------------------------*/

/*#HELPER CLASSES*/

/*------------------------------------------*/

/*----------font size-------------------*/

/*----------font weight-------------------*/

.fw--light {
	font-weight: 300;
}

.fw--regular {
	font-weight: 400;
}

.fw--medium {
	font-weight: 500;
}

.fw--semibold {
	font-weight: 600;
}

.fw--bold {
	font-weight: 700;
}

.fw--extrabold {
	font-weight: 800;
}

.fw--black {
	font-weight: 900;
}

/*----------font style------------------*/

.txt--uppercase {
	text-transform: uppercase;
}

.txt--lowercase {
	text-transform: lowercase;
}

.txt--capitalize {
	text-transform: capitalize;
}

.t-transform--none {
	text-transform: none;
}

.txt--overline {
	text-decoration: overline;
}

.txt--linethrough {
	text-decoration: line-through;
}

.txt--underline {
	text-decoration: underline;
}

.txt--underline-red {
	position: relative;
}

.txt--underline-red::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #f32100;
}

/*-----------font align -------------------*/

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

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

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

.txt--justify {
	text-align: justify;
}

/*---------line height------------------*/

.lh--1 {
	line-height: 1;
}

.lh--1_15 {
	line-height: 1.15;
}

.lh--1_3 {
	line-height: 1.3;
}

.lh--1_4 {
	line-height: 1.4;
}

.lh--1_5 {
	line-height: 1.5;
}

.lh--1_7 {
	line-height: 1.7;
}

.lh--2 {
	line-height: 2;
}

.lh--auto {
	line-height: 1.2;
}

/*---------elements align------------------*/

.pull--left {
	float: left;
}

.pull--right {
	float: right;
}

.pull--none {
	float: none;
}

.clearfix {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/*--------elements visibility--------------------*/

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

/*--------overflow---------------------------------*/

.overflow--hidden {
	overflow: hidden;
}

.overflow--visible {
	overflow: visible;
}

.overflow--auto {
	overflow: auto;
}

/*----------------------------------------------------------------------------*/

/*#BACKGROUNDS*/

/*----------------------------------------------------------------------------*/

.bg--black {
	background-color: #000;
}

.bg--white {
	background-color: #fff;
}

.bg--white-600 {
	background-color: rgba(255, 255, 255, 0.6);
}

.bg--light-gray {
	background-color: #f5f5f5;
}

.bg--lighter-gray {
	background-color: #e2e2e2;
}

.bg--dark {
	background-color: #0a0a0a;
}

.bg--dark-gray {
	background-color: #292a2e;
}

.bg--gradient-orange {
	background-image: linear-gradient(90deg, #ea6d13 0%, #f32100 100%);
}

.bg--gradient-gray {
	background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
}

.bg--orange-light {
	background-color: #ffa200;
}

.bg--yellow {
	background-color: #fbc000;
}

.bg--light-yellow {
	background-color: #fff200;
}

.bg--light-blue {
	background-color: #398da5;
}

.bg--red {
	background-color: #f32100;
}

.bg--green {
	background-color: #249809;
}

.bg--blue {
	background-color: #3064a7;
}

.bg-elipse {
	position: relative;
	background-color: #fff;
}

.bg-elipse__wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
}

.bg-elipse__wrap svg {
	display: block;
	position: absolute;
	width: 100%;
	left: auto;
	right: auto;
	height: 1500px;
	top: auto;
	bottom: 0;
	transform: scaleX(3) scaleY(-1);
	overflow: hidden;
	fill: #f5f5f5;
}

.bg-elipse--white {
	background-color: #f5f5f5;
}

.bg-elipse--white svg {
	fill: #fff;
}

.bg-elipse--reverse svg {
	height: 3000px;
	top: 0;
	bottom: auto;
	transform: scaleX(4) scaleY(1);
}

.bg-white-circles {
	background-image: url("/assets/images/bg-02.jpg");
	background-size: cover;
	background-position: center bottom;
}

.bg--shadow {
	background-image: url("/assets/images/bg-03.jpg");
	background-size: cover;
	background-position: center;
}

.bg--ash {
	background-image: url("/assets/images/bg-reload.jpg");
	background-size: cover;
	background-position: center;
}

.bg--clouds {
	background-image: url("/assets/images/about-bg.jpg");
	background-size: cover;
	background-position: center bottom;
}

.bg--clouds-dark {
	background-image: url("/assets/images/about-bg-2.png");
	background-size: cover;
	background-position: center;
}

.bg--clouds-y {
	background-image: url("/assets/images/price-reveal-2.jpg");
	background-size: cover;
	background-position: left top;
}

.bg--clouds-y-center {
	background-position: center;
}

.bg--clouds-y-center-y {
	background-position-y: center;
}

.bg--dark-shades {
	background-image: url("/assets/images/12108-Converted.png");
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.bg--grunge {
	background-image: url("/assets/images/grunge.jpg");
	background-position: center;
	background-size: cover;
}

.bg--btn {
	background-image: url("/assets/images/btn-bg.png");
	background-position: center;
	background-size: cover;
}

.bg--scroll {
	background-attachment: scroll;
}

.bg--contain {
	background-size: contain;
}

.bg--norepeat {
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------*/

/*#FONT FAMILY*/

/*----------------------------------------------------------------------------*/

.font-dosis {
	font-family: "Dosis", sans-serif;
}

.font-opensans {
	font-family: "Open Sans", sans-serif;
}

/*----------------------------------------------------------------------------*/

/*#FONT COLOR*/

/*----------------------------------------------------------------------------*/

.txt--white {
	color: #fff;
}

.txt--black {
	color: #000;
}

.txt--red {
	color: #f32100;
}

.txt--red-dark {
	color: #cb0000;
}

.txt--red-dark1 {
	color: #b81717;
}

.txt--green {
	color: #249809;
}

.txt--orange {
	color: #ea6d13;
}

.txt--orange-dark {
	color: #ef4700;
}

.txt--orange-light {
	color: #ffa200;
}

.txt--yellow {
	color: #fbc000;
}

.txt--light-blue {
	color: #398da5;
}

.txt--links-blue {
	color: #008be8;
}

.fs--14 {
	font-size: 14px;
}

.fs--16 {
	font-size: 16px;
}

.fs--18 {
	font-size: 18px;
}

.fs--20 {
	font-size: 20px;
}

.fs--22 {
	font-size: 22px;
}

.fs--24 {
	font-size: 24px;
}

.fs--25 {
	font-size: 25px;
}

.fs--26 {
	font-size: 26px;
}

.fs--28 {
	font-size: 28px;
}

.fs--29 {
	font-size: 29px;
}

.fs--30 {
	font-size: 30px;
}

.fs--32 {
	font-size: 32px;
}

.fs--34 {
	font-size: 34px;
}

.fs--36 {
	font-size: 36px;
}

.fs--38 {
	font-size: 38px;
}

.fs--40 {
	font-size: 40px;
}

.fs--42 {
	font-size: 42px;
}

.fs--44 {
	font-size: 44px;
}

.fs--46 {
	font-size: 46px;
}

.fs--48 {
	font-size: 48px;
}

.fs--50 {
	font-size: 50px;
}

.fs--67 {
	font-size: 67px;
}

/*----------------------------------------------------------------------------*/

/*#CONTAINER STYLE*/

/*----------------------------------------------------------------------------*/

[class^="container"] {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

.container {
	max-width: 1100px;
}

.container--xxxl {
	padding-left: 15px;
	padding-right: 15px;
}

.container--xxl {
	padding-left: 20px;
	padding-right: 20px;
}

.container--llg {
	max-width: 1050px;
}

.container--lg {
	max-width: 1030px;
}

.container--lmd {
	max-width: 990px;
}

.container--lsm {
	max-width: 950px;
}

.container--md {
	max-width: 910px;
}

.container--sm {
	max-width: 870px;
}

/*----------------------------------------------------------------------------*/

/*#GRID STUFF*/

/*----------------------------------------------------------------------------*/

.gutters-20 {
	margin-left: -20px;
	margin-right: -20px;
}

.gutters-20 .col,
.gutters-20 [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.gutters-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.gutters-30 .col,
.gutters-30 [class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}

.gutters-40 {
	margin-left: -40px;
	margin-right: -40px;
}

.gutters-40 .col,
.gutters-40 [class*="col-"] {
	padding-right: 40px;
	padding-left: 40px;
}

/*----------------------------------------------------------------------------*/

/*#PADDING STYLE*/

/*----------------------------------------------------------------------------*/

/*padding top/left/right/bottom --> { p-- } */

.p--0 {
	padding: 0;
}

.p--20 {
	padding: 20px;
}

.p--40 {
	padding: 40px;
}

/*padding top/left/right/bottom --> { pt-- / pl-- / pr-- / pb-- } */

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

.pt--10 {
	padding-top: 10px;
}

.pt--20 {
	padding-top: 20px;
}

.pt--30 {
	padding-top: 30px;
}

.pt--40 {
	padding-top: 40px;
}

.pt--50 {
	padding-top: 50px;
}

.pt--60 {
	padding-top: 60px;
}

.pt--70 {
	padding-top: 70px;
}

.pt--80 {
	padding-top: 80px;
}

.pt--90 {
	padding-top: 90px;
}

.pt--100 {
	padding-top: 100px;
}

.pt--110 {
	padding-top: 110px;
}

.pt--120 {
	padding-top: 120px;
}

.pt--130 {
	padding-top: 130px;
}

.pt--140 {
	padding-top: 140px;
}

.pt--150 {
	padding-top: 150px;
}

.pt--160 {
	padding-top: 160px;
}

.pt--170 {
	padding-top: 170px;
}

.pt--180 {
	padding-top: 180px;
}

.pt--190 {
	padding-top: 190px;
}

.pb--0 {
	padding-bottom: 0;
}

.pb--10 {
	padding-bottom: 10px;
}

.pb--20 {
	padding-bottom: 20px;
}

.pb--30 {
	padding-bottom: 30px;
}

.pb--40 {
	padding-bottom: 40px;
}

.pb--50 {
	padding-bottom: 50px;
}

.pb--60 {
	padding-bottom: 60px;
}

.pb--70 {
	padding-bottom: 70px;
}

.pb--80 {
	padding-bottom: 80px;
}

.pb--90 {
	padding-bottom: 90px;
}

.pb--100 {
	padding-bottom: 100px;
}

.pb--110 {
	padding-bottom: 110px;
}

.pb--120 {
	padding-bottom: 120px;
}

.pb--130 {
	padding-bottom: 130px;
}

.pb--140 {
	padding-bottom: 140px;
}

.pb--150 {
	padding-bottom: 150px;
}

.pb--160 {
	padding-bottom: 160px;
}

.pb--170 {
	padding-bottom: 170px;
}

.pb--180 {
	padding-bottom: 180px;
}

.pb--190 {
	padding-bottom: 190px;
}

.pr--10 {
	padding-right: 10px;
}

.pr--30 {
	padding-right: 30px;
}

.pr--50 {
	padding-right: 50px;
}

.pr--60 {
	padding-right: 60px;
}

.pl--20 {
	padding-left: 20px;
}

.pl--30 {
	padding-left: 30px;
}

.pl--40 {
	padding-left: 40px;
}

.pl--45 {
	padding-left: 45px;
}

/*padding left-right/top-bottom --> { px-- / py-- */

.px--15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px--20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px--25 {
	padding-left: 25px;
	padding-right: 25px;
}

.px--30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px--40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px--50 {
	padding-left: 50px;
	padding-right: 50px;
}

.py--5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.py--10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py--20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py--25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.py--30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py--35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.py--40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py--50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py--60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py--80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py--90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.py--120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.py--130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

/*----------------------------------------------------------------------------*/

/*#MARGIN STYLE*/

/*----------------------------------------------------------------------------*/

/*margin top/left/right/bottom --> { mt-- / ml-- / mr-- / mb-- } */

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

.mb--5 {
	margin-bottom: 5px;
}

.mb--10 {
	margin-bottom: 10px;
}

.mb--15 {
	margin-bottom: 15px;
}

.mb--20 {
	margin-bottom: 20px;
}

.mb--25 {
	margin-bottom: 25px;
}

.mb--30 {
	margin-bottom: 30px;
}

.mb--35 {
	margin-bottom: 35px;
}

.mb--40 {
	margin-bottom: 40px;
}

.mb--45 {
	margin-bottom: 45px;
}

.mb--50 {
	margin-bottom: 50px;
}

.mb--55 {
	margin-bottom: 55px;
}

.mb--60 {
	margin-bottom: 60px;
}

.mb--65 {
	margin-bottom: 65px;
}

.mb--70 {
	margin-bottom: 70px;
}

.mb--75 {
	margin-bottom: 75px;
}

.mb--80 {
	margin-bottom: 80px;
}

.mt--auto {
	margin-top: auto;
}

.mt--n2 {
	margin-top: -2px;
}

.mt--n20 {
	margin-top: -20px;
}

.mt--n30 {
	margin-top: -30px;
}

.mb--n40 {
	margin-bottom: -40px;
}

.mb--n60 {
	margin-bottom: -60px;
}

.mb--n80 {
	margin-bottom: -80px;
}

.mt--22 {
	margin-top: 22px;
}

.ml--0 {
	margin-left: 0;
}

.ml--10 {
	margin-left: 10px;
}

.ml--20 {
	margin-left: 20px;
}

.ml--30 {
	margin-left: 30px;
}

.ml--40 {
	margin-left: 40px;
}

.ml--50 {
	margin-left: 50px;
}

.ml--60 {
	margin-left: 60px;
}

.ml--90 {
	margin-left: 90px;
}

.ml--n20 {
	margin-left: -20px;
}

.ml--n100 {
	margin-left: -100px;
}

.mr--30 {
	margin-right: 30px;
}

.mr--40 {
	margin-right: 40px;
}

.mr--50 {
	margin-right: 50px;
}

.mr--70 {
	margin-right: 70px;
}

.mt--30 {
	margin-top: 30px;
}

.mt--40 {
	margin-top: 40px;
}

.mb--115em {
	margin-bottom: 1.15em;
}

/*margin left-right/top-bottom --> { mx-- / my-- } */

.mx--auto {
	margin-left: auto;
	margin-right: auto;
}

.mx--10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx--n40 {
	margin-left: -40px;
	margin-right: -40px;
}

.my--0 {
	margin-top: 0;
	margin-bottom: 0;
}

/* POSITIONS */

.p--relative {
	position: relative;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* FLEX UTILITIES */

.flex-shrink-0 {
	flex-shrink: 0;
}

.flex-grow-1 {
	flex-grow: 1;
}

.mw--51 {
	max-width: 51px;
}

.mw--100 {
	max-width: 100%;
}

.mw--112 {
	max-width: 112px;
}

.mw--290 {
	max-width: 290px;
}

.max--300 {
	max-width: 300px;
}

.max--320 {
	max-width: 320px;
}

.mw--330 {
	max-width: 330px;
}

.mw--355 {
	max-width: 355px;
}

.mw--390 {
	max-width: 390px;
}

.mw--395 {
	max-width: 395px;
}

.mw--405 {
	max-width: 405px;
}

.mw--415 {
	max-width: 415px;
}

.mw--435 {
	max-width: 435px;
}

.mw--720 {
	max-width: 720px;
}

.mw--768 {
	max-width: 768px;
}

.mw--850 {
	max-width: 850px;
}

.width-full {
	width: 100%;
}

.height-full {
	height: 100%;
}

.mh--40 {
	max-height: 40px;
}

.shadow-1 {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
}

.shadow-2 {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.31);
}

.separator-orange {
	max-width: 40%;
	border: 0;
	border-bottom: 2px solid #ea6d13;
	margin: 25px auto 40px;
}

.separator-orange--sm {
	margin: 10px auto 20px;
}

.separator-gray-100 {
	border: 0;
	border-bottom: 3px solid #ccc;
	margin: 65px auto 50px;
}

.border {
	border: 1px solid;
}

.border-top {
	border-top: 1px solid;
}

.border-bottom {
	border-bottom: 1px solid;
}

.border-3 {
	border-width: 3px;
}

.border-4 {
	border-width: 4px;
}

.border-5 {
	border-width: 5px;
}

.border-black {
	border-color: #0a0a0a;
}

.border-dark-gray {
	border-color: #292a2e;
}

.border-yellow {
	border-color: #fbc000;
}

.border-orange {
	border-color: #ea6d13;
}

.border--orange-light {
	border-color: #ffa200;
}

.border--red-dark {
	border-color: #cb0000;
}

.bl--none {
	border-left: 0;
}

.br--none {
	border-right: 0;
}

.border-after {
	position: relative;
}

.border-after:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 2px;
	margin: auto;
	display: block;
	background-color: #ffa200;
}

.radius--3 {
	border-radius: 3px;
}

.radius--4 {
	border-radius: 4px;
}

.radius--6 {
	border-radius: 6px;
}

.radius--top-3 {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.radius--top-6 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.radius--bottom-3 {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.radius--bottom-6 {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.va-middle {
	vertical-align: middle;
}

.hover--underline:hover {
	text-decoration: underline;
}

.arrow-img {
	position: relative;
}

.arrow-img::before {
	content: "";
	position: absolute;
	left: -80px;
	top: 70px;
	width: 203px;
	height: 73px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/assets/images/arrow-a.png");
}

.b-radius-5 {
	border-radius: 5px;
}

.footer a {
	margin: 0 20px 20px;
	color: #fff;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.hover-shadow:hover {
	box-shadow: 3px 0 20px 0 rgba(10, 10, 10, 0.15);
}

body {
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size: 20px;
	background-image: url("/assets/images/bg-01.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
	line-height: 1.85;
	color: #0a0a0a;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.site-wrap {
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
}

.swal2-popup {
	font-size: 20px !important;
}

.cta-btn {
	background-image: url("/assets/images/green-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	border-radius: 6px;
	text-align: center;
	padding: 24px 24px;
	text-transform: uppercase;
	font-family: 'Dosis',sans-serif;
	display: block;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.3);
}

.cta-btn .cta1 {
	text-shadow: 3px 4px rgba(0, 0, 0, 0.4);
	line-height: 1.2em;
	font-weight: 900;
	color: #fff;
	font-size: 38px;
}

.cta-btn .cta2 {
	line-height: 1.2em;
	color: #fbc000;
	font-weight: 900;
	font-size: 36px;
}

.cta-btn--md {
	max-width: 735px;
}

.cta-btn:hover {
	transform: scale(1.1);
}

.btn {
	display: inline-block;
	border-radius: 4px;
	line-height: 1;
	transition: all 300ms ease-in-out, transform 0s;
}

.btn:active {
	transform: translateY(1px);
}

.btn-yellow {
	padding: 12px 24px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #efb400;
	background-color: #fbc000;
	color: #333;
}

.btn-yellow:hover,
.btn-yellow:focus {
	color: #333;
	background-color: #ecb400;
}

.btn-orange {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	background: #ea6d13;
	border: 1px solid #de6107;
	color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
	color: #fff;
	background-color: #dc6612;
}

.btn-green {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding: 13px 20px;
	text-align: center;
	text-transform: uppercase;
	background-color: #249809;
	display: block;
	margin: auto auto 10px auto;
	max-width: 210px;
	font-family: "Dosis", sans-serif;
	font-weight: 800;
	border-radius: 30px;
}

.btn-green:hover,
.btn-green:focus {
	color: #fff;
	background-color: #218a08;
}

.btn-download svg {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	vertical-align: middle;
}

.btn-arrow-r svg {
	width: 31px;
	height: 27px;
	margin-right: 8px;
	vertical-align: middle;
}

a {
	transition: all 200ms ease-in-out;
	color: #0274be;
}

a:hover {
	color: #0a0a0a;
}

a.txt--links-blue:hover {
	color: #008be8;
}

a.txt--white:hover,
a.txt--white:focus {
	color: #d9d9d9;
}

.striped-list li {
	position: relative;
	padding: 6px 16px;
	padding-left: 140px;
}

.striped-list li::before {
	margin-right: 5px;
	position: absolute;
	height: 30px;
	width: 30px;
	left: 104px;
	top: 50%;
	transform: translateY(-50%);
}

.striped-list li:nth-child(even) {
	background-color: #f5f5f5;
}

.striped-list--red-cross li::before {
	content: url("/assets/images/cancel.png");
}

.striped-list--green-checkmark li {
	padding-left: 145px;
}

.striped-list--green-checkmark li::before {
	content: url("/assets/images/checked-1.png");
}

.orange-checkmark li,
.orange-arrow li {
	position: relative;
	padding: 6px 16px;
	padding-left: 40px;
}

.orange-checkmark li::before,
.orange-arrow li::before {
	content: '';
	background-image: url("/assets/images/checked.png");
	position: absolute;
	top: 10px;
	left: 0;
	height: 30px;
	width: 30px;
	background-size: 100%;
}

.orange-arrow li::before {
	background-image: url("/assets/images/right-arrow-1.png");
	width: 32px;
	height: 32px;
	top: 11px;
}

.green-checkmark li {
	padding: 6px 16px;
	position: relative;
	padding-left: 40px;
}

.green-checkmark li::before {
	content: url("/assets/images/checked-1.png");
	position: absolute;
	left: 0;
	top: 10px;
	margin-right: 10px;
	height: 30px;
	width: 30px;
}

.green-checkmark--inside li {
	padding: 20px;
	padding-left: 60px;
}

.green-checkmark--inside li::before {
	top: 25px;
	left: 20px;
}

.circle {
	padding-left: 20px;
	margin-left: 20px;
}

.circle li {
	list-style: disc;
	line-height: 1.3;
	margin-bottom: 30px;
}

.circle li:last-child {
	margin-bottom: 0;
}

.red-cross li {
	padding: 6px 16px;
	position: relative;
	padding-left: 40px;
}

.red-cross li::before {
	content: url("/assets/images/cancel.png");
	position: absolute;
	left: 0;
	top: 10px;
	margin-right: 10px;
	height: 30px;
	width: 30px;
}

.red-arrow li {
	padding-left: 35px;
	position: relative;
}

.red-arrow li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url("/assets/images/next.svg");
	width: 26px;
	height: 24px;
	background-size: 100%;
}

.video-list li {
	padding: 12px 20px;
	background-color: #fff;
}

.video-list li:nth-child(odd) {
	background-color: #f1f1f1;
}

.list-arrow li {
	padding-left: 50px;
	position: relative;
}

.list-arrow li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url("/assets/images/next.png");
}

.ar li {
	margin-bottom: 15px;
}

.ar li:last-child {
	margin-bottom: 0;
}

.references li {
	font-size: 14px;
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: decimal;
}

.references p,
.references small {
	padding: 0;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
	word-break: break-all;
}

.custom-checkbox {
	display: none;
}

.custom-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.custom-checkbox + label::before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid orange;
	border-radius: 4px;
	vertical-align: middle;
}

.custom-checkbox + label:hover::before {
	background: #f35429;
}

.custom-checkbox:checked + label::before {
	background: #f35429;
}

.custom-checkbox:checked + label::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 15px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 #fff;
	transform: rotate(45deg);
}

.arrow-down {
	position: relative;
}

.arrow-down:before {
	position: absolute;
	content: "";
	left: 90px;
	bottom: -35px;
	width: 127px;
	height: 78px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/assets/images/arrow-d.png");
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
}

h1 .bg--orange-light,
h2 .bg--orange-light,
h3 .bg--orange-light,
h4 .bg--orange-light,
h5 .bg--orange-light,
h6 .bg--orange-light {
	background: #ffa200;
	padding: 2px;
	box-shadow: 10px 0 0 #ffa200, -10px 0 0 #ffa200;
}

h1,
.h1 {
	font-size: 54px;
	line-height: 1.2;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 42px;
	line-height: 1.3;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 1.389;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 800;
}

h1,
h2 {
	text-align: center;
}

h2,
h3 {
	font-weight: 800;
}

p {
	margin-bottom: 1.6em;
}

p:last-child {
	margin-bottom: 0;
}

.txt-ybg {
	background-color: #ffa200;
	padding: 2px;
}

.section-arrow {
	position: relative;
}

.section-arrow > svg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 40px;
	transform: translateX(-50%);
}

.section-arrow.arrow-orange svg {
	fill: #ef4700;
}

.section-arrow.arrow-black svg {
	fill: #0a0a0a;
}

.section-arrow.arrow-light-gray svg {
	fill: #f5f5f5;
}

.section-arrow.arrow-gray svg {
	fill: #bababa;
}

.section-arrow.arrow-gray-2 svg {
	fill: #e2e2e2;
}

.section-arrow.arrow-dark-gray svg {
	fill: #292a2e;
}

.section-arrow.arrow-blue svg {
	fill: rgba(98, 130, 181, 0.94);
}

.section-arrow.arrow-blue-full svg {
	fill: #6a89b9;
}

.section-arrow.arrow-white svg {
	fill: #fff;
}

.round-image {
	margin-top: 40px;
	margin-bottom: 100px;
	padding: 15px 40px;
}

.round-image:last-child {
	margin-bottom: 40px;
}

.round-image__img {
	flex-shrink: 0;
	max-width: 375px;
	margin-top: -60px;
	margin-bottom: -60px;
}

.round-image__img--left {
	margin-left: -110px;
	margin-right: 40px;
}

.round-image__img--right {
	margin-right: -110px;
	margin-left: 40px;
	order: 1;
}

.round-image__content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section-introducing .introducing {
	margin-top: -32px;
	margin-bottom: 40px;
	max-width: 280px;
}

.section-introducing .logo {
	width: 100%;
	max-width: 560px;
	display: block;
	margin: auto;
}

.bonus__img {
	max-width: 372px;
	margin-right: 40px;
}

.bonus--sm {
	max-width: 326px;
}

.guarantee {
	position: relative;
	background-image: url("/assets/images/Thomas-DeLauers-Story-Fat-to-Fit-100lb-Body-Transformation.jpg");
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.guarantee::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(98, 130, 181, 0.94);
	z-index: -1;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
	padding: 50px;
}

.card--title {
	padding-top: 0;
}

.card__solution {
	display: block;
	margin: -2px auto 50px;
}

.card__img-44 {
	width: 44%;
}

.card__img-48 {
	width: 48.5%;
}

.card--nopadding {
	padding: 0;
}

.card--padding-sm {
	padding: 20px 35px;
}

.vertical-card .vertical-card__10 {
	flex-shrink: 0;
	width: 100%;
	max-width: 110px;
}

.faq__question {
	padding: 20px 40px;
	background-color: #ffa200;
	font-family: "Dosis", sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
}

.faq__answer {
	background-color: #fff;
	padding: 30px 40px;
}

.pass-modal {
	max-width: 788px;
}

.pass-modal .btn {
	border-radius: 20px;
	line-height: 26px;
	color: #fff;
	background-color: #30BA5A;
	text-decoration: none;
	padding: 15px 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
	width: 100%;
	text-align: center;
}

.pass-modal .btn:hover,
.pass-modal .btn:focus {
	background-color: #21a048;
}

.sale {
	background-color: #fff;
	border: 1px solid #a0a0a0;
}

.sale-main {
	box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.17);
	border: none;
	position: relative;
	z-index: 1;
	margin-top: -40px;
}

.sale .price {
	font-size: 70px;
	line-height: 1;
	color: #ffa200;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(10, 10, 10, 0.7);
	margin-bottom: 5px;
}

.sale .sub-price {
	font-size: 20px;
	line-height: 1;
	color: #ffa200;
}

/* LP Sale section */

.old-price {
	color: #050505;
	text-align: center;
	padding-right: 40px;
	font-weight: 800;
	position: relative;
	line-height: 1;
	font-family: "Dosis", sans-serif;
}

.old-price::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: 10px;
	width: 100%;
	height: 6px;
	border-radius: 5px;
	transform: rotate(-40deg);
	background-color: #F4303A;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}

.old-price.strike-sm::after {
	margin-left: -130px;
	transform: rotate(-20deg);
}

.old-price .pre-price {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
}

.old-price .price {
	font-size: 90px;
}

.old-price .price.txt--shadow-dark {
	text-shadow: 2px 2px 1px #4E4437;
}

.old-price.orange--dark {
	color: #EA6D13;
}

.old-price .price--sm {
	font-size: 70px;
}

.new-price {
	color: #ffa200;
	text-align: center;
	padding-left: 40px;
	font-weight: 800;
	line-height: 1;
	font-family: "Dosis", sans-serif;
}

.new-price .pre-price {
	font-size: 35px;
	margin-bottom: 0;
}

.new-price .price {
	font-size: 140px;
	position: relative;
	text-shadow: 2px 2px 1px #EC7310;
}

.new-price .price.txt--shadow-dark {
	text-shadow: 2px 2px 1px #4E4437;
}

.new-price .price.price--md {
	font-size: 120px;
}

.price-only {
	color: #ffa200;
	text-align: center;
	font-weight: 800;
	line-height: 1;
	font-family: "Dosis", sans-serif;
	font-size: 140px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 1px #4E4437;
}

.right-now-section {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.right-now-section .old-price {
	padding: 0 40px;
	margin-bottom: 30px;
}

.right-now-section .old-price::after {
	margin-left: -80px;
	transform: rotate(-30deg);
	max-width: 180px;
}

.right-now-section .price {
	font-size: 60px;
}

.right-now-section .new-price {
	color: #249809;
	font-size: 160px;
	padding: 0;
	text-shadow: 2px 2px 1px #4E4437;
}

.right-now-section .arrows {
	position: relative;
}

.right-now-section .arrows:after,
.right-now-section .arrows:before {
	content: "";
	position: absolute;
	bottom: -110px;
	height: 172px;
	width: 62px;
	background-repeat: no-repeat;
}

.right-now-section .arrows:after {
	right: 0;
	background-image: url("/assets/images/right-arrow.png");
}

.right-now-section .arrows:before {
	left: 0;
	background-image: url("/assets/images/left-arrow.png");
}

.arrows {
	position: relative;
}

.arrows::before,
.arrows::after {
	content: "";
	position: absolute;
	bottom: -110px;
	width: 87px;
	height: 149px;
	background-size: cover;
	background-repeat: no-repeat;
}

.arrows::before {
	left: 0;
	background-image: url("../images/arrow-left-1.png");
}

.arrows::after {
	right: 0;
	background-image: url("../images/arrow-right-1.png");
}

.cta-sale {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
}

.cta-sale p {
	line-height: 1.2;
}

.cta-sale.border {
	border: 2px solid #249809;
}

.cta-sale__body {
	padding: 20px;
}

.cta-sale .old-price::after {
	margin-left: -70px;
	margin-top: -3px;
	width: 80%;
	height: 3px;
	border-radius: 5px;
	transform: rotate(-26deg);
}

.cta-sale .old-price .price {
	font-size: 45px;
}

.cta-sale .new-price {
	padding-left: 0;
}

.cta-sale .new-price .price {
	font-size: 60px;
	text-shadow: none;
}

.cta-sale .new-price .price__sub {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	font-family: "Open Sans", sans-serif;
}

.cta-sale .cta-btn {
	text-shadow: 3px 4px rgba(0, 0, 0, 0.4);
	max-width: 310px;
	line-height: 1.2em;
	font-weight: 900;
	color: #fff;
	font-size: 38px;
	margin-bottom: 15px;
}

.cta-sale .txt--light-blue {
	color: #0193de;
}

.cta-sale .checkmark {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.cta-sale.best-seller {
	position: relative;
}

.cta-sale.best-seller::after {
	content: "";
	position: absolute;
	right: -21px;
	top: -25px;
	width: 155px;
	height: 143px;
	background-repeat: no-repeat;
	background-image: url("../images/best-seller.png");
}

.quote {
	border-radius: 5px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 5px 8.66px 35px 0 rgba(10, 10, 10, 0.2);
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------------------------*/

/*#VARIABLES*/

/*----------------------------------------------------------------------------*/

@media (min-width: 576px) {

.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-sm-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-sm-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-sm-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-sm-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	order: -1;
}

.order-sm-last {
	order: 13;
}

.order-sm-0 {
	order: 0;
}

.order-sm-1 {
	order: 1;
}

.order-sm-2 {
	order: 2;
}

.order-sm-3 {
	order: 3;
}

.order-sm-4 {
	order: 4;
}

.order-sm-5 {
	order: 5;
}

.order-sm-6 {
	order: 6;
}

.order-sm-7 {
	order: 7;
}

.order-sm-8 {
	order: 8;
}

.order-sm-9 {
	order: 9;
}

.order-sm-10 {
	order: 10;
}

.order-sm-11 {
	order: 11;
}

.order-sm-12 {
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.333333%;
}

.offset-sm-2 {
	margin-left: 16.666667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.333333%;
}

.offset-sm-5 {
	margin-left: 41.666667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.333333%;
}

.offset-sm-8 {
	margin-left: 66.666667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.333333%;
}

.offset-sm-11 {
	margin-left: 91.666667%;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: flex !important;
}

.d-sm-inline-flex {
	display: inline-flex !important;
}

.flex-sm-row {
	flex-direction: row !important;
}

.flex-sm-column {
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-sm-start {
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	justify-content: center !important;
}

.justify-content-sm-between {
	justify-content: space-between !important;
}

.justify-content-sm-around {
	justify-content: space-around !important;
}

.align-items-sm-start {
	align-items: flex-start !important;
}

.align-items-sm-end {
	align-items: flex-end !important;
}

.align-items-sm-center {
	align-items: center !important;
}

.align-items-sm-baseline {
	align-items: baseline !important;
}

.align-items-sm-stretch {
	align-items: stretch !important;
}

.align-content-sm-start {
	align-content: flex-start !important;
}

.align-content-sm-end {
	align-content: flex-end !important;
}

.align-content-sm-center {
	align-content: center !important;
}

.align-content-sm-between {
	align-content: space-between !important;
}

.align-content-sm-around {
	align-content: space-around !important;
}

.align-content-sm-stretch {
	align-content: stretch !important;
}

.align-self-sm-auto {
	align-self: auto !important;
}

.align-self-sm-start {
	align-self: flex-start !important;
}

.align-self-sm-end {
	align-self: flex-end !important;
}

.align-self-sm-center {
	align-self: center !important;
}

.align-self-sm-baseline {
	align-self: baseline !important;
}

.align-self-sm-stretch {
	align-self: stretch !important;
}

}

@media (min-width: 768px) {

.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	order: -1;
}

.order-md-last {
	order: 13;
}

.order-md-0 {
	order: 0;
}

.order-md-1 {
	order: 1;
}

.order-md-2 {
	order: 2;
}

.order-md-3 {
	order: 3;
}

.order-md-4 {
	order: 4;
}

.order-md-5 {
	order: 5;
}

.order-md-6 {
	order: 6;
}

.order-md-7 {
	order: 7;
}

.order-md-8 {
	order: 8;
}

.order-md-9 {
	order: 9;
}

.order-md-10 {
	order: 10;
}

.order-md-11 {
	order: 11;
}

.order-md-12 {
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.333333%;
}

.offset-md-2 {
	margin-left: 16.666667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.333333%;
}

.offset-md-5 {
	margin-left: 41.666667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.333333%;
}

.offset-md-8 {
	margin-left: 66.666667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.333333%;
}

.offset-md-11 {
	margin-left: 91.666667%;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: flex !important;
}

.d-md-inline-flex {
	display: inline-flex !important;
}

.flex-md-row {
	flex-direction: row !important;
}

.flex-md-column {
	flex-direction: column !important;
}

.flex-md-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-md-start {
	justify-content: flex-start !important;
}

.justify-content-md-end {
	justify-content: flex-end !important;
}

.justify-content-md-center {
	justify-content: center !important;
}

.justify-content-md-between {
	justify-content: space-between !important;
}

.justify-content-md-around {
	justify-content: space-around !important;
}

.align-items-md-start {
	align-items: flex-start !important;
}

.align-items-md-end {
	align-items: flex-end !important;
}

.align-items-md-center {
	align-items: center !important;
}

.align-items-md-baseline {
	align-items: baseline !important;
}

.align-items-md-stretch {
	align-items: stretch !important;
}

.align-content-md-start {
	align-content: flex-start !important;
}

.align-content-md-end {
	align-content: flex-end !important;
}

.align-content-md-center {
	align-content: center !important;
}

.align-content-md-between {
	align-content: space-between !important;
}

.align-content-md-around {
	align-content: space-around !important;
}

.align-content-md-stretch {
	align-content: stretch !important;
}

.align-self-md-auto {
	align-self: auto !important;
}

.align-self-md-start {
	align-self: flex-start !important;
}

.align-self-md-end {
	align-self: flex-end !important;
}

.align-self-md-center {
	align-self: center !important;
}

.align-self-md-baseline {
	align-self: baseline !important;
}

.align-self-md-stretch {
	align-self: stretch !important;
}

}

@media (min-width: 992px) {

.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-lg-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-lg-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-lg-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-lg-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	order: -1;
}

.order-lg-last {
	order: 13;
}

.order-lg-0 {
	order: 0;
}

.order-lg-1 {
	order: 1;
}

.order-lg-2 {
	order: 2;
}

.order-lg-3 {
	order: 3;
}

.order-lg-4 {
	order: 4;
}

.order-lg-5 {
	order: 5;
}

.order-lg-6 {
	order: 6;
}

.order-lg-7 {
	order: 7;
}

.order-lg-8 {
	order: 8;
}

.order-lg-9 {
	order: 9;
}

.order-lg-10 {
	order: 10;
}

.order-lg-11 {
	order: 11;
}

.order-lg-12 {
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.333333%;
}

.offset-lg-2 {
	margin-left: 16.666667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.333333%;
}

.offset-lg-5 {
	margin-left: 41.666667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.333333%;
}

.offset-lg-8 {
	margin-left: 66.666667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.333333%;
}

.offset-lg-11 {
	margin-left: 91.666667%;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: flex !important;
}

.d-lg-inline-flex {
	display: inline-flex !important;
}

.flex-lg-row {
	flex-direction: row !important;
}

.flex-lg-column {
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-lg-start {
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	justify-content: center !important;
}

.justify-content-lg-between {
	justify-content: space-between !important;
}

.justify-content-lg-around {
	justify-content: space-around !important;
}

.align-items-lg-start {
	align-items: flex-start !important;
}

.align-items-lg-end {
	align-items: flex-end !important;
}

.align-items-lg-center {
	align-items: center !important;
}

.align-items-lg-baseline {
	align-items: baseline !important;
}

.align-items-lg-stretch {
	align-items: stretch !important;
}

.align-content-lg-start {
	align-content: flex-start !important;
}

.align-content-lg-end {
	align-content: flex-end !important;
}

.align-content-lg-center {
	align-content: center !important;
}

.align-content-lg-between {
	align-content: space-between !important;
}

.align-content-lg-around {
	align-content: space-around !important;
}

.align-content-lg-stretch {
	align-content: stretch !important;
}

.align-self-lg-auto {
	align-self: auto !important;
}

.align-self-lg-start {
	align-self: flex-start !important;
}

.align-self-lg-end {
	align-self: flex-end !important;
}

.align-self-lg-center {
	align-self: center !important;
}

.align-self-lg-baseline {
	align-self: baseline !important;
}

.align-self-lg-stretch {
	align-self: stretch !important;
}

}

@media (min-width: 1200px) {

.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xl-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xl-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xl-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xl-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	order: -1;
}

.order-xl-last {
	order: 13;
}

.order-xl-0 {
	order: 0;
}

.order-xl-1 {
	order: 1;
}

.order-xl-2 {
	order: 2;
}

.order-xl-3 {
	order: 3;
}

.order-xl-4 {
	order: 4;
}

.order-xl-5 {
	order: 5;
}

.order-xl-6 {
	order: 6;
}

.order-xl-7 {
	order: 7;
}

.order-xl-8 {
	order: 8;
}

.order-xl-9 {
	order: 9;
}

.order-xl-10 {
	order: 10;
}

.order-xl-11 {
	order: 11;
}

.order-xl-12 {
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.333333%;
}

.offset-xl-2 {
	margin-left: 16.666667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.333333%;
}

.offset-xl-5 {
	margin-left: 41.666667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.333333%;
}

.offset-xl-8 {
	margin-left: 66.666667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.333333%;
}

.offset-xl-11 {
	margin-left: 91.666667%;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: flex !important;
}

.d-xl-inline-flex {
	display: inline-flex !important;
}

.flex-xl-row {
	flex-direction: row !important;
}

.flex-xl-column {
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	justify-content: center !important;
}

.justify-content-xl-between {
	justify-content: space-between !important;
}

.justify-content-xl-around {
	justify-content: space-around !important;
}

.align-items-xl-start {
	align-items: flex-start !important;
}

.align-items-xl-end {
	align-items: flex-end !important;
}

.align-items-xl-center {
	align-items: center !important;
}

.align-items-xl-baseline {
	align-items: baseline !important;
}

.align-items-xl-stretch {
	align-items: stretch !important;
}

.align-content-xl-start {
	align-content: flex-start !important;
}

.align-content-xl-end {
	align-content: flex-end !important;
}

.align-content-xl-center {
	align-content: center !important;
}

.align-content-xl-between {
	align-content: space-between !important;
}

.align-content-xl-around {
	align-content: space-around !important;
}

.align-content-xl-stretch {
	align-content: stretch !important;
}

.align-self-xl-auto {
	align-self: auto !important;
}

.align-self-xl-start {
	align-self: flex-start !important;
}

.align-self-xl-end {
	align-self: flex-end !important;
}

.align-self-xl-center {
	align-self: center !important;
}

.align-self-xl-baseline {
	align-self: baseline !important;
}

.align-self-xl-stretch {
	align-self: stretch !important;
}

}

@media (max-width: 1199px) {

.mx--lg-0 {
	margin-right: 0;
	margin-left: 0;
}

.mb-lg-40 {
	margin-bottom: 40px;
}

.arrows::before,
.arrows::after {
	display: none;
}

}

@media (max-width: 1099px) {

.round-image__img--left {
	margin-left: -75px;
	margin-right: 20px;
}

.round-image__img--right {
	margin-right: -75px;
	margin-left: 20px;
}

}

@media (max-width: 1030px) {

.arrow-down::before {
	left: 70px;
}

}

@media (max-width: 991px) {

.round-image__img {
	max-width: 300px;
}

.arrow-down::before {
	display: none;
}

.mw--md-220 {
	max-width: 220px;
}

.mb--md-60 {
	margin-bottom: 60px;
}

.fs--md-32 {
	font-size: 32px;
}

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

.pr--md-0 {
	padding-right: 0;
}

.px--md-0 {
	padding-left: 0;
	padding-right: 0;
}

.max--300,
.max--320 {
	max-width: 500px;
}

.mb--md-30 {
	margin-bottom: 30px;
}

.mb-md-0 {
	margin-bottom: 0;
}

.sale-main {
	margin-top: 0;
}

.bl--none,
.br--none {
	border: 1px solid #a0a0a0;
}

.new-price .price.price--md {
	font-size: 100px;
}

}

@media (max-width: 900px) {

.arrow-img::before {
	left: -30px;
}

}

@media (max-width: 767px) {

[class^="container"] {
	padding-left: 20px;
	padding-right: 20px;
}

[class^="container"] .row {
	margin-left: -10px;
	margin-right: -10px;
}

[class^="container"] .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

body {
	font-size: 18px;
}

.striped-list li::before {
	left: 10px;
}

.striped-list li {
	padding-left: 50px;
}

.striped-list--green-checkmark li {
	padding-left: 55px;
}

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

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

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

.round-image {
	padding: 30px 20px 15px;
	margin: 0 -20px 20px;
}

.round-image:last-child {
	margin-bottom: 0;
}

.round-image__img {
	max-width: 360px;
	margin: 0;
}

.round-image__img--left {
	margin: 0 auto 20px;
}

.round-image__img--right {
	margin: 0 auto 20px;
}

.section-introducing .introducing {
	margin-top: 0;
	padding-top: 30px;
}

.bonus__img {
	margin-right: auto;
}

.vertical-card .vertical-card__10 {
	max-width: none;
	margin-bottom: 10px;
}

.pass-modal {
	padding: 30px 15px;
}

img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

img:not([class*='mw--sm']) {
	max-width: 260px;
}

.img-sm-360 img:not([class*='mw--sm']) {
	max-width: 360px;
	width: 100%;
}

img[class*='pull'] {
	float: none;
}

/*    .ar img {
        max-width: 100% !important;
        width: auto !important;
    }*/

.card {
	margin-left: -20px;
	margin-right: -20px;
}

.card:not(.card--nopadding) {
	padding: 20px;
}

.card--title {
	padding-top: 0;
}

.card__img-44,
.card__img-48 {
	width: auto;
}

.mt--sm-0 {
	margin-top: 0;
}

.mb--sm-0 {
	margin-bottom: 0;
}

.mb--sm-20 {
	margin-bottom: 20px;
}

.mb--sm-30 {
	margin-bottom: 30px;
}

.mb--sm-40 {
	margin-bottom: 40px;
}

.mb--sm-50 {
	margin-bottom: 50px;
}

.ml--sm-auto {
	margin-left: auto;
}

.mr--sm-auto {
	margin-right: auto;
}

.mt--sm-0 {
	margin-top: 0;
}

.mx--sm-auto {
	margin-right: auto;
	margin-left: auto;
}

.mx--sm-n20 {
	margin-left: -20px;
	margin-right: -20px;
}

.m--sm-0 {
	margin: 0;
}

.pt--sm-30 {
	padding-top: 30px;
}

.pt--sm-40 {
	padding-top: 40px;
}

.pt--sm-60 {
	padding-top: 60px;
}

.pt--sm-70 {
	padding-top: 70px;
}

.pt--sm-80 {
	padding-top: 80px;
}

.pb--sm-0 {
	padding-bottom: 0;
}

.pb--sm-30 {
	padding-bottom: 30px;
}

.pb--sm-40 {
	padding-bottom: 40px;
}

.pb--sm-80 {
	padding-bottom: 80px;
}

.pl--sm-0 {
	padding-left: 0;
}

.pr--sm-0 {
	padding-right: 0;
}

.pr--sm-20 {
	padding-right: 20px;
}

.px--sm-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.py--sm-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py--sm-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py--sm-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py--sm-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py--sm-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fs--sm-16 {
	font-size: 16px;
}

.fs--sm-18 {
	font-size: 18px;
}

.fs--sm-20 {
	font-size: 20px;
}

.fs--sm-24 {
	font-size: 24px;
}

.fs--sm-26 {
	font-size: 26px;
}

.fs--sm-28 {
	font-size: 28px;
}

.fs--sm-30 {
	font-size: 30px;
}

.fs--sm-32 {
	font-size: 32px;
}

.separator-orange {
	margin-top: 20px;
	margin-bottom: 20px;
}

.separator-orange.mb--sm-40 {
	margin-bottom: 40px;
}

.mw--sm-300 {
	max-width: 300px;
}

.mw--sm-360 {
	max-width: 360px;
}

.mw--sm-400 {
	max-width: 400px;
}

.mw--sm-full {
	max-width: 100%;
}

.width--sm-full {
	width: 100%;
}

.bg--sm-scroll {
	background-attachment: scroll;
}

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

.fs--sm-14 {
	font-size: 14px;
}

.fs--sm-50 {
	font-size: 50px;
}

.box-shadow--sm-none {
	box-shadow: none !important;
}

h1 .p--sm-0 {
	padding: 0;
}

.mlr--sm-0 {
	margin-left: 0;
	margin-right: 0;
}

h4,
.h4,
.fs--sm-22 {
	font-size: 22px;
}

.cta-btn .cta1 {
	font-size: 32px;
}

.cta-btn {
	width: 80%;
}

.separator-gray-100 {
	margin: 45px auto 30px;
}

.faq__question,
.faq__answer {
	padding: 20px;
}

.mw--sm-112 {
	max-width: 112px;
}

.right-now-section .new-price {
	font-size: 140px;
}

.right-now-section .arrows:after,
.right-now-section .arrows:before {
	height: 142px;
	width: 42px;
	background-size: contain;
}

.pull--sm-none {
	float: none;
}

.arrow-img::before {
	display: none;
}

.mb-sm-n40 {
	margin-bottom: -40px;
}

}

@media (max-width: 585px) {

.fs--xs-30 {
	font-size: 30px;
}

.fs--xs-24 {
	font-size: 24px;
}

.py--xs-40,
.py--xs-50 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fs--xs-30 {
	font-size: 30px;
}

.cta-btn {
	width: 90%;
	padding: 15px;
}

.cta-btn .cta1 {
	font-size: 25px;
}

.cta-btn .cta2 {
	font-size: 27px;
}

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

.faq__question {
	font-size: 22px;
}

.old-price,
.new-price {
	padding: 0;
}

.old-price::after {
	margin-left: -70px;
}

.mb--xs-30 {
	margin-bottom: 30px;
}

.price-only {
	font-size: 100px;
}

.right-now-section .arrows:after,
.right-now-section .arrows:before {
	display: none;
}

.right-now-section .price {
	font-size: 50px;
}

.right-now-section .old-price {
	padding: 0 20px;
}

.right-now-section .new-price {
	font-size: 120px;
}

.right-now-section .old-price::after {
	margin-left: -70px;
	max-width: 140px;
}

.footer a {
	margin: 0 10px 20px;
}

.cta-sale .cta-btn {
	font-size: 30px;
}

.cta-sale .old-price {
	padding-right: 40px;
}

}

@media (max-width: 400px) {

.fs--xxs-25 {
	font-size: 25px;
}

.new-price .pre-price {
	font-size: 30px;
}

.new-price .price {
	font-size: 120px;
}

.price-only {
	font-size: 80px;
}

.right-now-section .new-price {
	font-size: 90px;
}

.right-now-section .price {
	font-size: 40px;
}

.right-now-section .old-price .pre-price {
	font-size: 22px;
}

}

@media print {

*,
*:before,
*:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

a[href^="#"]:after,
a[href^="javascript:"]:after {
	content: "";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: flex !important;
}

.d-print-inline-flex {
	display: inline-flex !important;
}

}

