﻿@font-face {
	font-display: swap;
	font-family: Aeonik;
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/Aeonik/Aeonik-Regular.woff2) format("woff2"), url(./fonts/Aeonik/Aeonik-Regular.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Aeonik;
	font-style: normal;
	font-weight: 500;
	src: url(./fonts/Aeonik/Aeonik-Medium.woff2) format("woff2"), url(./fonts/Aeonik/Aeonik-Medium.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Aeonik;
	font-style: normal;
	font-weight: 900;
	src: url(./fonts/Aeonik/Aeonik-Black.woff2) format("woff2"), url(./fonts/Aeonik/Aeonik-Black.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Aeonik;
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/Aeonik/Aeonik-Bold.woff2) format("woff2"), url(./fonts/Aeonik/Aeonik-Bold.woff) format("woff")
}

@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0
	}
	25% {
		height: 0;
		width: 1em
	}
	50% {
		height: 2em;
		width: 1em
	}
}

@-moz-keyframes check {
	0% {
		height: 0;
		width: 0
	}
	25% {
		height: 0;
		width: 1em
	}
	50% {
		height: 2em;
		width: 1em
	}
}

@-ms-keyframes check {
	0% {
		height: 0;
		width: 0
	}
	25% {
		height: 0;
		width: 1em
	}
	50% {
		height: 2em;
		width: 1em
	}
}

@keyframes check {
	0% {
		height: 0;
		width: 0
	}
	25% {
		height: 0;
		width: 1em
	}
	50% {
		height: 2em;
		width: 1em
	}
}

svg.arrow {
	fill: none;
	stroke: #000;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	height: 13px;
	width: auto
}

svg.arrow.theme-white {
	stroke: #fff
}

svg.camera.theme-white .st0,
svg.camera.theme-white path,
svg.images.theme-white .st0,
svg.images.theme-white path {
	fill: #fff
}

svg.camera.theme-white .st1,
svg.images.theme-white .st1 {
	fill: none;
	stroke: #fff
}

svg.camera.theme-black .st0,
svg.camera.theme-black path,
svg.images.theme-black .st0,
svg.images.theme-black path {
	fill: var(--color-1)
}

svg.camera.theme-black .st1,
svg.images.theme-black .st1 {
	fill: none;
	stroke: var(--color-1)
}

svg.icon-dots {
	height: auto;
	width: 22px
}

html.theme-light {
	--color-1: #fff;
	--color-1-rgb: 0, 0, 0;
	--color-2: #7c8080;
	--color-2-rgb: 255, 255, 255;
	--color-3: #e7ebed;
	--color-4: #fff729;
	--color-5: #efefef
}

html.theme-light::-webkit-scrollbar {
	background: #373737
}

html.theme-light::-webkit-scrollbar,
html.theme-light::-webkit-scrollbar-thumb {
	-webkit-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 1px
}

html.theme-light::-webkit-scrollbar-thumb {
	background: #999
}

html.theme-light::selection {
	background: var(--color-1);
	color: #afa7bd
}

html.theme-light .theme-switch .icon-moon {
	opacity: 0;
	visibility: visible
}

html.theme-light .start-scrolling svg path {
	fill: #000;
	-webkit-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s
}

html.theme-dark {
	--color-1: #fff;
	--color-1-rgb: 255, 255, 255;
	--color-2: #000;
	--color-2-rgb: 0, 0, 0;
	--color-3: #e7ebed;
	--color-4: #fff729;
	--color-5: #efefef
}

html.theme-dark::-webkit-scrollbar {
	background: #afa7bd
}

html.theme-dark::-webkit-scrollbar,
html.theme-dark::-webkit-scrollbar-thumb {
	-webkit-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 1px
}

html.theme-dark::-webkit-scrollbar-thumb {
	background: var(--color-1)
}

html.theme-dark::selection {
	background: var(--color-1);
	color: #afa7bd
}

html.theme-dark .theme-switch .icon-sun {
	opacity: 0
}

html.theme-dark .start-scrolling svg path {
	fill: #fff;
	-webkit-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: fill 1.5s cubic-bezier(.19, 1, .22, 1) 0s
}

@media(prefers-color-scheme:light) {
	html {
		--color-1: #000;
		--color-1-rgb: 0, 0, 0;
		--color-2: #fff;
		--color-3: #e7ebed;
		--color-4: #fff729;
		--color-5: #efefef
	}
}

@media(prefers-color-scheme:dark) {
	html {
		--color-1: #fff;
		--color-1-rgb: 255, 255, 255;
		--color-2: #000;
		--color-3: #e7ebed;
		--color-4: #fff729;
		--color-5: #efefef
	}
}

* {
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(13, 46, 66, .1);
	-ms-overflow-style: none;
	backface-visibility: hidden;
	outline: none!important;
	text-rendering: optimizeLegibility
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	border: 0;
	color: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

strong {
	font-weight: 500
}

html {
	scroll-behavior: auto
}

body {
	background: #afa7bd;
	color: var(--color-1);
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	height: auto;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	-webkit-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1.5s cubic-bezier(.19, 1, .22, 1) 0s
}

.barba-container article {
	pointer-events: auto;
	position: relative;
	z-index: 1;
}

img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%
}

#webgl {
	background: #afa7bd;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	 top: 30px;
	width: 100vw;
	z-index: 0
}

#webgl canvas {
	height: 100%;
	width: 100%
}

#CSS2DRenderer {
	position: fixed!important;
	z-index: 0
}

#CSS2DRenderer,
.gl-container {
	left: 0;
	pointer-events: auto;
	top: 0
}

.gl-container {
	height: 100vh;
	overflow: hidden;
	position: absolute;
	width: 100%
}

#app {
	position: relative;
	width: 100vw
}

@media only screen and (max-width:549px) {
	#app {
		height: calc(var(--vh, 1vh)*100);
		height: 100svh;
		left: 0;
		max-height: 100vh;
		overflow-x: hidden;
		overflow-y: scroll;
		position: absolute;
		top: 0;
		width: 100vw
	}
}

hr {
	margin-bottom: 0;
	margin-top: 0
}

a {
	color: inherit;
	text-decoration: none!important
}

p span {
	background: #fff729!important;
	color: #000;
	display: inline
}

.clearfix:after {
	content: " ";
	height: 0
}

aside.sidebar {
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: fixed;
	top: 0;
	transform: translateZ(0);
	width: 100%;
	z-index: 100000
}

.pagination-container {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 300px
}

@media only screen and (max-width:1023px) {
	.pagination-container {
		margin-top: 160px
	}
}

@media only screen and (max-width:549px) {
	.pagination-container {
		grid-template-columns: 1fr;
		margin-top: 60px
	}
}

.pagination-container:empty {
	display: none
}

.pagination-container .prev-wrap {
	margin-right: auto
}

@media only screen and (max-width:549px) {
	.pagination-container .prev-wrap {
		display: none!important
	}
}

.pagination-container .prev-wrap a {
	min-width: 45px
}

.pagination-container ul {
	display: flex;
	margin: auto
}

.pagination-container ul li {
	margin: 0 17px
}

.pagination-container ul li.current {
	margin-top: -2px;
	pointer-events: none
}

.pagination-container ul li.current a:before {
	margin-right: 15px!important
}

.pagination-container ul li.current a:after {
	margin-left: 15px!important
}

.pagination-container .next-wrap {
	margin-left: auto
}

@media only screen and (max-width:549px) {
	.pagination-container .next-wrap {
		display: none!important
	}
}

.pagination-container .next-wrap a {
	min-width: 45px
}

.lineParent {
	display: inline-block;
	overflow: hidden
}

.wordParent {
	display: inline-block;
	white-space: nowrap
}



.no-wrap {
	white-space: nowrap
}

.f-ar-118-120 {
	font-size: clamp(24px, 4vw, 4vw);
}

.f-ar-118-120,
.f-ar-56-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.f-ar-56-120 {
	font-size: clamp(32px, 2.917vw, 2.917vw)
}

.f-ar-56-120-b {
	font-size: clamp(22px, 2.917vw, 2.917vw)
}

.f-ar-48-120,
.f-ar-56-120-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.f-ar-48-120 {
	font-size: clamp(32px, 2.5vw, 2.5vw)
}

.f-ar-48-120-b {
	font-size: clamp(22px, 2.5vw, 2.5vw)
}

.f-ar-40-120,
.f-ar-48-120-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.f-ar-40-120 {
	font-size: clamp(22px, 2.083vw, 2.083vw)
}

.f-ar-40-120-b {
	font-size: clamp(32px, 2.083vw, 2.083vw)
}

.f-ar-36-120,
.f-ar-40-120-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.f-ar-36-120 {
	font-size: clamp(22px, 1.875vw, 1.875vw)
}

.f-ar-32-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(18px, 1.667vw, 1.667vw);
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

@media only screen and (max-width:1023px) {
	.f-ar-32-120 {
		line-height: 130%
	}
}

.f-ar-32-120-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(22px, 1.667vw, 1.667vw);
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.f-ar-26-120 {
	font-size: clamp(16px, 1.354vw, 1.354vw)
}

.f-ar-26-120,
.f-ar-26-120-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 130%
}

.f-ar-26-120-b {
	font-size: clamp(22px, 1.354vw, 1.354vw)
}

.f-ar-22-130 {
	font-size: clamp(16px, 1.146vw, 1.146vw)
}

.f-ar-22-130,
.f-ar-22-130-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 130%
}

.f-ar-22-130-b {
	font-size: clamp(18px, 1.146vw, 1.146vw)
}

.f-ar-18-130 {
	font-size: clamp(16px, .938vw, .938vw)
}

.f-ar-16-130,
.f-ar-18-130 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 130%
}

.f-ar-16-130 {
	font-size: clamp(12px, .833vw, .833vw)
}

.f-ar-14-120 {
	font-size: clamp(14px, .729vw, .729vw)
}

.f-ar-12-120,
.f-ar-14-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.f-ar-12-120 {
	font-size: clamp(12px, .625vw, .625vw)
}

.f-am-118-120 {
	font-size: clamp(118px, 6.146vw, 6.146vw)
}

.f-am-118-120,
.f-am-56-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 500;
	line-height: 120%
}

.f-am-56-120 {
	font-size: clamp(56px, 2.917vw, 2.917vw)
}

.f-am-48-120 {
	font-size: clamp(48px, 2.5vw, 2.5vw)
}

.f-am-40-120,
.f-am-48-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 500;
	line-height: 120%
}

.f-am-40-120 {
	font-size: clamp(40px, 2.083vw, 2.083vw)
}

.f-am-36-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(36px, 1.875vw, 1.875vw);
	font-style: normal;
	font-weight: 500;
	line-height: 120%
}

.f-am-32-120,
.template-who-we-are section.mission .top-wrap .bottom-wrap .description-large strong {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(32px, 1.667vw, 1.667vw);
	font-style: normal;
	font-weight: 500;
	line-height: 120%
}

.f-am-26-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(22px, 1.354vw, 1.354vw);
	font-style: normal;
	font-weight: 500;
	line-height: 120%
}

.f-am-22-130 {
	font-size: clamp(22px, 1.146vw, 1.146vw)
}

.f-am-22-130,
.f-am-22-130-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 500;
	line-height: 130%
}

.f-am-22-130-b {
	font-size: clamp(18px, 1.146vw, 1.146vw)
}

.f-am-18-130 {
    font-display: swap;
    font-family: Aeonik, arial;
    font-size: 14px; /* Aumenta el tamaño mínimo y máximo */
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}


.f-am-14-120 {
	font-size: clamp(14px, .729vw, .729vw)
}

.f-am-12-120,
.f-am-14-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 500;
	line-height: 120%
}

.f-am-12-120 {
	font-size: clamp(12px, .625vw, .625vw)
}

.f-ab-118-120 {
	font-size: clamp(118px, 6.146vw, 6.146vw)
}

.f-ab-118-120,
.f-ab-56-120,
.template-terms .the-content h1 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.f-ab-56-120,
.template-terms .the-content h1 {
	font-size: clamp(32px, 2.917vw, 2.917vw)
}

.f-ab-48-120 {
	font-size: clamp(32px, 2.5vw, 2.5vw)
}

.f-ab-40-120,
.f-ab-48-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.f-ab-40-120 {
	font-size: clamp(40px, 2.083vw, 2.083vw)
}

.f-ab-36-120,
.template-terms .the-content h2 {
	font-size: clamp(36px, 1.875vw, 1.875vw)
}

.f-ab-32-120,
.f-ab-36-120,
.template-terms .the-content h2 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.f-ab-32-120 {
	font-size: clamp(22px, 1.667vw, 1.667vw)
}

.f-ab-32-120-b {
	font-size: clamp(26px, 1.667vw, 1.667vw)
}

.f-ab-32-120-b,
.f-ab-32-120-c {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.f-ab-32-120-c {
	font-size: clamp(32px, 1.667vw, 1.667vw)
}

.f-ab-26-120,
.single-case-study section.post-content strong,
.single-project section.post-content strong,
.template-terms .the-content h3,
.template-terms .the-content h4,
.template-terms .the-content h5,
.template-terms .the-content h6 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(26px, 1.354vw, 1.354vw);
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.f-ab-22-130,
.single-job-position .description strong,
.single-page .description strong,
.template-terms .the-content ul strong {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(22px, 1.146vw, 1.146vw);
	font-style: normal;
	font-weight: 700;
	line-height: 130%
}

.f-ab-18-130 {
	font-size: clamp(14px, .938vw, .938vw)
}

.f-ab-18-130,
.f-ab-18-130-b {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700;
	line-height: 130%
}

.f-ab-18-130-b {
	font-size: clamp(16px, .938vw, .938vw)
}

.f-ab-16-130 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(14px, .833vw, .833vw);
	font-style: normal;
	font-weight: 700;
	line-height: 130%
}

.f-ab-14-130 {
	font-size: clamp(14px, .729vw, .729vw)
}

.f-ab-12-120,
.f-ab-14-130 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.f-ab-12-120 {
	font-size: clamp(12px, .625vw, .625vw)
}

.f-abl-118-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(64px, 6.146vw, 6.146vw);
	font-style: normal;
	font-weight: 900;
	line-height: .85
}

@media only screen and (max-width:549px) {
	.f-abl-118-120 {
		line-height: 1
	}
}

.f-abl-64-120 {
	font-display: swap;
	font-family: Aeonik, arial;
	font-size: clamp(48px, 3.333vw, 3.333vw);
	font-style: normal;
	font-weight: 900;
	line-height: 1
}

.input-file,
.input-wrap,
.select-wrap,
.textarea-wrap {
	border-bottom: 1px solid #7c8080;
	margin-top: 10px;
	z-index: 0
}

.input-file .error,
.input-wrap .error,
.select-wrap .error,
.textarea-wrap .error {
	bottom: 0;
	color: red;
	opacity: 1;
	position: absolute
}

.input-file.loading:before,
.input-wrap.loading:before,
.select-wrap.loading:before,
.textarea-wrap.loading:before {
	animation: scaleX 3s forwards;
	background: rgba(140, 169, 196, .4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	transform-origin: 0 50%;
	width: 100%;
	z-index: 1
}

.input-file.loaded .file-names-wrap,
.input-wrap.loaded .file-names-wrap,
.select-wrap.loaded .file-names-wrap,
.textarea-wrap.loaded .file-names-wrap {
	opacity: 1;
	-webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.input-file.loaded svg.upload-icon,
.input-wrap.loaded svg.upload-icon,
.select-wrap.loaded svg.upload-icon,
.textarea-wrap.loaded svg.upload-icon {
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.input-file.loaded svg.loaded-icon,
.input-wrap.loaded svg.loaded-icon,
.select-wrap.loaded svg.loaded-icon,
.textarea-wrap.loaded svg.loaded-icon {
	opacity: 1;
	transform: translateZ(0);
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 1s;
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 1s;
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 1s;
	-o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 1s;
	transition: all 1s cubic-bezier(.19, 1, .22, 1) 1s
}

.input-file label,
.input-wrap label,
.select-wrap label,
.textarea-wrap label {
	color: #d7cee5;
	display: block;
	font-size: clamp(16px, .938vw, .938vw);
	left: 0;
	line-height: 130%;
	pointer-events: auto;
	position: absolute;
	top: 0;
	transform: translate3d(0, 100%, 0)
}

.input-file input,
.input-file textarea,
.input-wrap input,
.input-wrap textarea,
.select-wrap input,
.select-wrap textarea,
.textarea-wrap input,
.textarea-wrap textarea {
	color: #000;
	-webkit-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	z-index: 0
}

.input-file input:-moz-placeholder,
.input-file input::-moz-placeholder,
.input-file textarea:-moz-placeholder,
.input-file textarea::-moz-placeholder,
.input-wrap input:-moz-placeholder,
.input-wrap input::-moz-placeholder,
.input-wrap textarea:-moz-placeholder,
.input-wrap textarea::-moz-placeholder,
.select-wrap input:-moz-placeholder,
.select-wrap input::-moz-placeholder,
.select-wrap textarea:-moz-placeholder,
.select-wrap textarea::-moz-placeholder,
.textarea-wrap input:-moz-placeholder,
.textarea-wrap input::-moz-placeholder,
.textarea-wrap textarea:-moz-placeholder,
.textarea-wrap textarea::-moz-placeholder {
	color: rgba(0, 0, 0, .2);
	text-align: left
}

.input-file input:-ms-input-placeholder,
.input-file textarea:-ms-input-placeholder,
.input-wrap input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder,
.select-wrap input:-ms-input-placeholder,
.select-wrap textarea:-ms-input-placeholder,
.textarea-wrap input:-ms-input-placeholder,
.textarea-wrap textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, .2);
	text-align: left
}

.input-file input::-webkit-input-placeholder,
.input-file textarea::-webkit-input-placeholder,
.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder,
.select-wrap input::-webkit-input-placeholder,
.select-wrap textarea::-webkit-input-placeholder,
.textarea-wrap input::-webkit-input-placeholder,
.textarea-wrap textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .2);
	text-align: left
}

.input-file input:focus~label,
.input-file input:not(:placeholder-shown)~label,
.input-file textarea:focus~label,
.input-file textarea:not(:placeholder-shown)~label,
.input-wrap input:focus~label,
.input-wrap input:not(:placeholder-shown)~label,
.input-wrap textarea:focus~label,
.input-wrap textarea:not(:placeholder-shown)~label,
.select-wrap input:focus~label,
.select-wrap input:not(:placeholder-shown)~label,
.select-wrap textarea:focus~label,
.select-wrap textarea:not(:placeholder-shown)~label,
.textarea-wrap input:focus~label,
.textarea-wrap input:not(:placeholder-shown)~label,
.textarea-wrap textarea:focus~label,
.textarea-wrap textarea:not(:placeholder-shown)~label {
	transform: translateZ(0);
	-webkit-transition: -webkit- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.input-file.select-wrap label,
.input-wrap.select-wrap label,
.select-wrap.select-wrap label,
.textarea-wrap.select-wrap label {
	transform: translateZ(0)
}

.input-file.input-file,
.input-wrap.input-file,
.select-wrap.input-file,
.textarea-wrap.input-file {
	align-items: center;
	display: flex
}

.input-file.error-focus,
.input-wrap.error-focus,
.select-wrap.error-focus,
.textarea-wrap.error-focus {
	border-bottom: 1px solid red
}

.input-file.error-focus .error,
.input-wrap.error-focus .error,
.select-wrap.error-focus .error,
.textarea-wrap.error-focus .error {
	display: block
}

.input-file.error-focus .required,
.input-wrap.error-focus .required,
.select-wrap.error-focus .required,
.textarea-wrap.error-focus .required {
	color: red
}

.input-file.error-focus input:focus~.error,
.input-file.error-focus input:not(:placeholder-shown)~.error,
.input-file.error-focus textarea:focus~.error,
.input-file.error-focus textarea:not(:placeholder-shown)~.error,
.input-wrap.error-focus input:focus~.error,
.input-wrap.error-focus input:not(:placeholder-shown)~.error,
.input-wrap.error-focus textarea:focus~.error,
.input-wrap.error-focus textarea:not(:placeholder-shown)~.error,
.select-wrap.error-focus input:focus~.error,
.select-wrap.error-focus input:not(:placeholder-shown)~.error,
.select-wrap.error-focus textarea:focus~.error,
.select-wrap.error-focus textarea:not(:placeholder-shown)~.error,
.textarea-wrap.error-focus input:focus~.error,
.textarea-wrap.error-focus input:not(:placeholder-shown)~.error,
.textarea-wrap.error-focus textarea:focus~.error,
.textarea-wrap.error-focus textarea:not(:placeholder-shown)~.error {
	display: none
}

.input-file .clear-button,
.input-wrap .clear-button,
.select-wrap .clear-button,
.textarea-wrap .clear-button {
	background: transparent;
	bottom: 15px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	z-index: 1
}

.input-file .clear-button .delete-icon,
.input-wrap .clear-button .delete-icon,
.select-wrap .clear-button .delete-icon,
.textarea-wrap .clear-button .delete-icon {
	height: auto;
	width: 15px
}

.input-file .clear-button .delete-icon line,
.input-wrap .clear-button .delete-icon line,
.select-wrap .clear-button .delete-icon line,
.textarea-wrap .clear-button .delete-icon line {
	stroke: #7c8080
}

.input-file:hover input:not(:placeholder-shown)~.clear-button,
.input-wrap:hover input:not(:placeholder-shown)~.clear-button,
.select-wrap:hover input:not(:placeholder-shown)~.clear-button,
.textarea-wrap:hover input:not(:placeholder-shown)~.clear-button {
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.textarea-wrap label {
	pointer-events: auto
}

.checkbox-wrap.error-focus .checkmark {
	border-color: red
}

.input-file label,
.input-wrap label,
.select-wrap label,
.textarea-wrap label {
	cursor: pointer;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	-webkit-transition: -webkit- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	z-index: 0
}

.input-file label.disabled,
.input-file label[disabled],
.input-wrap label.disabled,
.input-wrap label[disabled],
.select-wrap label.disabled,
.select-wrap label[disabled],
.textarea-wrap label.disabled,
.textarea-wrap label[disabled] {
	color: red
}

.input-file label .required,
.input-wrap label .required,
.select-wrap label .required,
.textarea-wrap label .required {
	color: #d7cee5
}

.input-file input[type=email],
.input-file input[type=file],
.input-file input[type=number],
.input-file input[type=password],
.input-file input[type=tel],
.input-file input[type=text],
.input-file input[type=url],
.input-file select,
.input-file textarea,
.input-wrap input[type=email],
.input-wrap input[type=file],
.input-wrap input[type=number],
.input-wrap input[type=password],
.input-wrap input[type=tel],
.input-wrap input[type=text],
.input-wrap input[type=url],
.input-wrap select,
.input-wrap textarea,
.select-wrap input[type=email],
.select-wrap input[type=file],
.select-wrap input[type=number],
.select-wrap input[type=password],
.select-wrap input[type=tel],
.select-wrap input[type=text],
.select-wrap input[type=url],
.select-wrap select,
.select-wrap textarea,
.textarea-wrap input[type=email],
.textarea-wrap input[type=file],
.textarea-wrap input[type=number],
.textarea-wrap input[type=password],
.textarea-wrap input[type=tel],
.textarea-wrap input[type=text],
.textarea-wrap input[type=url],
.textarea-wrap select,
.textarea-wrap textarea {
	-webkit-appearance: none;
	background: none;
	border: 0;
	color: #ffffff;
	display: block;
	font-size: clamp(16px, .938vw, .938vw);
	line-height: 130%;
	margin: 0;
	outline: none;
	padding: clamp(25px, 1.302vw, 1.302vw) 0 clamp(10px, .521vw, .521vw);
	position: relative;
	text-align: left;
	width: 100%
}

.input-file input[type=email]:focus,
.input-file input[type=file]:focus,
.input-file input[type=number]:focus,
.input-file input[type=password]:focus,
.input-file input[type=tel]:focus,
.input-file input[type=text]:focus,
.input-file input[type=url]:focus,
.input-file select:focus,
.input-file textarea:focus,
.input-wrap input[type=email]:focus,
.input-wrap input[type=file]:focus,
.input-wrap input[type=number]:focus,
.input-wrap input[type=password]:focus,
.input-wrap input[type=tel]:focus,
.input-wrap input[type=text]:focus,
.input-wrap input[type=url]:focus,
.input-wrap select:focus,
.input-wrap textarea:focus,
.select-wrap input[type=email]:focus,
.select-wrap input[type=file]:focus,
.select-wrap input[type=number]:focus,
.select-wrap input[type=password]:focus,
.select-wrap input[type=tel]:focus,
.select-wrap input[type=text]:focus,
.select-wrap input[type=url]:focus,
.select-wrap select:focus,
.select-wrap textarea:focus,
.textarea-wrap input[type=email]:focus,
.textarea-wrap input[type=file]:focus,
.textarea-wrap input[type=number]:focus,
.textarea-wrap input[type=password]:focus,
.textarea-wrap input[type=tel]:focus,
.textarea-wrap input[type=text]:focus,
.textarea-wrap input[type=url]:focus,
.textarea-wrap select:focus,
.textarea-wrap textarea:focus {
	background: none
}

.input-file input[type=email]:focus~label,
.input-file input[type=file]:focus~label,
.input-file input[type=number]:focus~label,
.input-file input[type=password]:focus~label,
.input-file input[type=tel]:focus~label,
.input-file input[type=text]:focus~label,
.input-file input[type=url]:focus~label,
.input-file select:focus~label,
.input-file textarea:focus~label,
.input-wrap input[type=email]:focus~label,
.input-wrap input[type=file]:focus~label,
.input-wrap input[type=number]:focus~label,
.input-wrap input[type=password]:focus~label,
.input-wrap input[type=tel]:focus~label,
.input-wrap input[type=text]:focus~label,
.input-wrap input[type=url]:focus~label,
.input-wrap select:focus~label,
.input-wrap textarea:focus~label,
.select-wrap input[type=email]:focus~label,
.select-wrap input[type=file]:focus~label,
.select-wrap input[type=number]:focus~label,
.select-wrap input[type=password]:focus~label,
.select-wrap input[type=tel]:focus~label,
.select-wrap input[type=text]:focus~label,
.select-wrap input[type=url]:focus~label,
.select-wrap select:focus~label,
.select-wrap textarea:focus~label,
.textarea-wrap input[type=email]:focus~label,
.textarea-wrap input[type=file]:focus~label,
.textarea-wrap input[type=number]:focus~label,
.textarea-wrap input[type=password]:focus~label,
.textarea-wrap input[type=tel]:focus~label,
.textarea-wrap input[type=text]:focus~label,
.textarea-wrap input[type=url]:focus~label,
.textarea-wrap select:focus~label,
.textarea-wrap textarea:focus~label {
	transform: translateZ(0);
	-webkit-transition: -webkit- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.input-file input[type=email]:-webkit-autofill,
.input-file input[type=email]:-webkit-autofill:active,
.input-file input[type=email]:autofill,
.input-file input[type=file]:-webkit-autofill,
.input-file input[type=file]:-webkit-autofill:active,
.input-file input[type=file]:autofill,
.input-file input[type=number]:-webkit-autofill,
.input-file input[type=number]:-webkit-autofill:active,
.input-file input[type=number]:autofill,
.input-file input[type=password]:-webkit-autofill,
.input-file input[type=password]:-webkit-autofill:active,
.input-file input[type=password]:autofill,
.input-file input[type=tel]:-webkit-autofill,
.input-file input[type=tel]:-webkit-autofill:active,
.input-file input[type=tel]:autofill,
.input-file input[type=text]:-webkit-autofill,
.input-file input[type=text]:-webkit-autofill:active,
.input-file input[type=text]:autofill,
.input-file input[type=url]:-webkit-autofill,
.input-file input[type=url]:-webkit-autofill:active,
.input-file input[type=url]:autofill,
.input-file select:-webkit-autofill,
.input-file select:-webkit-autofill:active,
.input-file select:autofill,
.input-file textarea:-webkit-autofill,
.input-file textarea:-webkit-autofill:active,
.input-file textarea:autofill,
.input-wrap input[type=email]:-webkit-autofill,
.input-wrap input[type=email]:-webkit-autofill:active,
.input-wrap input[type=email]:autofill,
.input-wrap input[type=file]:-webkit-autofill,
.input-wrap input[type=file]:-webkit-autofill:active,
.input-wrap input[type=file]:autofill,
.input-wrap input[type=number]:-webkit-autofill,
.input-wrap input[type=number]:-webkit-autofill:active,
.input-wrap input[type=number]:autofill,
.input-wrap input[type=password]:-webkit-autofill,
.input-wrap input[type=password]:-webkit-autofill:active,
.input-wrap input[type=password]:autofill,
.input-wrap input[type=tel]:-webkit-autofill,
.input-wrap input[type=tel]:-webkit-autofill:active,
.input-wrap input[type=tel]:autofill,
.input-wrap input[type=text]:-webkit-autofill,
.input-wrap input[type=text]:-webkit-autofill:active,
.input-wrap input[type=text]:autofill,
.input-wrap input[type=url]:-webkit-autofill,
.input-wrap input[type=url]:-webkit-autofill:active,
.input-wrap input[type=url]:autofill,
.input-wrap select:-webkit-autofill,
.input-wrap select:-webkit-autofill:active,
.input-wrap select:autofill,
.input-wrap textarea:-webkit-autofill,
.input-wrap textarea:-webkit-autofill:active,
.input-wrap textarea:autofill,
.select-wrap input[type=email]:-webkit-autofill,
.select-wrap input[type=email]:-webkit-autofill:active,
.select-wrap input[type=email]:autofill,
.select-wrap input[type=file]:-webkit-autofill,
.select-wrap input[type=file]:-webkit-autofill:active,
.select-wrap input[type=file]:autofill,
.select-wrap input[type=number]:-webkit-autofill,
.select-wrap input[type=number]:-webkit-autofill:active,
.select-wrap input[type=number]:autofill,
.select-wrap input[type=password]:-webkit-autofill,
.select-wrap input[type=password]:-webkit-autofill:active,
.select-wrap input[type=password]:autofill,
.select-wrap input[type=tel]:-webkit-autofill,
.select-wrap input[type=tel]:-webkit-autofill:active,
.select-wrap input[type=tel]:autofill,
.select-wrap input[type=text]:-webkit-autofill,
.select-wrap input[type=text]:-webkit-autofill:active,
.select-wrap input[type=text]:autofill,
.select-wrap input[type=url]:-webkit-autofill,
.select-wrap input[type=url]:-webkit-autofill:active,
.select-wrap input[type=url]:autofill,
.select-wrap select:-webkit-autofill,
.select-wrap select:-webkit-autofill:active,
.select-wrap select:autofill,
.select-wrap textarea:-webkit-autofill,
.select-wrap textarea:-webkit-autofill:active,
.select-wrap textarea:autofill,
.textarea-wrap input[type=email]:-webkit-autofill,
.textarea-wrap input[type=email]:-webkit-autofill:active,
.textarea-wrap input[type=email]:autofill,
.textarea-wrap input[type=file]:-webkit-autofill,
.textarea-wrap input[type=file]:-webkit-autofill:active,
.textarea-wrap input[type=file]:autofill,
.textarea-wrap input[type=number]:-webkit-autofill,
.textarea-wrap input[type=number]:-webkit-autofill:active,
.textarea-wrap input[type=number]:autofill,
.textarea-wrap input[type=password]:-webkit-autofill,
.textarea-wrap input[type=password]:-webkit-autofill:active,
.textarea-wrap input[type=password]:autofill,
.textarea-wrap input[type=tel]:-webkit-autofill,
.textarea-wrap input[type=tel]:-webkit-autofill:active,
.textarea-wrap input[type=tel]:autofill,
.textarea-wrap input[type=text]:-webkit-autofill,
.textarea-wrap input[type=text]:-webkit-autofill:active,
.textarea-wrap input[type=text]:autofill,
.textarea-wrap input[type=url]:-webkit-autofill,
.textarea-wrap input[type=url]:-webkit-autofill:active,
.textarea-wrap input[type=url]:autofill,
.textarea-wrap select:-webkit-autofill,
.textarea-wrap select:-webkit-autofill:active,
.textarea-wrap select:autofill,
.textarea-wrap textarea:-webkit-autofill,
.textarea-wrap textarea:-webkit-autofill:active,
.textarea-wrap textarea:autofill {
	background: #d0dffe
}

.input-file input[type=email][aria-invalid=true],
.input-file input[type=file][aria-invalid=true],
.input-file input[type=number][aria-invalid=true],
.input-file input[type=password][aria-invalid=true],
.input-file input[type=tel][aria-invalid=true],
.input-file input[type=text][aria-invalid=true],
.input-file input[type=url][aria-invalid=true],
.input-file select[aria-invalid=true],
.input-file textarea[aria-invalid=true],
.input-wrap input[type=email][aria-invalid=true],
.input-wrap input[type=file][aria-invalid=true],
.input-wrap input[type=number][aria-invalid=true],
.input-wrap input[type=password][aria-invalid=true],
.input-wrap input[type=tel][aria-invalid=true],
.input-wrap input[type=text][aria-invalid=true],
.input-wrap input[type=url][aria-invalid=true],
.input-wrap select[aria-invalid=true],
.input-wrap textarea[aria-invalid=true],
.select-wrap input[type=email][aria-invalid=true],
.select-wrap input[type=file][aria-invalid=true],
.select-wrap input[type=number][aria-invalid=true],
.select-wrap input[type=password][aria-invalid=true],
.select-wrap input[type=tel][aria-invalid=true],
.select-wrap input[type=text][aria-invalid=true],
.select-wrap input[type=url][aria-invalid=true],
.select-wrap select[aria-invalid=true],
.select-wrap textarea[aria-invalid=true],
.textarea-wrap input[type=email][aria-invalid=true],
.textarea-wrap input[type=file][aria-invalid=true],
.textarea-wrap input[type=number][aria-invalid=true],
.textarea-wrap input[type=password][aria-invalid=true],
.textarea-wrap input[type=tel][aria-invalid=true],
.textarea-wrap input[type=text][aria-invalid=true],
.textarea-wrap input[type=url][aria-invalid=true],
.textarea-wrap select[aria-invalid=true],
.textarea-wrap textarea[aria-invalid=true] {
	border: none
}

.input-file input[type=email]:required,
.input-file input[type=file]:required,
.input-file input[type=number]:required,
.input-file input[type=password]:required,
.input-file input[type=tel]:required,
.input-file input[type=text]:required,
.input-file input[type=url]:required,
.input-file select:required,
.input-file textarea:required,
.input-wrap input[type=email]:required,
.input-wrap input[type=file]:required,
.input-wrap input[type=number]:required,
.input-wrap input[type=password]:required,
.input-wrap input[type=tel]:required,
.input-wrap input[type=text]:required,
.input-wrap input[type=url]:required,
.input-wrap select:required,
.input-wrap textarea:required,
.select-wrap input[type=email]:required,
.select-wrap input[type=file]:required,
.select-wrap input[type=number]:required,
.select-wrap input[type=password]:required,
.select-wrap input[type=tel]:required,
.select-wrap input[type=text]:required,
.select-wrap input[type=url]:required,
.select-wrap select:required,
.select-wrap textarea:required,
.textarea-wrap input[type=email]:required,
.textarea-wrap input[type=file]:required,
.textarea-wrap input[type=number]:required,
.textarea-wrap input[type=password]:required,
.textarea-wrap input[type=tel]:required,
.textarea-wrap input[type=text]:required,
.textarea-wrap input[type=url]:required,
.textarea-wrap select:required,
.textarea-wrap textarea:required {
	box-shadow: none
}

.input-file input[type=email]:not(:placeholder-shown)~label,
.input-file input[type=file]:not(:placeholder-shown)~label,
.input-file input[type=number]:not(:placeholder-shown)~label,
.input-file input[type=password]:not(:placeholder-shown)~label,
.input-file input[type=tel]:not(:placeholder-shown)~label,
.input-file input[type=text]:not(:placeholder-shown)~label,
.input-file input[type=url]:not(:placeholder-shown)~label,
.input-file select:not(:placeholder-shown)~label,
.input-file textarea:not(:placeholder-shown)~label,
.input-wrap input[type=email]:not(:placeholder-shown)~label,
.input-wrap input[type=file]:not(:placeholder-shown)~label,
.input-wrap input[type=number]:not(:placeholder-shown)~label,
.input-wrap input[type=password]:not(:placeholder-shown)~label,
.input-wrap input[type=tel]:not(:placeholder-shown)~label,
.input-wrap input[type=text]:not(:placeholder-shown)~label,
.input-wrap input[type=url]:not(:placeholder-shown)~label,
.input-wrap select:not(:placeholder-shown)~label,
.input-wrap textarea:not(:placeholder-shown)~label,
.select-wrap input[type=email]:not(:placeholder-shown)~label,
.select-wrap input[type=file]:not(:placeholder-shown)~label,
.select-wrap input[type=number]:not(:placeholder-shown)~label,
.select-wrap input[type=password]:not(:placeholder-shown)~label,
.select-wrap input[type=tel]:not(:placeholder-shown)~label,
.select-wrap input[type=text]:not(:placeholder-shown)~label,
.select-wrap input[type=url]:not(:placeholder-shown)~label,
.select-wrap select:not(:placeholder-shown)~label,
.select-wrap textarea:not(:placeholder-shown)~label,
.textarea-wrap input[type=email]:not(:placeholder-shown)~label,
.textarea-wrap input[type=file]:not(:placeholder-shown)~label,
.textarea-wrap input[type=number]:not(:placeholder-shown)~label,
.textarea-wrap input[type=password]:not(:placeholder-shown)~label,
.textarea-wrap input[type=tel]:not(:placeholder-shown)~label,
.textarea-wrap input[type=text]:not(:placeholder-shown)~label,
.textarea-wrap input[type=url]:not(:placeholder-shown)~label,
.textarea-wrap select:not(:placeholder-shown)~label,
.textarea-wrap textarea:not(:placeholder-shown)~label {
	transform: translateZ(0)
}

.input-file input:-webkit-autofill,
.input-file input:-webkit-autofill:active,
.input-file input:-webkit-autofill:focus,
.input-file input:-webkit-autofill:hover,
.input-wrap input:-webkit-autofill,
.input-wrap input:-webkit-autofill:active,
.input-wrap input:-webkit-autofill:focus,
.input-wrap input:-webkit-autofill:hover,
.select-wrap input:-webkit-autofill,
.select-wrap input:-webkit-autofill:active,
.select-wrap input:-webkit-autofill:focus,
.select-wrap input:-webkit-autofill:hover,
.textarea-wrap input:-webkit-autofill,
.textarea-wrap input:-webkit-autofill:active,
.textarea-wrap input:-webkit-autofill:focus,
.textarea-wrap input:-webkit-autofill:hover {
	-webkit-text-fill-color: #7c8080;
	-webkit-background-clip: text;
	box-shadow: inset 0 0 20px 20px transparent;
	transition: background-color 5000s ease-in-out 0s
}

.input-file input[type=file],
.input-wrap input[type=file],
.select-wrap input[type=file],
.textarea-wrap input[type=file] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	width: 100%
}

.input-file input::-webkit-inner-spin-button,
.input-file input::-webkit-outer-spin-button,
.input-wrap input::-webkit-inner-spin-button,
.input-wrap input::-webkit-outer-spin-button,
.select-wrap input::-webkit-inner-spin-button,
.select-wrap input::-webkit-outer-spin-button,
.textarea-wrap input::-webkit-inner-spin-button,
.textarea-wrap input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-box-shadow: inset 0 0 0 100px #d0dffe
}

.checkbox-wrap {
	display: block;
	position: relative;
	user-select: none
}

.checkbox-wrap a {
	position: relative;
	z-index: 2
}

.checkbox-wrap .checkmark {
	display: grid;
	place-content: center
}

.checkbox-wrap .checkmark:before {
	background: rgba(0, 0, 0, .2);
	content: "";
	display: block;
	height: clamp(5px, .26vw, .26vw);
	left: 0;
	top: 0;
	width: clamp(5px, .26vw, .26vw)
}

.checkbox-wrap label {
	margin: clamp(-3px, -.156vw, -.156vw) clamp(10px, .521vw, .521vw) 0
}

.checkbox-wrap label p {
	color: #666c70;
	margin: clamp(5px, .26vw, .26vw) 0
}

.checkbox-wrap.checkbox-plain {
	margin-left: 0
}

.checkbox-wrap.checkbox-plain .checkmark:before {
	display: none
}

.checkbox-wrap.checkbox-plain .checkmark svg {
	display: block;
	height: auto;
	width: clamp(15px, .781vw, .781vw)
}

.checkbox-wrap.checkbox-plain .checkmark svg path,
.checkbox-wrap.checkbox-plain .checkmark svg polyline {
	fill: none;
	stroke: #7c8080
}

.checkbox-wrap img {
	display: none;
	margin-top: 20px
}

.checkbox-wrap input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.checkmark {
	border: 1px solid #7c8080;
	flex: 0 0 auto;
	height: 15px;
	left: 0;
	pointer-events: auto;
	position: relative;
	top: 0;
	-webkit-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 15px
}

.checkmark svg {
	opacity: 0
}

.checkmark svg path {
	fill: #7c8080
}

.checkbox-wrap:hover input~.checkmark {
	background-color: rgba(13, 46, 66, .1);
	-webkit-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-color .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.checkbox-wrap input:checked~.checkmark,
.checkbox-wrap input[type=hidden]~.checkmark {
	background-color: #7c8080;
	border: 1px solid #7c8080
}

.checkbox-wrap input:checked~.checkmark svg,
.checkbox-wrap input[type=hidden]~.checkmark svg {
	opacity: 1
}

.checkbox-wrap input:checked~.checkmark svg path,
.checkbox-wrap input[type=hidden]~.checkmark svg path {
	fill: #000
}

.extra-input-wrap {
	column-gap: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr
}

.extra-input-wrap .input-wrap {
	opacity: 0;
	visibility: hidden
}

.textarea-wrap {
	margin-top: clamp(30px, 1.563vw, 1.563vw);
	padding-bottom: clamp(10px, .521vw, .521vw)
}

.textarea-wrap label {
	border-bottom: 1px solid #7c8080;
	padding-bottom: clamp(5px, .26vw, .26vw);
	transform: translateZ(0);
	width: 100%;
	z-index: 1
}

.textarea-wrap label span {
	color: #7c8080
}

.textarea-wrap textarea {
	font-size: clamp(16px, .833vw, .833vw);
	margin-top: clamp(40px, 2.083vw, 2.083vw);
	min-height: clamp(100px, 5.208vw, 5.208vw);
	padding-bottom: clamp(10px, .521vw, .521vw);
	padding-top: 0;
	resize: none
}

.textarea-wrap textarea:-moz-placeholder,
.textarea-wrap textarea::-moz-placeholder {
	color: #7c8080;
	text-align: left
}

.textarea-wrap textarea:-ms-input-placeholder {
	color: #7c8080;
	text-align: left
}

.textarea-wrap textarea::-webkit-input-placeholder {
	color: #7c8080;
	text-align: left
}

.select-wrap label span {
	color: red
}

.radio-wrap {
	border: 1px solid rgba(13, 46, 66, .6);
	border-radius: 23px;
	padding: 10px 20px
}

.radio-wrap input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.radio-wrap .checkmark {
	border: 1px solid rgba(13, 46, 66, .6);
	border-radius: 100%;
	flex: 0 0 auto;
	height: 12px;
	left: 0;
	pointer-events: auto;
	position: relative;
	top: 0;
	width: 12px
}

.radio-wrap .checkmark:before {
	background: #946ce9;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 2px;
	width: 6px
}

.radio-wrap .checkmark:before,
.radio-wrap:hover input~.checkmark:before {
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.radio-wrap:hover input~.checkmark:before {
	opacity: 1
}

.radio-wrap input:checked~.checkmark:before,
.radio-wrap input[type=hidden]~.checkmark:before {
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.attachment-wrap .file-names-wrap {
	background: #8ca9c4;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: auto;
	position: absolute;
	width: 100%
}

.attachment-wrap .file-names-wrap .file-name {
	max-width: 80%
}

.attachment-wrap .icons-wrap {
	display: grid
}

.attachment-wrap svg {
	grid-column: 1/-1;
	grid-row: 1/-1;
	height: auto;
	pointer-events: auto;
	width: clamp(21px, 1.094vw, 1.094vw);
	z-index: 1
}

.attachment-wrap svg.loaded-icon {
	border-radius: 50%;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.attachment-wrap svg.loaded-icon path,
.attachment-wrap svg.loaded-icon polygon {
	fill: green
}

.attachment-wrap input {
	line-height: 1!important
}

.form-controls .checkbox-plain {
	margin: 15px 0
}

.form-controls .result {
	margin-top: 20px
}

.form-controls .submit.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: currentColor;
	cursor: pointer;
	margin-top: clamp(30px, 1.563vw, 1.563vw);
	text-transform: uppercase
}

.button,
[role=button] {
	-webkit-appearance: none!important;
	border: none;
	cursor: pointer;
	padding: 0
}

.underlined-button--color-1,
footer .address-wrap a:not([href*=tel]),
footer .joinus-wrap a,
footer .js-scroll-to .inner-wrap {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	.underlined-button--color-1:hover,
	footer .address-wrap a:hover:not([href*=tel]),
	footer .joinus-wrap a:hover,
	footer .js-scroll-to .inner-wrap:hover {
		background-image: linear-gradient(var(--color-1), var(--color-1));
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: 0 1px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

.single-page a,
.single-post a,
.template-contact section.hero>.inner-wrap .white-box-list li .description a,
.template-terms .the-content a,
.template-terms section.menu ul li.current-menu-item a,
.underlined-button--color-2 {
	background-image: linear-gradient(#afa7bd, #afa7bd);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	.single-page a:hover,
	.single-post a:hover,
	.template-contact section.hero>.inner-wrap .white-box-list li .description a:hover,
	.template-terms .the-content a:hover,
	.template-terms section.menu ul li.current-menu-item a:hover,
	.underlined-button--color-2:hover {
		background-image: linear-gradient(#afa7bd, #afa7bd);
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: 0 1px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

.underlined-button--color-3 {
	background-image: linear-gradient(var(--color-3), var(--color-3));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	.underlined-button--color-3:hover {
		background-image: linear-gradient(var(--color-3), var(--color-3));
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: 0 1px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

.to-underlined-button,
.to-underlined-button--color-1 {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	.to-underlined-button--color-1:hover {
		background-image: linear-gradient(var(--color-1), var(--color-1));
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100% 1px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

.template-contact section.hero>.inner-wrap .form-wrap a,
.to-underlined-button--color-2 {
	background-image: linear-gradient(#afa7bd, #afa7bd);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	.template-contact section.hero>.inner-wrap .form-wrap a:hover,
	.to-underlined-button--color-2:hover {
		background-image: linear-gradient(#afa7bd, #afa7bd);
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100% 1px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

.hover-color-blue-light {
	-webkit-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.hover-color-blue-light a {
	-webkit-transition: color 1.4s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color 1.4s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color 1.4s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color 1.4s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color 1.4s cubic-bezier(.19, 1, .22, 1) 0s
}

.hover-color-blue-light:hover {
	border-color: #e9e9e9!important;
	-webkit-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: border-color .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.hover-color-blue-light:hover a {
	color: #8ca9c4;
	-webkit-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.button-arrow-slide {
	background: #000;
	border-radius: 100%;
	cursor: pointer;
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 30px
}

.button-arrow-slide svg {
	height: auto;
	position: absolute;
	width: 9px
}

.button-arrow-slide svg:first-child,
.button-arrow-slide svg:nth-child(2) {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.button-arrow-slide svg:nth-child(2) {
	transform: translate3d(-300%, -50%, 0)
}

.button-arrow-slide:hover svg {
	-webkit-transition: -webkit- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.button-arrow-slide:hover svg:first-child {
	transform: translate3d(300%, -50%, 0)
}

.button-arrow-slide:hover svg:nth-child(2) {
	transform: translate3d(-50%, -50%, 0)
}

.js-fill-button {
	border: 1px solid #7c8080;
	border-radius: clamp(116px, 7.552vw, 7.552vw);
	display: inline-block;
	-webkit-mask: linear-gradient(#000 0 0);
	overflow: hidden;
	padding: clamp(15px, .781vw, .781vw) clamp(40px, 2.083vw, 2.083vw);
	position: relative
}

.js-fill-button span {
	position: relative;
	-webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1) .2s;
	-moz-transition: color .5s cubic-bezier(.19, 1, .22, 1) .2s;
	-ms-transition: color .5s cubic-bezier(.19, 1, .22, 1) .2s;
	-o-transition: color .5s cubic-bezier(.19, 1, .22, 1) .2s;
	transition: color .5s cubic-bezier(.19, 1, .22, 1) .2s;
	z-index: 1
}

.js-fill-button:hover span {
	color: #fff;
	-webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color .5s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color .5s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color .5s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color .5s cubic-bezier(.19, 1, .22, 1) 0s
}

.js-fill-button .inner-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 202%;
	z-index: 0
}

.js-fill-button .inner-wrap .fill-anim {
	background: #7c8080;
	border-radius: 50%;
	display: block;
	left: 0;
	padding-top: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: background .5s cubic-bezier(.19, 1, .22, 1) .5s;
	-moz-transition: background .5s cubic-bezier(.19, 1, .22, 1) .5s;
	-ms-transition: background .5s cubic-bezier(.19, 1, .22, 1) .5s;
	-o-transition: background .5s cubic-bezier(.19, 1, .22, 1) .5s;
	transition: background .5s cubic-bezier(.19, 1, .22, 1) .5s;
	width: 100%;
	z-index: 0
}

.keep-scrolling {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

.keep-scrolling svg {
	height: auto;
	width: clamp(8px, .417vw, .417vw)
}

.keep-scrolling .rings-wrap {
	display: grid;
	height: clamp(33px, 1.719vw, 1.719vw);
	place-content: center;
	position: absolute;
	top: clamp(-15px, -.781vw, -.781vw);
	width: clamp(33px, 1.719vw, 1.719vw)
}

.keep-scrolling .rings-wrap:before {
	animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite;
	border: 1px solid #8da9c4;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 300%;
	margin-left: -100%;
	margin-top: -100%;
	position: absolute;
	width: 300%
}

.keep-scrolling .rings-wrap:after {
	animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
	border: 1px solid #8da9c4;
	border-radius: 50%;
	box-shadow: 0 0 clamp(8px, .417vw, .417vw) rgba(0, 0, 0, .3);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.keep-scrolling>.title {
	margin-top: clamp(45px, 2.344vw, 2.344vw)
}

.diagonal-arrow-link {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.diagonal-arrow-link:after {
	background: #afa7bd;
	content: "↗";
	display: inline-block;
	padding: 0 8px
}

.diagonal-arrow-link:hover {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.close-button .close-x line {
	transform-box: fill-box;
	-webkit-transition: -webkit- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.close-button .close-x line:first-child {
	transform-origin: 50% 50%
}

.close-button .close-x line:nth-child(2) {
	transform-origin: 0 0
}

.close-button:hover .close-x line {
	-webkit-transition: -webkit- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.close-button:hover .close-x line:first-child {
	transform: rotate(-45deg);
	transform-origin: 50% 50%
}

.close-button:hover .close-x line:nth-child(2) {
	transform: translate3d(100%, -100%, 0)
}

.scroll-to-top-fixed {
	background: #fff729;
	border-radius: 50%;
	bottom: 20px;
	display: grid;
	height: 35px;
	place-content: center;
	position: fixed;
	right: 15px;
	width: 35px;
	z-index: 101
}

@media only screen and (min-width:550px)and (max-width:1023px) {
	.scroll-to-top-fixed {
		height: 80px;
		right: 40px;
		width: 80px
	}
}

.scroll-to-top-fixed>.inner-wrap {
	display: grid;
	place-content: center
}

.scroll-to-top-fixed>.inner-wrap svg {
	height: 10px;
	transform: rotate(180deg);
	width: auto
}

.noscroll {
	height: 100vh!important;
	overflow: hidden!important;
	position: relative!important;
	width: 100%!important
}

.--blocker {
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.js-pinReveal {
	position: relative
}

.iframe-wrapper,
.js-pinReveal .js-pinReveal-trigger {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.iframe-wrapper {
	background: transparent;
	height: 100%;
	overflow: hidden;
	pointer-events: auto;
	z-index: 0
}

.iframe-wrapper iframe {
	height: 56.25vw!important;
	left: 50%!important;
	min-height: 100vh!important;
	min-width: 197.77vh!important;
	position: absolute!important;
	top: 50%!important;
	transform: translate(-50%, -50%)!important;
	width: 100vw!important
}

.ring-sectors {
	display: flex;
	margin: auto;
	position: relative
}

.ring-sectors:after {
	aspect-ratio: 1/1;
	background: #7c8080;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 0;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	width: calc(100% - clamp(60px, 3.125vw, 3.125vw));
	z-index: 1
}

.ring-sectors .sector-ring-content-wrap {
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: grid;
	left: 50%;
	overflow: hidden;
	place-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	width: calc(100% - clamp(65px, 3.385vw, 3.385vw));
	z-index: 2
}

.ring-sectors .sector-ring-content-wrap .name {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: clamp(5px, .26vw, .26vw) auto 0;
	max-width: clamp(160px, 8.333vw, 8.333vw);
	overflow: hidden;
	text-overflow: ellipsis
}

.ring-sectors svg {
	flex: 1 1 100%;
	height: 100%;
	margin: auto;
	overflow: visible;
	position: relative;
	width: auto;
	z-index: 0
}

.ring-sectors svg circle {
	stroke-width: 10;
	-webkit-filter: none;
	filter: none;
	position: relative
}

.ring-sectors svg circle,
.ring-sectors svg circle.active,
.ring-sectors svg circle:hover {
	-webkit-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s, filter 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-filter 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s, filter 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-filter 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s, filter 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-filter 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s, filter 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-filter 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s, filter 1s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-filter 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.ring-sectors svg circle.active,
.ring-sectors svg circle:hover {
	stroke-width: 18;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4))
}

.switch .switch-pill {
	cursor: pointer;
	height: 34px;
	position: relative;
	width: 34px
}

.switch .switch-pill svg .left {
	fill: rgba(var(--color), 1)
}

.switch .switch-pill svg .right {
	fill: rgba(var(--color-inverse), 1)
}

.switch .switch-pill svg circle {
	fill: none;
	stroke: rgba(var(--color-border), 1);
	stroke-miterlimit: 10;
	stroke-width: 2px
}

ul.white-box-list {
	align-items: stretch;
	display: grid;
	gap: clamp(10px, 2.083vw, 40px);
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media only screen and (max-width:1023px) {
	ul.white-box-list {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media only screen and (max-width:549px) {
	ul.white-box-list {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

ul.white-box-list li {
	display: flex;
	flex-direction: column;
	padding: clamp(10px, 1.5vw, 1.5vw) clamp(40px, 4vw, 4vw);

}

ul.white-box-list li img,
ul.white-box-list li svg {
	height: auto;
	margin-bottom: clamp(20px, 2.083vw, 2.083vw);
	/*width: clamp(0px, 5.156vw, 5.156vw)*/
}

ul.white-box-list li .title {
	margin: clamp(10px, .521vw, .521vw) 0 clamp(15px, .781vw, .781vw)
}

ul.white-box-list li .description,
ul.white-box-list li .excerpt {
	margin-bottom: clamp(20px, 1.042vw, 1.042vw)
}

ul.white-box-list li hr {
	background: #e9e9e9;
	margin: auto 0 clamp(20px, 2.083vw, 2.083vw)
}

.--drawer,
.--drawer.open button.js-button {
	position: relative
}

.--drawer.open button.js-button svg.arrow-down,
.--drawer.open button.js-button svg.arrow-down-pointy {
	transform: rotate(180deg);
	-webkit-transition: -webkit- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform, 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.--drawer.open button.js-button svg.plus-icon line:first-child {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -webkit- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -moz- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -ms- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -o- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, transform, .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.--drawer button.js-button {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	width: 100%
}

.--drawer button.js-button svg.plus-icon {
	height: auto;
	width: 14px
}

.--drawer button.js-button svg.plus-icon line {
	opacity: 1;
	transform: translateZ(0);
	-webkit-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -webkit- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -moz- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -ms- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, -o- transform, .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity, .7s cubic-bezier(.19, 1, .22, 1) 0s, transform, .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.--drawer button.js-button svg.arrow-down,
.--drawer button.js-button svg.arrow-down-pointy {
	-webkit-transition: -webkit- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform, 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform, 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.--drawer .js-pane {
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 2
}

header {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	position: fixed;
	z-index: 100
}

header,
header:before {
	left: 0;
	pointer-events: auto;
	top: 0;
	width: 100%
}

header:before {
    background: rgba(14, 52, 75, .4);
   
    display: block;
    height: 100svh;
    height: 100vh;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -ms-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
    z-index: -1;
    pointer-events: none; /* Permite que los clics pasen a los elementos debajo */
}


@media only screen and (max-width:1023px) {
	header {
		padding: 0 15px
	}
}

header .inner-wrap {
	align-items: center;
	backdrop-filter: blur(7px);
	background: #d7cee5;
	border-radius: clamp(50px, 2.604vw, 2.604vw);
	display: flex;
	justify-content: space-between;
	margin-top: clamp(30px, 2.604vw, 2.604vw);
	max-width: clamp(710px, 36.979vw, 36.979vw);
	padding: 0 clamp(30px, 1.563vw, 1.563vw) 0 clamp(30px, 2.083vw, 2.083vw);
	pointer-events: auto;
	position: relative
}

@media only screen and (max-width:1023px) {
	header .inner-wrap {
		backdrop-filter: none;
		background: #d7cee5;;
		border-radius: 25px;
		padding-right: 15px
	}
}

header .inner-wrap svg {
	height: auto;
	width: clamp(91px, 6.667vw, 6.667vw)
}

@media only screen and (max-width:1023px) {
	header .inner-wrap .menu-wrap {
		background: #d7cee5;
		border-radius: 25px 25px;
		left: 0;
		max-height: 40px;
		overflow: hidden;
		pointer-events: auto;
		position: absolute;
		top: 0;
		-webkit-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		width: 100%;
		z-index: -1
	}
}

header .inner-wrap ul.menu {
	display: flex
}

@media only screen and (max-width:1023px) {
	header .inner-wrap ul.menu {
		display: grid;
		grid-template-columns: 1fr;
		padding: 70px 18px 30px;
		width: 100%
	}
}

header .inner-wrap ul.menu li span {
	background-image: linear-gradient(#d7cee5, #d7cee5);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	padding: 2px 0;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

header .inner-wrap ul.menu li a[aria-current=page] span {
	background-size: 100% 1px
}

header .inner-wrap ul.menu a {
	display: block;
	padding: clamp(10px, 1.042vw, 1.042vw) clamp(12px, .625vw, .625vw)
}

@media only screen and (min-width:1024px) {
	header .inner-wrap ul.menu a:hover span {
		background-image: linear-gradient(#d7cee5, #d7cee5);
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100% 1px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

header .inner-wrap .menu-button {
	padding: 15px
}

@media only screen and (max-width:1023px) {
	header.open .inner-wrap {
		border-radius: 25px 25px 0 0
	}
	header.open .menu-wrap {
		max-height: 300px;
		-webkit-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: max-height 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
	header.open ul.menu,
	header.open:before {
		pointer-events: auto
	}
	header.open:before {
		opacity: 1;
		-webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

.color-white {
	color: #fff
}

.color-white-light {
	color: #fff
}

.color-black {
	color: #000
}

.color-purple {
	color: #946ce9
}

.color-gray {
	color: #666c70
}

.color-gray-light {
	color: #e7ebed
}

.color-gray-medium {
	color: #efefef
}

.color-gray-ultra-light {
	color: #ccc
}

.color-yellow {
	color: #fff729
}

.color-red {
	color: red
}

.color-blue {
	color: #ffffff
}
.color-blue2 {
	color: #7c8080
}

.color-blue-light {
	color: #ffffff
}

.color-1 {
	color: var(--color-1)
}

.color-2 {
	color: #afa7bd
}

.color-3 {
	color: var(--color-3)
}

.color-4 {
	color: var(--color-4)
}

.color-5 {
	color: var(--color-5)
}

.fill-1 {
	fill: var(--color-1)
}

.background-white {
	background: #fff
}

.background-white-light {
	background: #e9e9e9
}

.background-blue {
	background: #7c8080
}

.background-blue-light {
	background: #8ca9c4
}

.background-blue-dark {
	background: #7c8080
}

.background-yellow {
	background: #fff729
}

.background-black {
	background: #000
}

.background-1 {
	background: var(--color-1)
}

.background-2 {
	background: #afa7bd
}

.no-list,
.template-careers section.open-vacancies ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.form-contact .general-error-label {
	opacity: 0;
	padding-top: 5px
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	height: 100vh;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	height: var(--swiper-virtual-size);
	width: 1px
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size)/2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	z-index: 10
}

.button-next.swiper-button-disabled,
.button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: auto;
	-webkit-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none!important;
	text-transform: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: relative;
	text-align: center;
	transform: translateZ(0);
	transition: opacity .3s;
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px))
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none!important
}

.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, .2);
	opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 35px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none
}

.swiper-horizontal>.swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50
}

.swiper-vertical>.swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10
}

.swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: auto;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: auto;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: "";
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: auto;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transform-origin: center bottom
}

.swiper-controls {
	align-items: center;
	display: flex;
	flex-direction: column
}

.swiper-controls .buttons-wrap {
	flex-direction: column;
	margin: auto 0
}

.swiper-controls .buttons-wrap button {
	pointer-events: all;
	-webkit-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.swiper-controls .buttons-wrap button svg {
	height: 60px;
	width: 60px
}

@media only screen and (max-width:1023px) {
	.swiper-controls .buttons-wrap button svg {
		height: 60px;
		width: 60px
	}
}

.swiper-controls .buttons-wrap button svg circle {
	stroke: #e7ebed;
	-webkit-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.swiper-controls .buttons-wrap button svg path {
	stroke: #000
}

.swiper-controls .buttons-wrap button:hover circle {
	stroke: #000;
	-webkit-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.swiper-controls .pagination {
	padding: 20px 0
}

.swiper-controls .swiper-fraction {
	margin-bottom: -15px px
}

.swiper-controls.theme-large .buttons-wrap svg {
	height: 80px;
	width: 80px
}

*,
:after,
:before {
	box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
hgroup,
main,
nav,
section {
	display: block
}

[tabindex="-1"]:focus {
	outline: 0!important
}

p {
	margin-bottom: 2rem;
	margin-top: 2rem
}

abbr[data-original-title],
abbr[title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	left: 0;
	top: -.5em
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto
}

figure {
	align-self: self-start;
	display: flex;
	flex-direction: column;
	margin: 0
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	caption-side: bottom;
	color: #6c757d;
	padding-bottom: .75rem;
	padding-top: .75rem;
	text-align: left
}

th {
	text-align: inherit
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

legend {
	color: inherit;
	display: block;
	font-size: 1.5rem;
	line-height: inherit;
	margin-bottom: .5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: none;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

output {
	display: inline-block
}

summary {
	cursor: pointer;
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

hr {
	background: var(--color-1);
	border: 0;
	height: 1px;
	width: 100%
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem
}

.blockquote-footer {
	color: #6c757d;
	display: block;
	font-size: 80%
}

.blockquote-footer:before {
	content: "— "
}

.img-fluid,
.img-thumbnail {
	height: auto;
	max-width: 100%
}

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	padding: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	line-height: 1;
	margin-bottom: .5rem
}

.figure-caption {
	color: #6c757d;
	font-size: 90%
}

code {
	color: #e83e8c;
	font-size: 87.5%;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	background-color: #212529;
	border-radius: .2rem;
	color: #fff;
	font-size: 87.5%;
	padding: .2rem .4rem
}

kbd kbd {
	font-size: 100%;
	font-weight: 700;
	padding: 0
}

pre {
	color: #212529;
	display: block;
	font-size: 87.5%
}

pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: clamp(1250px, 65.104vw, 65.104vw);
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width:1023px) {
	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width:549px) {
	.container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(15px, 5.208vw, 100px);
	padding-right: clamp(15px, 5.208vw, 100px);
	width: 100%
}

@media only screen and (max-width:549px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

@media(min-width:550px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:1024px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:1380px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:1680px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	color: #212529;
	margin-bottom: 1rem;
	width: 100%
}

.table td,
.table th {
	border-top: 1px solid #dee2e6;
	padding: .75rem;
	vertical-align: top
}

.table thead th {
	border-bottom: 2px solid #dee2e6;
	vertical-align: bottom
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
	color: #212529
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	background-color: #343a40;
	border-color: #454d55;
	color: #fff
}

.table .thead-light th {
	background-color: #e9ecef;
	border-color: #dee2e6;
	color: #495057
}

.table-dark {
	background-color: #343a40;
	color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: hsla(0, 0%, 100%, .075);
	color: #fff
}

@media(max-width:575.98px) {
	.table-responsive-sm {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	-webkit-overflow-scrolling: touch;
	display: block;
	overflow-x: auto;
	width: 100%
}

.table-responsive>.table-bordered {
	border: 0
}

.clearfix:after {
	clear: both;
	content: "";
	display: block
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

.d-grid {
	display: grid
}

@media(min-width:550px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:1024px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:1380px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:1680px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%
}

.embed-responsive:before {
	content: "";
	display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.embed-responsive-21by9:before {
	padding-top: 42.857143%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill-1 {
	flex: 1!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media(min-width:550px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:1024px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:1380px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:1680px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.absolute-top {
	position: absolute
}

.absolute-top,
.fixed-top {
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030
}

.fixed-bottom,
.fixed-top {
	position: fixed
}

.fixed-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1030
}

@supports(position:-webkit-sticky) or (position:sticky) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media(min-width:550px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media(min-width:1024px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media(min-width:1380px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media(min-width:1680px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}

.text-decoration-none {
	text-decoration: none!important
}

.text-decoration-underline {
	text-decoration: underline!important;
	text-underline-position: under
}

.text-break {
	overflow-wrap: break-word!important;
	word-break: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

.transparent {
	opacity: 0
}

.opaque {
	opacity: 1
}

@media print {
	*,
	:after,
	:before {
		box-shadow: none!important;
		text-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		border-color: #dee2e6;
		color: inherit
	}
}

.hyphens-auto {
	hyphens: auto
}

.will-change-transform {
	will-change: transform
}

.events-none {
	pointer-events: none
}

.events-auto {
	pointer-events: auto!important
}

.lineheight-1 {
	line-height: 1
}

.text-indent {
	max-width: 1400px
}

.text-indent p {
	display: inline-block;
	margin: 0;
	text-indent: 35px
}

.span-columns {
	grid-column: 1/-1
}

.letterspacing-1 {
	letter-spacing: .07em
}

.opacity-05 {
	opacity: .5
}

.p-0 {
	padding: 0!important
}

.plr-45 {
	padding-left: 45px;
	padding-right: 45px
}

@media only screen and (max-width:1023px) {
	.plr-45 {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media only screen and (max-width:549px) {
	.plr-45 {
		padding-left: 15px;
		padding-right: 15px
	}
}

.m-auto {
	margin: auto
}

.mt-auto {
	margin-top: auto
}

.mt-7 {
	margin-top: clamp(7px, .365vw, .365vw)
}

.mt-10 {
	margin-top: clamp(10px, .521vw, .521vw)
}

.mt-30 {
	margin-top: clamp(30px, 1.563vw, 1.563vw)
}

.mt-160 {
	margin-top: clamp(160px, 8.333vw, 8.333vw)
}

@media only screen and (max-width:1023px) {
	.mt-160 {
		margin-top: 80px
	}
}

.mt-260 {
	margin-top: clamp(260px, 13.542vw, 13.542vw)
}

@media only screen and (max-width:1023px) {
	.mt-260 {
		margin-top: 120px
	}
}

.mb-auto {
	margin-bottom: auto
}

.mb-45 {
	margin-bottom: clamp(45px, 2.344vw, 2.344vw)
}

.mb-60 {
	margin-bottom: clamp(60px, 3.125vw, 3.125vw)
}

.ml-auto {
	margin-left: auto
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.mr-auto {
	margin-right: auto
}

.mr-20 {
	margin-right: 20px
}

.font-07 {
	font-size: .7rem
}

.font-1rem {
	font-size: 1rem
}

.z-index-1 {
	z-index: 1
}

.z-index-2 {
	z-index: 2
}

.padding-top-200 {
	padding-top: clamp(40px, 5.209vw, 5.209vw);
}

.padding-bottom-200 {
	padding-bottom: clamp(60px, 8vw, 8vw);
}

.border-radius-20 {
	border-radius: clamp(20px, 1.042vw, 1.042vw)
}

.border-radius-50 {
	border-radius: clamp(20px, 2.604vw, 2.604vw)
}

.w-100 {
	width: 100%
}

.cky-consent-container {
	max-width: 100%!important;
	width: 650px!important
}

.cky-consent-bar {
	border-radius: 20px!important;
	box-shadow: none!important;
	padding: 35px!important
}

@media only screen and (max-width:549px) {
	.cky-consent-bar {
		padding: 25px 0!important
	}
}

.cky-consent-bar .cky-title {
	font-size: 26px!important;
	margin-bottom: 25px!important
}

.cky-consent-bar .cky-notice-des a,
.cky-consent-bar .cky-notice-des p {
	font-size: 22px!important;
	line-height: 28.6px!important
}

.cky-consent-bar .cky-notice-des a {
	display: block
}

.cky-consent-bar .cky-notice-btn-wrapper {
	margin-top: 25px!important
}

.cky-modal {
	box-shadow: none!important
}

.cky-preference-center {
	background-color: #7c8080!important;
	pointer-events: auto!important
}

@media only screen and (max-width:549px) {
	.cky-preference-center {
		height: 100vh!important;
		height: 100svh!important
	}
}

.cky-preference-center .cky-preference-title {
	font-size: 26px!important
}

.cky-btn {
	border-radius: 144.89px!important;
	border-width: 1px!important;
	font-size: 16px!important;
	margin-right: 20px!important;
	padding-bottom: 13px;
	padding-top: 13px
}

@media only screen and (max-width:549px) {
	.cky-btn {
		margin: 5px 0!important
	}
}

.cky-btn:last-child {
	margin-right: 0!important
}

.cky-preference-content-wrapper * {
	font-size: 16px!important
}

@media only screen and (max-width:549px) {
	.cky-prefrence-btn-wrapper {
		flex: 0 0 100%!important;
		flex-direction: row!important
	}
}

.cky-btn-close {
	display: block;
	height: 30px!important;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px!important
}

.cky-btn-close img {
	display: none;
	height: 30px!important;
	width: auto!important
}

.cky-btn-close:before {
	transform: rotate(45deg)
}

.cky-btn-close:after,
.cky-btn-close:before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 23px
}

.cky-btn-close:after {
	transform: rotate(-45deg)
}

.cky-accordion:last-of-type {
	display: none
}

section.pagination {
	margin-top: 280px
}

@media only screen and (max-width:1023px) {
	section.pagination {
		margin-top: 100px
	}
}

section.pagination .prev-wrap {
	margin-right: 90px;
	order: 1
}

section.pagination .prev-wrap:empty {
	display: none
}

section.pagination .next-wrap {
	order: 2
}

section.pagination .next-wrap:empty {
	display: none
}

section.pagination .next-wrap a,
section.pagination .prev-wrap a {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 3px;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	section.pagination .next-wrap a:hover,
	section.pagination .prev-wrap a:hover {
		background-image: linear-gradient(var(--color-1), var(--color-1));
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100% 3px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

section.pagination ul {
	margin-left: auto;
	margin-right: 70px;
	order: 3
}

section.pagination ul li {
	padding: 0 10px
}

section.pagination ul li a {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 3px;
	display: block;
	min-width: 15px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1024px) {
	section.pagination ul li a:hover {
		background-image: linear-gradient(var(--color-1), var(--color-1));
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100% 3px;
		text-decoration: none;
		-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

section.pagination ul li.current a {
	background-image: linear-gradient(var(--color-1), var(--color-1));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	text-decoration: none;
	-webkit-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background-size 1s cubic-bezier(.19, 1, .22, 1) 0s, color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

section.pagination .magnetic-link {
	flex: 0 0 auto;
	order: 4
}

section.social ul.social-wrap {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:549px) {
	section.social ul.social-wrap {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media only screen and (max-width:1023px) {
	section.social ul.social-wrap li:nth-child(2n) {
		margin-left: 0
	}
}

@media only screen and (max-width:549px) {
	section.social ul.social-wrap li:nth-child(2n) {
		margin-left: auto
	}
}

section.social ul.social-wrap li .hover {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

section.social ul.social-wrap li .hover .icon {
	border: 1px solid #ccc;
	border-radius: 50%;
	display: grid;
	height: 60px;
	place-content: center;
	position: absolute;
	width: 60px
}

@media only screen and (max-width:1023px) {
	section.social ul.social-wrap li .hover .icon {
		display: none
	}
}

section.social ul.social-wrap li .hover .icon img,
section.social ul.social-wrap li .hover .icon svg {
	height: auto;
	max-height: 19px;
	width: 19px
}

section.social ul.social-wrap li .hover .icon svg circle,
section.social ul.social-wrap li .hover .icon svg path {
	fill: var(--color-1)
}

.banner_1_2 {
	align-items: center;
	border-radius: 50px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden
}

@media only screen and (max-width:1023px) {
	.banner_1_2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin-left: -15px;
		width: calc(100%+ 30px)
	}
}

.banner_1_2 .text-wrap {
	padding-left: 120px
}

@media only screen and (max-width:1023px) {
	.banner_1_2 .text-wrap {
		display: flex;
		flex-direction: column;
		padding: 70px 30px 0
	}
	.banner_1_2 .text-wrap .subtitle {
		font-size: 12px;
		line-height: 14px
	}
}

.banner_1_2 .text-wrap em {
	border: 1px solid #fff;
	border-radius: 38px;
	padding: 5px 15px
}

@media only screen and (max-width:1023px) {
	.banner_1_2 .text-wrap .large-cta {
		align-self: center;
		padding: 40px 50px
	}
}

.banner_1_2 img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

@media only screen and (max-width:1023px) {
	.banner_1_2 img {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		height: 234px;
		margin-top: 80px
	}
}

.js-loopslider {
	height: 100vh;
	position: relative
}

.js-loopslider .loopslider-wrapper {
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.js-loopslider .item {
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 0 1vw;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: 15vw;
	z-index: 1
}

.js-loopslider .item a {
	-webkit-user-drag: none;
	pointer-events: auto;
	user-select: none
}

@media only screen and (max-width:1023px) {
	.js-loopslider .item {
		width: 40vw
	}
}

.js-loopslider .item .image-wrap {
	overflow: hidden;
	pointer-events: auto;
	position: relative;
	width: 100%
}

.js-loopslider .item .image-wrap img {
	height: 100%;
	object-fit: contain;
	object-position: 50% 0;
	position: relative;
	vertical-align: middle;
	width: 100%
}

.js-marquee {
	will-change: transform
}

.modal {
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1
}

.modal.open {
	pointer-events: auto
}

.modal .content-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.modal.theme-pinned {
	z-index: 999
}

.modal.theme-pinned .blocker {
	background: rgba(13, 46, 66, .4);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1
}

.modal.theme-pinned .content-wrap {
	max-width: clamp(400px, 35.417vw, 35.417vw);
	min-height: 100%;
	width: 100%
}

@media only screen and (max-width:549px) {
	.modal.theme-pinned .content-wrap {
		max-width: 100%
	}
}

.modal.theme-pinned .content-wrap article {
	min-height: 100vh;
	padding: clamp(40px, 4.167vw, 80px) clamp(15px, 1.563vw, 30px) clamp(85px, 4.427vw, 4.427vw)
}

.modal[data-name=country] .content-wrap article {
	padding: clamp(85px, 4.427vw, 4.427vw) 0 0
}

.modal[data-name=country] .close-button svg line {
	stroke: #fff
}

.modal[data-name=project] .content-wrap article {
	padding: 0 0 clamp(85px, 4.427vw, 4.427vw)
}

.modal[data-name=project] .close-button {
	left: clamp(40px, 2.083vw, 2.083vw);
	right: auto
}

@media only screen and (max-width:549px) {
	.modal[data-name=project] .close-button {
		left: 15px
	}
}

.modal[data-name=project] .close-button svg {
	margin-right: clamp(7px, .365vw, .365vw)
}

.modal[data-name=project] .close-button svg line {
	stroke: #fff
}

.modal .close-button {
	position: absolute;
	right: clamp(15px, 1.563vw, 1.563vw);
	top: clamp(25px, 1.563vw, 1.563vw);
	z-index: 200
}

a.next-post-auto {
	background: rgba(0, 0, 0, .2);
	height: auto;
	margin-top: 280px;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:1023px) {
	a.next-post-auto {
		margin-top: 140px
	}
}

@media only screen and (max-width:549px) {
	a.next-post-auto {
		margin-top: 160px
	}
}

a.next-post-auto:before {
	background: rgba(0, 0, 0, .2);
	content: "";
	display: block;
	z-index: 1
}

a.next-post-auto img,
a.next-post-auto:before {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

a.next-post-auto img {
	object-fit: cover;
	z-index: 0
}

a.next-post-auto .inner-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	min-height: 690px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:1023px) {
	a.next-post-auto .inner-wrap {
		min-height: 555px
	}
}

@media only screen and (max-width:549px) {
	a.next-post-auto .inner-wrap {
		height: auto;
		min-height: 340px
	}
}

a.next-post-auto .inner-wrap .coming-next {
	margin-bottom: 40px;
	margin-top: 40px
}

@media only screen and (max-width:549px) {
	a.next-post-auto .inner-wrap .coming-next {
		margin-bottom: 5px
	}
}

a.next-post-auto .inner-wrap .title {
	padding: 0 20%
}

a.next-post-auto .inner-wrap .date {
	margin-top: 50px
}

a.next-post-auto .inner-wrap .meta-box {
	margin-bottom: 25px
}

a.next-post-auto .inner-wrap .arrow-wrap {
	background: #fff729;
	border-radius: 50%;
	display: none;
	flex: 0 1 auto;
	height: 60px;
	margin: 30px auto 100px;
	place-content: center;
	width: 60px
}

@media only screen and (max-width:1023px) {
	a.next-post-auto .inner-wrap .arrow-wrap {
		display: grid
	}
}

a.next-post-auto .inner-wrap .progress {
	background: hsla(0, 0%, 100%, .4);
	height: 1px;
	margin: auto auto 50px;
	position: relative;
	width: 250px
}

a.next-post-auto .inner-wrap .progress .bar {
	background: #fff729;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	width: 100%
}

.media-hero-image {
	overflow: hidden;
	position: relative
}

.media-hero-image .image-wrap {
	position: relative;
	z-index: 0
}

.media-hero-image .image-wrap img {
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	z-index: 1
}

@media only screen and (max-width:1023px) {
	.media-hero-image .image-wrap img {
		object-position: center center;
		width: auto
	}
}

.media-hero-image .captions {
	display: grid;
	grid-template-columns: 50% 50%;
	left: 0;
	padding: 80px 5% 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

@media only screen and (max-width:1023px) {
	.media-hero-image .captions {
		display: flex;
		flex-flow: column;
		height: 100%;
		justify-content: space-between;
		padding: 40px 15px
	}
}

.media-hero-image .captions .caption-1 {
	font-size: 18px;
	line-height: 28px;
	max-width: 400px
}

.media-hero-image .captions .caption-2 {
	font-size: 50px;
	line-height: 60px;
	max-width: 700px
}

@media only screen and (max-width:1023px) {
	.media-hero-image .captions .caption-2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media only screen and (min-width:1023px)and (max-width:1679px) {
	.media-hero-image .captions .caption-2 {
		font-size: 3vw;
		line-height: 3.5vw
	}
}

.media-image {
	display: block;
	height: 100%
}

.media-image img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes plyr-fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.plyr {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	direction: ltr;
	line-height: 1.7;
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
	border-radius: inherit;
	height: auto;
	vertical-align: middle;
	width: 100%
}

.plyr button {
	background: none;
	font: inherit;
	line-height: inherit;
	text-align: left;
	width: auto
}

.plyr:focus {
	outline: 0
}

.plyr--full-ui {
	box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui:after,
.plyr--full-ui:before {
	box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	touch-action: manipulation
}

.plyr__badge {
	background: #4a5764;
	border-radius: 2px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	padding: 3px 4px
}

.plyr--full-ui::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%
}

.plyr__captions .plyr__caption {
	background: rgba(0, 0, 0, .8);
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
	display: inline
}

.plyr__captions span:empty {
	display: none
}

@media(min-width:480px) {
	.plyr__captions {
		font-size: 16px;
		padding: 20px
	}
}

@media(min-width:768px) {
	.plyr__captions {
		font-size: 18px
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	position: relative;
	transition: all .3s ease
}

.plyr__control svg {
	fill: currentColor;
	display: block;
	height: 18px;
	pointer-events: auto;
	width: 18px
}

.plyr__control:focus {
	outline: 0
}

.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
	outline: 0
}

a.plyr__control {
	text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
	display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff
}

.plyr__control--overlaid {
	background: rgba(0, 179, 255, .8);
	border: 0;
	border-radius: 100%;
	color: #fff;
	display: none;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
	background: #00b3ff
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}

.plyr--full-ui::-webkit-media-controls {
	display: none
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center
}

.plyr__controls .play-pause {
	bottom: 140px;
	left: 15px;
	pointer-events: auto;
	position: absolute;
	z-index: 2
}

@media only screen and (max-width:1023px) {
	.plyr__controls .play-pause {
		left: 25px
	}
}

@media only screen and (max-width:549px) {
	.plyr__controls .play-pause {
		bottom: 60px;
		left: 15px
	}
}

.plyr__controls .play-pause[aria-label] .play {
	display: block
}

.plyr__controls .play-pause[aria-label] .pause {
	display: none
}

.plyr__controls .play-pause[aria-label=Play] .play {
	display: block
}

.plyr__controls .play-pause[aria-label=Pause] .play,
.plyr__controls .play-pause[aria-label=Play] .pause {
	display: none
}

.plyr__controls .play-pause[aria-label=Pause] .pause {
	display: block
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0
}

.plyr__controls .plyr__controls__item {
	margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
	padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
	padding-right: 0
}

.plyr__controls:empty {
	display: none
}

.plyr--audio .plyr__controls {
	background: #fff;
	border-radius: inherit;
	color: #4a5764;
	padding: 10px
}

.plyr--video .plyr__controls {
	bottom: 0;
	color: #fff;
	height: calc(100% - 60px);
	left: 0;
	margin: 0 auto;
	padding: 0 40px;
	position: absolute;
	right: 0;
	top: 60px;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3
}

.plyr--video .plyr__controls:before {
	background: rgba(0, 0, 0, .4);
	background: linear-gradient(0deg, #000, transparent 20%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: calc(100%+ 40px);
	z-index: -1
}

@media only screen and (max-width:1023px) {
	.plyr--video .plyr__controls {
		max-width: 100%;
		padding: 15px 25px
	}
}

@media only screen and (max-width:549px) {
	.plyr--video .plyr__controls {
		padding: 15px
	}
}

.plyr--video .plyr__controls .plyr__controls_blocker {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
	display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}

.plyr--fullscreen-enabled [data-plyr=fullscreen] {
	display: none
}

.plyr__menu {
	display: flex;
	position: relative
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}

.plyr__menu__container {
	animation: plyr-popup .2s ease;
	background: hsla(0, 0%, 100%, .9);
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: #4a5764;
	font-size: 16px;
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}

.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
	border: 4px solid transparent;
	border-top-color: hsla(0, 0%, 100%, .9);
	content: "";
	height: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 0
}

.plyr__menu__container [role=menu] {
	padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5764;
	display: flex;
	font-size: 14px;
	padding: 4px 11px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%
}

.plyr__menu__container .plyr__control:after {
	border: 4px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
	padding-right: 28px
}

.plyr__menu__container .plyr__control--forward:after {
	border-left-color: rgba(74, 87, 100, .8);
	right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
	border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
	font-weight: 500;
	margin: 7px 7px 3px;
	padding-left: 28px;
	position: relative;
	width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
	border-right-color: rgba(74, 87, 100, .8);
	left: 7px
}

.plyr__menu__container .plyr__control--back:before {
	background: #c1c9d1;
	box-shadow: 0 1px 0 #fff;
	content: "";
	height: 1px;
	left: 0;
	margin-top: 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
	border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	background: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	transition: all .3s ease;
	width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
	background: #00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
	opacity: 1;
	transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
	background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: -5px;
	overflow: hidden;
	padding-left: 25px;
	pointer-events: none
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	color: #fff729;
	display: block;
	height: 3px;
	margin: 0;
	padding: 0;
	width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
	border: 0;
	height: 1px;
	-webkit-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #fff;
	background-image: radial-gradient(ellipse at center, #000 49.9%, #000 0, #fff 50%);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 7px 7px;
	border: 0;
	border-radius: 100%;
	height: 30px;
	margin-top: -15px;
	position: relative;
	transition: all .2s ease;
	width: 30px
}

@media only screen and (max-width:1023px) {
	.plyr--full-ui input[type=range]::-webkit-slider-thumb {
		height: 20px;
		margin-top: -10px;
		width: 20px
	}
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	transition: box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	background-image: radial-gradient(ellipse at center, #000 49.9%, #000 0, #fff 50%);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 7px 7px;
	border: 0;
	border-radius: 100%;
	height: 30px;
	position: relative;
	transition: all .2s ease;
	width: 30px
}

@media only screen and (max-width:1023px) {
	.plyr--full-ui input[type=range]::-moz-range-thumb {
		height: 20px;
		margin-top: -10px;
		width: 20px
	}
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: 2.5px;
	height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
	color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	background: currentColor;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	height: 13px;
	margin-top: 0;
	position: relative;
	transition: all .2s ease;
	width: 13px
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}

.plyr--full-ui input[type=range]:focus {
	outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0);
	outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0);
	outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0);
	outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: hsla(0, 0%, 100%, 0)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: hsla(0, 0%, 100%, 0)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: hsla(0, 0%, 100%, 0)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 201, 209, 0)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 201, 209, 0)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 201, 209, 0)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 0
}

.plyr__time {
	font-size: 20px
}

.plyr__time+.plyr__time:before {
	content: "⁄";
	margin-right: 10px
}

@media(max-width:767px) {
	.plyr__time+.plyr__time {
		display: none
	}
}

.plyr--video .plyr__time {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
	bottom: calc(100%+ 20px);
	color: #fff;
	font-size: 14px;
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	transform: translate(-50%, 10px);
	transform-origin: 50% 100%;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	white-space: nowrap;
	z-index: 2
}

.plyr__tooltip:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid hsla(0, 0%, 100%, .9);
	bottom: -4px;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
	left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
	left: auto;
	right: 16px;
	transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0) scale(1)
}

.plyr--video {
	overflow: hidden
}

.plyr--video.plyr--menu-open {
	overflow: visible
}

.plyr__video-wrapper {
	border-radius: inherit;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	background: none;
	border: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%)
}

.plyr__progress {
	left: 6.5px;
	margin-right: 30px;
	position: relative;
	width: 100%
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
	margin-left: -6.5px;
	margin-right: -6.5px;
	width: calc(100%+ 13px)
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress .plyr__tooltip {
	font-size: 14px;
	left: 0
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 1px;
	left: 0;
	margin-top: -2px;
	padding: 0;
	position: absolute;
	top: 3px
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
	background: hsla(0, 0%, 100%, .5)
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 41, 47, .6) 0, rgba(35, 41, 47, .6) 75%, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
	align-items: center;
	display: none;
	flex: 1;
	position: relative
}

.plyr__volume input[type=range] {
	margin-left: 5px;
	position: relative;
	z-index: 2
}

@media(min-width:480px) {
	.plyr__volume {
		max-width: 90px
	}
}

@media(min-width:768px) {
	.plyr__volume {
		max-width: 110px
	}
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
	display: none!important
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:fullscreen video {
	height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px
	}
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px
	}
	.plyr:fullscreen .plyr__captions {
		font-size: 21px
	}
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px
	}
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-moz-full-screen video {
	height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 21px
	}
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0!important;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000000
}

.plyr--fullscreen-fallback video {
	height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 21px
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}

.plyr__ads:after {
	background: rgba(35, 41, 47, .8);
	border-radius: 2px;
	bottom: 10px;
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: auto;
	position: absolute;
	right: 10px;
	z-index: 3
}

.plyr__ads:after:empty {
	display: none
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	left: 0;
	margin: -2.5px 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}

.plyr__preview-thumb {
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	margin-bottom: 10px;
	opacity: 0;
	padding: 3px;
	pointer-events: auto;
	position: absolute;
	transform: translateY(10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	z-index: 2
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid hsla(0, 0%, 100%, .9);
	bottom: -4px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr__preview-thumb__image-container {
	background: #c1c9d1;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}

.plyr__preview-thumb__time-container span {
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	padding: 3px 6px
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--no-transition {
	transition: none!important
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	border: 0!important;
	height: 1px!important;
	overflow: hidden;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.plyr [hidden] {
	display: none!important
}

.media-image,
.media-video {
	isolation: isolate;
	overflow: hidden;
	position: relative
}

.media-image.media-image,
.media-video.media-image {
	max-height: 80vh
}

.media-image.isfullscreen,
.media-video.isfullscreen {
	border-radius: initial;
	height: 100vh;
	height: 100svh;
	left: 0;
	margin: initial;
	max-width: none!important;
	overflow: initial;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10000
}

.media-image.isfullscreen .plyr,
.media-video.isfullscreen .plyr {
	width: 100vw
}

@media only screen and (max-width:500px)and (orientation:portrait) {
	.media-image.isfullscreen .plyr__controls,
	.media-video.isfullscreen .plyr__controls {
		max-height: 220px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.media-image.isfullscreen .plyr__video-embed,
.media-image.isfullscreen .plyr__video-wrapper--fixed-ratio,
.media-video.isfullscreen .plyr__video-embed,
.media-video.isfullscreen .plyr__video-wrapper--fixed-ratio {
	background: #000!important;
	height: 100svh;
	padding-bottom: 0;
	transform: none;
	width: 100%
}

.media-image.isfullscreen .fullscreen-btn .on,
.media-video.isfullscreen .fullscreen-btn .on {
	display: block
}

.media-image.isfullscreen .fullscreen-btn .off,
.media-video.isfullscreen .fullscreen-btn .off {
	display: none
}

.media-image.isfullscreen .close-button,
.media-video.isfullscreen .close-button {
	visibility: visible
}

.media-image .close-button,
.media-video .close-button {
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: -35px!important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	z-index: 10
}

.media-image.hero-image,
.media-image.hero-video,
.media-video.hero-image,
.media-video.hero-video {
	aspect-ratio: 1380/760;
	background: #000;
	height: calc(100vh - 230px);
	margin: auto;
	max-height: 760px;
	max-width: clamp(700px, 73%, 1380px);
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:1023px) {
	.media-image.hero-image,
	.media-image.hero-video,
	.media-video.hero-image,
	.media-video.hero-video {
		height: 100%;
		max-height: none;
		max-width: 100%
	}
}

.media-image.hero-image img,
.media-image.hero-image video,
.media-image.hero-video img,
.media-image.hero-video video,
.media-video.hero-image img,
.media-video.hero-image video,
.media-video.hero-video img,
.media-video.hero-video video {
	aspect-ratio: 1380/760;
	height: 100%;
	object-fit: cover;
	width: 100%
}

@media only screen and (max-width:1023px) {
	.media-image.hero-image img,
	.media-image.hero-image video,
	.media-image.hero-video img,
	.media-image.hero-video video,
	.media-video.hero-image img,
	.media-video.hero-image video,
	.media-video.hero-video img,
	.media-video.hero-video video {
		max-height: none
	}
}

@media only screen and (max-width:549px) {
	.media-image.hero-image img,
	.media-image.hero-image video,
	.media-image.hero-video img,
	.media-image.hero-video video,
	.media-video.hero-image img,
	.media-video.hero-image video,
	.media-video.hero-video img,
	.media-video.hero-video video {
		height: 100vh;
		height: 100svh
	}
}

.media-image .overlay,
.media-video .overlay {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding: 60px 30px 30px;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: 100%
}

@media only screen and (max-width:549px) {
	.media-image .overlay,
	.media-video .overlay {
		padding: 80px 30px 30px
	}
}

.media-image .overlay .title,
.media-video .overlay .title {
	margin-top: 20px;
	max-width: 840px
}

.media-image .plyr__controls,
.media-video .plyr__controls {
	pointer-events: none
}

@media only screen and (max-width:1023px) {
	.media-image .plyr__controls,
	.media-video .plyr__controls {
		display: none
	}
}

.media-image .media-controls-top,
.media-video .media-controls-top {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100% - 100px);
	justify-content: center;
	pointer-events: auto;
	pointer-events: auto;
	position: absolute;
	right: 40px;
	top: 0
}

@media only screen and (max-width:1023px) {
	.media-image .media-controls-top,
	.media-video .media-controls-top {
		height: calc(100% - 90px);
		right: 20px
	}
}

.media-image .media-controls-bottom,
.media-video .media-controls-bottom {
	align-items: center;
	display: flex;
	margin: auto 0 180px;
	pointer-events: auto;
	width: 100%
}

@media only screen and (max-width:1023px) {
	.media-image .media-controls-bottom,
	.media-video .media-controls-bottom {
		margin: auto 0 40px
	}
}

@media only screen and (max-width:549px) {
	.media-image .media-controls-bottom,
	.media-video .media-controls-bottom {
		margin: auto 0 0
	}
}

.media-image .fullscreen-btn,
.media-video .fullscreen-btn {
	background: #fff;
	border-radius: 50%;
	box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
	-webkit-box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
	-moz-box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
	display: grid;
	flex: 0 0 auto;
	height: 55px;
	margin: 0 auto;
	place-content: center;
	pointer-events: auto;
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 55px
}

@media only screen and (min-width:1380px) {
	.media-image .fullscreen-btn:hover,
	.media-video .fullscreen-btn:hover {
		background: #fff729;
		-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

@media only screen and (max-width:1023px) {
	.media-image .fullscreen-btn,
	.media-video .fullscreen-btn {
		height: 45px;
		width: 45px
	}
}

@media only screen and (max-width:549px) {
	.media-image .fullscreen-btn,
	.media-video .fullscreen-btn {
		height: 35px;
		width: 35px
	}
}

.media-image .fullscreen-btn svg,
.media-video .fullscreen-btn svg {
	height: auto;
	width: 40px
}

@media only screen and (max-width:549px) {
	.media-image .fullscreen-btn svg,
	.media-video .fullscreen-btn svg {
		width: 15px
	}
}

.media-image .fullscreen-btn .on,
.media-video .fullscreen-btn .on {
	display: none
}

.media-image .fullscreen-btn .st0,
.media-image .fullscreen-btn .st1,
.media-video .fullscreen-btn .st0,
.media-video .fullscreen-btn .st1 {
	fill: none;
	stroke: #000;
	stroke-miterlimit: 10;
	-webkit-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.media-image .fullscreen-btn ._1,
.media-image .fullscreen-btn ._2,
.media-image .fullscreen-btn ._3,
.media-image .fullscreen-btn ._4,
.media-video .fullscreen-btn ._1,
.media-video .fullscreen-btn ._2,
.media-video .fullscreen-btn ._3,
.media-video .fullscreen-btn ._4 {
	transform: translateZ(0);
	-webkit-transition: -webkit- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (min-width:1380px) {
	.media-image .fullscreen-btn:hover ._1,
	.media-video .fullscreen-btn:hover ._1 {
		transform: translate3d(-7px, -7px, 0)
	}
	.media-image .fullscreen-btn:hover ._1,
	.media-image .fullscreen-btn:hover ._2,
	.media-video .fullscreen-btn:hover ._1,
	.media-video .fullscreen-btn:hover ._2 {
		-webkit-transition: -webkit- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: -moz- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: -ms- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: -o- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s
	}
	.media-image .fullscreen-btn:hover ._2,
	.media-video .fullscreen-btn:hover ._2 {
		transform: translate3d(7px, -7px, 0)
	}
	.media-image .fullscreen-btn:hover ._3,
	.media-video .fullscreen-btn:hover ._3 {
		transform: translate3d(-7px, 7px, 0)
	}
	.media-image .fullscreen-btn:hover ._3,
	.media-image .fullscreen-btn:hover ._4,
	.media-video .fullscreen-btn:hover ._3,
	.media-video .fullscreen-btn:hover ._4 {
		-webkit-transition: -webkit- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: -moz- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: -ms- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: -o- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s
	}
	.media-image .fullscreen-btn:hover ._4,
	.media-video .fullscreen-btn:hover ._4 {
		transform: translate3d(7px, 7px, 0)
	}
}

.media-image .fullscreen-btn.isfullscreen ._1,
.media-video .fullscreen-btn.isfullscreen ._1 {
	transform: translate3d(-20px, -20px, 0) rotate(180deg);
	transform-origin: 50% 50%
}

.media-image .fullscreen-btn.isfullscreen ._2,
.media-video .fullscreen-btn.isfullscreen ._2 {
	transform: translate3d(20px, -20px, 0) rotate(180deg);
	transform-origin: 50% 50%
}

.media-image .fullscreen-btn.isfullscreen ._3,
.media-video .fullscreen-btn.isfullscreen ._3 {
	transform: translate3d(-20px, 20px, 0) rotate(180deg);
	transform-origin: 50% 50%
}

.media-image .fullscreen-btn.isfullscreen ._4,
.media-video .fullscreen-btn.isfullscreen ._4 {
	transform: translate3d(20px, 20px, 0) rotate(180deg);
	transform-origin: 50% 50%
}

@media only screen and (min-width:1380px) {
	.media-image .fullscreen-btn.isfullscreen:hover ._1,
	.media-video .fullscreen-btn.isfullscreen:hover ._1 {
		transform: translate3d(-16px, -16px, 0) rotate(180deg)
	}
	.media-image .fullscreen-btn.isfullscreen:hover ._2,
	.media-video .fullscreen-btn.isfullscreen:hover ._2 {
		transform: translate3d(16px, -16px, 0) rotate(180deg)
	}
	.media-image .fullscreen-btn.isfullscreen:hover ._3,
	.media-video .fullscreen-btn.isfullscreen:hover ._3 {
		transform: translate3d(-16px, 16px, 0) rotate(180deg)
	}
	.media-image .fullscreen-btn.isfullscreen:hover ._4,
	.media-video .fullscreen-btn.isfullscreen:hover ._4 {
		transform: translate3d(16px, 16px, 0) rotate(180deg)
	}
}

.media-image .button.mute,
.media-video .button.mute {
	background: #fff;
	border-radius: 50%;
	box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
	-webkit-box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
	-moz-box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
	display: grid;
	flex: 0 0 auto;
	height: 55px;
	margin: 15px auto;
	place-content: center;
	pointer-events: auto;
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 55px
}

@media only screen and (min-width:1380px) {
	.media-image .button.mute:hover,
	.media-video .button.mute:hover {
		background: #fff729;
		-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
		transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
	}
}

@media only screen and (max-width:1023px) {
	.media-image .button.mute,
	.media-video .button.mute {
		height: 45px;
		width: 45px
	}
}

@media only screen and (max-width:549px) {
	.media-image .button.mute,
	.media-video .button.mute {
		height: 35px;
		width: 35px
	}
}

.media-image .button.mute .volume-btn,
.media-video .button.mute .volume-btn {
	height: 17px
}

.media-image .button.mute .volume-btn.active span,
.media-video .button.mute .volume-btn.active span {
	animation: playing 0ms linear -1s infinite alternate
}

.media-image .button.mute .volume-btn span,
.media-video .button.mute .volume-btn span {
	animation: stopped 1s linear 0ms infinite;
	background: #000;
	height: 100%;
	transform-origin: 50% 50%;
	width: 1px
}

.media-image .button.mute .volume-btn span:nth-child(5n+1),
.media-video .button.mute .volume-btn span:nth-child(5n+1) {
	animation-duration: 399ms
}

.media-image .button.mute .volume-btn span:nth-child(5n+2),
.media-video .button.mute .volume-btn span:nth-child(5n+2) {
	animation-duration: 435ms
}

.media-image .button.mute .volume-btn span:nth-child(5n+3),
.media-video .button.mute .volume-btn span:nth-child(5n+3) {
	animation-duration: 489ms
}

.media-image .button.mute .volume-btn span:nth-child(5n+4),
.media-video .button.mute .volume-btn span:nth-child(5n+4) {
	animation-duration: 446ms
}

.media-image .button.mute .volume-btn span:nth-child(5n+5),
.media-video .button.mute .volume-btn span:nth-child(5n+5) {
	animation-duration: 412ms
}

@media only screen and (max-width:549px) {
	.media-image .button.mute .volume-btn span:nth-child(5n+5),
	.media-video .button.mute .volume-btn span:nth-child(5n+5) {
		display: none!important
	}
}

@keyframes stopped {
	0% {
		transform: scaleY(.2)
	}
	to {
		transform: scaleY(.2)
	}
}

@keyframes playing {
	0% {
		transform: scaleY(.2)
	}
	to {
		transform: scaleY(1)
	}
}

.media-image.portrait .caption,
.media-video.portrait .caption {
	margin-top: 10px
}

.media-image.portrait .media-controls-top,
.media-video.portrait .media-controls-top {
	right: 15px
}

.media-image.portrait .plyr__controls,
.media-video.portrait .plyr__controls {
	padding: 0 15px
}

.media-image.portrait .plyr__controls .media-controls-bottom,
.media-video.portrait .plyr__controls .media-controls-bottom {
	margin-bottom: 105px
}

.video-blocker {
	height: calc(100% - 140px);
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.single-job-position,
.single-page {
	background: #fff
}

.single-job-position .description,
.single-page .description {
	margin-top: clamp(50px, 2.604vw, 2.604vw)
}

.single-job-position .description strong,
.single-page .description strong {
	color: #7c8080;
	display: block;
	margin: clamp(20px, 1.042vw, 1.042vw) 0 clamp(10px, .521vw, .521vw)
}

.single-job-position .description ul,
.single-page .description ul {
	margin: clamp(20px, 1.042vw, 1.042vw)
}

.single-job-position .description hr,
.single-page .description hr {
	background: #e9e9e9;
	margin: clamp(20px, 1.042vw, 1.042vw) 0 clamp(10px, .521vw, .521vw)
}

.single-job-position .input-file,
.single-page .input-file {
	align-items: center;
	border: 1px solid #7c8080;
	border-radius: clamp(116px, 7.552vw, 7.552vw);
	cursor: pointer;
	display: inline-flex;
	justify-content: space-between;
	margin-top: clamp(40px, 2.083vw, 2.083vw);
	overflow: hidden;
	padding: clamp(10px, .521vw, .521vw) clamp(10px, .521vw, .521vw) clamp(10px, .521vw, .521vw) clamp(25px, 1.302vw, 1.302vw);
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.single-job-position .input-file .file-names-wrap,
.single-page .input-file .file-names-wrap {
	padding: 0 clamp(20px, 1.042vw, 1.042vw)
}

.single-job-position .input-file .file-names-wrap .file-name,
.single-page .input-file .file-names-wrap .file-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.single-job-position .input-file label,
.single-page .input-file label {
	pointer-events: auto;
	position: relative;
	transform: none;
	-webkit-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.single-job-position .input-file .icons-wrap,
.single-page .input-file .icons-wrap {
	height: 100%;
	margin-left: clamp(20px, 1.042vw, 1.042vw);
	position: relative;
	width: clamp(21px, 1.094vw, 1.094vw)
}

.single-job-position .input-file svg,
.single-page .input-file svg {
	bottom: auto;
	height: auto;
	width: 100%
}

.single-job-position .input-file svg circle,
.single-page .input-file svg circle {
	fill: #7c8080
}

.single-job-position .input-file svg circle,
.single-job-position .input-file svg path,
.single-job-position .input-file svg polygon,
.single-page .input-file svg circle,
.single-page .input-file svg path,
.single-page .input-file svg polygon {
	-webkit-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.single-job-position .input-file svg path,
.single-job-position .input-file svg polygon,
.single-page .input-file svg path,
.single-page .input-file svg polygon {
	fill: #fff
}

.single-job-position .input-file input,
.single-page .input-file input {
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%
}

.single-job-position .input-file .description,
.single-page .input-file .description {
	display: none!important
}

.single-job-position .input-file hr,
.single-page .input-file hr {
	display: none
}

.single-job-position .input-file:hover,
.single-page .input-file:hover {
	background: #7c8080;
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.single-job-position .input-file:hover label,
.single-page .input-file:hover label {
	color: #fff;
	-webkit-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.single-job-position .input-file:hover circle,
.single-page .input-file:hover circle {
	fill: #fff
}

.single-job-position .input-file:hover circle,
.single-job-position .input-file:hover path,
.single-job-position .input-file:hover polygon,
.single-page .input-file:hover circle,
.single-page .input-file:hover path,
.single-page .input-file:hover polygon {
	-webkit-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.single-job-position .input-file:hover path,
.single-job-position .input-file:hover polygon,
.single-page .input-file:hover path,
.single-page .input-file:hover polygon {
	fill: #7c8080
}

.single-page .image-wrap,
.single-post .image-wrap {
	background: #fff;
	border-radius: 15px 0 0 15px;
	left: -120px;
	padding: 30px;
	position: absolute;
	top: 50px
}

@media only screen and (max-width:1023px) {
	.single-page .image-wrap,
	.single-post .image-wrap {
		left: auto;
		margin-bottom: 40px;
		padding: 0;
		position: relative;
		top: 0
	}
}

.single-page .image-wrap img,
.single-post .image-wrap img {
	height: auto;
	width: 60px
}

.single-page a,
.single-post a {
	color: #7c8080
}

.single-case-study,
.single-project {
	--padding: clamp(15px, 2.083vw, 2.083vw);
	background: #7c8080
}

.single-case-study section.header,
.single-project section.header {
	padding: clamp(65px, 3.385vw, 3.385vw) var(--padding) 0
}

.single-case-study section.header .title,
.single-project section.header .title {
	margin-bottom: clamp(50px, 2.604vw, 2.604vw)
}

.single-case-study.single-case-study,
.single-project.single-case-study {
	overflow: hidden
}

.single-case-study.single-case-study section.header,
.single-project.single-case-study section.header {
	min-height: clamp(250px, 19.271vw, 19.271vw);
	position: relative
}

.single-case-study.single-case-study section.header .image-wrap,
.single-project.single-case-study section.header .image-wrap {
	background-color: #0d3045;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.single-case-study.single-case-study section.header .image-wrap:before,
.single-project.single-case-study section.header .image-wrap:before {
	background: rgba(14, 52, 75, .5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.single-case-study.single-case-study section.header img,
.single-project.single-case-study section.header img {
	filter: saturate(0);
	height: 100%;
	mix-blend-mode: luminosity;
	object-fit: cover;
	width: 100%
}

.single-case-study section.data-table,
.single-project section.data-table {
	background: #7c8080;
	padding: clamp(35px, 1.823vw, 1.823vw) var(--padding)
}

.single-case-study section.data-table ul,
.single-project section.data-table ul {
	display: grid;
	gap: clamp(10px, .521vw, .521vw)
}

.single-case-study section.data-table ul li,
.single-project section.data-table ul li {
	display: grid;
	grid-template-columns: clamp(70px, 4.688vw, 4.688vw) 1fr
}

.single-case-study section.post-content,
.single-project section.post-content {
	margin-top: clamp(10px, .521vw, .521vw);
	padding: clamp(35px, 1.823vw, 1.823vw) var(--padding)
}

.single-case-study section.post-content strong,
.single-project section.post-content strong {
	display: block;
	margin-bottom: clamp(15px, .781vw, .781vw)
}

.single-case-study section.post-content strong:not(:first-of-type),
.single-project section.post-content strong:not(:first-of-type) {
	margin-top: clamp(15px, .781vw, .781vw)
}

.single-case-study section.post-content strong br,
.single-project section.post-content strong br {
	display: none
}

.single-case-study #CSS2DRenderer,
.single-project #CSS2DRenderer {
	pointer-events: auto
}

.template-terms article {
	background: #e9e9e9
}

.template-terms article .inner-wrap {
	display: grid;
	grid-template-columns: 28% 1fr;
	padding: clamp(140px, 12.5vw, 12.5vw) clamp(15px, 1.042vw, 1.042vw)
}

@media only screen and (max-width:1023px) {
	.template-terms article .inner-wrap {
		display: block
	}
	.template-terms section.menu {
		display: none
	}
}

.template-terms section.menu ul {
	margin-top: clamp(40px, 2.083vw, 2.083vw)
}

.template-terms section.menu ul li {
	margin-bottom: clamp(15px, .781vw, .781vw)
}

.template-terms .the-content p {
	margin: 0 0 clamp(40px, 2.083vw, 2.083vw)
}

.template-terms .the-content h1 {
	display: block;
	margin: clamp(-10px, -.521vw, -.521vw) 0 clamp(25px, 1.302vw, 1.302vw)
}

.template-terms .the-content h2 {
	display: block;
	margin: clamp(40px, 2.083vw, 2.083vw) 0 clamp(25px, 1.302vw, 1.302vw)
}

.template-terms .the-content h2:first-of-type {
	margin-top: 0
}

.template-terms .the-content h3,
.template-terms .the-content h4,
.template-terms .the-content h5,
.template-terms .the-content h6 {
	display: block;
	margin: clamp(40px, 2.083vw, 2.083vw) 0 clamp(25px, 1.302vw, 1.302vw)
}

.template-terms .the-content ul {
	padding-left: clamp(20px, 1.042vw, 1.042vw)
}

.template-terms .the-content ul li {
	margin-bottom: clamp(15px, .781vw, .781vw)
}

.template-terms .the-content ul strong {
	display: inline
}

.archive .pagination .page-numbers,
.error404 .pagination .page-numbers,
.page-template .pagination .page-numbers,
.page-template-default .pagination .page-numbers,
.search .pagination .page-numbers,
.single .pagination .page-numbers {
	color: #7c8080;
	margin-right: 10px
}

.archive .pagination .page-numbers.next,
.archive .pagination .page-numbers.prev,
.error404 .pagination .page-numbers.next,
.error404 .pagination .page-numbers.prev,
.page-template .pagination .page-numbers.next,
.page-template .pagination .page-numbers.prev,
.page-template-default .pagination .page-numbers.next,
.page-template-default .pagination .page-numbers.prev,
.search .pagination .page-numbers.next,
.search .pagination .page-numbers.prev,
.single .pagination .page-numbers.next,
.single .pagination .page-numbers.prev {
	margin-left: 20px;
	margin-right: 30px
}

.archive .pagination span,
.error404 .pagination span,
.page-template .pagination span,
.page-template-default .pagination span,
.search .pagination span,
.single .pagination span {
	margin: 0
}

.archive .pagination span:first-child,
.error404 .pagination span:first-child,
.page-template .pagination span:first-child,
.page-template-default .pagination span:first-child,
.search .pagination span:first-child,
.single .pagination span:first-child {
	margin-left: 0
}

.archive .terms-container,
.error404 .terms-container,
.page-template .terms-container,
.page-template-default .terms-container,
.search .terms-container,
.single .terms-container {
	margin-top: 10vw
}

.archive .terms-container a,
.error404 .terms-container a,
.page-template .terms-container a,
.page-template-default .terms-container a,
.search .terms-container a,
.single .terms-container a {
	line-height: 1
}

.archive .search-container .search-form .screen-reader-text,
.error404 .search-container .search-form .screen-reader-text,
.page-template .search-container .search-form .screen-reader-text,
.page-template-default .search-container .search-form .screen-reader-text,
.search .search-container .search-form .screen-reader-text,
.single .search-container .search-form .screen-reader-text {
	display: none
}

.archive .search-container .search-form .search-field,
.error404 .search-container .search-form .search-field,
.page-template .search-container .search-form .search-field,
.page-template-default .search-container .search-form .search-field,
.search .search-container .search-form .search-field,
.single .search-container .search-form .search-field {
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #7c8080;
	color: #7c8080
}

.archive .search-container .search-form .search-field:-moz-placeholder,
.archive .search-container .search-form .search-field::-moz-placeholder,
.error404 .search-container .search-form .search-field:-moz-placeholder,
.error404 .search-container .search-form .search-field::-moz-placeholder,
.page-template .search-container .search-form .search-field:-moz-placeholder,
.page-template .search-container .search-form .search-field::-moz-placeholder,
.page-template-default .search-container .search-form .search-field:-moz-placeholder,
.page-template-default .search-container .search-form .search-field::-moz-placeholder,
.search .search-container .search-form .search-field:-moz-placeholder,
.search .search-container .search-form .search-field::-moz-placeholder,
.single .search-container .search-form .search-field:-moz-placeholder,
.single .search-container .search-form .search-field::-moz-placeholder {
	color: #7c8080;
	text-align: left
}

.archive .search-container .search-form .search-field:-ms-input-placeholder,
.error404 .search-container .search-form .search-field:-ms-input-placeholder,
.page-template .search-container .search-form .search-field:-ms-input-placeholder,
.page-template-default .search-container .search-form .search-field:-ms-input-placeholder,
.search .search-container .search-form .search-field:-ms-input-placeholder,
.single .search-container .search-form .search-field:-ms-input-placeholder {
	color: #7c8080;
	text-align: left
}

.archive .search-container .search-form .search-field::-webkit-input-placeholder,
.error404 .search-container .search-form .search-field::-webkit-input-placeholder,
.page-template .search-container .search-form .search-field::-webkit-input-placeholder,
.page-template-default .search-container .search-form .search-field::-webkit-input-placeholder,
.search .search-container .search-form .search-field::-webkit-input-placeholder,
.single .search-container .search-form .search-field::-webkit-input-placeholder {
	color: #7c8080;
	text-align: left
}

.archive .search-container .search-form .search-submit,
.error404 .search-container .search-form .search-submit,
.page-template .search-container .search-form .search-submit,
.page-template-default .search-container .search-form .search-submit,
.search .search-container .search-form .search-submit,
.single .search-container .search-form .search-submit {
	display: none
}

.template-careers section.our-philosophy .top-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	min-height: 100svh;
	padding-bottom: clamp(40px, 4.167vw, 80px)
}

.template-careers section.our-philosophy .top-wrap .dune {
	border-radius: 50%;
	display: block;
	height: clamp(140px, 12.604vw, 12.604vw);
	left: 0;
	margin: 15vh 0 100px auto;
	overflow: hidden;
	top: 0;
	width: clamp(140px, 12.604vw, 12.604vw)
}

@media only screen and (max-width:549px) {
	.template-careers section.our-philosophy .top-wrap .dune {
		margin-right: 30px
	}
}

.template-careers section.our-philosophy .top-wrap span {
	max-width: clamp(400px, 81.25vw, 81.25vw)
}

.template-careers section.our-philosophy .bottom-wrap {
	display: grid;
	gap: 30px;
	grid-template-columns: 40% 1fr;
	padding-bottom: clamp(30px, 15.625vw, 300px);
	padding-top: clamp(40px, 5.208vw, 100px)
}

@media only screen and (max-width:1023px) {
	.template-careers section.our-philosophy .bottom-wrap {
		grid-template-columns: 1fr
	}
}

.template-careers section.our-philosophy .bottom-wrap .button {
	display: table;
	padding: 10px 0 5px
}

.template-careers section.our-philosophy .bottom-wrap .description {
	max-width: clamp(400px, 51.563vw, 51.563vw)
}

.template-careers section.our-philosophy .bottom-wrap .description p:first-child {
	margin-top: 0
}

.template-careers section.open-vacancies {
	background: #fff;
	border-radius: clamp(20px, 2.604vw, 50px);
	margin-top: -2.344vw;
	position: relative;
	z-index: 1
}

.template-careers section.open-vacancies .inner-wrap {
	display: grid;
	gap: 8.854vw;
	grid-template-columns: 1.2fr 1fr;
	margin: 0 auto;
	max-width: clamp(1427px, 74.323vw, 74.323vw);
	padding: clamp(80px, 10.417vw, 200px) 20px clamp(80px, 7.813vw, 150px)
}

@media only screen and (max-width:549px) {
	.template-careers section.open-vacancies .inner-wrap {
		grid-template-columns: 1fr;
		padding-top: 60px
	}
}

.template-careers section.open-vacancies ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0
}

.template-careers section.open-vacancies ul li strong {
	padding: 0 0 15px
}

.template-careers section.open-vacancies .cta {
	margin-top: 40px
}

.template-careers section.open-vacancies strong {
	color: #7c8080;
	display: block;
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700
}

@media only screen and (max-width:549px) {
	.template-careers section.open-vacancies strong {
		font-size: 18px
	}
}

@media only screen and (max-width:1023px) {
	.template-careers section.open-vacancies h2 strong {
		font-size: 32px!important;
		line-height: 1.1
	}
}

.template-careers section.job-positions {
	margin-top: -2.344vw
}

.template-careers section.job-positions ul {
	padding-bottom: clamp(70px, 10.156vw, 195px);
	padding-top: clamp(70px, 12.5vw, 195px+ 2.344vw)
}

@media only screen and (max-width:1023px) {
	.template-careers section.job-positions ul {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.template-careers .no-jobs-wrap {
	height: 60vw;
	margin: -45px 0 -80px;
	max-height: clamp(1000px, 52.083vw, 52.083vw);
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0
}

@media only screen and (max-width:1023px) {
	.template-careers .no-jobs-wrap {
		height: 120vw
	}
}

.template-careers .no-jobs-wrap .media-wrap {
	height: 190%;
	left: 0;
	position: absolute;
	top: -50%;
	width: 100%
}

.template-careers .no-jobs-wrap .media-wrap .iframe-wrapper {
	height: 100%!important
}

.template-careers .no-jobs-wrap .media-wrap img,
.template-careers .no-jobs-wrap .media-wrap video {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	z-index: -1
}

.template-careers section.short-term-experts {
	background: #8ca9c4;
	border-radius: clamp(20px, 2.604vw, 50px);
	padding: clamp(110px, 5.729vw, 5.729vw) clamp(20px, 1.042vw, 1.042vw) clamp(150px, 7.813vw, 7.813vw);
	position: relative;
	z-index: 1
}

@media only screen and (max-width:549px) {
	.template-careers section.short-term-experts {
		padding: 80px 20px
	}
}

.template-careers section.short-term-experts>.inner-wrap {
	display: grid;
	gap: 0 clamp(20px, 5.208vw, 5.208vw);
	grid-template-columns: .9fr 1fr;
	margin: auto;
	max-width: clamp(1550px, 80.729vw, 80.729vw);
	width: 100%
}

@media only screen and (max-width:1023px) {
	.template-careers section.short-term-experts>.inner-wrap {
		grid-template-columns: 1fr
	}
}

.template-careers section.short-term-experts>.inner-wrap .js-marquee-container {
	height: clamp(20px, 1.042vw, 1.042vw);
	margin: clamp(10px, .521vw, .521vw) 0 clamp(20px, 1.042vw, 1.042vw);
	overflow: hidden;
	width: 100%
}

.template-careers section.short-term-experts>.inner-wrap .description {
	margin-top: clamp(25px, 1.302vw, 1.302vw);
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:1023px) {
	.template-careers section.short-term-experts>.inner-wrap .form-contact {
		margin-top: 50px
	}
}

.template-careers section.short-term-experts>.inner-wrap .form-contact .inner-wrap {
	display: grid;
	gap: 0 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media only screen and (max-width:1023px) {
	.template-careers section.short-term-experts>.inner-wrap .form-contact .inner-wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.template-careers section.short-term-experts>.inner-wrap .form-contact .inner-wrap .textarea-wrap {
	grid-column: 1/-1
}

@media only screen and (max-width:1023px) {
	.template-careers footer {
		margin-top: -20px
	}
}

.template-contact section.hero {
	display: grid;
	place-content: center
}

@media only screen and (max-width:549px) {
	.template-contact section.hero {
		padding-top: 140px
	}
}

.template-contact section.hero>.inner-wrap {
	display: grid;
	gap: clamp(30px, 1.563vw, 1.563vw);
	grid-template-columns: 32% 1fr;
	margin: auto;
	max-width: clamp(2000px, 104.167vw, 104.167vw)
}

@media only screen and (max-width:1023px) {
	.template-contact section.hero>.inner-wrap {
		gap: 80px;
		grid-template-columns: 1fr
	}
}

.template-contact section.hero>.inner-wrap .white-box-list {
	gap: clamp(20px, 1.563vw, 1.563vw);
	grid-template-columns: 1fr;
	order: 2
}

.template-contact section.hero>.inner-wrap .white-box-list li {
	aspect-ratio: auto;
	padding-bottom: clamp(30px, 1.563vw, 1.563vw)
}

.template-contact section.hero>.inner-wrap .white-box-list li hr {
	margin-bottom: clamp(30px, 1.563vw, 1.563vw)
}

.template-contact section.hero>.inner-wrap .white-box-list li .description {
	max-width: clamp(455px, 23.698vw, 23.698vw)
}

.template-contact section.hero>.inner-wrap .white-box-list li .description a {
	color: #7c8080
}

.template-contact section.hero>.inner-wrap .company {
	margin-top: clamp(25px, 2.865vw, 2.865vw)
}

.template-contact section.hero>.inner-wrap .description p:first-of-type {
	margin-top: clamp(10px, .521vw, .521vw)
}

.template-contact section.hero>.inner-wrap strong {
	font-display: swap;
	font-family: Aeonik, arial;
	font-style: normal;
	font-weight: 700
}

.template-contact section.hero>.inner-wrap .form-wrap {
	display: grid;
	gap: clamp(40px, 3.646vw, 3.646vw);
	grid-template-columns: 45% 1fr;
	order: 2;
	padding: clamp(85px, 3.125vw, 3.125vw) clamp(15px, 3.125vw, 3.125vw)
}

@media only screen and (max-width:1023px) {
	.template-contact section.hero>.inner-wrap .form-wrap {
		grid-template-columns: 1fr;
		order: 1
	}
}

.template-contact section.hero>.inner-wrap .form-wrap .title {
	margin-top: clamp(-20px, -1.042vw, -1.042vw)
}

.template-contact section.hero>.inner-wrap .form-wrap .description {
	max-width: clamp(455px, 23.698vw, 23.698vw)
}

.template-contact section.hero>.inner-wrap .form-wrap .description p:first-child {
	margin-top: 3px
}

@media only screen and (max-width:549px) {
	.template-contact section.hero>.inner-wrap .form-wrap .description p {
		margin-bottom: 1rem;
		margin-top: 1rem
	}
	.template-contact section.hero>.inner-wrap .form-wrap .description br {
		display: none
	}
	.template-contact section.hero>.inner-wrap .form-wrap .description strong {
		display: block;
		margin-bottom: clamp(7px, .365vw, .365vw)
	}
}

.template-contact section.store-locator {
	border-radius: clamp(90px, 4.688vw, 4.688vw);
	padding-bottom: clamp(90px, 4.688vw, 4.688vw);
	padding-top: clamp(90px, 4.688vw, 4.688vw)
}

.template-contact section.store-locator .inner-wrap {
	max-width: clamp(2000px, 104.167vw, 104.167vw)
}

@media only screen and (min-width:1024px) {
	.template-contact section.store-locator .inner-wrap .js-map {
		border-radius: 20px!important
	}
}

.template-contact section.store-locator .js-map {
	height: clamp(430px, 43.75vw, 43.75vw)
}

.template-contact section.store-locator .js-map .gm-style {
	height: 105%!important
}

.template-contact section.store-locator .js-map .gm-style iframe+div {
	border: none!important
}

@media only screen and (min-width:1024px) {
	.template-contact footer {
		margin-top: clamp(-80px, -4.167vw, -4.167vw)
	}
}

.template-frontpage section.intro {
	display: flex;
	flex-direction: column;
	height: 100vh;
	height: 100svh;
	left: 0;
	place-content: center;
	pointer-events: auto;
	position: relative;
	top: 30px;
	width: 100%;
	z-index: 1
}

.template-frontpage section.intro .ring-sectors {
	display: grid;
	height: 100%;
	place-content: center;
	position: absolute;
	width: 100%
}

.template-frontpage section.intro .ring-sectors:after {
	opacity: 0
}

.template-frontpage section.intro .ring-sectors svg {
	aspect-ratio: 1/1;
	height: auto;
	max-height: 75vh;
	width: 75vw
}

.template-frontpage section.intro .ring-sectors svg circle {
	stroke-width: 3;
	display: block;
	-webkit-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media only screen and (max-width:549px) {
	.template-frontpage section.intro .ring-sectors svg circle {
		stroke-width: 5
	}
}

.template-frontpage section.intro .ring-sectors svg circle:hover {
	stroke-width: 4;
	-webkit-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke-width 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.template-frontpage section.intro .moto {
	left: 50%;
	max-width: clamp(400px, 52.083vw, 52.083vw);
	padding: 0 clamp(20px, 1.042vw, 1.042vw);
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	width: 100%
}

.template-frontpage section.intro .steps-wrap {
	display: grid;
	gap: clamp(20px, 15.625vw, 15.625vw);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: 100vh;
	height: 100svh;
	margin: auto;
	max-width: clamp(2200px, 114.583vw, 114.583vw);
	padding: clamp(300px, 17.708vw, 17.708vw) 0;
	width: 90vw
}

@media only screen and (min-width:1680px) {
	.template-frontpage section.intro .steps-wrap {
		padding: clamp(200px, 10.417vw, 10.417vw) 0
	}
}

@media only screen and (max-width:2200px) {
	.template-frontpage section.intro .steps-wrap {
		padding: clamp(200px, 10.417vw, 10.417vw) 0
	}
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.intro .steps-wrap {
		gap: 0;
		grid-template-columns: repeat(2, minmax(0, auto));
		padding: 100px 20px 90px;
		width: 100%
	}
}

.template-frontpage section.intro .steps-wrap .assignments {
	margin-bottom: auto;
	margin-right: auto
}

.template-frontpage section.intro .steps-wrap .assignments .type {
	display: inline-block;
	margin-right: .521vw;
	min-width: 11.927vw;
	text-align: right
}

.template-frontpage section.intro .steps-wrap .sectors {
	line-height: 1.1!important;
	margin-left: auto;
	margin-top: auto
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.intro .steps-wrap .sectors {
		display: flex;
		flex-direction: column;
		grid-column: 2/-1
	}
}

.template-frontpage section.intro .steps-wrap .sectors .title {
	min-width: 6.25vw;
	text-align: left
}

.template-frontpage section.intro .steps-wrap .sectors .description {
	line-height: 1.1!important;
	margin-bottom: clamp(0px, -.781vw, -.781vw);
	margin-left: clamp(10px, 1.042vw, 1.042vw);
	max-width: 10.417vw
}

.template-frontpage section.intro .steps-wrap .sectors .description>div {
	line-height: 1.1!important
}

.template-frontpage section.intro .steps-wrap .sectors .description>div:last-of-type {
	margin-bottom: -.417vw
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.intro .steps-wrap .sectors .description {
		max-width: min-content;
		width: -webkit-min-content
	}
}

.template-frontpage section.intro .steps-wrap .countries {
	margin: auto
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.intro .steps-wrap .countries {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

.template-frontpage section.intro .steps-wrap .countries .type {
	display: inline-block;
	margin-right: .521vw;
	min-width: 11.927vw;
	text-align: right
}

.template-frontpage section.intro .steps-wrap .projects {
	display: flex;
	flex-direction: column;
	left: 50%;
	min-width: clamp(300px, 15.625vw, 15.625vw);
	position: absolute;
	position: fixed;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.template-frontpage section.intro .steps-wrap .projects .title {
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	max-width: clamp(250px, 25.521vw, 25.521vw)
}

.template-frontpage section.intro .steps-wrap .projects .title * {
	perspective: 440px;
	will-change: transform
}

.template-frontpage section.intro .steps-wrap .projects .cta {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: clamp(47px, 2.448vw, 2.448vw);
	box-sizing: border-box;
	margin: clamp(35px, 1.823vw, 1.823vw) auto 0;
	padding: clamp(13px, .677vw, .677vw) clamp(22px, 1.146vw, 1.146vw)
}

.template-frontpage section.intro .keep-scrolling {
	bottom: clamp(15px, 2.344vw, 2.344vw);
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.template-frontpage section.commitment {
	padding-bottom: clamp(220px, 11.458vw, 11.458vw);
	padding-top: clamp(220px, 11.458vw, 11.458vw);
	position: relative;
	z-index: 0
}

@media only screen and (max-width:549px) {
	.template-frontpage section.commitment {
		padding-bottom: 90px;
		padding-top: 90px
	}
}

.template-frontpage section.commitment .header {
	display: grid;
	gap: clamp(20px, 1.042vw, 1.042vw) clamp(160px, 8.333vw, 8.333vw);
	grid-template-columns: 35% 1fr
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.commitment .header {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.template-frontpage section.commitment .header .title {
	margin-bottom: clamp(100px, 5.208vw, 5.208vw)
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.commitment .header .title {
		margin-bottom: 0
	}
}

.template-frontpage section.commitment .header .description {
	margin-top: auto;
	max-width: clamp(435px, 22.656vw, 22.656vw)
}

.template-frontpage section.commitment ul {
	display: grid;
	gap: clamp(20px, 1.042vw, 1.042vw) clamp(40px, 2.083vw, 2.083vw);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 120px
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.commitment ul {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.template-frontpage section.commitment ul li {
	align-items: center;
	display: grid;
	gap: clamp(10px, 1.302vw, 1.302vw) 0;
	grid-template-columns: 1fr auto;
	padding: clamp(20px, 1.042vw, 1.042vw) clamp(25px, 1.302vw, 1.302vw)
}

.template-frontpage section.commitment ul li:not(.cta-wrap):before {
	backdrop-filter: blur(4px);
	background: #bcb7c5;
	border-radius: clamp(20px, 1.042vw, 1.042vw);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.template-frontpage section.commitment ul li img,
.template-frontpage section.commitment ul li svg {
	height: clamp(44px, 2.552vw, 2.552vw)
}

.template-frontpage section.commitment ul li .description {
	grid-column: 1/-1
}

.template-frontpage section.commitment ul li .js-fill-button {
	border-color: #fff
}

.template-frontpage section.commitment ul li .js-fill-button .fill-anim {
	background: #fff
}

.template-frontpage section.commitment ul li .js-fill-button:hover span {
	color: #7c8080
}

.template-frontpage .services-clients-wrap {
	background: #e9e9e9;
	border-radius: clamp(20px, 2.604vw, 2.604vw);
	padding-bottom: clamp(220px, 11.458vw, 11.458vw);
	padding-top: clamp(220px, 11.458vw, 11.458vw)
}

@media only screen and (max-width:549px) {
	.template-frontpage .services-clients-wrap {
		border-radius: 20px;
		padding-bottom: 90px;
		padding-top: 90px
	}
}

.template-frontpage .services-clients-wrap2 {
    background: #e9e9e9;
    border-radius: clamp(20px, 2.604vw, 2.604vw);
    padding-bottom: clamp(120px, 12vw, 200px); /* Aumenta el valor mínimo y máximo para más espacio */
    padding-top: clamp(0px, 1vw, 40px); /* Mantén el espacio superior mínimo */
}




@media only screen and (max-width:549px) {
	.template-frontpage .services-clients-wrap2 {
		border-radius: 20px;
		padding-bottom: 90px;
		padding-top: 20px
	}
}

.template-frontpage section.services .title {
	margin-top: clamp(30px, 1.563vw, 1.563vw);
	max-width: clamp(1130px, 58.854vw, 58.854vw)
}

.template-frontpage section.services ul {
	align-items: stretch;
	display: grid;
	gap: clamp(30px, 1.563vw, 1.563vw);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(60px, 5.729vw, 5.729vw)
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.services ul {
		gap: 20px;
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.template-frontpage section.services ul li {
	background: #8ca9c4;
	border-radius: clamp(20px, 1.042vw, 1.042vw);
	padding: clamp(40px, 3.333vw, 3.333vw) clamp(25px, 2.865vw, 2.865vw);
	width: 100%
}

@media only screen and (min-width:1680px) {
	.template-frontpage section.services ul li {
		aspect-ratio: 550/492
	}
}

@media only screen and (max-width:1023px) {
	.template-frontpage section.services ul li {
		padding-bottom: 20px
	}
}

.template-frontpage section.services ul li img,
.template-frontpage section.services ul li svg {
	height: auto;
	width: clamp(63px, 4.688vw, 4.688vw)
}

.template-frontpage section.services ul li .title {
	margin: clamp(28px, 3.125vw, 3.125vw) 0 clamp(15px, 2.083vw, 2.083vw)
}

.template-frontpage section.clients {
	padding: clamp(60px, 10.417vw, 10.417vw) 0 0;
	width: 100%
}

.template-frontpage section.clients .title {
	margin-bottom: clamp(40px, 2.865vw, 2.865vw)
}

.template-frontpage section.clients .js-marquee-container {
	height: clamp(65px, 6.771vw, 6.771vw);
	margin-top: clamp(30px, 1.563vw, 1.563vw);
	position: relative
}

.template-frontpage section.clients .js-marquee-container .image-wrap {
	background: #e9e9e9;
	border: 1px solid #fff;
	border-radius: clamp(15px, .781vw, .781vw);
	display: grid;
	height: clamp(78px, 6.771vw, 6.771vw);
	margin: 0 clamp(7.5px, 1.563vw, 1.563vw);
	overflow: hidden;
	place-content: center;
	width: clamp(160px, 13.542vw, 13.542vw)
}

/*.template-frontpage section.clients .js-marquee-container .image-wrap img {
	filter: grayscale(1);
	height: 10%;
	mix-blend-mode: multiply;
	object-fit: contain;
	width: auto
}supercomentado*/
.template-frontpage section.clients .js-marquee-container .image-wrap img {
    width: 100px; /* Asegúrate de que las imágenes tengan un tamaño consistente */
    height: auto; /* Mantiene la proporción de las imágenes */
    object-fit: contain; /* Evita la distorsión de la imagen */
}

@media only screen and (max-width:549px) {
	.template-frontpage section.clients .js-marquee-container .image-wrap img {
		max-width: 100px
	}
}

.template-projects #CSS2DRenderer {
	pointer-events: auto
}

.template-projects article {
	min-height: 100vh
}

.template-projects section.hero {
	display: grid;
	height: 100vh;
	place-content: center;
	position: absolute;
	width: 100%
}

.template-projects section.hero>.title {
	margin: clamp(10px, .521vw, .521vw) auto;
	max-width: clamp(400px, 49.219vw, 49.219vw)
}

@media only screen and (max-width:1023px) {
	.template-projects section.hero>.title {
		padding: 0 20px
	}
}

.template-projects section.hero .keep-scrolling {
	margin-top: clamp(50px, 2.604vw, 2.604vw);
	position: relative
}

.template-projects section.dropdowns {
	display: flex;
	flex-direction: column;
	height: 100vh;
	height: 100svh;
	margin: auto;
	padding: clamp(15px, 2.083vw, 2.083vw) clamp(25px, 2.083vw, 2.083vw);
	position: absolute;
	width: 100%
}

.template-projects section.dropdowns>.dropdowns-wrap {
	height: 70vh;
	justify-content: space-between;
	margin: auto;
	max-width: clamp(1700px, 88.542vw, 88.542vw);
	width: 100%
}

@media only screen and (max-width:1023px) {
	.template-projects section.dropdowns>.dropdowns-wrap {
		display: flex!important;
		height: 100vh;
		height: 100svh;
		justify-content: flex-start;
		margin-top: 100px
	}
}

.template-projects section.dropdowns>.dropdowns-wrap .dropdowns-inner-wrap {
	width: clamp(230px, 13.281vw, 13.281vw)
}

.template-projects section.dropdowns>.dropdowns-wrap .inner-wrap hr {
	background: #8ca9c4
}

.template-projects section.dropdowns>.dropdowns-wrap .label {
	margin: clamp(20px, .781vw, .781vw) 0
}

.template-projects section.dropdowns>.dropdowns-wrap .label sup {
	font-size: 1.1rem;
	top: -.8rem
}

.template-projects section.dropdowns .sector-info-btn {
	margin-left: auto;
	opacity: 0;
	visibility: hidden
}

@media only screen and (max-width:1023px) {
	.template-projects section.dropdowns .sector-info-btn {
		margin-top: 40px
	}
}

.template-projects section.dropdowns .statetment {
	display: block;
	margin-top: clamp(40px, 2.083vw, 2.083vw)
}

.template-projects #markerLabel {
	pointer-events: auto;
	visibility: hidden
}

.template-projects #markerLabel .inner-wrap {
	background-color: #7c8080;
	border-radius: 17px;
	color: #fff;
	font-size: 16px;
	height: 35px;
	left: -18px;
	padding: 10px 10px 10px 45px;
	position: absolute;
	top: -18px;
	width: 100%;
	width: auto
}

.template-projects #markerLabel .inner-wrap #idNum {
	left: -5px;
	position: absolute;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.template-projects #markerLabel .inner-wrap:before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 22px;
	left: 8px;
	position: absolute;
	top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px
}

.template-projects footer {
	display: none
}

.template-what-we-do section.hero-wrap {
	display: flex;
	flex-direction: column;
	height: 100vh;
	height: 100svh;
	justify-content: flex-end;
	padding-bottom: clamp(40px, 4.167vw, 4.167vw);
	z-index: -1
}

.template-what-we-do section.hero-wrap .media-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform
}

.template-what-we-do section.hero-wrap .media-wrap img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.template-what-we-do section.hero-wrap .media-wrap .plyr {
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.template-what-we-do section.hero-wrap .media-wrap .plyr__video-wrapper {
	height: 100vh;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.template-what-we-do section.hero-wrap .title {
	max-width: clamp(400px, 53.385vw, 53.385vw);
	will-change: transform
}

.template-what-we-do section.services .top-wrap span {
	max-width: clamp(400px, 59.219vw, 59.219vw)
}

.template-what-we-do section.services .bottom-wrap {
	margin-top: clamp(30px, 5vw, 5vw);

}

@media only screen and (max-width:1023px) {
	.template-what-we-do section.services .bottom-wrap ul.white-box-list {
		gap: 20px
	}
}

.template-what-we-do section.sectors {
    background: #afa7bd;
    padding-top: clamp(10px, 2vw, 2vw); /* Espacio superior */
    padding-bottom: clamp(40px, 4vw, 4vw); /* Espacio inferior reducido */
    padding-left: clamp(40px, 5vw, 5vw); /* Añadir más espacio a la izquierda */
    padding-right: clamp(40px, 5vw, 5vw); /* Añadir más espacio a la derecha */
}
.template-what-we-do section.sectors2 {
    background: #968ca5;
    padding-top: clamp(80px, 8vw, 8vw); /* Espacio superior */
    padding-bottom: clamp(80px, 8vw, 8vw); /* Espacio inferior reducido */
    padding-left: clamp(40px, 5vw, 5vw); /* Espacio a la izquierda */
    padding-right: clamp(40px, 5vw, 5vw); /* Espacio a la derecha */
}





.template-what-we-do section.sectors > .inner-wrap {
    display: grid;
    gap: clamp(10px, 3vw, 3vw); /* Espacio entre columnas y filas reducido */
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en cada fila */
    max-width: 100%; /* Asegurar que ocupe el 100% del ancho del contenedor */
    min-height: auto; /* Ajuste automático de la altura */
    justify-items: center; /* Centra las columnas dentro del contenedor */
}

/* Ajustar márgenes internos de las columnas */
.template-what-we-do section.sectors > .inner-wrap > div {
    margin-bottom: 0; /* Eliminar el margen inferior de las columnas */
}



/* Ajustes para pantallas móviles */
@media only screen and (max-width: 1023px) {
	.template-what-we-do section.sectors > .inner-wrap {
		grid-template-columns: 1fr; /* Una sola columna en dispositivos móviles */
		gap: 50px;
	}
}

.template-what-we-do section.sectors > .inner-wrap .ring-wrap {
	border-left: 2px solid #1f526e;
	border-right: 2px solid #1f526e;
	padding: 0 clamp(20px, 6.948vw, 6.948vw);
}

@media only screen and (max-width: 1023px) {
	.template-what-we-do section.sectors > .inner-wrap .ring-wrap {
		border: 2px solid #1f526e;
		border-left: none;
		border-right: none;
		padding: 70px 25px 130px;
	}
}

.template-what-we-do section.sectors > .inner-wrap .ring-sectors {
	margin: clamp(80px, 4.167vw, 4.167vw) auto 0;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.template-what-we-do section.sectors > .inner-wrap .ring-sectors {
		max-width: 400px;
	}
}

.template-what-we-do section.sectors > .inner-wrap .ring-sectors:after {
	background: #7c8080;
}

.template-what-we-do section.sectors > .inner-wrap .ring-sectors svg circle {
	stroke-width: 30;
}

.template-what-we-do section.sectors > .inner-wrap .ring-sectors svg circle.active {
	stroke-width: 35;
}

@media only screen and (max-width: 1023px) {
	.template-what-we-do section.sectors > .inner-wrap .ring-sectors svg circle {
		stroke-width: 18;
	}
	.template-what-we-do section.sectors > .inner-wrap .ring-sectors svg circle.active {
		stroke-width: 24;
	}
}

.template-what-we-do section.sectors > .inner-wrap .ring-sectors .sector-ring-content-wrap .name {
	margin-top: clamp(10px, 1.042vw, 1.042vw);
	max-width: clamp(200px, 11.979vw, 11.979vw);
	text-align: left; /* Alinea el texto a la izquierda */
}

.template-what-we-do section.sectors > .inner-wrap ul.selections-data {
	margin: clamp(50px, 2.604vw, 2.604vw) 0 0;
}

.template-what-we-do section.sectors > .inner-wrap ul.selections-data li {
	margin-bottom: clamp(30px, 1.563vw, 1.563vw);
}

.template-what-we-do section.sectors > .inner-wrap ul.selections-data li .image-wrap {
	display: grid;
	flex: 0 0 auto;
	margin-right: clamp(25px, 1.302vw, 1.302vw);
	place-content: center;
	width: clamp(44px, 2.292vw, 2.292vw);
}

.template-what-we-do section.sectors > .inner-wrap ul.selections-data li img {
	height: clamp(32px, 2.292vw, 2.292vw);
	margin: auto;
	width: auto;
}

.template-what-we-do section.sectors > .inner-wrap ul.selections-data li sup {
	margin-left: clamp(5px, .26vw, .26vw);
}

@media only screen and (max-width: 1023px) {
	.template-what-we-do section.sectors > .inner-wrap ul.selections-data li sup {
		font-size: .8rem;
		top: -.8rem;
	}
}


.template-what-we-do section.sectors>.inner-wrap ul.countries-data {
	margin: clamp(50px, 2.604vw, 2.604vw) 0 0
}

.template-what-we-do section.sectors>.inner-wrap ul.countries-data li {
	margin-bottom: clamp(20px, .521vw, .521vw)
}

.template-what-we-do section.sectors>.inner-wrap ul.countries-data li .bar {
	height: clamp(31px, 1.615vw, 1.615vw);
	margin-bottom: clamp(10px, .521vw, .521vw);
	width: 100%
}

@media only screen and (max-width:1023px) {
	.template-what-we-do section.sectors>.inner-wrap ul.countries-data li sup {
		font-size: .8rem;
		top: -.8rem
	}
}

.template-what-we-do section.sectors .statetment {
	display: block;
	margin-top: clamp(40px, 2.083vw, 2.083vw)
}

.template-what-we-do section.approach {
	align-items: center;
	display: grid;
	gap: clamp(70px, 8.854vw, 8.854vw);
	grid-template-columns: 60% 1fr
}

@media only screen and (max-width:1023px) {
	.template-what-we-do section.approach {
		grid-template-columns: 1fr
	}
}

.template-what-we-do section.approach .left-wrap ul {
	display: grid;
	gap: clamp(20px, 1.563vw, 1.563vw);
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media only screen and (max-width:1023px) {
	.template-what-we-do section.approach .left-wrap ul {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.template-what-we-do section.approach .left-wrap ul li {
	height: clamp(222px, 19.271vw, 19.271vw);
	padding: clamp(30px, 1.823vw, 1.823vw)
}

.template-what-we-do section.approach .left-wrap ul li img {
	height: clamp(70px, 5.208vw, 5.208vw);
	width: auto
}

.template-what-we-do .single-page p {
	margin: 0
}

.template-who-we-are article {
	pointer-events: auto
}

.template-who-we-are section.about .top-wrap {
	display: flex;
	flex-direction: column;
	height: 100vh;
	height: 100svh;
	justify-content: flex-end;
	padding-bottom: clamp(40px, 4.167vw, 4.167vw)
}

.template-who-we-are section.about .top-wrap span {
	max-width: clamp(400px, 81.25vw, 81.25vw)
}

.template-who-we-are section.about .bottom-wrap {
	background: #afa7bd;
	border-radius: clamp(20px, 2.604vw, 2.604vw) clamp(20px, 2.604vw, 2.604vw) 0 0;
	display: grid;
	grid-template-columns: 40% 1fr;
	padding-bottom: clamp(80px, 15.625vw, 15.625vw);
	padding-top: clamp(40px, 5.208vw, 5.208vw)
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.about .bottom-wrap {
		grid-template-columns: 1fr
	}
}

.template-who-we-are section.about .bottom-wrap .menu-wrap {
	padding-bottom: clamp(50px, 2.604vw, 2.604vw)
}

.template-who-we-are section.about .bottom-wrap .button {
	display: table;
	padding: clamp(10px, .521vw, .521vw) 0 clamp(5px, .26vw, .26vw)
}

.template-who-we-are section.about .bottom-wrap .description {
	max-width: clamp(400px, 51.563vw, 51.563vw)
}

.template-who-we-are section.about .bottom-wrap .description p:first-child {
	margin-top: 0
}

.template-who-we-are section.experience {
	background: #e9e9e9;
	border-radius: clamp(20px, 2.604vw, 2.604vw);
	margin-top: clamp(-100px, -2.344vw, -2.344vw)
}

.template-who-we-are section.about .top-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100svh;
    justify-content: center; /* Centra el texto verticalmente */
    padding-bottom: 0; /* Sin espacio adicional */
}

.template-who-we-are section.about .top-wrap span {
    max-width: clamp(400px, 81.25vw, 81.25vw);
    margin: 0; /* Asegura que no haya margen */
}
.template-who-we-are section.experience .bottom-wrap {
	display: grid;
	grid-template-columns: 40% 1fr;
	padding-bottom: clamp(80px, 15.625vw, 15.625vw);
	padding-top: clamp(40px, 5.208vw, 5.208vw)
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.experience .bottom-wrap {
		grid-template-columns: 1fr;
		padding-top: 0
	}
}

.template-who-we-are section.experience .bottom-wrap .left-wrap {
	grid-column: 2/-1
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.experience .bottom-wrap .left-wrap {
		grid-column: 1/-1
	}
}

.template-who-we-are section.experience .bottom-wrap .left-wrap .description {
	max-width: clamp(400px, 51.563vw, 51.563vw)
}

.template-who-we-are section.experience .bottom-wrap .left-wrap .cta {
	margin-top: clamp(0px, 2.083vw, 2.083vw)
}

.template-who-we-are section.mission .hero-wrap {
	display: flex;
	flex-direction: column;
	height: 100svh;
	height: 100vh;
	justify-content: flex-end;
	margin-bottom: clamp(-150px, -5vw, -5vw);
	margin-top: clamp(-100px, -2.344vw, -2.344vw);
	max-height: clamp(400px, 58.854vw, 58.854vw);
	padding-bottom: clamp(100px, 7.813vw, 7.813vw);
	z-index: -1
}

.template-who-we-are section.mission .hero-wrap .media-wrap {
	height: 190%;
	left: 0;
	position: absolute;
	top: -50%;
	width: 100%
}

.template-who-we-are section.mission .hero-wrap .media-wrap img,
.template-who-we-are section.mission .hero-wrap .media-wrap video {
	height: 100%;
	object-fit: cover;
	z-index: -1
}

.template-who-we-are section.mission .hero-wrap .title {
	max-width: clamp(400px, 53.385vw, 53.385vw)
}

.template-who-we-are section.mission .top-wrap {
	background: #fff;
	border-radius: clamp(20px, 2.604vw, 2.604vw) clamp(20px, 2.604vw, 2.604vw) 0 0;
	padding-top: clamp(80px, 8.854vw, 8.854vw)
}

.template-who-we-are section.mission .top-wrap>.title {
	max-width: clamp(400px, 66.823vw, 66.823vw)
}

.template-who-we-are section.mission .top-wrap .bottom-wrap {
	display: grid;
	gap: clamp(20px, 1.042vw, 1.042vw) clamp(170px, 8.854vw, 8.854vw);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	padding: clamp(20px, 7.292vw, 7.292vw)
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.mission .top-wrap .bottom-wrap {
		gap: clamp(60px, 3.125vw, 3.125vw) 0;
		grid-template-columns: 1fr;
		padding: clamp(30px, 1.563vw, 1.563vw) 0 clamp(50px, 2.604vw, 2.604vw)
	}
}

.template-who-we-are section.mission .top-wrap .bottom-wrap p {
	margin: 0
}

.template-who-we-are section.mission .top-wrap .bottom-wrap .description {
	max-width: clamp(400px, 28.698vw, 28.698vw)
}

.template-who-we-are section.mission .top-wrap .bottom-wrap .description-large strong {
	display: block;
	max-width: clamp(400px, 29.167vw, 29.167vw)
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.mission .top-wrap .bottom-wrap .description-large strong {
		font-size: 18px
	}
}

.template-who-we-are section.mission .top-wrap .bottom-wrap .description-large ul {
	margin: clamp(20px, 1.042vw, 1.042vw) 0 0 clamp(25px, 1.302vw, 1.302vw);
	max-width: clamp(400px, 36.25vw, 36.25vw)
}

.template-who-we-are section.mission .top-wrap .bottom-wrap .description-large ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: clamp(15px, .781vw, .781vw) 0
}

.template-who-we-are section.mission .top-wrap .bottom-wrap .cta {
	margin-top: clamp(40px, 3.125vw, 3.125vw)
}

.template-who-we-are section.value {
	background: #8ca9c4;
	border-radius: clamp(20px, 2.604vw, 2.604vw);
	margin-top: clamp(-100px, -2.344vw, -2.344vw)
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.value {
		margin-top: -25px
	}
}

.template-who-we-are section.value .top-wrap {
	display: grid;
	gap: clamp(20px, 1.042vw, 1.042vw) clamp(170px, 8.854vw, 8.854vw);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	padding: clamp(40px, 9.896vw, 9.896vw) clamp(20px, 7.292vw, 7.292vw)
}

@media only screen and (max-width:1023px) {
	.template-who-we-are section.value .top-wrap {
		grid-template-columns: 1fr;
		padding: clamp(70px, 3.646vw, 3.646vw) 0 clamp(100px, 5.208vw, 5.208vw)
	}
}

.template-who-we-are section.value .top-wrap>.title {
	max-width: clamp(180px, 9.375vw, 9.375vw)
}

.template-who-we-are section.value .top-wrap .list-wrap {
	max-width: clamp(700px, 36.458vw, 36.458vw);
	width: 100%
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown {
	border-bottom: 1px solid #7c8080
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .button {
	padding: clamp(15px, .781vw, .781vw) 0
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .button.open .cross:after {
	transform: rotate(90deg);
	transform-origin: center;
	-webkit-transition: -webkit- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .button .title {
	margin-left: clamp(15px, .781vw, .781vw)
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .button .cross {
	height: clamp(26px, 1.354vw, 1.354vw);
	margin-left: auto;
	position: relative;
	width: clamp(26px, 1.354vw, 1.354vw)
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .button .cross:before {
	background: #7c8080;
	content: "";
	display: block;
	height: clamp(1px, .052vw, .052vw);
	left: 0;
	position: absolute;
	top: clamp(13px, .677vw, .677vw);
	width: 100%
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .button .cross:after {
	background: #7c8080;
	content: "";
	display: block;
	height: 100%;
	left: clamp(13px, .677vw, .677vw);
	position: absolute;
	top: 0;
	-webkit-transition: -webkit- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1) 0s;
	width: clamp(1px, .052vw, .052vw)
}

.template-who-we-are section.value .top-wrap .list-wrap .js-dropdown .description {
	padding: 0 0 clamp(25px, 1.302vw, 1.302vw) clamp(25px, 1.302vw, 1.302vw)
}

.error404 .alert {
	font-size: 40px;
	margin: 240px auto;
	text-align: center
}

.archive .content {
	background: #afa7bd;
	min-height: 100vh;
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.archive header .bottom-wrap {
	display: none
}

.archive section.posts-list {
	column-gap: 1px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 150px;
	row-gap: 240px
}

@media only screen and (max-width:2200px) {
	.archive section.posts-list {
		padding: 0 80px
	}
}

@media only screen and (max-width:1379px) {
	.archive section.posts-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 110px;
		padding: 0 40px;
		row-gap: 60px
	}
}

@media only screen and (max-width:1023px) {
	.archive section.posts-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 40px
	}
}

@media only screen and (max-width:549px) {
	.archive section.posts-list {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

.tax-country {
	--padding: clamp(15px, 2.083vw, 2.083vw);
	background: #7c8080
}

@media only screen and (max-width:549px) {
	.tax-country {
		background: none
	}
}

.tax-country section.header {
	padding: 0 var(--padding)
}

@media only screen and (max-width:549px) {
	.tax-country section.header {
		padding-top: 360px
	}
}

.tax-country section.header .title {
	margin-top: clamp(10px, .521vw, .521vw)
}

.tax-country section.data-table {
	background: #7c8080;
	display: grid;
	gap: clamp(30px, 1.563vw, 1.563vw) clamp(50px, 2.604vw, 2.604vw);
	grid-template-columns: 35% 1fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	margin-top: clamp(30px, 2.604vw, 2.604vw);
	padding: clamp(35px, 1.823vw, 1.823vw) var(--padding)
}

@media only screen and (max-width:1023px) {
	.tax-country section.data-table {
		display: block;
		padding: clamp(35px, 1.823vw, 1.823vw) var(--padding) clamp(20px, 1.042vw, 1.042vw)
	}
}

.tax-country section.data-table ul.posts-count {
	gap: clamp(20px, 1.042vw, 1.042vw)
}

.tax-country section.data-table ul.posts-count li {
	border-bottom: 1px solid #1f526e;
	margin-bottom: clamp(10px, .521vw, .521vw);
	padding-bottom: clamp(10px, .521vw, .521vw);
	width: 100%
}

.tax-country section.data-table ul.selections-count {
	gap: clamp(20px, 1.042vw, 1.042vw)
}

.tax-country section.data-table ul.selections-count li {
	margin-bottom: clamp(8px, .417vw, .417vw)
}

.tax-country section.data-table ul.selections-count li .bullet {
	border-radius: 50%;
	height: 13px;
	width: 13px
}

.tax-country section.data-table .ring-container {
	grid-column: 2/-1;
	grid-row: 1/-1
}

@media only screen and (max-width:1023px) {
	.tax-country section.data-table .ring-container {
		grid-column: initial;
		grid-row: initial;
		margin: 50px auto 60px
	}
}

.tax-country section.data-table .ring-container .ring-sectors {
	margin: auto;
	width: clamp(270px, 14.063vw, 14.063vw)
}

.tax-country section.data-table .ring-container .ring-sectors svg {
	max-height: clamp(255px, 13.281vw, 13.281vw)
}

.tax-country section.data-table .ring-container .ring-sectors svg circle {
	stroke-width: 20
}

.tax-country section.data-table .ring-container .ring-sectors svg circle.active {
	stroke-width: 30
}

.tax-country section.list {
	background: #7c8080;
	padding: clamp(50px, 2.604vw, 2.604vw) var(--padding) 0
}

.tax-country section.list:last-child {
	min-height: clamp(400px, 20.833vw, 20.833vw);
	padding-bottom: clamp(50px, 2.604vw, 2.604vw)
}

.tax-country section.list>.title {
	margin-bottom: clamp(10px, .521vw, .521vw)
}

.tax-country section.list ul {
	padding-right: var(--padding)
}

.tax-country section.list ul li {
	border-bottom: 1px solid #1f526e;
	padding: clamp(10px, .521vw, .521vw) 0
}

.tax-country section.list ul li .lang {
	aspect-ratio: 1/1;
	background: #7c8080;
	border-radius: 50%;
	display: grid;
	flex: 0 0 100%;
	margin: 0 clamp(10px, .521vw, .521vw);
	max-width: clamp(26px, 1.354vw, 1.354vw);
	place-content: center
}

.tax-sector {
	--padding: clamp(15px, 2.083vw, 2.083vw);
	background: #7c8080;
	max-width: clamp(1000px, 52.083vw, 52.083vw)
}

@media only screen and (max-width:549px) {
	.tax-sector {
		background: none
	}
}

.tax-sector section.header {
	padding: 0 var(--padding)
}

@media only screen and (max-width:549px) {
	.tax-sector section.header {
		padding-top: 360px
	}
}

.tax-sector section.header .title {
	margin-top: clamp(5px, .26vw, .26vw)
}

.tax-sector section.data-table {
	background: #7c8080;
	display: grid;
	gap: clamp(40px, 2.083vw, 2.083vw) clamp(100px, 5.208vw, 5.208vw);
	grid-template-columns: 35% 1fr;
	margin-top: clamp(30px, 1.563vw, 1.563vw);
	padding: clamp(35px, 1.823vw, 1.823vw) var(--padding)
}

@media only screen and (max-width:1023px) {
	.tax-sector section.data-table {
		display: block
	}
}

.tax-sector section.data-table ul.posts-count {
	gap: clamp(20px, 1.042vw, 1.042vw)
}

.tax-sector section.data-table ul.posts-count li {
	border-bottom: 1px solid #1f526e;
	margin-bottom: clamp(10px, .521vw, .521vw);
	padding-bottom: clamp(10px, .521vw, .521vw);
	width: 100%
}

@media only screen and (max-width:1023px) {
	.tax-sector section.data-table ul.countries-data {
		margin-top: 40px
	}
}

.tax-sector section.data-table ul.countries-data li {
	margin-bottom: clamp(15px, .781vw, .781vw)
}

.tax-sector section.data-table ul.countries-data li .bar {
	height: clamp(7px, .365vw, .365vw);
	margin-bottom: clamp(5px, .26vw, .26vw);
	width: 100%
}

.tax-sector section.description-wrap {
	padding: clamp(30px, 2.604vw, 2.604vw) var(--padding) clamp(20px, 1.042vw, 1.042vw)
}

.tax-sector section.list {
	padding: clamp(50px, 2.604vw, 2.604vw) var(--padding) 0
}

.tax-sector section.list:last-child {
	min-height: clamp(400px, 20.833vw, 20.833vw);
	padding-bottom: clamp(50px, 2.604vw, 2.604vw)
}

.tax-sector section.list>.title {
	margin-bottom: clamp(10px, .521vw, .521vw)
}

.tax-sector section.list ul {
	padding-right: clamp(15px, 2.083vw, 2.083vw)
}

.tax-sector section.list ul li {
	border-bottom: 1px solid #1f526e;
	padding: clamp(10px, .521vw, .521vw) 0
}

.tax-sector section.list ul li .lang {
	aspect-ratio: 1/1;
	background: #7c8080;
	border-radius: 50%;
	display: grid;
	flex: 0 0 100%;
	margin-right: clamp(10px, .521vw, .521vw);
	max-width: clamp(26px, 1.354vw, 1.354vw);
	place-content: center
}

.block-cursor {
	height: 100%;
	left: 0;
	pointer-events: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999
}

@media only screen and (max-width:1379px) {
	.block-cursor {
		display: none
	}
}

.block-cursor.difference {
	mix-blend-mode: difference
}

.block-cursor .cursor-wrap {
	backface-visibility: hidden;
	height: 13px;
	position: absolute;
	width: 13px
}

.block-cursor .cursor-wrap>div {
	opacity: 0
}

.block-cursor .cursor-secondary-wrap {
	backface-visibility: hidden;
	height: 13px;
	position: absolute;
	width: 13px
}

.block-cursor .cursor-secondary-wrap>div {
	opacity: 0
}

.block-cursor .arrow-circle {
	border: 1px solid #000;
	border-radius: 50%;
	display: grid;
	height: 130px;
	left: -65px;
	place-content: center;
	position: absolute;
	top: -65px;
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 130px
}

.block-cursor .arrow-circle.theme-small-yellow,
.block-cursor .arrow-circle.theme-yellow,
.block-cursor .arrow-circle.theme-yellow-direction-left {
	background: #fff729;
	border: none;
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.block-cursor .arrow-circle.theme-small-yellow {
	height: 55px;
	left: -28px;
	top: -28px;
	width: 55px
}

.block-cursor .arrow-circle .arrow-icon .ia {
	fill: none;
	stroke: #000;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-miterlimit: 10
}

.block-cursor .drag {
	height: 130px;
	left: -65px;
	padding: 20px;
	position: absolute;
	top: -65px;
	width: 130px
}

.block-cursor .drag .circle {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.block-cursor .drag svg:first-of-type() {
	transform: rotate(180deg)
}

.block-cursor .drag svg line,
.block-cursor .drag svg polyline {
	stroke: #fff
}

.block-cursor .fullscreen {
	background: #fff729;
	border-radius: 3px;
	display: grid;
	height: 55px;
	left: -22px;
	overflow: hidden;
	place-content: center;
	position: absolute;
	top: -22px;
	width: 55px
}

.block-cursor .fullscreen svg {
	height: auto;
	width: 30px
}

.block-cursor .scroll-down {
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid;
	height: 130px;
	left: -65px;
	place-content: center;
	position: absolute;
	top: -65px;
	width: 130px
}

.block-cursor .scroll-down.theme-yellow {
	background: #fff729;
	border: none;
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.block-cursor .secondary-scroll-down {
	display: grid;
	height: 130px;
	left: -65px;
	place-content: center;
	position: absolute;
	top: -65px;
	width: 130px
}

.block-cursor .secondary-scroll-down .arrow-right {
	transform: rotate(90deg)
}

.block-cursor .secondary-arrow-circle {
	display: grid;
	height: 130px;
	left: -65px;
	place-content: center;
	position: absolute;
	top: -65px;
	width: 130px
}

.block-cursor .secondary-arrow-circle.theme-direction-left svg,
.block-cursor .secondary-arrow-circle.theme-yellow-direction-left svg {
	transform: rotate(180deg)
}

.block-cursor .secondary-arrow-circle.theme-yellow-direction-right svg {
	transform: rotate(0deg)
}

.block-cursor .secondary-arrow-circle .arrow-icon .ia {
	fill: none;
	stroke: #000;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-miterlimit: 10
}

.block-cursor .default {
	background-color: #000;
	border-radius: 50%;
	height: 100%;
	opacity: 1;
	width: 100%
}

.block-cursor .default.background-red {
	background-color: red
}

.block-cursor .typo-play,
.block-cursor .typo-text {
	margin-left: 40px;
	min-width: 300px;
	opacity: 0
}

.filter-modal {
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

@media only screen and (max-width:1379px) {
	.filter-modal {
		height: 100vh;
		height: calc(var(--vh, 1vh)*100)
	}
}

.filter-modal.open .blocker {
	opacity: 1;
	-webkit-transition: opacity 3s cubic-bezier(.19, 1, .22, 1) .5s;
	-moz-transition: opacity 3s cubic-bezier(.19, 1, .22, 1) .5s;
	-ms-transition: opacity 3s cubic-bezier(.19, 1, .22, 1) .5s;
	-o-transition: opacity 3s cubic-bezier(.19, 1, .22, 1) .5s;
	transition: opacity 3s cubic-bezier(.19, 1, .22, 1) .5s
}

.filter-modal .blocker {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 100%
}

.filter-modal>.inner-wrap {
	background: #efefef;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	height: 100vh;
	padding: 90px 50px 60px 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 900px
}

@media only screen and (max-width:1679px) {
	.filter-modal>.inner-wrap {
		padding: 60px 50px;
		width: 50%
	}
}

@media only screen and (max-width:1023px) {
	.filter-modal>.inner-wrap {
		border-radius: 0;
		padding: 0 20px 40px;
		width: 100%
	}
	.filter-modal>.inner-wrap>.title {
		float: none!important;
		margin-top: 40px
	}
}

.filter-modal>.inner-wrap .js-close-button {
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	right: 37px;
	top: 70px
}

@media only screen and (max-width:1679px) {
	.filter-modal>.inner-wrap .js-close-button {
		top: 40px
	}
}

@media only screen and (max-width:1023px) {
	.filter-modal>.inner-wrap .js-close-button {
		right: 20px;
		top: 20px
	}
}

.filter-modal>.inner-wrap .js-close-button svg {
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal>.inner-wrap .js-close-button svg circle,
.filter-modal>.inner-wrap .js-close-button svg line,
.filter-modal>.inner-wrap .js-close-button svg path {
	fill: none;
	stroke: #000;
	-webkit-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal>.inner-wrap .js-close-button:hover svg {
	background: #000;
	-webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal>.inner-wrap .js-close-button:hover svg circle,
.filter-modal>.inner-wrap .js-close-button:hover svg line,
.filter-modal>.inner-wrap .js-close-button:hover svg path {
	stroke: #fff;
	-webkit-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal>.inner-wrap .js-filter-pane {
	transform: translate3d(100%, 0, 0)
}

.filter-modal>.inner-wrap .filters-wrap {
	margin-top: 120px;
	padding-bottom: 40px
}

@media only screen and (max-width:549px) {
	.filter-modal>.inner-wrap .filters-wrap {
		margin-top: 60px;
		padding-bottom: 0
	}
}

.filter-modal>.inner-wrap .filters-wrap .pane-wrap {
	display: flex;
	padding-top: 20px
}

.filter-modal>.inner-wrap .filters-wrap .checkbox-wrap input {
	height: 0
}

.filter-modal>.inner-wrap .filters-wrap .checkbox-wrap input:checked~label {
	background: #fff729
}

.filter-modal>.inner-wrap .filters-wrap .checkbox-wrap input:checked~label,
.filter-modal>.inner-wrap .filters-wrap .checkbox-wrap label {
	-webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal>.inner-wrap .filters-wrap .checkbox-wrap label {
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 8px;
	padding: 10px
}

.filter-modal>.inner-wrap .filters-wrap .checkbox-wrap:hover label {
	background: rgba(255, 247, 41, .1);
	-webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal>.inner-wrap .filters-wrap hr {
	border-top: 1px solid rgba(0, 0, 0, .3)
}

.filter-modal .js-dropdown {
	margin-bottom: 40px
}

@media only screen and (max-width:1679px) {
	.filter-modal .js-dropdown {
		margin-bottom: 20px
	}
}

.filter-modal .js-dropdown .js-pane-revealer .js-button-revealer,
.filter-modal .js-dropdown .js-pane-revealer:after {
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s
}

.filter-modal .js-dropdown .js-pane-revealer .js-button-revealer {
	visibility: hidden
}

.filter-modal .js-dropdown.open .js-pane-revealer:after {
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) .3s
}

.filter-modal .js-dropdown.open .js-pane-revealer .js-button-revealer {
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 1s;
	-moz-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 1s;
	-ms-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 1s;
	-o-transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 1s;
	transition: opacity .6s cubic-bezier(.19, 1, .22, 1) 1s;
	visibility: visible
}

.filter-modal .apply-filters {
	background: #000;
	border-radius: 100%;
	display: grid;
	height: 70px;
	place-content: center;
	-webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 70px
}

.filter-modal .apply-filters svg {
	-webkit-transition: -webkit- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal .apply-filters svg line,
.filter-modal .apply-filters svg path {
	stroke: #fff;
	-webkit-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal .apply-filters:hover {
	background: #fff729;
	-webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal .apply-filters:hover svg {
	transform: rotate(45deg);
	-webkit-transition: -webkit- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: -moz- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: -ms- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: -o- transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s
}

.filter-modal .apply-filters:hover svg line,
.filter-modal .apply-filters:hover svg path {
	stroke: #000;
	-webkit-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .6s cubic-bezier(.19, 1, .22, 1) 0s
}

footer {
    align-self: flex-end;
    background: #7c8080;
    margin-top: -45px;
    /* Reducido aún más el padding superior e inferior */
    padding: clamp(20px, 2.5vw, 40px) 0 clamp(10px, 1.5vw, 30px);
    width: 100%;
    z-index: 0;
}


@media only screen and (max-width:1379px) {
	footer {
		margin-top: 0
	}
}

footer>.inner-wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto
}

@media only screen and (max-width:1023px) {
	footer>.inner-wrap {
		display: flex;
		flex-direction: column
	}
}

footer .address-wrap p {
	margin: 20px 0
}

footer .address-wrap p:first-of-type {
	margin-top: 10px
}

footer .address-wrap a:not([href*=tel]) {
	display: inline-block;
	margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
	footer .joinus-wrap {
		padding: 40px 0
	}
}

footer .joinus-wrap .inner-wrap {
	align-items: center;
	display: flex;
	flex-direction: column
}

@media only screen and (max-width:1023px) {
	footer .joinus-wrap .inner-wrap {
		align-items: flex-start
	}
}

footer .joinus-wrap a {
	align-items: flex-end;
	background-size: 100% 3px;
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
	max-width: clamp(210px, 13.542vw, 13.542vw);
	padding: 12px 0
}

footer .joinus-wrap a:first-of-type {
	padding-top: 0
}

footer .joinus-wrap a:hover {
	background-size: 0 3px
}

footer .joinus-wrap a svg {
	flex: 0 0 auto;
	margin-bottom: 5px;
	width: clamp(13px, .885vw, 17px)
}

footer .joinus-wrap a svg path {
	stroke: #fff
}

footer .joinus-wrap a span {
	display: block
}

footer .policies-wrap span {
	padding: 0 0 7px;

}

footer .policies-wrap a {
	padding: 7px 0
}

@media only screen and (max-width:1023px) {
	footer .copywrite {
		margin-top: 10px;
		order: 2
	}
}

footer .js-scroll-to {
	grid-column: 3/-1
}

@media only screen and (max-width:1023px) {
	footer .js-scroll-to {
		margin-left: auto;
		margin-top: 10px;
		order: 1
	}
}

footer .js-scroll-to .inner-wrap {
	align-items: center;
	display: inline-flex;
	padding-bottom: 5px
}

footer .js-scroll-to .inner-wrap svg {
	margin-left: 7px
}

#loader {
	backface-visibility: hidden;
	height: 100vh;
	isolation: isolate;
	left: 0;
	overflow: hidden;
	pointer-events: auto;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100vw;
	z-index: 99
}

#loader .blocker {
	background: #7c8080;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1
}

#loader .blocker,
#loader svg {
	height: 100%;
	width: 100%
}

#loader svg .shape-overlays__path {
	fill: #afa7bd
}

@media only screen and (max-width:1023px) {
	ul.social-wrap {
		width: 100%
	}
}

ul.social-wrap li {
	margin-bottom: 20px
}

ul.social-wrap li .round-button {
	background: #333
}

ul.social-wrap li .round-button .fill-anim {
	background: #fff729
}

ul.social-wrap li .round-button svg {
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	width: auto;
	z-index: 0
}

ul.social-wrap li .round-button svg circle,
ul.social-wrap li .round-button svg path {
	fill: #fff;
	-webkit-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s
}

ul.social-wrap li .round-button .inner-wrap {
	z-index: 1
}

ul.social-wrap li .round-button:hover svg circle,
ul.social-wrap li .round-button:hover svg path {
	fill: #000;
	-webkit-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: fill 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons {
	padding-top: 140px
}

@media only screen and (max-width:1023px) {
	.sort-filter-buttons {
		padding-top: 60px
	}
}

.sort-filter-buttons .inner-wrap {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	padding-bottom: 20px
}

@media only screen and (max-width:1023px) {
	.sort-filter-buttons .inner-wrap {
		grid-template-columns: 1fr
	}
	.sort-filter-buttons .inner-wrap .selection-wrap {
		margin-top: 40px;
		order: 2
	}
}

.sort-filter-buttons .inner-wrap .selection-wrap .js-selections {
	margin-top: 15px
}

.sort-filter-buttons .inner-wrap .selection-wrap .js-selections button {
	background: #fff729;
	border: 1px solid #fff729;
	border-radius: 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	-webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .selection-wrap .js-selections button svg {
	margin-left: 10px
}

.sort-filter-buttons .inner-wrap .selection-wrap .js-selections button:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	-webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .buttons-wrap {
	width: 100%
}

.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button {
	border: 1px solid #000;
	border-radius: 14px;
	height: 56px;
	padding: 18px 20px;
	-webkit-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 200px
}

@media only screen and (max-width:1023px) {
	.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button,
	.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button {
		width: 140px
	}
}

.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button svg line,
.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button svg path,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button svg line,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button svg path {
	stroke: #000;
	-webkit-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button:hover,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button:hover {
	background: #946ce9;
	border: 1px solid #946ce9;
	-webkit-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: background .7s cubic-bezier(.19, 1, .22, 1) 0s, border .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button:hover span,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button:hover span {
	color: #fff;
	-webkit-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: color .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button:hover svg line,
.sort-filter-buttons .inner-wrap .buttons-wrap .filter-button:hover svg path,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button:hover svg line,
.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button:hover svg path {
	stroke: #fff;
	-webkit-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: stroke .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button-wrap {
	margin-right: 30px
}

.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button-wrap.open .sorting-button {
	border: 1px solid #946ce9;
	-webkit-transition: border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-moz-transition: border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: border .7s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: border .7s cubic-bezier(.19, 1, .22, 1) 0s
}

.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button-wrap .sorting-button svg {
	height: 9px
}

.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button-wrap .js-pane {
	left: -10px;
	padding: 10px;
	position: absolute;
	top: 60px;
	width: calc(100%+ 20px)
}

.sort-filter-buttons .inner-wrap .buttons-wrap .sorting-button-wrap .js-pane ul {
	box-shadow: 0 4px 8px -3px rgba(148, 108, 233, .58)
}

.start-scrolling {
	max-width: 180px;
	position: relative
}

.start-scrolling .label_2 {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@keyframes brandlist-hover {
	0% {
		transform: scaleY(.1)
	}
	to {
		transform: scaleY(1)
	}
}

@keyframes arrow-hover {
	0% {
		transform: translate3d(-20px, 20px, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.parentline {
	overflow: hidden
}

@keyframes bounce {
	0%,
	20%,
	50% {
		transform: translateX(0)
	}
	40% {
		transform: translateX(10px)
	}
	60% {
		transform: translateX(5px)
	}
}

@keyframes bounce-l {
	0%,
	70% {
		transform: translateX(0) translateY(0)
	}
	20% {
		transform: translateX(-8px) translateY(0)
	}
	30% {
		transform: translateX(-3px) translateY(0)
	}
	40% {
		transform: translateX(-8px) translateY(0)
	}
}

@keyframes bounce-u {
	0%,
	70% {
		transform: translateX(0) translateY(0)
	}
	20% {
		transform: translateX(0) translateY(-8px)
	}
	30% {
		transform: translateX(0) translateY(-3px)
	}
	40% {
		transform: translateX(0) translateY(-8px)
	}
}

@keyframes bounce-ur {
	0%,
	70% {
		transform: translateX(0) translateY(0)
	}
	20% {
		transform: translateX(8px) translateY(-8px)
	}
	30% {
		transform: translateX(3px) translateY(-3px)
	}
	40% {
		transform: translateX(8px) translateY(-8px)
	}
}

@keyframes bounce-dr {
	0%,
	70% {
		transform: translateX(0) translateY(0)
	}
	20% {
		transform: translateX(8px) translateY(8px)
	}
	30% {
		transform: translateX(3px) translateY(3px)
	}
	40% {
		transform: translateX(8px) translateY(8px)
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes blinker {
	50% {
		opacity: .45
	}
}

@keyframes pulse-ring {
	0% {
		transform: scale(.33)
	}
	80%,
	to {
		opacity: 0
	}
}

@keyframes pulse-dot {
	0% {
		transform: scale(.8)
	}
	50% {
		transform: scale(1)
	}
	to {
		transform: scale(.8)
	}
}

@keyframes scaleX {
	0% {
		transform: scaleX(0)
	}
	20% {
		transform: scaleX(.2)
	}
	70% {
		transform: scaleX(.7)
	}
	85% {
		transform: scaleX(1)
	}
	to {
		transform: scaleX(0)
	}
}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #525ddc;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}

.policies-wrap {
    display: flex;
    justify-content: center;
    gap: 10px; /* Espacio entre los íconos */
    padding: 10px 0;
}

.icono {
    width: 40px; /* Ajusta el tamaño de los íconos */
    height: auto;
}
.custom-button {
    background-color: white;
    color: #505962;
    border: 0px solid transparent;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
   
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0px 0; /* Espacio arriba y abajo del botón */
}

.custom-button:hover {
    background-color: #505962;
    color: white;
}

.responsive-img {
    width: 10px;
    height: auto;
    object-fit: contain;
}
.responsive-img2 {
    width: 180px;
    height: auto;
    object-fit: contain;
     filter: brightness(0) invert(1);
}
.responsive-img3 {
    width: 180px;
    height: auto;
    object-fit: contain;
    
}
a {
  
    z-index: 99999999999;
}

/* Submenú */
.submenu {
    display: none; /* Ocultar inicialmente */
    position: absolute;
    background-color: #7e788a; /* Fondo morado */
    border: 1px solid #afa7bd; /* Borde más oscuro */
    padding: 10px;
    z-index: 1000;
    width: max-content; /* Ajustar al contenido */
    max-height: none; /* Quitar límite de altura */
    overflow-y: visible; /* Deshabilitar desplazamiento vertical */
}

.menu-item:hover .submenu {
    display: block; /* Mostrar submenú en hover */
}

/* Estilo del scroll para browsers modernos */
.submenu::-webkit-scrollbar {
    width: 8px; /* Ancho del scroll */
}

.submenu::-webkit-scrollbar-track {
    background: #afa7bd; /* Fondo del track */
}

.submenu::-webkit-scrollbar-thumb {
    background: #7e788a; /* Color del scroll */
    border-radius: 4px; /* Bordes redondeados */
}

