:root {
	--blue: #00a7e1;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #ff7777;
	--orange: #fd7e14;
	--yellow: #ed6a21;
	--green: #39d364;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #7A849D;
	--gray-dark: #131622;
	--primary: #00a7e1;
	--secondary: #7A849D;
	--success: #39d364;
	--info: #17a2b8;
	--warning: #ed6a21;
	--danger: #ff7777;
	--light: #f8f9fa;
	--dark: #131622;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #131622;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 600
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #00a7e1;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #104dc2;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #7a849d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1rem;
	font-weight: 600
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-disc {
	padding-left: 0;
	list-style: none
}

.list-disc>li {
	padding-left: 14px;
	margin-bottom: 12px
}

.list-disc>li::before {
	content: "";
	background-color: #c9d0e3;
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	margin-left: -14px;
	vertical-align: middle;
	margin-right: 8px
}

.list-decimal {
	list-style: none;
	padding-left: 18px;
	counter-reset: li
}

.list-decimal>li {
	counter-increment: li;
	margin-bottom: 12px
}

.list-decimal>li::before {
	content: counter(li);
	color: #00a7e1;
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
	margin-right: .5em;
	text-align: right;
	direction: rtl
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1rem;
	border: 1px solid #e5eaf9;
	border-left: 4px solid #00a7e1;
	border-radius: 4px;
	padding: 10px 12px
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #7a849d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #7a849d
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #131622;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #131622
}

.form-control:focus {
	color: #131622;
	background-color: #fff;
	border-color: #a6c2f8;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(48, 113, 238, .25)
}

.form-control::-moz-placeholder {
	color: #7a849d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #7a849d;
	opacity: 1
}

.form-control::placeholder {
	color: #7a849d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #131622;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.8125rem + 1px);
	padding-bottom: calc(.8125rem + 1px);
	font-size: 1rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: .75rem;
	line-height: 1.5;
	color: #131622;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1.625rem + 2px);
	padding: .8125rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #7a849d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #39d364
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #212529;
	background-color: rgba(57, 211, 100, .9);
	border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #39d364;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2339d364' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #39d364;
	box-shadow: 0 0 0 0 rgba(57, 211, 100, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #39d364;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23131622' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2339d364' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #39d364;
	box-shadow: 0 0 0 0 rgba(57, 211, 100, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #39d364
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #39d364
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #39d364
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #63dc85;
	background-color: #63dc85
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0 rgba(57, 211, 100, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #39d364
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #39d364
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #39d364;
	box-shadow: 0 0 0 0 rgba(57, 211, 100, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #f77
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #212529;
	background-color: rgba(255, 119, 119, .9);
	border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #f77;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7777' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7777' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #f77;
	box-shadow: 0 0 0 0 rgba(255, 119, 119, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #f77;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23131622' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7777' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7777' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #f77;
	box-shadow: 0 0 0 0 rgba(255, 119, 119, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #f77
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #f77
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #f77
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #faa;
	background-color: #faa
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0 rgba(255, 119, 119, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #f77
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #f77
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #f77;
	box-shadow: 0 0 0 0 rgba(255, 119, 119, .25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

.btn {
	display: inline-block;
	font-weight: 600;
	color: #131622;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	text-transform: uppercase
}

.btn:hover {
	color: #131622;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(48, 113, 238, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #00a7e1;
	border-color: #00a7e1
}

.btn-primary:hover {
	color: #fff;
	background-color: #1a5cdc;
	border-color: rgba(48, 113, 238, .3)
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #1a5cdc;
	border-color: rgba(48, 113, 238, .3);
	box-shadow: 0 0 0 0 rgba(79, 134, 241, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #00a7e1;
	border-color: #00a7e1
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: rgba(238, 48, 48, 0.9);
	border-color: rgba(238, 48, 80, 0.3)
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(241, 79, 93, 0.5)
}

.btn-light {
	color: #121418;
	background-color: rgba(119, 7, 7, 0.1);
	border-color: rgba(238, 12, 42, 0.1)
}

.btn-light:hover {
	color: #00a7e1;
	background-color: rgba(238, 48, 64, 0.2);
	border-color: rgba(238, 48, 48, 0.2)
}

.btn-light.focus,
.btn-light:focus {
	color: #00a7e1;
	background-color: rgba(238, 48, 48, 0.2);
	border-color: rgba(238, 48, 48, 0.2);
	box-shadow: 0 0 0 0 rgba(238, 48, 48, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #00a7e1;
	background-color: rgba(238, 48, 64, 0.2);
	border-color: rgba(238, 48, 48, 0.2)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #00a7e1;
	background-color: rgba(48, 113, 238, .1);
	border-color: #2960f6
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(48, 113, 238, .5)
}

.btn-secondary {
	color: #131622;
	background-color: #fff;
	border-color: #fff
}

.btn-secondary:hover {
	color: #131622;
	background-color: #f2f2f2;
	border-color: #f2f2f2
}

.btn-secondary.focus,
.btn-secondary:focus {
	color: #131622;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	box-shadow: 0 0 0 0 rgba(220, 220, 222, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #131622;
	background-color: #fff;
	border-color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #131622;
	background-color: #ebebeb;
	border-color: #ebebeb
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(220, 220, 222, .5)
}

.btn-link {
	font-weight: 400;
	color: #00a7e1;
	text-decoration: none
}

.btn-link:hover {
	color: #ff2b2b;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #7a849d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .8125rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .3rem;
	min-width: 165px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 6px;
	vertical-align: 3.96px;
	content: "";
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-right: 1px solid #c9d0e3;
	border-bottom: 1px solid #c9d0e3
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 1.125rem 0 0;
	font-size: 1rem;
	color: #131622;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e5eaf9;
	border-radius: .25rem;
	box-shadow: 0 1px 3px rgba(120, 131, 159, .14);
	width: 292px
}

.dropdown-menu:before {
	content: "";
	height: 20px;
	top: -20px;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute
}

.dropdown-menu:after {
	content: "";
	height: 16px;
	width: 16px;
	transform: rotate(45deg);
	border-left: 1px solid #e5eaf9;
	border-top: 1px solid #e5eaf9;
	background-color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -8px
}

.dropdown-menu_width-auto {
	width: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 1.125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 6px;
	vertical-align: 3.96px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid;
	border-left: 6px solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 1.125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 6px;
	vertical-align: 3.96px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 6px solid transparent;
	border-right: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 1.125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 6px;
	vertical-align: 3.96px;
	content: "";
	width: 6px;
	height: 6px
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 6px;
	vertical-align: 3.96px;
	content: "";
	border-top: 6px solid transparent;
	border-right: 6px solid;
	border-bottom: 6px solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .625rem .875rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	line-height: 1.375;
	transition: color .2s, background-color .2s
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #00a7e1;
	text-decoration: none;
	background-color: rgba(48, 113, 238, .1)
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #00a7e1
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #7a849d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem .875rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #7a849d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .625rem .875rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #7a849d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #7a849d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #00a7e1
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-nav .badge {
	margin-left: .5em
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	line-height: 1;
	background-color: transparent;
	border: 0 solid transparent;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: #00a7e1
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #00a7e1
}

.navbar-light .navbar-nav .nav-link {
	color: #000
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link {
	position: relative
}

.navbar-light .navbar-nav .active>.nav-link:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: currentColor;
	position: absolute;
	left: -8px;
	top: 25px;
	display: block
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #00a7e1
}

.navbar-light .navbar-toggler {
	color: #000;
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: #000
}

.navbar-light .navbar-text a {
	color: #00a7e1
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: #00a7e1
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e5eaf9;
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
	background-color: #f4f7fd
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: 1.0625rem 1.25rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #fff;
	text-transform: none;
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #e5eaf9
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-top: 1px solid #e5eaf9
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
	margin-bottom: 15px
}

.card-group>.card {
	margin-bottom: 15px
}

.card-columns .card {
	margin-bottom: .75rem
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:last-of-type) {
	margin-bottom: 1rem
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
	padding-top: 0;
	padding-bottom: 0;
	height: 64px;
	display: flex;
	align-items: center
}

.accordion>.card>.card-header:after {
	content: "";
	width: 16px;
	height: 10px;
	margin-left: auto;
	display: inline-block;
	background: url(../img/collapse-arrow.svg) no-repeat;
	background-size: contain;
	transition: transform .3s
}

.accordion>.card>.card-header[aria-expanded=true]:after {
	transform: rotate(-180deg)
}

.badge {
	display: inline-block;
	padding: .3125em .5625em;
	font-size: 72%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 33px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-warning {
	color: #ed6a21;
	background-color: rgba(237, 106, 33, .23)
}

a.badge-warning:focus,
a.badge-warning:hover {
	color: #fff;
	background-color: #cb5310
}

a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(237, 106, 33, .5)
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #00a7e1;
	transition: width .6s ease
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.bg-primary {
	background-color: #00a7e1!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #1256d9!important
}

.bg-secondary {
	background-color: #7a849d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #616b83!important
}

.bg-success {
	background-color: #39d364!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #27b24e!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ed6a21!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #cb5310!important
}

.bg-danger {
	background-color: #f77!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #f44!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #131622!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #010101!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

.flex-row {
	flex-direction: row!important
}

.flex-column {
	flex-direction: column!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	flex-direction: column-reverse!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	flex: 1 1 auto!important
}

.flex-grow-0 {
	flex-grow: 0!important
}

.flex-grow-1 {
	flex-grow: 1!important
}

.flex-shrink-0 {
	flex-shrink: 0!important
}

.flex-shrink-1 {
	flex-shrink: 1!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-end {
	align-items: flex-end!important
}

.align-items-center {
	align-items: center!important
}

.align-items-baseline {
	align-items: baseline!important
}

.align-items-stretch {
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem!important
}

.m-n5 {
	margin: -3rem!important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 600!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #00a7e1!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #104dc2!important
}

.text-secondary {
	color: #7a849d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #565f75!important
}

.text-success {
	color: #39d364!important
}

a.text-success:focus,
a.text-success:hover {
	color: #239d45!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ed6a21!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #b3490f!important
}

.text-danger {
	color: #f77!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #ff2b2b!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #131622!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #000!important
}

.text-body {
	color: #131622!important
}

.text-muted {
	color: #7a849d!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

@-webkit-keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

@-webkit-keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes plyr-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes plyr-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.plyr {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	height: 100%;
	line-height: 1.7;
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	box-shadow: 0 28px 28px rgba(48, 113, 238, .12);
	border-radius: 8px;
	z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
	display: block;
	height: 100%;
	width: 100%
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}

.plyr:focus {
	outline: 0
}

.plyr--full-ui {
	box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
	box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	touch-action: manipulation
}

.plyr__badge {
	background: #4a5764;
	border-radius: 2px;
	color: #fff;
	font-size: 0.5625rem;
	line-height: 1;
	padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	-webkit-animation: plyr-fade-in .3s ease;
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 0.875rem;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%
}

.plyr__captions .plyr__caption {
	background: rgba(0, 0, 0, .8);
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
	display: inline
}

.plyr__captions span:empty {
	display: none
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(-40px)
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	position: relative;
	transition: all .3s ease
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	pointer-events: none;
	width: 18px
}

.plyr__control:focus {
	outline: 0
}

.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
	outline: 0
}

a.plyr__control {
	text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
	display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
	display: none
}

.plyr--full-ui ::-webkit-media-controls {
	display: none
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0
}

.plyr__controls .plyr__controls__item {
	margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}

.plyr__controls:empty {
	display: none
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
	display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}

.plyr__menu {
	display: flex;
	position: relative
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}

.plyr__menu__container {
	-webkit-animation: plyr-popup .2s ease;
	animation: plyr-popup .2s ease;
	background: rgba(255, 255, 255, .9);
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: #4a5764;
	font-size: 1rem;
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}

.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
	border: 4px solid transparent;
	border-top-color: rgba(255, 255, 255, .9);
	content: '';
	height: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 0
}

.plyr__menu__container [role=menu] {
	padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5764;
	display: flex;
	font-size: 0.875rem;
	padding: 4px 11px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%
}

.plyr__menu__container .plyr__control::after {
	border: 4px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
	padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
	border-left-color: rgba(74, 87, 100, .8);
	right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
	font-weight: 500;
	margin: 7px;
	margin-bottom: 3px;
	padding-left: 28px;
	position: relative;
	width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
	border-right-color: rgba(74, 87, 100, .8);
	left: 7px
}

.plyr__menu__container .plyr__control--back::before {
	background: rgba(114, 133, 151, .2);
	box-shadow: 0 1px 0 #fff;
	content: '';
	height: 1px;
	left: 0;
	margin-top: 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, .1);
	content: '';
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	transition: all .3s ease;
	width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: -5px;
	overflow: hidden;
	padding-left: 25px;
	pointer-events: none
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
	color: #00b3ff;
	display: block;
	height: 19px;
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
	height: 13px;
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	-webkit-appearance: none;
	margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
	height: 13px;
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: 2.5px;
	height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
	height: 13px;
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}

.plyr--full-ui input[type=range]:focus {
	outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
	outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
	outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
	outline: 0
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}

.plyr__time {
	font-size: 0.875rem
}

.plyr__time+.plyr__time::before {
	content: '\2044';
	margin-right: 10px
}

.plyr__tooltip {
	background: rgba(255, 255, 255, .9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: #4a5764;
	font-size: 0.875rem;
	font-weight: 500;
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	opacity: 0;
	padding: 5px 7.5px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	white-space: nowrap;
	z-index: 2
}

.plyr__tooltip::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	bottom: -4px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
	left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1)
}

.plyr__progress {
	left: 6.5px;
	margin-right: 13px;
	position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
	margin-left: -6.5px;
	margin-right: -6.5px;
	width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress .plyr__tooltip {
	font-size: 0.875rem;
	left: 0
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	left: 0;
	margin-top: -2.5px;
	padding: 0;
	position: absolute;
	top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	-moz-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
	align-items: center;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%
}

.plyr__volume input[type=range] {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	z-index: 2
}

.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto
}

.plyr--audio {
	display: block
}

.plyr--audio .plyr__controls {
	background: #fff;
	border-radius: inherit;
	color: #4a5764;
	padding: 10px
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 201, 209, .66)
}

.plyr--video {
	background: #000;
	overflow: hidden
}

.plyr--video.plyr--menu-open {
	overflow: visible
}

.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 20px 5px 5px;
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff
}

.plyr__control--overlaid {
	background: rgba(48, 113, 238, .8);
	border: 0;
	border-radius: 100%;
	color: #fff;
	display: none;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
	background: #00b3ff
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--video .plyr__progress__buffer {
	color: rgba(255, 255, 255, .25)
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:fullscreen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-moz-full-screen video {
	height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}

.plyr--fullscreen-fallback video {
	height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}

.plyr__ads::after {
	background: rgba(35, 41, 47, .8);
	border-radius: 2px;
	bottom: 10px;
	color: #fff;
	content: attr(data-badge-text);
	font-size: 0.6875rem;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	z-index: 3
}

.plyr__ads::after:empty {
	display: none
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	left: 0;
	margin: -2.5px 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}

.plyr__preview-thumb {
	background-color: rgba(255, 255, 255, .9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	margin-bottom: 10px;
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	z-index: 2
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	bottom: -4px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr__preview-thumb__image-container {
	background: #c1c9d1;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: 2px;
	color: #fff;
	font-size: 0.875rem;
	padding: 3px 6px
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--no-transition {
	transition: none!important
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0!important;
	height: 1px!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.plyr [hidden] {
	display: none!important
}

html {
	position: relative;
	height: 100%
}

body,
html {
	min-height: 100%
}

body {
	font-size: 0.875rem
}

/* @font-face {
	font-family: Space Grotesk;
	src: url(https://wsxprotrading.com/fonts/Space%20Grotesk-ExtraBold.eot);
	src: local("Space Grotesk ExtraBold"), local("Space Grotesk-ExtraBold"), url(https://wsxprotrading.com/fonts/Space%20Grotesk-ExtraBoldd41dd41d.eot?#iefix) format("embedded-opentype"), url(https://wsxprotrading.com/fonts/Space%20Grotesk-ExtraBold.woff) format("woff"), url(https://wsxprotrading.com/fonts/Space%20Grotesk-ExtraBold.html) format("truetype");
	font-weight: 800;
	font-style: normal
} */

.layout {
	display: flex;
	flex-direction: column
}

.layout-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.layout-navbar {
	padding: 0
}

.btn:hover {
	cursor: pointer
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	position: relative
}

[data-stroke=true] {
	stroke: currentColor
}

[data-fill=true] {
	fill: currentColor
}

.icon-arrow-right {
	width: 1.5em
}

.icon-benefit-bank {
	width: 1em
}

.icon-benefit-rating {
	width: 1em
}

.icon-benefit-shild {
	width: 1em
}

.icon-bitcoin {
	width: 1em
}

.icon-chart-bell {
	width: 1em
}

.icon-coming-soon-like {
	width: 1.14286em
}

.icon-facebook {
	width: 1em
}

.icon-medium {
	width: 1em
}

.icon-proposal-link {
	width: 1em
}

.icon-reddit {
	width: 1em
}

.icon-right {
	width: .5625em
}

.icon-shield-account {
	width: 1em
}

.icon-shield-outline {
	width: .75em
}

.icon-telegram {
	width: 1em
}

.icon-twitter {
	width: 1em
}

.icon-way-account {
	width: 1em
}

.icon-way-chart {
	width: 1em
}

.icon-way-shild {
	width: 1em
}

.icon-way-widgets {
	width: 1em
}

.icon-youtube {
	width: .92em
}

.btn-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 263px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 6px
}


/*! nouislider - 14.0.2 - 6/28/2019 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base,
.noUi-connects {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%
}

.noUi-connects {
	z-index: 0;
	overflow: hidden
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat
}

.noUi-connect {
	width: 100%;
	height: 100%
}

.noUi-origin {
	width: 10%;
	height: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	right: 0;
	left: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.noUi-touch-area {
	width: 100%;
	height: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 4px;
	border-radius: 4px
}

.noUi-horizontal .noUi-handle {
	top: -6px;
	left: -6px;
	width: 16px;
	height: 16px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	top: -6px;
	left: -6px;
	width: 13px;
	height: 13px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -5px;
	left: auto
}

.noUi-target {
	background: #c9d0e3
}

.noUi-connects {
	border-radius: 4px
}

.noUi-connect {
	background: #00a7e1
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 2px solid #00a7e1;
	border-radius: 50%;
	background: #00a7e1;
	cursor: default
}

.noUi-active {
	border-color: 2px solid rgba(255, 255, 255, .5)
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
	font-size: 0.875rem;
	color: #7a849d;
	transition: color .2s ease-in-out
}

.noUi-value-sub {
	color: #ccc;
	font-size: 0.625rem
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	top: 100%;
	left: 0;
	width: 100%;
	height: 60px
}

.noUi-value-horizontal {
	transform: translate(-50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	top: 0;
	left: 100%;
	height: 100%;
	padding: 0 10px
}

.noUi-value-vertical {
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	bottom: 120%;
	left: 50%;
	transform: translate(-50%, 0)
}

.noUi-vertical .noUi-tooltip {
	top: 50%;
	right: 120%;
	transform: translate(0, -50%)
}

.nouislider_pips {
	padding-top: 35px;
	padding-bottom: 40px;
	position: relative
}

.nouislider_pips .noUi-base:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -9px;
	right: 0;
	left: 0;
	height: 20px
}

.nouislider_pips .noUi-marker {
	display: none
}

.nouislider_pips .noUi-value {
	top: 0;
	transition: font-size .15s, color .15s, margin-top .15s, transform .15s
}

.nouislider_pips .noUi-value:nth-child(2) {
	transform: translate(0, 0)
}

.nouislider_pips .noUi-value:nth-child(2).noUi-value.nouislider_pips-active {
	transform: translate(-5px, 0)
}

.nouislider_pips .noUi-value:last-child {
	transform: translate(-100%, 0)
}

.nouislider_pips .noUi-value:nth-child(4n+2) {
	top: 50px
}

.nouislider_pips .noUi-value.nouislider_pips-active {
	color: #00a7e1;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: -4px
}

.nouislider_pips .noUi-handle:focus {
	outline: 0
}

.nouislider_pips .noUi-pips {
	top: -35px
}

.nouislider_pips-title {
	font-size: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
	font-size: 0.875rem
}

.start {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 22px
}

.start__title {
	font-family: Space Grotesk;
	font-weight: 800;
	text-align: center;
	font-size: 2.125rem;
	line-height: 133%;
	margin-bottom: 14px
}

.start__subtitle {
	font-size: 1rem;
	text-align: center;
	color: #7a849d;
	margin-bottom: 24px
}

.start__btn {
	position: relative;
	width: 378px;
	-webkit-animation: startBtn 20s infinite;
	animation: startBtn 20s infinite;
	background-repeat: repeat-x;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	margin-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px
}

.start__btn:hover {
	background-image: url(../img/start__btn-bg.svg)
}

.start__btn-title {
	font-size: 1.125rem
}

.start__btn-subtitle {
	font-size: 0.75rem;
	text-transform: none;
	line-height: 1.7;
	color: rgba(255, 255, 255, .6)
}

.start__btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, .1);
	font-size: 1.125rem
}

.start__icon {
	padding: 0 4px
}

.start__benefit {
	display: flex;
	justify-content: space-between;
	width: 700px;
	margin-top: 82px;
	margin-bottom: 26px
}

.start__benefit-item {
	display: flex;
	align-items: center
}

.start__benefit-icon {
	font-size: 1.75rem;
	color: #00a7e1;
	margin-right: 12px
}

.start__benefit-title {
	font-weight: 600;
	line-height: 1.125rem;
	font-size: 0.8125rem
}

.start__trade {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: center;
	z-index: 1;
	width: 100%;
	margin-top: 32px;
	margin-bottom: -50px
}

.start__trade-mobile img {
	box-shadow: 0 4px 76px rgba(0, 0, 0, .25)
}

@-webkit-keyframes startBtn {
	from {
		background-position-x: 0
	}
	to {
		background-position-x: 404px
	}
}

@keyframes startBtn {
	from {
		background-position-x: 0
	}
	to {
		background-position-x: 404px
	}
}

.way {
	background-color: #00a7e1;
	color: #fff;
	padding-bottom: 46px;
	padding-top: 102px
}

.way__title {
	font-family: Space Grotesk;
	margin-bottom: 25px;
	font-size: 1.875rem;
	line-height: 2.3125rem;
	text-align: center
}

.way__slide {
	display: flex;
	justify-content: space-between;
	position: relative
}

.way__slide-body {
	padding-top: 24px
}

.way__slide-picture {
	display: none;
	flex: 1 0 auto;
	position: relative
}

.way__slide-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 50px;
	right: 0;
	transition: opacity 1s ease-in-out;
	opacity: 0
}

.way__slide-image.active {
	opacity: 1
}

.way__slide-img {
	max-width: 100%
}

.way__card {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	transition: background-color .2s;
	border-radius: 8px
}

.way__card:hover {
	background-color: rgba(255, 255, 255, .15)
}

.way__card.active {
	background-color: rgba(255, 255, 255, .15)
}

.way__card.active .way__card-header {
	text-decoration: none;
	color: #fff;
	padding-top: 16px
}

.way__card.active .way__card-logo {
	color: #fff
}

.way__card-header {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 10px 16px;
	outline-width: 0;
	transition: padding-top .2s
}

.way__card-header:hover {
	text-decoration: none;
	color: #fff
}

.way__card-header:hover .way__card-logo {
	color: #fff
}

.way__card-logo {
	margin-right: 8px;
	font-size: 1.5rem;
	color: rgba(255, 255, 255, .5);
	transition: color .2s
}

.way__card-desc {
	line-height: 1.1875rem;
	padding: 0 16px 20px
}

.way__card-title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem
}

.way__card-footer {
	border-top: 1px solid rgba(255, 255, 255, .15);
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px
}

.way__card-footer:hover {
	color: #fff;
	text-decoration: none
}

.way__more {
	text-transform: uppercase
}

.way__more-icon {
	font-size: 0.75rem;
	margin-left: 8px
}

.choice {
	padding-top: 60px
}

.choice__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.875rem;
	line-height: 2.3125rem;
	margin-bottom: 35px
}

.choice__card {
	margin-bottom: 40px
}

.choice__card:before {
	content: "";
	display: block;
	width: 30px;
	height: 6px;
	background-color: #00a7e1;
	margin-bottom: 16px
}

.choice__card-title {
	font-family: Space Grotesk;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	margin-bottom: 8px
}

.choice__card-desc {
	font-size: 0.9375rem;
	line-height: 1.25rem;
	color: #7a849d
}

.shield {
	margin-bottom: 58px
}

.shield__body {
	background: #131622 url(../img/shield-bg.svg) no-repeat center bottom;
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-wrap: wrap
}

.shield__left {
	padding: 36px 20px 10px
}

.shield__right {
	padding: 20px 20px 36px
}

.shield__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.25rem;
	line-height: 1.5625rem;
	margin-bottom: 8px
}

.shield__header {
	display: flex;
	align-items: center;
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.5rem;
	margin-bottom: 12px
}

.shield__header-icon {
	font-size: 2rem;
	color: #00a7e1;
	margin-right: 8px
}

.shield__desc {
	font-size: 0.875rem;
	line-height: 150%
}

.shield__works-title {
	font-size: 1.3125rem;
	line-height: 1.8125rem;
	font-weight: 300;
	padding-top: 5px
}

.shield__works-strong {
	font-weight: 600
}

.shield__works-item {
	margin-top: 16px;
	padding-left: 20px;
	font-size: 0.875rem;
	line-height: 1.1875rem
}

.shield__works-item:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	width: 8px;
	height: 8px;
	background-color: #00a7e1;
	margin-left: -20px;
	margin-right: 12px
}

.calculator {
	padding-bottom: 18px;
	padding-left: 9px;
	padding-right: 9px;
	overflow-x: hidden;
	max-width: 100%
}

.calculator__title {
	margin-bottom: 30px;
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.75rem;
	line-height: 2.3125rem
}

.calculator__setting {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.calculator__options {
	display: flex;
	flex-wrap: wrap
}

.calculator__capital-group {
	display: flex;
	position: relative
}

.calculator__capital-text {
	margin-bottom: 6px
}

.calculator__capital-btn {
	font-size: 1rem;
	color: #7a849d;
	background-color: #fff;
	border-color: #e5eaf9;
	padding-top: .4375rem;
	padding-bottom: .4375rem;
	flex: 1
}

.calculator__capital-btn:hover {
	color: #00a7e1
}

.calculator__capital-btn:not(:first-child) {
	border-left-color: transparent;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.calculator__capital-btn:not(:last-child) {
	border-right-color: transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.calculator__capital-btn.focus,
.calculator__capital-btn:active,
.calculator__capital-btn:focus {
	box-shadow: none
}

.calculator__capital-btn.active {
	color: #00a7e1
}

.calculator__capital-btn:last-child:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25%;
	border: 2px solid #00a7e1;
	transition: left .3s ease-in-out;
	border-radius: 4px;
	pointer-events: none
}

.calculator__capital-btn:last-child.active:after {
	left: 75%!important
}

.calculator__capital-btn:nth-child(1).active~.calculator__capital-btn:last-child:after {
	left: 0
}

.calculator__capital-btn:nth-child(2).active~.calculator__capital-btn:last-child:after {
	left: 25%
}

.calculator__capital-btn:nth-child(3).active~.calculator__capital-btn:last-child:after {
	left: 50%
}

.calculator__chart {
	padding-top: 40px;
	width: 100%
}

.calculator__chart-title {
	font-size: 0.75rem;
	margin-left: 10px;
	margin-right: 10px
}

.calculator__chart-title:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	width: 14px;
	height: 14px;
	background: #00a7e1;
	border-radius: 4px;
	margin-right: 7px
}

.calculator__chart-title_without:before {
	background: rgba(48, 113, 238, .2)
}

.calculator__chart-list {
	display: flex;
	justify-content: space-between;
	padding-right: 2px;
	padding-left: 18px;
	margin-top: 4px;
	margin-bottom: 20px
}

.calculator__chart-label {
	font-size: 1rem;
	text-align: center;
	flex: 0 0 18%
}

.calculator__chart-mut {
	font-size: 0.5rem;
	text-transform: uppercase;
	color: #7a849d
}

.calculator__chart-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.calculator__chart-hint {
	font-size: 0.625rem;
	color: #7a849d
}

.calculator__leverage-text {
	margin-top: 20px;
	margin-bottom: 12px
}

.coming-soon {
	padding-bottom: 84px
}

.coming-soon__tag-line {
	font-weight: 600;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	color: #1969ff;
	background: rgba(25, 105, 255, .1);
	border-radius: 2px;
	padding: 3px 8px
}

.coming-soon__title {
	font-family: Space Grotesk;
	font-weight: 800;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 14px;
	font-size: 1.875rem;
	line-height: 2.3125rem
}

.coming-soon__subtitle {
	font-size: 1.125rem;
	line-height: 1.5625rem;
	text-align: center;
	color: #7a849d;
	margin-bottom: 56px
}

.coming-soon__picture {
	margin-bottom: -9.5%
}

.coming-soon__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 202px;
	height: 39px;
	border: 1px dashed #c9d0e3;
	border-radius: 4px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	color: #7a849d;
	margin-bottom: 24px
}

.coming-soon__list {
	display: flex;
	justify-content: center;
	overflow: hidden
}

.coming-soon__card {
	display: flex;
	flex: 0 0 240px;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	background: #f2f5fc;
	border-radius: 6px;
	color: #7a849d;
	margin-left: 11px;
	margin-right: 11px
}

.coming-soon__card-title {
	min-height: 87px;
	font-size: 1.25rem;
	line-height: 1.6875rem
}

.coming-soon__card-btn {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	border: 1px solid #c9d0e3;
	padding: 5px 7px;
	border-radius: 4px
}

.coming-soon__card-icon {
	margin-right: 6px
}

.trading-start {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 40px;
	padding-bottom: 42px
}

.trading-start__title {
	font-family: Space Grotesk;
	font-weight: 800;
	margin-bottom: 30px;
	font-size: 1.875rem;
	line-height: 2.3125rem
}

.trading-start__item {
	display: flex;
	position: relative;
	padding-bottom: 52px
}

.trading-start__item-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 2px solid #e5eaf9;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 12px;
	margin-right: 12px
}

.trading-start__item-badge:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #00a7e1
}

.trading-start__item-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.6875rem;
	margin-bottom: 8px
}

.trading-start__item-desc {
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: #7a849d
}

.comment {
	border-top: 1px solid #e5eaf9;
	padding: 30px 9px 0
}

.comment__header {
	border-bottom: 1px solid #e5eaf9;
	padding-bottom: 30px;
	margin-bottom: 25px
}

.comment__header-text {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.75rem;
	line-height: 2.125rem
}

.comment__header-author {
	display: flex;
	margin-top: 24px
}

.comment__header-photo {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	margin-right: 20px
}

.comment__header-name {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-top: 5px;
	margin-bottom: 5px
}

.comment__author {
	display: flex;
	margin-top: 16px
}

.comment__photo {
	width: 36px;
	height: 36px;
	margin-right: 12px
}

.comment__specialty {
	color: #7a849d;
	font-size: 0.75rem;
	line-height: 1rem
}

.comment__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

.comment__item-text {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 8px
}

.comment__item-evaluation {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem
}

.solution {
	padding-top: 130px;
	padding-left: 9px;
	padding-right: 9px;
	background: url(../img/solution-bg.svg) repeat-x 0 0;
	-webkit-animation: solutionBg 20s infinite;
	animation: solutionBg 20s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.solution__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 2.125rem;
	line-height: 2.625rem;
	text-align: center;
	margin-bottom: 24px
}

.solution__list {
	margin-top: 40px;
	margin-bottom: 32px
}

.solution__item {
	padding-bottom: 12px
}

.solution__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 126px;
	border: 1px solid #e5eaf9;
	padding: 20px;
	transition: color .2s, background-color .2s;
	background: #fff;
	border-radius: 6px;
	color: #131622
}

.solution__card:hover {
	text-decoration: none;
	background-color: #00a7e1;
	color: #fff
}

.solution__card:hover .solution__card-icon {
	color: #fff
}

.solution__card-title {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem
}

.solution__card-icon {
	font-size: 0.875rem;
	color: #00a7e1
}

@-webkit-keyframes solutionBg {
	from {
		background-position-x: 0
	}
	to {
		background-position-x: 1366px
	}
}

@keyframes solutionBg {
	from {
		background-position-x: 0
	}
	to {
		background-position-x: 1366px
	}
}

.invite {
	position: relative;
	overflow-x: hidden;
	padding-top: 78px;
	padding-bottom: 58px
}

.invite__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 2.125rem;
	text-align: center;
	margin-bottom: 14px
}

.invite__desc {
	text-align: center;
	color: #7a849d;
	font-size: 1rem;
	line-height: 1.375rem
}

.invite__banner {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-align: center;
	text-transform: uppercase;
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px
}

.invite__btn {
	margin-top: 10px;
	width: 378px;
	max-width: 100%;
	box-shadow: 0 16px 25px rgba(25, 105, 255, .12);
	-webkit-animation: inviteBtn 20s infinite;
	animation: inviteBtn 20s infinite;
	background-repeat: repeat-x;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.invite__btn:hover {
	background-image: url(../img/start__btn-bg.svg)
}

.invite__btn-title {
	font-size: 1.125rem
}

.invite__btn-subtitle {
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	text-transform: none;
	padding-bottom: 3px;
	color: rgba(255, 255, 255, .6)
}

.invite__footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 20px
}

.invite__paid {
	text-align: center;
	margin-bottom: 20px
}

.invite__paid-title {
	margin-bottom: 10px
}

.invite__paid-count {
	display: flex
}

.invite__paid-num {
	width: 45px;
	height: 54px;
	border: 1px solid #e5eaf9;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
	color: #c9d0e3;
	margin-right: 4px
}

.invite__paid-num.active {
	color: #00a7e1
}

.invite__info {
	text-align: center;
	padding-top: 8px;
	width: 100px
}

.invite__info-icon {
	margin-bottom: 6px
}

@-webkit-keyframes inviteBtn {
	from {
		background-position-x: 0
	}
	to {
		background-position-x: 404px
	}
}

@keyframes inviteBtn {
	from {
		background-position-x: 0
	}
	to {
		background-position-x: 404px
	}
}

.affiliate {
	padding-bottom: 96px
}

.affiliate__logo {
	text-align: center
}

.affiliate__title {
	font-weight: 800;
	font-family: Space Grotesk;
	font-size: 30x;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 6px;
	line-height: 2.3125rem
}

.affiliate__item {
	display: flex;
	cursor: pointer;
	color: #7a849d;
	padding-bottom: 20px
}

.affiliate__item-play {
	width: 32px;
	flex: 0 0 auto;
	height: 32px;
	margin-right: 12px;
	margin-top: 18px;
	position: relative
}

.affiliate__item-play:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	transition: opacity .2s;
	background: url(../img/affiliate-pause.svg) no-repeat center
}

.affiliate__item-play:after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: url(../img/affiliate-play.svg) no-repeat center;
	opacity: 1;
	transition: opacity .2s
}

.affiliate__item-step {
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.33333
}

.affiliate__item-title {
	font-size: 1.125rem;
	line-height: 1.38889;
	margin-bottom: 8px
}

.affiliate__item.active .affiliate__item-play:before {
	opacity: 1
}

.affiliate__item.active .affiliate__item-play:after {
	opacity: 0
}

.affiliate__item.active .affiliate__item-step {
	color: #00a7e1
}

.affiliate__item.active .affiliate__item-title {
	color: #131622;
	font-weight: 600
}

.affiliate__item.active .affiliate__progress {
	opacity: 1;
	transition: opacity .2s
}

.affiliate__play {
	margin-bottom: 22px
}

.affiliate__progress {
	height: 4px;
	opacity: 0
}

.affiliate__btn {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375;
	padding: 14px 16px
}

.affiliate .plyr {
	display: none
}

.call {
	background-color: #00a7e1;
	color: #fff
}

.call .container {
	position: relative;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 40px
}

.call .container:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/call-top.svg) no-repeat;
	background-position: top
}

.call__title {
	font-family: Space Grotesk;
	font-weight: 800;
	text-align: center;
	margin-bottom: 16px;
	font-size: 2.125rem;
	line-height: 2.625rem
}

.call__desc {
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 1.125rem;
	line-height: 1.5625rem
}

.call__btn {
	width: 100%
}

.earnings .btn {
	font-size: 1rem;
	border-radius: 6px;
	font-weight: 600;
	padding: 12px;
	min-width: 290px
}

.shut {
	padding-top: 20px
}

.shut__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 2.125rem;
	text-align: center;
	margin-bottom: 42px
}

.shut__items {
	border: 1px solid #e5eaf9;
	border-radius: 8px;
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 916px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 56px;
	flex-wrap: wrap
}

.shut__col {
	flex: 1 0 50%;
	padding-left: 7px;
	padding-right: 7px
}

.shut__item {
	font-size: 1rem;
	padding: 14px 10px
}

.shut__item-title {
	color: #00a7e1;
	font-weight: 600
}

.shut__item_primary {
	background-color: #ecfbf0;
	border-radius: 4px;
	color: #0d8f22;
	padding: 14px 10px
}

.shut__item_primary .shut__item-title {
	color: #0d8f22
}

.shut__thumb {
	text-align: center
}

.shut__result {
	padding-top: 64px;
	padding-bottom: 64px;
	background: url(../img/shut-result-bg.svg) no-repeat;
	background-position: center 80%
}

.shut__result-icon {
	margin-bottom: 32px;
	text-align: center
}

.shut__result-title {
	margin-bottom: 40px;
	text-align: center;
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.75rem
}

.whatis {
	padding-top: 54px;
	color: #fff;
	background-color: #00a7e1
}

.whatis__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.75rem;
	text-align: center;
	margin-bottom: 14px
}

.whatis__subtitle {
	font-size: 1.375rem;
	text-align: center
}

.whatis__benefit {
	display: flex;
	justify-content: space-between;
	width: 700px;
	margin-top: 46px;
	margin-bottom: 50px
}

.whatis__benefit-item {
	display: flex;
	align-items: center
}

.whatis__benefit-icon {
	font-size: 1.75rem;
	color: #fff;
	margin-right: 12px
}

.whatis__benefit-title {
	font-weight: 600;
	line-height: 1.125rem;
	font-size: 0.8125rem
}

.whatis__trade {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: center;
	z-index: 1;
	width: 100%;
	margin-top: 32px;
	margin-bottom: -50px
}

.whatis__trade-mobile img {
	box-shadow: 0 4px 76px rgba(0, 0, 0, .25)
}

.some {
	padding-top: 30%;
	padding-bottom: 80px
}

.some__title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.75rem;
	text-align: center;
	margin-bottom: 34px
}

.some__item-icon {
	color: #00a7e1;
	font-size: 2rem
}

.some__item-title {
	font-family: Space Grotesk;
	font-weight: 800;
	font-size: 1.5rem;
	margin-top: 10px;
	line-height: 1.3;
	margin-bottom: 8px
}

.some__item-desc {
	color: #7a849d
}

.some__action {
	margin-top: 64px
}

.chart__container {
	position: relative;
	max-width: 916px;
	margin: auto
}

.chart__container iframe {
	height: 40vh!important
}

.cards-container {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 108px
}

.cards-container__card {
	display: flex;
	flex: 1;
	padding: 32px 16px;
	transition: border-color .3s;
	border-radius: 8px
}

.cards-container__card:hover {
	border: 1px solid #00a7e1
}

.cards-container__card .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	background-color: #fff
}

.cards-container__card-title {
	font-weight: 600;
	font-family: Space Grotesk;
	font-size: 1.25rem;
	line-height: 1.6875rem
}

.cards-container__card-description {
	color: #7a849d;
	transition: all .2s ease-in-out
}

.cards-container__btn {
	width: 100%;
	height: 52px;
	padding: 15px 0;
	color: #00a7e1;
	border-color: #00a7e1;
	transition: background-color .3s, color .3s
}

.cards-container__btn:hover {
	background: #00a7e1;
	color: #fff
}

.cards-container__card-bottom-text {
	align-self: center;
	position: absolute;
	right: 0;
	left: 0;
	color: #00a7e1;
	margin-bottom: 0;
	text-align: center;
	padding-top: 4px;
	font-size: 0.75rem
}

.other-requests {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 140px 0
}

.other-requests__text {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 8px
}

.other-requests__email {
	font-weight: 800;
	font-family: Space Grotesk;
	font-size: 1.5rem;
	line-height: 1.8125rem
}

.about-start {
	display: flex;
	align-items: center;
	height: 52vw;
	min-height: 400px;
	max-height: 700px;
	background-image: url(../img/about-us/start-background.png);
	background-repeat: no-repeat;
	background-size: cover
}

.about-start__logo {
	display: inline-block
}

.about-start__mirror-img {
	transform: scale(-1, 1);
	margin-left: -2px;
	margin-right: 40px
}

.about-start__company-name {
	font-family: Space Grotesk;
	color: #00a7e1;
	margin-bottom: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5rem
}

.about-start__company-name {
	font-size: 1.875rem
}

.about-start__main-text {
	font-family: Space Grotesk;
	line-height: 133%;
	color: #fff;
	margin-bottom: 0
}

.about-start__main-text {
	font-size: 1.5rem
}

.about-start__main-text {
	max-width: 100%
}

.about-start__subtext {
	font-size: 1rem;
	color: #fff
}

.our-belief {
	padding-top: 140px;
	padding-bottom: 185px
}

.our-belief__title {
	font-family: Space Grotesk;
	font-size: 3.125rem;
	text-align: center;
	margin-bottom: 68px
}

.our-belief__graph {
	padding-top: 140px;
	padding-left: 9px;
	padding-right: 9px;
	background: url(../img/solution-bg.svg) repeat-x 0 0;
	-webkit-animation: solutionBg 20s infinite;
	animation: solutionBg 20s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.our-belief__container {
	display: flex;
	flex-direction: column
}

.our-belief__description {
	display: block;
	font-family: Space Grotesk;
	font-weight: bolder;
	font-size: 2.0625rem;
	margin-bottom: 18px
}

.our-belief__subtext {
	display: block;
	color: #7a849d
}

.benefits {
	position: relative;
	padding: 100px 0 100px 0;
	color: #fff;
	background-color: #00a7e1;
	text-align: center
}

.benefits__benefits-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

.benefits__benefit-container {
	display: flex;
	flex-direction: column
}

.benefits__benefit-container:nth-child(1) {
	width: 146px
}

.benefits__benefit-container:nth-child(2) {
	width: 216px
}

.benefits__benefit-container:nth-child(3) {
	width: 116px
}

.benefits__benefit-container:nth-child(4) {
	width: 115px
}

.benefits__benefit-container:nth-child(5) {
	width: 77px
}

.benefits__benefit-value {
	font-family: Space Grotesk;
	margin-bottom: 16px;
	font-size: 2.25rem
}

.benefits__benefit-description {
	font-size: 1rem
}

.careers {
	padding: 140px 0 80px 0
}

.careers__title {
	font-family: Space Grotesk;
	font-size: 3.125rem;
	text-align: center;
	margin-bottom: 68px
}

.careers__text-wrapper {
	padding-top: 40px;
	background: url(../img/start-trade-bg.svg) repeat-x
}

.careers__text-container {
	font-family: Space Grotesk;
	display: inline-block
}

.careers__text-first {
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 0
}

.careers__text-second {
	font-size: 2.25rem;
	color: #00a7e1;
	font-weight: bolder;
	margin-bottom: 0
}

.careers__text-third {
	font-size: 1.5rem;
	text-align: right;
	margin-bottom: 0
}

.careers__explore-link {
	color: #000
}

.partnership {
	margin-bottom: 140px;
	position: relative;
	height: 52vw;
	min-height: 400px;
	max-height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%, 50%;
	background-image: url(../img/about-us/workplace.png)
}

.partnership__texts {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0
}

.partnership__title {
	width: 795px;
	max-width: 90%;
	font-size: 2.25rem;
	font-family: Space Grotesk;
	color: #fff;
	margin-bottom: 36px;
	text-align: center
}

.partnership__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	max-width: 70%;
	height: 52px
}

.img-bg-container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto 0
}

.careers-hero {
	display: flex;
	align-items: flex-end;
	height: 41vw;
	min-height: 500px;
	max-height: 700px;
	background-image: url(../img/careers/doors.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%, 50%;
	margin-top: 73px;
	margin-bottom: 140px;
	font-family: Space Grotesk;
	color: #fff;
	font-weight: bolder
}

.careers-hero {
	font-size: 1.5rem
}

.careers-hero {
	line-height: 1.625rem
}

.careers-hero__texts {
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.careers-hero__texts {
	padding-bottom: 20px
}

.careers-hero__first {
	display: block;
	margin-bottom: 0
}

.careers-hero__first {
	padding-left: 5px
}

.careers-hero__second {
	line-height: 1.625rem;
	color: #00a7e1;
	margin-bottom: 0
}

.careers-hero__second {
	padding-left: 5px
}

.careers-hero__third {
	margin-bottom: 0
}

.careers-hero__third {
	padding-left: 5px
}

.careers-hero__third__blue {
	color: #00a7e1
}

.positions-list {
	padding-top: 140px
}

.positions-list .card {
	margin-bottom: 0!important
}

.positions-list__title {
	font-family: Space Grotesk;
	font-weight: bolder;
	margin-bottom: 60px;
	font-size: 2.25rem;
	text-align: center
}

.positions-list__header {
	display: flex;
	align-items: center;
	position: relative;
	height: 64px;
	font-weight: 600;
	font-size: 16;
	padding: 0 20px;
	border-top-left-radius: 8px;
	background-color: rgba(48, 113, 238, .1);
	border-top-right-radius: 8px
}

.positions-list #openedPositionsAccordion h6 {
	margin-bottom: 16px;
	padding-left: 44px
}

.positions-list #openedPositionsAccordion ul {
	padding-left: 64px;
	margin-bottom: 24px
}

.positions-list #openedPositionsAccordion li {
	margin-bottom: 8px;
	color: #7a849d
}

.positions-list #openedPositionsAccordion .positions-list-th {
	padding: 0 44px
}

.positions-list #openedPositionsAccordion .card-body {
	background: rgba(48, 113, 238, .1)
}

.positions-list #openedPositionsAccordion .card-header[aria-expanded=true] {
	background-color: #00a7e1;
	color: #fff
}

.positions-list #openedPositionsAccordion .card .card-header:after {
	background: url(../img/collapse-arrow-white.svg) no-repeat
}

.growing-fast {
	position: relative;
	height: 52vw;
	min-height: 400px;
	max-height: 700px;
	margin: 69px 0 140px;
	font-family: Space Grotesk;
	color: #fff;
	font-weight: bolder;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%, 50%;
	background-image: url(../img/careers/workplace.png)
}

.growing-fast {
	font-size: 1rem
}

.growing-fast {
	line-height: 1.25rem
}

.growing-fast__texts {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%
}

.growing-fast__texts {
	bottom: 5px
}

.growing-fast__first {
	margin-bottom: 0
}

.growing-fast__first {
	padding-left: 5px
}

.growing-fast__second {
	margin-bottom: 0
}

.growing-fast__second {
	padding-left: 5px
}

.growing-fast__second a {
	font-size: 1.5rem
}

.growing-fast__second a {
	line-height: 1.5rem
}

.growing-fast__third {
	margin-bottom: 0
}

.growing-fast__third {
	padding-left: 5px
}

.security-point__container {
	position: relative
}

.security-point__title {
	font-family: Space Grotesk;
	font-size: 2.25rem;
	font-weight: bolder;
	line-height: 3rem;
	margin-bottom: 60px
}

.security-point__img {
	align-items: center;
	margin-bottom: 60px
}

.security-point__sm-image-row {
	position: absolute;
	top: -80px;
	left: -30px;
	width: 100%;
	height: 100%
}

.security-point__sm-image-container {
	opacity: .4;
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover
}

.security-point__sm-image {
	width: 100%;
	height: 100%
}

.security-left-nav {
	color: #7a849d
}

.security-left-nav__ul {
	list-style: none;
	padding-left: 16px;
	position: sticky;
	top: 16px
}

.security-left-nav__li {
	position: relative;
	padding: 8px 0;
	font-size: 1rem;
	line-height: 100%
}

.security-left-nav__li a {
	color: #7a849d
}

.security-left-nav__li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -16px;
	width: 4px;
	height: 35px;
	background-color: #e5eaf9
}

.security-left-nav__li a.active {
	color: #000
}

.security-left-nav__li a.active::before {
	background-color: #00a7e1
}

.security-head {
	display: flex;
	align-items: center;
	position: relative;
	font-family: Space Grotesk;
	font-size: 3.125rem;
	line-height: 4.15625rem;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 200px;
	background: #131622;
	height: 407px
}

.security-head__lines {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90.04deg, #131622 8.04%, rgba(19, 22, 34, .6) 42.41%, rgba(0, 0, 0, 0) 65.52%), rgba(223, 229, 242, .04);
	background-repeat: no-repeat;
	background-size: cover
}

.security-head__lines-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.security-head__text-container {
	position: relative
}

.security-head__shield {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 264px;
	transform: translateY(-50%)
}

.security__point-container {
	margin-bottom: 210px
}

.security__safeguardingParagraph {
	font-size: 1.375rem;
	line-height: 2.0625rem
}

.security__safeguardingParagraph::before {
	content: "";
	display: block;
	width: 30px;
	height: 6px;
	background-color: #00a7e1;
	margin-bottom: 10px
}

.security__safeguardingParagraph:not(:last-child) {
	margin-bottom: 60px
}

.security__list {
	padding-left: 0;
	list-style: none
}

.security__list li {
	font-size: 1.375rem;
	line-height: 150%;
	margin-bottom: 32px
}

.security__list li::before {
	content: "\2022";
	color: #c9d0e3;
	font-weight: 600;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.security__solutions {
	margin-top: 60px
}

.let-us-know {
	display: flex;
	align-items: center;
	position: relative;
	height: 322px;
	font-family: Space Grotesk;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 200px;
	background: #00a7e1
}

.let-us-know__lines {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover
}

.let-us-know__lines-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.let-us-know__text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: 264px;
	text-align: center;
	background-image: url(../img/security/shield-bottom.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.let-us-know__email {
	color: #fff;
	font-size: 2.25rem
}

.let-us-know__email:hover {
	color: #fff
}

.header__container {
	padding-top: 5px;
	padding-bottom: 5px
}

.header_border-bottom {
	border-bottom: 1px solid #e5eaf9
}

.header__nav-link {
	padding-right: 18px;
	padding-left: 18px
}

.lang__nav .dropdown-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.proposal {
	background-color: #000;
	color: #fff
}

.proposal__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0
}

.proposal__text {
	margin-right: 16px;
	font-weight: 600
}

.proposal__btn {
	padding: 2px 12px;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background-color: rgba(221, 67, 67, 0.3);
	border-color: rgba(197, 46, 46, 0.3);
	background-clip: padding-box;
	text-decoration: none
}

.proposal__btn:hover {
	color: #fff;
	border-color: rgba(235, 8, 8, 0.5);
	background-color: rgba(196, 8, 8, 0.5)
}

.proposal__btn.focus,
.proposal__btn:focus {
	border-color: rgba(248, 249, 250, .5);
	background-color: rgba(248, 249, 250, .5);
	box-shadow: none
}

.proposal__link {
	color: #fff
}

.proposal__link:hover {
	color: rgba(255, 255, 255, .7)
}

.liaison {
	display: flex;
	align-items: center;
	margin-left: -6px;
	margin-right: -6px
}

.liaison__btn {
	margin-left: 6px;
	margin-right: 6px
}

.nav-trigger__icon {
	display: block;
	position: relative;
	z-index: 10;
	width: 21px;
	color: #00a7e1;
	height: 2px;
	background-color: currentColor;
	transition: color .2s, background-color .2s
}

.nav-trigger__icon::before,
.nav-trigger__icon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .3s;
	background-color: currentColor
}

.nav-trigger__icon::before {
	transform: translateY(-6px) rotate(0)
}

.nav-trigger__icon::after {
	transform: translateY(6px) rotate(0)
}

.navbar-toggler[aria-expanded=true] .nav-trigger__icon {
	background-color: rgba(19, 22, 34, 0);
	color: #111
}

.navbar-toggler[aria-expanded=true] .nav-trigger__icon::before {
	transform: translateY(0) rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .nav-trigger__icon::after {
	transform: translateY(0) rotate(-45deg)
}

.layout-footer {
	flex: 0 0 auto;
	color: #4e5155;
	margin-top: auto;
	box-shadow: inset 0 1px 0 #e5eaf9;
	background-color: #fff
}

.footer__container {
	padding-top: 20px;
	padding-bottom: 32px;
	padding-left: 13px;
	padding-right: 13px
}

.footer__logo {
	margin-top: 18px;
	margin-bottom: 6px;
	display: block
}

.footer__social {
	display: flex;
	margin-top: 20px;
	margin-left: -4px;
	margin-right: -4px
}

.footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	transition: color .2s;
	font-size: 1.5rem;
	margin-right: 8px
}

.footer__nav {
	margin-bottom: 20px
}

.footer__nav-title {
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #7a849d
}

.footer__nav-link {
	display: block;
	padding: 4px 0;
	transition: color .2s;
	color: #131622;
	font-size: 0.75rem;
	line-height: 1rem
}

.footer__privacy {
	box-shadow: inset 0 1px 0 #e5eaf9;
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 16px;
	padding-left: 13px;
	padding-right: 13px
}

.footer__privacy-nav {
	margin-left: -10px;
	margin-bottom: 10px
}

.footer__privacy-link {
	font-size: 0.75rem;
	color: #7a849d;
	padding-left: 10px;
	padding-right: 10px
}

.footer__privacy-desc {
	font-size: 0.5625rem;
	line-height: 0.75rem
}

.footer__privacy-desc p {
	margin-bottom: 12px
}

.sticky {
	display: block;
	position: fixed;
	z-index: 1030;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: inset 0 1px 0 #e5eaf9
}

.sticky__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1065px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.sticky__scroll {
	flex: 1 0 auto;
	position: relative;
	max-width: calc(100% - 82px)
}

.sticky__scroll:after,
.sticky__scroll:before {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	left: -15px;
	width: 20px;
	background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
	pointer-events: none
}

.sticky__scroll:after {
	right: 0;
	left: auto;
	background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.sticky__list {
	display: flex;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: auto;
	margin-left: -15px;
	padding-left: 15px;
	touch-action: pan-x;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sticky__item {
	display: flex;
	align-items: center;
	transition: color .2s
}

.sticky__icon {
	display: none
}

.sticky__body {
	width: 88px
}

.sticky__label {
	font-size: 0.625rem;
	color: #000
}

.sticky__percent {
	padding-left: 4px;
	font-size: 0.625rem
}

.sticky__count {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.1875rem
}

.sticky__btn {
	width: 78px
}

.sticky_positive {
	color: #39d364
}

.sticky_negative {
	color: #f77
}

.fs-10 {
	font-size: 0.625rem
}

.fs-18 {
	font-size: 1.125rem
}

@media screen and (min-width:360px) {
	.about-start__company-name {
		font-size: calc(1.875rem + 50 * ((100vw - 22.5rem)/ 840))
	}
	.about-start__main-text {
		font-size: calc(1.5rem + 26 * ((100vw - 22.5rem)/ 840))
	}
	.about-start__main-text {
		max-width: calc(100% + -45 * ((100vw - 360px)/ 840))
	}
	.careers-hero {
		font-size: calc(1.5rem + 12 * ((100vw - 22.5rem)/ 632))
	}
	.careers-hero {
		line-height: calc(1.625rem + 18 * ((100vw - 22.5rem)/ 632))
	}
	.careers-hero__texts {
		padding-bottom: calc(20px + 20 * ((100vw - 360px)/ 632))
	}
	.growing-fast {
		font-size: calc(1rem + 20 * ((100vw - 22.5rem)/ 632))
	}
	.growing-fast {
		line-height: calc(1.25rem + 24 * ((100vw - 22.5rem)/ 632))
	}
	.growing-fast__texts {
		bottom: calc(5px + 37 * ((100vw - 360px)/ 632))
	}
	.growing-fast__second a {
		font-size: calc(1.5rem + 26 * ((100vw - 22.5rem)/ 632))
	}
	.growing-fast__second a {
		line-height: calc(1.5rem + 26 * ((100vw - 22.5rem)/ 632))
	}
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: 1rem;
		padding: 20px
	}
	.plyr--video .plyr__controls {
		padding: 35px 10px 10px
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
	.container,
	.container-sm {
		max-width: 540px
	}
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
	.card-group {
		display: flex;
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
	.calculator__title {
		font-size: 1.875rem
	}
	.calculator__chart-title {
		margin-right: 18px;
		margin-left: 0
	}
	.calculator__chart-footer {
		align-items: center;
		padding: 0 50px
	}
	.invite__info {
		width: 144px
	}
	.call__btn {
		width: 360px
	}
	.shut__item {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.25rem
	}
	.shut__item_primary {
		padding-left: 20px;
		padding-right: 20px
	}
	.chart__container iframe {
		height: 50vh!important
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
	.plyr__captions {
		font-size: 1.125rem
	}
	.start {
		padding-top: 70px
	}
	.start__title {
		font-size: 3.125rem;
		margin-bottom: 8px
	}
	.start__subtitle {
		font-size: 1.375rem;
		line-height: 1.875rem;
		margin-bottom: 2rem
	}
	.start__trade {
		margin-bottom: -86px;
		pointer-events: none;
		background: url(../img/start-trade-bg.svg) no-repeat;
		background-position: center top;
		margin-top: 0
	}
	.way {
		padding-top: 170px
	}
	.choice__title {
		margin-bottom: 62px
	}
	.calculator {
		padding-bottom: 54px
	}
	.calculator__capital-text {
		margin-bottom: 28px
	}
	.calculator__chart {
		border: 1px solid #e5eaf9;
		padding-bottom: 30px;
		border-radius: 8px
	}
	.calculator__chart-container {
		padding-left: 24px;
		padding-right: 36px
	}
	.calculator__chart-hint {
		margin-left: auto
	}
	.calculator__leverage {
		margin-bottom: 2rem
	}
	.calculator__leverage-text {
		margin-top: 0
	}
	.coming-soon__title {
		font-size: 2.375rem;
		line-height: 2.9375rem;
		margin-top: 10px
	}
	.solution__title {
		max-width: 754px;
		margin-left: auto;
		margin-right: auto
	}
	.shut__items {
		padding: 18px 20px
	}
	.shut__col {
		flex: 1 0 33.3333%
	}
	.whatis__trade {
		margin-bottom: -192px;
		pointer-events: none;
		margin-top: 0
	}
	.chart__container iframe {
		height: 56vh!important
	}
	.benefits {
		padding: 73px 0 62px 0
	}
	.benefits::after,
	.benefits::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		width: 40%;
		height: 50%;
		background-image: url(../img/about-us/benefits-bg.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100% 50%;
		opacity: .2
	}
	.benefits::before {
		left: 0;
		transform: translateY(-50%)
	}
	.benefits::after {
		right: 0;
		transform: scaleX(-1) translateY(-50%)
	}
	.benefits__benefits-container {
		flex-direction: row;
		align-items: baseline;
		justify-content: space-between
	}
	.careers__text-first {
		font-size: 2.25rem
	}
	.careers__text-second {
		font-size: 4rem
	}
	.careers__text-third {
		font-size: 2.25rem
	}
	.proposal__body {
		justify-content: center;
		padding: 7px 0
	}
	.proposal__text {
		margin-right: 66px
	}
	.sticky__icon {
		margin-right: 10px;
		display: block
	}
}

@media screen and (min-width:768px) {
	.careers-hero__first {
		padding-left: calc(5px + 95 * ((100vw - 768px)/ 224))
	}
	.careers-hero__second {
		padding-left: calc(5px + 295 * ((100vw - 768px)/ 224))
	}
	.careers-hero__third {
		padding-left: calc(5px + 295 * ((100vw - 768px)/ 224))
	}
	.growing-fast__first {
		padding-left: calc(5px + 175 * ((100vw - 768px)/ 224))
	}
	.growing-fast__second {
		padding-left: calc(5px + 235 * ((100vw - 768px)/ 224))
	}
	.growing-fast__third {
		padding-left: calc(5px + 395 * ((100vw - 768px)/ 224))
	}
}

@media (min-width:992px) {
	.blockquote {
		padding: 16px
	}
	.container {
		max-width: 960px
	}
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
	.navbar-nav .nav-link {
		padding-right: 9px;
		padding-left: 9px
	}
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-light .navbar-nav .active>.nav-link:after {
		bottom: 3px;
		top: auto;
		left: 50%;
		margin-left: -1px
	}
	.card-header {
		font-size: 1.125rem
	}
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
	.way {
		min-height: 764px;
		padding-bottom: 0
	}
	.way__title {
		font-size: 2.375rem;
		line-height: 2.9375rem;
		text-align: left
	}
	.way__slide-body {
		width: 458px
	}
	.way__slide-picture {
		display: block
	}
	.choice__title {
		font-size: 2.375rem;
		text-align: center;
		line-height: 2.9375rem
	}
	.choice__card:before {
		margin-bottom: 20px
	}
	.choice__card-title {
		margin-bottom: 10px
	}
	.shield {
		margin-top: 32px;
		margin-bottom: 110px
	}
	.shield__left {
		flex: 0 0 51.25%;
		padding: 60px 36px
	}
	.shield__right {
		flex: 1 0 0;
		padding: 60px 36px
	}
	.shield__title {
		font-size: 1.75rem;
		line-height: 2.125rem
	}
	.shield__header {
		font-size: 2.25rem
	}
	.shield__header-icon {
		margin-right: 12px
	}
	.shield__desc {
		font-size: 1rem
	}
	.shield__works-title {
		padding-bottom: 8px
	}
	.shield__works-item {
		margin-top: 20px
	}
	.calculator__title {
		font-size: 2.25rem;
		line-height: 2.75rem;
		margin-bottom: 34px
	}
	.calculator__capital-text {
		margin-bottom: 12px
	}
	.calculator__chart {
		width: 704px;
		max-width: 100%;
		margin-left: auto
	}
	.calculator__chart-list {
		margin-bottom: 26px;
		margin-top: 8px
	}
	.calculator__chart-label {
		font-size: 1.25rem
	}
	.calculator__chart-mut {
		font-size: 0.625rem
	}
	.calculator__leverage-text {
		margin-top: 30px
	}
	.coming-soon {
		padding-bottom: 100px
	}
	.coming-soon__subtitle {
		margin-bottom: 48px
	}
	.trading-start {
		padding-bottom: 68px
	}
	.trading-start__title {
		font-size: 2.25rem;
		line-height: 2.75rem;
		text-align: center;
		margin-bottom: 46px
	}
	.trading-start__items {
		margin-bottom: 48px
	}
	.trading-start__item {
		flex-direction: column;
		padding-bottom: 0
	}
	.trading-start__item_center:after,
	.trading-start__item_center:before {
		content: "";
		position: absolute
	}
	.trading-start__item_center:after {
		right: auto;
		left: calc(50% + 30px)
	}
	.trading-start__item-badge {
		margin-left: auto;
		margin-right: auto
	}
	.trading-start__item-title {
		font-size: 1.375rem;
		line-height: 1.875rem;
		text-align: center
	}
	.trading-start__item-desc {
		text-align: center;
		font-size: 1rem;
		line-height: 1.375rem
	}
	.comment {
		padding: 76px 9px 50px
	}
	.comment__header {
		display: flex;
		padding-bottom: 36px;
		margin-bottom: 36px
	}
	.comment__header-text {
		font-size: 2.0625rem;
		line-height: 2.5rem;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 750px;
		margin-right: 54px
	}
	.comment__header-author {
		flex: 0 0 auto;
		max-width: 260px;
		margin-top: 3px
	}
	.comment__header-name {
		font-size: 1.125rem;
		line-height: 1.5625rem;
		margin-top: 0;
		margin-bottom: 0
	}
	.solution {
		padding-top: 140px
	}
	.solution__title {
		font-size: 2.75rem;
		line-height: 3.375rem;
		margin-bottom: 30px
	}
	.solution__list {
		margin-top: 82px;
		margin-bottom: 54px
	}
	.invite {
		padding-top: 108px;
		padding-bottom: 164px
	}
	.invite:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50vw;
		background: url(../img/invite-bg-left.svg) no-repeat;
		background-position: left center;
		background-size: contain
	}
	.invite:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50vw;
		background: url(../img/invite-bg-right.svg) no-repeat;
		background-position: right center;
		background-size: contain
	}
	.invite__title {
		font-size: 3.125rem;
		margin-bottom: 12px
	}
	.invite__desc {
		font-size: 1.375rem;
		line-height: 1.875rem
	}
	.invite__banner {
		font-size: 1.25rem;
		margin-top: 76px;
		line-height: 1.5625rem
	}
	.invite__banner-text {
		font-size: 1.75rem;
		margin-top: 6px
	}
	.invite__btn {
		margin-top: 25px
	}
	.invite__footer {
		flex-direction: row;
		margin-top: 90px
	}
	.invite__paid {
		margin-right: 26px;
		text-align: left;
		margin-bottom: 0
	}
	.affiliate__title {
		line-height: 2.9375rem;
		font-size: 2.375rem;
		margin-bottom: 50px
	}
	.affiliate__play {
		margin-top: 22px;
		margin-bottom: 0
	}
	.call .container {
		padding-top: 72px;
		padding-bottom: 72px
	}
	.call .container:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		width: 262px;
		background: url(../img/call-left.svg) no-repeat;
		background-position: center
	}
	.call .container:after {
		left: auto;
		width: 262px;
		background: url(../img/call-right.svg) no-repeat;
		background-position: center
	}
	.call__title {
		font-size: 2.375rem;
		line-height: 2.9375rem
	}
	.call__desc {
		font-size: 1.25rem;
		line-height: 1.6875rem;
		margin-bottom: 40px
	}
	.earnings .btn {
		font-size: 1.125rem;
		padding: 14px
	}
	.shut {
		padding-top: 104px
	}
	.shut__title {
		margin-bottom: 46px;
		font-size: 3.125rem
	}
	.shut__result {
		padding-bottom: 104px
	}
	.shut__result-title {
		font-size: 2.375rem
	}
	.whatis__title {
		font-size: 2.375rem
	}
	.some {
		padding-top: 304px
	}
	.some__title {
		font-size: 2.375rem
	}
	.cards-container__card-title {
		font-size: 1.375rem;
		line-height: 1.875rem;
		text-align: center
	}
	.our-belief__container {
		flex-direction: row;
		align-items: center
	}
	.benefits {
		padding: 157px 0 138px 0
	}
	.careers-hero__second {
		font-size: 3.125rem;
		line-height: 3.8125rem
	}
	.careers-hero__third__blue {
		line-height: 3.8125rem;
		font-size: 3.125rem
	}
	.header .dropdown-menu {
		display: block;
		left: 50%;
		transform: translateX(-50%);
		transition: opacity .4s, visibility .4s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}
	.header .dropdown:focus .dropdown-menu,
	.header .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto
	}
	.lang__nav {
		order: 1
	}
	.nav-trigger__icon {
		width: 24px
	}
	.nav-trigger__icon::before {
		transform: translateY(-8px) rotate(0)
	}
	.nav-trigger__icon::after {
		transform: translateY(8px) rotate(0)
	}
	.footer__container {
		padding-top: 46px
	}
	.footer__privacy {
		padding-top: 16px;
		padding-bottom: 60px
	}
	.sticky__body {
		width: 112px
	}
	.sticky__count {
		font-size: 1rem;
		line-height: 1.375rem
	}
	.sticky__btn {
		width: 165px
	}
}

@media (min-width:992px) and (min-width:992px) {
	.trading-start__item_center:after,
	.trading-start__item_center:before {
		top: 16px;
		right: calc(50% + 30px);
		width: calc(100% - 30px);
		height: 2px;
		background-image: linear-gradient(90deg, transparent, transparent 70%, #e5eaf9 70%, #e5eaf9 100%), linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff);
		background-size: 20px 3px, 100% 3px
	}
}

@media screen and (min-width:992px) {
	.careers-hero {
		font-size: 2.25rem
	}
	.careers-hero {
		line-height: 2.75rem
	}
	.careers-hero__texts {
		padding-bottom: 40px
	}
	.careers-hero__first {
		padding-left: 100px
	}
	.careers-hero__second {
		padding-left: 300px
	}
	.careers-hero__third {
		padding-left: 300px
	}
	.growing-fast {
		font-size: 2.25rem
	}
	.growing-fast {
		line-height: 2.75rem
	}
	.growing-fast__texts {
		bottom: 42px
	}
	.growing-fast__first {
		padding-left: 180px
	}
	.growing-fast__second {
		padding-left: 240px
	}
	.growing-fast__second a {
		font-size: 3.125rem
	}
	.growing-fast__second a {
		line-height: 3.125rem
	}
	.growing-fast__third {
		padding-left: 400px
	}
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 1.3125rem
	}
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 1.3125rem
	}
	.plyr:fullscreen .plyr__captions {
		font-size: 1.3125rem
	}
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 1.3125rem
	}
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 1.3125rem
	}
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 1.3125rem
	}
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 1.3125rem
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px
	}
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1170px
	}
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
	.navbar-brand {
		margin-right: 116px
	}
	.navbar-nav .nav-link {
		padding-right: 18px;
		padding-left: 18px
	}
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
	.way__slide-image {
		top: -20px
	}
	.shield__left {
		padding: 60px
	}
	.shield__right {
		padding: 60px
	}
	.comment__item {
		padding-right: 3rem
	}
	.affiliate__btn {
		margin-left: 34px
	}
	.shut__col {
		flex: 1 0 15.5%
	}
	.shut__item {
		padding-left: 10px;
		padding-right: 10px
	}
	.cards-container {
		flex-direction: row
	}
	.cards-container__card {
		max-width: 262px;
		min-height: 393px
	}
	.our-belief__description {
		width: 713px
	}
	.our-belief__subtext {
		width: 628px
	}
}

@media screen and (min-width:1200px) {
	.about-start__company-name {
		font-size: 5rem
	}
	.about-start__main-text {
		font-size: 3.125rem
	}
	.about-start__main-text {
		max-width: 55%
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
	.trading-start__item_first:after {
		content: "";
		position: absolute;
		top: 45px;
		left: 16px;
		width: 2px;
		height: calc(100% - 50px);
		background-image: linear-gradient(0deg, transparent, transparent 70%, #e5eaf9 70%, #e5eaf9 100%), linear-gradient(0deg, #fff, #fff, #fff, #fff, #fff);
		background-size: 3px 20px, 3px 100%
	}
	.trading-start__item_center:after {
		content: "";
		position: absolute;
		top: 45px;
		left: 16px;
		width: 2px;
		height: calc(100% - 50px);
		background-image: linear-gradient(0deg, transparent, transparent 70%, #e5eaf9 70%, #e5eaf9 100%), linear-gradient(0deg, #fff, #fff, #fff, #fff, #fff);
		background-size: 3px 20px, 3px 100%
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
	.shield {
		padding-left: 5px;
		padding-right: 5px
	}
	.comment__header-specialty {
		font-size: 0.75rem;
		line-height: 1rem
	}
	.comment__item {
		padding-bottom: 28px
	}
	.partnership__title {
		font-size: 1.125rem;
		margin-bottom: 18px
	}
	.header__nav-link {
		font-size: 1.125rem;
		border-bottom: 1px solid #e5eaf9;
		padding-bottom: 12px;
		padding-top: 12px
	}
	.header__dropdown-menu {
		width: auto;
		margin: 0;
		border: none;
		padding: 0;
		font-size: 1rem;
		border-bottom: 1px solid #e5eaf9;
		border-radius: 0;
		box-shadow: none
	}
	.header__dropdown-menu:after,
	.header__dropdown-menu:before {
		content: none
	}
	.liaison {
		margin-top: 1rem;
		flex-direction: row-reverse
	}
	.liaison__btn {
		padding: 8px;
		font-size: 0.875rem;
		display: inline-block;
		margin-top: 1rem;
		width: calc(50% - 8px);
		margin-left: 0;
		margin-right: 0
	}
	.liaison__btn+.liaison__btn {
		margin-left: 12px;
		margin-right: 0
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
	.start__btn {
		width: 320px;
		max-width: 100%;
		text-align: left
	}
	.choice {
		padding-left: 9px;
		padding-right: 9px
	}
	.calculator__chart-container {
		margin-left: -18px;
		margin-right: -8px
	}
	.calculator__chart-hint {
		margin-top: 10px
	}
	.shut__col {
		max-width: 50%
	}
	.benefits::after,
	.benefits::before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		width: 50%;
		height: 44%;
		background-image: url(../img/about-us/benefits-bg-vertical.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 100%;
		opacity: .2
	}
	.benefits::before {
		top: 0;
		transform: translateX(-50%)
	}
	.benefits::after {
		bottom: 0;
		transform: scaleY(-1) translateX(-50%)
	}
	.benefits__benefit-container:not(:last-child) {
		margin-bottom: 100px
	}
}

@media (max-width:767px) {
	.plyr__time+.plyr__time {
		display: none
	}
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
	.security-point__title {
		font-size: 1.875rem
	}
	.let-us-know__email {
		font-size: 1.75rem
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.calculator__chart-hint {
		margin-left: 0;
		margin-top: 10px
	}
	.affiliate__item-title {
		font-size: 0.875rem
	}
	.affiliate__btn {
		font-size: 0.8125rem;
		margin-left: 44px
	}
	.header__nav-link {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.benefits__benefit-value {
		font-size: 1.5rem
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.lang__nav .dropdown-menu {
		left: auto;
		right: 0;
		transform: translateX(0)
	}
	.lang__nav .dropdown-menu:after {
		content: "";
		left: 82%
	}
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
	.btn {
		transition: none
	}
	.fade {
		transition: none
	}
	.collapsing {
		transition: none
	}
	.badge {
		transition: none
	}
	.progress-bar {
		transition: none
	}
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}