@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&family=Roboto:ital,wght@0,900;1,900&display=swap');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.steps ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.top-form .book-block:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 15px/1.5 'Lato', sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: 'Roboto', sans-serif; 
	font-weight: 900;
	margin: 0 0 .5em;
	color: #1a3145;
}

h1,
.h1 {
	font-size: 26px;
	line-height: 1.12;
}

h1 mark,
.h1 mark {
	display: inline;
	padding: 0;
	background: transparent;
	color: #72a423;
	text-transform: uppercase;
	position: relative;
}

h2,
.h2 {
	font-size: 16px;
	line-height: 1.56;
}

h2 mark,
.h2 mark {
	padding: 0;
	background: transparent;
	color: #72a423;
}

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.align-left {
	float: left;
	margin: 0 10px 0 0;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.logo-clickbank {
	position: absolute;
	bottom: 80px;
	right: 15px;
	z-index: 90;
}

.logo-clickbank a {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 0 0 4px 4px;
	max-width: 180px;
	display: block;
}

.logo-clickbank a:hover {
	text-decoration: none;
	-webkit-animation: pulse 500ms;
	animation: pulse 500ms;
}

.container {
	padding: 0 24px;
	margin: 0 auto;
}

.content strong {
	font-weight: 900;
}

.input-error {
	box-shadow: inset 0 0 2px 2px red !important;
}

.message {
	display: none;
	text-align: center;
	padding: 10px 0;
}

.validation-successful .message,
.validation-error .message {
	display: block;
}

#header {
	position: relative;
	z-index: 9;
	margin-bottom: 32px;
}

#header .container {
	max-width: 1022px;
}

#header .logo-wrap {
	width: 183px;
	height: 104px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 0 4px 3px;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

#header .logo {
	width: 139px;
}

#header .logo a {
	display: block;
}

#header .logo .logo-desktop {
	display: none;
}

#header .bg-header {
	background: #1755a1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 15px;
}

#header .bg-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/header-bg.jpg);
	background-position: calc(50% - 827px) 100%;
	opacity: .2;
}

#footer {
	background: #151515;
	padding: 12px 0 15px;
	position: relative;
	z-index: 3;
	text-align: center;
}

#footer .flex { 
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	justify-content: space-between; 
}

#footer .container {
	max-width: 930px;
	padding: 0 23px;
}

.footer-logo {
	flex-shrink: 0; 
	width: 180px; 
	margin-right: 40px;
}

.footer-note { 
	font-size: 14px; 
	color: #fff; 
}

.footer-logo a {
	display: block;
}

.footer-contact { 
	font-size: 14px;
    color: #39f;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}
.footer-contact:hover { 
	text-decoration: underline; 
}
.footer-contact img { 
	width: 15px; 
	vertical-align: middle; 
	margin-right: 4px; 
}
.footer-contact span { 
	vertical-align: middle; 
}

.heading-block {
	text-align: center;
	margin-bottom: 20px;
}

.heading-block h1 {
	padding: 0 10px;
	margin-bottom: 18px;
}

.heading-block .desktop-only {
	display: none;
}

.content {
	font-size: 15px;
	line-height: 1.6;
}

.content .align-left {
	float: left;
	width: 185px;
}

.content .align-right {
	float: right;
	width: 265px;
	margin: 0 -70px 0 0;
}

.content p {
	margin-bottom: 25px;
}

.bg-optin { 
	padding: 55px 0 85px; 
	background: url(../images/woman-foods.png) right -85px bottom -20px no-repeat, linear-gradient(270deg, rgba(209,210,214,1) 0%, rgba(239,241,243,1) 100%); 
	background-size: contain; 
}

.dvd-note { 
	font-size: 13px; 
	max-width: 330px; 
	margin: 20px auto; 
	text-align: center; 
	line-height: 1.44;
}

.form-container {
	position: relative;
	max-width: 480px;
	width: 96%;
	margin: 50px auto 0;
	z-index: 3;
}

.form-container .top-section { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column; 
	background: #fff; 
	padding: 20px 30px; 
	box-sizing: border-box; 
	line-height: 1.44;
}

.form-container .top-section > div { 
	width: 100%; 
}

.form-container .right-block {
	text-align: center;
	position: relative;
	z-index: 2;
}

.form-container .right-block .img-holder {
	display: inline-block;
	vertical-align: top;
	width: 183px;
	margin: -95px 0px 0px 40px;;
}

.form-container .left-block {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 400;
	color: #2d2d2d;
}

.form-container .left-block .wrap {
	position: relative;
	z-index: 3;
}

.form-container .left-block h2 {
	color: #2d2d2d;
	max-width: 300px;
	margin: 0 auto 20px; 
	text-align: center;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 900;
}

.form-container .left-block p {
	max-width: 300px;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.44;
}

.form-container form {
	padding: 0;
	margin-bottom: 18px;
	position: relative;
}

.form-container form input[type="text"],
.form-container form input[type="email"] {
	text-align: left;
	max-width: 330px;
	width: 100%;
	display: block;
	background: #fff;
	color: #666;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	padding: 10px 2%;
	border: #eff1f3 solid 3px;
	margin: 0 auto 5px;
	box-shadow: 4px 4px 5px #e1e1e1 inset;
	box-sizing: border-box;
}

.form-container form input[type="text"]::-webkit-input-placeholder,
.form-container form input[type="email"]::-webkit-input-placeholder {
	color: #666;
}

.form-container form input[type="text"]::-moz-placeholder,
.form-container form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.form-container form input[type="text"]:-moz-placeholder,
.form-container form input[type="email"]:-moz-placeholder {
	color: #666;
}

.form-container form input[type="text"]:-ms-input-placeholder,
.form-container form input[type="email"]:-ms-input-placeholder {
	color: #666;
}

.form-container form input[type="text"].placeholder,
.form-container form input[type="email"].placeholder {
	color: #666;
}

.form-container form input[type="submit"] {
	max-width: 330px;
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	font-family: Arial;
	font-weight: 400;
	text-transform: capitalize;
	background: #0066ff;
	border-radius: 20px;
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .32), inset 0 2px 0 rgba(255, 255, 255, .11);
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .32);
	white-space: normal;
	color: #fff;
	border: 0;
	padding: 15px 12%;
	display: block;
	margin: 0 auto;
}

.form-container form input[type="submit"]:hover {
	background: #e46361;
}

.form-container .note-section {
	padding: 0 38px 0 4px;
	color: #fff;
	font-size: 10px;
	line-height: 1.22;
	position: relative;
	z-index: 2;
}

.top-form {
	display: block;
	margin: 39px -24px  52px;
	padding: 0 24px;
	border-top: 2px solid #4174b3;
	background: #fff;
}

.top-form .book-block {
	padding: 15px 0;
	position: relative;
	z-index: 2;
}

.top-form .book {
	float: right;
	width: 135px;
	margin: -26px -24px -110px 0;
}

.top-form h2 {
	font-size: 19px;
	line-height: 1.14;
	margin-bottom: 5px;
	max-width: 220px;
}

.top-form .form-block {
	background: #4174b3;
	margin: 0 -24px;
	padding: 10px 24px 15px;
	color: #fff;
}

.top-form .more-info {
	font-size: 14px;
	line-height: 1.29;
	font-weight: 600;
	padding-right: 120px;
	max-width: 400px;
}

.top-form .more-info p {
	margin-bottom: 22px;
}

.top-form form {
	margin-bottom: 20px;
}

.top-form form input[type="text"],
.top-form form input[type="email"] {
	text-align: left;
	width: 100%;
	display: block;
	background: #fff;
	color: #666;
	font-size: 18px;
	line-height: 1.56;
	font-weight: 400;
	padding: 15px 20px;
	border: 0;
	margin-bottom: 14px;
	box-shadow: -2px 3px 6px 1px rgba(0, 0, 0, .24);
}

.top-form form input[type="text"]::-webkit-input-placeholder,
.top-form form input[type="email"]::-webkit-input-placeholder {
	color: #666;
}

.top-form form input[type="text"]::-moz-placeholder,
.top-form form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.top-form form input[type="text"]:-moz-placeholder,
.top-form form input[type="email"]:-moz-placeholder {
	color: #666;
}

.top-form form input[type="text"]:-ms-input-placeholder,
.top-form form input[type="email"]:-ms-input-placeholder {
	color: #666;
}

.top-form form input[type="text"].placeholder,
.top-form form input[type="email"].placeholder {
	color: #666;
}

.top-form form input[type="submit"] {
	width: 100%;
	font-size: 20px;
	line-height: 1.1;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	background: #ffba00;
	border-radius: 5px;
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .32), inset 0 2px 0 rgba(255, 255, 255, .11);
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .32);
	white-space: normal;
	color: #333;
	border: 0;
	padding: 15px;
	margin-top: 2px;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.top-form form input[type="submit"]:hover {
	color: #fff;
	background: #1755a1;
}

.top-form .note-area {
	font-size: 10px;
	line-height: 1.17;
	font-family: Arial;
	color: #cde0f7;
}

.top-form .note-area strong {
	color: #fff;
}

.note-block {
	margin-top: -47px;
	padding: 44px 0 37px;
	background: #f7f6f0;
	color: #1a3145;
	text-align: center;
	font-size: 15px;
	line-height: 1.47;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.note-block .container {
	padding: 0 45px;
}

.note-block .note {
	font-weight: 500;
	display: block;
}

.note-block .note .display {
	display: inline-block;
	margin-right: 3px;
	color: #d43535;
	font-weight: 700;
	font-size: 16px;
}

.note-block .offer {
	font-weight: 600;
}

.offer-block {
	padding: 27px 0 0;
}

.offer-block .heading {
	text-align: center;
}

.offer-block h2 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 24px;
}

.offer-block h2 span {
	font-weight: 400;
	display: block;
	padding-top: 5px;
}

.offer-block .slick-slider {
	margin: 0 -20px 20px;
}

.offer-block .slick-slider .slick-arrow {
	display: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: #72a423;
	border-radius: 50%;
	border: 0;
	margin-top: 6px;
	font-size: 0;
	line-height: 0;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.offer-block .slick-slider .slick-arrow:hover {
	background: #466516;
}

.offer-block .slick-slider .slick-arrow.slick-prev {
	left: 32px;
}

.offer-block .slick-slider .slick-arrow.slick-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/chevron-left.png);
	width: 13px;
	height: 21px;
	margin: 0 0 0 -2px;
}

.offer-block .slick-slider .slick-arrow.slick-next {
	right: 32px;
}

.offer-block .slick-slider .slick-arrow.slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/chevron-right.png);
	width: 13px;
	height: 21px;
	margin: 0 0 0 2px;
}

.offer-block .offer-text {
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 1.19;
	margin-bottom: 10px;
}

.offer-block .offer-today {
	font-weight: 400;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.offer-block .drk-wrap {
	width: auto;
	margin: 0 -44px;
}

.health-steps {
	background: #fff;
	position: relative;
	z-index: 1;
	font-size: 17px;
	line-height: 1.53;
	padding: 31px 0 0;
}

.health-steps:before {
	position: absolute;
	top: 0;
	height: 100px;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(#f0f0f0, #fff);
	background: linear-gradient(#f0f0f0, #fff);
	z-index: -1;
}

.health-steps p {
	margin-bottom: 26px;
}

.steps h2 {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 27px;
	color: #000;
}

.steps ul li {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 23px;
	margin-bottom: 12px;
}

.steps ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2px;
	background: url(../images/list-decor.png);
	background-size: 100% 100%;
	width: 12px;
	height: 12px;
}

.steps ul li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.steps ul li a:hover {
	color: #72a423;
}

.steps ul strong {
	font-weight: 900;
}

.content-text {
	font-size: 17px;
	line-height: 1.53;
	color: #000;
	padding: 15px 0;
}

.content-text p {
	margin-bottom: 25px;
}

.content-text .top-section,
.content-text .middle-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content-text .top-section .align-right,
.content-text .top-section .align-left,
.content-text .middle-section .align-right,
.content-text .middle-section .align-left {
	overflow: hidden;
}

.content-text .align-right {
	max-width: 300px;
	margin: 0 auto 19px;
}

.content-text .align-left {
	max-width: 340px;
	margin: -35px auto 23px;
}

.content-text .extra-bold {
	font-weight: 900;
}

.content-text .note {
	display: block;
	margin-bottom: 61px;
}

.content-text .note a {
	text-decoration: none;
	color: #000;
}

.content-text .note a:hover {
	text-decoration: underline;
}

.one-time-payment-deal {
	padding: 11px 0 33px;
}

.one-time-payment-deal .add-to-cart {
	display: block;
	background: #ffba00;
	border-radius: 5px;
	box-shadow: -3px 4px 5px 1px rgba(0, 0, 0, .14), inset 2px -2px 0 #ff9600, inset -2px 2px 0 #fff000;
	width: 100%;
	max-width: 411px;
	margin: 0 auto 10px;
	font-size: 24px;
	line-height: 1.5;
	padding: 14px 15px;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .32);
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.one-time-payment-deal .add-to-cart:hover {
	text-decoration: none;
	background: #1755a1;
	color: #fff;
	box-shadow: -3px 4px 5px 1px rgba(0, 0, 0, .14);
}

.discount-inactive .one-time-payment-deal .with-discount {
	display: none;
}

.one-time-payment-deal .without-discount {
	display: none;
}

.discount-inactive .one-time-payment-deal .without-discount {
	display: block;
}

.one-time-payment-deal .more-info {
	display: block;
	font-size: 13px;
	letter-spacing: .022em;
	line-height: 1.33;
	text-align: center;
	font-weight: 600;
}

.discount-active-text {
	display: inline;
}

.discount-inactive .discount-active-text {
	display: none;
}

.discount-inactive-text {
	display: none;
}

.discount-inactive .discount-inactive-text {
	display: inline;
}

.disclaimer {
	display: block;
	border: 1px dashed #3c98b5;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 1.4;
	color: #5d5d5d;
}

.support {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.support p {
	margin-bottom: 5px !important;
}

.support a {
	color: #000;
}

.support a:hover {
	text-decoration: none;
}

.congratulations-wrap {
	font-size: 15px;
	line-height: 1.5;
	padding-bottom: 30px;
}

.congratulations-wrap h1 {
	font-size: 30px;
	line-height: 1.16;
	text-align: center;
	margin-bottom: 30px;
}

.congratulations-wrap p {
	margin-bottom: 27px;
}

.congratulations-wrap .mail {
	color: #1856a1;
	font-weight: 700;
	text-decoration: underline;
}

.congratulations-card {
	box-shadow: 0 0 8px 1px rgba(25, 32, 35, .09);
	border-radius: 9px;
	border: 1px solid #cbc9c9;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.63;
	padding: 17px 20px 15px;
	margin-bottom: 49px;
}

.congratulations-card .img-holder {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.congratulations-card .img-holder img {
	width: 100%;
	max-width: 300px;
}

.congratulations-card .text-holder:only-child {
	padding-left: 0;
	width: 100%;
}

.congratulations-card p {
	margin-bottom: 20px;
}

.congratulations-card .display {
	font-size: 24px;
	line-height: 1.46;
	font-weight: 700;
	font-style: italic;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1a3145;
	display: inline-block;
	min-width: 74px;
}

.countdownHolder {
	width: 100%;
	margin: 0 auto 32px;
	font: 40px/1.5 "Open Sans Condensed",sans-serif;
	text-align: center;
	letter-spacing: -3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.discount-inactive .countdownHolder {
	display: none;
}

.position {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	width: 54px;
	height: 54px;
}

.position + .position {
	margin-left: -5px;
}

.digit {
	position: absolute;
	display: block;
	width: 54px;
	height: 54px;
	background-color: #444;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 35px;
	line-height: 1.14;
	font-weight: 600;
	padding: 7px;
}

.digit.static {
	position: relative;
	background: #114490;
}

.digit.static:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .3));
	background: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .3));
	z-index: 1;
}

/**
* You can use these classes to hide parts
* of the countdown that you don't need.
*/

.countDays {
	display: none !important;
}

.countDiv0 {
	display: none !important;
}

.countHours {
	display: none !important;
}

.countDiv1 {
	display: none !important;
}

.countMinutes {
	position: relative;
}

.countMinutes:before {
	content: "Minutes";
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #666;
	letter-spacing: .13em;
}

.countDiv2 {
	display: none !important;
}

.countSeconds {
	margin-left: 19px;
	position: relative;
}

.countSeconds:before {
	content: "Seconds";
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #666;
	letter-spacing: .13em;
}

.countDiv {
	display: inline-block;
	width: 16px;
	height: 1.6em;
	position: relative;
}

.countDiv:before,
.countDiv:after {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #444;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: .5em;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
	content: "";
}

.countDiv:after {
	top: .9em;
}
/*----------*/
.bg-optin-m { 
		padding: 55px 0 85px;
    background: #fcb600;
    background: linear-gradient(to bottom, #e0a200, #ffb900);
}

.img-m {
    position: absolute;
    width: 660px;
    right: 10px;
    bottom: 53px;
    z-index: 5;
}
.img-n {
    position: absolute;
    right: 0;
    bottom: 130px;
    width: 480px;
}
.img-o {
    position: absolute;
    right: 15px;
    bottom: 130px;
    width: 680px;
}
.bg-optin-m .form-container form input[type="submit"] {
		letter-spacing: 3px;
    padding: 15px 20px;
		background: #fd4920;
}
.bg-optin-m .form-container form input[type="submit"]:hover {
	background: #ff390b;
}
.bg-optin-m .form-container .left-block h2 {
    color: #0080bc;
}
#footer.ver-m {
	padding: 60px 0 30px;
}
#footer.ver-n {
	padding: 30px;
}
.bg-optin-p { 
    padding: 85px 0;
    background: #efefef url(/images/mother-and-son-in-kitchen.jpg) no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.drk-wrap { max-width: 816px; width: 100%; margin: 0 auto; }
.drk-br { position: relative; height: 0; padding-top: 56.25%; }
.drk-br iframe { position: absolute; width: 100%; height: 100%; border: 0; top: 0; left: 0; }

/*----------*/
@media screen and (min-width: 375px) {
	.top-form {
		padding: 0 47px;
	}

	.top-form .book {
		margin-right: -47px;
	}

	.top-form .form-block {
		margin: 0 -47px;
		padding: 24px 49px 15px;
	}

	.top-form .more-info {
		padding-right: 100px;
	}

	.steps .list-wrap {
		max-width: 70%;
		margin: 0 auto;
	}

	.content-text .align-right {
		width: 300px;
	}

	.content-text .align-left {
		width: 340px;
	}
}

@media screen and (min-width: 768px) {
	.align-left {
		margin-right: 30px;
	}

	#wrapper {
		padding-bottom: 111px;
	}

	.logo-clickbank {
		top: 0;
		bottom: auto;
	}

	#header .logo-wrap {
		margin: 0;
		padding: 0 6px 0 0;
		width: 263px;
		height: 107px;
	}

	#header .logo {
		width: 242px;
	}

	#header .logo .logo-mobile {
		display: none;
	}

	#header .logo .logo-desktop {
		display: inline-block;
	}

	#footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 34px 0 41px;
		text-align: left;
	}

	#footer .container {
		padding: 0 24px;
	}
	
	.heading-block {
		margin-bottom: 60px;
	}

	.content {
		font-size: 18px;
		line-height: 1.61;
	}

	.content .align-left {
		width: 225px;
		margin-top: -16px;
	}

	.content .align-right {
		width: 427px;
		margin-right: -8px;
	}

	.form-container .left-block:before {
		content: none;
	}

	.form-container .left-block:after {
		content: none;
	}

	.form-container .left-block h2 {
		font-size: 27px;
		line-height: 1.2;
		letter-spacing: -.03em;
	}
	
	.form-container form {
		padding: 0;
	}

	.form-container form:before {
		content: none;
	}

	.form-container .note-section {
		color: #000;
		font-size: 14px;
		line-height: 1.5;
		padding: 0 0 34px;
	}

	.top-form {
		border-top: 0;
		background: -webkit-linear-gradient(#396aa7 0%, #396aa7 10%, #fff 100%);
		background: linear-gradient(#396aa7 0%, #396aa7 10%, #fff 100%);
		border-radius: 9px;
		padding: 2px;
		margin: -3px 0 20px 20px;
		width: 330px;
		float: right;
		position: relative;
	}

	.top-form:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 9px;
		box-shadow: -8px 12px 32px 7px rgba(0, 0, 0, .13), inset 0 0 0 6px rgba(13, 64, 95, .09);
		z-index: 3;
		pointer-events: none;
	}

	.top-form .book-block {
		background: #fff;
		border-radius: 8px 8px 0 0;
		padding: 20px 15px 20px;
	}

	.top-form .book {
		width: 125px;
		margin-bottom: 0;
		margin-right: -15px;
		margin-top: -56px;
		position: relative;
	}

	.top-form .book:before {
		content: "";
		position: absolute;
		background: url(../images/arrow.png);
		width: 93px;
		height: 51px;
		left: -102px;
		top: 0;
	}

	.top-form h2 {
		max-width: none;
		font-size: 27px;
		line-height: 1.22;
	}

	.top-form .form-block {
		margin: 0;
		border-radius: 0 0 8px 8px;
		padding: 20px 15px 11px;
	}

	.top-form .more-info {
		padding-right: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.44;
		max-width: none;
	}

	.top-form form {
		margin-bottom: 15px;
	}

	.top-form form input[type="text"],
	.top-form form input[type="email"] {
		padding: 16px 24px;
		margin-bottom: 17px;
	}

	.top-form form input[type="submit"] {
		border-radius: 9px;
		padding: 23px 15px;
		font-size: 30px;
		line-height: 1.17;
		font-weight: 600;
		margin-top: 0;
	}

	.landing-2 .top-form form input[type="submit"] {
		font-size: 22px;
		line-height: 1.09;
		padding: 17px 15px;
	}

	.top-form .note-area {
		font-size: 12px;
		line-height: 1.2;
	}

	.offer-block {
		padding: 48px 0 70px;
	}

	.offer-block h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 48px;
	}

	.offer-block h2 span {
		padding-top: 0;
	}

	.offer-block .slick-slider {
		padding: 0 91px;
		margin-bottom: 52px;
	}

	.offer-block .slick-slider .slick-arrow {
		display: block !important;
	}

	.offer-block .offer-text {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 40px;
	}

	.offer-block .drk-wrap {
		margin: 0 auto;
		width: 100%;
	}

	.health-steps:before {
		content: "";
	}

	.steps .list-wrap {
		max-width: 738px;
		padding: 0 60px;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.steps ul {
		width: 50%;
	}

	.steps ul li {
		font-size: 18px;
		line-height: 1.56;
		padding: 20px 10px 20px 41px;
		margin-bottom: 4px;
	}

	.steps ul li:before {
		width: 23px;
		height: 23px;
	}

	.steps ul li:nth-child(2n):after {
		content: none;
	}

	.steps ul li:after {
		content: "";
		position: absolute;
		top: 0;
		left: -100vw;
		right: -100vw;
		bottom: 0;
		z-index: -1;
		background: #f4f5f6;
	}

	.content-text {
		padding: 58px 0 5px;
		font-size: 18px;
		line-height: 1.67;
	}

	.content-text p {
		margin-bottom: 29px;
	}

	.content-text .top-section,
	.content-text .middle-section {
		display: block;
	}

	.content-text .top-section .align-right,
	.content-text .top-section .align-left,
	.content-text .middle-section .align-right,
	.content-text .middle-section .align-left {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
		overflow: visible;
	}

	.content-text .align-right {
		width: auto;
		max-width: 350px;
		margin: 0;
		float: right;
	}

	.content-text .align-left {
		width: auto;
		max-width: 350px;
		margin: 0;
		float: left;
	}

	.content-text .note {
		font-size: 14px;
		line-height: 1.64;
	}

	.one-time-payment-deal {
		padding-top: 6px;
		padding-bottom: 59px;
	}

	.one-time-payment-deal .add-to-cart {
		font-size: 30px;
		line-height: 1.4;
		padding: 20px;
		border-radius: 9px;
		text-shadow: -1px 1px 0 rgba(255, 255, 255, .8);
	}

	.one-time-payment-deal .more-info {
		font-size: 18px;
	}

	.congratulations-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 37px 39px 35px;
	}

	.congratulations-card .img-holder {
		width: 225px;
		margin-top: -22px;
		margin-bottom: 0;
	}

	.congratulations-card .text-holder {
		width: calc(100% - 225px);
		padding-left: 30px;
	}

	.countdownHolder {
		margin-bottom: 46px;
	}

	.position {
		width: 77px;
		height: 73px;
	}

	.digit {
		width: 77px;
		height: 73px;
		border-radius: 9px;
		font-size: 48px;
		line-height: 1.1;
		padding: 10px;
	}

	.countMinutes:before {
		font-size: 14px;
		font-weight: 400;
		top: 81px;
		letter-spacing: .19em;
	}

	.countSeconds {
		margin-left: 27px;
	}

	.countSeconds:before {
		font-size: 14px;
		font-weight: 400;
		top: 81px;
		letter-spacing: .19em;
	}
}

@media screen and (min-width: 1024px) {
	body {
		font-size: 18px;
		line-height: 1.67;
	}

	h1,
	.h1 {
		font-size: 52px;
		line-height: 1.12;
	}

	h1 mark,
	.h1 mark {
		text-decoration: underline;
		text-decoration-thickness: 7px;
	}

	h2,
	.h2 {
		font-size: 24px;
		line-height: 1.46;
	}

	p {
		margin-bottom: 16px;
	}

	.container {
		padding: 0 15px;
		max-width: 930px;
	}

	.content {
		font-size: 18px;
		line-height: 1.61;
	}

	.content > p:first-of-type {
		font-size: 19px;
		line-height: 1.63;
		margin-bottom: 13px;
	}

	#header {
		margin-bottom: 67px;
	}

	#header .bg-header {
		bottom: 24px;
	}

	#footer .container {
		padding: 0 15px;
	}

	.heading-block {
		max-width: 770px;
		margin: 0 auto 60px;
	}

	.heading-block h1 {
		margin-bottom: 23px;
	}

	.heading-block .desktop-only {
		display: block;
	}

	.form-container .top-section {
		max-width: 825px;
		margin: 0 auto 38px;
	}
	
	.form-container .note-section {
		max-width: 825px;
		margin: 0 auto;
	}

	.top-form {
		width: 397px;
		margin-left: 40px;
	}

	.top-form .book-block {
		padding: 36px 33px 26px;
	}

	.top-form .book {
		margin-right: -33px;
	}

	.top-form .form-block {
		padding: 20px 38px 11px;
	}

	.note-block {
		margin-top: -91px;
		font-size: 22px;
		padding: 49px 0 36px;
	}

	.note-block .container {
		max-width: 800px;
	}

	.note-block .note {
		margin-bottom: 3px;
	}

	.note-block .note .display {
		font-size: 24px;
	}

	.note-block .offer {
		font-size: 24px;
	}

	.health-steps {
		padding: 89px 0 0;
		font-size: 18px;
		line-height: 1.67;
	}

	.health-steps p {
		margin-bottom: 28px;
	}

	.steps {
		padding-top: 35px;
	}

	.steps h2 {
		font-size: 41px;
		line-height: 1.1;
		margin-bottom: 59px;
	}

	.content-text .align-right {
		margin: -23px -10px -10px 0;
		max-width: none;
	}

	.content-text .align-left {
		max-width: none;
		margin: -60px 17px 0 -100px;
	}

	.congratulations-wrap {
		margin-top: -20px;
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 66px;
	}

	.congratulations-wrap h1 {
		font-size: 43px;
		margin-bottom: 57px;
	}

	.congratulations-card {
		font-size: 19px;
		line-height: 1.63;
	}
}

@media screen and (max-width: 1385px) {
	.img-m {
		z-index: 0;
		bottom: 0;
	}
	#footer.ver-m {
		padding: 30px 0;
	}
}

@media screen and (max-width: 767px) {
	.form-container .left-block {
		position: relative;
		z-index: 1;
	}
	
	.form-container form input[type="text"], .form-container form input[type="email"] {
		font-size: 20px;
	}
  
  .footer-contact { 
		text-align: center; 
		display: block; 
		max-width: 100px; 
		margin: 5px auto 0; 
	}

	#footer, #footer.ver-m { padding: 15px 0 5px; }
	#footer .flex { flex-direction: column-reverse; }
	.footer-logo { margin: 15px 0 0; }
	.footer-note { text-align: left; }
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@media screen and (max-width: 420px) {
	.form-container form input[type="submit"] {
  	padding: 15px 4%;
  }
}