* {
	box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	user-select: none;
	touch-callout: none;
	tap-highlight-color: transparent !important;
	tap-highlight-color: rgba(255, 255, 255, 0) !important;
	focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
	cursor: default;
}

a {
	cursor: pointer;
}

img,
svg,
h1 {
	display: block;
}

svg * {
	pointer-events: none;
}

.hidden {
	display: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
.input>select,
.signSetSelect>select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none;
	height: 36px;
	line-height: normal;
	border-width: 2px;
	border-style: solid;
	border-color: #EEE;
	border-radius: 36px;
	background-color: #EEE;
	font-size: 15px;
	font-family: "maaxregular", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #1B1B1B;
	letter-spacing: -0.02em;
	width: 100%;
	padding: 0 20px 0 20px;
	margin: 10px 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: text;
	user-select: text;
	-webkit-touch-callout: text;
	touch-callout: text;
	cursor: text;
	position: relative;
	-webkit-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
	caret-color: #1B1B1B;
	-webkit-box-shadow: inset 0px 0px 0px 36px #EEE;
	-moz-box-shadow: inset 0px 0px 0px 36px #EEE;
	box-shadow: inset 0px 0px 0px 36px #EEE;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border-color: #1B1B1B;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}

:focus,
:active,
::-moz-focus-inner {
	outline: 0;
}

input[type=text],
input[type=email] {
	text-transform: lowercase;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 26px;
	height: 16px;
	display: block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 16px 32px;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 20px;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -16px;
}

label.css-label {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgZmlsbD0iIzFCMUIxQiIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0yIDBoMTJhMiAyIDAgMCAxIDIgMnYxMmEyIDIgMCAwIDEtMiAySDJhMiAyIDAgMCAxLTItMlYyYTIgMiAwIDAgMSAyLTJ6bTAgMnYxMmgxMlYySDJ6TTIgMTZoMTJhMiAyIDAgMCAxIDIgMnYxMmEyIDIgMCAwIDEtMiAySDJhMiAyIDAgMCAxLTItMlYxOGEyIDIgMCAwIDEgMi0yem0wIDJ2MTJoMTJWMThIMnoiIGZpbGwtcnVsZT0ibm9uemVybyIvPgogICAgPHBhdGggZD0iTTcuMjEyIDI0LjMzM2wzLjE4Mi0zLjE4MmEuNS41IDAgMCAxIC43MDcgMGwuNzA3LjcwOGEuNS41IDAgMCAxIDAgLjcwN2wtNC41OTYgNC41OTYtMi44NTgtMi44NTlhLjUuNSAwIDAgMSAwLS43MDdsLjcwNy0uNzA3YS41LjUgMCAwIDEgLjcwNyAwbDEuNDQ0IDEuNDQ0eiIvPgogIDwvZz4KPC9zdmc+");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input>select {
	display: block;
	cursor: default;
	text-transform: lowercase;
}

.input>a,
.input>a>svg {
	position: absolute;
	width: 46px;
	height: 36px;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.input>a>svg {
	pointer-events: none;
}

.input>a>svg .inputIcon {
	opacity: 0.24;
	-webkit-transition: opacity 90ms ease-in-out;
	transition: opacity 90ms ease-in-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.input>a:hover>svg .inputIcon {
	opacity: 1;
}

.input>a:active>svg .inputIcon {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: text;
	user-select: text;
	-webkit-touch-callout: text;
	touch-callout: text;
	cursor: text;
}

fieldset {
	display: block;
	padding-left: 26px;
}

input.toggle:checked~fieldset {
	display: none;
}

hr {
	clear: both;
	height: 0;
	opacity: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	font-family: "maaxregular", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1B1B1B;
	letter-spacing: -0.01em;
}

body.sales .sales {
	background-image: none !important;
}

body.sales .sales * {
	visibility: hidden;
}

/****
FORMS
****/

.input {
	position: relative;
	margin: 0;
	font-family: "maaxbold";
	font-size: 11px;
	letter-spacing: 0;
	color: #1B1B1B;
	text-transform: uppercase;
	z-index: 0;
}

.input span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	font-family: "maaxbold";
	text-transform: uppercase;
	color: #E60000;
	opacity: 0;
}

.input.error span {
	opacity: 1;
}

.input.error input {
	border-color: #E60000 !important;
}

.button {
	cursor: pointer;
}

button {
	border: none;
	width: auto;
	overflow: hidden;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	display: block;
	position: relative;
	width: auto;
	height: 36px;
	line-height: 33px;
	margin: 0;
	padding: 0 25px 0 25px;
	border: 2px solid #1B1B1B;
	border-radius: 36px;
	text-align: center;
	font-family: "maaxbold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	font-size: 14px;
	color: #1B1B1B;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	-webkit-transition: background-color 90ms ease-in-out, border-color 90ms ease-in-out, color 90ms ease-in-out;
	transition: background-color 90ms ease-in-out, border-color 90ms ease-in-out, color 90ms ease-in-out;
	z-index: 0;
}

button.white {
	color: #FFF;
	border-color: #FFF;
}

button.green {
	color: #1B1B1B;
	background-color: #7ED321;
	border-color: #7ED321;
}

button:hover {
	border-color: #1B1B1B;
	background-color: #1B1B1B;
	color: #FFF;
}

button.warning:hover {
	border-color: #E60000;
	background-color: #E60000;
	color: #FFF;
}

.button:hover+button.white,
.button:hover+button.green,
button.white:hover,
button.green:hover {
	border-color: #FFF;
	background-color: #FFF;
	color: #1B1B1B;
}

button:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

button * {
	pointer-events: none;
}

button>span {
	display: inline-block;
	height: 36px;
	letter-spacing: 0;
}

button>svg {
	width: 18px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	margin-left: -6px;
	fill: #1B1B1B;
	fill-rule: evenodd;
	-webkit-transition: fill 90ms ease-in-out;
	transition: fill 90ms ease-in-out;
}

button:hover>svg {
	fill: #FFF;
}

.showbox {
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.loading {
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
}

.loading>span,
.loading>svg {
	display: none;
}

.loading .showbox {
	display: block;
}

.white .showbox {
	left: -2px;
}

.loader {
	position: relative;
	margin: 0 auto;
	width: 36px;
}

.loader:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.loading .circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.loading .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke: #1B1B1B;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.white .path {
	stroke: #FFF;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.input::after {
	content: "";
	display: block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 100px;
	height: 32px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	pointer-events: none;
	background: rgba(240, 240, 240, 0);
	background: -webkit-linear-gradient(left,
			rgba(240, 240, 240, 0) 0%,
			rgba(240, 240, 240, 1) 50%,
			rgba(240, 240, 240, 1) 100%);
	background: linear-gradient(to right,
			rgba(240, 240, 240, 0) 0%,
			rgba(240, 240, 240, 1) 50%,
			rgba(240, 240, 240, 1) 100%);
}

.input.select>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 30px);
	height: 36px;
	line-height: 37px;
	margin: 0 0 0 12px;
	background-color: #EEE;
	color: #1B1B1B;
	letter-spacing: -0.02em;
	-webkit-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 1;
	font-size: 15px;
	font-family: "maaxregular";
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.input.select::after {
	right: 17px;
	bottom: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #1B1B1B transparent transparent transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: rgba(240, 240, 240, 0);
	-webkit-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
}

.input.select:hover::after {
	border-color: #FFF transparent transparent transparent;
}

.input>select:hover {
	color: #FFF;
	border-color: #1B1B1B;
	background-color: #1B1B1B;
	-webkit-box-shadow: inset 0px 0px 0px 36px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 0px 0px 36px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 36px rgba(0, 0, 0, 0);
}

/*******
FEATURES
*******/

#features {
	background-color: #1B1B1B;
	position: fixed;
	top: 0;
	left: 400px;
	bottom: 0;
	width: calc(100% - 400px);
	overflow: hidden;
	overflow-y: auto;
}

#features>div {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	display: none;
	-webkit-transition: opacity 320ms ease-in-out;
	transition: opacity 320ms ease-in-out;
}

#plans,
#orders {
	min-height: 100%;
	background-color: #1B1B1B;
	display: none;
	opacity: 0;
}

#home h1 {
	text-transform: capitalize;
	margin-bottom: 30px;
}

h1 {
	font-family: "Loop", "maaxbold";
	font-size: 48px;
	letter-spacing: -0.04em;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFF;
	padding-top: 60px;
	text-align: center;
	margin: 0 auto 0 auto;
}

h2 {
	font-family: "maaxmedium";
	font-size: 20px;
	line-height: 22px;
	text-transform: lowercase;
	letter-spacing: -0.3px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	padding-top: 25px;
	margin: 0 auto 0 auto;
}

#home>span {
	font-family: "maaxregular";
	text-transform: lowercase;
	display: block;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.4px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	margin: 0 auto 0 auto;
	opacity: 0.76;
}

#home>a {
	font-family: "maaxregular";
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: -0.4px;
	display: block;
	color: #2997FF;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0 auto 0 auto;
	padding: 25px 0 40px 0;
}

#home>a::after {
	content: url("https://biz.loop.tv/registration/images/arrow.svg");
	display: inline-block;
	vertical-align: bottom;
}

#tv {
	width: 43%;
	height: auto;
	background: #000 url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QBARXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAVaADAAQAAAABAAAAMAAAAAD/7QA4UGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAAA4QklNBCUAAAAAABDUHYzZjwCyBOmACZjs+EJ+/8IAEQgAMABVAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAMCBAEFAAYHCAkKC//EAMMQAAEDAwIEAwQGBAcGBAgGcwECAAMRBBIhBTETIhAGQVEyFGFxIweBIJFCFaFSM7EkYjAWwXLRQ5I0ggjhU0AlYxc18JNzolBEsoPxJlQ2ZJR0wmDShKMYcOInRTdls1V1pJXDhfLTRnaA40dWZrQJChkaKCkqODk6SElKV1hZWmdoaWp3eHl6hoeIiYqQlpeYmZqgpaanqKmqsLW2t7i5usDExcbHyMnK0NTV1tfY2drg5OXm5+jp6vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAQIAAwQFBgcICQoL/8QAwxEAAgIBAwMDAgMFAgUCBASHAQACEQMQEiEEIDFBEwUwIjJRFEAGMyNhQhVxUjSBUCSRoUOxFgdiNVPw0SVgwUThcvEXgmM2cCZFVJInotIICQoYGRooKSo3ODk6RkdISUpVVldYWVpkZWZnaGlqc3R1dnd4eXqAg4SFhoeIiYqQk5SVlpeYmZqgo6SlpqeoqaqwsrO0tba3uLm6wMLDxMXGx8jJytDT1NXW19jZ2uDi4+Tl5ufo6ery8/T19vf4+fr/2wBDABwcHBwcHC8cHC9DLy8vQ1tDQ0NDW3JbW1tbW3KKcnJycnJyioqKioqKioqlpaWlpaXBwcHBwdjY2NjY2NjY2Nj/2wBDASEjIzczN14zM17imX6Z4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uL/2gAMAwEAAhEDEQAAAUyqSESqRIy0VAztaLKpMPL1FzeFZ1m2pykEVICt4P1NFRcZvFaVyCiV6kSptUREEOEg1FwtX//aAAgBAQABBQL75NHx/mD2I/maMgjsOHbIvIvIvIvIvIsq7VL1evajo6dzq6MU/mCp1+7/AP/aAAgBAxEBPwH9gtt//9oACAECEQE/Af2L/9oACAEBAAY/Av8AUWv+/D//xAAzEAEAAwACAgICAgMBAQAAAgsBEQAhMUFRYXGBkaGxwfDREOHxIDBAUGBwgJCgsMDQ4P/aAAgBAQABPyH/APBH/IsqIpif+xYsWLFkbTSS6aoAZYsWLFj/ALvm8Jp/w4//ACKq99SObNOCbPlZ8qlJf8FRnFcLJZSodap5sn/4kmLKz/8Ag//aAAwDAQACEQMRAAAQorHj88UMAH80iAuKfP8A/8QAMxEBAQEAAwABAgUFAQEAAQEJAQARITEQQVFhIHHwkYGhsdHB4fEwQFBgcICQoLDA0OD/2gAIAQMRAT8QyyyyyzzPGyzzJ4jL7fP/2gAIAQIRAT8Q22222223wbbfTnzLL//aAAgBAQABPxCLFix/xH/G0lWAO7Fj/wDEDg9Dkoi0G6GVngpg4f8A4gRYqAikaXE/4Lsvlv4KxYp6vxZ3kD4vUR+Ljr+qn3+rBz+lHybRTDTAERfOvzXyv3dID8UBklkcRYWXaRgyoEQCmQMukrQlPKX2tJ/59UsDk1jHBVOWyst27f/Z') no-repeat center center / cover;
	border-radius: 3px;
	border-top: 6px solid #111;
	border-left: 6px solid #111;
	border-right: 6px solid #111;
	border-bottom: 8px solid #111;
	position: relative;
	margin: 0 auto 0 auto;
	overflow: visible;
}

#tv span img {
	width: 100%;
}

#tv::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tv>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 600ms ease-in-out 120ms;
	transition: opacity 600ms ease-in-out 120ms;
	cursor: pointer;
}

#tv>img {
	position: absolute;
	height: auto;
	width: 50%;
	bottom: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate3d(-50%, 60%, 0);
	transform: translate3d(-50%, 60%, 0);
}

.footerText {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0 40px 0;
	line-height: 16px;
	font-family: "maaxbold";
	font-size: 10px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, .48);
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}

.footerText>br {
	display: none;
}

.footerText>a {
	color: #FFF;
	opacity: 0.48;
	text-decoration: underline;
	-webkit-transition: opacity 120ms ease-out;
	transition: opacity 120ms ease-out;
}

.footerText>a:hover {
	opacity: 1;
}

/****
PLANS
****/

#optionsOutTable {
	display: none;
	position: relative;
	overflow: auto;
	margin: 60px 60px 20px 60px;
}

#optionsOutTable>div {
	float: left;
	width: calc(50% - 10px);
}

#optionsOutTable>div:first-child {
	margin-right: 10px;
}

#optionsOutTable>div:last-child {
	margin-left: 10px;
}

table,
tbody,
tr,
td {
	position: relative;
}

table {
	margin: 60px 60px 40px 60px;
	width: calc(100% - 120px);
}

td {
	border-bottom: 1px solid rgba(255, 255, 255, .48);
}

tr:first-of-type td {
	border-bottom: none;
}

#optionsOutTable h3,
td>h3 {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-family: "maaxmedium";
	font-size: 18px;
	letter-spacing: -0.2px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#optionsOutTable img,
td>img {
	position: relative;
	width: auto;
	height: 100px;
	margin: 0 auto 6px auto;
}

td:nth-child(1)>img {
	position: absolute;
	width: 40px;
	height: 48px;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
}

#optionsOutTable button,
td>button {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

td>span {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 50px;
	text-indent: 40px;
	color: #FFF;
	letter-spacing: -0.02em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-family: "maaxregular";
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

td.tick {
	background: url("https://biz.loop.tv/registration/images/tick.svg") no-repeat center center;
}

#plans>span {
	display: block;
	line-height: 20px;
	padding: 0 60px 60px 60px;
	color: rgba(255, 255, 255, .32);
	letter-spacing: -0.02em;
	font-size: 13px;
	font-family: "maaxregular";
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

#plans>span>a {
	color: rgba(255, 255, 255, .64);
	text-decoration: underline;
	cursor: pointer;
}

#plans>span>a:hover {
	color: rgba(255, 255, 255, 1);
}

td.spacing {
	width: 40px;
}

td.column {
	width: 200px;
}

/***********
REGISTRATION
***********/

#registration {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 400px;
	overflow: hidden;
	overflow-y: auto;
}

#logo {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 120px;
	height: 48px;
	fill: #1b1b1b;
	fill-rule: evenodd;
}

#logo img {
	width: 120px;
	cursor: pointer;
}

#registration>form {
	position: relative;
	margin: 126px 40px 0 40px;
	padding: 30px 20px 0 20px;
	border-top: 1px solid #EEEEEE;
	-webkit-transition: opacity 320ms ease-in-out;
	transition: opacity 320ms ease-in-out;
}

#registerButton,
#signinButton {
	width: 100%;
	margin-top: 30px;
}

#signInToggle {
	position: absolute;
	padding: 20px;
	text-align: right;
	top: 46px;
	right: 40px;
	font-family: "maaxbold";
	font-size: 11px;
	letter-spacing: 0;
	color: #1B1B1B;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

#forgotLink {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	padding: 40px 0 40px 60px;
	font-family: "maaxbold";
	font-size: 11px;
	letter-spacing: 0;
	color: #1B1B1B;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.24;
	-webkit-transition: opacity 90ms ease-in-out;
	transition: opacity 90ms ease-in-out;
}

#forgotLink:hover {
	opacity: 1;
}

#forgotLink:active,
#signInToggle:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

#error {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	font-family: "maaxbold";
	font-size: 11px;
	letter-spacing: 0;
	color: #E60000;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
}

#address {
	z-index: 2;
}

#addressAutofill {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	padding: 36px 0 0 0;
	border-radius: 18px;
	background-color: #333;
	margin-top: -36px;
	z-index: 1;
	border: 2px solid #1B1B1B;
}

#addressAutofill>div {
	width: 100%;
	height: 50px;
	padding-top: 5px;
	overflow: hidden;
	cursor: pointer;
}

#addressAutofill>div * {
	pointer-events: none;
}

#addressAutofill>div:nth-child(even) {
	background-color: rgba(255, 255, 255, .12);
}

#addressAutofill>div>p,
#addressAutofill>div>span {
	display: inline-block;
	width: calc(100% - 22px);
	margin-left: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	font-size: 12px;
	letter-spacing: -0.02em;
}

#addressAutofill>div>p>strong {
	font-family: "maaxbold";
	font-weight: normal;
	font-style: normal;
}

#registration.success * {
	pointer-events: none;
}

#registration.success button {
	background-color: #7ED321;
	border-color: #7ED321;
}

#registration.success #signInToggle,
#registration.success button>span {
	display: none;
}

#registration.success>form {
	opacity: 0.32;
}

#registration.success button::before {
	content: "Welcome to Loop";
	display: block;
	line-height: 33px;
	text-align: left;
	font-family: "maaxbold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}

#registration.success button::after {
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 13px;
	top: 9px;
	right: 20px;
	background-repeat: no-repeat;
	background-size: 17px 13px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMyI+CiAgPHBhdGggZD0iTTUuNjU3IDEwLjE0MkwxNS4yMDMuNTk2YS41LjUgMCAwMS43MDcgMGwuNzA3LjcwN2EuNS41IDAgMDEwIC43MDdMNi4wMSAxMi42MTdhLjUuNSAwIDAxLS43MDcgMGwtNC45NS00Ljk1YS41LjUgMCAwMTAtLjcwN2wuNzA4LS43MDdhLjUuNSAwIDAxLjcwNyAwbDMuODg5IDMuODl6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+");
}

.container {
	display: block;
	position: relative;
	padding-left: 36px;
	margin-top: 10px;
	cursor: pointer;
	font-family: "maaxbold";
	line-height: 25px;
	font-size: 11px;
	letter-spacing: 0;
	color: #AAA;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
}

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

body.sales .container {
	display: none;
}

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #EEE;
	border-radius: 50%;
	cursor: pointer;
}

.container:hover input~.checkmark {
	background-color: #CCC;
}

.container input:checked~.checkmark {
	background-color: #1B1B1B;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	cursor: pointer;
}

.container input:checked~.checkmark:after {
	display: block;
}

.container .checkmark:after {
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #FFF;
}

@media only screen and (max-height: 800px) {

	#forgotLink {
		position: relative;
		padding-top: 0;
	}

}

@media only screen and (max-width: 1200px) {

	#tv {
		width: 480px;
		height: 420px;
	}

	.footerText {
		padding: 80px 0 20px 0;
	}

	#optionsInTable {
		display: none;
	}

	#optionsOutTable {
		display: block;
	}

	table {
		margin: 0 60px 40px 60px;
	}

	td.spacing {
		width: 10px;
		overflow: hidden;
	}

	td.column {
		width: 30px;
	}

	td.tick.last {
		background: url("https://biz.loop.tv/registration/images/tick_green.svg") no-repeat center center;
	}

}

@media only screen and (max-width: 1020px) {

	#features,
	#registration {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

	#features {
		width: 100%;
	}

	#features>div {
		height: auto;
		min-height: auto;
		overflow: auto;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		padding-left: 0;
		padding-right: 0;
		max-width: 240px;
	}

	#home>span {
		padding-top: 20px;
		max-width: 240px;
	}

	#registration {
		width: 100%;
		overflow-y: hidden;
	}

	#registration>form {
		padding-bottom: 60px;
	}

	#registration.success {
		display: none;
	}

	.footerText {
		padding: 100px 0 60px 0;
	}

	.footerButtons {
		left: 20px;
		right: 20px;
	}

	.footerButtons>button,
	.footerButtons>button#skipButton {
		right: 0;
	}

	#forgotLink {
		position: relative;
	}

}

@media only screen and (max-width: 600px) {

	#tv {
		width: 320px;
		height: 280px;
		border-top-width: 4px;
		border-left-width: 4px;
		border-right-width: 4px;
		border-bottom-width: 8px;
	}

	#home {
		height: 440px;
	}

	.footerText {
		padding: 60px 0 30px 0;
	}

	.footerText>br {
		display: block;
	}

	#logo {
		left: 40px;
	}

	#registration>form {
		padding: 30px 0 0 0;
	}

	.footerButtons>a {
		display: none;
	}

	.footerButtons>button,
	.footerButtons>button#skipButton {
		right: 0;
		width: 100%
	}

	.footerText.left {
		bottom: 10px;
		left: 20px;
		right: 20px;
		text-align: center;
	}

	#optionsOutTable {
		margin: 40px 40px 20px 40px;
	}

	table {
		margin: 0 40px 40px 40px;
		width: calc(100% - 80px);
	}

	#optionsOutTable>div,
	#optionsOutTable>div:first-child,
	#optionsOutTable>div:last-child {
		float: none;
		margin: 0;
		width: 100%;
	}

	#optionsOutTable>div:last-child {
		padding-top: 20px;
	}

	body.sales #optionsOutTable>div:last-child {
		padding-top: 0;
	}

	body.sales #optionsOutTable>div.sales {
		display: none;
	}

	td.column {
		width: 30px;
	}

	td:nth-child(1)>img {
		display: none;
	}

	td>span {
		padding: 10px 20px 10px 0;
		line-height: 18px;
		white-space: normal;
		height: auto;
		text-indent: 0;
	}

	#plans>span {
		padding: 0 40px 60px 40px;
	}

	#forgotLink {
		left: 0;
		padding: 0 0 40px 40px;
	}

}

@media only screen and (max-width: 320px) {

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

	#tv {
		width: 280px;
		height: 245px;
	}

	#logo {
		left: 20px;
	}

	#registration>form {
		margin-left: 20px;
		margin-right: 20px;
	}

	#signInToggle {
		right: 0;
	}

	#forgotLink {
		padding-left: 20px;
	}

}