.glightbox-container,.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none
}

.glightbox-container.inactive {
	display: none
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden
}
.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateZ(0)
}

.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999
}

.glightbox-container .gslide-inner-content {
	width: 100%
}

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height:100vh;
}

.glightbox-container .ginner-container.gvideo-container {
	width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
	max-width: 100% !important
}

.gslide iframe,
.gslide video {
	outline: none !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto
}

.gslide:not(.current) {
	pointer-events: none
}

.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	padding: 0;
	float: none;
	outline: none;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-touch-action: none;
	touch-action: none;
	margin: auto;
	min-width: 200px
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
	width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
	width: auto;
	max-width: 100%
}

.gslide-image img.zoomable {
	position: relative
}

.gslide-image img.dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none
}

.gslide-video {
	position: relative;
	max-width: 100vh;
	width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
	display: none
}

.gslide-video .gvideo-wrapper {
	width: 100%;
	margin: auto
}

.gslide-video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, .34);
	display: none
}

.gslide-video.playing:before {
	display: none
}

.gslide-video.fullscreen {
	max-width: 100% !important;
	min-width: 100%;
	height: 75vh
}

.gslide-video.fullscreen video {
	max-width: 100% !important;
	width: 100% !important
}

.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: auto;
	max-width: 100%;
	margin: auto
}

.gslide-inline .ginlined-content {
	padding: 0px;
	width: 100%;
}

.gslide-inline .dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1
}

.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 75vh;
	height: 100%
}

.gslide-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}

.zoomed .gslide-media {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gslide-description {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
	max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
	margin: 0 auto;
	width: 100%
}

.gslide-description p {
	margin-bottom: 12px
}

.gslide-description p:last-child {
	margin-bottom: 0
}

.zoomed .gslide-description,
.glightbox-button-hidden {
	display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
	height: auto !important;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 19px 11px 50px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1
}

.greset {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.gabsolute {
	position: absolute
}

.grelative {
	position: relative
}

.glightbox-desc {
	display: none !important
}

.glightbox-open {
	overflow: hidden
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%
}

.goverlay {
	width: 100%;
	height: calc(100vh + 1px);
	position: fixed;
	top: -1px;
	left: 0;
	background: #000;
	will-change: opacity
}

.glightbox-mobile .goverlay {
	background: #000
}

.gprev,
.gnext,
.gclose {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gprev svg,
.gnext svg,
.gclose svg {
	display: block;
	width: 25px;
	height: auto;
	margin: 0;
	padding: 0
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
	opacity: .1
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
	stroke: #fff
}

.gbtn.focused {
	outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
	opacity: 0
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
	opacity: 0 !important
}

.glightbox-clean .gslide-description {
	background: #fff
}

.glightbox-clean .gdesc-inner {
	padding: 22px 20px
}

.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: 400;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em
}

.glightbox-clean .gslide-desc {
	font-size: .86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em
}

.glightbox-clean .gslide-video {
	background: #000
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
	background-color: #000000bf;
	border-radius: 4px
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
	fill: #fff
}

.glightbox-clean .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 50px
}

.glightbox-clean .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 50px
}

.glightbox-clean .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute
}

.glightbox-clean .gclose svg {
	width: 18px;
	height: auto
}

.glightbox-clean .gclose:hover {
	opacity: 1
}

.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease
}

.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease
}

.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease
}

.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease
}

.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease
}

.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease
}

.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes gfadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes gfadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gfadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes gfadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes gslideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes gslideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes gslideOutLeft {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

@keyframes gslideOutLeft {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes gslideInRight {
	0% {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes gslideInRight {
	0% {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes gslideOutRight {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@keyframes gslideOutRight {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@-webkit-keyframes gzoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@keyframes gzoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gzoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes gzoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@media (min-width: 769px) {
	.glightbox-container .ginner-container {
		width: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.gslide-image img {
		max-height: 97vh;
		max-width: 100%
	}

	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in
	}

	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab
	}

	.gslide-inline {
		max-height: 95vh
	}

	.gslide-external {
		max-height: 100vh
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px
	}

	.glightbox-open {
		height: auto
	}

	.goverlay {
		background: rgba(0, 0, 0, .92)
	}

	.glightbox-clean .gslide-media {
		-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, .65);
		box-shadow: 1px 2px 9px #000000a6
	}

	.glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner {
		position: absolute;
		height: 100%;
		overflow-y: auto
	}

	.glightbox-clean .gprev,
	.glightbox-clean .gnext,
	.glightbox-clean .gclose {
		background-color: #00000052
	}

	.glightbox-clean .gprev:hover,
	.glightbox-clean .gnext:hover,
	.glightbox-clean .gclose:hover {
		background-color: #000000b3
	}

	.glightbox-clean .gprev,
	.glightbox-clean .gnext {
		top: 45%
	}
}

@media (min-width: 992px) {
	.glightbox-clean .gclose {
		opacity: .7;
		right: 20px
	}
}

@media screen and (max-height: 420px) {
	.goverlay {
		background: #000
	}
}

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

* {
	margin: 0
}

html,
body {
	height: 100%
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%
}

input,
button,
textarea,
select {
	font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word
}

#root,
#__next {
	isolation: isolate
}

body {
	font-family: Aeonik, Helvetica, sans-serif;
	font-size: 17px
}

::selection {
	color: #fff;
	background: #ff00A1
}

a {
	color: inherit
}

a:active {
	transform: translateY(1px)
}

q {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2
}

.text-larger {
	font-size: 50px
}

.text-large {
	font-size: 42px
}

.text-medium {
	font-size: 26px
}

.text-normal {
	font-size: 17px
}

.text-small {
	font-size: 15px
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center
}

.text-italic {
	font-style: italic
}

.text-glow {
	text-shadow: 0 0 10px #ff00A1, 0 0 20px #ff00A1
}

.text-shadow {
	text-shadow: 0 4px 8px rgba(0, 0, 0, .45)
}

.text-background {
	background: #000;
	box-shadow: .3em 0 #000, -.3em 0 #000;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone
}

.text-background.wide {
	box-shadow: .45em 0 #000, -.45em 0 #000
}

.no-break {
	white-space: nowrap
}

@font-face {
	font-family: Aeonik;
	src: url(/fonts/subset-Aeonik-Light.woff2) format("woff2"), url(/fonts/subset-Aeonik-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Aeonik;
	src: url(/fonts/subset-Aeonik-RegularItalic.woff2) format("woff2"), url(/fonts/subset-Aeonik-RegularItalic.woff) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: Aeonik;
	src: url(/fonts/subset-Aeonik-LightItalic.woff2) format("woff2"), url(/fonts/subset-Aeonik-LightItalic.woff) format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: Aeonik;
	src: url(/fonts/subset-Aeonik-BoldItalic.woff2) format("woff2"), url(/fonts/subset-Aeonik-BoldItalic.woff) format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: Aeonik;
	src: url(/fonts/subset-Aeonik-Regular.woff2) format("woff2"), url(/fonts/subset-Aeonik-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Aeonik;
	src: url(/fonts/subset-Aeonik-Bold.woff2) format("woff2"), url(/fonts/subset-Aeonik-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

.button {
	background: none;
	border: 1px solid #fff;
	color: inherit;
	transition: box-shadow .22s ease-in-out;
	text-decoration: none;
	border-radius: 0
}

.button:after {
	transition: box-shadow .22s ease-in-out
}

.button:not(.no-hover) {
	cursor: pointer
}

.button:not(.no-hover):active,
.button:not(.no-hover):hover {
	box-shadow: 0 0 10px 3px #ff00a1
}

.button:not(.no-hover):active {
	transform: translateY(1px)
}

.button.button-large {
	padding: .5em 2em
}

.button.button-alternative {
	background: #000
}

.form-newsletter input[type=text],
.form-newsletter input[type=email] {
	display: block;
	width: 100%;
	background: none;
	font-size: 26px;
	color: inherit;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none
}

.form-newsletter input[type=text]::placeholder,
.form-newsletter input[type=email]::placeholder {
	color: inherit
}

.form-newsletter input[type=text]:focus::placeholder,
.form-newsletter input[type=email]:focus::placeholder {
	opacity: .3
}

.form-newsletter input[type=button],
.form-newsletter input[type=submit] {
	position: absolute;
	bottom: -1px;
	right: -1px;
	padding: 4px 45px
}

.form-newsletter .label-checkbox {
	display: block;
	margin-top: 10px;
	line-height: 1.2;
	font-size: 15px
}

.form-newsletter .label-checkbox input {
	margin-right: 5px
}

.glightbox-dark .gslide-inline {
	background: #000
}

.glightbox-dark .goverlay,.overlay {
	background: rgba(0, 0, 0, .25);
	backdrop-filter: blur(8px)
}

.glightbox-dark .button {
	padding: .1em .5em .15em
}

.glightbox-clean .gclose {
	padding: 0
}

.popup-content {
	display: flex;
	width: 100%;
}

.popup-content.popup-cookies .button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px
}

.popup-content .button {
	height: 54px;
	background: #fff;
	color: #000;
	font-weight: 700;
	border: none
}

.popup-container {
	display: flex;
	flex: 1;
	flex-direction: column;
	border: 2px solid #fff;
	line-height: 1.2
}

.popup-container .popup-info {
	position: relative;
}
#subscription-popup .popup-info strong {
    padding-left: 20px;
    font-size:20px;
    letter-spacing:1px;
}

.popup-cookies .popup-container .popup-info {
	padding-right: 190px
}

.popup-cookies .popup-container .popup-info:first-child {
    padding-right: 150px;
}

.popup-cookies .popup-container .popup-info:first-child:after {
	content: "";
	position: absolute;
	right: 74px;
	top: 0;
	bottom: 0;
	border-left: 2px solid #fff
}

.popup-container-side {
	display: flex;
	flex-direction: column;
	width: 80px;
	border: 2px solid #fff;
	border-left: none
}

.popup-arrow {
	flex: 1
}

.popup-cookies .popup-arrow {
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: 2px;
	transform: translateY(-50%) rotate(45deg)
}

.popup-cookies .popup-arrow .arrow {
	width: 50px;
	height: 12px
}

.popup-cookies .popup-arrow .arrow:after,
.popup-cookies .popup-arrow .arrow:before {
	width: 42px;
	height: 12px
}

.popup-cookies .popup-arrow .arrow:after {
	top: -11px
}

.popup-cookies .popup-arrow .arrow:before {
	top: 11px
}

.popup-arrow .arrow {
	position: relative;
	top: 50%;
	left: 8px;
	width: 60px;
	height: 8px;
	margin-top: 24px;
	transform: rotate(90deg) translate(-50%);
	background: #fff
}

.popup-arrow .arrow:after,
.popup-arrow .arrow:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 8px;
	right: -8px;
	background: #fff
}

.popup-arrow .arrow:after {
	top: -7px;
	transform: rotate(45deg)
}

.popup-arrow .arrow:before {
	top: 7px;
	transform: rotate(135deg)
}

.page-document {
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 15px
}

.page-document header {
	display: flex;
	height: 220px;
	padding: 45px 20px;
	background: #000;
    justify-content: space-between;	
    align-items: center;
}
	.page-document .section-top {
	    background:#000;
	}
.page-document header .header-inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1360px;
	margin: 0 auto
}
.page-document .social-logos {
    position:relative;
    top:0px;
    
}
.page-document header .logo-holder {
    max-width:450px;
}
.page-document header .logo-main {
	height: 100%;
	margin: 0 auto;
	max-width:100%;
}

.page-document header .logo-publisher {
	position:relative;
	top:15px;
}

.page-document .content {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 100px 20px
}

.page-document .content-block {
	margin-bottom: 2.2em
}

.page-document .content-block.chapter {
	counter-increment: item
}

.page-document h1,
.page-document h2,
.page-document h3 {
	display: inline-block;
	padding: .3em .6em;
	background: #000;
	color: #fff
}

.page-document h4 {
	font-size: inherit;
	margin-bottom: .3em
}

.page-document h1 {
	margin-bottom: 80px;
	padding-top: .1em;
	padding-bottom: .1em;
	font-size: 26px
}
.page-document .news-document  h1 {
    margin-bottom:40px;
}
.page-document h2,
.page-document h3 {
	margin-bottom: .5em;
	padding-left: .8em;
	padding-right: .8em;
	font-size: 15px
}
.news-document h2 {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: fit-content;
    font-size: 20px;
}
.page-document h3 {
	position: relative
}

.page-document h3.chapter-header {
	padding-left: 37px
}

.page-document h3.indent {
	margin-left: -.8em
}

.page-document h3 .number {
	position: absolute;
	left: 9px;
	display: flex;
	height: 100%
}

.page-document h3 .number:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 19px;
    bottom: 5px;
    width: 1px;
    background: #fff;
}

.page-document p {
	margin-bottom: 1.2em
}

.page-document p a {
	white-space: nowrap
}

.page-document ol,
.page-document ul {
	padding-left: 45px
}

.page-document ol ol,
.page-document ol ul,
.page-document ul ol,
.page-document ul ul {
	padding-left: 34px
}

.page-document ol li,
.page-document ul li {
	position: relative;
	margin-bottom: 0;
	list-style: none
}

.page-document ol li:before,
.page-document ul li:before {
	position: absolute;
	left: -25px
}

.page-document ol.faq,
.page-document ul.faq {
	padding-left: 33px;
	list-style-type: none;
	counter-reset: subitem 0
}

.page-document ol.faq>li,
.page-document ul.faq>li {
	margin-bottom: 2em;
	counter-increment: subitem
}

.page-document ol.faq>li:before,
.page-document ul.faq>li:before {
	content: counters(item, ".") "." counters(subitem, ".");
	font-weight: 700
}

.page-document ol.roman,
.page-document ol.alpha,
.page-document ul.roman,
.page-document ul.alpha {
	counter-reset: list
}

.page-document ol.roman li,
.page-document ol.alpha li,
.page-document ul.roman li,
.page-document ul.alpha li {
	margin-bottom: .3em
}

.page-document ol.roman li:before,
.page-document ol.alpha li:before,
.page-document ul.roman li:before,
.page-document ul.alpha li:before {
	counter-increment: list
}

.page-document ol.roman li:before,
.page-document ul.roman li:before {
	content: "(" counter(list, lower-roman) ") "
}

.page-document ol.alpha li:before,
.page-document ul.alpha li:before {
	content: "(" counter(list, lower-latin) ") "
}

.page-document ol.dash,
.page-document ul.dash {
	margin-bottom: 1.2em;
	padding-left: 38px
}

.page-document ol.dash li,
.page-document ul.dash li {
	margin-bottom: .2em
}

.page-document ol.dash li:before,
.page-document ul.dash li:before {
	content: "-";
	left: -20px
}

.page-document ol .list-item-header,
.page-document ul .list-item-header {
	margin-bottom: .5em;
	font-weight: 700
}

.page-document .text-box {
	margin-bottom: 2em;
	padding: 10px 14px 12px;
	border: 1px solid #000
}

.page-document .text-box p {
	margin-bottom: .4em
}

.page-document .text-box p:last-child {
	margin-bottom: 0
}

.page-document .data-table {
	border-collapse: collapse
}

.page-document .data-table th,
.page-document .data-table td {
	width: 50%;
	padding: 12px 14px;
	border: 1px solid #000
}

.page-document .data-table th {
	text-align: center;
	font-weight: 700
}

.page-document .data-table td {
	text-align: left
}

html,
body {
	background: #000;
	color: #fff
}

body {
	height: auto;
	min-height: 100%
}

.hidden {
	display: none
}

.section-main {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 20px;
	z-index: 1;
	overflow: hidden;

    min-height: 130px;
    
}
.section-top {
    z-index:100;
}
.section-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px
}

.section-footer {
	margin-top: auto;
	padding: 18px 0
}

.content-center {
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: 0 auto
}

.content-center.vertical-center {
	margin-top: auto;
	margin-bottom: auto
}

.logo-publisher {
	position: absolute;
	top: 46px;
	left: 0;
	width: 70px;
	z-index: 2
}

.logo-publisher>img {
	display: block;
	width: 100%
}

.social-logos {
	position: absolute;
	top: 50px;
	right: 0;
	display: flex;
	align-items: center;
	transition: filter .22s ease-in-out
}

.social-logos>a {
	display: flex;
	padding: 2px
}

.social-logos>a:hover img {
	filter: drop-shadow(0 0 6px #ff00A1) drop-shadow(0 0 2px #ff00A1)
}

.social-logos>a.margin-right {
	margin-right: 7px
}

.logo-main {
	margin-bottom: 30px;
	filter: drop-shadow(0 0 11px #ff00A1) drop-shadow(0 0 2px #ff00A1);
	user-select: none;
	aspect-ratio: 760/206
}

.section-media {
	min-height: 100vh
}

.section-media .content-center {
	padding: 20px 0
}

.section-media .logo-main {
	margin: 0 auto 130px
}

.section-media .image-release {
	width: 100%;
	max-width: 520px;
	margin: 0 auto 20px;
	user-select: none;
	pointer-events: none
}

.section-media h1 {
	margin-bottom: 25px
}

.section-media .button {
	display: inline-block
}


.section-1 {
	min-height: 100vh;
	overflow: visible;
	z-index: 2
}

.section-1 .content-center {
	padding-top: 30px
}

.section-1 .header-buy {
	margin-bottom: 20px
}

.section-1 .header-buy.alternative {
	display: none
}

.section-1 .container-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	margin: 0 auto 30px
}

.section-1 .container-logos.hidden {
	display: none
}

.section-1 .container-logos.multiple {
	flex-direction: column
}

.section-1 .container-logos.special-editions {
	position: relative;
	margin-top: 25px
}

.section-1 .container-logos.special-editions .special-edition-header {
	position: absolute;
	top: -30px;
	width: 100%;
	text-align: center
}

.section-1 .container-logos .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 0 12px 1px;
	height: 34px;
	border: 1px solid #fff;
	line-height: 1
}

.section-1 .container-logos .logo.grow {
	flex-grow: 2
}

.section-1 .container-logos .logo.hidden {
	display: none
}

.section-1 .container-logos .logo.disabled {
	opacity: .5;
	pointer-events: none;
	cursor: default
}

.section-1 .container-logos .logo span {
	transform: translateY(-1px)
}

.section-1 .container-logos .logo img {
	display: block;
	max-height: 60%
}

.section-1 .container-logos .logo img.margin {
	margin-right: 6px
}

.section-1 .container-logos .small {
	font-size: 70%
}

.section-1 .container-logos .medium {
	position: relative;
	top: -1px;
	font-size: 85%
}

.section-1 .container-logos .margin-left {
	margin-left: 3px
}

.section-1 .container-logos .logo-submenu-container {
	position: relative;
	cursor: pointer
}

.section-1 .container-logos .logo-submenu-container:hover .arrow,
.section-1 .container-logos .logo-submenu-container:active .arrow,
.section-1 .container-logos .logo-submenu-container.show-submenu .arrow {
	transform: rotate(180deg) translateY(-4px)
}

.section-1 .container-logos .logo-submenu-container:hover .logo-submenu,
.section-1 .container-logos .logo-submenu-container:active .logo-submenu,
.section-1 .container-logos .logo-submenu-container.show-submenu .logo-submenu {
	visibility: visible;
	opacity: 1;
	pointer-events: all
}

.section-1 .container-logos .logo-submenu-container .arrow {
	display: inline-block;
	transform: translateY(-1px);
	transition: all .28s ease-in-out
}

.section-1 .container-logos .logo-submenu-container .logo-submenu {
	visibility: hidden;
	position: absolute;
	top: 32px;
	padding-top: 12px;
	left: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	pointer-events: none
}

.section-1 .container-logos .logo-submenu-container .logo-submenu .logo {
	margin: 0 0 10px
}

.section-1 .container-logos .button-back {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 10px)
}

.section-1 .quote.quote-alternative {
	line-height: 1.2
}

.section-2 {
	padding: 60px 0;
	background: #000;
	border-bottom: 2px solid #fff
}

.section-2 .quote {
	line-height: 1.2
}

.section-3 {
	padding-top: 110px;
	padding-bottom: 40px
}
.news-document {
    position:relative;
    color:#fff;
    padding-top: 110px;
}
.news-document p {
    color:#fff;
    font-size: 16px;
}
.news-document ul li {
    list-style:disc;
    color:#fff;
}
.news-document ul li ul li {
    list-style:circle;
}
.section-3:before,.news-document:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 9%;
	height: 100%;
	background: #3d4543;
	opacity: 90%;
	z-index: 0
}
.news-document:before {
    height: 900px;
    z-index:-1;
    display:none;
}
.section-3:after,.news-document:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	background-image: url(/images/backgrounds/background-game-2.jpg);
	background-position-x: 33%;
	background-position-y: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1
}
.news-document:before,.news-document:after {
    position:fixed;
}
.news-document:after {
    height:900px;
	z-index: -2;  
}

.section-3 .background-separator,.news-document .background-separator{
	position: absolute;
	top: 0;
	left: 9%;
	max-width: none;
	height: 101%;
	pointer-events: none;
	user-select: none;
	opacity: .9;
}
.news-document .background-separator{
    width: 100%;
    left:0px;
    position:fixed;
}
.section-3 .section-content {
	margin-bottom: 100px
}

.section-3 .section-content:last-child {
	margin-bottom: 0
}

.section-3 h1.header-game {
	max-width: 80%;
	margin-bottom: 1em;
	font-weight: 400;
	line-height: 1.6
}

.section-3 h1.header-game span {
	padding: 4px 0 6px
}

.section-3 h2 {
	margin-bottom: 14px;
	font-size: inherit
}

.section-3 h2 span {
	padding: 6px 0 7px
}

.section-3 .top-text {
	max-width: 720px;
	margin-bottom: 2em
}

.section-3 ul {
	display: inline-block;
	max-width: 530px;
	line-height: 1.2
}

.section-3 ul li {
	margin-bottom: 6px
}

.section-3 .header-news {
	line-height: 1;
	margin-bottom: .3em;
	font-weight: 700;
	text-shadow: 0 4px 8px rgba(0, 0, 0, .45)
}

.section-3 .container-news {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px
}

.section-3 .container-news:last-child {
	margin-bottom: 0
}

.section-3 .container-news .news {
	position: relative;
	flex: 0 31%;
	height: 200px;
	margin-bottom: 12px;
	background-position: left;
	background-size: cover;
	border: 2px solid #fff;
	cursor: pointer;
	transition: box-shadow .22s ease-in-out
}

.section-3 .container-news .news:hover {
	box-shadow: 0 0 9px 2px #ff00a1
}

.section-3 .container-news .news-info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 8px;
	border: 1px solid #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 4px 8px rgba(0, 0, 0, .45)
}

.section-4 {
	padding-top: 40px;
	padding-bottom: 60px;
	margin-bottom: -1px;
	background: #ff00A1
}

.section-4 .background {
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	max-height: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	user-select: none
}

.section-4 .background-left {
	left: 0
}

.section-4 .background-right {
	right: 0
}

.section-5 {
	padding-bottom: 80px;
	background: #e4b476
}

.section-5 .background {
	position: absolute;
	top: 167px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.section-5 .background:before {
	content: "";
	position: absolute;
	top: -1%;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/backgrounds/background-vivienne.jpg);
	background-position-x: 20%;
	background-size: cover;
	background-repeat: no-repeat
}

.section-5 .background-separator {
	position: absolute;
	top: 0;
	left: 14%;
	height: 101%;
	margin-left: 1px;
	pointer-events: none;
	user-select: none
}
.news-document .background-separator{
    height:auto;
    z-index:-1;
}
.section-5 header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 170px;
	padding: 28px 0;
	z-index: 1
}

.section-5 header:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 100%;
	background: #000;
	z-index: -1
}

.section-5 header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -99999px;
	width: 999999px;
	border-bottom: 2px solid #fff
}

.section-5 header img {
	max-width: 100%
}

.section-5 header .ornament {
	min-width: 0;
	height: 100%;
	max-height: 40px;
	pointer-events: none;
	user-select: none
}

.section-5 header .header-text {
	min-width: 0;
	margin: 0 40px
}

.section-5 .content {
	position: relative;
	margin-top: 65px
}

.section-5 .video-block {
	display: flex;
	flex-direction: column;
	max-width: 480px
}

.section-5 .video-block a {
	transition: box-shadow .22s ease-in-out
}

.section-5 .video-block a:hover,
.section-5 .video-block a:active {
	box-shadow: 0 0 10px 3px #ff00a1
}

.section-5 .button {
	position: absolute;
	top: 0;
	right: 0;
	padding: .6em .85em .7em;
	font-weight: 700;
	line-height: 1;
	border: none
}

.section-5 .button:after {
	content: "";
	background: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 999999px;
	height: 100%;
	z-index: -1
}

.section-5 .button:hover,
.section-5 .button:active {
	box-shadow: none
}

.section-5 .button:hover:after,
.section-5 .button:active:after {
	box-shadow: 0 0 10px 3px #ff00a1
}

.section-5 .bottom-text {
	max-width: 900px;
	margin-top: 310px;
	line-height: 1.5
}

.section-5 .bottom-text span {
	padding: 3px 0 6px
}

.footer-main {
	margin-top: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #000;
	color: #fff
}

.footer-main .row {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #fff;
	border-bottom: none;
	line-height: 1.2
}

.footer-main .row .column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	padding: 10px 20px;
	border-bottom: 1px solid #fff
}

.footer-main .row .column:not(:last-child) {
	border-right: 1px solid #fff
}

.footer-main .row .column-logo {
	flex-basis: 110px
}

.footer-main .row .column-arrow {
	flex-basis: 140px
}

.footer-main .row .column-medium {
	flex-basis: 150px
}

.footer-main .row .column-large {
	flex-basis: 240px
}

.footer-main .row .column-copyright {
	flex-basis: 350px
}

.footer-main .row .column-logo {
	width: 100%;
	max-width: 110px;
	padding: 6px
}

.footer-main .arrow-right {
	position: relative;
	width: 100%;
	height: 1px;
	background: #fff
}

.footer-main .arrow-right .arrow-head {
	position: absolute;
	top: -8px;
	right: -3px;
	width: 8px;
	height: 8px;
	margin: 4px;
	transform: rotate(135deg) translateY(-.5px);
	background: #fff;
	z-index: -1
}

.footer-main .arrow-right .arrow-head:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 8px;
	height: 8px;
	background: #000
}

.footer-main .container-newsletter {
	display: flex;
	width: 100%;
	margin-bottom: 30px
}

.footer-main .container-newsletter .newsletter-part {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 50%;
	padding: 20px;
	border: 1px solid #fff
}

.footer-main .container-newsletter .newsletter-part:first-child {
	background: #000;
	border-right: none
}

.footer-main .container-newsletter .newsletter-part:last-child {
	padding-bottom: 48px
}

.footer-main .container-newsletter .newsletter-part h3,
.footer-main .container-newsletter .newsletter-part p {
	line-height: 1.1
}

.footer-main .container-newsletter .newsletter-part h3 {
	margin-top: -6px
}

.footer-main .container-newsletter .newsletter-part p {
	margin-top: 15px
}

.background-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	object-fit: cover;
	opacity: 0;
	z-index: -1;
	transition: opacity .8s ease-in-out;
	pointer-events: none
}

.background-video.is-loaded {
	opacity: 1
}

@media (min-aspect-ratio: 16/9) {
	.background-video {
		height: 56.25vw
	}
}

@media (max-aspect-ratio: 16/9) {
	.background-video {
		width: 177.78vh
	}
}

@media (max-width: 900px) {
    #subscription-popup .popup-info strong {
        display:none;
    }    
    #subscription-popup form {
        width: 100%!important;
        padding-left: 4px;
    }    
	.section-1 .quote.quote-alternative>span {
		font-size: 26px
	}

	.section-3 .content-center {
		left: 0
	}

	.section-3:before,.news-document:before {
		width: 80%
	}
    .news-document:before {
        display:none;
    }
	.section-3 .background-separator {
		left: 80%;
		max-width: none
	}
    .news-document .background-separator {
        left:0px;
    }
	.section-3 .container-news .news {
		flex: 0 48%;
		height: 170px
	}

	.section-5 .background {
		top: 149px
	}

	.section-5 .background:before {
		right: auto;
		left: 0;
		width: 100%;
		background-position-x: 22%
	}

	.section-5 .background .background-separator {
		left: 0;
		max-width: none
	}

	.section-5 header {
		height: 150px
	}

	.section-5 header .header-text {
		margin: 0 28px
	}

	.section-5 .button {
		top: 320px;
		right: 40px
	}

	.section-5 .bottom-text {
		margin-top: 180px
	}

	.section-newsletter {
		padding-top: 70px;
		padding-bottom: 70px
	}

	.section-newsletter .container-newsletter {
		flex-direction: column
	}

	.section-newsletter .container-newsletter .newsletter-part {
		width: 100%
	}

	.section-newsletter .container-newsletter .newsletter-part:first-child {
		border-right: 1px solid #fff;
		border-bottom: none
	}

	.page-document header {
		height: 240px;
		padding-top: 30px;
		padding-bottom: 30px;
        flex-direction: column;
	}

	.page-document header .header-inner {
		flex-direction: column
	}


}

@media (max-width: 680px) {
	ul {
		padding-left: 18px
	}
	.text-large {
		font-size: 45px
	}

	.text-large {
		font-size: 39px
	}

	.text-medium {
		font-size: 24px
	}

	.logo-publisher {
		width: 64px
	}

	.section-main {
		padding-left: 14px;
		padding-right: 14px
	}

	.section-content {
		padding-left: 8px;
		padding-right: 8px
	}

	.footer-main {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.section-media .logo-main {
		max-width: 520px;
		margin-bottom: 50px
	}

	.section-media .logo-publisher {
		top: 25px
	}

	.section-media .social-logos {
		top: 29px
	}

	.section-media .content-center {
		padding-top: 90px
	}

	.section-1 .logo-publisher {
		top: 18px
	}

	.section-1 .social-logos {
		top: 20px
	}

	.section-1 .container-logos .logo {
		flex: 1 0 48%
	}

	.section-1 .container-logos .logo:nth-child(2n),
	.section-1 .container-logos .logo:last-child {
		margin-right: 0
	}

	.section-3 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.section-3:before,.news-document:before {
		width: 100%
	}

	.section-3:after,.news-document:after {
		background: none
	}

	.section-3 .background-separator {
		left: 100%
	}

	.section-3 .section-content {
		margin-bottom: 40px
	}

	.section-3 .container-news {
		justify-content: normal;
		gap: 0
	}

	.section-3 .container-news .news {
		flex: 0 100%;
		margin-bottom: 20px;
		background-position: center
	}

	.section-3 .container-news .news:last-child {
		margin-bottom: 0
	}

	.section-4 {
		padding-top: 30px;
		padding-bottom: 40px
	}

	.section-4 .background {
		height: 100%
	}

	.section-4:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 20%;
		width: 100%;
		background: #ff00A1;
		z-index: -1
	}

	.section-5 {
		padding-bottom: 40px
	}

	.section-5 .background:before {
		background-position-x: center
	}

	.section-5 .background .background-separator {
		display: none
	}

	.section-5 header {
		justify-content: center
	}

	.section-5 header .header-text {
		margin: 0
	}

	.section-5 header .ornament {
		display: none
	}

	.section-5 .content {
		margin-top: 40px
	}

	.section-5 .button {
		top: 300px
	}

	.section-5 .bottom-text {
		margin-top: 140px
	}

	.section-newsletter {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.section-newsletter .container-newsletter .newsletter-part {
		padding: 12px
	}

	.background-video {
		transform: translate(-30%)
	}

	.page-document .content {
		padding-top: 40px;
		padding-bottom: 30px
	}

	.page-document h1 {
		margin-bottom: 40px
	}
}

@media (max-width: 500px) {
	.text-larger {
		font-size: 40px
	}

	.text-large {
		font-size: 32px
	}

	.text-medium {
		font-size: 21px
	}

	.section-main {
		padding-left: 12px;
		padding-right: 12px
	}

	.logo-main {
		margin-bottom: 20px
	}

	.logo-publisher {
		width: 58px
	}

	.section-1 .header-buy {
		display: none
	}

	.section-1 .header-buy.alternative {
		display: block;
		margin-bottom: 8px;
		font-size: 15px
	}

	.section-1 .container-logos .button {
		height: 30px;
		margin-bottom: 10px
	}

	.section-1 .container-logos .logo {
		flex: 1 0 98%;
		margin-right: 0;
		margin-bottom: 0
	}

	.section-1 .container-logos .logo span {
		font-weight: 700
	}

	.section-1 .container-logos .logo .small,
	.section-1 .container-logos .logo .medium {
		font-weight: 400
	}

	.section-1 .container-logos .logo:last-child {
		margin-bottom: 0
	}

	.section-1 .container-logos .logo-submenu-container {
		align-items: start;
		height: 180px;
		margin-top: 12px;
		border: none;
		cursor: default
	}

	.section-1 .container-logos .logo-submenu-container:hover .arrow {
		transform: translateY(-1px)
	}

	.section-1 .container-logos .logo-submenu-container .logo-submenu {
		visibility: visible;
		top: 26px;
		padding-top: 0;
		opacity: 1;
		pointer-events: all
	}

	.section-5 header {
		height: 120px
	}

	.section-5 .bottom-text {
		margin-top: 90px
	}

	.section-5 .button {
		display: block;
		position: relative;
		top: 35px;
		left: 0
	}

	.section-5 .button:hover,
	.section-5 .button:active {
		box-shadow: 0 0 10px 3px #ff00a1
	}

	.section-5 .button:after {
		display: none
	}

	.background-video {
		transform: translate(-45%)
	}

	.gslide-inline .ginlined-content {
		padding: 12px
	}

	.popup-container * {
		font-size: 15px !important
	}

	.popup-cookies .popup-container .popup-info {
		padding-right: 120px
	}

	.popup-cookies .popup-container .button {
		padding-left: 26px;
		padding-right: 26px
	}

	.page-document .content {
		padding-left: 14px;
		padding-right: 14px
	}

	.page-document .data-table th,
	.page-document .data-table td {
		padding: 8px 10px
	}

	.footer-main .row .column-arrow {
		display: none
	}
}