/*** uncss> filename: dist/css/build.min.css ***/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	background-color: #03161D;
	font-family: 'Nunito Sans Rg', sans-serif;
	color: #202020;
}

.body-plain {
	background-color: transparent;
}

a {
	background-color: transparent
}

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

img {
	border: 0
}

button, input {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button {
	-webkit-appearance: button;
	cursor: pointer
}

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

@media print {
	*, :after, :before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	a[href^="#"]:after {
		content: ""
	}

	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	.btn > .caret {
		border-top-color: #000 !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(/glyphicons-halflings-regular.eot);
	src: url(/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/glyphicons-halflings-regular.woff2) format('woff2'), url(/glyphicons-halflings-regular.woff) format('woff'), url(/glyphicons-halflings-regular.ttf) format('truetype'), url(/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

*, :after, :before {
	box-sizing: border-box
}

button, input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #202020;
	text-decoration: none
}

a:focus, a:hover {
	color: var(--organization-color, #fcc100);
	text-decoration: underline
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

ul {
	margin-top: 0;
	margin-bottom: 8px
}

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

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-sm-6, .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

@media (min-width: 768px) {
	.col-sm-6 {
		float: left
	}

	.col-sm-6 {
		width: 50%
	}
}

fieldset {
	min-width: 0
}

.form-legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 16px;
	font-size: 21px;
	line-height: inherit;
	color: #040707;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.2;
	color: #202020;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dee1e8;
	border-radius: 5px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #dee1e8;
	outline: 0
}

.form-control::-moz-placeholder {
	color: rgba(32, 32, 32, .6);
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: rgba(32, 32, 32, .6)
}

.form-control::-webkit-input-placeholder {
	color: rgba(32, 32, 32, .6)
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-group {
	margin-bottom: 20px
}

.btn {
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 14px 36px;
	line-height: 1.2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:active:focus, .btn:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none
}

.btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default {
	background-color: #000000;
}

.btn-default:focus {
	color: #fff;
	background-color: var(--organization-color, #fcc100);
}

.btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: var(--organization-color, #fcc100);
}

.btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: var(--organization-color, #fcc100);
}

.btn-default:active, .open > .dropdown-toggle.btn-default {
	background-image: none
}

.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.open > .dropdown-toggle.btn-primary {
	background-image: none
}

.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.open > .dropdown-toggle.btn-success {
	background-image: none
}

.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.open > .dropdown-toggle.btn-info {
	background-image: none
}

.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.open > .dropdown-toggle.btn-warning {
	background-image: none
}

.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.open > .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-link {
	font-weight: 400;
	border-radius: 0
}

.btn-link, .btn-link:active {
	background-color: transparent;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: var(--organization-color, #fcc100);
	text-decoration: underline;
	background-color: transparent
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
	white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group > .btn {
	position: relative;
	float: left
}

.btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
	z-index: 2
}

.btn-group > .btn:first-child {
	margin-left: 0
}

.btn-group .dropdown-toggle:active {
	outline: 0
}

.btn .caret {
	margin-left: 0
}

.container-fluid:after, .container-fluid:before, .row:after, .row:before {
	content: " ";
	display: table
}

.container-fluid:after, .row:after {
	clear: both
}

@-ms-viewport {
	width: device-width
}

button, html, input {
	color: #222
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	font-size: 14px;
}

body {
	font-size: 14px;
	line-height: 1.2
}

#partner-login-page-body {
	overflow: auto !important;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

input:not([type=checkbox]), input:not([type=radio]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@font-face {
	font-family: 'Nunito Sans Rg';
	src: url('/fonts/NunitoSans-Regular.eot');
	src: url('/fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NunitoSans-Regular.woff2') format('woff2'),
	url('/fonts/NunitoSans-Regular.woff') format('woff'),
	url('/fonts/NunitoSans-Regular.ttf') format('truetype'),
	url('/fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Nunito Sans Rg';
	src: url('/fonts/NunitoSans-Bold.eot');
	src: url('/fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NunitoSans-Bold.woff2') format('woff2'),
	url('/fonts/NunitoSans-Bold.woff') format('woff'),
	url('/fonts/NunitoSans-Bold.ttf') format('truetype'),
	url('/fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Nunito Sans Th';
	src: url('/fonts/NunitoSans-ExtraBold.eot');
	src: url('/fonts/NunitoSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
	url('/fonts/NunitoSans-ExtraBold.woff') format('woff'),
	url('/fonts/NunitoSans-ExtraBold.ttf') format('truetype'),
	url('/fonts/NunitoSans-ExtraBold.svg#NunitoSans-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: 'Nunito Sans Lt';
	src: url('/fonts/NunitoSans-SemiBold.eot');
	src: url('/fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NunitoSans-SemiBold.woff2') format('woff2'),
	url('/fonts/NunitoSans-SemiBold.woff') format('woff'),
	url('/fonts/NunitoSans-SemiBold.ttf') format('truetype'),
	url('/fonts/NunitoSans-SemiBold.svg#NunitoSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal
}

b {
	font-family: 'Nunito Sans Rg', sans-serif;
	font-weight: 700;
	font-style: normal
}

.wrapper {
	min-height: 100vh;
	min-height: 100dvh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.btn {
	border-radius: 100px;
	width: 100%;
	font-family: 'Nunito Sans Rg', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	box-shadow: none;
	border: none;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-default {
	color: #fff;
	background: #000000;
}

.btn-default:hover {
	background-color: var(--organization-color, #fcc100);
	outline: 0;
	box-shadow: none
}

.btn-default:focus, .btn-default:focus:active {
	background: var(--organization-color, #fcc100);
	outline: 0;
	box-shadow: none
}

.btn-link {
	color: var(--organization-color, #fcc100);
	background: 0 0;
	padding-left: 0;
	padding-right: 0
}

.btn-link:hover {
	text-decoration: underline
}

.lang {
	margin-bottom: 10px
}

@media (min-width: 768px) {
	.lang {
		margin-bottom: 20px
	}
}

.lang .btn-group {
	vertical-align: top
}

.lang .btn-group .btn {
	height: 30px;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: none;
	padding: 0 20px;
	color: #fff
}

.lang.lang-black .btn-group .btn {
	border: 1px solid #dee1e8;
	color: #000000;
}

.lang .btn-group .dropdown-menu {
	width: 100%;
	min-width: 0;
	border: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.lang .btn-group .dropdown-menu > li > a {
	font-weight: 700;
	text-align: center;
	color: #202020
}

.lang .btn-group .dropdown-menu > .active > a, .lang .btn-group .dropdown-menu > .active > a:active, .lang .btn-group .dropdown-menu > .active > a:hover {
	color: var(--organization-color, #fcc100);
	background-color: #202020
}

.form-legend {
	font-size: 14px;
	border: none;
	margin-bottom: 20px;
}

.form-legend h1 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.form-legend {
		margin-bottom: 23px;
		margin-top: 10px;
		font-size: 16px;
	}

	.form-legend h1 {
		font-size: 30px;
	}

}

@media (min-width: 768px) {
	.form-group {
		margin-bottom: 26px
	}
}

.form-group .control-label {
	font-family: 'Nunito Sans Rg', sans-serif;
	font-weight: 700;
	font-style: normal
}

@media (min-width: 768px) {
	.form-group .control-label {
		font-size: 18px;
		margin-bottom: 13px
	}
}

.form-control {
	font-size: 15px;
	padding: 12px 24px 12px 24px;
}

input[type="password"].form-control {
	padding-right: 48px;
}

@media (min-width: 768px) {
	.form-control {
		font-size: 18px;
		padding: 12px 24px 12px 24px;
	}
}

.form-control, .form-control:focus, .form-control:hover {
	box-shadow: none
}

.form-control-pass {
	position: relative
}

.form-control-pass .form-control {
	padding-right: 75px
}

.form-control-pass .icon {
	font-size: 25px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.has-error .form-control {
	border-color: #e65747;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.login-page {
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	position: relative;
}

#partner-login-page {
	overflow: initial !important;
}

.login-page__img {
	display: none;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	background: center center/cover no-repeat #fcc101
}

.login-page__img.bg-none {
	background: none;
	position: relative;
}

@media (min-width: 768px) {
	.login-page__img {
		display: block
	}
}

.login-page__wrap {
	position: relative;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin: 25px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background: linear-gradient(153deg,#ffe363 -.02%,#fcbe00 77.01%,#f6a000 100.02%);
}

.login-page__wrap--plain {
	background: transparent;
}

#partner-login-page__wrap {
	overflow: unset !important;
}

.login-page__form-wrap {
	background: #fff;
	width: 100%;
	max-width: 450px;
	margin: 15px auto 50px;
	padding: 50px;
	border-radius: 20px;
	z-index: 99;
}

.login-page__form-wrap--plain {
	border: 1px solid #dee1e8;
}

@media (min-width: 768px) {
	.login-page__wrap {
		margin: 100px 0;
		-ms-flex: 0 0 80vw;
		flex: 0 0 80vw;
		width: 80vw;
	}

	.login-page__form-wrap {
		margin: -50px auto 100px;
	}

	.login-page__form-wrap--plain {
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.login-page__form .form-group .control-label {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 11px
	}
}

.login-page__form .btn {
	font-size: 16px;
	margin-bottom: 15px;
}

.login-page__form .btn:last-child {
	margin-bottom: 0;
}

.login-page__form fieldset {
	margin-bottom: 15px
}

.login-page__logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.login-page__logo img {
	height: 66px;
}

.login-page .lang {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1;
}

.login-page .lang .btn-group .btn {
	color: #ffffff;
	font-size: 16px
}

.login-page .lang.lang-black .btn-group .btn {
	color: #000000;
}

.login-page__copy {
	margin-top: auto;
	font-size: 16px;
	line-height: 19px;
	padding: 30px 0
}

@media (max-width: 767px) {
	.login-page__form .form-legend {
		margin-bottom: 40px
	}
}

.passShow {
	position: absolute;
	right: 24px;
	top: 16px;
	font-size: 18px;
	cursor: pointer;
}

.login-page__img__logo {
	position: absolute;
	z-index: 1;
	width: 250px;
	top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}

@media (min-width: 1300px) {
	.login-page__img__logo {
		width: 350px;
	}
}

.alert {
	font-size: 12pt;
	padding: 15px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	margin: 20px 0;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.hide {
	display: none;
}

.square {
    width: 105px;
    height: 105px;
    background-color: #03161D;
    position: absolute;
}

.square--top-left {
    top: 0;
    left: 0;
}

.square--bottom-left {
    bottom: 0;
    left: 0;
}

.square--bottom-left-2 {
    bottom: 105px;
    left: 0;
}

.square--bottom-left-3 {
    bottom: 0;
    left: 105px;
}

.square--top-right {
    top: 0;
    right: 0;
}

.square--top-right-2 {
    top: 105px;
    right: 0;
}

.square--top-right-3 {
    top: 0;
    right: 105px;
}

.square--bottom-right {
    bottom: 0;
    right: 0;
}

.square--fixed {
    position: fixed;
    z-index: 1;
}

.square--fixed-top-right {
    background: rgba(255, 255, 255, 0.01);
    right: 0;
    top: 0;
}

.square--fixed-top-right-2 {
    background: rgba(255, 255, 255, 0.06);
    right: 210px;
    top: 0;
}

.square--fixed-top-right-3 {
    background: rgba(255, 255, 255, 0.04);
    right: 105px;
    top: 105px;
}

.square--fixed-bottom-left {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    left: 0;
}

.square--fixed-bottom-left-2 {
    background: rgba(255, 255, 255, 0.1);
    bottom: 105px;
    left: 0;
}

.square--fixed-bottom-left-3 {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    left: 105px;
}

.square--fixed-bottom-left-4 {
    background: rgba(255, 255, 255, 0.1);
    bottom: 210px;
    left: 105px;
}

.square--fixed-bottom-left-5 {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    left: 315px;
}

.square--fixed-bottom-left-6 {
    background: rgba(255, 255, 255, 0.06);
    bottom: 315px;
    left: 0;
}

.square--fixed-bottom-left-7 {
    background: rgba(255, 255, 255, 0.06);
    bottom: 105px;
    left: 210px;
}

.square--fixed-bottom-left-8 {
    background: rgba(255, 255, 255, 0.01);
    bottom: 0;
    left: 525px;
}

.square--fixed-bottom-left-9 {
    background: rgba(255, 255, 255, 0.01);
    bottom: 525px;
    left: 0;
}

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

	.peak-sales__wrapper {
		padding: 115px 50px 115px 50px;
	}

	.square {
		width: 70px;
		height: 70px;
	}

	.square--bottom-left-2 {
		bottom: 70px;
		left: 0;
	}

	.square--bottom-left-3 {
		bottom: 0;
		left: 70px;
	}

	.square--top-right-2 {
		top: 70px;
		right: 0;
	}

	.square--top-right-3 {
		top: 0;
		right: 70px;
	}

	.square--fixed-top-right-2 {
		background: rgba(255, 255, 255, 0.06);
		right: 140px;
		top: 0;
	}

	.square--fixed-top-right-3 {
		background: rgba(255, 255, 255, 0.04);
		right: 70px;
		top: 70px;
	}

	.square--fixed-bottom-left-2 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 70px;
		left: 0;
	}

	.square--fixed-bottom-left-3 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 0;
		left: 70px;
	}

	.square--fixed-bottom-left-4 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 140px;
		left: 70px;
	}

	.square--fixed-bottom-left-5 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 0;
		left: 210px;
	}

	.square--fixed-bottom-left-6 {
		background: rgba(255, 255, 255, 0.06);
		bottom: 210px;
		left: 0;
	}

	.square--fixed-bottom-left-7 {
		background: rgba(255, 255, 255, 0.06);
		bottom: 70px;
		left: 140px;
	}

	.square--fixed-bottom-left-8 {
		background: rgba(255, 255, 255, 0.01);
		bottom: 0;
		left: 350px;
	}

	.square--fixed-bottom-left-9 {
		background: rgba(255, 255, 255, 0.01);
		bottom: 350px;
		left: 0;
	}
	}

	@media only screen and (max-width: 750px) {
	.peak-sales__wrapper {
		padding: 90px 25px 100px 25px;
	}

	.updated {
		font-size: 10px;
	}

	.square {
		width: 53px;
		height: 53px;
	}

	.square--bottom-left-2 {
		bottom: 53px;
		left: 0;
	}

	.square--bottom-left-3 {
		bottom: 0;
		left: 53px;
	}

	.square--top-right-2 {
		top: 53px;
		right: 0;
	}

	.square--top-right-3 {
		top: 0;
		right: 53px;
	}

	.square--fixed-top-right-2 {
		background: rgba(255, 255, 255, 0.06);
		right: 106px;
		top: 0;
	}

	.square--fixed-top-right-3 {
		background: rgba(255, 255, 255, 0.04);
		right: 53px;
		top: 53px;
	}

	.square--fixed-bottom-left-2 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 53px;
		left: 0;
	}

	.square--fixed-bottom-left-3 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 0;
		left: 53px;
	}

	.square--fixed-bottom-left-4 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 106px;
		left: 53px;
	}

	.square--fixed-bottom-left-5 {
		background: rgba(255, 255, 255, 0.1);
		bottom: 0;
		left: 159px;
	}

	.square--fixed-bottom-left-6 {
		background: rgba(255, 255, 255, 0.06);
		bottom: 159px;
		left: 0;
	}

	.square--fixed-bottom-left-7 {
		background: rgba(255, 255, 255, 0.06);
		bottom: 53px;
		left: 106px;
	}

	.square--fixed-bottom-left-8 {
		background: rgba(255, 255, 255, 0.01);
		bottom: 0;
		left: 265px;
	}

	.square--fixed-bottom-left-9 {
		background: rgba(255, 255, 255, 0.01);
		bottom: 265px;
		left: 0;
	}
}

/* ==========================================================================
START Floating labels
========================================================================== */

.floating-label {
	position: relative;
}

.floating-label .control-label {
	cursor: text;
	position: absolute;
	color: #7A7A7A;
	background: white;
	padding: 2px 0;
	left: 20px;
	top: 12px;
	font-weight: 400;
	transition: padding 0.2s, left 0.2s, top 0.2s, font-size 0.2s;
	z-index: 3;
	/* width: calc(100% - 50px); */
	border-radius: 3px;
}

.floating-label .input-group {
	z-index: 1;
}

.floating-label .control-label--focused,
.floating-label .control-label--value
 {
	padding: 2px 5px;
	top: -8px;
	font-size: 12px;
	width: auto;
}

@media screen and (min-width: 768px) {
	.floating-label .control-label {
		/* left: 20px; */
	}

	.floating-label .control-label--focused,
	.floating-label .control-label--value
 	{
		font-size: 12px !important;
		top: -8px;
	}
}

/* ==========================================================================
END Floating labels
========================================================================== */
