/*! 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;
}

.video-container {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	height: 0;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 56.25%;
	margin-bottom: 100px;
}

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

.main-navigation,
.info-links,
.store-list,
.social-networks,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.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: #606770;
	background: #fff;
	font: 20px/1.2 "Basis Grotesque", "Arial", "Helvetica Neue", "Helvetica", 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: inherit;
	font-weight: bold;
	margin: 0 0 .56em;
	color: #1c1e21;
	word-spacing: 5px;
}

h1,
.h1 {
	font-size: 30px;
	letter-spacing: 0px;
}

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

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

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

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

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

p {
	margin: 0 0 1.2em;
}

/* anchor style */

a {
	color: #606770;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
	outline: none;
	text-decoration: none;
}

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

a:hover {
	color: #1877f2;
}

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 #606770;
	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: #606770;
}

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: #606770;
}

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: #606770;
}

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: #606770;
}

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

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

@font-face {
	font-family: Basis Grotesque Off White;
	src: url("../fonts/BasisGrotesque-OffWhite.eot");
	src: url("../fonts/BasisGrotesque-OffWhite.eot?#iefix") format("embedded-opentype"), url("../SF_font/SF-Regular.otf") format("otf"), url("SF_font/SF-Regular.otf") format("otf"), url("SF_font/SF-Regular.otf") format("truetype"), url("../fonts/BasisGrotesque-OffWhite.svgBasisGrotesque-OffWhite") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Basis Grotesque;
	src: url("../fonts/BasisGrotesque-Medium.eot");
	src: url("../fonts/BasisGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../SF_font/SF-Regular.otf") format("otf"), url("../SF_font/SF-Regular.otf") format("otf"), url("../SF_font/SF-Regular.otf") format("truetype"), url("../fonts/BasisGrotesque-Medium.svgBasisGrotesque-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Basis Grotesque;
	src: url("../fonts/BasisGrotesque-Bold.eot");
	src: url("../fonts/BasisGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../SF_font/SF-Bold.otf") format("otf"), url("../SF_font/SF-Bold.otf") format("otf"), url("../SF_font/SF-Bold.otf") format("truetype"), url("../fonts/BasisGrotesque-Bold.svgBasisGrotesque-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?k23t6h");
	src: url("../fonts/icomoon.eot?k23t6h#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k23t6h") format("truetype"), url("../fonts/icomoon.woff?k23t6h") format("woff"), url("../fonts/icomoon.svg?k23t6h#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-play:before {
	content: "\e900";
}

.ico-youtube:before {
	content: "\e901";
}

.ico-twitter:before {
	content: "\e902";
}

.ico-instagram:before {
	content: "\e903";
}

.ico-facebook:before {
	content: "\e904";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: transparent;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/*header style*/

input::-webkit-input-placeholder {
    font-size: 20px;
    vertical-align: middle;
}
.email-input {
	padding: 10px 5px;

	/*box-shadow: 0 -10px 0px rgba(0, 0, 0, 0), 0 1px 49px rgba(0,0,0,0.22);*/
	/*box-shadow: 0 0 42px 15px rgba(0, 0, 0, .05), 0 8px 16px rgba(0, 0, 0, .1);*/
	/*box-sizing: content-box;*/
	/*background: #fff;*/

	outline: none;

	font-size: 20px;
	color: #737373;
	letter-spacing: 1px;
	/*text-indent: 10px;*/
}

.header {
	background-color: #f5f6f7;
	padding: 24px 20px;
	position: relative;
	z-index: 5;
}

.nav-active .header {
	background-color: #fff;
}

.header .row {
	margin: 0 -15px;
}

.header .col {
	padding: 0 15px;
	width: 100%;
}

.header .logo {
	-webkit-transition: position .3s ease, width .3s ease;
	transition: position .3s ease, width .3s ease;
	width: 130px;
}

.header .logo a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.header .logo img {
	width: 100%;
}

.nav-holder {
	letter-spacing: 0.5px;
	background: #fff;
	position: fixed;
	top: 68px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	padding: 44px 0;
	-webkit-transition: width .3s ease, opacity .3s ease, visibility .3s ease;
	transition: width .3s ease, opacity .3s ease, visibility .3s ease;
	z-index: 9999;
}

.nav-active .nav-holder {
	opacity: 1;
	visibility: visible;
}

/*nav style*/

/*main-navigation style*/

.main-navigation {
	text-align: center;
	margin-bottom: 42px;
}

.main-navigation li {
	padding: 14px 0;
}

.main-navigation li.active a,
.main-navigation li:hover a {
	color: #1877f2;
}

.main-navigation li.active a:after,
.main-navigation li:hover a:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.main-navigation li a {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.main-navigation li a:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	background-color: #1877f2;
	display: block;
	height: 4px;
	width: 0;
	-webkit-transition: width .3s ease, opacity .3s ease, visibility .3s ease;
	transition: width .3s ease, opacity .3s ease, visibility .3s ease;
	opacity: 0;
	visibility: hidden;
}

/*info-links style*/

.info-links {
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
	text-align: center;
	margin-bottom: 25px;
}

.info-links li {
	padding: 13px 0;
}

.info-links li a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #444950;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}

.info-links li a:hover {
	color: #1877f2;
}

.info-links li a.btn {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	min-width: inherit;
	padding: 10px 12px;
}

/* burger menu with span button style */

.nav-opener {
	position: absolute;
	top: 18px;
	right: 25px;
	background: transparent;
	line-height: 40px;
	font-size: 31px;
	text-indent: -9999px;
	overflow: hidden;
	width: 34px;
	height: 34px;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	position: absolute;
	left: 5px;
	right: 5px;
	background: #3a3e44;
	height: 2px;
	border-radius: 4px;
}

.nav-opener span {
	top: 16px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-opener:before {
	top: 7px;
}

.nav-opener:after {
	bottom: 7px;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg) translate(5px, 7px);
	-ms-transform: rotate(45deg) translate(5px, 7px);
	transform: rotate(45deg) translate(5px, 7px);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg) translate(5px, -7px);
	-ms-transform: rotate(-45deg) translate(5px, -7px);
	transform: rotate(-45deg) translate(5px, -7px);
}

.nav-active .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

body {
	-ms-overflow-style: scrollbar;
	font-weight: 500;
}

/* container style */

.container {
	max-width: 1180px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

/* main wrapper style */

#wrapper {
	position: relative;
	overflow: hidden;
}

/* row style */

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

/* btn style */

.btn {
	font-weight:bold;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	background: #1877f2;
	padding: 15px 16px;
	border-radius: 15px;
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	border: none;
	outline: none;
	box-shadow: none;
	min-width: 198px;
}

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

/* text color style */

.text-blue {
	color: #1877f2;
}

/* learn more link style */

.learn-more {
	font-weight: 700;
	color: #ee8900;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px 0 46px;
}

.learn-more:after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 0;
	left: 46px;
	background-color: #ee8900;
	display: block;
	height: 3px;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

.learn-more:hover:after {
	background-color: #1877f2;
}

.learn-more .icon-play {
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 8px;
}

/* view classes style */

.hidden-mobile {
	display: none;
}

.fade-in {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	visibility: visible;
	-webkit-transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .6s ease, visibility .6s ease;
	transition: transform .6s ease, opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
}

.in-viewport .fade-in {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.animate-top {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .6s ease, visibility .6s ease;
	transition: transform .6s ease, opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
}

.in-viewport .animate-top {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.animate-bottom {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .6s ease, visibility .6s ease;
	transition: transform .6s ease, opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
}

.in-viewport .animate-bottom {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.animate-left {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
	transition: opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
	transition: transform .8s ease, opacity .8s ease, visibility .8s ease;
	transition: transform .8s ease, opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
}

.in-viewport .animate-left {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.animate-right {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
	transition: opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
	transition: transform .8s ease, opacity .8s ease, visibility .8s ease;
	transition: transform .8s ease, opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
}

.in-viewport .animate-right {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.viewport-section {
	overflow: hidden;
	min-height: calc(100vh - 73px);
}

/* intro block style */

.welcome-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
}

.welcome-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.welcome-block .row {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 -15px;
}

.welcome-block .col {
	padding: 0 15px;
	width: 100%;
}

.welcome-block .img-holder {
	position: relative;
	width: 156px;
	margin: 0 auto 30px;
	z-index: 2;
}

.welcome-block .text-holder {
	padding: 0 15px;
}

.welcome-block .text-holder.not-usa .store-list {
	/*display: none;*/
}

.welcome-block .text-holder.not-usa .notified-holder {
	display: block;
}

.welcome-block .notified-holder {
	display: none;
}

.welcome-block .notified-holder .btn {
	border-radius: 3em;
}

.welcome-block h1,
.welcome-block .h1 {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 20px;
}

.welcome-block .shape1 {
	position: absolute;
	top: 6%;
	right: -12%;
	width: 174px;
	z-index: -1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.welcome-block .shape2 {
	position: absolute;
	bottom: 17%;
	left: -15%;
	width: 115px;
	z-index: -1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.welcome-block .shape3 {
	position: absolute;
	bottom: 10%;
	right: -8%;
	width: 180px;
	z-index: -1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.welcome-block img {
	width: 100%;
}

.store-list li {
	padding: 6px 0;
}

.store-list li a {
	display: inline-block;
	vertical-align: top;
	width: 176px;
}

.store-list li img {
	width: 100%;
}

/* video block style */

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.video-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
	padding-top: 30px;
	padding-bottom: 4px;
	width: 100%;
}

.video-block .align {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.video-block .iframe-holder {
	overflow: hidden;
	border-radius: 11px;
	background-color: #f2f3f5;
	position: relative;
	padding-top: 110%;
	margin: 0 10px;
}

.video-block .iframe-holder iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* programs block style */

.programs-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.programs-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
	max-width: 1040px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 30px;
	width: 100%;
}

.programs-block .align {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.programs-block .shape1 {
	position: absolute;
	top: 7%;
	right: 2.3%;
	display: none;
}

.programs-block .text-holder {
	position: relative;
	z-index: 2;
}

.programs-block .img-holder {
	position: relative;
	min-height: 282px;
}

.programs-block .img-holder .shape2 {
	position: absolute;
	top: 42%;
	left: 20%;
	width: 45px;
	z-index: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.programs-block .img-holder .shape3 {
	position: absolute;
	top: 16%;
	left: 8.3%;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.programs-block .img-holder .shape4 {
	position: absolute;
	bottom: -14%;
	left: -16%;
	width: 78px;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	z-index: 2;
}

.programs-block .img-holder .shape5 {
	position: absolute;
	top: -1.5%;
	right: -5.7%;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.programs-block .learn-more {
	margin-bottom: 42px;
}

.programs-block .h1 {
	max-width: 850px;
}

/* rewards block style */

.rewards-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.rewards-block.in-viewport .img-holder .info-box {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.rewards-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
	max-width: 1040px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.rewards-block .align {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rewards-block .h1 {
	max-width: 850px;
}

.rewards-block .text-holder {
	position: relative;
	z-index: 4;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.rewards-block .img-holder {
	position: relative;
	text-align: right;
	width: 260px;
	height: 470px;
	margin: 70px auto 0;
}

.rewards-block .img-holder .confetti {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
	margin-top: 10px;
}

.rewards-block .img-holder .confetti img {
	width: 100%;
	height: 100%;
}

.rewards-block .img-holder .coinflip {
	position: absolute;
	top: -100px;
	left: 50%;
	width: 300px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rewards-block .img-holder .coinflip img {
	width: 100%;
	height: 100%;
}

.rewards-block .img-holder .info-box {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	margin-top: 10px;
	z-index: 3;
}

.info-box {
	box-shadow: 0 0 42px 15px rgba(0, 0, 0, .05), 0 8px 16px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 16px;
	padding: 20px 15px;
	width: 250px;
}

.info-box .title {
	display: block;
	margin-bottom: 8px;
}

.info-box h1,
.info-box .h1 {
	margin-bottom: 0;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

/* insights block style */

.insights-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.insights-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: inherit;
	max-width: 1040px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.insights-block .align {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.insights-block .shape1 {
	position: absolute;
	top: 15%;
	right: -4.5%;
	width: 60px;
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.insights-block .h1 {
	max-width: 600px;
}

.insights-block .text-holder {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.insights-block .img-holder {
	position: relative;
	min-height: 350px;
}

.insights-block .img-holder .shape2 {
	position: absolute;
	top: 4%;
	right: 30.6%;
	width: 112px;
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.insights-block .img-holder .shape3 {
	position: absolute;
	top: 5.5%;
	right: 9%;
	width: 35px;
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.insights-block .img-holder .shape4 {
	position: absolute;
	top: 20.5%;
	right: -4%;
	width: 27px;
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.insights-block .img-holder .shape5 {
	position: absolute;
	bottom: 40.4%;
	left: 0;
	width: 41px;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.insights-block .img-holder .shape6 {
	position: absolute;
	bottom: 34.5%;
	left: 24.2%;
	width: 66px;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.insights-block .img-holder .shape7 {
	position: absolute;
	bottom: 50%;
	right: 29.7%;
	width: 41px;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.insights-block .img-holder .shape8 {
	position: absolute;
	bottom: 54%;
	right: 4%;
	width: 59px;
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.insights-block .img-holder .shape9 {
	position: absolute;
	bottom: 36%;
	right: -8%;
	width: 60px;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.insights-block .img-holder .shape10 {
	position: absolute;
	bottom: 28%;
	right: 10%;
	width: 14px;
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}

.insights-block .img-holder .shape11 {
	position: absolute;
	bottom: 22%;
	left: 16%;
	width: 25px;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

/* values block style */

.values-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
}

.values-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
	max-width: 1090px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.values-block .align {
	width: 100%;
}

.values-block .h1 {
	font-size: 40px;
	line-height: 48px;
	max-width: 300px;
	margin: 0 auto 20px;
}

.values-block .h2 {
	margin-bottom: 8px;
}

.values-block .row {
	margin: 0 auto 50px;
	max-width: 745px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.values-block .col {
	padding: 0 15px;
	margin-bottom: 55px;
	width: 100%;
}

.values-block .shape1 {
	position: absolute;
	bottom: -8%;
	right: -20%;
	z-index: -1;
}

.values-block .shape2 {
	position: absolute;
	top: 14%;
	left: -32%;
	z-index: -1;
}

.values-block .shape3 {
	position: absolute;
	bottom: -25%;
	left: -34%;
	z-index: -1;
}

.values-block img {
	width: 100%;
}

.values-block .text-holder {
	max-width: 360px;
	margin: 0 auto 76px;
}

.values-block .icon-holder {
	margin: 0 auto 23px;
	width: 32px;
	height: 24px;
}

.values-block .icon-holder .lock {
	width: 22px;
}

.values-block .social-link {
	width: 148px;
	height: 148px;
	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;
	padding: 17px;
	border-radius: 16px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	box-shadow: 0 0 42px 15px rgba(0, 0, 0, .05), 0 8px 16px rgba(0, 0, 0, .1);
}

.values-block .social-link.facebook-link img {
	max-width: 102px;
}

.values-block .social-link.instagram-link img {
	max-width: 107px;
}

.values-block .social-link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* example lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	width: 320px;
	margin: 0 auto;
}

.lightbox-demo .iframe-holder {
	position: relative;
	padding-top: 59.8%;
}

.lightbox-demo iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

/* landing block styles */

.landing-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	min-height: calc(100vh - 262px);
}

.landing-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
	position: relative;
	padding-top: 50px;
	padding-bottom: 36px;
	width: 100%;
}

.landing-block .align {
	text-align: center;
	position: relative;
	z-index: 2;
}

.landing-block .shape1 {
	position: absolute;
	top: -5%;
	right: -9%;
	width: 174px;
}

.landing-block .shape2 {
	position: absolute;
	bottom: -3%;
	left: -14%;
	width: 115px;
}

.landing-block .shape3 {
	position: absolute;
	bottom: 10%;
	right: -8%;
	width: 180px;
}

.landing-block h1,
.landing-block .h1 {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 9px;
}

.landing-block .text-holder {
	margin: 0 auto 38px;
	max-width: 250px;
}

.footer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 2;
	max-width: 100vw;
	background: #f5f6f7;
}

.footer:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #f5f6f7;
	z-index: -1;
	max-width: 100vw;
}

.footer .row {
	width: 100%;
}

.footer .col {
	width: 100%;
}

.footer .footer-logo {
	width: 160px;
	margin: 0 auto 20px;
}

.footer .footer-logo a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.footer .social-networks {
	position: relative;
	padding: 10px 0 0;
}

.footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 320px;
	margin: 0 auto;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px;
	width: 100%;
}

.social-networks li {
	padding: 0 5px;
}

.social-networks li a {
	font-size: 21px;
	line-height: 21px;
	color: #3a3e44;
	display: inline-block;
	vertical-align: top;
}

.social-networks li a.facebook:hover {
	color: #3b5998;
}

.social-networks li a.instagram:hover {
	color: #c13584;
}

.social-networks li a.twitter:hover {
	color: #1da1f2;
}

.social-networks li a.youtube:hover {
	color: #f00;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -9px;
}

.footer-links li {
	padding: 0 9px;
	margin-bottom: 9px;
}

.footer-links li.active a {
	color: #1877f2;
}

.footer-links li a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 375px) {
	.welcome-block .notified-holder .btn {
		min-width: 269px;
	}
}

@media (min-width: 480px) {
	.store-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}

	.store-list li {
		padding: 0 15px;
	}

	.rewards-block .img-holder {
		width: 420px;
	}

	.info-box {
		width: 282px;
	}

	.values-block .h1 {
		max-width: 550px;
	}

	.values-block .col {
		width: 50%;
	}

	.footer .footer-logo {
		padding-right: 10px;
		margin: 0;
		width: 140px;
	}

	.footer .social-networks {
		padding-left: 12px;
		width: calc(100% - 140px);
	}

	.social-networks {
		width: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin: 0 0 .36em;
	}

	h1,
	.h1 {
		font-size: 60px;
		line-height: 68px;
	}

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

	.learn-more {
		font-size: 30px;
		line-height: 34px;
		padding: 0 5px 0 58px;
	}

	.learn-more:after {
		left: 60px;
	}

	.learn-more .icon-play {
		font-size: 34px;
		line-height: 34px;
		top: 5px;
		left: 4px;
	}

	.hidden-mobile {
		display: block;
	}

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

	.welcome-block .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.welcome-block .col:first-child {
		width: 34.5%;
	}

	.welcome-block .col:last-child {
		width: 65.5%;
	}

	.welcome-block .img-holder {
		padding-left: 20px;
		margin: 0;
		width: auto;
	}

	.welcome-block .text-holder {
		padding: 50px 0 0 15px;
	}

	.welcome-block h1,
	.welcome-block .h1 {
		margin-bottom: 47px;
	}

	.welcome-block .shape1 {
		top: 6.5%;
		right: 2.8%;
	}

	.welcome-block .shape2 {
		bottom: 28%;
		left: 2%;
	}

	.welcome-block .shape3 {
		bottom: 5%;
		right: -3.2%;
	}

	.store-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.video-block .container {
		padding-top: 50px;
		padding-bottom: 24px;
	}

	.video-block .iframe-holder {
		padding-top: 61.5%;
		margin: 0;
	}

	.programs-block .shape1 {
		display: block;
	}

	.programs-block .img-holder .shape2 {
		top: -15%;
		right: 33.4%;
		left: auto;
	}

	.programs-block .img-holder .shape4 {
		top: 71%;
		bottom: auto;
		left: 20.3%;
	}

	.programs-block .img-holder .shape5 {
		top: -7%;
		right: 0;
	}

	.programs-block .learn-more {
		margin-bottom: 30px;
	}

	.rewards-block .img-holder {
		margin-top: 150px;
		width: 700px;
		height: 470px;
	}

	.rewards-block .img-holder .confetti {
		width: 100%;
	}

	.rewards-block .img-holder .coinflip {
		top: -212px;
		width: 400px;
	}

	.rewards-block .img-holder img {
		margin: 0 0 0 auto;
	}

	.info-box {
		padding: 35px;
		width: 350px;
	}

	.info-box h1,
	.info-box .h1 {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 5px;
	}

	.insights-block .shape1 {
		top: 0;
		right: 10.4%;
		width: 109px;
	}

	.insights-block .img-holder .shape2 {
		top: -59%;
		right: -2.6%;
		width: 140px;
	}

	.insights-block .img-holder .shape3 {
		top: -31%;
		right: 20.4%;
		width: 30px;
		width: 76px;
	}

	.insights-block .img-holder .shape4 {
		top: -3%;
		right: 10%;
		width: 48px;
	}

	.insights-block .img-holder .shape5 {
		bottom: 50.4%;
		left: 22.2%;
		width: 55px;
	}

	.insights-block .img-holder .shape6 {
		bottom: 35.4%;
		left: 35.2%;
		width: 100px;
	}

	.insights-block .img-holder .shape7 {
		bottom: 60%;
		right: 38.7%;
		width: 52px;
	}

	.insights-block .img-holder .shape8 {
		bottom: 65%;
		right: 21.4%;
		width: 80px;
	}

	.insights-block .img-holder .shape9 {
		bottom: 44%;
		right: .5%;
		width: 120px;
	}

	.insights-block .img-holder .shape10 {
		bottom: 35%;
		width: 26px;
	}

	.insights-block .img-holder .shape11 {
		bottom: 10%;
		left: 32.6%;
		width: 46px;
	}

	.values-block .h1 {
		font-size: 60px;
		line-height: 68px;
		margin-bottom: 20px;
	}

	.values-block .col {
		margin-bottom: 30px;
		padding: 0 50px;
		width: 33.333%;
	}

	.values-block .shape1 {
		top: .7%;
		right: -2.7%;
		bottom: auto;
		width: 140px;
	}

	.values-block .shape2 {
		top: auto;
		right: 13.7%;
		bottom: 4.8%;
		left: auto;
		width: 140px;
	}

	.values-block .shape3 {
		bottom: -30%;
		left: -5.5%;
	}

	.values-block .text-holder {
		margin: 0 auto 82px;
	}

	.lightbox-demo {
		width: 650px;
	}

	.landing-block .container {
		padding-bottom: 100px;
	}

	.landing-block .shape1 {
		top: 6.5%;
		right: 2.8%;
	}

	.landing-block .shape2 {
		bottom: 28%;
		left: 2%;
	}

	.landing-block .shape3 {
		bottom: 5%;
		right: -3.2%;
	}

	.footer .footer-logo {
		padding-top: 20px;
		width: 160px;
	}

	.footer .social-networks {
		width: calc(100% - 160px);
	}

	.footer .social-networks:after {
		content: "";
		position: absolute;
		top: 0;
		left: -5px;
		background-color: #d8d8d8;
		height: 50px;
		width: 1px;
		display: block;
	}
}

@media (min-width: 992px) {
	.header {
		background-color: #fff;
	}

	.header .logo {
		position: absolute;
		top: 40px;
		left: 42px;
	}

	.fixed-position .logo {
		top: 40px;
		left: 42px;
	}

	.nav-holder {
		position: static;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		padding: 0;
	}

	#nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.main-navigation li {
		padding: 0 10px;
	}

	.main-navigation li a {
		font-size: 16px;
		line-height: 20px;
	}

	.main-navigation li a:after {
		height: 2px;
	}

	.info-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -10px;
		position: absolute;
		top: 37px;
		right: 35px;
	}

	.info-links li {
		padding: 0 10px;
	}

	.info-links li a {
		font-size: 16px;
		line-height: 20px;
	}

	.info-links li a.btn {
		font-size: 14px;
		line-height: 18px;
		padding: 8px 12px;
	}

	.nav-opener {
		display: none;
	}

	.viewport-section {
		min-height: calc(100vh - 110px);
	}

	.welcome-block .img-holder {
		padding-left: 40px;
	}

	.welcome-block .text-holder {
		padding: 70px 0 0 30px;
	}

	.welcome-block h1,
	.welcome-block .h1 {
		font-size: 100px;
		line-height: 104px;
	}

	.welcome-block .shape1 {
		top: 0;
		width: 250px;
	}

	.welcome-block .shape2 {
		bottom: 24%;
		left: 2%;
		width: 161px;
	}

	.welcome-block .shape3 {
		bottom: 0;
		width: 267px;
	}

	.programs-block .img-holder {
		min-height: 350px;
	}

	.programs-block .img-holder .shape2 {
		width: 107px;
	}

	.programs-block .img-holder .shape4 {
		width: 188px;
	}

	.programs-block .img-holder .shape5 {
		top: -10%;
		right: 3%;
	}

	.rewards-block .img-holder {
		margin-top: 90px;
	}

	.insights-block .shape1 {
		right: 21.4%;
	}

	.insights-block .img-holder .shape2 {
		right: 2.6%;
		width: 184px;
	}

	.insights-block .img-holder .shape3 {
		right: 31.4%;
	}

	.insights-block .img-holder .shape4 {
		right: 24%;
	}

	.insights-block .img-holder .shape5 {
		bottom: 32.4%;
		left: 27.2%;
		width: 73px;
	}

	.insights-block .img-holder .shape6 {
		bottom: 15.4%;
		left: 41.2%;
		width: 136px;
	}

	.insights-block .img-holder .shape7 {
		bottom: 44%;
		right: 32.7%;
		width: 73px;
	}

	.insights-block .img-holder .shape8 {
		bottom: 50%;
		right: 19.4%;
		width: 107px;
	}

	.insights-block .img-holder .shape9 {
		bottom: 44%;
		right: .5%;
		width: 136px;
	}

	.insights-block .img-holder .shape10 {
		bottom: 24%;
		right: 27%;
	}

	.insights-block .img-holder .shape11 {
		bottom: 0;
		left: 32.6%;
	}

	.values-block .h1 {
		margin-bottom: 20px;
	}

	.values-block .col {
		width: 33.333%;
		margin-bottom: 0;
	}

	.values-block .shape1 {
		width: 188px;
	}

	.values-block .shape2 {
		width: 180px;
	}

	.values-block .shape3 {
		bottom: -23%;
	}

	.landing-block .container {
		padding-bottom: 190px;
	}

	.landing-block .shape1 {
		top: 2.4%;
		width: 250px;
	}

	.landing-block .shape2 {
		bottom: 29%;
		left: 1.5%;
		width: 161px;
	}

	.landing-block .shape3 {
		bottom: 9%;
		right: -3.2%;
		width: 267px;
	}

	.footer {
		padding-top: 37px;
		padding-bottom: 33px;
	}

	.footer .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.footer .col {
		width: 50%;
	}

	.footer .footer-logo {
		padding-right: 30px;
		width: 210px;
	}

	.footer .social-networks {
		width: calc(100% - 210px);
	}

	.footer .social-networks:after {
		left: -10px;
	}

	.footer .footer-links {
		padding: 8px 0 0;
	}

	.footer-info {
		max-width: inherit;
		margin: 0;
	}

	.footer-links {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -11px;
	}

	.footer-links li {
		padding: 0 11px;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.header {
		padding: 36px 25px;
	}

	.header .logo {
		position: absolute;
		top: 50px;
	}

	.fixed-position .logo {
		top: 45px;
	}

	.viewport-section {
		min-height: calc(100vh - 138px);
	}

	.welcome-block .text-holder {
		padding: 100px 0 0 47px;
	}

	.lightbox-demo {
		width: 950px;
	}

	.footer-info {
		padding-left: 40px;
	}
}

@media (min-width: 1200px) {
	.header {
		padding: 36px 43px;
	}

	.header .logo {
		width: 200px;
	}

	.fixed-position .logo {
		width: 186px;
	}

	#nav {
		padding-left: 10px;
	}

	.welcome-block .container {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.welcome-block .img-holder {
		padding-left: 80px;
	}

	.video-block .container {
		padding-top: 70px;
		padding-bottom: 44px;
	}

	.rewards-block .img-holder {
		margin: 20px 0 0 auto;
	}

	.footer {
		padding-bottom: 53px;
	}

	.footer .footer-links {
		padding: 10px 70px 0 0;
	}

	.footer-info {
		padding-left: 160px;
	}
}

@media (min-width: 1400px) {
	.header .logo {
		width: 266px;
	}

	.fixed-position .logo {
		width: 186px;
	}

	.info-links {
		margin: 0 -16px;
		right: 70px;
	}

	.welcome-block .shape1 {
		top: 2.5%;
	}

	.welcome-block .shape2 {
		left: -2%;
	}

	.lightbox-demo {
		width: 1283px;
	}
}

