/*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: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
  font-style:italic;
	top: -0.5em;
}

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;
}

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

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

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

/*-----------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--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--blue {
	background-color: #2661a2;
}

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

.bg--gray-100 {
	background-color: #fafafa;
}

.bg-stretch {
	background-position: center;
	background-size: cover;
}

.bg-center-top {
	background-position: center top;
}

.bg--acupuncture {
	background: url("../images/img14.jpg") center/cover no-repeat;
}

.bg--bacteria-x {
	background: url("../images/img17.jpg") center/cover no-repeat;
}

.bg--girl-pooping {
	background: url("../images/img21.jpg") center/cover no-repeat;
}

.bg--belly-heart {
	background: url("../images/img25.jpg") center/cover no-repeat;
}

.bg--couple-cups {
	background: url("../images/img37.jpg") center/cover no-repeat;
}

.bg--woman-laying {
	background: url("../images/img62.jpg") center/cover no-repeat;
}

.bg--elders-laptop {
	background: url("../images/img70.jpg") center/cover no-repeat;
}

.bg--bacteria-illustrations {
	background-image: url("../images/vector-01.png"), url("../images/vector-02.png");
	background-repeat: no-repeat;
	background-position: -380px -130px, calc(100% + 110px) calc(100% + 340px);
}

.bg--bacteria-illustrations-lg {
	background-image: url("../images/vector-03.png"), url("../images/vector-04.png"), url("../images/vector-05.png"), url("../images/vector-06.png");
	background-repeat: no-repeat;
	background-position: -260px 270px, -380px calc(100% + 130px), calc(100% + 300px) -200px, calc(100% + 260px) calc(100% - 300px);
}

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

/*#CONTAINER STYLE*/

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

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

.container {
	max-width: 990px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

/*#GRID STUFF*/

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

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

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

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

/*#PADDING STYLE*/

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

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

.p--0 {
	padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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--120 {
	padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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--100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

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

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

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

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

/*#MARGIN STYLE*/

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

/*margin top/left/right/bottom --> { m-- } */

.m--0 {
	margin: 0;
}

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

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

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

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

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

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

.mb--0i {
	margin-bottom: 0 !important;
}

.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--40 {
	margin-bottom: 40px;
}

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

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

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

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

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

.mb--n3 {
	margin-bottom: -3px;
}

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

.mb--n9 {
	margin-bottom: -9px;
}

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

.mb--n220 {
	margin-bottom: -220px;
}

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

.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;
}

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

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

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

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

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

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

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

.mr--n55 {
	margin-right: -55px;
}

.mr--n140 {
	margin-right: -140px;
}

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

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

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

/* POSITIONS */

.p--relative {
	position: relative;
}

/* FLEX UTILITIES */

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

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

.full-width {
	width: 100%;
}

.w--200 {
	max-width: 200px;
}

.full-height {
	height: 100%;
}

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

.border-right-2 {
	border-right: 2px solid;
}

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

.border-gray-100 {
	border-color: #fafafa;
}

.border-gray-300 {
	border-color: #c8c8c8;
}

.border-red {
	border-color: #cc0000;
}

.border-green {
	border-color: #75a25e;
}

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

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

/*#FONT FAMILY*/

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

.font-lato {
	font-family: "Lato", sans-serif;
}

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

/*#FONT COLOR*/

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

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

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

.txt--blue {
	color: #2661a2;
}

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

.txt--dark {
	color: #292929;
}

.txt--gray-600 {
	color: #464646;
}

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

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

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

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

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

.txt--bg,
.txt--bg-red,
.txt--bg-blue,
.txt--bg-white {
	white-space: pre-wrap;
	border-radius: 6px;
	padding: 0 0.25em 0.07em;
	line-height: 1.35;
}

.txt--bg-red {
	color: #fff;
	background-color: #cc0000;
}

.txt--bg-blue {
	color: #fff;
	background-color: #2661a2;
}

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

.shadow-1 {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
	box-shadow: 0px 10px 30px 0px rgba(87, 87, 87, 0.15);
}

.word-break-all {
	word-break: break-all;
}

.word-break-word {
	word-break: break-word;
}

hr {
	margin: 0;
	border: 0;
	border-bottom: 1px solid;
}

hr.gray {
	border-color: #c8c8c8;
}

body {
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	color: #292929;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

section {
	padding-top: 45px;
	padding-bottom: 45px;
}

section.drano {
	background: url("../images/img02.jpg") no-repeat center/cover;
}

section:nth-child(odd):not([class*="bg--"]) {
	background-color: #fafafa;
}

section.arrow-down {
	position: relative;
	padding-bottom: 60px;
}

section.arrow-down::after {
	content: url("../images/arrow-blue.svg");
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
}

img {
	vertical-align: bottom;
	max-width: 100%;
	border-radius: 5px;
	height: auto;
}

.alarm-title {
	background-image: url("../images/alert.svg"), url("../images/alert.svg");
	background-repeat: no-repeat;
	background-size: 115px;
	background-position: calc(50% - 380px) center, calc(50% + 380px) center;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	display: block;
	width: 100%;
	transition: all 200ms ease-in-out;
	padding: 15px 15px;
	background-color: transparent;
	border: 2px solid #d9d9d9;
	background-color: #fbfbfb;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #b3b3b3;
}

.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
button[type="submit"],
button[type="reset"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 200ms ease-in-out;
	text-align: center;
	text-transform: uppercase;
	min-height: 70px;
	width: 100%;
	max-width: 250px;
	border: 0;
	border-radius: 50px;
	font-size: 26px;
	padding: 10px 15px;
	font-weight: 900;
}

.btn--primary {
	background-color: #75a25e;
	color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(24, 24, 24, 0.15);
}

.btn--primary:hover,
.btn--primary:focus {
	background-color: #699254;
	color: #fff;
}

.btn--secondary {
	border: 2px solid #75a25e;
	background-color: transparent;
	color: #75a25e;
}

.btn--secondary:hover,
.btn--secondary:focus {
	background-color: #75a25e;
	color: #fff;
}

.btn--xl {
	max-width: 760px;
}

.btn--full {
	max-width: 100%;
}

a {
	transition: all 200ms ease-in-out;
}

a:hover,
a:focus {
	color: #cc0000;
}

a.txt--red:hover,
a.txt--red:focus {
	color: #990000;
}

ol,
ul {
	margin-bottom: 25px;
}

ol:last-child,
ul:last-child {
	margin-bottom: 0;
}

ol li,
ul li {
	position: relative;
	margin-bottom: 25px;
}

ol li:last-child,
ul li:last-child {
	margin-bottom: 0;
}

ul.icon li {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

ul.red-x li {
	background-image: url("../images/red-x.svg");
}

ul.green-check li {
	background-image: url("../images/green-check.svg");
}

ul[class*="circle-"] li {
	background-size: auto;
	background-position: 0.5em 0.35em;
}

ul.circle-white li {
	background-image: url("../images/white-circle.svg");
}

ul.circle-green li {
	background-image: url("../images/green-circle.svg");
}

ul.circle-blue li {
	background-image: url("../images/blue-circle.svg");
}

ul.circle-red li {
	background-image: url("../images/red-circle.svg");
}

ul.floated li {
	background-image: none;
	padding-left: 0;
	display: flex;
}

ul.floated.red-x li::before {
	content: '';
	background-image: url("../images/red-x.svg");
	width: 25px;
	height: 25px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	flex-shrink: 0;
}

ol {
	list-style: inside;
}

ol li {
	list-style-type: decimal;
}

ol[class*="circle"] {
	list-style: none;
	counter-reset: numbered;
}

ol[class*="circle"] li {
	list-style-type: none;
	counter-increment: numbered;
	position: relative;
	padding-left: 40px;
}

ol[class*="circle"] li::before {
	content: counter(numbered);
	position: absolute;
	left: 0;
	font-weight: 900;
	font-size: 16px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 1.5;
	display: inline-block;
	border-radius: 50%;
}

ol[class*="circle"].circle-blue li::before {
	background-color: #2661a2;
	color: #fff;
}

ol[class*="circle"].circle-white li::before {
	background-color: #fff;
	color: #2661a2;
}

::-moz-selection {
	background: #2661a2;
	color: #fff;
}

::selection {
	background: #2661a2;
	color: #fff;
}

::-moz-selection {
	background: #2661a2;
	color: #fff;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

body {
	-webkit-tap-highlight-color: rgba(38, 97, 162, 0.5);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

h1.font-lato,
.h1.font-lato,
h2.font-lato,
.h2.font-lato,
h3.font-lato,
.h3.font-lato,
h4.font-lato,
.h4.font-lato,
h5.font-lato,
.h5.font-lato,
h6.font-lato,
.h6.font-lato {
	font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 30px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1,
.h1 {
	font-size: 3.75rem;
}

h2,
.h2 {
	font-size: 2.5rem;
      text-transform: capitalize;
}

h3,
.h3 {
	font-size: 1.625rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.375rem;
}

p {
	margin-bottom: 25px;
}

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

header {
	padding-top: 50px;
	padding-bottom: 40px;
	background: url("../images/img64.jpg") center/cover;
}

.card {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.card__head {
	padding: 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.card--blue .card__head {
	background-color: #2661a2;
	color: #fff;
}

.card--red .card__head {
	background-color: #cc0000;
	color: #fff;
}

.card--green .card__head {
	background-color: #75a25e;
	color: #fff;
}

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

.card__first .card__head {
	border-top-right-radius: 0;
}

.card__last .card__head {
	border-top-left-radius: 0;
}

.card__content {
	padding: 40px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.card--sm .card__content {
	padding: 30px;
}

.card--full-width {
	max-width: 100%;
}

.card__face-icon {
	vertical-align: middle;
	margin-top: -40px;
	margin-bottom: -35px;
	margin-left: 15px;
}

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #373737;
	color: #fff;
	font-size: 14px;
	line-height: 1.43em;
}

.footer__logo {
	max-width: 150px;
	padding-left: 25px;
	padding-right: 25px;
}

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

.footer__links a {
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

.reference-container p,.reference-container li {
	margin-bottom: 0;
	font-style: italic;
  word-break: break-all;
}

.reference-container p:last-child {
	margin-bottom: 0;
}

.general-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 40;
	visibility: hidden;
	opacity: 0;
	transition: all 200ms ease-in-out;
}

.general-overlay.active {
	visibility: visible;
	opacity: 1;
}

.parsley-errors-list {
	font-size: 16px;
	color: red;
	margin-top: 5px;
}

.parsley-errors-list li {
	line-height: 1;
}

.parsley-errors-list li::before {
	display: none;
}

input.parsley-error {
	border-color: rgba(255, 0, 0, 0.75);
}

input.parsley-error:focus {
	border-color: red;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px; /* if needed */
	height: 0;
}

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

.testimonial {
	padding-top: 60px;
	height: 100%;
}

.testimonial__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 20px;
	height: 100%;
	border-radius: 5px;
	text-align: center;
}

.testimonial__content .txt--left {
	text-align: left;
	align-items: flex-start;
}

.testimonial__img {
	margin-top: -90px;
	margin-bottom: 25px;
}

.testimonial--lg {
	padding-top: 100px;
}

.testimonial--lg .testimonial__img {
	margin-top: -120px;
}

.testimonial--padd-lg .testimonial__content {
	padding-left: 50px;
	padding-right: 50px;
}

.testimonial--vertical {
	padding: 30px;
	display: flex;
	align-items: center;
}

.testimonial--vertical .testimonial__img {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 40px;
}

.testimonial--vertical .testimonial__content {
	display: block;
	text-align: left;
	padding: 0;
}

blockquote {
	padding: 50px 60px;
	text-align: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

blockquote.sm {
	padding: 30px;
}

blockquote.blue {
	background-color: #2661a2;
	color: #fff;
	background-image: url("../images/icon-quote-open.svg"), url("../images/icon-quote-close.svg");
	background-position: 20px 20px, calc(100% - 20px) calc(100% - 20px);
}

blockquote.white {
	background-color: #fff;
	background-image: url("../images/icon-quote-open-blue.svg");
	background-position: calc(100% - 20px) 20px;
}

.recipe {
	border-radius: 5px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 10px 30px 0px rgba(87, 87, 87, 0.15);
}

.recipe__img {
	width: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.recipe__title {
	padding: 5px 10px;
	min-height: 70px;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	line-height: 1.1;
	background-color: #2661a2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.recipe__title span {
	padding-bottom: 3px;
}

.option {
	border: 3px dashed;
	padding: 0 50px 30px;
	border-radius: 5px;
	text-align: center;
}

.option__title {
	display: inline-flex;
	align-items: center;
	color: #fff;
	border-radius: 5px;
	transform: translateY(-50%);
	font-family: "Lato", sans-serif;
	margin-bottom: 0;
}

.option__title img {
	vertical-align: middle;
	margin-right: 15px;
}

.option--red {
	border-color: #cc0000;
}

.option--red .option__title {
	background-color: #cc0000;
	padding: 12px 50px;
	font-size: 28px;
}

.option--green {
	border-color: #75a25e;
	background-color: #e9ffde;
}

.option--green .option__title {
	background-color: #75a25e;
	padding: 20px 75px;
	font-size: 40px;
	margin-bottom: -10px;
}

.cart-box {
	border: 1px solid #dde4e6;
	border-radius: 5px;
	text-align: center;
}

.cart-box__title {
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #f7f7f7;
	padding: 16px;
	border-bottom: 1px solid #dde4e6;
}

.cart-box__content {
	padding: 15px 15px 35px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cart-box__price {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -0.025em;
	color: #2661a2;
	display: inline-block;
}

.cart-box__price--old {
	position: relative;
	color: #292929;
}

.cart-box__price--old::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -0.2em;
	right: -0.2em;
	height: 0.1em;
	transform: translateY(-50%);
	background-color: #2661a2;
}

.cart-box__price sup {
	text-transform: uppercase;
	font-size: 0.6em;
}

.cart-box--green {
	position: relative;
	border: 0;
	margin-left: -15px;
	margin-right: -15px;
	z-index: 2;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
}

.cart-box--green .cart-box__title {
	background-color: #75a25e;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cart-box--green .cart-box__content {
	background-color: #e9ffde;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 20px;
	padding-bottom: 50px;
}

.faq {
	border-radius: 5px;
	box-shadow: 0px 10px 30px 0px rgba(24, 24, 24, 0.15);
}

.faq__head {
	position: relative;
	font-size: 26px;
	font-weight: 900;
	padding: 18px 60px 18px 35px;
	background-color: #2661a2;
	color: #fff;
	border-radius: 5px;
	transition: background-color 200ms ease-in-out;
}

.faq__head::after {
	content: '';
	position: absolute;
	background: url("../images/arrow-down-white.svg") no-repeat center;
	top: 50%;
	right: 35px;
	height: 11px;
	width: 20px;
	transform: translateY(-50%);
}

.faq__head:hover {
	cursor: pointer;
	background-color: #235a96;
}

.faq__head.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq__head.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq__content {
	padding: 35px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.table {
	color: #424242;
}

.table__row {
	display: flex;
}

.table__content {
	box-shadow: 0px 10px 30px 0px rgba(87, 87, 87, 0.15);
}

.table__content .table__row:last-child .table__cell {
	border-bottom: 0;
}

.table__cell {
	max-width: 23.33333%;
	flex: 0 0 23.33333%;
	border-bottom: 1px solid;
	border-right: 1px solid;
	background-color: #fff;
	border-color: #dcdcdc;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	word-wrap: break-word;
}

.table__cell:last-child {
	border-right: 0;
}

.table__cell.first {
	max-width: 30%;
	flex: 0 0 30%;
	justify-content: flex-start;
}

.table__cell:nth-child(2) {
	background-color: #eeffe6;
}

.table__head .table__cell.first {
	background-color: transparent;
	border: 0;
}

.table__head .table__cell img {
	margin-right: 15px;
}

@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: 991px) {

.txt--26 {
	font-size: 1.375rem;
}

.alarm-title {
	background-position: calc(50% - 300px) center, calc(50% + 300px) center;
}

h1,
.h1 {
	font-size: 3.125rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.375rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

.testimonial--padd-lg .testimonial__content {
	padding-right: 20px;
	padding-left: 20px;
}

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

img[class*="pull--"] {
	float: none;
	display: block;
	margin: 0 auto 30px;
}

.pl--md-7p {
	padding-left: 7%;
}

}

@media (max-width: 767px) {

[class^="container"] {
	padding-left: 15px;
	padding-right: 15px;
}

[class^="container"] .row:not([class*=no-gutters]) {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

[class^="container"] .row:not([class*=no-gutters]) [class*="col-"] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.alarm-title {
	background-size: 50px;
	background-position: calc(50% - 250px) center, calc(50% + 250px) center;
}

.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
button[type="submit"],
button[type="button"],
button[type="reset"] {
	min-height: 50px;
}

ul.floated.red-x li::before {
	margin-left: 0;
	margin-right: 10px;
	width: 22px;
	height: 22px;
	background-size: 22px;
}

header {
	padding-top: 40px;
}

.card--sm .card__head {
	padding: 15px;
}

.card__head {
	padding: 15px;
}

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

.card__content {
	padding: 20px;
}

.card__face-icon {
	padding-left: 0;
	max-width: 65px;
	height: auto;
	margin-bottom: -38px;
	margin-left: -10px;
}

.testimonial__img {
	margin-bottom: 10px;
}

.testimonial--vertical .testimonial__img {
	max-width: 120px;
	margin-right: 30px;
}

.recipe__title {
	font-size: 18px;
	font-weight: 700;
	min-height: 50px;
}

.option {
	padding: 0 30px 20px;
}

.option--red .option__title {
	font-size: 22px;
}

.option--green .option__title {
	font-size: 30px;
}

.option--green .option__title img {
	max-width: 40px;
}

.cart-box--green {
	margin-right: auto;
	margin-left: auto;
}

.cart-box {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.faq__head {
	font-size: 22px;
	font-weight: 700;
	padding: 15px 40px 15px 25px;
}

.faq__head::after {
	right: 15px;
}

.faq__content {
	padding: 30px 25px;
}

.table__cell {
	font-size: 16px;
}

.table__head .table__cell {
	font-size: 18px;
	text-align: center;
	flex-direction: column;
	justify-content: flex-end;
}

.table__head .table__cell img {
	margin-bottom: 10px;
	margin-right: 0;
}

.p--sm-30 {
	padding: 30px;
}
  .order-m-n-1{order:-1;}
}

@media (max-width: 575px) {

body {
	font-size: 18px;
}

.alarm-title {
	background-image: none;
}

.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
button[type="submit"],
button[type="button"],
button[type="reset"] {
	font-size: 20px;
}

ol li,
ul li {
	margin-bottom: 20px;
}

ol,
ul {
	margin-bottom: 20px;
}

ul.icon li {
	padding-left: 30px;
	background-size: 22px;
}

ul[class*="circle-"] li {
	background-size: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
}

h1,
.h1 {
	font-size: 2.8125rem;
}

h2,
.h2 {
	font-size: 1.875rem;
}

h3,
.h3 {
	font-size: 1.25rem;
}

p {
	margin-bottom: 20px;
}

.card__first .card__head {
	border-top-right-radius: 5px;
}

.card__last .card__head {
	border-top-right-radius: 0;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__links {
	padding-right: 0;
	padding-left: 0;
}

.testimonial--vertical {
	padding: 15px;
	text-align: center;
}

.testimonial--vertical .testimonial__img {
	margin-right: 20px;
	max-width: 80px;
}

blockquote {
	padding: 40px 20px;
}

blockquote.sm {
	padding: 15px;
}

blockquote.blue {
	background-position: 10px 10px, calc(100% - 10px) calc(100% - 10px);
	background-size: 20px;
}

blockquote.white {
	background-size: 20px;
	background-position: calc(100% - 10px) 10px;
}

.recipe__title {
	font-size: 16px;
}

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

.option--green .option__title {
	font-size: 24px;
	padding: 12px 50px;
}

.option--green .option__title img {
	max-width: 35px;
}

.faq__head {
	font-size: 18px;
	padding-left: 15px;
}

.faq__content {
	padding: 20px 15px;
}

.table__row {
	flex-wrap: wrap;
}

.table__content {
	box-shadow: none;
}

.table__content .table__row:last-child .table__cell.first {
	border-bottom: 1px solid #dcdcdc;
}

.table__cell {
	max-width: 33.33333%;
	flex-basis: 33.33333%;
	background-color: #fafafa;
}

.table__cell.first {
	max-width: 100%;
	flex-basis: 100%;
	border-right: 0;
	background-color: #fff;
	justify-content: center;
	text-align: center;
}

.table__head .table__cell.first {
	display: none;
}

.table__head .table__cell {
	justify-content: center;
}

.table__head .table__cell img {
	display: none;
}

.table__head {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.table {
	box-shadow: 0px 10px 30px 0px rgba(87, 87, 87, 0.15);
}

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

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

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

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

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

.border-right-xs-0 {
	border-right: 0;
}

}

@media (max-width: 400px) {

.testimonial--vertical {
	display: block;
}

.testimonial--vertical .testimonial__img {
	margin-bottom: 10px;
	margin-right: 0;
}

.testimonial--vertical .testimonial__content {
	text-align: center;
}

.testimonial--vertical .testimonial__content h3 {
	text-align: center;
}

.option--red .option__title {
	padding-left: 30px;
	padding-right: 30px;
}

.option--green .option__title {
	padding-left: 30px;
	padding-right: 30px;
}

.table__head .table__cell {
	font-size: 16px;
}

}

@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;
}

}

