.switch-lang {
	--size: 1rem
}

.switch-lang__icon {
	width: var(--size);
	height: var(--size)
}

.switch-lang__icon img {
	vertical-align: top
}

.switch-lang__space {
	width: .5rem
}

.footer {
	padding-bottom: 7rem;
	background-color: #333
}

.footer a {
	color: #fff
}

.footer__nav {
	border-bottom: 1px solid #515151
}

.footer__nav .nav__item {
	padding: .9rem .75rem
}

.footer__nav .nav__item--active {
	color: #fff
}

.footer__nav .nav__item--logo {
	padding-right: 2rem!important
}

.footer__nav .nav__item--logo img {
	height: 1.2rem
}

.footer__icons {
	margin-top: .5rem;
	margin-bottom: -5px
}

.footer__icon {
	height: 1.4rem;
	margin-right: .75rem;
	fill: #fff
}

.footer__icon--youtube {
	height: 1.2rem;
	margin-top: .1rem
}

.footer__icon:hover {
	transform: scale(1.1)
}

.footer__link {
	text-decoration: underline
}

@media (max-width:992px) {
	.footer__nav {
		display: none!important
	}
	.footer__social {
		margin-right: 1rem
	}
	.footer__last-line {
		display: block!important;
		flex-direction: column
	}
	.footer__period {
		margin-top: 2rem
	}
}

.nav {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba(0, 0, 0, .85);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (max-width:992px) {
	.nav {
		display: none
	}
}

.nav__item {
	display: flex;
	align-items: center;
	box-sizing: content-box;
	padding: 1.7rem .75rem;
	color: #fff;
	cursor: pointer
}

.nav__item:last-child {
	padding-right: 0
}

.nav__item:first-child {
	padding-left: 0
}

.nav__item--active {
	
}

.nav__item--logo {
	padding-right: 6rem!important
}

.nav__item--logo img {
	height: 25px
}

.hamburger {
	width: 50px;
	height: 50px;
	border: 0;
	cursor: pointer;
	transition: opacity, -webkit-filter .15s linear;
	transition: opacity, filter .15s linear;
	transition: opacity, filter .15s linear, -webkit-filter .15s linear
}

.hamburger__wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.hamburger__content,
.hamburger__content:after,
.hamburger__content:before {
	position: absolute;
	display: block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	content: ""
}

.hamburger__content {
	top: calc(50% - 1.5px);
	right: 0
}

.hamburger__content:before {
	top: -7px
}

.hamburger__content:after {
	bottom: -7px
}

.hamburger__content--squeeze {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms
}

.hamburger__content--squeeze:before {
	transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger__content--squeeze:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger__content--active {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger__content--active:before {
	top: 0;
	opacity: 0;
	transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger__content--active:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left)
}

@media (min-width:993px) {
	.mobile-menu {
		display: none
	}
}

@media (orientation:landscape) {
	.mobile-menu footer {
		display: none
	}
}

.mobile-menu__top {
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, transparent)
}

.mobile-menu__logo {
	flex-grow: 1;
	height: 21px;
	transition: opacity .3s linear
}

.mobile-menu__logo img {
	width: auto;
	height: 100%
}

.mobile-menu__nav {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden
}

.mobile-menu__items {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.mobile-menu__item {
	padding: 0 2rem;
	color: #000;
	font-size: 2rem
}

.mobile-menu__item--active {
	color: #fff;
	background-color: #000
}

.mobile-menu__item:first-child {
	margin-top: 1rem
}

.mobile-menu--opened {
	height: 100%;
	background-color: #fff
}

.mobile-menu--closed .mobile-menu__nav {
	display: none
}

.mobile-menu--main.mobile-menu--closed .mobile-menu__logo--hidden {
	z-index: -1;
	opacity: 0
}

.video-player-view__iframe {
	width: 75vw;
	max-width: 1700px;
	height: 42.1875vw;
	max-height: 90%
}

@media (orientation:portrait) {
	.video-player-view__iframe {
		width: 100vw;
		height: 56.25vw
	}
}

.video-player-view__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer
}

.we-have-cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #e2e2e2;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
}

.we-have-cookies__container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1rem 0
}

.we-have-cookies__text {
	flex-grow: 1;
	font-size: 1.1rem!important
}

.we-have-cookies__text a {
	text-decoration: underline
}

.we-have-cookies__img {
	max-width: 30px;
	padding-right: .5rem;
	cursor: pointer
}

.we-have-cookies__img img {
	vertical-align: middle
}

.we-have-cookies__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	padding: .5rem 1rem;
	font-size: 1.1rem!important;
	text-transform: capitalize;
	background-color: #278cfe;
	cursor: pointer;
	transition: background-color .3s
}

.we-have-cookies__btn:hover {
	background-color: #1e74cd
}

@media (max-width:992px) {
	.we-have-cookies {
		background-color: #fff
	}
}

.Toastify__toast-container {
	position: fixed;
	z-index: 9999;
	box-sizing: border-box;
	color: #fff;
	-webkit-transform: translateZ(9999px);
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.Toastify__toast-container--bottom-center {
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%)
}

.Toastify__toast {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 64px;
	max-height: 800px;
	margin-bottom: 1rem;
	padding: 1rem;
	overflow: hidden;
	font-family: sans-serif;
	direction: ltr;
	border-radius: 1px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
	cursor: pointer;
	-ms-flex-pack: justify
}

.Toastify__toast--default {
	color: #aaa;
	background: #fff
}

.Toastify__toast--info,
.Toastify__toast--success {
	background: #278cfe
}

.Toastify__toast--warning {
	background: #f1c40f
}

.Toastify__toast--error {
	background: #e74c3c
}

.Toastify__toast-body {
	flex: 1 1;
	margin: auto 0
}

@media (orientation:portrait) {
	.Toastify__toast-container {
		bottom: 0;
		left: 0;
		width: 100vw;
		margin: 0;
		padding: 0;
		text-align: center
	}
	.Toastify__toast-container--bottom-center {
		transform: translateX(0)
	}
	.Toastify__toast {
		margin-bottom: 0
	}
}

@-webkit-keyframes Toastify__trackProgress {
	0% {
		transform: scaleX(1)
	}
	to {
		transform: scaleX(0)
	}
}

@keyframes Toastify__trackProgress {
	0% {
		transform: scaleX(1)
	}
	to {
		transform: scaleX(0)
	}
}

.Toastify__progress-bar--animated {
	-webkit-animation: Toastify__trackProgress linear 1 forwards;
	animation: Toastify__trackProgress linear 1 forwards
}

@-webkit-keyframes Toastify__bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		transform: translate3d(0, 3000px, 0);
		opacity: 0
	}
	60% {
		transform: translate3d(0, -20px, 0);
		opacity: 1
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		transform: translate3d(0, 3000px, 0);
		opacity: 0
	}
	60% {
		transform: translate3d(0, -20px, 0);
		opacity: 1
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translateZ(0)
	}
}

@-webkit-keyframes Toastify__bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		transform: translate3d(0, -20px, 0);
		opacity: 1
	}
	to {
		transform: translate3d(0, 2000px, 0);
		opacity: 0
	}
}

@keyframes Toastify__bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		transform: translate3d(0, -20px, 0);
		opacity: 1
	}
	to {
		transform: translate3d(0, 2000px, 0);
		opacity: 0
	}
}

.Toastify__bounce-enter--bottom-center {
	-webkit-animation-name: Toastify__bounceInUp;
	animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-center {
	-webkit-animation-name: Toastify__bounceOutDown;
	animation-name: Toastify__bounceOutDown
}

:root {
	--vh: 0;
	--vh100: 0
}

@font-face {
	font-family: ""
	
}

@font-face {
	font-weight: 400;
	font-family: "Calibri Custom"
	
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	width: 100%;
	margin: 0;
	overflow-x: hidden;
	color: #000;
	background-color: #2bb4da;
	-webkit-tap-highlight-color: transparent
}

*,
body,
html {
	font-family: "Calibri Custom", sans-serif
}

html {
	font-size: 16px
}

@media (max-width:1200px) {
	html {
		font-size: 14px
	}
}

@media (max-width:350px) {
	html {
		font-size: 13px
	}
}

@media (min-width:1921px) {
	html {
		font-size: calc(.77rem + .28vw)
	}
}

#root {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden
}

.page__filler {
	flex: auto;
	background-color: #fff
}

img {
	max-width: 100%;
	height: auto
}

a {
	color: #7bbde2;
	text-decoration: none;
	outline: none
}

ul {
	padding-left: 0
}

@media (min-width:993px) {
	ul {
		padding-left: 1.3rem
	}
}

* {
	box-sizing: border-box;
	scrollbar-color: #fff #000;
	scrollbar-width: thin;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background-color: #000
}

::-webkit-scrollbar-thumb {
	background-color: #fff
}

::-webkit-scrollbar-button {
	display: none
}

::-webkit-scrollbar-corner {
	background-color: #000
}

.container {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto
}

@media (min-width:1921px) {
	.container {
		width: 60%;
		max-width: 60%
	}
}

@media (max-width:1200px) {
	.container {
		padding: 0 2rem
	}
}

.main-text {
	font-size: 1.2rem;
	font-family: "Calibri Custom", sans-serif;
	line-height: 1.5rem
}

@media (min-width:1921px) {
	.main-text {
		font-size: 1.28rem
	}
}

.main-title {
	font-size: 2.8rem;
	font-family: "", sans-serif;
	line-height: 3rem;
	text-transform: uppercase
}

@media (max-width:1200px) {
	.main-title {
		font-size: 2.5rem
	}
}

@media (max-width:992px) {
	.main-title {
		font-size: 2.2rem;
		line-height: 2.5rem
	}
}

.fl {
	display: flex
}

.fl-auto {
	flex: auto
}

.upper {
	text-transform: uppercase
}

.bold {
	font-weight: 700
}

.din-condensed {
	font-family: "", sans-serif
}

.mt-1 {
	margin-top: 1rem!important
}

.mt-2 {
	margin-top: 2rem!important
}

.mb-1 {
	margin-bottom: 1rem!important
}

.mb-2 {
	margin-bottom: 2rem!important
}

.pr-1 {
	padding-right: 1rem!important
}

.pr-2 {
	padding-right: 2rem!important
}

.pl-2 {
	padding-left: 2rem!important
}

.pl-3 {
	padding-left: 3rem!important
}

.white-color {
	color: #fff
}

.no-select {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .85)
}

.hidden {
	display: none!important
}

@media (max-width:992px) {
	.md-hidden {
		display: none!important
	}
}

.parallax {
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 1px;
	perspective-origin: 0 0
}

.parallax__img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform
}

.page {
	background-color: #fff
}

.page--padding>:first-child.block {
	padding-top: 4rem
}

.page--padding>:first-child:not(.block) {
	padding-top: 6rem
}

.page--padding>:last-child:not(.block) {
	padding-bottom: 2rem
}

@media (max-width:992px) {
	.page--padding>:first-child.block {
		padding-top: 1.64rem!important
	}
	.page--padding>:first-child:not(.block) {
		padding-top: 5.2rem
	}
	.page--padding>:last-child:not(.block) {
		padding-bottom: 1.5rem
	}
}

.block {
	position: relative
}

.block__container {
	position: relative;
	display: flex;
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%
}

@media (max-width:1200px) {
	.block__container {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}
}

.block__img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: 200%;
	height: 100%;
	max-height: 200%;
	pointer-events: none
}

.block__additionalGradient {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: 65%
}

.block__button,
.block__children,
.block__text,
.block__title {
	z-index: 3
}

.block__children,
.block__text {
	margin-top: 1rem
}

.block__info {
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 58%
}

@media (min-width:993px) {
	.block__button {
		margin-top: 8rem;
		margin-bottom: 8rem
	}
	.block--mirrored .block__container {
		flex-direction: row-reverse
	}
	.block--mirrored .block__img {
		left: 0
	}
	.block--mirrored .block__info {
		display: flex;
		flex-direction: column;
		align-items: flex-end
	}
	.block--mirrored .block__text,
	.block--mirrored .block__title {
		text-align: right
	}
}

@media (max-width:992px) {
	.block__container {
		align-items: flex-end
	}
	.block__additionalGradient {
		display: block
	}
	.block__info {
		justify-content: flex-end;
		max-width: 54%
	}
	.block__children,
	.block__text {
		padding-bottom: 1rem
	}
}

@media (max-width:992px) and (orientation:portrait) {
	.block__info {
		max-width: 95%
	}
}

.button {
	display: inline-block;
	min-width: 100px;
	padding: .5rem .75rem;
	font-size: 1.3rem;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.button--white {
	color: #000;
	background-color: #fff
}

.button--white:active {
	color: rgba(0, 0, 0, .8)
}

.button--black {
	color: #fff;
	background-color: #000
}

.button--black:active {
	color: hsla(0, 0%, 100%, .8)
}

.button--disabled {
	cursor: default;
	opacity: .5;
	pointer-events: none
}

.button:hover {
	transform: scale(1.02)
}

.button:active {
	outline: none
}

.input {
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0
}

.input--bordered {
	border-bottom: 1px solid #000;
	outline: none
}

.input--bordered::-webkit-input-placeholder {
	color: grey
}

.input--bordered:-ms-input-placeholder {
	color: grey
}

.input--bordered::-ms-input-placeholder {
	color: grey
}

.input--bordered::placeholder {
	color: grey
}