/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	position: relative;
	cursor: none;
}
@media screen and (max-width: 1024px) {
	body {
		cursor: default;
	}
	.cursor-point {
		visibility: hidden;
		display: none;
	}
}

.cursor-point {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: fixed;
	transition: ease 100ms ease-out !important;
	pointer-events: none !important;
	left: 0;
	top: 0;
	transform: translate(calc(-50% + 15px), -50%);
	box-shadow: 0 0 16px rgba(255, 255, 255, 0);
	z-index: 999999;
	background-color: #fff;
	mix-blend-mode: exclusion;
}
.hover {
	opacity: 0.5;
	width: 55px;
	height: 55px;
	background-color: #4b4f54;
	mix-blend-mode: multiply;
	box-shadow: 0 0 16px rgba(255, 255, 255, 0);
}
.cursorinnerhover {
	width: 45px;
	height: 45px;
	opacity: 0.5;
	transition: width .3s, height .3s, opacity .3s;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
.horizon{ 
	opacity:"0"; 
}
progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
:after,
:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

dd,
dl,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

img {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
	margin: 0;
}
.cursor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    z-index: 999999;
    pointer-events: none;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(0.3) translate(-50%, -50%);
    -ms-transform: scale(0.3) translate(-50%, -50%);
    transform: scale(0.3) translate(-50%, -50%);
    mix-blend-mode: exclusion;
}
.contact-button{
	position: fixed;
	bottom: 120px;
	right: 10px;
	width: 64px;
	height: 64px;
	background: #E5BF6CD9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease all .5s;
	scale: 0;
	box-shadow: 0 19px 38px 0 rgb(34 36 43 / 30%);
	z-index: 9;
}
.contact-button img{
	width: 24px;
	height: 32px;
}
.button-top{
	position: fixed;
	bottom: 100px;
	right: 16px;
	width: 54px;
	height: 54px;
	background: #E5BF6CD9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease all .5s;
	scale: 0;
	box-shadow: 0 19px 38px 0 rgb(34 36 43 / 30%);
	z-index: 9;
}
.button-top svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 28px;
	height: 28px;
}
@media only screen and (min-width: 768px) {
	.contact-button{
		width: 76px;
		height: 76px;
		bottom: 150px;
		right: 15px;
	}
	.contact-button img{
		width: 33px;
		height: 44px;
	}
	.button-top{
		width: 64px;
		height: 64px;
		right: 20px;
	}
	.button-top svg{
		width: 28px;
	}
}

@keyframes opacity {
	0% {scale: 0;}
	100% {scale: 1;}
}

.content-wrapper {
	width: 100%;
	max-width: 125rem;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 2.5rem;
	padding-right: 2.5rem;*/
	padding-left: 2rem;
	padding-right: 2rem;
}
.content-wrapper-notpadding {
	width: 100%;
	max-width: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.content-item__carousel {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100vw;
	height: 50vh;
	margin-top: 8%; 
  	z-index: 1;
}
.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	padding-right: .5rem;
	padding-left: .5rem;
}

.col-0 {
	max-width: 0;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
}

.col-push-0 {
	margin-left: 0;
}

.col-pull-0 {
	margin-right: 0;
}

.col-1 {
	max-width: 8.33333%;
	-ms-flex-preferred-size: 8.33333%;
	flex-basis: 8.33333%;
}

.col-push-1 {
	margin-left: 8.33333%;
}

.col-pull-1 {
	margin-right: 8.33333%;
}

.col-2 {
	max-width: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%;
}

.col-push-2 {
	margin-left: 16.66667%;
}

.col-pull-2 {
	margin-right: 16.66667%;
}

.col-3 {
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.col-push-3 {
	margin-left: 25%;
}

.col-pull-3 {
	margin-right: 25%;
}

.col-4 {
	max-width: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.col-push-4 {
	margin-left: 33.33333%;
}

.col-pull-4 {
	margin-right: 33.33333%;
}

.col-5 {
	max-width: 41.66667%;
	-ms-flex-preferred-size: 41.66667%;
	flex-basis: 41.66667%;
}

.col-push-5 {
	margin-left: 41.66667%;
}

.col-pull-5 {
	margin-right: 41.66667%;
}

.col-6 {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.col-push-6 {
	margin-left: 50%;
}

.col-pull-6 {
	margin-right: 50%;
}

.col-7 {
	max-width: 58.33333%;
	-ms-flex-preferred-size: 58.33333%;
	flex-basis: 58.33333%;
}

.col-8 {
	max-width: 66.66667%;
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}

.col-9 {
	max-width: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}

.col-10 {
	max-width: 83.33333%;
	-ms-flex-preferred-size: 83.33333%;
	flex-basis: 83.33333%;
}

.col-11 {
	max-width: 91.66667%;
	-ms-flex-preferred-size: 91.66667%;
	flex-basis: 91.66667%;
}

.col-12 {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.is-visible-desktop {
	display: block;
	visibility: visible;
}
.is-visible-mobile {
	display: none;
	visibility: hidden;
}
.wrap-apply {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
	.is-visible-desktop {
		display: none !important;
		visibility: hidden;
	}
	.is-visible-mobile {
		display: block;
		visibility: visible;
	}
}
/*
#cover-home{
	position: relative;
	width: 100%;
	height: auto;
}
#cover-home .owl-carousel{
	position: relative;
	overflow: hidden;
}
#cover-home .owl-carousel .owl-nav{
	position: absolute;
	bottom: 5%;
	right: 20%;
	width: 200px;
    display: flex;
    justify-content: space-around;
}
#cover-home .owl-carousel .owl-nav .owl-prev{
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: transparent;
	width: 5.125rem;
	height: 5.125rem;
	position: relative;
}
#cover-home .owl-carousel .owl-nav .owl-prev span{
	color: #fff;
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#cover-home .owl-carousel .owl-nav .owl-next{
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: transparent;
	width: 5.125rem;
	height: 5.125rem;
	position: relative;
}
#cover-home .owl-carousel .owl-nav .owl-next span{
	color: #fff;
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#cover-home .owl-carousel .item{
	position: relative;
}
#cover-home .owl-carousel .item .container-slider-content{
    width: 100%;
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.trusted {
	width: 100%;
	position: relative;
}
.trusted.owl-carousel .owl-stage-outer{
	width: 100%;
}
.trusted.owl-carousel .owl-stage-outer .owl-stage{
	display: flex;
	align-items: center;
}
.trusted .item-img{
	width: 200px;
	height: auto;
	margin: auto;
}
#cover-home .owl-carousel .owl-nav{
	display: none;
}
#cover-home .owl-carousel .owl-dots{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,-50%);
}
#cover-home .owl-carousel .owl-dots .owl-dot{
	background: #ffffff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
#cover-home .owl-carousel .owl-dots .owl-dot.active{
	background: #ffc72c;
}
#cover-home .owl-stage-outer {
	height: auto!important;
}
#cover-home .owl-stage-outer .owl-item .item{ 
	padding: 12rem 0 6rem;
}
#cover-home .owl-carousel .item img{
	display: block;
	width: 100%;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
	object-position: top;
	object-fit: cover;
}
*/
@media (min-width:480px) {
	.col-s-0 {
		max-width: 0;
		-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	}

	.col-s-push-0 {
		margin-left: 0;
	}

	.col-s-pull-0 {
		margin-right: 0;
	}

	.col-s-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}

	.col-s-push-1 {
		margin-left: 8.33333%;
	}

	.col-s-pull-1 {
		margin-right: 8.33333%;
	}

	.col-s-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}

	.col-s-push-2 {
		margin-left: 16.66667%;
	}

	.col-s-pull-2 {
		margin-right: 16.66667%;
	}

	.col-s-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.col-s-push-3 {
		margin-left: 25%;
	}

	.col-s-pull-3 {
		margin-right: 25%;
	}

	.col-s-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}

	.col-s-push-4 {
		margin-left: 33.33333%;
	}

	.col-s-pull-4 {
		margin-right: 33.33333%;
	}

	.col-s-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}

	.col-s-push-5 {
		margin-left: 41.66667%;
	}

	.col-s-pull-5 {
		margin-right: 41.66667%;
	}

	.col-s-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.col-s-push-6 {
		margin-left: 50%;
	}

	.col-s-pull-6 {
		margin-right: 50%;
	}

	.col-s-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}

	.col-s-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}

	.col-s-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}

	.col-s-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}

	.col-s-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}

	.col-s-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (min-width:768px) {
	/*
	#cover-home .owl-carousel .owl-nav{
		display: flex;
	}
	#cover-home .owl-carousel .owl-dots{
		display: none;
	}
	#cover-home .owl-stage-outer .owl-item .item{ 
		padding: 0;
	}
	#cover-home .owl-carousel .item img{
		position: unset;
		top: unset;
		left: unset;
		object-position: top;
		object-fit: cover;
	}
	*/
	.grid {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.grid-notmargin {
		margin-left: 0;
		margin-right: 0;
	}

	.col {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.content-wrapper {
		/* max-width: 180rem; */
		max-width: 132rem;
		/*padding-left: 6rem;
		padding-right: 6rem;*/
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.content-wrapper-notpadding {
		max-width: 1280px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-m-0 {
		max-width: 0;
		-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	}

	.col-m-push-0 {
		margin-left: 0;
	}

	.col-m-pull-0 {
		margin-right: 0;
	}

	.col-m-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}

	.col-m-push-1 {
		margin-left: 8.33333%;
	}

	.col-m-pull-1 {
		margin-right: 8.33333%;
	}

	.col-m-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}

	.col-m-push-2 {
		margin-left: 16.66667%;
	}

	.col-m-pull-2 {
		margin-right: 16.66667%;
	}

	.col-m-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.col-m-push-3 {
		margin-left: 25%;
	}

	.col-m-pull-3 {
		margin-right: 25%;
	}

	.col-m-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}

	.col-m-push-4 {
		margin-left: 33.33333%;
	}

	.col-m-pull-4 {
		margin-right: 33.33333%;
	}

	.col-m-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}

	.col-m-5-accordion {
		max-width: 47%;
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
	}

	.col-m-push-5 {
		margin-left: 41.66667%;
	}

	.col-m-pull-5 {
		margin-right: 41.66667%;
	}

	.col-m-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.col-m-push-6 {
		margin-left: 50%;
	}

	.col-m-pull-6 {
		margin-right: 50%;
	}

	.col-m-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}

	.col-m-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}

	.col-m-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}

	.col-m-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}

	.col-m-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}

	.col-m-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	/*
	#cover-home .owl-carousel .item .container-slider-content{
		max-width: 132rem;
		padding-left: 6rem;
		padding-right: 6rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	*/
}

@media (min-width:1024px) {
	.col-l-0 {
		max-width: 0;
		-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	}

	.col-l-push-0 {
		margin-left: 0;
	}

	.col-l-pull-0 {
		margin-right: 0;
	}

	.col-l-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}

	.col-l-push-1 {
		margin-left: 8.33333%;
	}

	.col-l-pull-1 {
		margin-right: 8.33333%;
	}

	.col-l-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}

	.col-l-push-2 {
		margin-left: 16.66667%;
	}

	.col-l-pull-2 {
		margin-right: 16.66667%;
	}

	.col-l-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.col-l-push-3 {
		margin-left: 25%;
	}

	.col-l-pull-3 {
		margin-right: 25%;
	}

	.col-l-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}

	.col-l-push-4 {
		margin-left: 33.33333%;
	}

	.col-l-pull-4 {
		margin-right: 33.33333%;
	}

	.col-l-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}

	.col-l-push-5 {
		margin-left: 41.66667%;
	}

	.col-l-pull-5 {
		margin-right: 41.66667%;
	}

	.col-l-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.col-l-push-6 {
		margin-left: 50%;
	}

	.col-l-pull-6 {
		margin-right: 50%;
	}

	.col-l-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}

	.col-l-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}

	.col-l-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}

	.col-l-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}

	.col-l-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}

	.col-l-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.button {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	text-decoration: none;
	color: currentColor;
	cursor: pointer;
	overflow: visible;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.button:focus {
	outline: 0;
}

.button.is-disabled,
.button.is-submitting {
	pointer-events: none;
}

/* .scrollbar-track {
	z-index: !important;
} */

.scrollbar-thumb {
	background-color: #ffc72c !important;
	border-radius: 0 !important;
}

.scrollbar-thumb:before {
	bottom: 0;
	margin-bottom: -3px;
}

.scrollbar-thumb:after,
.scrollbar-thumb:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffc72c;
}

.scrollbar-thumb:after {
	top: 0;
	margin-top: -3px;
}
@font-face {
	font-family: metropolis;
	src: url('../fonts/Metropolis-ExtraBold.woff') format('woff'),
	  url('../fonts/Metropolis-ExtraBold.woff2') format('woff2');
	font-style: normal;
	font-weight: 800;
  }
@font-face {
	font-family: metropolis;
	src: url('../fonts/Metropolis-Bold.woff') format('woff'),
	  url('../fonts/Metropolis-Bold.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
  }
@font-face {
	font-family: metropolis;
	src:url('../fonts/Metropolis-SemiBold.woff') format("woff"),
		url('../fonts/Metropolis-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: metropolis;
	src:url('../fonts/Metropolis-Medium.woff') format("woff"),
		url('../fonts/Metropolis-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: metropolis;
	src:url('../fonts/Metropolis-Regular.woff') format("woff"),
		url('../fonts/Metropolis-Regular.woff') format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: metropolis;
	src:url('../fonts/Metropolis-Light.woff') format("woff"),
		url('../fonts/Metropolis-Light.woff2') format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: metropolis;
	src:url('../fonts/Metropolis-Thin.woff') format("woff"),
		url('../fonts/Metropolis-Thin.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

html {
	font-size: 10px;
	scroll-behavior: smooth;
}

body {
	font-family: metropolis, sans-serif;
	letter-spacing: .07rem;
	color: #4b4f54;
	line-height: 1.35;
	scroll-behavior: smooth;
}

.heading-01 {
	line-height: 1.05714;
	font-weight: 700;
	font-size: 25px;
}
#home-carousel{
	padding-top: 9rem;
}
@media screen and (min-width:480px) {
	.heading-01 {
		font-size: calc(25px + 45*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.heading-01 {
		font-size: 70px;
	}
}

.heading-02 {
	line-height: 1.2;
	font-weight: 100;
	font-size: 24px;
}

@media screen and (min-width:480px) {
	.heading-02 {
		font-size: calc(24px + 16*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.heading-02 {
		font-size: 40px;
	}
}

.heading-03 {
	line-height: 1.41667;
	font-weight: 400;
	font-size: 20px;
}

@media screen and (min-width:480px) {
	.heading-03 {
		font-size: calc(20px + 4*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.heading-03 {
		font-size: 24px;
	}
}

.copy-01 {
	line-height: 1.4;
	font-weight: 500;
	font-size: 20px;
}

@media screen and (min-width:480px) {
	.copy-01 {
		font-size: calc(20px + 0*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.copy-01 {
		font-size: 20px;
	}
}

.copy-02 {
	line-height: 1.22222;
	font-weight: 500;
	font-size: 18px;
}

@media screen and (min-width:480px) {
	.copy-02 {
		font-size: calc(18px + 0*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.copy-02 {
		font-size: 18px;
	}
}

.copy-03 {
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

@media screen and (min-width:480px) {
	.copy-03 {
		font-size: calc(16px + 0*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.copy-03 {
		font-size: 16px;
	}
}

.copy-04 {
	line-height: 1.21429;
	font-weight: 400;
	font-size: 14px;
}

@media screen and (min-width:480px) {
	.copy-04 {
		font-size: calc(14px + 0*(100vw - 480px)/960);
	}
}

@media screen and (min-width:1440px) {
	.copy-04 {
		font-size: 14px;
	}
}

.rich-text a {
	text-decoration: none;
	color: #00b398;
}

.rich-text a:hover {
	color: #129b84;
}

.rich-text blockquote {
	border-left: 4px solid #2d2926;
	padding-left: 25px;
	margin-left: 25px;
}

.rich-text blockquote+p,
.rich-text p+blockquote,
.rich-text p+p {
	margin-top: 2.5rem;
}

.rich-text ol,
.rich-text ul {
	display: block;
	-webkit-margin-after: 1rem;
	margin-block-end: 1rem;
	-webkit-padding-start: 2rem;
	padding-inline-start: 2rem;
}

.rich-text ul li {
	list-style-type: disc;
}

.rich-text img,
.rich-text img.align-center,
.rich-text img.align-left,
.rich-text img.align-right {
	max-width: 100% !important;
	height: auto;
}

.rich-text img.align-center {
	text-align: center;
	margin: 0 auto 25px;
	display: block;
}

.rich-text img.align-right {
	float: right;
	margin: 0 0 10px 20px;
}

.rich-text img.align-left {
	float: left;
	margin: 0 20px 10px 0;
}
.app-root{
	position: relative;
}
#app,
.app-root,
.app-root .scroll-wrapper {
	height: 100%;
	overflow: hidden;
}

.app-root .scroll-wrapper {
	width: 100%;
}

.app-root .content {
	padding-top: 6rem;
}
@media (min-width:1024px) {
	.app-root .content {
		padding-top: 9rem;
	}
}
.main-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: #fff;
}

.main-navigation__mobile {
	display: block;
	border-bottom: 1px solid #e2e2e2;
}

.main-navigation__mobile .inner {
	height: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-navigation__mobile .inner .logo-href {
	color: inherit;
}

.main-navigation__logo {
	width: 15.6rem;
}

.main-navigation__logo svg .cls-2 {
	fill: #ffc72c;
}

.main-navigation__logo.large {
	display: none;
}

.main-navigation__container {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100vh - 90px);
	overflow-x: hidden;
	overflow-y: auto;
}

.main-navigation__container.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-navigation__primary {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-bottom: 1px solid #e2e2e2;
}

.main-navigation__secondary {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.main-navigation__contact {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	background-color: rgba(0, 157, 183, 0.88);
}

.main-navigation.isActive .main-navigation__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:1024px) {
	.main-navigation__mobile {
		display: none;
	}

	.main-navigation__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		overflow: hidden;
	}

	.main-navigation__primary {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.main-navigation__primary .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-navigation__primary .inner .logo-href {
		color: inherit;
	}

	.main-navigation__logo.large {
		display: block;
		width: 18.5rem;
	}

	.main-navigation__secondary {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		border-bottom: 1px solid #e2e2e2;
	}

	.main-navigation__secondary .inner {
		height: 5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-navigation__contact {
		display: none;
	}
}

[data-component=icon] {
	display: inline-block;
	vertical-align: middle;
}

[data-component=icon] svg {
	height: 100%;
	width: 100%;
	display: block;
	fill: currentColor;
}

.mobile-nav .hamburger {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 2rem;
	height: 1.4rem;
	cursor: pointer;
}

.mobile-nav .hamburger .bar {
	position: relative;
	height: 2px;
	border-radius: 1px;
	background-color: #2d2926;
}

.mobile-nav.is-active .bar:first-child {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
}

.mobile-nav.is-active .bar:nth-child(2) {
	display: none;
}

.mobile-nav.is-active .bar:last-child {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 33%;
}

.primary-nav__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5rem 0;
}

.primary-nav__item,
.primary-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.primary-nav__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 2rem;
}

.primary-nav__link {
	font-size: 1.8rem;
	line-height: 1.22222;
	color: #2d2926;
	text-decoration: none;
	padding: 1.5rem 0;
}
.primary-nav__link.active{
	color: #007581;
	font-weight: 600;
}
.primary-nav__link .icon {
	display: none;
}

.primary-nav__button {
	padding: 1.5rem;
}

.primary-nav__button-label {
	display: none;
}

.primary-nav__button .icon {
	height: 1.2rem;
	width: .4rem;
}

.primary-nav__button.open .primary-nav__button-label {
	font-size: 1.4rem;
	display: block;
}

.primary-nav__button.open .icon {
	display: none;
}

@media (min-width:1024px) {
	.primary-nav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}

	.primary-nav__item {
		margin: 0;
	}
	.primary-nav__item.open .primary-nav__link{
		color: #007581;
		font-weight: 600;
	}
	.primary-nav__item.open .primary-nav__link .icon{
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.primary-nav__link {
		font-size: 1.6rem;
		line-height: 1.25;
		padding: 3.5rem 1.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		transition: ease all .3s;
	}
	.primary-nav__link:hover{
		color: #007581;
		font-weight: 600;
	}
	.primary-nav__link:before {
		position: absolute;
		content: "";
		display: block;
		width: 0;
		bottom: 0;
		left: 0;
		height: 3px;
		background: #ffc72c;
		-webkit-transition: width .5s;
		-o-transition: width .5s;
		transition: width .5s;
	}

	.primary-nav__link .icon {
		display: block;
		height: 1.2rem;
		width: .4rem;
		margin-left: 1.3rem;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.primary-nav__link:hover .icon {
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.primary-nav__button {
		display: none;
	}
}

.sub-nav {
	display: none;
	background-color: #fff;
	width: 100%;
}

.sub-nav.open {
	display: block;
}

.sub-nav__title {
	display: none;
}

.sub-nav__item {
	padding: 1rem 0;
}

.sub-nav__link {
	font-size: 1.6rem;
	line-height: 1.25;
	color: #817e7c;
	text-decoration: none;
}

.sub-nav__link .icon {
	display: none;
}

@media (min-width:1024px) {
	.sub-nav {
		position: absolute;
		top: 9rem;
		left: 0;
		padding: 5rem 0;
		z-index: 2;
		border-bottom: 1px solid #e2e2e2;
		border-top: 1px solid #e2e2e2;
	}

	.sub-nav__wrapper {
		width: 100%;
		max-width: 132rem;
		padding-left: 6rem;
		padding-right: 6rem;
		margin-left: auto;
		margin-right: auto;
	}

	.sub-nav__title {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sub-nav__title figure{
		display: block;
		margin: auto;
		max-width: 120px;
		width: 100%;
	}
	.sub-nav__title figure img {
		width: 100%;
		height: auto;
		display: block;
	}
	.sub-nav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 1rem;
	}

	.sub-nav__link {
		padding: .75rem 2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sub-nav__link-label,
	.sub-nav__link:hover .sub-nav__link-label {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.sub-nav__link:hover .sub-nav__link-label {
		color: #007581;
		margin-left: 1rem;
	}

	.sub-nav__link:hover .icon {
		display: block;
		height: 1.2rem;
		width: .4rem;
	}

	.sub-nav__link:hover .icon svg path {
		stroke: #007581;
	}
}

.language-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3rem 0 0;
}

.language-selector__label {
	display: block;
	min-width: 50%;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #817e7c;
}

.language-selector__wrapper {
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 4px;
	width: 80px;
}

.language-selector__wrapper-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	padding: .7rem;
	width: 100%;
}

.language-selector__wrapper-button .icon svg {
	width: 1.2rem;
	height: 1.2rem
}

.language-selector__wrapper.is-active {
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.language-selector__wrapper.is-active .icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.language-selector__list {
	display: none;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	border-radius: 4px;
}

.language-selector__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.language-selector__list-item:hover {
	background-color: #f6f6f6;
}

.language-selector__list-link {
	text-decoration: none;
	color: #817e7c;
	display: block;
	padding: .7rem;
}

.language-selector__list.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:1024px) {
	.language-selector {
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 1.5rem;
	}

	.language-selector__label {
		display: none;
	}

	.language-selector__wrapper.is-active {
		border-bottom: 0;
		border-radius: 4px 4px 0 0;
	}

	.language-selector__list {
		position: absolute;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		width: 100%;
		top: 3.1rem;
		left: 0;
		z-index: 4;
		background-color: #fff;
		border-radius: 0 0 4px;
		border: 1px solid #e2e2e2;
		border-top: 0;
	}
}

.secondary-nav {
	padding: 0 0 2rem;
}

.secondary-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 1.5rem;
}

.secondary-nav__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 50%;
}

.secondary-nav__item:last-child {
	display: none
}

.secondary-nav__link {
	font-size: 1.6rem;
	line-height: 1.25;
	color: #817e7c;
	text-decoration: none;
	display: block;
	padding: 1.3rem 0;
}

.secondary-nav__link:hover {
	color: #2d2926;
}

.secondary-nav__button {
	width: 100%;
}

@media (min-width:1024px) {
	.secondary-nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 1.5rem 0;
	}

	.secondary-nav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0;
	}

	.secondary-nav__item {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 0;
		margin-right: 4.5rem;
	}

	.secondary-nav__item:last-child {
		display: block
	}

	.secondary-nav__link {
		font-size: 1.4rem;
		line-height: 1.21429;
		padding: 0;
	}

	.secondary-nav__button {
		display: none !important;
	}
}
.primary-button-form{
	background: #000000;
	color: #ffffff;
	font-weight: 400;
    font-size: calc(18px + 0*(100vw - 480px)/960);
	text-align: center;
	font-family: metropolis, sans-serif;
	min-width: 18rem;
	height: 4.2rem;
	padding: 0 2rem;
	cursor: pointer;
	border: none;
	border-radius: 30px;
}
.primary-button-form:disabled{
	opacity: .5;
}
.primary-button-form.center {
	margin: auto;
	display: block;
}
.primary-button {
	min-width: 18rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.primary-button {
		margin: 20px 0;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.primary-button {
		margin: 20px 0;
	}
}
.primary-button .button-element {
	width: 100%;
	height: 4.4rem;
	padding: 0 2rem;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.primary-button .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	margin: 0 auto;
}
.primary-button .background.background-green{
	background: rgba(0, 157, 183, 0.88);
}
.primary-button .background.background-black{
	background-color: #000;
}
.primary-button .label {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	position: relative;
	display: flex;
	align-items: center;
}
.primary-button .icon-play{
	margin-right: 1rem;
}
.primary-button .highlight {
	left: 0;
	width: 100%;
	right: 0;
	margin: 0 auto;
}
.primary-button .highlight.green{
	background: rgba(0, 157, 183, 0.88);
}
.primary-button .highlight.black{
	background: rgb(35 40 47 / 60%);
}
.primary-button .hexagon,
.primary-button .highlight {
	position: absolute;
	top: 0;
	height: 100%;
}

.primary-button .hexagon path {
	fill: #485cc7;
}

.primary-button .hexagon:first-child {
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.primary-button .hexagon:last-child {
	right: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.primary-button.is-square .background,
.primary-button.is-square .button-element {
	border-radius: .4rem;
}

.contact-nav {
	padding: 2.5rem 0 2rem;
}

.contact-nav__text {
	line-height: 1.38889;
	font-weight: 400;
}

.contact-nav__text a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.contact-nav__text a .icon {
	height: 1.2rem;
	width: .4rem;
}

.contact-nav__text a:hover {
	color: #00b398;
}

.contact-nav__text--divider {
	margin: 1.8rem 0;
}

.scroll-to-top {
	z-index: 99;
	cursor: pointer;
	outline: none !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s, height .2s;
	-o-transition: opacity 1s, height .2s;
	transition: opacity 1s, height .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	position: fixed;
	height: 30px;
	width: 40px;
	bottom: 0;
	right: 45px;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.scroll-to-top:hover {
	background: #84adc0;
	border-color: #84adc0;
	height: 40px;
}

.scroll-to-top.active {
	visibility: visible;
	opacity: 1;
}

.n04-footer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), rgba(223, 180, 174, 0.86);
	color: #fff;
	padding: 6rem 0 3rem;
}

.n04-footer a {
	color: #fff;
	text-decoration: none;
	text-transform: unset;
	line-height: 3rem;
}
.n04-footer a.mail{
	margin-bottom: 1.5rem;
	display: table;
}
.n04-footer a.sections{
	font-size: calc(18px + 0*(100vw - 480px)/960);
	font-weight: 300;
	margin-bottom: 10px;
	display: table;
}
.footer-col-icon{
	margin-bottom: 2.5rem;
}
.n04-footer__menu .logo {
	width: 199px;
}

.n04-footer__menu .logo g {
	fill: #fff;
}

.n04-footer__menu ul {
	margin-top: 0;
	margin-bottom: 2.8rem;
}
.n04-footer__news ul.lastnews li span{
	font-weight: 300;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin-bottom: .7rem;
	display: block;
}
.n04-footer__news-title {
	opacity: .9;
	font-weight: 700;
}

.n04-footer__news ul {
	margin-top: 2.5rem;
}

.n04-footer__news ul li+li {
	margin-top: 1.5rem;
}

.n04-footer__news-date {
	font-weight: 300;
	font-size: calc(15px + 0*(100vw - 480px)/960);
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #E5BF6C;
}

.n04-footer__tweets-title {
	opacity: .9;
	font-weight: 700;
}

.n04-footer__tweets ul {
	margin-top: 2.5rem;
}

.n04-footer__tweets ul li+li {
	margin-top: 1.5rem;
}

.n04-footer__tweets-copy,
.n04-footer__tweets-date,
.n04-footer__tweets ul>li>a {
	color: hsla(0, 0%, 100%, .5);
}

.n04-footer__tweets-copy {
	margin-top: 3.2rem;
	line-height: 3rem;
	text-transform: unset;
}
.n04-footer__social{
	padding-top: 3rem;
}
.n04-footer__social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n04-footer__social-icons .icon {
	width: 52px;
	height: 52px;
	margin-right: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: calc(24px + 0*(100vw - 480px)/960);
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}
.n04-footer__social-icons .fb{
	background-color: #009DB7;
	
}
.n04-footer__social-icons .ig{
	background-color: #DFB4AE;
}
.n04-footer__copyright {
	text-transform: unset;
	margin-top: 5rem;
	line-height: 3rem;
}

.n04-footer__news-inner {
	padding: 2rem 0 0;
}

.n04-footer__tweets-inner {
	padding: 5rem 0;
}

.n04-footer a:hover {
	color: #007581;
}

@media (min-width:768px) {
	.n04-footer__social{
		padding-top: 0;
	}
	.n04-footer__news-inner {
		padding: 0;
	}

	.n04-footer__tweets-inner {
		padding: 3rem 0 6rem;
	}

	.n04-footer__social-icons {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin: 3rem 0;
	}

	.n04-footer__copyright {
		margin-top: 2.5rem;
	}
	.n04-footer a.sections{
		font-size: calc(18px + 0*(100vw - 480px)/960);
	}
}

@media (min-width:1024px) {
	.n04-footer__news-inner {
		padding: 0 4.5rem 0 1.5rem;
	}

	.n04-footer__tweets-inner {
		padding: 0 0 0 1.5rem;
	}
}
.modal-terminos-aviso{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	visibility: hidden;
	padding: 0 1.5rem;
}
.modal-terminos-aviso-content{
	background-color: #ffffff;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	height: 90vh;
	width: 100%;
	overflow: scroll;
	margin: 0 auto;
	padding: 5rem 3.5rem;
	border-radius: 10px;
}
.modal-terminos-aviso-content .title-text-terminos{
	font-size: calc(28px + 0 *(100vw - 480px)/960);
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-bottom: 2rem;
}
.modal-terminos-aviso-content p {
	font-size: calc(18px + 0 *(100vw - 480px)/960);
	font-weight: 400;
	color: #000000;
	margin-bottom: 1.5rem;
}
.modal-terminos-aviso-content p.subtitle {
	font-weight: 600;
}
.modal-terminos-aviso-content ol {
	list-style: revert;
	padding-left: 3rem;
}
.modal-terminos-aviso-content ol li {
	font-size: calc(18px + 0 *(100vw - 480px)/960);
	font-weight: 400;
	color: #000000;
	margin-bottom: 1.5rem;
}
.modal-terminos-aviso__close{
	position: absolute;
	top: -20px;
    right: 5px;
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 11;
	-webkit-box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
	box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
	text-shadow: 0 0 0 rgba(0, 0, 0, .23);
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	outline: none;
}
.modal-terminos-aviso__close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modal-terminos-aviso__close svg {
	fill: #fff;
}
@media (min-width:768px) {
	.modal-terminos-aviso-content .title-text-terminos{
		font-size: calc(34px + 0 *(100vw - 480px)/960);
	}
}
.video-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	visibility: hidden;
}

.video-modal__content {
	background-color: transparent;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	height: auto;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 2.5rem;
}
.video-modal__close {
	position: absolute;
	top: -20px;
	right: 4px;
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 11;
	-webkit-box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
	box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
	text-shadow: 0 0 0 rgba(0, 0, 0, .23);
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	outline: none;
}

.video-modal__close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.video-modal__close svg {
	fill: #fff;
}
.video-modal__content .video-responsive{
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.video-modal__content .video-responsive iframe,
.video-modal__content .video-responsive object,
.video-modal__content .video-responsive embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0;
		background-position: var(--plyr-progress-loading-size, 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: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	height: 100%;
	line-height: 1.7;
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
	display: block;
	height: 100%;
	width: 100%;
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto;
}

.plyr:focus {
	outline: 0;
}

.plyr--full-ui {
	box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
	box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	touch-action: manipulation;
}

.plyr__badge {
	background: #4a5464;
	background: var(--plyr-badge-background, #4a5464);
	border-radius: 2px;
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: #fff;
	color: var(--plyr-badge-text-color, #fff);
	font-size: 9px;
	font-size: var(--plyr-font-size-badge, 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;
	display: none;
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%;
}

.plyr__captions span:empty {
	display: none;
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: 15px;
		font-size: var(--plyr-font-size-base, 15px);
		padding: 20px;
		padding: calc(var(--plyr-control-spacing, 10px)*2);
	}
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: 18px;
		font-size: var(--plyr-font-size-large, 18px);
	}
}

.plyr--captions-active .plyr__captions {
	display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(-40px);
	transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
}

.plyr__caption {
	background: rgba(0, 0, 0, .8);
	background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap;
}

.plyr__caption div {
	display: inline;
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	border-radius: var(--plyr-control-radius, 3px);
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	padding: calc(var(--plyr-control-spacing, 10px)*0.7);
	position: relative;
	transition: all .3s ease;
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: 18px;
	width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
	outline: 0;
}

.plyr__control.plyr__tab-focus {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

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--full-ui ::-webkit-media-controls {
	display: none;
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center;
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0;
}

.plyr__controls .plyr__controls__item {
	margin-left: 2.5px;
	margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.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;
	padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px;
	padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}

.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 [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
	display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
	display: inline-block;
}

.plyr__menu {
	display: flex;
	position: relative;
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none;
}

.plyr__menu__container {
	animation: plyr-popup .2s ease;
	background: hsla(0, 0%, 100%, .9);
	background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	font-size: 15px;
	font-size: var(--plyr-font-size-base, 15px);
	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-width: var(--plyr-menu-arrow-size, 4px);
	border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, .9);
	content: "";
	height: 0;
	position: absolute;
	right: 14px;
	right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7 - var(--plyr-menu-arrow-size, 4px)/2);
	top: 100%;
	width: 0;
}

.plyr__menu__container [role=menu] {
	padding: 7px;
	padding: calc(var(--plyr-control-spacing, 10px)*0.7);
}

.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: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	display: flex;
	font-size: 13px;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding: 4.66667px 10.5px;
	padding: calc(var(--plyr-control-spacing, 10px)*0.7/1.5) calc(var(--plyr-control-spacing, 10px)*0.7*1.5);
	-webkit-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;
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
	padding-right: 28px;
	padding-right: calc(var(--plyr-control-spacing, 10px)*0.7*4);
}

.plyr__menu__container .plyr__control--forward:after {
	border-left-color: #728197;
	border-left-color: var(--plyr-menu-arrow-color, #728197);
	right: 6.5px;
	right: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.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: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: 7px;
	margin: calc(var(--plyr-control-spacing, 10px)*0.7);
	margin-bottom: 3.5px;
	margin-bottom: calc(var(--plyr-control-spacing, 10px)*0.7/2);
	padding-left: 28px;
	padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*4);
	position: relative;
	width: calc(100% - 14px);
	width: calc(100% - var(--plyr-control-spacing, 10px)*0.7*2);
}

.plyr__menu__container .plyr__control--back:after {
	border-right-color: #728197;
	border-right-color: var(--plyr-menu-arrow-color, #728197);
	left: 6.5px;
	left: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
	background: #dcdfe5;
	background: var(--plyr-menu-back-border-color, #dcdfe5);
	box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: 3.5px;
	margin-top: calc(var(--plyr-control-spacing, 10px)*0.7/2);
	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;
	padding-left: calc(var(--plyr-control-spacing, 10px)*0.7);
}

.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;
	margin-right: var(--plyr-control-spacing, 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;
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #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(35, 40, 47, .1);
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: calc(-7px - -2);
	margin-right: calc((var(--plyr-control-spacing, 10px)*0.7 - 2)*-1);
	overflow: hidden;
	padding-left: 24.5px;
	padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*3.5);
	pointer-events: none;
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
	border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
	color: #00b3ff;
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	display: block;
	height: 19px;
	height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: linear-gradient(90deg, currentColor 0, transparent 0);
	background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
	-webkit-appearance: none;
	margin-top: -4px;
	margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: 5px;
	height: var(--plyr-range-track-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;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
	margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none;
}

.plyr--full-ui input[type=range]:focus {
	outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1;
}

.plyr__time {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time+.plyr__time:before {
	content: "\2044";
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width:calc(768px - 1)) {
	.plyr__time+.plyr__time {
		display: none;
	}
}

.plyr__tooltip {
	background: hsla(0, 0%, 100%, .9);
	background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	border-radius: 3px;
	border-radius: var(--plyr-tooltip-radius, 3px);
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: #4a5464;
	color: var(--plyr-tooltip-color, #4a5464);
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: 5px 7.5px;
	padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	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-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid hsla(0, 0%, 100%, .9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	bottom: -4px;
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3;
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
	left: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
	left: 16px;
	left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7)
}

.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;
	right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
	transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.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 .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0) scale(1);
}

.plyr__progress {
	left: 6.5px;
	left: calc(var(--plyr-range-thumb-height, 13px)*0.5);
	margin-right: 13px;
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative;
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
	margin-left: -6.5px;
	margin-left: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
	margin-right: -6.5px;
	margin-right: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
	width: calc(100% + 13px);
	width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2;
}

.plyr__progress .plyr__tooltip {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	left: 0;
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: -2.5px;
	margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
	padding: 0;
	position: absolute;
	top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: hsla(0, 0%, 100%, .25);
	background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6));
}

.plyr__volume {
	align-items: center;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%;
}

.plyr__volume input[type=range] {
	margin-left: 5px;
	margin-left: calc(var(--plyr-control-spacing, 10px)/2);
	margin-right: 5px;
	margin-right: calc(var(--plyr-control-spacing, 10px)/2);
	position: relative;
	z-index: 2;
}

.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto;
}

.plyr--audio {
	display: block;
}

.plyr--audio .plyr__controls {
	background: #fff;
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: #4a5464;
	color: var(--plyr-audio-control-color, #4a5464);
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 200, 209, .6);
	color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6));
}

.plyr--video {
	background: #000;
	overflow: hidden;
}

.plyr--video.plyr--menu-open {
	overflow: visible;
}

.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
	background: linear-gradient(transparent, rgba(0, 0, 0, .75));
	background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: 5px;
	padding: calc(var(--plyr-control-spacing, 10px)/2);
	padding-top: 20px;
	padding-top: calc(var(--plyr-control-spacing, 10px)*2);
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3;
}

@media (min-width:480px) {
	.plyr--video .plyr__controls {
		padding: 10px;
		padding: var(--plyr-control-spacing, 10px);
		padding-top: 35px;
		padding-top: calc(var(--plyr-control-spacing, 10px)*3.5);
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	border: 0;
	border-radius: 100%;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: 15px;
	padding: calc(var(--plyr-control-spacing, 10px)*1.5);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	z-index: 2;
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
	opacity: 1
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: hsla(0, 0%, 100%, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: hsla(0, 0%, 100%, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: hsla(0, 0%, 100%, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5));
}

.plyr--video .plyr__progress__buffer {
	color: hsla(0, 0%, 100%, .25);
	color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25));
}

.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;
}

.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;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}

	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}

	.plyr:fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 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;
}

.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;
		font-size: var(--plyr-font-size-xlarge, 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;
}

.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;
		font-size: var(--plyr-font-size-xlarge, 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;
}

.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;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000;
}

.plyr--fullscreen-fallback video {
	height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.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;
		font-size: var(--plyr-font-size-xlarge, 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: #23282f;
	border-radius: 2px;
	bottom: 10px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3;
}

.plyr__ads:after:empty {
	display: none;
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin: -var(--plyr-range-track-height, 5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3;
}

.plyr__preview-thumb {
	background-color: hsla(0, 0%, 100%, .9);
	background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	margin-bottom: 10px;
	margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: 3px;
	padding: var(--plyr-tooltip-radius, 3px);
	pointer-events: none;
	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-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid hsla(0, 0%, 100%, .9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	bottom: -4px;
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: 2px;
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3;
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: 2px;
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	color: #fff;
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	padding: 3px 6px;
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	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);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.plyr [hidden] {
	display: none !important;
}

:root {
	--plyr-color-main: #ffc72c;
}

.modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	visibility: hidden;
}

.modal__content {
	background-color: transparent;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	height: auto;
	width: 100%;
	max-width: 1160px;
	margin: 50px auto 0;
	padding: 0 2.5rem;
}

.modal__close {
	position: absolute;
	top: -20px;
	right: 4px;
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 2; /*11*/
	-webkit-box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
	box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
	text-shadow: 0 0 0 rgba(0, 0, 0, .23);
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	outline: none;
}

.modal__close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.modal__close svg {
	fill: #fff;
}

@media (min-width:768px) {
	.modal__content {
		margin-top: 0;
	}
}

.dialog__content {
	background-color: transparent;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	width: 100%;
	margin: 5px auto 20px auto;
	padding: 0 20px;
	border: 1px solid #c7c7c7;
	display: none;
}

.a01-world-map-polygon__section .responsive-image {
	background: transparent;
	display: none;
}

.a01-world-map-polygon__copy {
	text-align: left;
}

.a01-world-map-polygon__number {
	font-size: 15.5vw;
	line-height: 19vw;
}

.a01-world-map-polygon__title {
	letter-spacing: 1.5px;
	opacity: .9;
	font-size: 3.75vw;
}

@media (min-width:768px) {
	.a01-world-map-polygon__section {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.a01-world-map-polygon__section .responsive-image {
		display: block;
	}

	.a01-world-map-polygon__copy {
		position: absolute;
		width: auto;
		text-align: center;
	}

	.a01-world-map-polygon__number {
		font-size: 5.5vw;
		line-height: 6.75vw;
	}

	.a01-world-map-polygon__title {
		letter-spacing: 2px;
		font-size: .9vw;
	}
}

.responsive-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ffc72c;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}
.experience-image {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 157, 183, 0.75);
}
.experience-image-transparent {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
}
.responsive-image figure {
	margin: 0;
	padding: 0;
}

.responsive-image figure picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.responsive-image .experience-icon {
	background-color: #007091;
	border-radius: 180px;
}
.a01-world-map {
	color: #2e2a27;
	padding: 60px 0;
}

.a01-world-map__section {
	width: 100%;
}

.a01-world-map__section-title {
	letter-spacing: 2px;
	line-height: 19px;
	opacity: .9;
	font-weight: 700;
}

.a01-world-map__section-text {
	margin: 30px 0;
	line-height: 30px;
}

.a01-world-map__main svg {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.a01-world-map__main path {
	cursor: pointer;
	-webkit-transition: fill 1s;
	-o-transition: fill 1s;
	transition: fill 1s;
}

.a01-world-map__main path.active {
	fill: #ffc72c;
}

.a01-world-map__list {
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .5s, height 1s;
	-o-transition: opacity .5s, height 1s;
	transition: opacity .5s, height 1s;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.a01-world-map__list,
.a01-world-map__list-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.a01-world-map__list-name {
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
	margin-bottom: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: none;
}

.a01-world-map__list-dot {
	display: inline-block;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	background: #ffc72c;
	margin-right: 10px;
}

.a01-world-map__list.active {
	height: auto;
	opacity: 1;
}

.a01-world-map__statistics {
	height: 0;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: opacity .5s, height 1s;
	-o-transition: opacity .5s, height 1s;
	transition: opacity .5s, height 1s;
}

.a01-world-map__statistics--offices {
	color: #ffc72c;
	-ms-flex-preferred-size: 42%;
	flex-basis: 42%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 15px;
}

.a01-world-map__statistics--people {
	color: #f9423a;
	-ms-flex-preferred-size: 42%;
	flex-basis: 42%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.a01-world-map__statistics--company {
	color: #ff671f;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-preferred-size: 30.6%;
	flex-basis: 30.6%;
	margin-bottom: 15px;
}

.a01-world-map__statistics--countries {
	color: #753bbd;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	-ms-flex-preferred-size: 30.6%;
	flex-basis: 30.6%;
}

.a01-world-map__statistics.active {
	height: auto;
	opacity: 1;
}

.a01-world-map__statistics.hide {
	display: none;
}

@media (min-width:768px) {
	.a01-world-map {
		padding: 120px 0 90px;
	}

	.a01-world-map__section-title {
		letter-spacing: 2px;
		line-height: 19px;
		opacity: .9;
	}

	.a01-world-map__section-text {
		margin: 30px 0 50px;
		line-height: 48px;
	}

	.a01-world-map__main {
		position: relative;
	}

	.a01-world-map__list {
		height: auto;
		opacity: 1;
		display: none;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.a01-world-map__list-name {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 15px;
	}

	.a01-world-map__list-name+.a01-world-map__list-name {
		margin-left: 50px
	}

	.a01-world-map__list.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.a01-world-map__statistics {
		padding: 0 11.08% 0 10.5%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: absolute;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.a01-world-map__statistics--offices {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 25.71%;
		flex-basis: 25.71%;
		margin-top: 24.6%;
		margin-bottom: 0;
	}

	.a01-world-map__statistics--people {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: -3.93%;
		-ms-flex-preferred-size: 39.1%;
		flex-basis: 39.1%;
	}

	.a01-world-map__statistics--company {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-left: -3.29%;
		-ms-flex-preferred-size: 21.25%;
		flex-basis: 21.25%;
		margin-top: 25.6%;
		margin-bottom: 0;
	}

	.a01-world-map__statistics--countries {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-left: -2.65%;
		-ms-flex-preferred-size: 23.8%;
		flex-basis: 23.8%;
		margin-top: 13%;
	}
}

.a02-team-grid-modal-content {
	display: none;
	background-color: #fff;
	max-height: 100vh;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	position: relative;
}

.a02-team-grid-modal-content__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 4rem;
	color: #221f1d;
}

.a02-team-grid-modal-content__details {
	width: 100%;
	text-align: right;
}

.a02-team-grid-modal-content__more-text {
	width: 100%;
}

.a02-team-grid-modal-content__more-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 2.5rem;
	text-transform: none;
}

.a02-team-grid-modal-content__name,
.a02-team-grid-modal-content__position {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: .5rem;
}

.a02-team-grid-modal-content__divider {
	text-indent: -999.9rem;
	display: inline-block;
	width: 4.5rem;
	background: #000;
	height: .3rem;
	margin: 1rem 0;
	color: transparent;
	line-height: 0;
}

.a02-team-grid-modal-content__intro {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	color: #000000;
	margin-bottom: 2.5rem;
	text-transform: none;
}

.a02-team-grid-modal-content__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.a02-team-grid-modal-content__social-twitter {
	display: none;
}
.a02-team-grid-modal-content__social-linkedin {
	display: none;
}
.a02-team-grid-modal-content__social-facebook {
	display: none;
}
.a02-team-grid-modal-content__social-instagram {
	display: none;
}

.a02-team-grid-modal-content__social svg g,
.a02-team-grid-modal-content__social svg path {
	fill: #221f1d;
}

.a02-team-grid-modal-content__social [data-component=icon] {
	height: 2rem;
	width: 2.5rem;
}

.a02-team-grid-modal-content__social a+a {
	margin-left: 2rem;
}

@media (min-width:768px) {
	.a02-team-grid-modal-content__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 4rem;
	}

	.a02-team-grid-modal-content__details {
		width: 33.33%;
	}

	.a02-team-grid-modal-content__more-text {
		width: 66.66%;
		padding-left: 2rem;
	}

	.a02-team-grid-modal-content__social {
		margin-bottom: 0;
	}
}

.a02-team-grid {
	padding: 6rem 0;
	background-color: white;
}

.a02-team-grid__title {
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #4B4F54;
	margin: 3rem 0;
}

.a02-team-grid__subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #000000;
	opacity: .9;
	text-transform: uppercase;
}

.a02-team-grid__section {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.a02-team-grid__section,
.a02-team-grid__section-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
}

.a02-team-grid__section-inner {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	margin-bottom: 3.5rem;
	padding: 2rem;
	border: 1px solid #c7c7c7;
	text-align: center;
	margin-left: -2rem;
	margin-right: -2rem;
}

.a02-team-grid__section .responsive-image {
	background: transparent;
	cursor: pointer;
	margin-bottom: 2rem;
	height: auto;
}

.a02-team-grid__section .responsive-image img {
	max-width: 100%;
}

.a02-team-grid__section-name {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: .5rem;
}

.a02-team-grid__section-position {	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}

.a02-team-grid__section-intro {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #4B4F54;
	margin-bottom: 2.5rem;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.a02-team-grid__section-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.3rem 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.a02-team-grid__section-footer-more {
	text-decoration: none;
	text-transform: uppercase;
	color: #221f1d;
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.a02-team-grid__section-footer-more:hover {
	color: #d7d2c5;
}

.a02-team-grid__section-footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.a02-team-grid__section-footer-social svg g,
.a02-team-grid__section-footer-social svg path {
	fill: #221f1d;
}

.a02-team-grid__section-footer-social [data-component=icon] {
	height: 2rem;
	width: 2.5rem;
}

.a02-team-grid__section-footer-social a+a {
	margin-left: 2rem;
}

@media (min-width:768px) {
	.a02-team-grid {
		padding: 6rem 0 12rem;
	}

	.a02-team-grid__title {
		margin: 3rem 0 6rem;
	}

	.a02-team-grid__section {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.a02-team-grid__section-inner {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 4.5rem;
	}
}

.c01-item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	padding-right: .5rem;
	padding-left: .5rem;
	margin-bottom: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c01-item .responsive-image {
	background-color: transparent;
}

.c01-item a {
	text-decoration: none;
	color: currentColor;
}

.c01-item a .image-wrapper {
	position: relative;
}

.c01-item a .image-wrapper img {
	-webkit-transition: -webkit-transform .6s ease-out;
	transition: -webkit-transform .6s ease-out;
	-o-transition: transform .6s ease-out;
	transition: transform .6s ease-out;
	transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.icon-wrapper {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	background-color: rgba(0, 0, 0, .14);
	border-radius: 3px;
	padding: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon-wrapper .icon svg {
	height: 1.4rem;
	width: 1.4rem;
}

.icon-wrapper .meta {
	color: #fff;
	margin-left: 1rem;
}

.c01-item a .description-wrapper {
	margin-top: 3rem;
}
.c01-item a .description-wrapper .tag-heading {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #064F35;
	text-transform: none;
}

.c01-item a .description-wrapper .title-wrapper {
	margin-top: 2rem;
}

.c01-item a .description-wrapper .title-wrapper .item-heading {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #000000;
	mix-blend-mode: darken;
}

.c01-item a:hover .image-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.c01-item a.more-link {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-decoration-line: underline;
	color: #007581;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 30px;
	text-transform: none;
	text-decoration: underline;
	opacity: .6;
}

@media (min-width:768px) {
	.c01-item {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		padding-bottom: 5rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width:1024px) {
	.c01-item {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}

.c01-resources {
	background-color: white;
}

.c01-resources__header {
	margin-bottom: 4rem;
}

.c01-resources__header-subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 3rem;
}

.c01-resources__header-title {
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #4B4F54;
}

.c01-resources__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:768px) {
	.c01-resources__cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.overview-link {
	text-transform: none;
	text-decoration: none;
	color: #007581;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.overview-link .label {
	font-style: normal;
	font-weight: 400;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #007581;
	mix-blend-mode: multiply;
}

.overview-link .icon {
	font-size: 1.2rem;
	-ms-flex-preferred-size: .6rem;
	flex-basis: .6rem;
	height: 1.2rem;
	width: .6rem;
	line-height: 1.9rem;
	margin-top: .2rem;
}

.overview-link:hover {
	color: #817e7c;
}

.overview-link:hover svg path {
	stroke: #817e7c;
}

@media (min-width:360px) {
	.overview-link {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.overview-link .label {
		font-size: calc(18px + 0*(100vw - 480px)/960);
		line-height: 2.4rem;
		margin-right: 3rem;
	}
}

.c01-site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.c01-site-header .secondary {
	display: none;
	border-bottom: 1px solid #e2e2e2;
}

.c01-site-header .secondary,
.c01-site-header .secondary .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c01-site-header .secondary .inner {
	height: 5rem;
}

.c01-site-header .secondary .inner,
.c01-site-header .secondary .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c01-site-header .secondary .link {
	color: #97999b;
	text-decoration: none;
	display: block;
	padding: .83333em 1.66667em
}

.c01-site-header .secondary .link:hover {
	color: #00b398
}

.c01-site-header .primary .inner {
	height: 9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c01-site-header .primary .logo {
	width: 18.5rem
}

@media (min-width:768px) {
	.c01-site-header .secondary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.ca01-positions-grid {
	background-color: #fff;
	margin: 6.5rem 0 10rem;
}

.ca01-positions-grid__item {
	margin: 1rem 0;
	position: relative;
	min-height: 35rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-transform: none;
	color: #fff;
}

.ca01-positions-grid__item .responsive-image {
	background-color: transparent;
}

.ca01-positions-grid__item .responsive-image img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .6s ease-out;
	transition: -webkit-transform .6s ease-out;
	-o-transition: transform .6s ease-out;
	transition: transform .6s ease-out;
	transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.ca01-positions-grid__item div,
.ca01-positions-grid__item hr {
	z-index: 1;
}

.ca01-positions-grid__item-seperator {
	width: 4rem;
	margin: 5rem 0 3.5rem;
}

.ca01-positions-grid__item-place {
	text-transform: uppercase;
	line-height: 2.5rem;
}

.ca01-positions-grid__item-status {
	line-height: 2.6rem;
	margin: 2rem 0 3.5rem;
	text-transform: none;
}

.ca01-positions-grid__item-positions {
	line-height: 4.6rem;
	text-transform: uppercase;
	color: #ffbb21;
	font-weight: 700;
}

@media (min-width:768px) {
	.ca01-positions-grid {
		margin: 12rem 0;
	}

	.ca01-positions-grid .col-m-4 {
		padding-bottom: 20px;
	}

	.ca01-positions-grid .col-m-4+.col-m-4,
	.ca01-positions-grid .col-m-4:first-child {
		padding-right: 20px;
	}

	.ca01-positions-grid__item {
		margin: 0;
	}
}

.ca02-general-inquiries {
	padding: 6rem 0;
	background-color: #f6f6f6;
	position: relative;
}

.ca02-general-inquiries__title {
	color: #2e2a27;
	margin: 0;
}

.ca02-general-inquiries__text {
	line-height: 1.5;
	opacity: .9;
	margin: 1.5rem 0 3rem;
	text-transform: unset;
}

.ca02-general-inquiries__image {
	margin-bottom: 3rem;
}

.ca02-general-inquiries__image img {
	width: 100%;
	height: auto;
}

@media (min-width:768px) {
	.ca02-general-inquiries__image {
		position: unset;
		right: unset;
		bottom: unset;
	}
}

@media (min-width:1024px) {
	.ca02-general-inquiries__image {
		margin-top: 1.2rem;
		padding-left: 2rem;
		padding-right: 8rem;
	}
}

.ca03-careers-intro {
	padding: 6rem 0;
	position: relative;
}

.ca03-careers-intro__title {
	color: #2e2a27;
	margin: 0 0 1.5rem;
	line-height: 3rem;
}

.ca03-careers-intro__text {
	line-height: 1.5;
	opacity: .9;
	margin: 1.5rem 0 0;
	text-transform: unset;
}

.ca03-careers-intro__text p+p {
	margin-top: 2.5rem;
}

@media (min-width:768px) {
	.ca03-careers-intro {
		padding: 12rem 0;
	}

	.ca03-careers-intro__title {
		margin: 0 0 3rem;
		line-height: 4.9rem;
	}
}

.ck01-cookie-policy {
	font-size: 14px;
	padding: 12rem 0;
}

.ck01-cookie-policy__seperator {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 3px solid #2d2926;
	width: 4rem;
	margin: 3rem 0 4.5rem;
}

.ck01-cookie-policy .background {
	background-color: #f1f2f2;
}

.ck01-cookie-policy ol,
.ck01-cookie-policy p,
.ck01-cookie-policy ul {
	margin-bottom: 25px;
}

.ck01-cookie-policy ol,
.ck01-cookie-policy ul {
	margin-left: 8px;
	padding-left: 16px;
}

.ck01-cookie-policy a {
	text-decoration: none;
	color: #ffc72c
}

.ck01-cookie-policy ul {
	display: block;
	list-style-type: disc;
}

.ck01-cookie-policy ul ul {
	list-style-type: circle;
}

.ck01-cookie-policy h3 {
	margin-bottom: 20px;
}

.ck01-cookie-policy h2 {
	color: #221f1d;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: none;
}

.table {
	padding-top: 32px;
	padding-bottom: 32px;
}

.table .title {
	line-height: 26px;
	padding: 8px;
	background-color: #f1f2f2;
	margin-bottom: 0;
	border: 1px solid rgba(51, 51, 51, .1);
	color: #221f1d;
	font-size: 14px;
}

.table .heading {
	color: #221f1d;
	font-weight: 700;
}

.table .inner-row,
.table .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.table .row {
	border-bottom: 1px solid rgba(51, 51, 51, .1);
	border-left: 1px solid rgba(51, 51, 51, .1);
	border-right: 1px solid rgba(51, 51, 51, .1);
}

.table .inner-row {
	padding-left: 8px;
	padding-right: 8px;
}

.table .inner-row+.inner-row {
	border-top: 1px solid rgba(51, 51, 51, .1);
}

.table .column,
.table .inner-column {
	color: #221f1d;
	font-size: 12px;
}

.table .column:not(.multi-values) {
	padding: 8px;
}

.table .column+.column {
	border-left: 1px solid rgba(51, 51, 51, .1);
}

.table .inner-column {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (min-width:480px) {
	.table .title {
		font-size: 16px;
	}

	.table .column,
	.table .inner-column {
		font-size: 14px;
	}
}

@media (min-width:768px) {
	.table .title {
		padding: 16px;
	}

	.table .inner-row {
		padding-left: 16px;
		padding-right: 16px;
	}

	.table .column:not(.multi-values) {
		padding: 16px;
	}

	.table .inner-column {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.ck02-cookie-list {
	font-size: 14px;
	padding: 12rem 0;
}

.ck02-cookie-list__seperator {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 3px solid #2d2926;
	width: 4rem;
	margin: 3rem 0 4.5rem;
}

.ck02-cookie-list a {
	text-decoration: none;
	color: #ffc72c;
}

.co01-current-openings {
	padding: 6rem 0;
}

.co01-current-openings__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.co01-current-openings__item+.co01-current-openings__item {
	margin-top: 30px;
}

.co01-current-openings__office-name {
	color: #2d2926;
	line-height: 2.9rem;
}

.co01-current-openings__divider {
	background-color: #2d2926;
	width: 50px;
	height: 4px;
	margin: 15px 0 30px;
}

.co01-current-openings__department-name {
	color: #ffc72c;
	letter-spacing: 2px;
	line-height: 19.49px;
	opacity: .9;
	text-transform: uppercase;
}

.co01-current-openings__list {
	margin: 15px 0 30px
}

.co01-current-openings__list a {
	display: block;
	line-height: 25px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	font-weight: 300;
}

@media (min-width:768px) {
	.co01-current-openings__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.co01-current-openings__office {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-right: 15px;
	}

	.co01-current-openings__details {
		width: 50%;
		padding-left: 15px;
	}

	.co01-current-openings__department-name {
		padding-top: 5px;
	}
}

.cu01-form {
	color: #2e2a27;
	padding: 60px 0;
	text-align: center;
}

.cu01-form__title {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.cu01-form__text {
	text-transform: none;
}

.cu01-form__text p+p {
	margin-top: 25px;
}

.cu01-form__text a {
	color: #00b398;
	text-decoration: none;
}

.cu01-form__text a:hover {
	color: #129b84;
}

.cu01-form__details {
	margin-top: 120px;
}

@media only screen and (min-width:360px) {
	.cu01-form__details iframe {
		height: 2400px;
	}
}

@media only screen and (min-width:570px) {
	.cu01-form__details iframe {
		height: 1750px;
	}
}

@media only screen and (min-width:692px) {
	.cu01-form__details iframe {
		height: 1660px;
	}
}

@media (min-width:1024px) {
	.cu01-form__details iframe {
		height: 1720px;
	}
}

.cu02-inquiries {
	text-align: center;
	padding: 3rem 0;
	color: #221f1d;
}

.cu02-inquiries__title {
	font-size: 2.8rem;
	color: inherit;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.cu02-inquiries__separator {
	width: 4rem;
	border-top: 3px solid #221f1d;
	color: inherit;
	margin: 3rem auto 5.5rem;
}

.cu02-inquiries__item {
	margin-bottom: 2.5rem;
}

.cu02-inquiries__item-title {
	margin-bottom: 2.5rem;
	text-transform: none;
	font-weight: 400;
}

.cu02-inquiries__item-email {
	color: #00b398;
	text-decoration: none;
	text-transform: none;
	font-weight: 400;
}

.cu02-inquiries__item-email:hover {
	color: #129b84
}

.cu03-location-contact-information {
	padding: 6rem 0;
	background-color: #f6f6f6;
	position: relative;
}

.cu03-location-contact-information__subtitle {
	color: #2e2a27;
	letter-spacing: .2rem;
	line-height: 1.9rem;
	opacity: .9;
	font-weight: 700;
}

.cu03-location-contact-information__title {
	color: #2e2a27;
	margin: 3rem 0 0;
	line-height: 3rem;
}

.cu03-location-contact-information__location {
	padding-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.cu03-location-contact-information__location-city {
	margin-bottom: .5rem;
	color: #2d2926;
}

.cu03-location-contact-information__location-mail a {
	text-transform: none;
	text-decoration: none;
	color: #2d2926;
}

.cu03-location-contact-information__location-seperator {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 3px solid #2d2926;
	width: 4rem;
	margin: 3rem 0 4.5rem;
}

@media (min-width:768px) {
	.cu03-location-contact-information {
		padding: 6rem 0 12rem;
	}

	.cu03-location-contact-information__title {
		margin: 2.4rem 0 0;
		line-height: 4.9rem;
	}
}

.cu04-3-column-text {
	padding: 6rem 0;
	color: #221f1d;
}

.cu04-3-column-text__title {
	text-align: center;
	color: inherit;
	font-size: 2.8rem;
}

.cu04-3-column-text__separator {
	width: 4rem;
	border-top: 3px solid #221f1d;
	color: inherit;
	margin: 3rem auto 5.5rem;
}

.cu04-3-column-text__item-title {
	margin-bottom: 1rem;
	text-decoration: none;
	text-transform: none;
	line-height: 2.9rem;
	color: inherit;
	font-size: 22px;
}

.cu04-3-column-text__item-copy {
	text-transform: none;
	color: inherit;
	margin-bottom: 2rem;
	font-weight: 400;
}

.cu04-3-column-text__item-copy a {
	color: #00b398;
	text-decoration: none;
	font-weight: 400;
}

.cu04-3-column-text__item-copy a:hover {
	color: #129b84;
}

.cu04-3-column-text__item+.cu04-3-column-text__item {
	margin-top: 50px;
}

@media (min-width:768px) {
	.cu04-3-column-text__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cu04-3-column-text__item-copy {
		text-transform: none;
		margin-right: 1.2rem;
		margin-bottom: 6rem;
	}

	.cu04-3-column-text__item+.cu04-3-column-text__item {
		margin-top: 0;
		margin-left: 15px;
	}

	.cu04-3-column-text__item:not(:last-child) {
		margin-right: 15px;
	}
}

.cu05-cta-block {
	text-align: center;
	background-color: #ffc72c;
	padding: 3.5rem 0;
}

.cu05-cta-block__title {
	margin-bottom: .5rem;
	line-height: 40px;
	color: #2d2926;
	text-transform: uppercase;
	font-size: 28px;
}

.cu05-cta-block .primary-button {
	margin: 1.2rem auto;
}

.h01-2-page-header-home__carousel {
	position: relative;
	overflow: hidden;
}
.h01-2-page-header-home__carousel .owl-carousel .owl-dots,
.cover-hero .owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 100px 10px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.h01-2-page-header-home__carousel .owl-carousel .owl-dots .owl-dot,
.cover-hero .owl-carousel .owl-dots .owl-dot {
	border: none;
	width: 17px;
	height: 17px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	padding: 5px;
	cursor: pointer;
}
.h01-2-page-header-home__carousel .owl-carousel .owl-dots .owl-dot.active,
.cover-hero .owl-carousel .owl-dots .owl-dot.active {
	background: #ffc72c;
	width: 28px;
	height: 8px;
	padding: 0;
	border-radius: 15%;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h01-2-page-header-home__carousel .owl-carousel .owl-dots {
		padding: 10px 0px;
		justify-content: center;
	}
	.h01-2-page-header-home__carousel .owl-carousel .owl-dots .owl-dot {
		width: 12px;
		height: 12px;
	}
	.h01-2-page-header-home__carousel .owl-carousel .owl-dots .owl-dot.active {
		width: 26px;
		height: 6px;
	}
}
/***/
section .cover-hero {
	width: 100%;
	position: relative;
	z-index: 1;
}
/***/
.h01-2-page-header-home__progress {
	position: absolute;
	top: 0;
	left: 0;
	height: .5rem;
	background: #ffc72c;
	z-index: 6;
}

.h01-2-page-header-home__slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
/*
.h01-2-page-header-home__slides .keen-slider__slide {
	min-height: auto !important;
}
*/
/*
.h01-2-page-header-home__slides .keen-slider__slide video{
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 800px;
	top: 0;
	left: 0;
	bottom: 0;
}
*/
.h01-2-page-header-home__slides[data-keen-slider-v] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.h01-2-page-header-home__slides[data-keen-slider-v] .keen-slider__slide {
	width: 100%;
	transition: height 0.3s;
}

.h01-2-page-header-home__slides[data-keen-slider-moves] * {
	pointer-events: none;
}

.h01-2-page-header-home__slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 12.5rem 0 6rem;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.h01-2-page-header-home__slide {
		height: auto;
		min-height: auto;
	}
}
.h01-2-page-header-home__slide:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: url(../images/pageheader-small.fb80251.png);
	background-size: cover;
}

.h01-2-page-header-home__slide-background-image {
	display: inline-block;
	margin: 0;
	height: 0;
	display: grid;
	place-items: center;
}
.h01-2-page-header-home__slide-background-image img {
	position: absolute;
	top: 0;
	left: 0;
	/*-o-object-position: top;
	object-position: top;*/
}
.h01-2-page-header-home__slide-background-image iframe,
.h01-2-page-header-home__slide-background-image video {
	object-fit: cover;
	width: 100vw;
	height: 100%;
	/*position: fixed;*/
	position: absolute;
	top: 0;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.h01-2-page-header-home__slide-background-image video {
		width: auto;
		left: 0;
	}
}

.h01-2-page-header-home__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 5;
}

.h01-2-page-header-home__section-text {
	color: #fff;
	line-height: 1.2;
	margin: 3rem 0;
	text-transform: uppercase;
	font-size: calc(64px + 0*(100vw - 480px)/960);
	font-weight: 700;
}
.h01-2-page-header-home__section-description {
	font-style: normal;
	font-weight: 400;
	font-size: calc(16px + 0*(100vw - 480px)/960);
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	opacity: .7;
	margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
	.h01-2-page-header-home__section-text {
		margin: 15px 0;
		font-size: calc(34px + 0*(100vw - 480px)/960);
	}
	.h01-2-page-header-home__section-description {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h01-2-page-header-home__section-text {
		margin: 5px 0;
		font-size: calc(28px + 0*(100vw - 480px)/960);
	}
	.h01-2-page-header-home__section-description {
		margin-bottom: 5px;
	}
}
.h01-2-page-header-home__section-button {
	position: relative;
}

.h01-2-page-header-home__dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.h01-2-page-header-home__dots .dot {
	border: none;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	padding: 5px;
	cursor: pointer;
}

.h01-2-page-header-home__dots .dot:focus {
	outline: none;
}

.h01-2-page-header-home__dots .dot--active {
	background: #ffc72c;
	width: 26px;
	height: 6px;
	padding: 0;
	border-radius: 15%;
}

.h01-2-page-header-home__arrows {
	display: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: absolute;
	bottom: 6rem;
	left: 50%;
	z-index: 8;
}

.h01-2-page-header-home .circle-button.arrow {
	margin: 0 15px
}

.h01-2-page-header-home .arrow .hexagon {
	stroke: #fff;
	opacity: .4;
}

.h01-2-page-header-home__video-overlay {
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.h01-2-page-header-home__video-overlay.is-active {
	pointer-events: all;
}

.h01-2-page-header-home__video-overlay-player video {
	position: relative;
	max-width: 900px;
	outline: none;
}

.h01-2-page-header-home__video-overlay-close-button svg path {
	stroke: #fff;
}

@media (min-width:768px) {
	.h01-2-page-header-home__slide {
		padding: 12rem 0 23.3rem;
	}

	.h01-2-page-header-home__slide:after {
		background-image: url(../images/pageheader-normal.c3fbceb.png);
	}

	.h01-2-page-header-home .dots {
		justify-content: end;
		margin-right: 10rem;
	}
	.h01-2-page-header-home__dots .dot {
		width: 15px;
		height: 15px;
	}
	.h01-2-page-header-home__dots .dot--active {
		width: 36px;
		height: 8px;
		border-radius: 20%;
	}
	.h01-2-page-header-home .arrows {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.h01-2-page-header-home__section-description {
		margin-bottom: 6rem;
	}
}

.tag {
	position: relative;
	border-radius: 3px;
	color: rgba(213, 173, 35, 0.53);
	font-size: calc(16px + 0*(100vw - 480px)/960);
	line-height: 1.25;
	font-weight: 600;
	padding: .4rem 1.2rem;
	letter-spacing: 0.05em;
}

.circle-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.circle-button .button-element {
	width: 8.3rem;
	height: 8.3rem;
	border-radius: 50%;
}

.circle-button .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.circle-button .circle {
	opacity: 0;
}

.circle-button .icon {
	width: 3rem;
	height: 3rem;
}

.circle-button .outline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.circle-button .timer-circle {
	stroke: #ffc72c;
	stroke-width: 2;
}

.h01-3-page-header-cta {
	position: relative;
	min-height: 32vw;
}

@media screen and (min-width: 360px) and (max-width: 768px) {
	.h01-3-page-header-cta {
		width: 100%;
		height: 280px;
		min-height: 280px;
	}
}
.h01-3-page-header-cta .responsive-image {
	display: inline-block;
	margin: 0;
}

.h01-3-page-header-cta .responsive-image:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: -o-linear-gradient(202.7deg, transparent 0, transparent 24.12%, #000 100%);
	background-image: linear-gradient(247.3deg, transparent, transparent 24.12%, #000);*/
	background-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%);
}

.h01-3-page-header-cta .responsive-image img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-position: top;
	object-position: top;
}

.h01-3-page-header-cta__section {
	padding: 12vw 0;
}

.h01-3-page-header-cta__section-title {
	color: #ffc72c;
	letter-spacing: .2rem;
	line-height: 1.9rem;
	z-index: 1;
}

.h01-3-page-header-cta__section-text {
	opacity: .9;
	margin: 3rem 0;
	font-style: normal;
	font-weight: 600;
	font-size: calc(64px + 0*(100vw - 480px)/960);
	line-height: 64px;
	color: #FFFFFF;
	padding: 0 15px;
}

.h01-3-page-header-cta__section-text p {
	font-weight: 700;
}
@media (min-width:769px) {
	.h01-3-page-header-cta__section-text {
		line-height: 70px;
	}
}
@media (min-width:1024px) {
	.h01-3-page-header-cta__section-text {
		line-height: 8.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.h01-3-page-header-cta__section-text {	
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.h01-3-page-header-cta__section-text {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 768px) {
	.h01-3-page-header-cta__section-text {
		line-height: 64px;
		font-size: calc(54px + 0*(100vw - 480px)/960);
	}
}
@media only screen and (max-width: 600px) {
	.h01-3-page-header-cta__section-text {
		line-height: 50px;
		font-size: calc(42px + 0*(100vw - 480px)/960);
	}
} 

.h02-intro {
	background-color: #DFB4AE;
	color: #2e2a27;
	padding: 70px 0 70px 0;
    height: auto;
    min-height: auto;
}
.h02-capabilities {
	padding: 70px 0 70px 0;
	background-color: #E5BF6C;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.h02-intro {
		height: auto;
		min-height: auto;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h02-intro {
		padding: 40px 0 40px 0;
		height: auto;
		min-height: auto;
	}
	.h02-capabilities {
		padding: 40px 0 40px 0;
	}
}

.h02-intro__section {
	padding: 25px 0rem 15px 0rem;
}

/*.hidden-margin {
	margin-left: -6rem;
	margin-right: -6rem;
}
@media only screen and (max-width:1024px) {
	.hidden-margin {
		margin-left: 0;
		margin-right: 0;
	}
}*/

.h02-intro__section-title {
	font-style: normal;
	font-weight: 400;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	color: #2E2A27;
	text-transform: uppercase;
}
.h02-intro__section-subtitle {
	font-size: calc(1.3rem + 0*(100vw - 480px)/960);
	font-weight: 500;
	display: block;
	color:rgb(189 142 127);
	mix-blend-mode: multiply;
	margin-bottom: 1rem;
}
.h02-intro__section-text {
	background-color: transparent;
}
.section-capabilities {
	min-width: 712px;
}
.h02-intro__section-text p {
	font-style: normal;
	font-weight: 400;
	font-size: calc(20px + 0*(100vw - 480px)/960);
	line-height: 30px;
	color: #2E2A27;
    padding: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.h02-intro__section-title {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
	}
	.h02-intro__section-text p {
		padding: 0px;
	}
}
@media screen and (min-width: 350px) and (max-width: 768px) {
	.h02-intro__section-title {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
	}
	.h02-intro__section-text {
		margin-top: 2px;
	}
	.section-capabilities {
		min-width: auto;
	}
	.h02-intro__section-text p {
		padding: 0px;
	}
}
@media (min-width: 768px){
    .section-capabilities {
        min-width: 712px;
    }
    .h02-intro__section-text p {
        padding: 0 32px;
    }
}
.h02-intro__section-text p+p {
	margin-top: 2.5rem;
}

.h02-intro__section-space {
	padding-top: 29px;
}
.h02-intro__section-space a {
	font-style: italic;
	color: #007581;
}
@media (min-width: 1024px){
    .h02-intro {
		height: auto;
        min-height: 320px;
    }
}
@media (min-width:768px) {
	.h02-intro__section {
		padding: 25px 0 15px 0;
	}
}

.h02-evolution {
	background-color: white;
	width: 100%;
	padding: 52px 0 30px 0;
	height: 360px;
	min-height: 360px;
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
	.h02-evolution {
		height: auto;
		min-height: auto;
	}
}
.h02-evolution .h02-evolution__details {
	margin-top: 0px;
}
.h02-evolution .h02-evolution__details .h02-evolution__subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #838383;
	margin-bottom: 50px;
}
.h02-evolution .h02-evolution__image {
	width: 100%;
	height: auto;
}
.h02-evolution .h02-evolution__image img {
	margin: 0px auto;
}
.h02-evolution .h02-evolution__image .video-evolucion {
	max-height: 200px;
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h02-evolution .h02-evolution__image .video-evolucion {
		width: 100%;
		max-height: none;
	}
}
.h03-capabilities {
	padding: 4rem 0 0rem;
	background: #ffffff;
}

.h03-capabilities__header {
	margin-bottom: 6rem;
}
.h03-capabilities__header-title span{
	display: inline;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	font-weight: 300;
}
.h03-capabilities__header-subtitle {
	font-size: calc(18px + 0*(100vw - 480px)/960);
	font-weight: 600;
	margin-bottom: 3rem;
	color: #000;
}
.h03-capabilities .icon {
	width: 9rem;
	height: 9rem;
	margin-bottom: 3.2rem;
	color: #e2e2e2;
	position: relative;
	display: block;
	margin: auto;
}
.h03-capabilities .circle-color-1{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #DBBEB4;
	opacity: .5;
	top: 0;
	left: -5px;
	z-index: 2;
	scale: 0;
	transition: ease all .5s;
}
.h03-capabilities .circle-color-1.active{
	scale: 1;
}
.h03-capabilities .circle-color-2{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 118, 78, 0.9);
	opacity: .5;
	top: 0;
	right: -20px;
	z-index: 2;
	scale: 0;
	transition: ease all .5s;
}
.h03-capabilities .circle-color-2.active{
	scale: 1;
}
.h03-capabilities .circle-color-3{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 157, 183, 0.88);
	opacity: .5;
	bottom: -10px;
	left: -5px;
	z-index: 2;
	scale: 0;
	transition: ease all .5s;
}
.h03-capabilities .circle-color-3.active{
	scale: 1;
}
.h03-capabilities .circle-color-4{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(213, 173, 35, 0.49);
	bottom: -20px;
	right: 0;
	z-index: 0;
	scale: 0;
	transition: ease all .5s;
}
.h03-capabilities .circle-color-4.active{
	scale: 1;
}
.h03-capabilities .icon .circle-number{
	border-radius: 50%;
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	font-family: metropolis, sans-serif;
	z-index: 1;
}
.h03-capabilities .icon .circle-number.orange{
	background: linear-gradient(0deg, #E5BF6C, #E5BF6C), rgba(213, 173, 35, 0.22);
}
.h03-capabilities .icon .circle-number.blue{
	background: rgba(0, 157, 183, 0.88);
}
.h03-capabilities .icon .circle-number.green2{
	background: rgba(0, 118, 78, 0.9);
}
.h03-capabilities .icon .circle-number.pink{
	background: #DBBEB4;
}
.h03-capabilities .icon .circle-number .number{
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	font-family: metropolis, sans-serif;
}
.h03-capabilities .icon .circle-number .number.opacity{
	opacity: 0.5;
}
.h03-capabilities .line {
	height: .4rem;
}

.h03-capabilities .item-heading {
	margin-bottom: 1.125rem;
	font-weight: 700;
}

.h03-capabilities .item-copy {
	margin-bottom: 1.42857em
}
.h03-capabilities .title-capabilities{
	color: #007581;
	text-transform: uppercase;
	font-size: calc(16px + 0*(100vw - 480px)/960);
}
.h03-capabilities .subtitle-cpabilities{
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-weight: 600;
	color: #000;
}
.h03-capabilities .text-capabilities{
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-weight: 400;
	color: #4B4F54;
}
.h03-capabilities .item {
	margin-bottom: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.h03-capabilities .item.green .line {
	background-color: #00b398;
}

.h03-capabilities .item.purple .line {
	background-color: #485cc7;
}

.h03-capabilities .item.blue .line {
	background-color: #753bbd;
}

.h03-capabilities .item.yellow .line {
	background-color: #ffc72c;
}

.h03-capabilities .item.red .line {
	background-color: #f9423a;
}
.trayectoria{
	background-color: #009DB7;
	position: relative;
	z-index: 1;
	height: auto;
}
.trayectoria .intro__section-trayectoria{
	padding: 4rem 0;
	align-items: center;
	position: relative;
}
.trayectoria .float-circle-1{
	position: absolute;
	width: 270px;
	height: 270px;
	background: #DBBEB4BF;
	mix-blend-mode: multiply;
	border-radius: 50%;
	left: -120px;
	bottom: -120px;
}
.trayectoria .float-circle-2{
	position: absolute;
	width: 130px;
	height: 130px;
	background: #E5BF6CBF;
	mix-blend-mode: multiply;
	border-radius: 50%;
	left: 19%;
	top: -35px;
}
.trayectoria .float-circle-3{
	position: absolute;
	width: 100px;
	height: 100px;
	background: #009DB7BF;
	mix-blend-mode: multiply;
	border-radius: 50%;
	right: 0;
	bottom: -55px;
}
.trayectoria .circle-number{
	width: 278px;
	height: 278px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: ease width .3s;
}
.trayectoria .circle-number .number{
	font-size: calc(160px + 0*(100vw - 480px)/960);
	font-weight: 800;
	line-height: 1;
	color: #000000;
}
.trayectoria .circle-number .number span{
	display: block;
	text-align: center;
	font-size: 3rem;
	text-transform: lowercase;
}
.trayectoria .trayectoria-title-head{
	font-size: calc(40px + 0*(100vw - 480px)/960);
	color: #2E2A27;
	margin-bottom: 1.875rem;
	line-height: 40px;
}
.trayectoria .trayectoria-text{
	font-size: calc(20px + 0*(100vw - 480px)/960);
	color: #2E2A27;
	margin-bottom: 5rem;
	line-height: 28px;
	padding: 0;
}
@media (min-width: 1285px) {
	.trayectoria {
		height: 362px;
	}
	.trayectoria .circle-number{
		width: 278px;
		height: 278px;
	}
	.trayectoria .circle-number .number{
		font-size: calc(176px + 0*(100vw - 480px)/960);
	}
	.trayectoria .circle-number .number span{
		font-size: 4rem;
	}
}
@media (max-width: 960px) {
	.trayectoria .circle-number{
		width: 220px;
		height: 220px;
	}
	.trayectoria .circle-number .number{
		font-size: calc(120px + 0*(100vw - 480px)/960);
	}
	.trayectoria .trayectoria-text{
		margin-bottom: 5rem;
	}
}
@media (min-width: 768px){
	.trayectoria .float-circle-1{
		width: 270px;
		height: 270px;
		left: -132px;
		bottom: -84px;
	}
}
@media (max-width: 768px){
	.h03-capabilities .text-capabilities{
		font-size: calc(18px + 0*(100vw - 480px)/960);
	}
	.trayectoria .trayectoria-title-head{
		font-size: calc(30px + 0*(100vw - 480px)/960);
		color: #2E2A27;
		margin-bottom: 1.875rem;
		line-height: 40px;
	}
	.h03-capabilities__header-title span{
		display: block;
		font-size: calc(14px + 0*(100vw - 480px)/960);
	}
	.h03-capabilities .circle-color-1{
		width: 20px;
		height: 20px;
		left: 0;
	}
	.h03-capabilities .circle-color-4{
		width: 20px;
		height: 20px;
		right: 20px;
		bottom: 20px;
	}
	.h03-capabilities .icon .circle-number{
		width: 6rem;
		height: 6rem;
		font-size: 3rem;
	}
	/* .trayectoria .float-circle-1{
		width: 270px;
		height: 270px;
		left: -120px;
		bottom: 280px;
	} */
	.trayectoria .float-circle-2{
		width: 130px;
		height: 130px;
		left: 30%;
		top: -35px;
	}
	.trayectoria .float-circle-3{
		width: 130px;
		height: 130px;
		right: 0;
		bottom: -55px;
	}
}
.proyectos {
    max-width: 100%;
    width: 100vw;
    height: 70vh;
    position: relative;
}
.proyectos .content-videos{
	width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.proyectos .content-videos .column-video {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --bg-opacity: 1;
    background-color: rgba(18,18,18,var(--bg-opacity));
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.proyectos .content-videos .column-video .desk {
	display: none;
}
.proyectos .content-videos .column-video .mobile {
	display: block;
}
.proyectos .content-videos .column-video strong {
    font-family: metropolis;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	position: absolute;
	color: #fff;
}

.proyectos .content-videos .column-video .overlay{
	position: absolute;
    visibility: visible;
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
    -webkit-transition: opacity 0.15s,visibility 0.15s;
    transition: opacity 0.15s,visibility 0.15s;
    display: none;
	mix-blend-mode: multiply;
}
@media (min-width:768px) {
	.proyectos{
		height: 480px;
	}
	.proyectos .content-videos{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.proyectos .content-videos .column-video strong {
		font-size: 8rem;
		color: transparent;
		font-weight: 300;
		-webkit-text-stroke: 1px #ffffff;
	}
	.proyectos .content-videos strong.active {
		color: #ffffff;
		font-weight: 700;
	}
	/*.proyectos .content-videos #proyecto2:hover strong{
		color: #ffffff;
		font-weight: 500;
	} */
	.proyectos .content-videos .column-video.noselected{
		width: 40%;
	}
	.proyectos .content-videos .column-video.selected{
		width: 60%;
	}
	.proyectos .content-videos .column-video.noselected{
		width: 40%;
	}
	.proyectos .content-videos .column-video.selected{
		width: 60%;
	}
	.proyectos .content-videos .column-video .overlay{
		width: auto;
		height: auto;
		max-width: unset;
	}
	.proyectos .content-videos .column-video .overlay.pink{
		background: #DBBEB4;
	}
	.proyectos .content-videos .column-video .overlay.yellow{
		background: #E5BF6CBF;
	}
	.proyectos .content-videos .column-video#proyecto1 .overlay.novisible{
		display: none;
	}
	.proyectos .content-videos .column-video#proyecto1 .overlay.visible{
		display: block;
	}
	.proyectos .content-videos .column-video#proyecto2 .overlay.novisible{
		display: none;
	}
	.proyectos .content-videos .column-video#proyecto2 .overlay.visible{
		display: block;
	}
	.proyectos .content-videos .column-video .desk {
		display: block;
	}
	.proyectos .content-videos .column-video .mobile {
		display: none;
	}
}
.proyectos .content-proyectos{
	margin: 2rem 0 5rem;
}
.proyectos .proyectos-title-head{
	font-size: calc(18px + 0*(100vw - 480px)/960);
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #4B4F54;
	margin-bottom: 2.5rem;
}
.proyectos .proyectos-subtitle-text{
	font-size: calc(40px + 0*(100vw - 480px)/960);
	font-weight: 300;
	letter-spacing: 0.05em;
}
.proyectos .proyectos-header{
	margin-bottom: 4rem;
}
.proyectos article p{
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-weight: 300;
	margin-bottom: 1rem;
	color: #000;
	
}
.proyectos a.link-img{
    text-decoration: none;
    color: currentColor;
}
.proyectos a .image-wrapper{
	position: relative;
}
.proyectos a:hover .image-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.proyectos a .image-wrapper img {
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}
.proyectos .image{
	width: 100%;
	height: auto;
}
.proyectos article .text-info{
	font-size: calc(14px + 0*(100vw - 480px)/960);
	font-weight: 300;
	color: #064F35;
	text-align: right;
	margin-top: 2rem;
	letter-spacing: 0.05em;
	display: block;
}
.newsletter .newsletter-img{
	margin: auto;
}
@media (min-width:768px) {
	.h03-capabilities__header {
		margin-bottom: 7.3rem;
	}

	.h03-capabilities .item {
		padding-right: 3rem;
	}
}

.h04-quote-block {
	background-color: #fff;
	position: relative;
}
.nuestro-metodo{
	display: flex;
	align-items: center;
}
.content-link-nuestro-metodo{
	position: absolute;
	bottom: 22px;
	max-width: 132rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
	width: 100%;
	left: 50%;
    transform: translate(-50%, -50%);
}
.h04-quote-block__section{
	flex-direction: column-reverse;
}
.h04-quote-block__section .responsive-image {
	background-color: transparent;
}
.h04-quote-block__section .responsive-image video{
	max-width: 340px;
	height: 440px;
	display: block;
	margin: auto;
}
.h04-quote-block__section-image {
	padding: 0 2rem;
	max-width: 360px;
	margin: auto;
}

.h04-quote-block__section-text {
	font-size: calc(28px + 0*(100vw - 480px)/960);
	font-weight: 300;
	color: #000;
	margin: 3rem 0 3rem 0;
}

.h04-quote-block__section-cta {
	color: #007581;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.h04-quote-block__section-cta a {
	font-size: calc(18px + 0*(100vw - 480px)/960);
	font-weight: 400;
	line-height: 2.4rem;
	text-transform: none;
	text-decoration: none;
	color: inherit;
	-ms-flex-preferred-size: calc(100% - 40px);
	flex-basis: calc(100% - 40px);
}

.h04-quote-block__section-cta .icon {
	font-size: 12px;
	-ms-flex-preferred-size: 6px;
	flex-basis: 6px;
	height: 12px;
	width: 6px;
	line-height: 1.9rem;
	margin-top: .2rem;
}
.nuestro-metodo .figure-nuestro-metodo{
	max-width: 335px;
	height: auto;
	width: 100%;
	display: block;
	margin: auto;
}
@media (min-width:360px) {
	.h04-quote-block__section-cta a {
		text-align: right;
		font-size: calc(18px + 0*(100vw - 480px)/960);
	}
}
@media (min-width:768px) {
	.h04-quote-block{
		height: 508px;
	}
	.h04-quote-block__section{
	flex-direction: row;
}
	.h04-quote-block__section-right {
		padding-left: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.h04-quote-block__section-image {
		max-width: unset;
		padding: 0;
	}
	.h04-quote-block__section-text {
		line-height: 4.2rem;
		margin: 0;
		font-size: calc(32px + 0*(100vw - 480px)/960);
	}
	.content-link-nuestro-metodo{
		position: absolute;
		bottom: 32px;
	}
}
@media (min-width:1024px) {
	.h04-quote-block__section-text {
		line-height: 4.8rem;
		font-size: calc(36px + 0*(100vw - 480px)/960);
	}
	.content-link-nuestro-metodo{
		bottom: 52px;
	}
}

.h05-logo-showcase {
	background-color: #005737;
	padding: 5rem 0;
	height: auto;
}

.showcase-two {
	background-color: #FFFFFF;
	padding: 50px 0 40px;
	height: 360px;
	min-height: 360px;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.showcase-two {
		padding: 40px 0 30px;
		height: auto;
		min-height: auto;
	}
}
.showcase-three {
	background: linear-gradient(0deg, rgba(204, 204, 204, 0.2), rgba(204, 204, 204, 0.2)), #FFFFFF;
	mix-blend-mode: normal;
	padding: 50px 0 50px 0;
	height: 300px;
	min-height: 300px;
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
	.showcase-three {
		padding: 40px 0 30px 0;
		height: auto;
		min-height: auto;
	}
}
.h05-logo-showcase__title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #DBBEB4;
	margin-bottom: 20px;
}

.showcase-two__title {
	color: #838383;
	mix-blend-mode: darken;
	margin-bottom: 28px;
	font-size: calc(18px + 0*(100vw - 480px)/960);
}
.w02-cta-process {
	background-color: rgba(223, 180, 174, 0.86);;
	padding: 50px 0 50px 0;
	height: 580px;
	min-height: 580px;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.w02-cta-process {
		padding: 40px 0 40px 0;
		height: auto;
		min-height: auto;
	}
}
.h05-logo-showcase__carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.carousel_margin {
	/*margin: 15px 0;*/
	min-height: 144px;
}

.h05-logo-showcase__carousel,
.h05-logo-showcase__carouselSlide {
	position: relative;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.h05-logo-showcase__carouselSlide {
	width: 100%;
	min-height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
}

.carouselSlide__display {
	display: flex;
	flex-direction: column;
}

.h05-logo-showcase__carouselSlide img {
	width: 100%;
	height: auto;
}

.h05-logo-showcase__carouselSlide .carouselSlide__text {
	width: 100%;
	font-size: calc(30px + 0*(100vw - 480px)/960);
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(6, 79, 53, 0.9);
	margin-bottom: 32px;
	max-width: 80%;
}

.h05-logo-showcase__carouselSlide .carouselSlide__name,
.h05-logo-showcase__carouselSlide .carouselSlide__puesto {
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: calc(20px + 0*(100vw - 480px)/960);
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #4B4F54;
	margin-bottom: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
	.h05-logo-showcase__carouselSlide .carouselSlide__text {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 30px;
		max-width: 92%;
	}
	.h05-logo-showcase__carouselSlide .carouselSlide__name,
	.h05-logo-showcase__carouselSlide .carouselSlide__puesto {
		font-size: calc(18px + 0*(100vw - 480px)/960);
		line-height: 20px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h05-logo-showcase__carouselSlide .carouselSlide__text {
		font-size: calc(26px + 0*(100vw - 480px)/960);
		line-height: 28px;
		width: 100%;
		max-width: none;
		padding: 0;
	}
	.h05-logo-showcase__carouselSlide .carouselSlide__name,
	.h05-logo-showcase__carouselSlide .carouselSlide__puesto {
		font-size: calc(16px + 0*(100vw - 480px)/960);
		line-height: 18px;
	}
}

.h06-discover {
	background: linear-gradient(0deg, rgba(204, 204, 204, 0.25), rgba(204, 204, 204, 0.25)), #FFFFFF;
	padding: 3rem 0;
	mix-blend-mode: multiply;
}

.h06-discover-second__back {
	background: #E5BF6C;
}
.h06-discover__header {
	margin-bottom: 15px;
}
.h06-discover__header-title {
	font-style: normal;
	font-weight: 300;
	font-size: calc(34px + 0*(100vw - 480px)/960);
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #000000;
}
.h06-discover__header-title span {
	font-weight: 600;
}
.h06-discover__header-subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: rgba(223, 180, 174, 0.86);
	margin-bottom: 32px;
}
.subtitle-experience {
	color: #000000;
}
.header-subtitle__second {
	color: #000000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.h06-discover__header-title {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h06-discover__header-title {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
	}
}
.h06-discover__content {
	height: 100%;
	min-height: 456px;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.h06-discover__content {
		height: auto;
		min-height: none;
	}
}
.h06-discover__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:768px) {
	.h05-logo-showcase{
		height: 300px;
	}
	.showcase-two {
		height: auto;
		min-height: auto;
	}
	.h05-logo-showcase__carousel{
		margin-top: 1rem;
	}
	.h06-discover {
		padding: 5rem 0;
	}
	.h06-discover__cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 360px) and (max-width: 768px) {
	.h06-discover__cta {
		margin-top: 20px;
	}
}

.h06-item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	padding-right: .5rem;
	padding-left: .5rem;
	margin-bottom: 1.25rem;
	padding-top: 30px;
}
.content-paquetes {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}
.item-paquete {
	position: relative;
    width: 100%;
	max-width: 350px;
	height: 640px;
    padding-right: 10px;
    padding-left: 10px;
	padding-top: 20px;
	background: rgba(223, 180, 174, 0.86);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
.icon-letra-paquete {
	background: #398792;
	border-radius: 180px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-items: center;
	align-items: center;
	margin: auto;
}
.icon-letra-paquete .letra-paquete {
	color: #ffffff;
	font-size: 64px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: auto;
}
.description-paquete{
	position: relative;
	padding-top: 30px;
}
.description-paquete .heading-paquete {
	color: #1E1E1E;
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.05em;
	opacity: 0.85;
	margin-bottom: 34px;
}
.description-paquete .text-paquete {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 25px;
}
.description-paquete .list-paquete{
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #000000;
	list-style: square;
	padding-left: 20px;
}
.description-paquete .list-paquete li {
	margin: 5px 0;
}
.link-paquetes {
	padding-top: 45px;
}
@media screen and (min-width: 768px){
	.content-paquetes {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.item-paquete{
		margin-left: 15px;
		margin-right: 15px;
	}
}

.h06-item a {
	text-decoration: none;
	color: currentColor;
}

.h06-item a .image-wrapper {
	position: relative;
}
.image-wrappe-experience {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.h06-item a .image-wrapper img {
	-webkit-transition: -webkit-transform .6s ease-out;
	transition: -webkit-transform .6s ease-out;
	-o-transition: transform .6s ease-out;
	transition: transform .6s ease-out;
	transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.h06-item a .image-wrapper .icon-wrapper {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	background-color: rgba(0, 0, 0, .14);
	border-radius: 3px;
	padding: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.h06-item a .image-wrapper .icon-wrapper .icon svg {
	height: 1.4rem;
	width: 1.4rem;
}

.h06-item a .image-wrapper .icon-wrapper .meta {
	color: #fff;
	margin-left: 1rem;
}

.h06-item a .description-wrapper {
	margin-top: 2.125rem;
}
.h06-item a .content-description-wrapper {
	width: 100%;
	display: flex;
}
.h06-item a .content-description-wrapper .colunm-description{
	width: 50%;
	display: flex;
	align-items: center;
}
.h06-item a .content-description-wrapper .colunm-description.flex-end{
	justify-content: end;
}
.h06-item a .content-description-wrapper .colunm-description .tag-heading{
	display: flex;
	align-items: center;
}
.h06-item a .content-description-wrapper .colunm-description .tag-heading svg{
	margin-right: .75rem;
}
.tag-heading-experience-title {
	font-style: normal;
	font-weight: 400;
	font-size: calc(28px + 0*(100vw - 480px)/960);
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 20px;
	mix-blend-mode: multiply;
	text-transform: none;
	min-height: 56px;
}
.tag-heading-experience-text {
	font-style: normal;
	font-weight: 300;
	font-size: calc(22px + 0*(100vw - 480px)/960);
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #000000;
	mix-blend-mode: darken;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.tag-heading-experience-title {
		font-size: calc(24px + 0*(100vw - 480px)/960);
		line-height: 24px;
		margin-bottom: 18px;
	}
	.tag-heading-experience-text {
		font-size: calc(20px + 0*(100vw - 480px)/960);
		line-height: 20px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.tag-heading-experience-title {
		font-size: calc(20px + 0*(100vw - 480px)/960);
		line-height: 20px;
		margin-bottom: 15px;
		min-height: auto;
	}
	.tag-heading-experience-text {
		font-size: calc(18px + 0*(100vw - 480px)/960);
		line-height: 18px;
	}
}
.h06-item a .description-wrapper .tag-heading {
	font-style: normal;
	font-weight: 300;
	font-size: calc(14px + 0*(100vw - 480px)/960);
	line-height: 16px;
	letter-spacing: 0.05em;
	color: rgba(6, 79, 53, 0.9);
	mix-blend-mode: multiply;
	text-transform: none;
}

.h06-item a .description-wrapper .title-wrapper {
	margin-top: .5rem;
}
.h06-item a .description-wrapper .title-wrapper .item-heading{
	color: rgba(6, 79, 53, 0.9);
	text-transform: capitalize;
}
.h06-item a .description-wrapper .date-text {
	font-style: normal;
	font-weight: 300;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-top: 1.125rem;
	text-transform: none;
	transition: all .5s ease;

}
.h06-item a .description-wrapper .date-text.underline:hover{
	text-decoration: underline;
}
.h06-item a:hover .image-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media (min-width:768px) {
	.h06-item {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		padding-bottom: 5rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width:1024px) {
	.h06-item {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}

.h07-news-letter {
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: auto;
	display: flex;
	align-items: center;
}
.h07-the-keys {
	background-color: rgba(204, 204, 204, 0.25);
	padding: 50px 0 50px 0;
	height: 470px;
	min-height: 470px;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.h07-the-keys {
		overflow: hidden;
		padding: 40px 0 20px 0;
		height: auto;
		min-height: auto;
	}
}
.h07-the-keys__title {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #838383;
	margin-bottom: 30px;
}
.h07-news-margin {
	background: #FFFEFF;
	padding: 50px 0 30px 0;
	height: 400px;
	min-height: 400px;
}
.h07-folder-back {
	background:#FFFFFF;
}
@media only screen and (min-width: 360px) and (max-width: 1024px) {
	.h07-news-animation {
		display: flex;
		align-items: center;
		margin: auto;
	}
	.h07-news-letter__video {
		width: 100%;
		max-height: 264px;
	}
	.h07-thekeys-animation__video {
		width: 100%;
		max-height: 370px;
	}
	.h07-process__video {
		width: 100%;
		max-height: 300px;
	}
	.h07-news-margin {
		padding: 40px 0 10px 0;
		height: auto;
		min-height: auto;
	}
}

.h07-news-letter .video-eye{
	width: 100%;
}
.h07-news-letter .responsive-image:first-child {
	position: absolute;
	top: -4.5rem;
	left: -16.4rem;
	width: auto;
	height: auto;
	background-color: transparent;
}

.h07-news-letter .responsive-image:last-child {
	position: absolute;
	right: -4rem;
	bottom: 0;
	width: auto;
	height: auto;
	background-color: transparent;
}

.h07-news-letter__title {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #838383;
	margin-bottom: 30px;
}
.h07-news-letter__text {
	font-style: normal;
	font-weight: 300;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #4B4F54;	
	margin-bottom: 90px;
}
.h07-thekeys__content {
	height: 100%;
	max-height: 322px;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.h07-thekeys__content {
		height: auto;
		max-height: none;
	}
}
.h07-thekeys__text {
	font-style: normal;
	font-weight: 300;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #4B4F54;	
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.h07-thekeys__text {
		font-size: calc(30px + 0*(100vw - 480px)/960);
		line-height: 30px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h07-thekeys__text {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
	}

	.wp-caption {
		width:100% !important;
	}
}
.h07-news-form__text {
	font-style: normal;
	font-weight: 300;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #000000;
}
.form__space {
	margin-bottom: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.h07-news-form__text {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h07-news-form__text {
		font-size: calc(30px + 0*(100vw - 480px)/960);
		line-height: 30px;
	}
	.form__space {
		margin-bottom: 10px;
	}
}
.h07-news-form__title {
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #000000;
}
.h07-news-letter__forms {
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-bottom: 20px;
}
.h07-news-letter__forms div {
	display: flex;
	flex-direction: column;
}

.h07-game-section {
	background-color: white;
	padding: 50px 0 50px 0;
	height: 531px;
	max-height: 531px;
}
@media only screen and (min-width: 360px) and (max-width: 1024px) {
	.h07-game-section {
		padding: 40px 0 40px 0;
		height: auto;
		max-height: none;
	}
}
.h07-game-section__title {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #838383;
	margin-bottom: 30px;
}
.h07-game-section__space {
	display: flex;
	flex-wrap: wrap;	
	align-content: space-between;
	height: 383px;
}
.h07-game-section__circle {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.h07-game-section__circle .box {
	width: 92px;
	height: 92px;
	mix-blend-mode: multiply;
	border-radius: 360px;	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.h07-game-section__circle .box {
		width: 82px;
		height: 82px;
	}
}
@media screen and (min-width: 360px) and (max-width: 570px) {
	.h07-game-section__circle .box {
		width: 78px;
		height: 78px;
	}
}
.h07-game-section__circle .box .box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.5s;
	transform-style: preserve-3d;
}
.h07-game-section__circle .box:hover .box-inner {
	transform: rotateY(180deg);
}
.box-front, 
.box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.box-front {
	background-color: #cccccc;
	border-radius: 360px;
}
.box-back {
	background-color: #8ebf42;
	border-radius: 360px;
	transform: rotateY(180deg);
}
.box-inner .box-front img,
.box-inner .box-back img {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box-inner .box-back span {
	font-style: normal;
	font-weight: 600;
	font-size: calc(64px + 0*(100vw - 480px)/960);
	line-height: 64px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.color-1 { background: #32b1c4; }
.color-2 { background: #4fbbcc; }
.color-3 { background: #66c5d5; }
.color-4 { background: #7ecddb; }
.color-5 { background: #18825c; }
.color-6 { background: #2f8f6b; }
.color-7 { background: #489b7b; }
.color-8 { background: #60a78d; }
.color-9 { background: #005436; }
.color-10 { background: #145c3a; }
.color-11 { background: #28663f; }
.color-12 { background: #3e6e44; }
.h07-game-section__text {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.h07-game-section__text .h07-game-section__list {
	list-style: decimal inside;
	font-style: italic;
	font-weight: 400;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 50px;
	letter-spacing: 0.05em;
	color: #4B4F54;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.h07-game-section__text .h07-game-section__list {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 42px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.h07-game-section__space {
		height: 300px;
	}
	.h07-game-section__text {	
		justify-content: left;
		padding-top: 25px;
	}
	.h07-game-section__text .h07-game-section__list {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 38px;
	}
}
@media only screen and (min-width: 360px) and (max-width: 1024px) {
	.h07-game-section__list {
		display: inline-block;
		text-align: left;
	}
}

.h07-news-letter__video {
	display: block;
	margin: auto;
	max-height: 320px;
}
.h07-thekeys-animation__video {
	display: block;
	margin: auto;
	max-height: 370px;
}
.h07-process__video {
	display: block;
	margin: auto;
	max-height: 280px;
}
.w02-cta-process-video {
	text-align: center;
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
	.w02-cta-process-video {
		margin: auto;
		padding-top: 0px;
	}
}

.h07-news-animation {
	display: flex;
	align-items: center;
}
.h07-the-keys-animation {
	display: grid;
	place-items: center;
}

.h07-news-letter__form-button {
	width: 100%;
}
.inactive{
	opacity: .5;
}
.button-width-mobile {
	width: 100%;
}
@media only screen and (min-width: 768px){
	.h07-news-letter {
		height: 400px;
	}
	.h07-news-letter .video-eye{
		max-width: 300px;
		height: 380px;
	}
}

@media (min-width:480px) {
	.h07-news-letter__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.h07-news-letter__form-button {
		width: auto;
	}
	.button-width-mobile {
		width: auto;
	}
	.h07-news-letter .video-eye{
		width: auto;
	}
}

@media (min-width:1024px) {
	.h07-news-letter .responsive-image:first-child,
	.h07-news-letter:before {
		display: none;
	}
	.h07-news-letter .responsive-image:last-child {
		position: absolute;
		right: -4rem;
		bottom: 0;
		width: auto;
		height: auto;
		background-color: transparent;
	}
	.h07-news-letter__text {
		line-height: 4rem;
		margin: 4.5rem 2rem 6rem 0;
	}
}
@media only screen and (min-width: 360px) and (max-width: 1024px) {
	.h07-news-letter__text {
		width: auto;
	}
}

@media (min-width:1440px) {

}

.news-letter-step1 {
	display: block;
}
.news-letter-step2 {
	display: none;
}
.news-letter-step3 {
	display: none;
}

.mh01-digital-transformation-strategy {
	margin: 6rem 0;
}

@media (min-width:768px) {
	.mh01-digital-transformation-strategy {
		margin: 12rem 0;
	}
}

.lottie-container svg {
	display: block;
	overflow: visible;
}

.na01-header {
	padding: 6rem 0;
}

.na01-header__title {
	line-height: 3rem;
	color: #2d2926;
}

.na01-header__text {
	letter-spacing: .175rem;
	line-height: 2rem;
	color: #81869b;
	margin: 3rem 0;
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 60px;
}

.na01-header__text a {
	color: #2e2a27;
	text-decoration: none;
}

.na01-header__image .responsive-image {
	background: transparent;
}

@media (min-width:768px) {
	.na01-header {
		padding: 8rem 0
	}

	.na01-header__title {
		line-height: 4.9rem;
	}

	.na01-header__text {
		letter-spacing: .2rem;
		margin: 3rem 0 5rem;
	}
}

.na02-links {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	padding: 15px 0 15px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.na02-links__share .icon {
	-ms-flex-preferred-size: 2.5rem;
	flex-basis: 2.5rem;
	height: 2rem;
	width: 2.5rem;
	margin-right: 1rem;
}

.na02-links__share .icon svg path {
	fill: #cfcfcf
}

.na02-links__share [data-icon=share] {
	margin-top: -2px;
	margin-left: -6px;
	height: 30px;
	width: 30px;
}

.na02-links__social {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.na02-links__social .icon {
	-ms-flex-preferred-size: 2.5rem;
	flex-basis: 2.5rem;
	height: 2rem;
	width: 2.5rem;
	margin-right: 1rem;
}

.na02-links__social .icon svg path {
	fill: #cfcfcf;
}

.na02-links__social .icon-button {
	padding-left: 2rem;
	border-left: 1px solid #cfcfcf
}

.na02-links__social [data-icon=mail] {
	margin-top: -2px;
	margin-left: -6px;
	height: 30px;
	width: 30px;
}

.na02-links__social.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:768px) {
	.na02-links {
		padding: 15px 0 15px 25px;
	}

	.na02-links__social .icon {
		margin-right: 2rem;
	}
}

.na03-author {
	padding: 3rem 0;
}

.na03-author__section {
	padding-top: 3rem;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.na03-author__image {
	max-width: 34vw;
	margin: auto;
}

.na03-author__details {
	padding: 0 30px;
}

.na03-author__name {
	color: #2e2a27;
	line-height: 2.2rem;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 15px;
}

.na03-author__description {
	color: #2e2a27;
	line-height: 2rem;
	text-align: center;
	margin-bottom: 30px;
}

.na03-author__social {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	margin-top: -2px;
	padding: 15px 0 15px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.na03-author__social .icon {
	height: 2rem;
	width: 2.5rem;
}

.na03-author__social .icon svg path {
	fill: #cfcfcf;
}

.na03-author__social a {
	padding-right: 1rem;
}

.na03-author__social a+a {
	padding-left: 2rem;
	border-left: 1px solid #cfcfcf;
}

@media (min-width:768px) {
	.na03-author__section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 3rem 2.4rem;
	}

	.na03-author__image {
		width: 21.2%;
		max-width: unset;
	}

	.na03-author__details {
		width: 78.8%;
		padding: 0 24px;
	}

	.na03-author__name {
		text-align: left;
		margin-top: 0;
	}

	.na03-author__description {
		text-align: left;
	}
}

.na04-paragraph {
	padding: 3rem 0;
	color: #2e2a27;
}

.na04-paragraph__title {
	margin-bottom: 30px;
	text-transform: none;
	line-height: 3.045rem;
	font-weight: 700;
}

.na04-paragraph__description {
	text-transform: none;
	line-height: 2rem;
}

.na04-paragraph__description blockquote {
	border-left: 4px solid #2d2926;
	padding-left: 25px;
	margin-left: 25px;
}

.na04-paragraph__description h2 {
	margin-bottom: 20px;
}

.na04-paragraph__description blockquote+p,
.na04-paragraph__description p+blockquote,
.na04-paragraph__description p+h2,
.na04-paragraph__description p+h3,
.na04-paragraph__description p+p {
	margin-top: 25px;
}

.na04-paragraph__description ul {
	margin-bottom: 25px;
	list-style: disc;
	-webkit-padding-start: 25px;
	padding-inline-start: 25px;
}

.na04-paragraph__description a {
	text-decoration: none;
	color: #00b398;
}

.na04-paragraph__description a:hover {
	color: #129b84;
}

.na04-paragraph__description img,
.na04-paragraph__description img.align-center,
.na04-paragraph__description img.align-left,
.na04-paragraph__description img.align-right {
	max-width: 100% !important;
	height: auto;
}

.na04-paragraph__description img.align-center {
	text-align: center;
	margin: 0 auto 25px;
	display: block;
}

.na04-paragraph__description img.align-right {
	float: right;
	margin: 0 0 10px 20px;
}

.na04-paragraph__description img.align-left {
	float: left;
	margin: 0 20px 10px 0;
}

@media (min-width:768px) {
	.na04-paragraph {
		padding: 6rem 0;
	}

	.na04-paragraph__title {
		line-height: 2.2rem;
	}

	.na04-paragraph__description {
		line-height: 22px;
	}
}

.na05-side-bar {
	padding: 3rem 0;
	color: colorGreyTint5;
	width: 100%;
}

.na05-side-bar__contact-title {
	text-transform: uppercase;
	letter-spacing: .2rem;
	line-height: 2rem;
	font-weight: 700;
}

.na05-side-bar__contact-details {
	margin: 1.5rem 0 6rem;
	letter-spacing: .2rem;
	line-height: 2.5rem;
	text-transform: none;
}

.na05-side-bar__contact-details a {
	color: inherit;
	text-decoration: none;
}

.na05-side-bar__posts-heading {
	margin-bottom: 3rem;
	letter-spacing: .188rem;
	line-height: 1.8rem;
	font-weight: 700;
}

.na05-side-bar__posts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	letter-spacing: .2rem;
	line-height: 2.5rem;
	text-transform: none;
}

.na05-side-bar__posts-list a {
	color: inherit;
	text-decoration: none;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}

.na05-side-bar__posts-list a+a {
	border-top: 1px solid #cfcfcf
}

@media (min-width:768px) {
	.na05-side-bar {
		padding: 8rem 30px;
	}
}

.na06-in-page-navigation {
	border: 1px solid #cfcfcf;
	border-radius: .3rem;
	color: #2e2a27;
	margin-bottom: 1rem;
}

.na06-in-page-navigation__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2rem 1rem;
	text-transform: uppercase;
}

.na06-in-page-navigation__next,
.na06-in-page-navigation__previous {
	font-size: 1rem;
	text-decoration: none;
	color: inherit;
	line-height: 2.5rem;
}

.na06-in-page-navigation__next .icon,
.na06-in-page-navigation__previous .icon {
	height: 1.3rem;
	width: 1.3rem;
}

.na06-in-page-navigation__next .icon svg path,
.na06-in-page-navigation__previous .icon svg path {
	fill: #ffc72c;
}

.na06-in-page-navigation__previous .icon {
	margin-right: .5rem;
}

.na06-in-page-navigation__next .icon {
	margin-left: .5rem;
}

@media (min-width:768px) {
	.na06-in-page-navigation {
		margin-bottom: 3rem;
	}

	.na06-in-page-navigation__section {
		padding: 2rem 2.8rem;
	}

	.na06-in-page-navigation__previous .icon {
		margin-right: 1.7rem;
	}

	.na06-in-page-navigation__next .icon {
		margin-left: 1.7rem;
	}
}

.na07-download-content-form iframe {
	width: 100%;
	padding: 30px 0 30px 30px;
	background-color: #f2f2f2;
	margin-bottom: 60px;
	height: 600px;
	border: 1px solid #2e2a27;
}

@media (min-width:768px) {
	.news-article__left {
		border: 1px solid #cfcfcf;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.filters {
	width: 100%;
}

.filters__trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-decoration: none;
	color: #2e2a27;
	cursor: pointer;
	margin-bottom: 30px;
}

.filters__trigger .icon {
	-ms-flex-preferred-size: 24px;
	flex-basis: 24px;
	height: 24px;
	width: 24px;
	line-height: 24px;
}

.filters__trigger-title {
	margin-left: 20px;
}

.filters__groups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 0;
	opacity: 0;
}

.filters__groups.show {
	height: auto;
	opacity: 1;
}

.filters__group {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 30px;
}

.filters__group-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #2e2a27;
	margin-bottom: 15px;
}

.filters__group-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filters__group-tag {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.filters__group-tag .icon {
	width: 24px;
	height: 24px;
	margin-left: 10px;
	visibility: hidden;
	cursor: pointer;
}

.filters__group-tag.active {
	color: #2e2a27;
	font-weight: 700;
}

.filters__group-tag.active .icon {
	visibility: visible;
}

.filters__group-tag+.filters__group-tag {
	margin-top: 15px;
}

.filters__group+.filters__group {
	margin-left: 32px;
}

@media (min-width:768px) {
	.filters__group {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
}

@media (min-width:1024px) {
	.filters__group {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

.ni01-article-grid {
	padding: 6rem 0 5rem;
}

.ni01-article-grid__text,
.ni01-article-grid__title {
	color: #2e2a27;
	width: 100%;
	display: none;
}

.ni01-article-grid__text {
	margin: 2.8rem 0 3rem;
	text-align: left;
	font-weight: 700;
}

.ni01-article-grid__all-info-items {
	display: none;
}

.ni01-article-grid__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ni01-article-grid__column {
	width: 100%;
}

.ni01-article-grid__item {
	width: 100%;
	height: auto;
	margin: 1.5rem 0;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .9));
}

.ni01-article-grid__item img {
	width: 100%;
	height: auto;
	z-index: -1;
}

.ni01-article-grid__item-heading {
	z-index: 1;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.2rem;
	padding: 0 5% 5%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ni01-article-grid__section-button.primary-button {
	width: 100%;
	margin-top: 2.5rem;
}

@media (min-width:768px) {
	.ni01-article-grid {
		padding: 12rem 0 10rem;
	}

	.ni01-article-grid .grid {
		margin-left: -3rem;
		margin-right: -3rem;
	}

	.ni01-article-grid__items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.ni01-article-grid__column {
		width: calc((100% - 60px)/3);
	}

	.ni01-article-grid__item-heading {
		height: auto;
		font-size: 2.2rem;
		line-height: 2.7rem;
	}
}

.p02-partner-intro {
	background-color: #ffc72c;
}

.p02-partner-intro__section {
	padding: 6rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p02-partner-intro__section-title {
	color: #2e2a27;
	letter-spacing: .2rem;
	line-height: 1.9rem;
	opacity: .9;
	font-weight: 700;
}

.p02-partner-intro__section-description {
	color: #2e2a27;
	margin: 3rem 0;
	line-height: 3rem;
}

.p02-partner-intro__section-image {
	max-width: 34.6rem;
	height: 12.3rem;
	border-radius: .5rem;
	background-color: #fff;
}

.p02-partner-intro__section-image img {
	padding: 3rem;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width:768px) {
	.p02-partner-intro__section {
		padding: 10rem 0 11.2rem;
	}

	.p02-partner-intro__section-description {
		line-height: 4.8rem;
	}
}

.p03-partner-intro {
	background-color: #ffc72c;
}

.p03-partner-intro__section {
	padding: 6rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p03-partner-intro__section-title {
	color: #2e2a27;
	letter-spacing: .2rem;
	line-height: 1.9rem;
	opacity: .9;
	font-weight: 700;
}

.p03-partner-intro__section-description {
	color: #2e2a27;
	margin: 3rem 0;
	line-height: 3rem;
}

.p03-partner-intro__section-image {
	max-width: 34.6rem;
	height: 12.3rem;
}

.p03-partner-intro__section-image img {
	padding: 3rem;
	border-radius: .5rem;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	background-color: #fff;
}

@media (min-width:768px) {
	.p03-partner-intro__section {
		padding: 10rem 0 11.2rem;
	}

	.p03-partner-intro__section-description {
		line-height: 4.8rem;
	}
}

.pp01-privacy-policy {
	font-size: 14px;
	padding: 12rem 0;
}

.pp01-privacy-policy__seperator {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 3px solid #2d2926;
	width: 4rem;
	margin: 3rem 0 4.5rem;
}

.pp01-privacy-policy .dark {
	background-color: #f1f2f2;
}

.pp01-privacy-policy ol,
.pp01-privacy-policy p,
.pp01-privacy-policy ul {
	margin-bottom: 25px;
}

.pp01-privacy-policy ol,
.pp01-privacy-policy ul {
	margin-left: 8px;
	padding-left: 16px;
}

.pp01-privacy-policy a {
	text-decoration: none;
	color: #ffc72c;
}

.pp01-privacy-policy ul {
	display: block;
	list-style-type: disc;
}

.pp01-privacy-policy ul ul {
	list-style-type: circle;
}

.pp01-privacy-policy h3 {
	margin-bottom: 32px;
}

.r01-resource-download {
	padding: 6rem 0;
	background-color: #f6f6f6;
	position: relative;
}

.r01-resource-download__title {
	color: #2e2a27;
	margin: 0 0 1.5rem;
}

.r01-resource-download__text {
	line-height: 1.5;
	text-transform: unset;
}

@media (min-width:768px) {
	.r01-resource-download {
		padding: 12rem 0;
	}

	.r01-resource-download__title {
		margin: 0 0 3rem;
	}
}

.styleguide {
	padding: 12rem 0;
}

.styleguide .item:not(:last-child) {
	margin-bottom: 4rem;
}

.styleguide .list {
	padding: 4rem 0;
}

.styleguide .title {
	color: #2d2926;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: .625em;
	margin-bottom: 1.25em;
}

.styleguide .example-form {
	background-color: #f1f2f2;
	padding: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.styleguide .example-input {
	width: 36rem;
	margin-right: -5rem;
}

.styleguide .dummy {
	display: block;
	background-color: #e2e2e2;
	height: 200px;
	padding: 1rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.styleguide .chapter {
	margin-bottom: 4rem;
}

.secondary-button {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.secondary-button .button-element {
	height: 5rem;
}

.secondary-button .inner {
	position: relative;
}

.secondary-button .label {
	opacity: .6;
}

.secondary-button .line {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #4b4f54;
	opacity: .3;
}

.secondary-button .line.highlight {
	background-color: #00b398;
	opacity: 1;
}

.secondary-button:hover .label {
	color: #00b398;
	opacity: 1;
}

.custom-input .label {
	margin-bottom: .83333em;
	display: block;
}

.custom-input input {
	border: 1px solid transparent;
	border-radius: 2.5rem;
	background-color: #fff;
	width: 100%;
	height: 5rem;
	padding: 0 3.2rem;
	font-family: inherit;
}

.custom-input input.placeholder {
	color: #e2e2e2;
	font-family: metropolis, sans-serif;
}

.custom-input input:-moz-placeholder,
.custom-input input::-moz-placeholder {
	color: #e2e2e2;
	font-family: metropolis, sans-serif;
}

.custom-input input:-ms-input-placeholder {
	color: #e2e2e2;
	font-family: metropolis, sans-serif;
}

.custom-input input::-webkit-input-placeholder {
	color: #e2e2e2;
	font-family: metropolis, sans-serif;
}

.custom-input input:focus {
	outline: 0;
	border-color: #00b398;
}

.responsive-video,
.video-wrapper {
	position: relative;
	width: 100%;
}

.video-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

[data-component=two-col] {
	margin-bottom: 30px;
	font-size: 0;
}

[data-component=two-col] .col {
	width: 50%;
	display: inline-block;
	font-size: 1rem;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

[data-component=two-col] .col img {
	width: 100%;
	height: 200px;
	display: block;
	background-size: cover;
	margin-bottom: 10px;
}

[data-component=two-col] .col.col-left img {
	background-image: url(/profiles/custom/mm_hive/themes/hive/asset/image/demo.62e2a97.jpg);
}

[data-component=two-col] .col.col-right img {
	background-image: url(/profiles/custom/mm_hive/themes/hive/asset/image/demo.b241a63.png);
}

.v01-description {
	color: colorGreyTint5;
}

.v01-description__section {
	padding: 120px 0;
}

.v01-description__title {
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.v01-description__location {
	font-size: 26px;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}

.v01-description__details h3 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: none;
}

.v01-description__details h2 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-decoration: none;
}

.v01-description__details p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
}

.v01-description__details ul {
	padding: 18px;
	list-style: disc;
}

.v01-description__details ul li {
	font-size: 16px;
}

.v01-description__details ul ul {
	list-style: circle;
}

.v02-resume-uploads .iframe-wrapper {
	width: 100%;
	padding: 30px 0 30px 30px;
	background-color: #f2f2f2;
	margin-bottom: 60px;
}

@-webkit-keyframes showItem {
	0% {
		opacity: 0;
		height: 0;
	}

	25% {
		opacity: .25;
		height: 10px;
	}

	50% {
		opacity: .5;
		height: auto;
	}

	75% {
		opacity: .75;
		height: auto;
	}

	to {
		opacity: 1;
		height: auto;
	}
}

@keyframes showItem {
	0% {
		opacity: 0;
		height: 0;
	}

	25% {
		opacity: .25;
		height: 10px;
	}

	50% {
		opacity: .5;
		height: auto;
	}

	75% {
		opacity: .75;
		height: auto;
	}

	to {
		opacity: 1;
		height: auto;
	}
}

@-webkit-keyframes hideItem {
	0% {
		opacity: 0;
		height: auto;
	}

	25% {
		opacity: 0;
		height: 10px;
	}

	to {
		opacity: 0;
		height: 0;
	}
}

@keyframes hideItem {
	0% {
		opacity: 0;
		height: auto;
	}

	25% {
		opacity: 0;
		height: 10px;
	}

	to {
		opacity: 0;
		height: 0;
	}
}

.w01-services {
	padding: 50px 0 50px 0;
	background-color: white;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.w01-services {
		padding: 40px 0 5px 0;
	}
}
.w01-services__title {
	font-style: normal;
	font-weight: 300;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #4B4F54;
	margin-bottom: 45px;
}

.w01-services__subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #000000;
	opacity: .9;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.w01-services__item {
	margin-bottom: 15px;
}

.w01-services__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2e2a27;
	margin-bottom: 20px;
}

.w01-services__item-title p {
	font-style: normal;
	font-weight: 600;
	font-size: calc(24px + 0*(100vw - 480px)/960);
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #4B4F54;
	text-transform: none;
	text-decoration: none;
	-ms-flex-preferred-size: calc(100% - 20px);
	flex-basis: calc(100% - 20px);
	pointer-events: none;
}

.w01-services__item-title .icon {
	-ms-flex-preferred-size: 1.2rem;
	flex-basis: 1.2rem;
	height: 1.2rem;
	width: 1.2rem;
	line-height: 1.9rem;
	margin-top: .5rem;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.w01-services__item-text {
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: calc(20px + 0*(100vw - 480px)/960);
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #4B4F54;
	background-color: white; 
	text-transform: none;
	overflow: hidden;
	display: block;
}

.w01-services__item-text a {
	text-decoration: none;
	color: #00b398;
}

.w01-services__item-text a:hover {
	color: #129b84;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.w01-services__title {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 34px;
	}
	.w01-services__item-title p {
		font-size: calc(22px + 0*(100vw - 480px)/960);
		line-height: 22px;
	}
	.w01-services__item-text {
		font-size: calc(20px + 0*(100vw - 480px)/960);
		line-height: 20px;
		margin-bottom: 12px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.w01-services__title {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 30px;
	}
	.w01-services__item-title p {
		font-size: calc(20px + 0*(100vw - 480px)/960);
		line-height: 20px;
	}
	.w01-services__item-text {
		font-size: calc(19px + 0*(100vw - 480px)/960);
		line-height: 19px;
		margin-bottom: 12px;
	}
}

.w01-services .w01-services__item.expand .w01-services__item-title .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.w01-services .w01-services__item.expand .w01-services__item-text {
	opacity: 1;
	height: auto;
	margin-top: 2rem;
	-webkit-animation: showItem 1s;
	animation: showItem 1s;
}
.w01-services__list {
	list-style: disc inside;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.08em;
	color: #4B4F54;
	padding-top: 15px;
}
.w01-services__list .w01-services__insidelist {
	list-style: lower-alpha inside;
	margin-left: 20px;
}

@media only screen and (max-width: 820px) {
	.w01-services__item-title p {
		pointer-events: none;
		pointer-events: all;
	}
	.w01-services__item-text {
		margin-top: 14px;
		opacity: 1;
		height: auto;
		-webkit-animation: unset;
		animation: unset;
		display: none;
		overflow: hidden;
	}
}

@media (min-width:821px) {
	.w01-services__item-title .icon {
		display: none;
	}
}

@media (min-width:820px) {
	.w01-services .grid {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.w01-services__title {
		margin: 0px 0 40px;
	}

	.w01-services__item {
		margin-bottom: 32px;
	}

	.w01-services__item-title p {
		cursor: default;
	}
}

.w02-cta-block {
	padding: 3rem 0;
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
}
@media (min-width:768px) {
	.w02-cta-block {
		padding: 3rem 0;
	}
}
.margin {
	padding: 0px;
	margin: 0px;
}

.w02-cta-block__details {
	z-index: 1;
}

.w02-cta-block__subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: calc(18px + 0*(100vw - 480px)/960);
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 30px;
	mix-blend-mode: soft-light;
}
.subtitle-black {
	mix-blend-mode: normal;
}
.w02-cta-block__title {
	font-style: normal;
	font-weight: 300;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #4B4F54;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.w02-cta-block__title {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.w02-cta-block__title {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
		margin-bottom: 15px;
	}
}

.title__two {
	color: white;
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	margin-bottom: 34px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.title__two {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.title__two {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
		margin-bottom: 10px;
	}
}
.w02-cta-block__title a {
	color: #E5BF6CD9;
	text-decoration: none;
}

.w02-cta-block__image {
	background-color: transparent;
	display: flex;
	align-items: center;
}
.w02-cta-block__image img { 
	display: block;
	text-align: center;
	max-width: 278px;
}
.w02-cta-block__image .w02-cta-learnmore__image {
	display: block;
	text-align: center;
	margin: auto;
	max-width: 260px;
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
	.w02-cta-block__image img { 
		width: 90%;
	}
	.w02-cta-block__image .w02-cta-learnmore__image {
		width: 90%;
	}
}
.w02-cta-block__image span {
	width: 100%;
	display: block;
	text-align: center;
}
.w02-cta-block__image span svg {
	width: 243px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
	.w02-cta-block__image span svg {
		width: auto;
	}
}
.h07-cta-block__video {
	display: block;
	margin: auto;
	width: auto;
	height: 260px;
	max-height: 260px;
}

.w02-process__title-aux {
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #4B4F54;
	margin: 0% !important;
}
.w02-cta__title-aux {
	font-size: calc(36px + 0*(100vw - 480px)/960);
	line-height: 36px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #4B4F54;
	margin-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
	.w02-process__title-aux {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
	}
	.w02-cta__title-aux {
		font-size: calc(32px + 0*(100vw - 480px)/960);
		line-height: 32px;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px) {
	.w02-process__title-aux {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
	}
	.w02-cta__title-aux {
		font-size: calc(28px + 0*(100vw - 480px)/960);
		line-height: 28px;
	}
}
.w02-cta-capacity { 
	background-color: #009DB7;
	padding: 50px 0 50px 0;
	height: 655px;
	min-height: 655px;
	height: auto;
	min-height: auto;
}
.capacity-light-gray{
	background-color: #F3F3F3;
}
.w02-cta-talent {
	background-color: #009DB7;
	padding: 50px 0 50px 0;
	height: 380px;
	min-height: 380px;
}
.w02-cta-learnmore {
	background: #F1F1F1;
	padding: 50px 0 50px 0;
	height: 360px;
	min-height: 360px;
}
.w02-cta-solutions { 
	background-color: white;
	padding: 50px 0 50px 0;
	height: 360px;
	min-height: 360px;
}
@media screen and (min-width: 360px) and (max-width: 1180px) {
	.w02-cta-capacity { 
		padding: 40px 0 40px 0;
		height: auto;
		min-height: none;
	}
	.w02-cta-talent {
		padding: 40px 0 20px 0;
		height: auto;
		min-height: none;
	}
	.w02-cta-learnmore {
		padding: 40px 0 20px 0;
		height: auto;
		min-height: none;
	}
	.w02-cta-solutions { 
		padding: 40px 0 20px 0;
		height: auto;
		min-height: none;
	}
}
@media (min-width:768px) {
	.w02-cta-block__title {
		margin: 0rem 0 7rem;
		line-height: 4.9rem;
	}
}
@media (min-width:1024px) {
	.w02-cta-block__image {
		background-color: transparent;
		margin: auto;
	}
}

.preguntas{
	background: rgba(204, 204, 204, 0.27);
	position: relative;
	padding: 80px 0 140px 0;
	display: flex;
	align-items: center;
}
.preguntas .float-circle-1 {
	position: absolute;
    width: 150px;
    height: 150px;
    background: #DBBEB4BF;
    mix-blend-mode: multiply;
    border-radius: 50%;
	top: -30px;
    left: -30px;
}
.preguntas .float-circle-2 {
    position: absolute;
    width: 110px;
    height: 110px;
    background: #E5BF6CBF;
    mix-blend-mode: multiply;
    border-radius: 50%;
	top: -20px;
    right: 15px;
}
.preguntas .float-circle-3 {
	position: absolute;
    width: 80px;
    height: 80px;
    background: #009DB7BF;
    mix-blend-mode: multiply;
    border-radius: 50%;
    left: 50px;
    bottom: 20px;
}
.preguntas h3{
	font-size: calc(36px + 0*(100vw - 480px)/960);
	font-weight: 400;
	color: #000;
	line-height: 36px;
	margin-bottom: 2rem;
}
.preguntas p{
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-size: 400;
	color: #000;
}
.preguntas p a {
	color: rgba(6, 79, 53, 1);
	text-decoration: none;
	font-size: calc(22px + 0*(100vw - 480px)/960);
}
@media only screen and (min-width: 768px){
	.preguntas{
		height: 333px;
		padding: 0;
	}
	.preguntas .float-circle-1 {
		width: 200px;
		height: 200px;
		background: #DBBEB4BF;
		top: -50px;
		left: -30px;
	}
	.preguntas .float-circle-2 {
		width: 140px;
		height: 140px;
		top: -20px;
		right: 110px;
	}
	.preguntas .float-circle-3 {
		width: 106px;
		height: 106px;
		left: 260px;
		bottom: 15px;
	}
	.preguntas p a {
		font-size: calc(24px + 0*(100vw - 480px)/960);
	}
}
@media only screen and (min-width: 1024px){
	.preguntas .float-circle-1 {
		width: 224px;
		height: 224px;
		background: #DBBEB4BF;
		top: -70px;
		left: -50px;
	}
	.preguntas .float-circle-2 {
		width: 160px;
		height: 160px;
		top: -40px;
		right: 200px;
	}
	.preguntas .float-circle-3 {
		width: 126px;
		height: 126px;
		left: 368px;
		bottom: 20px;
	}
}
.contacto-form{
	padding: 5rem 0;
	background: #fff;
}
.form-padding {
	padding: 0rem 0;
}
.contacto-form h2 {
	font-size: calc(36px + 0*(100vw - 480px)/960);
	font-weight: 400;
	color: #000;
	margin-bottom: 2rem;
}
.contacto-form p {
	font-size: calc(32px + 0*(100vw - 480px)/960);
	font-weight: 300;
	color: #000;
}
.contacto-form .form{
	position: relative;
	margin: 2rem 0;
}
.contacto-form .content-terminos-condiciones{
	padding-top: 3rem;
}
.contacto-form .content-terminos-condiciones p{
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.contacto-form  .contacto-form-margin,
.contacto-form  .contacto-form-margin p {
	padding: 0px;
	margin-bottom: 20px;
}
.contacto-form .content-terminos-condiciones .text-check{
	font-size: calc(16px + 0*(100vw - 480px)/960);
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	display: inline;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
	.contacto-form .content-terminos-condiciones .text-check{
		font-size: calc(14px + 0*(100vw - 480px)/960);
	}
}
.contacto-form .content-terminos-condiciones .text-check .terminos,
.contacto-form .content-terminos-condiciones .text-check .aviso {
	text-decoration: underline;
	cursor: pointer;
}
.contacto-form .content-submit {
	display: flex;
	justify-content: center;
	padding-top: 10rem;
}
.contacto-form #form-registro .helper-text{
	display: none;
}
.contacto-form #form-registro .text-error-activo {
	color: red;
	display: block;
}
.contacto-form .content-areas{
	margin-top: 3rem;
}
.contacto-form .content-areas .text-areas{
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-weight: 300;
	display: block;
	margin-bottom: 1.25rem;
}
.file-upload{
	margin-top: 2.5rem;
}
.file-upload .file-upload-select {
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.file-upload .file-upload-select .file-select-button {
	padding: 10px 0;
	display: inline-block;
}
.file-upload .file-upload-select .file-select-name {
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-weight: 400;
	font-family: "metropolis";
	display: inline-block;
	padding: 10px;
}
.file-upload .file-name{
	font-size: calc(16px + 0*(100vw - 480px)/960);
	font-weight: 600;
	color: rgba(51, 128, 0, 1);
	margin-left: 3.275rem;
}
.file-upload .file-name .delete-file-text{
	font-size: calc(14px + 0*(100vw - 480px)/960);
	font-weight: 300;
	text-decoration: underline;
	cursor: pointer;
	color: rgba(0, 157, 183, 1);
	margin-left: 10px;
}
.file-upload .file-upload-select:hover .file-select-button {
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-upload-select input[type="file"] {
	display: none;
}
@media only screen and (max-width: 768px){
	.contacto-form h2 {
		font-size: calc(32px + 0*(100vw - 480px)/960);
	}
	.contacto-form p {
		font-size: calc(28px + 0*(100vw - 480px)/960);
	}
	[type="checkbox"] + span:not(.lever) .terminos,
	[type="checkbox"] + span:not(.lever) .aviso{
		font-size: calc(18px + 0*(100vw - 480px)/960);
	}
	.contacto-form .content-submit {
		padding-top: 5rem;
	}
}
.tankyoupage{
	position: relative;
	background: #ffffff;
}
.tankyoupage h2 {
	font-size: calc(32px + 0*(100vw - 480px)/960);
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 5rem
}
.tankyoupage p{ 
	font-size: calc(28px + 0*(100vw - 480px)/960);
	font-weight: 300;
	color: #4B4F54;
	text-align: center;
	margin-bottom: 7rem;
}
.tankyoupage .primary-button{
	margin: 0 auto 7rem auto;
	display: table;
}
.tankyoupage .float-circle-1 {
	position: absolute;
    width: 180px;
    height: 180px;
    background: #DBBEB4BF;
    mix-blend-mode: multiply;
    border-radius: 50%;
	top: 15px;
    left: 15px;
}
.tankyoupage .float-circle-2 {
    position: absolute;
    width: 110px;
    height: 110px;
    background: #E5BF6CBF;
    mix-blend-mode: multiply;
    border-radius: 50%;
	top: 135px;
    right: 15px;
}
.tankyoupage .float-circle-3 {
	position: absolute;
    width: 80px;
    height: 80px;
    background: #009DB7BF;
    mix-blend-mode: multiply;
    border-radius: 50%;
    left: 15px;
    bottom: 100px;
}
@media only screen and (min-width: 768px){
	.tankyoupage h2 {
		font-size: calc(36px + 0*(100vw - 480px)/960);
		margin-top: 7.1875rem;
		margin-bottom: 9rem;
	}
	.tankyoupage p{ 
		font-size: calc(32px + 0*(100vw - 480px)/960);
		margin-bottom: 8.5rem;
	}
	.tankyoupage .float-circle-2{
		right: 80px;
	}
	.tankyoupage .float-circle-3{
		left: 160px;
	}
}
@media only screen and (min-width: 1024px){
	.tankyoupage h2{
		font-size: calc(36px + 0*(100vw - 480px)/960);
		margin-top: 114px;
		margin-bottom: 136px;
	}
	.tankyoupage p{ 
		font-size: calc(32px + 0*(100vw - 480px)/960);
		margin-bottom: 134px;
	}
	.tankyoupage .float-circle-1{
		width: 270px;
		height: 270px;
		top: 30px;
		left: 78px;
	}
	.tankyoupage .float-circle-2{
		top: 106px;
		right: 155px;
	}
	.tankyoupage .float-circle-3{
		left: 216px;
		bottom: 50px;
	}
}
.loading-response{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	visibility: hidden;
	padding: 0 1.5rem;
}
.loading-response .content-loading{
	background-color: transparent;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	text-align: center;
}
.loading-response .content-loading p {
	font-size: calc(28px + 0*(100vw - 480px)/960);
	font-weight: 400;
	color: #fff;
	margin-bottom: 68px;
}
.loading-response .content-loading .content-circles-animate{
	width: 280px;
	height: auto;
	display: flex;
	justify-content: space-around;
	margin: auto auto 110px auto;
}
.loading-response .content-loading .content-circles-animate span{
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.loading-response .content-loading .content-circles-animate .circle-pink{
	background: rgba(223, 180, 174, 0.86);
	animation: move .7s ease-in-out -0.15s infinite alternate;
}
.loading-response .content-loading .content-circles-animate .circle-blue{
	background: #009DB7;
	animation: move .7s ease-in-out -0.35s infinite alternate;
}
.loading-response .content-loading .content-circles-animate .circle-yellow{
	background: #E5BF6C;
	animation: move .7s ease-in-out -0.45s infinite alternate;
}
.loading-response .content-loading .btn-cancelar{
	background: #fff;
	font-size: calc(20px + 0*(100vw - 480px)/960);
	font-weight: 400;
	color: #000;
	padding: 10px 58px;
	border-radius: 25px;
	border: none;
	cursor: pointer;
}

@media only screen and (min-width: 768px){
	.loading-response .content-loading p {
		font-size: calc(32px + 0*(100vw - 480px)/960);
	}
	.loading-response .content-loading .content-circles-animate{
		margin: auto auto 150px auto;
	}
	.loading-response .content-loading .content-circles-animate span{
		width: 48px;
		height: 48px;
	}
}
/* filter blog */
.filter-blog{
	background: #F1F1F1;
	position: relative;
	padding-top: 50px;
}
.filter-blog #btn-filter .filters__trigger-title{
	font-weight: 600;
	color: #27B5D0;
}
.filter-blog .content-filters{
	display: none;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.filter-blog .content-filters.active{
	display: flex;
}
.filter-blog .content-filters .form-item{
	margin-bottom: 1rem;
}
.filter-blog .content-filters .form-item p{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.filter-blog .content-filters .form-item p label [type=checkbox]+span:not(.lever){
	padding-left: 24px;
	height: 14px;
}
.filter-blog .content-filters .form-item p label [type=checkbox].filled-in:not(:checked)+span:not(.lever):after{
	width: 16px;
	height: 16px;
}
.filter-blog .content-filters .form-item p label [type=checkbox].filled-in:checked+span:not(.lever):after{
	width: 16px;
	height: 16px;
}
.filter-blog .content-filters .form-item p label [type=checkbox].filled-in:checked+span:not(.lever):before{
	width: 8px;
	height: 10px;
}
.filter-blog .content-filters .form-item .text-check{
	font-size: calc(14px + 0 *(100vw - 480px)/960);
    font-weight: 500;
}
#btn-apply-filter{
	background-color: transparent;
	font-size: calc(14px + 0 *(100vw - 480px)/960);
	border: none;
	font-weight: 500;
	cursor: pointer;
	text-decoration: underline;
	display: none;
}
#btn-apply-filter.active{
	display: block;
}
.filter-blog .form{
	justify-content: space-between;
	flex-direction: column-reverse;
}
.filter-blog .form-control{
	position: relative;
}
.filter-blog .form-control #search{
	border-bottom: 1px solid #27B5D0;
}
.filter-blog .form-control button{
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
/* result blog */
.results-blog{
	background: #F1F1F1;
	position: relative;
}
.results-blog .h06-item a .description-wrapper .date-text{
	position: unset;
}
.results-blog .pagination .nav-links{
	max-width: 500px;
	margin: auto auto 1rem auto;
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.results-blog .pagination .nav-links .page-numbers{
	font-size: calc(18px + 0 *(100vw - 480px)/960);
	color: #4B4F54;
	padding: 10px 16px;
	margin: 0 5px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	transition: ease all .3s;
}
.results-blog .pagination .nav-links .page-numbers:hover{
	background-color: #fff;
	box-shadow: 0px 4px 35px 0px rgba(0, 157, 183, 0.30);
}
.results-blog .pagination .nav-links .page-numbers.current{
	text-align: center;
	text-decoration: none;
	display: flex;
	color: #009DB7;
	background-color: #fff;
	box-shadow: 0px 4px 35px 0px rgba(0, 157, 183, 0.30);
}
.results-blog .pagination .nav-links .next{
	font-size: calc(14px + 0 *(100vw - 480px)/960);
	background-color: transparent;
	box-shadow: none;
}
.results-blog .pagination .nav-links .next:hover{
	background-color: transparent;
	box-shadow: none;
}
.results-blog .pagination .nav-links .prev{
	font-size: calc(14px + 0 *(100vw - 480px)/960);
	background-color: transparent;
	box-shadow: none;
}
.results-blog .pagination .nav-links .prev:hover{
	background-color: transparent;
	box-shadow: none;
}
.results-blog .pagination .nav-links ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.results-blog .pagination .nav-links ul li{
	margin: 0 5px;
}
.results-blog .pagination .nav-links ul li span.current{
	font-size: calc(18px + 0 *(100vw - 480px)/960);
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 10px 16px;
	display: flex;
	border-radius: 8px;
	transition: ease all .3s;
	color: #009DB7;
	background-color: #fff;
	box-shadow: 0px 4px 35px 0px rgba(0, 157, 183, 0.30);
}
.results-blog .pagination .nav-links ul li a{
	font-size: calc(18px + 0 *(100vw - 480px)/960);
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #4B4F54;
	padding: 10px 16px;
	display: flex;
	border-radius: 8px;
	transition: ease all .3s;
}
.results-blog .pagination .nav-links ul li a:hover{
	color: #009DB7;
	background-color: #fff;
	box-shadow: 0px 4px 35px 0px rgba(0, 157, 183, 0.30);
}
.results-blog .pagination .nav-links ul li a.page-numbers{
	font-size: calc(12px + 0 *(100vw - 480px)/960);
}
.results-blog .pagination .nav-links ul li a.active{
	color: #009DB7;
	background-color: #fff;
	box-shadow: 0px 4px 35px 0px rgba(0, 157, 183, 0.30);
}
.results-blog .pagination .nav-links ul li:first-child a{
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}
.results-blog .pagination .nav-links ul li:last-child a{
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}
.results-blog .pagination .nav-links ul li a svg{
	width: 30px;
}
.results-blog-search{
    background: #F1F1F1;
    position: relative;
	padding: 50px 0;
}
.results-blog-search .title-result-search{
	font-size: calc(24px + 0 *(100vw - 480px)/960);
	font-weight: 600;
}
.pagination .nav-links{
	max-width: 500px;
    margin: auto auto 1rem auto;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .nav-links .page-numbers.current {
    text-align: center;
    text-decoration: none;
    display: flex;
    color: #009DB7;
    background-color: #fff;
    box-shadow: 0px 4px 35px 0px rgba(0, 157, 183, 0.30);
}
.pagination .nav-links .page-numbers {
    font-size: calc(18px + 0 *(100vw - 480px)/960);
    color: #4B4F54;
    padding: 10px 16px;
    margin: 0 5px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: ease all .3s;
}
.pagination .nav-links .next {
    font-size: calc(14px + 0 *(100vw - 480px)/960);
    background-color: transparent;
    box-shadow: none;
}
@media (min-width:1024px) {
	.results-blog .h06-item:first-child{
		flex-basis: 66%;
		max-width: 66%;
	}
	.results-blog .paginator ul li{
		margin: 0 10px;
	}
	.results-blog .paginator ul li a{
		font-size: calc(24px + 0 *(100vw - 480px)/960);
		padding: 14px 20px;
	}
	.results-blog .paginator ul li a svg{
		width: 40px;
	}
	.filter-blog .content-filters .form-item{
		width: 33%;
	}
	.filter-blog .form{
		flex-direction: row;
	}
	
}
@media (min-width:480px) {
	.filter-blog .content-wrapper .grid{
		flex-direction: row;
	}
	#btn-filter{
		margin-top: 0;
	}
}
/* fin Blog */

@keyframes move {
	from {
	  transform: translateY(-10px);
	}
	to {
	  transform: translateY(10px);
	}
  }
