@charset "UTF-8";

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

h1 {
	font-size: 2em
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none;
	max-width: 100%;
	height: auto
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	max-width: 100%
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	cursor: default;
	scroll-behavior: smooth;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%
}

@media all and (min-width:1801px) {
	html {
		font-size: 18px
	}
}

@media all and (max-width:1800px) {
	html {
		font-size: 1vw
	}
}

@media all and (max-width:1300px) {
	html {
		font-size: 14px
	}
}

@media all and (max-width:600px) {
	html {
		font-size: 12px
	}

	iframe {
		max-height: 58vw
	}
}

body {
	overflow-x: hidden;
	overflow-y: scroll
}

canvas {
	display: inline-block
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

article,
aside,
details,
footer,
header,
main,
nav,
section {
	display: block
}

[hidden],
template {
	display: none
}

summary {
	display: list-item
}

nav ol,
nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

fieldset,
figcaption,
figure,
legend {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	white-space: normal
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

a,
a:active,
a:hover,
a:visited {
	color: inherit;
	text-decoration: none
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	color: #000
}

@media (max-width:768px) {
	body {
		font-family: Arial, Helvetica, sans-serif
	}
}

iframe {
	display: block;
	border: 0;
	width: 100%;
	max-width: 100%
}

.offsidebar {
	--sx: var(--col-space, 1.5rem);
	--sy: var(--row-space, 1.5rem);
	--back-color--sidepanel: var(--back-color, white);
	--text-color--sidepanel: var(--text-color, black);
	--back-color--overlay: rgba(0, 0, 0, 0.9);
	--empty-space-offset: 3rem;
	--transition-duration--slidein: 160ms;
	--transition-duration--content: 120ms;
	--transition-duration--overlay: 160ms;
	--z-index--sidebar: 100;
	--direction: ltr;
	--left: var(--state-width, auto);
	--right: 0;
	--transform-origin--horizontal: right;
	--scroll-overflow-behavoir: scroll;
	--scroll-direction: ltr;
	--right--close-icon: 100%;
	--state-event: none;
	--state-value: 0;
	--state-width: 0;
	position: fixed;
	z-index: var(--z-index--sidebar);
	top: 0;
	bottom: 0;
	right: var(--right);
	left: var(--left);
	max-width: calc(100% - var(--empty-space-offset));
	color: var(--text-color--sidepanel);
	pointer-events: var(--state-event)
}

.offsidebar.from-westside {
	--left: 0;
	--right: var(--state-width, auto);
	--transform-origin--horizontal: left;
	--scroll-overflow-behavoir: auto;
	--scroll-direction: rtl;
	--right--close-icon: calc(-1*var(--empty-space-offset))
}

.offsidebar.is-active {
	--state-event: all;
	--state-value: 1;
	--state-width: auto
}

.offsidebar-background {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: var(--back-color--sidepanel);
	-webkit-transform: scaleX(var(--state-value));
	transform: scaleX(var(--state-value));
	-webkit-transform-origin: var(--transform-origin--horizontal) center;
	transform-origin: var(--transform-origin--horizontal) center;
	will-change: transform
}

.offsidebar-overlay {
	position: fixed;
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--back-color--overlay);
	opacity: var(--state-value);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: var(--transition-duration--overlay);
	transition-duration: var(--transition-duration--overlay);
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom)
}

.offsidebar-container {
	opacity: var(--state-value);
	max-width: 100%;
	height: 100%;
	overflow-x: visible;
	overflow-y: scroll;
	overflow-y: var(--scroll-overflow-behavoir, scroll);
	direction: var(--scroll-direction);
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.offsidebar-background::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: var(--right--close-icon);
	width: var(--empty-space-offset);
	height: var(--empty-space-offset);
	pointer-events: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: var(--state-value);
	-webkit-transform: scale(var(--state-value));
	transform: scale(var(--state-value));
	will-change: transform
}

.offsidebar-content,
.offsidebar-footer,
.offsidebar-header {
	direction: var(--direction)
}

.offsidebar-header {
	margin-top: 0;
	margin-bottom: 0;
	position: sticky;
	top: 0;
	z-index: 1
}

.offsidebar-footer {
	margin-top: auto;
	margin-bottom: 0;
	position: sticky;
	bottom: 0;
	z-index: 1;
	opacity: var(--state-value)
}

.offsidebar.is-active .offsidebar-background {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: var(--transition-duration--slidein);
	transition-duration: var(--transition-duration--slidein);
	-webkit-transition-timing-function: var(--timing-function--focusZoom, ease-out);
	transition-timing-function: var(--timing-function--focusZoom, ease-out)
}

.offsidebar.is-active .offsidebar-background::before {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: var(--transition-duration--content);
	transition-duration: var(--transition-duration--content);
	-webkit-transition-delay: var(--transition-duration--slidein);
	transition-delay: var(--transition-duration--slidein);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.offsidebar-content {
	--dy: 0.5rem;
	--translate-y: calc(var(--dy)*var(--state-value) - var(--dy));
	-webkit-transform: translateY(var(--translate-y));
	transform: translateY(var(--translate-y));
	will-change: transform;
	opacity: var(--state-value)
}

.offsidebar.is-active .offsidebar-content {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: var(--transition-duration--content);
	transition-duration: var(--transition-duration--content);
	-webkit-transition-delay: var(--transition-duration--slidein);
	transition-delay: var(--transition-duration--slidein);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.offsidebar-header {
	opacity: var(--state-value);
	-webkit-transform: scaleY(var(--state-value));
	transform: scaleY(var(--state-value));
	-webkit-transform-origin: top center;
	transform-origin: top center;
	will-change: transform
}

.offsidebar.is-active .offsidebar-header {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: var(--transition-duration--slidein);
	transition-duration: var(--transition-duration--slidein);
	-webkit-transition-delay: var(--transition-duration--slidein);
	transition-delay: var(--transition-duration--slidein);
	-webkit-transition-timing-function: var(--timing-function--openJump, ease-out);
	transition-timing-function: var(--timing-function--openJump, ease-out)
}

.offsidebar.is-active .offsidebar-footer {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: var(--transition-duration--slidein);
	transition-duration: var(--transition-duration--slidein);
	-webkit-transition-delay: var(--transition-duration--slidein);
	transition-delay: var(--transition-duration--slidein);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.offsidebar .bar-footer,
.offsidebar .bar-header {
	padding: .25em var(--sx);
	background-color: var(--text-color--sidepanel);
	color: var(--back-color--sidepanel)
}

.offsidebar .bar-content {
	padding: var(--sy) var(--sx)
}

.offsidebar .bar-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: var(--empty-space-offset)
}

.has-offsidebar-overlay {
	overflow: hidden
}

.sg-author {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: 1px 2px 3px #d8d8d8;
	box-shadow: 1px 2px 3px #d8d8d8
}

.sg-author__item:nth-child(1) {
	text-align: center
}

.sg-author__item:nth-child(2) {
	margin: 10px 0 0 20px
}

.sg-author__photo {
	width: 80px;
	border-radius: 50%
}

.sg-author__name {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:560px) {
	.sg-author {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr
	}

	.sg-author__item:nth-child(1) {
		text-align: left
	}

	.sg-author__item:nth-child(2) {
		margin: 0
	}

	.sg-author__name {
		font-size: 1.1rem
	}
}

.sg-author__linkedin {
	color: #3a9889;
	margin-left: 10px
}

.sg-author__linkedin a:hover {
	text-decoration: underline
}

.sg-author__linkedin-icon {
	font-size: 1.2rem
}

.sg-author__description {
	color: #585858
}

.sg-author__description p {
	margin: .5rem 0 !important
}

.sg-author__description p:last-child {
	margin-bottom: 0 !important
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes pulse {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@keyframes pulse {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

@keyframes rubberBand {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes tada {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@keyframes tada {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

.logo-selector {
	display: grid;
	grid-template-rows: -webkit-min-content;
	grid-template-rows: min-content;
	grid-auto-flow: row;
	grid-gap: 0;
	padding: 0;
	margin: 0 1%;
	grid-template-columns: repeat(5, 1fr)
}

@media all and (max-width:1300px) {
	.logo-selector {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media all and (max-width:1100px) {
	.logo-selector {
		grid-template-columns: repeat(5, 1fr)
	}
}

@media all and (max-width:800px) {
	.logo-selector {
		margin: 0 15px 15px;
		grid-template-columns: repeat(4, 1fr)
	}
}

@media all and (max-width:600px) {
	.logo-selector {
		grid-template-columns: repeat(2, 1fr)
	}
}

.logo-selector .cProviderLogo {
	background-color: #fff
}

.logo-selector .card {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #8bddd1;
	font-size: 10px;
	grid-column: auto;
	margin-top: -2px;
	margin-right: -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.logo-selector .card-picture {
	padding: 1.6em 2.4em;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff
}

.logo-selector .card-picture * {
	line-height: 1
}

.logo-selector .card-picture img,
.logo-selector .card-picture svg {
	display: block;
	max-height: 42px
}

.logo-selector .card-picture svg {
	width: 48px;
	height: auto;
	fill: #8bddd1
}

.logo-selector .card-picture figure {
	position: relative;
	padding-top: 35%;
	display: block;
	width: 100%;
	height: 100%
}

.logo-selector .card-picture figure img,
.logo-selector .card-picture figure svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 4rem;
	width: 145px;
	-o-object-fit: contain;
	font-family: "object-fit:contain";
	object-fit: contain
}

.logo-selector .card-label {
	padding: .8em;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	color: #9f9f9f;
	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;
	-ms-flex-line-pack: center;
	align-content: center
}

.logo-selector .card-label * {
	font-size: 1em;
	line-height: 1.2
}

.logo-selector .card-label .label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.logo-selector .card-infotext {
	padding: .8em;
	background-color: #fff;
	color: #000;
	outline: #8bddd1 solid 1px
}

@media screen and (max-width:800px) {
	.logo-selector .card-infotext {
		display: none
	}
}

.logo-selector .card .card-infotext {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	right: 0;
	left: 0;
	top: calc(100% + 1.6em);
	bottom: auto;
	height: auto
}

.logo-selector .card:not(:hover) .card-infotext {
	top: 0;
	opacity: 0
}

.logo-selector .card:hover .card-infotext {
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out
}

.logo-selector .card.is-active .card-label {
	background-color: #8bddd1;
	color: #000
}

.logo-selector .card.is-active .card-label:before {
	content: '';
	display: block;
	width: .8em;
	height: .8em;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: .4em;
	background-color: #b22222
}

.logo-selector .card {
	-webkit-transition: none;
	transition: none;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: relative;
	z-index: 0
}

.logo-selector .card.is-hover .card-label,
.logo-selector .card:hover .card-label {
	background-color: #8bddd1;
	color: #000
}

@media screen and (min-width:801px) {

	.logo-selector .card.is-hover,
	.logo-selector .card:hover {
		z-index: 2;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		outline: #8bddd1 solid 1px;
		/*-webkit-box-shadow: .5rem .5rem 0 rgba(0, 0, 0, .15);*/
		/*box-shadow: .5rem .5rem 0 rgba(0, 0, 0, .15)*/
	}
}

.logo-selector .card-clickable a {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.logo-selector .card-clickable a span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.logo-selector .card .insert-page {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	justify-self: stretch
}

.logo-selector--licenses {
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr)
}

@media (max-width:900px) {
	.logo-selector--licenses {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width:560px) {
	.logo-selector--licenses {
		grid-template-columns: repeat(2, 1fr)
	}
}

.logo-selector--licenses .card-picture {
	padding: 0
}

.logo-selector--licenses .card {
	border: none;
	height: 300px
}

@media (max-width:1200px) {
	.logo-selector--licenses .card {
		height: 290px
	}
}

.logo-selector--licenses .card:hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent
}

.logo-selector--licenses .card:hover .card-dropdown {
	z-index: 3;
	background-color: #fff;
	left: -1rem;
	right: -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	-webkit-box-shadow: .5rem .5rem 0 rgba(0, 0, 0, .15);
	box-shadow: .5rem .5rem 0 rgba(0, 0, 0, .15);
	border-color: #8bddd1
}

@media (max-width:1024px) {
	.logo-selector--licenses .card {
		height: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.logo-selector--licenses .card:hover .card-dropdown {
		position: relative;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		padding: 20px 15px 30px
	}
}

.logo-selector--licenses .card:hover .card-link a {
	opacity: 1
}

.logo-selector--licenses .card-dropdown {
	position: absolute;
	z-index: 1;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	border: .1rem solid transparent;
	padding: 20px 15px;
	height: 100%
}

@media (max-width:1024px) {
	.logo-selector--licenses .card-dropdown {
		position: relative
	}
}

.logo-selector--licenses .card-divider {
	border-bottom: 1px solid #8bddd1;
	margin: 20px 0
}

.logo-selector--licenses .card-title {
	color: #000;
	font-size: 12px;
	font-weight: 700
}

.logo-selector--licenses .card-text {
	color: #9f9f9f
}

.logo-selector--licenses .card-link {
	position: absolute;
	bottom: 5px;
	left: 15px
}

.logo-selector--licenses .card-link a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s
}

.logo-selector--licenses .card-link a:hover {
	color: #8cded2;
	border-color: #8cded2
}

.sgLayer__gamebanner .sgLayer__gamebanner__layer_content {
	position: relative;
	padding-top: 0;
	padding-bottom: 0
}

@media all and (min-width:601px) {
	.sgLayer__gamebanner .sgLayer__gamebanner__layer_content .layer_bottomlink {
		position: absolute;
		z-index: 3;
		top: -5.8rem;
		width: 48%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 51%;
		margin-right: 1%
	}
}

@media (max-width:1100px) and (min-width:601px) {
	.sgLayer__gamebanner .sgLayer__gamebanner__layer_content .layer_bottomlink {
		top: -4rem
	}

	.sgLayer__gamebanner .sgLayer__gamebanner__layer_content .layer_bottomlink a {
		font-size: 1.2rem;
		line-height: 1;
		padding-top: .8rem;
		padding-bottom: .8rem
	}

	.sgLayer__gamebanner .sgLayer__gamebanner__layer_content .layer_bottomlink a:after {
		position: absolute
	}
}

@media (max-width:900px) and (min-width:601px) {
	.sgLayer__gamebanner .sgLayer__gamebanner__layer_content .layer_bottomlink {
		width: 49%;
		margin-right: 0
	}
}

@media all and (max-width:600px) {
	.sgLayer__gamebanner .sgLayer__gamebanner__layer_content .layer_bottomlink {
		position: relative;
		z-index: 3;
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

.sgGamebannerSlide {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	display: none
}

.sgGamebanner {
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #133655;
	color: #fff
}

@media all and (max-width:900px) {
	.sgGamebanner {
		background-position: 100% 100%
	}
}

.sgGamebanner .sgGamebanner_content {
	margin: 0 auto;
	max-width: 76vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sgGamebanner .sgGamebanner_content .sgGamebanner__illustration {
	width: 51%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sgGamebanner .sgGamebanner_content .sgGamebanner__header {
	width: 49%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sgGamebanner .sgGamebanner__illustration {
	display: block;
	overflow: visible;
	position: relative;
	z-index: 0
}

.sgGamebanner .sgGamebanner__illustration .is-absolute-container {
	position: absolute;
	z-index: 2;
	top: -2.4rem;
	bottom: -2.4rem;
	right: 0;
	width: 100%
}

.owl-item:not(.active) .sgGamebanner .sgGamebanner__illustration .is-absolute-container {
	overflow: hidden
}

.sgGamebanner .sgGamebanner__illustration .is-absolute-container .sgGamebanner__animate {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	max-width: 100vw;
	height: 100%
}

.sgGamebanner .sgGamebanner__illustration .is-absolute-container .sgGamebanner__animate.hidden {
	opacity: 0
}

.sgGamebanner .sgGamebanner__illustration .is-absolute-container .sgGamebanner__animate.animated {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.sgGamebanner.has-img-bottomline .sgGamebanner__illustration .is-absolute-container {
	bottom: 0
}

.sgGamebanner a,
.sgGamebanner a:active,
.sgGamebanner a:link,
.sgGamebanner a:visited {
	color: inherit;
	text-decoration: none
}

.sgGamebanner a:hover {
	text-decoration: underline
}

.sgGamebanner .sgGamebanner__header {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	min-height: 20.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.sgGamebanner .sgGamebanner__category {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: .8rem
}

.sgGamebanner .sgGamebanner__title {
	display: block;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1
}

.sgGamebanner .sgGamebanner__linkPlaceholder {
	display: block;
	height: 5rem;
	width: 100%
}

.sgGamebanner .sgGamebanner__category,
.sgGamebanner .sgGamebanner__title {
	text-shadow: 2px 2px 4px #000
}

@media all and (max-width:1800px) {
	.sgGamebanner .sgGamebanner__illustration .is-absolute-container .sgGamebanner__animate {
		right: auto;
		left: 0
	}
}

@media all and (max-width:1100px) {
	.sgGamebanner .sgGamebanner_content {
		max-width: 100%
	}

	.sgGamebanner .sgGamebanner__header {
		padding-top: 1.2rem;
		padding-bottom: 4rem;
		min-height: 12rem;
		position: relative;
		z-index: 1
	}

	.sgGamebanner .sgGamebanner__category {
		font-size: 1rem;
		font-weight: 800;
		text-shadow: 0 0 8px rgba(0, 0, 0, .75)
	}

	.sgGamebanner .sgGamebanner__title {
		font-size: 1.6rem;
		text-shadow: 0 0 8px rgba(0, 0, 0, .75)
	}

	.sgGamebanner .sgGamebanner__linkPlaceholder {
		height: 0
	}

	.sgGamebanner .sgGamebanner__illustration .is-absolute-container .sgGamebanner__animate {
		right: auto;
		left: 20%
	}
}

.sgWpTemplate--gamecatalog .sgGamebanner .sgGamebanner__linkPlaceholder,
.sgWpTemplate--gamecatalog .sgLayer__gamebanner .sgLayer__gamebanner__layer_content {
	display: none
}

@media all and (max-width:600px) {
	.sgGamebanner .sgGamebanner_content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.sgGamebanner .sgGamebanner_content .sgGamebanner__illustration {
		width: 36%
	}

	.sgGamebanner .sgGamebanner_content .sgGamebanner__header {
		width: 74%
	}

	.sgGamebanner .sgGamebanner__header {
		min-height: 11rem;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 2.4rem;
		padding-right: 1rem
	}

	.sgGamebanner .sgGamebanner__title {
		font-size: 1.6rem
	}

	.sgWpTemplate--gamecatalog .sgGamebanner .sgGamebanner__header {
		padding-bottom: 1.2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.owl-item .sgGamebannerSlide {
	display: block
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@keyframes fadeOut {

	0%,
	from {
		opacity: 1
	}

	100%,
	to {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.pitch-hub {
	--banner-height: 24rem;
	--pitches-width: 14rem;
	--align-pitches: right;
	--align-show: left;
	--align-template: [show] 1fr [pitches] max-content;
	--back-color-hub: #5b7d8f;
	--back-color-hub-shadow: rgba(0, 0, 0, 0.25);
	--text-color-hub: white;
	--back-color-pitches: rgba(91, 125, 143, 0.85);
	--back-color-pitches-hover: rgba(91, 125, 143, 0);
	--back-color-pitches-active: #204d65;
	--text-color-pitches: white;
	--text-color-pitches-tag: #b9e4de;
	--text-color-accent: #b9e4de;
	--current-item-index: 0;
	--average-item-size: 4rem;
	position: relative;
	z-index: 0;
	width: 100%;
	height: var(--banner-height);
	max-height: 100vh;
	overflow: hidden;
	display: grid;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-template-columns: var(--align-template);
	color: var(--text-color-hub)
}

.pitch-label,
.pitches-header {
	--i: var(--current-item-index, 0);
	--h: var(--average-item-size, 4rem);
	-webkit-transition: -webkit-transform 120ms ease-in-out;
	transition: transform 120ms ease-in-out;
	transition: transform 120ms ease-in-out, -webkit-transform 120ms ease-in-out;
	-webkit-transform: translateY(calc(-1*var(--i)*var(--h)));
	transform: translateY(calc(-1*var(--i)*var(--h)))
}

.pitch-hub::before {
	background-color: var(--back-color-hub);
	content: '';
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pitch-hub::after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), to(var(--back-color-hub-shadow))), -webkit-gradient(linear, left bottom, left top, color-stop(96%, transparent), to(var(--back-color-hub-shadow)));
	background-image: linear-gradient(to bottom, transparent 96%, var(--back-color-hub-shadow)), linear-gradient(to top, transparent 96%, var(--back-color-hub-shadow));
	pointer-events: none;
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pitches {
	--pdu: 0.75rem;
	grid-column: pitches;
	max-width: calc(var(--pitches-width) * 2);
	height: 100%;
	padding-left: .75rem;
	background-color: var(--back-color-pitches);
	color: var(--text-color-pitches)
}

@media screen and (max-width:600px) {
	.pitches {
		max-width: var(--pitches-width)
	}
}

.pitches-header {
	padding: calc(2*var(--pdu)) var(--pdu)
}

.pitches-header .t-title {
	font-size: 2em;
	line-height: 1;
	color: #b9e4de
}

.pitches-header .t-more-link {
	color: var(--text-color-accent);
	text-decoration: underline
}

.pitchlist-label {
	padding: .75em .25em .75em .75em;
	line-height: 1.25;
	position: relative;
	--background: transparent;
	--box-shadow: none;
	--transform: scale(1);
	background: var(--background);
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	-webkit-transform: var(--transform);
	transform: var(--transform);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	--hover-transform: scale(1.05);
	--active-transform: scale(1.2);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 320ms;
	transition-duration: 320ms;
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom);
	--active-box-shadow: 0px 2px 4px var(--back-color-hub-shadow);
	--active-background: linear-gradient(145deg, #204d65, #50819b)
}

.pitchlist-label .t-prefx {
	display: block;
	font-size: .8em;
	color: var(--text-color-accent)
}

.pitchlist-label .t-title {
	display: block
}

.pitchlist-label .label,
.pitchlist-label .t-aria {
	display: none
}

.pitchlist-label .t-link {
	opacity: var(--is-active-pitch, 0);
	pointer-events: var(--state--pointer-events, none);
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pitchlist-label::before {
	--size: 3rem;
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: calc(50% - .5*var(--size));
	right: -.25rem;
	width: var(--size);
	height: var(--size);
	background-image: url('data:image/svg+xml;utf8,<svg fill="hsl(0, 72%, 62%)" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: var(--size) var(--size);
	-webkit-transform: scale(var(--is-active-pitch));
	transform: scale(var(--is-active-pitch))
}

.pitchlist-label:hover {
	--transform: var(--hover-transform)
}

.active-pitch .pitchlist-label {
	--transform: var(--active-transform);
	--background: var(--active-background);
	--box-shadow: var(--active-box-shadow);
	--is-active-pitch: 1;
	--state--pointer-events: all
}

.active-pitch .pitchlist-label::before {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 440ms;
	transition-duration: 440ms;
	-webkit-transition-timing-function: var(--timing-function--openJump);
	transition-timing-function: var(--timing-function--openJump);
	-webkit-transition-delay: 120ms;
	transition-delay: 120ms
}

.pitch {
	--is-active-pitch: 0;
	--translate-show: -200%;
	--translate-el: 100%;
	--el-max-width: 100%;
	--el-max-height: 90%;
	--el-align-self: flex-end;
	--el-margin: 0 auto;
	--el-animation: none;
	--link-pointer: none;
	--link-transofrm: translateX(200%) scale(2)
}

.pitch.active-pitch {
	--is-active-pitch: 1;
	--translate-show: 0;
	--translate-el: 0;
	--el-animation: show-el-pulse;
	--link-pointer: all;
	--link-transofrm: translateX(0) scale(1)
}

@media screen and (max-width:42rem) {
	.pitch.active-pitch {
		--translate-el: -20%
	}
}

@-webkit-keyframes show-el-pulse {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@keyframes show-el-pulse {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pitch-show {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(var(--translate-show));
	transform: translateX(var(--translate-show));
	pointer-events: none
}

.pitch-show-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: var(--is-active-pitch);
	-webkit-transition: opacity 320ms;
	transition: opacity 320ms;
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom)
}

.pitch-show-bg .i-show-bg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	font-family: "object-fit:cover;object-position:var(--align-show) center";
	object-fit: cover;
	-o-object-position: var(--align-show) center;
	object-position: var(--align-show) center
}

.pitch-show-el {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transform: translateX(var(--translate-el));
	transform: translateX(var(--translate-el));
	-webkit-transition: -webkit-transform 320ms;
	transition: transform 320ms;
	transition: transform 320ms, -webkit-transform 320ms;
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom)
}

.pitch-show-el .i-show-el {
	display: block;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	max-width: var(--el-max-width);
	max-height: var(--el-max-height);
	-ms-flex-item-align: var(--el-align-self);
	align-self: var(--el-align-self);
	margin: var(--el-margin);
	-webkit-animation: var(--el-animation);
	animation: var(--el-animation);
	-webkit-animation-duration: 1.28s;
	animation-duration: 1.28s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

@media screen and (max-width:1024px) {
	.pitch-show-el .i-show-el {
		margin-left: 22%
	}
}

@media screen and (max-width:736px) {
	.pitch-show-el .i-show-el {
		width: 200px
	}
}

@media screen and (max-width:414px) {
	.pitch-show-el .i-show-el {
		width: 170px
	}
}

@media screen and (max-width:375px) {
	.pitch-show-el .i-show-el {
		width: 140px
	}
}

@media screen and (max-width:320px) {
	.pitch-show-el .i-show-el {
		width: 100px;
		margin-top: 30px
	}
}

.pitch-show-description {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	max-width: 42rem;
	pointer-events: var(--link-pointer);
	margin: 1rem;
	padding: 1rem 2rem 1rem 1rem
}

@media screen and (max-width:64rem) {
	.pitch-show-description {
		display: none
	}
}

.pitch-show-description::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--back-color-pitches);
	-webkit-transform: scaleY(var(--is-active-pitch));
	transform: scaleY(var(--is-active-pitch));
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: -webkit-transform 320ms;
	transition: transform 320ms;
	transition: transform 320ms, -webkit-transform 320ms;
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom)
}

.t-show-description-about,
.t-show-description-link,
.t-show-description-plogo,
.t-show-description-prefx,
.t-show-description-title {
	opacity: var(--is-active-pitch);
	-webkit-transition: opacity 320ms 320ms;
	transition: opacity 320ms 320ms;
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom)
}

.t-show-description-plogo.logo-selector {
	grid-template-columns: repeat(1, 1fr);
	max-width: 12rem;
	margin: 0 0 .5rem
}

.t-show-description-plogo p:empty {
	display: none
}

.t-show-description-prefx {
	color: var(--text-color-accent)
}

.t-show-description-title {
	font-size: 2em;
	line-height: 1;
	padding-bottom: 1rem
}

.t-show-description-link {
	padding-top: 1rem
}

.t-show-description-about ul {
	padding-left: 1.5em;
	margin-left: 0
}

.t-show-description-about .li-more-link {
	list-style: none;
	padding-top: .5em
}

.t-show-description-about .text-link {
	color: var(--text-color-accent);
	text-decoration: underline;
	font-size: 1.25em;
	line-height: 1
}

.pitch-hub .show-description-a {
	display: inline-block;
	padding: .25rem .5rem;
	background-color: #b81e1e;
	text-decoration: none;
	color: inherit
}

.el-game-banners-summary {
	background-color: #5b7d8f;
	color: #fff;
	padding: 1rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.25
}

.el-game-banners-summary .text-link {
	color: #b9e4de;
	text-decoration: underline
}

.layer>.data-table {
	margin: 2.4em 1.6em
}

.data-table td,
.data-table th {
	vertical-align: top;
	font-size: .85714em;
	line-height: 1.5;
	padding: .5em
}

.data-table caption,
.data-table th {
	text-align: left
}

@media all and (min-width:601px) {

	.data-table td:first-child,
	.data-table th:first-child {
		padding-left: .125em
	}

	.data-table td:last-child,
	.data-table th:last-child {
		padding-right: .125em
	}

	.data-table tr:nth-child(2n)>td,
	.data-table tr:nth-child(2n)>th {
		background-color: rgba(0, 0, 0, .025)
	}

	.data-table .is-string:not(th),
	.data-table[data-table-type*="1str"] tr>:not(th):nth-child(1),
	.data-table[data-table-type*="2str"] tr>:not(th):nth-child(2),
	.data-table[data-table-type*="3str"] tr>:not(th):nth-child(3),
	.data-table[data-table-type*="4str"] tr>:not(th):nth-child(4),
	.data-table[data-table-type*="5str"] tr>:not(th):nth-child(5) {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}
}

@media all and (max-width:600px) {

	.data-table:not(.is-perfect),
	.data-table:not(.is-perfect) caption,
	.data-table:not(.is-perfect) tbody,
	.data-table:not(.is-perfect) tfooter,
	.data-table:not(.is-perfect) thead,
	.data-table:not(.is-perfect) tr {
		display: block
	}

	.data-table:not(.is-perfect) td,
	.data-table:not(.is-perfect) th {
		display: block;
		text-align: left;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border: 0
	}

	.data-table:not(.is-perfect)[data-table-type] table tr>* {
		text-align: left
	}

	.data-table:not(.is-perfect)[data-table-type] table tr>:not(th) {
		font-family: inherit
	}

	.data-table:not(.is-perfect) thead th {
		text-align: right;
		padding-top: 0;
		padding-bottom: 0
	}

	.data-table:not(.is-perfect) tr+tr :first-child {
		border-top: 2px dashed rgba(0, 0, 0, .15);
		margin-top: 1em;
		padding-top: 1em
	}

	.data-table:not(.is-perfect) tr:hover {
		background-color: transparent
	}

	.data-table:not(.is-perfect) .is-number,
	.data-table:not(.is-perfect)[data-table-type] tr>td {
		text-align: left
	}

	.data-table.has-data-titles:not(.is-perfect) thead {
		display: none
	}

	.data-table.has-data-titles:not(.is-perfect) td,
	.data-table.has-data-titles:not(.is-perfect) th {
		font-size: inherit;
		line-height: inherit
	}

	.data-table.has-data-titles:not(.is-perfect) td[data-title],
	.data-table.has-data-titles:not(.is-perfect) th[data-title] {
		position: relative;
		padding-left: 12em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.data-table.has-data-titles:not(.is-perfect) td[data-title]:before,
	.data-table.has-data-titles:not(.is-perfect) th[data-title]:before {
		content: attr(data-title) ": ";
		position: absolute;
		display: block;
		margin-left: -12em;
		width: 11.5em;
		line-height: 1.25
	}
}

.data-table .is-number,
.data-table[data-table-type*="1num"] tr>:nth-child(1),
.data-table[data-table-type*="2num"] tr>:nth-child(2),
.data-table[data-table-type*="3num"] tr>:nth-child(3),
.data-table[data-table-type*="4num"] tr>:nth-child(4),
.data-table[data-table-type*="5num"] tr>:nth-child(5) {
	text-align: right
}

.data-table .is-number:not(th),
.data-table[data-table-type*="1num"] tr>:not(th):nth-child(1),
.data-table[data-table-type*="2num"] tr>:not(th):nth-child(2),
.data-table[data-table-type*="3num"] tr>:not(th):nth-child(3),
.data-table[data-table-type*="4num"] tr>:not(th):nth-child(4),
.data-table[data-table-type*="5num"] tr>:not(th):nth-child(5) {
	font-family: monospace
}

.form-design {
	--max-width: 24rem;
	--sx: 1.5rem;
	--sy: 1rem;
	--form-field-paddings: 0.25rem 0.5rem;
	--field-back-color: white;
	--field-back-color-accent: white;
	--field-back-color-descent: lightslategray;
	--field-text-color: black;
	--field-text-color-accent: black;
	--field-text-color-descent: darkslategray;
	--submit-back-color: firebrick;
	--submit-back-color-accent: darkred;
	--submit-back-color-descent: lightslategray;
	--submit-text-color: white;
	--submit-text-color-accent: white;
	--submit-text-color-descent: darkslategray;
	--focus-mark-color: lightsteelblue
}

.form-design.theme--white {
	--field-back-color: gainsboro;
	--field-back-color-accent: gainsboro;
	--field-back-color-descent: lightslategray
}

.form-design label {
	display: block;
	padding: 0;
	margin: 0
}

.form-design input:not([type=submit]):not([type=reset]):not([type=button]),
.form-design select,
.form-design textarea {
	--back-color: var(--field-back-color);
	--back-color-accent: var(--field-back-color-accent);
	--back-color-descent: var(--field-back-color-descent);
	--text-color: var(--field-text-color);
	--text-color-accent: var(--field-text-color-accent);
	--text-color-descent: var(--field-text-color-descent);
	--mark-color: var(--focus-mark-color);
	display: block;
	width: 100%;
	padding: var(--form-field-paddings);
	font-size: 1em;
	font-family: inherit;
	font-weight: inherit;
	line-height: var(--line-height);
	-webkit-box-shadow: none;
	box-shadow: none;
	--background-color: var(--back-color);
	--color: var(--text-color);
	background-color: var(--background-color);
	color: var(--color);
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	resize: vertical
}

.form-design input,
.form-design select,
.form-design textarea {
	-webkit-transition: outline .24s var(--timing-function--openJump);
	transition: outline .24s var(--timing-function--openJump);
	outline: 0 solid var(--mark-color)
}

.form-design input:focus,
.form-design select:focus,
.form-design textarea:focus {
	--background-color: var(--back-color-accent);
	--color: var(--text-color-accent);
	outline: .25rem solid var(--mark-color);
	border-radius: 0
}

.wrap-form {
	width: 100%;
	max-width: var(--max-width)
}

.wrap-form-fields {
	padding: var(--sy) var(--sx);
	display: grid;
	grid-template-columns: auto;
	grid-row-gap: var(--sy);
	grid-column-gap: 0
}

.wrap-field {
	display: block;
	margin: 0;
	padding: 0
}

.wrap-form-feedback {
	padding: var(--sy) var(--sx);
	width: 100vh;
	max-width: var(--max-width)
}

.form-design .wrap-form-feedback,
.form-design.has-state-response .wrap-form-plugin {
	display: none
}

.form-design.has-state-response .wrap-form-feedback {
	display: block
}

.field-label {
	display: inline-block
}

.field-label i {
	opacity: .64
}

.wrap-field .field-label {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: -webkit-transform .24s;
	transition: transform .24s;
	transition: transform .24s, -webkit-transform .24s;
	-webkit-transition-timing-function: var(--timing-function--focusZoom);
	transition-timing-function: var(--timing-function--focusZoom)
}

.wrap-field:focus-within .field-label {
	color: var(--text-color-accent);
	-webkit-transform: translateY(-.25rem);
	transform: translateY(-.25rem)
}

.wpcf7 {
	background: #fff !important;
	border-radius: 4px;
	overflow: hidden
}

.wpcf7 .wrap-form-fields .form-control {
	border: 1px solid #eaeaef;
	border-radius: 2px
}

.wpcf7 .wrap-submit {
	margin-top: calc(var(--sx) - var(--sy));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.form-design .form-design-button {
	--back-color: var(--submit-back-color);
	--back-color-accent: var(--submit-back-color-accent);
	--back-color-descent: var(--submit-back-color-descent);
	--text-color: var(--submit-text-color);
	--text-color-accent: var(--submit-text-color-accent);
	--text-color-descent: var(--submit-text-color-descent);
	--mark-color: var(--focus-mark-color);
	display: inline-block;
	padding: .5em 1.5em;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	resize: vertical;
	font-size: 1.1em;
	line-height: var(--line-height);
	background-color: #8cded2;
	color: #000;
	width: 80%;
	height: 50px;
	border-radius: 4px
}

.form-design .form-design-button:focus,
.form-design .form-design-button:hover {
	--background-color: var(--back-color-accent);
	--color: var(--text-color-accent)
}

.form-design .form-design-button:hover {
	background-color: #7bcdc1
}

.form-design input.is-not-valid,
.form-design textarea.is-not-valid {
	padding-right: 2rem;
	background-size: 2rem;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg fill="lightsalmon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="-4 -4 32 32"%3E%3Cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/%3E%3C/svg%3E')
}

.not-valid-tip {
	display: block;
	padding: .25rem;
	color: var(--text-color);
	background-color: var(--back-color-accent)
}

.not-valid-tip::before {
	content: '▴';
	color: var(--link-color);
	display: inline-block;
	vertical-align: baseline;
	padding-right: .25rem
}

.form-design .wpcf7 {
	max-width: var(--max-width)
}

.form-design input.wpcf7-not-valid,
.form-design textarea.wpcf7-not-valid {
	padding-right: 32px;
	background-size: 32px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: var(--invalid-marker);
	background-image: url('data:image/svg+xml,%3Csvg fill="lightsalmon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="-4 -4 32 32"%3E%3Cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/%3E%3C/svg%3E')
}

.form-design .wpcf7-not-valid-tip {
	display: block;
	padding: .25rem;
	color: var(--text-color);
	background-color: var(--back-color-accent)
}

.form-design .wpcf7-not-valid-tip::before {
	content: '▴';
	color: var(--link-color);
	display: inline-block;
	vertical-align: baseline;
	padding-right: .25rem
}

.form-design .wpcf7-response-output {
	padding: var(--sy) var(--sx);
	margin: 0;
	border: 0;
	background-color: var(--back-color-accent);
	color: var(--text-color-accent)
}

.form-design .wrap-validation-response .wpcf7-response-output {
	margin: 0 calc(-1 * var(--sx))
}

.form-design .wpcf7 .ajax-loader {
	background-image: none;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0
}

.form-design .wpcf7 .ajax-loader::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .85;
	--background-color: transparent;
	background-color: var(--background-color);
	-webkit-transition: background 240ms ease-out;
	transition: background 240ms ease-out
}

.form-design .wpcf7 .ajax-loader.is-active {
	visibility: visible;
	pointer-events: all
}

.form-design .wpcf7 .ajax-loader.is-active::before {
	background-color: var(--back-color)
}

.form-design .wpcf7 .ajax-loader.is-active::after {
	--size: 6rem;
	content: '';
	position: absolute;
	z-index: 1;
	top: calc(50% - .5*var(--size));
	right: calc(50% - .5*var(--size));
	width: var(--size);
	height: var(--size);
	background-size: var(--size);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/%3E%3C/svg%3E');
	-webkit-animation: 1s linear infinite FormLoaderRotation;
	animation: 1s linear infinite FormLoaderRotation
}

@-webkit-keyframes FormLoaderRotation {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg)
	}
}

@keyframes FormLoaderRotation {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg)
	}
}

.form-design.sidepanel-content {
	position: relative;
	padding: 0;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

html:not([la-root-re-vars]) {
	--line-height: 1.5;
	--timing-function--focusZoom: cubic-bezier(0.165, 0.84, 0.44, 1);
	--timing-function--openJump: cubic-bezier(0.175, 0.885, 0.320, 1.275)
}

.event-banner {
	--v-space: var(--sx, 1rem);
	--h-space: var(--sy, 1rem);
	--banner-padding: calc(2.5 * var(--v-space)) 0 calc(1.5 * var(--v-space)) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-self: stretch;
	grid-column: full;
	padding: var(--banner-padding);
	background-color: var(--back-color--accent, var(--background-color, transparent));
	color: var(--text-color, var(--color, inherit))
}

@media all and (max-width:600px) {
	.event-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 0 30px
	}

	.event-banner>div:nth-child(2) {
		display: none
	}
}

.event-banner>* {
	margin: 0 var(--h-space) var(--v-space) var(--h-space)
}

.group-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.group-banner>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:38em) {
	.group-banner:not(.is-big) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width:1200px) {
	.group-banner {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.event-button {
	--background-color: var(--back-color, #c84649);
	--background-hover: var(--back-color--accent, #ae2d2f);
	--color: var(--text-color, white);
	--padding: calc(var(--row-space, 1rem) * 0.5) var(--col-space, 1.25rem);
	--margin: 0.25rem;
	--border-radius: 4px;
	--transform-hover: scale(1.1, 1.1);
	--font-size: 1.5em;
	--line-height: 1.333;
	display: inline-block;
	width: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: var(--padding);
	margin: var(--margin);
	font-size: var(--font-size);
	line-height: var(--line-height);
	text-align: center;
	border-radius: var(--border-radius);
	background-color: var(--background-color);
	color: var(--color)
}

.event-button.is-big {
	--padding: var(--row-space, 1rem) var(--col-space, 1.25rem)
}

.event-button,
.event-button:active,
.event-button:focus,
.event-button:focus-within,
.event-button:hover,
.event-button:link,
.event-button:visited {
	border: 0;
	text-decoration: none;
	background-color: var(--background-color);
	color: var(--color)
}

@media screen and (min-width:900px) {
	.event-button {
		--opacity-state: 0;
		--transform-state: scale(1, 1);
		-webkit-transform: var(--transform-state);
		transform: var(--transform-state);
		position: relative;
		z-index: var(--opacity-state);
		will-change: transform;
		-webkit-transition: all .6s var(--timing-function--focusZoom, ease-out);
		transition: all .6s var(--timing-function--focusZoom, ease-out);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-smooth: always
	}

	.event-button::after {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: var(--opacity-state, 0);
		-webkit-box-shadow: 0 .5rem 1rem var(--shadow-color, rgba(0, 0, 0, .3));
		box-shadow: 0 .5rem 1rem var(--shadow-color, rgba(0, 0, 0, .3));
		border-radius: inherit;
		-webkit-transition: inherit;
		transition: inherit
	}

	.event-button:hover {
		--background-color: var(--background-hover);
		--transform-state: var(--transform-hover);
		--opacity-state: 1
	}

	.event-button:focus-within {
		--background-color: var(--background-hover);
		--transform-state: var(--transform-hover);
		--opacity-state: 1
	}
}

.swed-button {
	--back-color: #c84649;
	--back-color-accent: #ae2d2f;
	--text-color: white;
	--shadow-color: var(--shadow-color-for-light-base);
	--padding: calc(1em/3) var(--col-space, 1rem);
	--margin: 0.25rem;
	--border-radius: 4px;
	--transform-hover: scale(1.1, 1.1);
	--font-size: 1.5em;
	--line-height: calc(4/3);
	--background-color: var(--back-color);
	--background-hover: var(--back-color-accent);
	--color: var(--text-color);
	display: inline-block;
	width: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: var(--padding);
	margin: var(--margin);
	font-size: var(--font-size);
	line-height: var(--line-height);
	text-align: center;
	border-radius: var(--border-radius);
	background-color: var(--background-color);
	color: var(--color);
	--state-value: 0;
	--state-transform: scale(1, 1);
	-webkit-transform: var(--state-transform);
	transform: var(--state-transform);
	position: relative;
	z-index: var(--state-value);
	will-change: transform;
	-webkit-transition: all .6s var(--timing-function--focusZoom, ease-out);
	transition: all .6s var(--timing-function--focusZoom, ease-out);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always
}

.swed-button.is-big {
	--padding: var(--row-space, 1rem) var(--col-space, 1.25rem)
}

.swed-button,
.swed-button:active,
.swed-button:focus,
.swed-button:focus-within,
.swed-button:hover,
.swed-button:link,
.swed-button:visited {
	border: 0;
	text-decoration: none;
	background-color: var(--background-color);
	color: var(--color)
}

.swed-button::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: var(--state-value);
	-webkit-box-shadow: 0 .5rem 1rem var(--shadow-color, rgba(0, 0, 0, .3));
	box-shadow: 0 .5rem 1rem var(--shadow-color, rgba(0, 0, 0, .3));
	border-radius: inherit;
	-webkit-transition: inherit;
	transition: inherit
}

.swed-button.is-active,
.swed-button:active,
.swed-button:focus,
.swed-button:hover {
	--background-color: var(--background-hover);
	--state-transform: var(--transform-hover);
	--state-value: 1
}

.swed-button:focus-within {
	--background-color: var(--background-hover);
	--state-transform: var(--transform-hover);
	--state-value: 1
}

.svga-icon {
	--base: 1em;
	--size: var(--line-height, 1.5);
	width: var(--base);
	height: var(--base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle
}

.svga-icon:not(.base-size) {
	margin-right: calc(var(--size)*var(--base) - var(--base));
	-webkit-transform: scale(var(--size));
	transform: scale(var(--size));
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.svga-icon>svg {
	width: 100%;
	height: 100%;
	fill: currentColor
}

.product-interest {
	border-radius: 2px;
	background: #e9f8ff;
	padding: 15px 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #017dbb
}

.product-interest__icon {
	margin-right: 15px;
	min-width: 28px
}

.product-interest__product {
	white-space: nowrap
}

.sg-provider-references__title {
	margin-bottom: 15px
}

.sg-provider-references__list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	grid-gap: 50px
}

.sg-provider-references__item {
	font-size: 1.2rem
}

.sgWpContent .sg-provider-references__link {
	text-decoration: none
}

.sgWpContent .sg-provider-references__link:hover {
	text-decoration: underline
}

.sgWpContent .sg-provider-references .has-minor-background__link {
	color: #d1f5e9
}

@media all and (max-width:900px) {
	.sg-provider-references__list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.comments-form,
.sg-contacts .product-interest {
	display: none
}

.comments-form .form-errors {
	margin: 10px 0
}

.comments-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.comments-list .comment {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #8cded2
}

.comments-list .comment:last-child {
	margin-bottom: 1rem
}

.comments-list .comment .children {
	margin: 5px 0 0 30px;
	padding: 0;
	list-style: none;
	border-left: 2px solid rgba(0, 0, 0, .25)
}

.comments-list .comment .children .comment {
	margin: 0;
	padding-top: 0
}

.comments-list .comment .children .comment:last-child {
	padding-bottom: 0
}

.comments-list .comment-body .comment-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comments-list .comment-body .comment-author .fn {
	margin-left: 10px
}

.comments-list .comment-body .comment-author .says {
	display: none
}

.comments-list .comment-body .comment-meta {
	font-size: .7rem
}

.comments-list .comment-body p {
	margin: 10px 0
}

.comments-list .comment-body .reply a {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	resize: vertical;
	font-size: .8rem;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	background-color: #b22222;
	color: #fff
}

.comments-list .comment-body .reply a:focus,
.comments-list .comment-body .reply a:hover {
	background-color: #8b0000
}

.comments-list .comment-body .comment-reply-title {
	font-size: 24px;
	font-weight: 700;
	color: teal;
	margin-bottom: 10px
}

.comments-list .comment-body .comment-reply-title a {
	color: #000
}

.comments-list .comment-body .comment-reply-title small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.comments-list .comment-body .comment-reply-title small a {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	resize: vertical;
	font-size: .8rem;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	background-color: #b22222;
	color: #fff
}

.comments-list .comment-body .comment-reply-title small a:focus,
.comments-list .comment-body .comment-reply-title small a:hover {
	background-color: #8b0000
}

.comments {
	padding: 0 1% 3.2rem
}

.comments .comment-form {
	max-width: 500px
}

.comments .comment-form .comment-notes {
	font-size: .8rem;
	margin-bottom: 10px
}

.comments .comment-form .comment-notes #email-notes {
	display: block
}

.comments .comment-form .required {
	color: red
}

.comments .comment-form label {
	font-weight: 600
}

.comments .comment-form label .required {
	margin-left: 3px
}

.comments .comment-form .form-submit .submit {
	display: inline-block;
	width: auto;
	padding: .5em 1.5em;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	resize: vertical;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	background-color: #b22222;
	color: #fff;
	font-size: 1em
}

.comments .comment-form .form-submit .submit:focus,
.comments .comment-form .form-submit .submit:hover {
	background-color: #8b0000
}

.comments .comment-form-author,
.comments .comment-form-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10px
}

.comments .comment-form-author input,
.comments .comment-form-email input {
	width: 100%;
	padding: 5px 10px
}

.comments .comment-form-comment {
	margin-bottom: 10px
}

.comments .comment-form-comment label {
	display: block
}

.comments .comment-form-comment textarea {
	width: 100%;
	padding: 5px 10px
}

.comments .comment-respond {
	margin-top: 15px
}

.sg-btn {
	display: inline-block;
	font-weight: 400;
	color: teal;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .37rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	background: #c9efec;
	outline: 0 !important
}

.big-title-group {
	display: grid;
	grid-template-columns: 1fr -webkit-max-content;
	grid-template-columns: 1fr max-content;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-left: 1%;
	margin-right: 1%
}

.big-title-group .big-title {
	margin-left: 0
}

.big-title-group .read-all {
	position: relative;
	padding-right: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: .5s;
	transition: .5s
}

.big-title-group .read-all:after {
	content: '';
	margin-left: .5em;
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(https://st.softgamings.com/themes/softgamings/images/svg/icon-right-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.big-title-group .read-all:hover:after {
	right: -5px
}

.posts__list {
	padding: 0;
	list-style: none;
	margin: 0 1%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 40px
}

@media (max-width:900px) {
	.posts__list {
		grid-template-columns: repeat(3, 1fr);
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

@media (max-width:640px) {
	.posts__list {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:480px) {
	.posts__list {
		grid-template-columns: repeat(1, 1fr)
	}
}

.posts__item {
	border-bottom: 4px solid #8cded2;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto
}

.posts__item .posts__link {
	text-decoration: none;
	color: #000
}

.posts__title {
	display: inline-block;
	margin-bottom: 10px;
	max-height: 80px;
	overflow: hidden
}

.posts__link {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.posts__link:hover {
	border-bottom-color: #000
}

.posts__date {
	display: inline-block;
	color: #979797;
	margin-bottom: 10px
}

.provider-additional-info {
	background-color: #e8f7ff;
	padding: 20px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 255px 1fr;
	margin: 2rem 0
}

.provider-additional-info__image {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	min-height: 184px;
	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
}

.provider-additional-info__image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(https://st.softgamings.com/themes/softgamings/images/svg/icon-info-bg.svg) center 40%/80% no-repeat;
	top: 0;
	opacity: .07
}

.provider-additional-info__image-icon {
	position: relative;
	z-index: 1;
	min-height: 0;
	height: auto
}

.provider-additional-info__content {
	margin-left: 20px;
	padding-left: 15px;
	border-left: 1px solid #fff
}

@media screen and (max-width:900px) {
	.provider-additional-info {
		grid-template-columns: 1fr;
		grid-gap: 20px
	}

	.provider-additional-info__content {
		border-left: none;
		margin-left: 0;
		padding-left: 0
	}
}

.provider-additional-info__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.provider-additional-info__description p {
	font-size: 14px
}

.provider-additional-info__description p a {
	text-decoration: none;
	-webkit-transition: border .5s;
	transition: border .5s;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 600
}

.provider-additional-info__description p a:hover {
	border-bottom-color: transparent
}

.provider-additional-info__interest {
	font-weight: 600
}

.provider-additional-info__btn {
	margin-top: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.provider-additional-info__btn .button {
	font-size: 14px;
	padding: 15px 20px;
	background-color: #992424;
	color: #fff;
	font-weight: 700;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 10px;
	margin: 0
}

.provider-additional-info__btn .button:hover {
	background-color: #731717;
	color: #fff
}

.sgWpTemplate--blog .section-table-of-contents .layer_content {
	padding-bottom: 0
}

.table-of-contents--v1,
.table-of-contents--v3 {
	font-size: 1.3rem
}

.table-of-contents--v1 .table-of-contents__title,
.table-of-contents--v3 .table-of-contents__title {
	text-align: center;
	margin: 0 0 40px;
	font-weight: 600
}

.table-of-contents--v1 .table-of-contents__content,
.table-of-contents--v3 .table-of-contents__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.table-of-contents--v1 .table-of-contents__list,
.table-of-contents--v3 .table-of-contents__list {
	padding-left: 25px;
	color: #639889
}

.table-of-contents--v1 .table-of-contents__list li:hover,
.table-of-contents--v3 .table-of-contents__list li:hover {
	cursor: pointer;
	text-decoration: underline
}

.table-of-contents--v2 {
	font-size: 1.4rem
}

.table-of-contents--v2 .table-of-contents__list {
	position: relative
}

.table-of-contents--v2 ul {
	font-size: 1.1rem;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin: 0
}

.table-of-contents--v2 ul li {
	white-space: nowrap;
	margin-right: 50px;
	font-weight: 600
}

.table-of-contents--v2 ul li a:hover {
	cursor: pointer;
	text-decoration: underline
}

.table-of-contents--v2 .owl-stage-outer {
	max-width: 90%;
	overflow: hidden;
	cursor: pointer
}

.table-of-contents--v2 .owl-item {
	display: inline-block
}

.table-of-contents--v2 .owl-nav {
	margin-left: 20px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.table-of-contents--v2 .owl-nav button {
	cursor: pointer;
	background: #687b8d;
	outline: 0;
	border: 0;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 4px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.table-of-contents--v2 .owl-nav button.owl-prev {
	margin-right: 10px
}

.table-of-contents--v2 .owl-dots {
	display: none
}

@media (max-width:900px) {
	.sg-table-of-contents-section {
		min-height: 115px
	}

	.table-of-contents--v2 .owl-stage-outer {
		max-width: 100%;
		width: 100%
	}

	.table-of-contents--v2 .owl-nav {
		position: absolute;
		top: 35px;
		right: 0
	}
}

.table-of-contents--v3 .table-of-contents__list {
	position: relative;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	grid-gap: 150px;
	row-gap: 5px;
	margin: 0;
	max-width: 90%
}

@media (max-width:780px) {
	.table-of-contents--v3 {
		padding: 0 1.6rem
	}

	.table-of-contents--v3 .table-of-contents__list {
		grid-gap: 50px
	}
}

@media (max-width:670px) {
	.table-of-contents--v3 .table-of-contents__list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-left: unset
	}
}

.table-of-contents--less .table-of-contents__list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}

.sg-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sg-title:after {
	content: '';
	display: inline-block;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background-size: 50px 50px
}

@media (max-width:600px) {
	.sg-title:after {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
		margin-left: 10px
	}
}

.sg-title--about:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/about.png)
}

.sg-title--api-integration:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/api-integration.png)
}

.sg-title--awards:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/awards.png)
}

.sg-title--back-office:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/back-office.png)
}

.sg-title--company-info:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/company-info.png)
}

.sg-title--credibility-and-fairness:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/credibility-and-fairness.png)
}

.sg-title--faq:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/faq.png)
}

.sg-title--games:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/games.png)
}

.sg-title--history-and-milestones:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/history-and-milestones.png)
}

.sg-title--jackpots:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/jackpots.png)
}

.sg-title--key-features:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/key-features.png)
}

.sg-title--location:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/location.png)
}

.sg-title--management:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/management.png)
}

.sg-title--mobile-gaming:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/mobile-gaming.png)
}

.sg-title--platform:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/platform.png)
}

.sg-title--price:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/price.png)
}

.sg-title--promotions-and-bonuses:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/promotions-and-bonuses.png)
}

.sg-title--provider-location:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/provider-location.png)
}

.sg-title--responsible-gaming:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/responsible-gaming.png)
}

.sg-title--security:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/security.png)
}

.sg-title--software:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/software.png)
}

.sg-title--software-features:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/software-features.png)
}

.sg-title--technologies:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/technologies.png)
}

.sg-title--white-label:after {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/icons/white-label.png)
}

.sg-video {
	overflow: hidden;
	height: 0;
	position: relative
}

.sg-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.sg-form-select {
	display: inline-block;
	position: relative;
	font-size: .9rem
}

.sg-form-select__select {
	position: relative;
	cursor: pointer;
	background: #fff;
	padding: 5px 15px;
	border-radius: 15px;
	text-align: left;
	min-width: 150px;
	border: 1px solid #ebebeb
}

.sg-form-select__dropdown {
	position: absolute;
	display: none;
	top: 160%;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
	-webkit-box-shadow: 0 8px 10px #c1c1c1;
	box-shadow: 0 8px 10px #c1c1c1;
	border-radius: 6px;
	width: 220px;
	padding: 15px;
	border: 1px solid #fff
}

.sg-form-select__item {
	cursor: pointer;
	margin: 10px 0 0
}

.sg-form-select__item:first-child {
	margin: 0
}

.sg-form-select__item:hover {
	color: #639889
}

.sg-form-select__arrow {
	position: absolute;
	right: 10px;
	top: calc(50% - 1px);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: .7rem
}

.sg-form-select__native {
	display: none
}

.sg-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 10px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 15px;
	height: 2rem;
	width: 250px
}

.sg-input input {
	border: none;
	outline: 0;
	width: 100%
}

.sg-input input:-internal-autofill-selected {
	background-color: #fff
}

.sg-input__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.sg-input__icon {
	margin: 0 0 0 5px
}

.sg-input__native {
	display: none
}

.sg-providers__list {
	position: relative
}

.sg-providers .sg-loader {
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.sg-providers__sort-name {
	color: #315459
}

.sg-providers-filter {
	padding: 25px 15px;
	background: #e8f8f7;
	margin: 0 0 20px
}

.sg-providers-filter__sort-name {
	margin-right: 15px;
	color: #315459
}

.sg-provider-games .big-title {
	margin-bottom: 2rem
}

.sg-provider-games__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .4rem;
	margin-bottom: 25px
}

@media screen and (max-width:530px) {
	.sg-provider-games__filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 5px
	}

	.sg-provider-games__filter .sg-input {
		width: 100%;
		height: 2.5rem
	}

	.sg-provider-games__search {
		margin-bottom: 20px
	}
}

.sg-provider-games__list {
	position: relative
}

.sg-provider-games__error {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	font-size: 1.2rem
}

.sg-provider-games .sg-loader {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 40px
}

.sg-loader {
	display: none;
	position: absolute;
	z-index: 20
}

.sg-loader--roller {
	width: 80px;
	height: 80px
}

.sg-loader--roller div {
	-webkit-animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-roller;
	animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-roller;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px
}

.sg-loader--roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #8cded2;
	margin: -4px 0 0 -4px
}

.sg-loader--roller div:nth-child(1) {
	-webkit-animation-delay: -36ms;
	animation-delay: -36ms
}

.sg-loader--roller div:nth-child(1):after {
	top: 63px;
	left: 63px
}

.sg-loader--roller div:nth-child(2) {
	-webkit-animation-delay: -72ms;
	animation-delay: -72ms
}

.sg-loader--roller div:nth-child(2):after {
	top: 68px;
	left: 56px
}

.sg-loader--roller div:nth-child(3) {
	-webkit-animation-delay: -108ms;
	animation-delay: -108ms
}

.sg-loader--roller div:nth-child(3):after {
	top: 71px;
	left: 48px
}

.sg-loader--roller div:nth-child(4) {
	-webkit-animation-delay: -144ms;
	animation-delay: -144ms
}

.sg-loader--roller div:nth-child(4):after {
	top: 72px;
	left: 40px
}

.sg-loader--roller div:nth-child(5) {
	-webkit-animation-delay: -.18s;
	animation-delay: -.18s
}

.sg-loader--roller div:nth-child(5):after {
	top: 71px;
	left: 32px
}

.sg-loader--roller div:nth-child(6) {
	-webkit-animation-delay: -216ms;
	animation-delay: -216ms
}

.sg-loader--roller div:nth-child(6):after {
	top: 68px;
	left: 24px
}

.sg-loader--roller div:nth-child(7) {
	-webkit-animation-delay: -252ms;
	animation-delay: -252ms
}

.sg-loader--roller div:nth-child(7):after {
	top: 63px;
	left: 17px
}

.sg-loader--roller div:nth-child(8) {
	-webkit-animation-delay: -288ms;
	animation-delay: -288ms
}

.sg-loader--roller div:nth-child(8):after {
	top: 56px;
	left: 12px
}

@-webkit-keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.why-join-us {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-left: 1%;
	margin-right: 1%
}

@media (max-width:900px) {
	.why-join-us {
		grid-template-columns: repeat(2, 1fr);
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

.why-join-us__item {
	position: relative
}

.why-join-us__icon {
	width: auto;
	height: 90px
}

@media (max-width:900px) {
	.why-join-us__icon {
		height: 60px
	}
}

.why-join-us__num {
	position: absolute;
	top: 0;
	font-size: 154px;
	z-index: -1;
	line-height: 90px;
	color: #8cded2;
	font-weight: 700
}

@media (max-width:900px) {
	.why-join-us__num {
		font-size: 120px;
		line-height: 60px
	}
}

.why-join-us .card-picture {
	margin-bottom: 55px
}

@media (max-width:900px) {
	.why-join-us .card-picture {
		margin-bottom: 35px
	}
}

@media (max-width:560px) {
	.why-join-us {
		grid-template-columns: repeat(1, 1fr)
	}

	.why-join-us__icon {
		height: 50px
	}

	.why-join-us__num {
		font-size: 90px;
		line-height: 50px
	}

	.why-join-us .card-picture {
		margin-bottom: 20px
	}
}

.why-join-us__text {
	font-size: 18px;
	line-height: 27px
}

.sgLayerGallery .layer_content {
	padding: 0
}

.gallery__list {
	padding: 0;
	list-style: none;
	margin: 0 1%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 40px
}

@media (max-width:900px) {
	.why-join-us__text {
		font-size: 16px;
		line-height: 25px
	}

	.gallery__list {
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

@media (max-width:640px) {
	.gallery__list {
		grid-template-columns: repeat(1, 1fr)
	}
}

.technologies__list {
	padding: 0;
	list-style: none;
	margin: 0 1%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px
}

@media (max-width:1366px) {
	.technologies__list {
		grid-template-columns: repeat(5, 1fr)
	}
}

@media (max-width:900px) {
	.technologies__list {
		grid-template-columns: repeat(4, 1fr);
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

@media (max-width:640px) {
	.technologies__list {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width:480px) {
	.technologies__list {
		grid-template-columns: repeat(2, 1fr)
	}
}

.technologies__item {
	height: 126px;
	background: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-template-rows: 1fr;
	justify-items: center
}

.technologies__item:hover {
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.technologies__item:hover .technologies__image {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.technologies__item p {
	display: none
}

.technologies__link {
	padding: 22px;
	display: block;
	width: 100%;
	height: 100%
}

.technologies__image {
	width: 100%;
	height: 78px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .5s;
	transition: .5s
}

.positions__list {
	padding: 0;
	list-style: none;
	margin: 0 1%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 40px
}

@media (max-width:900px) {
	.positions__list {
		grid-template-columns: repeat(2, 1fr);
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

@media (max-width:480px) {
	.positions__list {
		grid-template-columns: repeat(1, 1fr)
	}
}

.positions__item {
	border-bottom: 4px solid #8cded2;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto
}

.positions__item .positions__link {
	text-decoration: none;
	color: #000
}

.positions__link {
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid transparent
}

.positions__link:hover {
	border-bottom-color: #000
}

.positions__title {
	display: inline-block;
	margin-bottom: 10px;
	max-height: 54px;
	overflow: hidden
}

.positions__city {
	display: inline-block;
	color: #979797;
	margin-bottom: 10px
}

.positions__cover-letter .cover-letter__link {
	color: #15c;
	text-decoration: none
}

.cover-letter {
	margin-top: 35px;
	background: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	display: grid;
	grid-template-columns: 120px 1fr
}

.cover-letter:hover {
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.cover-letter__icon {
	background-color: #8cded2;
	margin: -1px;
	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
}

@media (max-width:480px) {
	.cover-letter {
		grid-template-columns: 1fr
	}

	.cover-letter__icon {
		padding: 20px
	}
}

.cover-letter__text {
	font-size: 18px;
	padding: 20px 35px
}

.cover-letter__text span {
	display: block
}

.cover-letter__link {
	border-bottom: 1px solid #15c;
	-webkit-transition: .5s;
	transition: .5s
}

.cover-letter__link:hover {
	border-bottom-color: transparent
}

.sgLayerOffer.layer {
	background-color: #f0f0f0
}

.offer__list {
	padding: 0;
	list-style: none;
	margin: 0 1%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 40px
}

@media (max-width:1200px) {
	.offer__list {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width:900px) {
	.offer__list {
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

@media (max-width:640px) {
	.offer__list {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:480px) {
	.offer__list {
		grid-template-columns: repeat(1, 1fr)
	}
}

.offer__item {
	text-align: center
}

.offer__image {
	margin-bottom: 35px;
	height: 80px
}

@media (max-width:640px) {
	.offer__image {
		margin-bottom: 25px;
		height: 60px
	}
}

.offer__text {
	margin: 0;
	font-size: 18px
}

.hr-manager {
	text-align: center;
	font-size: 18px
}

.hr-manager__image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	-o-object-position: top;
	object-position: top;
	-o-object-fit: none;
	font-family: "object-fit:none;object-position:top";
	object-fit: none
}

@media (max-width:900px) {
	.hr-manager {
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}

	.hr-manager__image {
		width: 160px;
		height: 160px
	}
}

.hr-manager__name {
	margin-bottom: 5px;
	font-weight: 600
}

.hr-manager__text {
	margin-top: 25px
}

.sgLayerTestimonials--careers {
	background-image: url(https://st.softgamings.com/themes/softgamings/images/testimonials/bg.png);
	height: 100%;
	width: 100%
}

.sgLayerTestimonials--careers .big-title {
	color: #fff
}

.testimonials__list {
	padding: 0;
	list-style: none;
	margin: 0 1%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px
}

.testimonials__item {
	background-color: #fff;
	padding: 30px 20px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	text-align: center
}

@media (max-width:1200px) {
	.testimonials__list {
		grid-template-columns: repeat(2, 1fr)
	}

	.testimonials__item:nth-of-type(3) {
		grid-column: span 2
	}
}

@media (max-width:720px) {
	.testimonials__list {
		grid-template-columns: repeat(1, 1fr)
	}

	.testimonials__item:nth-of-type(3) {
		grid-column: span 1
	}
}

.testimonials__image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	-o-object-position: top;
	object-position: top;
	-o-object-fit: none;
	font-family: "object-fit:none;object-position:top";
	object-fit: none
}

@media (max-width:900px) {
	.testimonials__list {
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}

	.testimonials__image {
		width: 160px;
		height: 160px
	}
}

.testimonials__name {
	color: #54857e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}

.testimonials__position {
	font-size: 14px;
	color: #979797
}

.testimonials__text {
	font-size: 16px;
	text-align: left;
	margin-top: 15px
}

.vacancy-wrapper {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-gap: 45px 35px;
	margin-left: 1%;
	margin-right: 1%
}

@media (max-width:900px) {
	.vacancy-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 0;
		margin-left: 1.6rem;
		margin-right: 1.6rem;
		margin-bottom: 25px
	}
}

.vacancy__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px
}

.vacancy__list {
	padding: 0;
	list-style: none;
	margin: 0
}

.vacancy__item {
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 18px
}

.vacancy__item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #000;
	height: 3px;
	width: 3px;
	border-radius: 50%
}

.vacancy__text {
	font-size: 18px;
	margin-top: 40px
}

.cv {
	display: grid;
	grid-template-columns: 255px 1fr;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px
}

@media (max-width:900px) {
	.cv {
		grid-template-columns: 180px 1fr;
		margin-left: 1.6rem;
		margin-right: 1.6rem
	}
}

.cv__image {
	-o-object-fit: cover;
	font-family: "object-fit:cover";
	object-fit: cover;
	width: 100%;
	height: 100%
}

.cv__content {
	background-color: #f0f0f0;
	padding: 25px 45px;
	border-left: 10px solid #8cded2
}

@media (max-width:720px) {
	.cv {
		grid-template-columns: 1fr
	}

	.cv__image {
		display: none
	}

	.cv__content {
		padding: 25px
	}
}

.cv__text {
	font-size: 18px
}

.cv__text span {
	display: block
}

.our-client {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 30px;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	margin-top: 50px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (max-width:900px) {
	.our-client {
		grid-template-columns: 1fr;
		margin-left: 1.6rem;
		margin-right: 1.6rem;
		margin-top: 0;
		grid-gap: 15px
	}
}

.our-client__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.our-client__title {
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.3333;
	margin-bottom: 20px
}

.our-client__images-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.our-client__images-group br,
.our-client__images-group input,
.our-client__images-group p {
	display: none
}

.our-client__figure {
	min-width: 100%;
	margin-right: 30px;
	height: 350px;
	overflow: hidden
}

@media (max-width:900px) {
	.our-client__figure {
		height: auto
	}
}

.our-client__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	font-family: "object-fit:cover;object-position:top";
	object-fit: cover;
	-o-object-position: top;
	object-position: top
}

.slider {
	position: relative
}

.slider__figure {
	width: 20%;
	position: relative;
	height: 350px;
	overflow: hidden
}

.slider__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	font-family: "object-fit:cover;object-position:top";
	object-fit: cover;
	-o-object-position: top;
	object-position: top
}

.slider-wrapper {
	width: 100%;
	overflow: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out
}

.slider-wrapper .inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .8s cubic-bezier(.77, 0, .175, 1);
	transition: .8s cubic-bezier(.77, 0, .175, 1);
	width: 500%;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slider-prev-next-control {
	height: 50px;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slider-prev-next-control label {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #8bddd1;
	opacity: .7;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	cursor: pointer
}

.slider-prev-next-control label:hover {
	opacity: 1
}

.slider-dot-control {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center
}

.slider-dot-control label {
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #f0f0f0;
	-webkit-transition: .3s;
	transition: .3s;
	margin: 0 8px;
	border: 1px solid #5b7d8f
}

.slider-dot-control label:hover {
	background: #8bddd1
}

#slide-1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide-1:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide-2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide-2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide-3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide-3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide-4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide-4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide-5:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide-5:checked~.slider-prev-next-control label:nth-child(4)::after {
	background: url(https://st.softgamings.com/themes/softgamings/images/svg/icon-right-arrow.svg) center/contain no-repeat;
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	z-index: 10;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 10px;
	left: 15px
}

#slide-1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide-2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide-3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide-4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide-5:checked~.slider-prev-next-control label:nth-child(1)::after {
	-webkit-transform: none;
	transform: none;
	left: unset;
	right: 15px
}

#slide-1:checked~.slider-prev-next-control label:nth-child(2),
#slide-2:checked~.slider-prev-next-control label:nth-child(3),
#slide-3:checked~.slider-prev-next-control label:nth-child(4),
#slide-4:checked~.slider-prev-next-control label:nth-child(5),
#slide-5:checked~.slider-prev-next-control label:nth-child(1) {
	display: block;
	float: right;
	margin-right: 5px
}

#slide-1:checked~.slider-prev-next-control label:nth-child(5),
#slide-2:checked~.slider-prev-next-control label:nth-child(1),
#slide-3:checked~.slider-prev-next-control label:nth-child(2),
#slide-4:checked~.slider-prev-next-control label:nth-child(3),
#slide-5:checked~.slider-prev-next-control label:nth-child(4) {
	display: block;
	float: left;
	margin-left: 5px
}

#slide-1:checked~.slider-dot-control label:nth-child(1),
#slide-2:checked~.slider-dot-control label:nth-child(2),
#slide-3:checked~.slider-dot-control label:nth-child(3),
#slide-4:checked~.slider-dot-control label:nth-child(4),
#slide-5:checked~.slider-dot-control label:nth-child(5) {
	background: #8bddd1
}

#slide-1:checked~.slider-wrapper figure:nth-child(1) .info,
#slide-2:checked~.slider-wrapper figure:nth-child(2) .info,
#slide-3:checked~.slider-wrapper figure:nth-child(3) .info,
#slide-4:checked~.slider-wrapper figure:nth-child(4) .info,
#slide-5:checked~.slider-wrapper figure:nth-child(5) .info {
	opacity: 1
}

#slide-1:checked~.slider-wrapper .inner {
	margin-left: 0
}

#slide-2:checked~.slider-wrapper .inner {
	margin-left: -100%
}

#slide-3:checked~.slider-wrapper .inner {
	margin-left: -200%
}

#slide-4:checked~.slider-wrapper .inner {
	margin-left: -300%
}

#slide-5:checked~.slider-wrapper .inner {
	margin-left: -400%
}