@font-face {
	font-family: "Avenir Next";
	src: url("/landingsnew/spc/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("/landingsnew/spc/fonts/AvenirNextLTPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("/landingsnew/spc/fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), url("/landingsnew/spc/fonts/AvenirNextLTPro-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("/landingsnew/spc/fonts/icomoon.ttf?jr6w12") format("truetype"), url("/landingsnew/spc/fonts/icomoon.woff?jr6w12") format("woff"), url("/landingsnew/spc/fonts/icomoon.svg?jr6w12#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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;
}

.icon-angel-left:before {
	content: "\e908";
}

.icon-angel-right:before {
	content: "\e909";
}

.icon-cart:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-help:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-profile:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e906";
}

.icon-youtube:before {
	content: "\e907";
}

/*! 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;
}

.welcome .logo-wrap,
.app,
.two-cols .list,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #f1f0f0;
	font: 18px/1.7778 "Nunito", "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: 600;
	margin: 0 0 .5em;
	color: inherit;
	letter-spacing: .03em;
	line-height: 1.2;
}

h1,
.h1 {
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 11px;
}

h2,
.h2 {
	font-weight: 200;
	font-size: 24px;
	line-height: 1.3334;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .075em;
	margin-bottom: 32px;
}

h4,
.h4 {
	font-size: 22px;
	color: #100c10;
	font-weight: 300;
	text-transform: uppercase;
}

h5,
.h5 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

h5 .tm,
.h5 .tm {
	font-size: 10px;
	vertical-align: top;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	color: #009dd6;
	text-decoration: none;
}

a:hover {
	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-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	color: #f1f0f0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 2.5;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0;
	height: 42px;
	border-width: 0 0 1px;
	width: 100%;
	outline: none;
}

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: rgba(241, 240, 240, .54);
}

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: rgba(241, 240, 240, .54);
}

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: rgba(241, 240, 240, .54);
}

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: rgba(241, 240, 240, .54);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(241, 240, 240, .54);
}

input[type="text"].input-error,
input[type="tel"].input-error,
input[type="email"].input-error,
input[type="search"].input-error,
input[type="password"].input-error,
textarea.input-error {
	border-color: #f00;
	color: #f00;
}

input[type="text"].input-error::-webkit-input-placeholder,
input[type="tel"].input-error::-webkit-input-placeholder,
input[type="email"].input-error::-webkit-input-placeholder,
input[type="search"].input-error::-webkit-input-placeholder,
input[type="password"].input-error::-webkit-input-placeholder,
textarea.input-error::-webkit-input-placeholder {
	color: #f00;
}

input[type="text"].input-error::-moz-placeholder,
input[type="tel"].input-error::-moz-placeholder,
input[type="email"].input-error::-moz-placeholder,
input[type="search"].input-error::-moz-placeholder,
input[type="password"].input-error::-moz-placeholder,
textarea.input-error::-moz-placeholder {
	opacity: 1;
	color: #f00;
}

input[type="text"].input-error:-moz-placeholder,
input[type="tel"].input-error:-moz-placeholder,
input[type="email"].input-error:-moz-placeholder,
input[type="search"].input-error:-moz-placeholder,
input[type="password"].input-error:-moz-placeholder,
textarea.input-error:-moz-placeholder {
	color: #f00;
}

input[type="text"].input-error:-ms-input-placeholder,
input[type="tel"].input-error:-ms-input-placeholder,
input[type="email"].input-error:-ms-input-placeholder,
input[type="search"].input-error:-ms-input-placeholder,
input[type="password"].input-error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
	color: #f00;
}

input[type="text"].input-error.placeholder,
input[type="tel"].input-error.placeholder,
input[type="email"].input-error.placeholder,
input[type="search"].input-error.placeholder,
input[type="password"].input-error.placeholder,
textarea.input-error.placeholder {
	color: #f00;
}

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-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	min-width: 156px;
	height: 50px;
	border-radius: 100px;
	background-color: #fff;
	color: #100c10;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .0508em;
	line-height: 1.2;
	text-transform: uppercase;
	border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #009dd6;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	position: fixed;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .08);
}

#header.sticky {
	background-color: #f1f0f0;
}

.header-wrap {
	position: relative;
	padding: 18px 0 17px;
	height: 46px;
}

.logo {
	width: 76px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

.logo img:not(.logo-b) {
	display: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 46px;
}

.hidden {
	display: none !important;
}

.container {
	max-width: 1466px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 26px;
	padding-right: 26px;
	width: 100%;
}

.hero {
	color: #fff;
	background-color: #000;
	font-weight: 300;
	line-height: 1.3333;
	padding-top: 60px;
	letter-spacing: .03em;
}

.hero h1 {
	text-transform: uppercase;
}

.hero .txt {
	margin-bottom: 34px;
	position: relative;
	z-index: 2;
}

.hero .bg-image {
	background-position: 50% 100%;
}

.bg-image {
	padding-top: 56.4%;
	background-size: cover;
	background-position: 50% 50%;
}

.bg-white {
	background: #fff !important;
}

.welcome {
	background: #fff;
	text-align: center;
	padding: 48px 15px 30px;
}

.welcome h1 {
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 17px;
}

.welcome .container {
	max-width: 1030px;
}

.welcome .logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px;
	margin: 0 -36px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.welcome .logo-wrap li {
	max-width: 50%;
	padding: 0 10px 15px;
}

.welcome .logo-wrap a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.welcome .logo-wrap a:hover {
	opacity: .75;
}

.more {
	color: #000;
}

.more:hover {
	color: #009dd6;
}

.app {
	padding-top: 26px;
	margin-bottom: 94px;
}

.app img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 117px;
	height: auto;
}

.app a:hover img {
	opacity: .8;
}

.app li {
	margin-bottom: 13px;
}

.learn-more {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-top: 11px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.learn-more:hover {
	color: #009dd6;
	border-color: #009dd6;
}

.controls,
.devices {
	padding-top: 72px;
	padding-bottom: 79px;
	color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	background-color: #2b262b;
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 1.25;
}

.controls.parental-controls,
.devices.parental-controls {
	position: relative;
	margin-top: -1px;
	padding-bottom: 76px;
}

.controls.parental-controls .slick-arrow,
.devices.parental-controls .slick-arrow {
	bottom: -32px;
}

.controls img,
.devices img {
	border-radius: 4px;
	width: 100%;
	height: auto;
}

.controls h2,
.devices h2 {
	margin-bottom: 40px;
}

.controls .txt,
.devices .txt {
	padding-top: 33px;
}

.controls p,
.devices p {
	margin-right: 30px;
}

.devices {
	padding-bottom: 118px;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}

.devices .device-slider {
	padding-top: 13px;
}

.devices .device-slider .col {
	position: relative;
}

.devices .item {
	border-radius: 4px;
	background-color: #f1f0f0;
}

.devices h4 {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 12px;
	z-index: 2;
}

.devices .slick-arrow {
	bottom: -72px;
}

.two-cols {
	padding-top: 68px;
}

.two-cols .txt {
	letter-spacing: .03em;
	padding-left: 39px;
	padding-right: 28px;
	margin-bottom: 56px;
}

.two-cols .txt a {
	color: inherit;
	text-decoration: underline;
}

.two-cols .txt a:hover {
	color: #009dd6;
}

.two-cols .col {
	margin-bottom: 68px;
}

.two-cols .col:last-child {
	margin-bottom: 0;
}

.two-cols .app-logo {
	position: absolute;
	top: 26.6%;
	left: 33.9%;
	z-index: 1;
	width: 11.7%;
}

.two-cols .img {
	position: relative;
}

.two-cols .img img {
	width: 100%;
	height: auto;
}

.two-cols p {
	margin-bottom: 33px;
}

.two-cols h3 + .list {
	padding-top: 6px;
}

.two-cols .list li {
	margin-bottom: 32px;
}

.two-cols .list li:before {
	content: "•";
	margin-right: 18px;
}

.note {
	margin-top: -2px;
	font-size: 16px;
	margin-bottom: 72px;
	letter-spacing: .075em;
	line-height: 1;
}

.subscriptions {
	padding: 56px 0 48px;
}

.subscriptions h4 {
	margin-left: 8px;
	text-transform: none;
	margin-bottom: 43px;
}

.table {
	text-align: center;
	color: #100c10;
	font-size: 10px;
	letter-spacing: .05em;
	line-height: 1.6;
	text-transform: uppercase;
	margin: 0 -7px 53px;
}

.table .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.table img {
	width: 8px;
	height: auto;
}

.table strong {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.1429;
	display: block;
	text-transform: none;
	margin-bottom: -2px;
}

.table .thead {
	font-size: 8px;
	letter-spacing: .05em;
	line-height: 1.25;
}

.table .thead .row:first-child .col {
	padding-top: 28px;
	padding-bottom: 0;
}

.table .tbody .col {
	padding: 12px 10px 7px;
}

.table .tbody .row:last-child .col {
	padding-bottom: 23px;
}

.table .tbody span {
	margin-bottom: 10px;
	display: block;
}

.table .tbody .dash,
.table .tbody .check {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 0;
	text-shadow: 1px 0 0 currentColor;
}

.table .tbody .dash {
	position: relative;
	top: -3px;
}

.table .col {
	margin: 0 6px;
	padding: 10px 15px;
	width: calc(50% - 12px);
	background: #e9e8e8;
}

.table .col:first-child {
	background-color: transparent;
	text-align: left;
}

.box-wrap {
	margin-left: 2px;
	margin-right: 1px;
}

.box-wrap .note {
	margin-top: 40px;
	padding-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.box-wrap .note p {
	margin-bottom: 0;
}

.box {
	background-color: #009dd6;
	border-radius: 29px;
	padding: 46px 30px 17px;
	color: #fff;
	text-align: center;
	letter-spacing: .03em;
}

.box .title {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.4545;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.box p {
	margin-bottom: 32px;
}

.services {
	padding: 73px 0 37px;
	background-color: #e9e8e8;
	font-weight: 200;
	letter-spacing: .03em;
	line-height: 1.1112;
}

.services .learn-more {
	color: #000;
	border-color: #000;
}

.services .learn-more:hover {
	color: #009dd6;
	border-color: #009dd6;
}

.services h2 {
	text-transform: none;
	margin-bottom: 14px;
}

.services h5 {
	margin-bottom: 16px;
}

.services .controls-slider {
	padding-top: 33px;
}

.services .controls-slider img {
	border-radius: 4px;
	width: 100%;
	height: auto;
}

.services .controls-slider .txt {
	padding-top: 15px;
}

.services .slick-arrow {
	color: #000;
	bottom: -17px;
}

.services .slick-arrow:hover {
	color: #009dd6;
}

.signup {
	color: #fff;
	padding: 57px 0 46px;
	background-color: #2b262b;
	position: relative;
}

.signup .bg-image {
	display: none;
}

.signup .container {
	position: relative;
	z-index: 2;
}

.signup .input-wrap {
	position: relative;
	margin-bottom: 54px;
}

.signup .input-wrap:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 21px;
	bottom: 0;
	right: 0;
	background-color: #fff;
}

.signup .signup-form {
	padding-top: 13px;
	padding-right: 6px;
	position: relative;
}

.signup h4 {
	color: #fff;
	text-transform: none;
	letter-spacing: .03em;
	line-height: 1.2728;
}

.viewport-anim {
	-webkit-transition: visibility .8s ease-in-out, opacity .8s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: visibility .8s ease-in-out, opacity .8s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: visibility .8s ease-in-out, opacity .8s ease-in-out, transform .6s ease-in-out;
	transition: visibility .8s ease-in-out, opacity .8s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.viewport-anim.in-viewport {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#footer {
	background: #e0e0e0;
	padding: 42px 0;
	color: #000;
	margin-top: -1px;
	font: 14px/1.1 "Avenir Next", "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
}

#footer .container {
	max-width: 1220px;
	padding: 0 22px;
}

#footer .footer-logo {
	width: 162px;
	font-size: 0;
	margin: 0 auto 20px;
}

#footer a {
	color: #000;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-links li {
	position: relative;
	padding: 0 12px;
}

.footer-links li + li {
	border-left: 2px solid #000;
}

.footer-links a {
	text-decoration: underline;
}

.footer-links a:hover {
	text-decoration: none;
}

.copyrights {
	text-transform: uppercase;
	display: block;
	text-align: center;
}

/* 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;
}

.slick-arrow {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	font-size: 21px;
	line-height: 1;
	color: #fff;
	bottom: -42px;
	right: 0;
	z-index: 99;
}

.slick-arrow.slick-disabled {
	pointer-events: none;
	opacity: .2;
}

.slick-arrow.slick-disabled:hover {
	color: #fff;
}

.slick-arrow:hover {
	color: #009dd6;
}

.slick-arrow.slick-prev {
	right: 61px;
}

@media screen and (min-width: 768px) {
	body {
		font-size: 20px;
		letter-spacing: .03em;
		line-height: 1.3334;
	}

	h1,
	.h1 {
		font-size: 60px;
		line-height: 1.1765;
		margin-bottom: 25px;
	}

	h2,
	.h2 {
		font-size: 44px;
		line-height: 1.2;
		margin-bottom: 40px;
	}

	h3,
	.h3 {
		margin-bottom: 26px;
	}

	h5,
	.h5 {
		color: #100c10;
		font-size: 20px;
		letter-spacing: .02em;
		line-height: 1.3;
	}

	h5 .tm,
	.h5 .tm {
		font-size: 12px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 24px;
		font-weight: 200;
		letter-spacing: .05em;
		line-height: 1.2;
		height: 69px;
	}

	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: rgba(255, 255, 255, .8);
	}

	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: rgba(255, 255, 255, .8);
	}

	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: rgba(255, 255, 255, .8);
	}

	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: rgba(255, 255, 255, .8);
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		color: rgba(255, 255, 255, .8);
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		color: #2b262b;
		font-size: 18px;
		font-weight: 600;
		padding: 11px 15px 9px;
		letter-spacing: .05em;
		line-height: 1;
		min-width: 198px;
		height: 50px;
		border-radius: 100px;
	}

	#header {
		background-color: #100c10;
		position: absolute;
		height: 90px;
	}

	#header.sticky {
		position: fixed;
	}

	.header-wrap {
		height: auto;
		padding: 0;
	}

	.header-wrap > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1752px;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.logo {
		width: 148px;
		margin: 0;
	}

	.logo img {
		display: none;
	}

	.sticky .logo img {
		display: block;
	}

	.logo img:not(.logo-b) {
		display: block;
	}

	.sticky .logo img:not(.logo-b) {
		display: none;
	}

	#wrapper {
		padding-top: 89px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hero {
		position: relative;
		font-size: 26px;
		line-height: 1.2;
		background-color: transparent;
	}

	.hero .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1728px;
		position: relative;
		z-index: 2;
	}

	.hero .txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 737px;
		max-width: 835px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0 167px;
	}

	.bg-image {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding-top: 0;
		position: absolute;
	}

	.welcome {
		padding: 95px 0 73px;
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: 0;
	}

	.welcome h1 {
		font-size: 31px;
		line-height: 1.2;
		margin-bottom: 40px;
	}

	.welcome .logo-wrap {
		margin: 0 -10px;
	}

	.app {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-right: -15px;
	}

	.app img {
		width: 145px;
	}

	.app li {
		margin-right: 15px;
	}

	.controls,
	.devices {
		padding-top: 90px;
		font-size: 20px;
		line-height: 1.3334;
		padding-bottom: 90px;
	}

	.controls .parental-slider,
	.devices .parental-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px;
	}

	.controls .parental-slider .img,
	.devices .parental-slider .img {
		max-width: 314px;
	}

	.controls .parental-slider .col,
	.devices .parental-slider .col {
		max-width: 33.33%;
		padding: 0 10px;
		margin-bottom: 50px;
	}

	.controls .parental-slider .txt,
	.devices .parental-slider .txt {
		padding-top: 32px;
	}

	.controls .parental-slider .txt p,
	.devices .parental-slider .txt p {
		min-height: 128px;
		margin-bottom: 1px;
	}

	.controls .img,
	.controls .txt,
	.devices .img,
	.devices .txt {
		max-width: 315px;
	}

	.controls h2,
	.devices h2 {
		margin-bottom: 80px;
	}

	.controls p,
	.devices p {
		margin-right: 0;
	}

	.controls .controls-slider,
	.devices .controls-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.controls .controls-slider .col,
	.devices .controls-slider .col {
		max-width: 33.33%;
		width: 420px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
	}

	.devices {
		padding-bottom: 68px;
	}

	.devices .device-slider {
		margin: 0 -10px;
	}

	.devices .device-slider .slick-track {
		margin-left: auto;
		margin-right: auto;
	}

	.devices .device-slider .col {
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.devices .device-slider .img {
		max-width: none;
	}

	.devices h2 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: .075em;
		line-height: 1.25;
		max-width: 1152px;
		margin-bottom: 65px;
	}

	.devices h4 {
		left: 25px;
		right: 25px;
		bottom: 5px;
	}

	.devices .slick-arrow {
		bottom: -32px;
		right: 10px;
	}

	.devices .slick-arrow.slick-prev {
		right: 71px;
	}

	_:-ms-fullscreen .two-cols .img,
	:root .two-cols .img {
		overflow: hidden;
		position: relative;
	}

	_:-ms-fullscreen .two-cols .img:before,
	:root .two-cols .img:before {
		padding-top: 96.5%;
		content: "";
		display: block;
	}

	_:-ms-fullscreen .two-cols .img img,
	:root .two-cols .img img {
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		min-height: 100%;
		min-width: 100%;
		max-width: none;
		object-fit: none;
		width: auto;
		height: auto;
		left: 50%;
		top: 50%;
	}

	.two-cols {
		padding-top: 0;
	}

	.two-cols .txt {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px 25px 20px;
		margin-bottom: 0;
	}

	.two-cols .txt .frame {
		max-width: 594px;
		margin-left: auto;
		margin-right: auto;
	}

	.two-cols .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.two-cols .col:nth-child(even) .img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.two-cols .img {
		width: 50%;
	}

	.two-cols .img img {
		height: 100%;
		object-fit: cover;
	}

	.two-cols p {
		margin-bottom: 23px;
	}

	.two-cols .list li {
		margin-bottom: 22px;
	}

	.two-cols .list li:before {
		margin-right: 15px;
	}

	.note {
		margin-left: -5px;
		padding-top: 18px;
		margin-bottom: 0;
	}

	.subscriptions {
		padding: 91px 0 101px;
	}

	.subscriptions h4 {
		font-size: 40px;
		letter-spacing: .03em;
		margin-bottom: 58px;
		line-height: 1.2;
	}

	.table {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.125;
		margin-bottom: 50px;
		margin-right: -47px;
	}

	.table strong {
		font-size: 20px;
		letter-spacing: .02em;
		line-height: 1.3;
	}

	.table .thead {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.125;
	}

	.table .thead .row:first-child .col {
		padding-top: 25px;
	}

	.table .tbody .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px 10px;
		min-height: 83px;
	}

	.table .tbody .col + .col {
		border-bottom: 1px solid #f1f0f0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.table .tbody .col + .col span:first-child {
		display: none;
	}

	.table .tbody .row:last-child .col {
		padding-bottom: 9px;
		min-height: 91px;
	}

	.table .tbody span {
		margin-bottom: 0;
	}

	.table .tbody .dash,
	.table .tbody .check {
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		padding-top: 2px;
		padding-right: 1px;
	}

	.table .tbody .dash {
		top: -2px;
	}

	.table .col {
		width: 28.7%;
		margin-right: 0;
		margin-left: 0;
	}

	.table .col + .col {
		width: calc(35.65% - 47px);
		padding: 9px 25px;
		margin-right: 47px;
	}

	.box {
		padding: 124px 55px 92px;
		border-radius: 47px;
	}

	.box .title {
		font-size: 24px;
		margin-bottom: 32px;
		line-height: 1.3334;
	}

	.services {
		padding: 114px 0 46px;
		line-height: 1.3334;
		font-weight: 400;
	}

	.services h2 {
		color: #100c10;
		font-size: 35px;
		font-weight: 300;
		letter-spacing: .03em;
		line-height: 1.35;
		margin-bottom: 5px;
	}

	.services .controls-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 950px;
		padding-top: 22px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.services .controls-slider img {
		border-radius: 0;
	}

	.services .controls-slider .txt {
		padding-top: 7px;
	}

	.services .controls-slider .col {
		width: 50%;
		padding: 0 20px;
		max-width: 371px;
		margin-bottom: 50px;
	}

	.services .controls-slider .img {
		max-width: 331px;
	}

	.signup {
		padding: 80px 0 66px;
	}

	.signup .bg-image {
		display: block;
	}

	.signup .input-wrap {
		margin-bottom: 70px;
		max-width: 400px;
	}

	.signup h4 {
		font-size: 40px;
		font-weight: 200;
		line-height: 1.35;
		max-width: 500px;
		margin-bottom: 20px;
	}

	.heading-wrap {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 1138px;
	}

	#footer {
		font-size: 16px;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .footer-logo {
		margin: 0;
	}

	.footer-links {
		margin-bottom: 0;
	}

	.copyrights {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	body {
		font-size: 24px;
	}

	h1,
	.h1 {
		font-size: 68px;
	}

	h2,
	.h2 {
		font-size: 54px;
		line-height: 1.2;
	}

	h3,
	.h3 {
		margin-bottom: 36px;
	}

	#header {
		height: 105px;
	}

	.header-wrap > .container {
		padding-bottom: 42px;
	}

	#wrapper {
		padding-top: 104px;
	}

	.hero {
		font-size: 30px;
	}

	.hero .txt {
		min-height: 837px;
	}

	.welcome h1 {
		font-size: 40px;
		margin-bottom: 57px;
	}

	.app {
		margin-bottom: -5px;
		padding-top: 51px;
	}

	.app img {
		width: 160px;
	}

	.controls,
	.devices {
		font-size: 24px;
		line-height: 1.3334;
		padding-top: 179px;
		padding-bottom: 106px;
	}

	.controls.parental-controls,
	.devices.parental-controls {
		padding-bottom: 164px;
	}

	.controls .parental-slider,
	.devices .parental-slider {
		margin: 0 -39px;
	}

	.controls .parental-slider .col,
	.devices .parental-slider .col {
		padding: 0 39px;
	}

	.controls h2,
	.devices h2 {
		margin-bottom: 129px;
	}

	.devices {
		padding-top: 141px;
		padding-bottom: 115px;
	}

	.devices .device-slider {
		margin: 0 -30px;
	}

	.devices .device-slider .col {
		padding: 0 30px;
	}

	.devices h4 {
		left: 70px;
		right: 70px;
		bottom: 31px;
	}

	.devices .slick-arrow {
		right: 30px;
		font-size: 30px;
	}

	.devices .slick-arrow.slick-prev {
		right: 100px;
	}

	.two-cols p {
		margin-bottom: 33px;
	}

	.two-cols .list li {
		margin-bottom: 32px;
	}

	.note {
		padding-top: 28px;
	}

	.table-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.table {
		width: 65.1%;
		margin-right: 0;
		margin-bottom: 11px;
	}

	.table .col + .col {
		padding: 9px 15px;
		width: calc(35.65% - 25px);
		margin-right: 25px;
	}

	.box-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.box-wrap .note {
		margin-bottom: 12px;
	}

	.box {
		padding: 74px 25px 42px;
		font-size: 22px;
		line-height: 1.3334;
	}

	.box .title {
		font-size: 22px;
		line-height: 1.3334;
	}

	.services h2 {
		font-size: 40px;
		margin-bottom: -1px;
	}

	.signup {
		padding: 161px 0 127px;
	}

	.signup h4 {
		max-width: 710px;
		margin-bottom: 51px;
	}
}

@media screen and (min-width: 1490px) {
	.controls .parental-slider,
	.devices .parental-slider {
		margin: 0 -69px;
	}

	.controls .parental-slider .col,
	.devices .parental-slider .col {
		padding: 0 69px;
	}

	.devices .device-slider {
		margin-right: 42px;
	}

	.two-cols .txt {
		padding-left: 61px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	.table {
		padding-right: 24px;
	}

	.table .col + .col {
		padding: 9px 25px;
		width: calc(35.65% - 47px);
		margin-right: 47px;
	}

	.box-wrap .note {
		padding-left: 40px;
		padding-right: 10px;
		margin-top: 78px;
	}

	.box {
		padding: 124px 55px 92px;
		font-size: 24px;
		line-height: 1.3334;
	}

	.box .title {
		font-size: 24px;
		line-height: 1.3334;
	}

	.services .controls-slider .col {
		max-width: 407px;
	}

	.signup .input-wrap {
		max-width: 590px;
	}

	.signup h4 {
		max-width: 830px;
	}
}

@media screen and (min-width: 1750px) {
	.box-wrap {
		margin-right: -128px;
	}
}

@media screen and (max-width: 767px) {
	.table .col:first-child {
		display: none;
	}
}
