@charset "UTF-8";
/*
Theme Name: Eysin
Text Domain: palermo
*/
/* OLDER */
/* repetitive colors */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.bg-blanco {
				background-color: #F3F3F9;
}

.bg-gris {
				background-color: #E4E4E4;
}

.image-background {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
}
.image-background img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
				--fade-opacity: 1;
				--fade-transform: translateX(0px) translateY(0px);
				--p100: 100%;
				--v1: 1;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/* Text Block Custom Style */
html {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				height: -webkit-fill-available;
}

*,
*::before,
*::after {
				-webkit-box-sizing: inherit;
				        box-sizing: inherit;
}

* {
				margin: 0;
				padding: 0;
				border: none;
				text-decoration: none;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

body {
				font-family: "Outfit", sans-serif;
				font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
				color: #3856A4;
				background-color: #F3F3F9;
}
body img {
				max-width: 100%;
				height: auto;
				line-height: 0;
}
body ul li {
				list-style: none;
}

section {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}

.hidden {
				display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
				font-family: "Outfit", sans-serif;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				border-radius: 0;
}

button {
				background-color: transparent;
}
button.js-accordion-open {
				padding: 10px 15px;
				background-color: #F3F3F9;
				color: #585858;
				border: 1px solid #585858;
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				width: 100%;
				font-size: 18px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
button.js-accordion-open svg {
				width: 40px;
				height: 40px;
				position: absolute;
				top: 1px;
				right: 1px;
}
button.js-accordion-open svg path.fondo {
				fill: transparent;
}
button.js-accordion-open:hover, .js-open button.js-accordion-open {
				background-color: #3856A4;
				border-color: #3856A4;
				color: #F3F3F9;
}
button.js-accordion-open:hover svg path.fondo, .js-open button.js-accordion-open svg path.fondo {
				fill: #3856A4;
}
button.js-accordion-open:hover svg path.vertical, .js-open button.js-accordion-open svg path.vertical {
				display: none;
}
button.js-accordion-open:hover svg path.horizontal, .js-open button.js-accordion-open svg path.horizontal {
				fill: #F3F3F9;
}

select {
				font-family: "Outfit", sans-serif;
}

h1,
.h1,
.h1 p {
				font-size: 36px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
				font-weight: 300;
}
@media only screen and (max-width: 1050px) {
				h1,
				.h1,
				.h1 p {
								font-size: 64px;
				}
}
@media only screen and (max-width: 600px) {
				h1,
				.h1,
				.h1 p {
								font-size: 48px;
				}
}

h2,
.h2,
.h2 p {
				font-size: 36px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
				margin-bottom: 8px;
				font-weight: 300;
}
@media only screen and (max-width: 1050px) {
				h2,
				.h2,
				.h2 p {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				h2,
				.h2,
				.h2 p {
								font-size: 36px;
				}
}

h3,
.h3,
.h3 p {
				font-size: 35px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
				font-weight: 300;
}
@media only screen and (max-width: 1050px) {
				h3,
				.h3,
				.h3 p {
								font-size: 30px;
				}
}
@media only screen and (max-width: 600px) {
				h3,
				.h3,
				.h3 p {
								font-size: 26px;
				}
}

h4,
.h4,
.h4 p {
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				font-weight: 300;
}
@media only screen and (max-width: 1050px) {
				h4,
				.h4,
				.h4 p {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				h4,
				.h4,
				.h4 p {
								font-size: 20px;
				}
}

h5,
.h5,
.h5 p {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				font-weight: 300;
}
@media only screen and (max-width: 1050px) {
				h5,
				.h5,
				.h5 p {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				h5,
				.h5,
				.h5 p {
								font-size: 18px;
				}
}

h6,
.h6,
.h6 p {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				font-weight: 300;
}
@media only screen and (max-width: 1050px) {
				h6,
				.h6,
				.h6 p {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				h6,
				.h6,
				.h6 p {
								font-size: 16px;
				}
}

a {
				color: #585858;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}

b,
strong,
strong * {
				font-weight: 600;
}

:hover {
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}

.row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}

.container {
				max-width: 1290px;
				margin: 0 auto;
				padding: 0 15px;
				width: 100%;
				position: relative;
				z-index: 1;
}
.container.default_block {
				max-width: 970px;
				margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
				.container.default_block {
								margin-bottom: 30px;
				}
}
.container.default_block:first-of-type {
				margin-top: 50px;
}
@media only screen and (max-width: 767px) {
				.container.default_block:first-of-type {
								margin-top: 40px;
				}
}
.container.default_block:last-of-type {
				margin-bottom: 78px;
}
@media only screen and (max-width: 767px) {
				.container.default_block:last-of-type {
								margin-bottom: 40px;
				}
}
.container.default_block.heading {
				margin-bottom: 40px;
				padding-top: 39.5px;
}
@media only screen and (max-width: 767px) {
				.container.default_block.heading {
								margin-bottom: 30px;
				}
}
.container.default_block.heading h1 {
				font-size: 60px;
				font-weight: 500;
				line-height: 1;
				letter-spacing: 0.667px;
}
@media only screen and (max-width: 767px) {
				.container.default_block.heading h1 {
								font-size: 48px;
				}
}
.container.default_block.heading h2 {
				font-weight: 600;
				line-height: 1.22;
}
.container.default_block.heading h3 {
				font-weight: 600;
				line-height: 1.57;
}
.container.default_block.heading h5 {
				font-weight: 400;
				line-height: 1.5;
}
.container.default_block p {
				font-size: 16px;
				line-height: 1.5;
}
.container.default_block a:hover {
				text-decoration: none;
}
.container.default_block.separator {
				margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
				.container.default_block.separator {
								margin-bottom: 30px;
				}
}
.container.default_block.separator .wp-block-separator {
				border: none;
				border-top: 1px solid #BDBFC1;
				background-color: #BDBFC1;
}
.container.default_block.list {
				margin-bottom: 30px;
}
.container.default_block.list:first-of-type {
				margin-bottom: 0;
}
.container.default_block.list .container {
				padding: 0;
}
.container.default_block.list ul {
				padding-left: 15px;
}
.container.default_block.list ul li {
				list-style: initial;
				font-size: 16px;
				line-height: 1.5;
}
.container.default_block.list ol {
				padding-left: 15px;
}
.container.default_block.list ol li {
				list-style: decimal;
				font-size: 16px;
				line-height: 1.5;
}
.container.default_block.list-item {
				margin: 0;
				font-size: 16px;
				line-height: 1.5;
}
.container.default_block.list-item:first-of-type {
				margin: 0;
}
.container.default_block.gallery .wp-block-gallery {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
				grid-template-columns: repeat(6, 1fr);
				-ms-grid-rows: auto;
				grid-template-rows: auto;
				gap: 20px 20px;
				    grid-template-areas: "w50 w50 w50 w50r w50r w50r" "w70 w70 w70 w70 w30r w30r" "w100 w100 w100 w100 w100 w100" "w30 w30 w70r w70r w70r w70r" "w30l w30l w30c w30c w30-r w30-r";
}
@media only screen and (max-width: 767px) {
				.container.default_block.gallery .wp-block-gallery {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
				}
}
.container.default_block.gallery .container.image.default_block figure {
				height: 100%;
}
.container.default_block.gallery .container.image.default_block img {
				height: 100%;
				max-height: 360px;
				min-height: 360px;
				-o-object-fit: cover;
				   object-fit: cover;
				-o-object-position: center;
				   object-position: center;
}
.container.default_block.gallery .container.image.default_block:nth-child(1) {
				-ms-grid-row: 1;
				-ms-grid-column: 1;
				-ms-grid-column-span: 5;
				grid-area: w50;
}
.container.default_block.gallery .container.image.default_block:nth-child(2) {
				-ms-grid-row: 3;
				-ms-grid-column: 1;
				-ms-grid-column-span: 7;
				grid-area: w70;
}
.container.default_block.gallery .container.image.default_block:nth-child(3) {
				-ms-grid-row: 3;
				-ms-grid-column: 9;
				-ms-grid-column-span: 3;
				grid-area: w30r;
}
.container.default_block.gallery .container.image.default_block:nth-child(4) {
				-ms-grid-row: 1;
				-ms-grid-column: 7;
				-ms-grid-column-span: 5;
				grid-area: w50r;
}
.container.default_block.gallery .container.image.default_block:nth-child(5) {
				-ms-grid-row: 5;
				-ms-grid-column: 1;
				-ms-grid-column-span: 11;
				grid-area: w100;
}
.container.default_block.gallery .container.image.default_block:nth-child(6) {
				-ms-grid-row: 7;
				-ms-grid-column: 1;
				-ms-grid-column-span: 3;
				grid-area: w30;
}
.container.default_block.gallery .container.image.default_block:nth-child(7) {
				-ms-grid-row: 7;
				-ms-grid-column: 5;
				-ms-grid-column-span: 7;
				grid-area: w70r;
}
.container.default_block.gallery .container.image.default_block:nth-child(8) {
				-ms-grid-row: 9;
				-ms-grid-column: 1;
				-ms-grid-column-span: 3;
				grid-area: w30l;
}
.container.default_block.gallery .container.image.default_block:nth-child(9) {
				-ms-grid-row: 9;
				-ms-grid-column: 5;
				-ms-grid-column-span: 3;
				grid-area: w30c;
}
.container.default_block.gallery .container.image.default_block:nth-child(10) {
				-ms-grid-row: 9;
				-ms-grid-column: 9;
				-ms-grid-column-span: 3;
				grid-area: w30-r;
}
.container.default_block.gallery .container.default_block {
				padding: 0;
				margin: 0;
}
.container.default_block.gallery .container.default_block:first-of-type {
				margin-top: 0;
}
.container.default_block.gallery .container.default_block:last-of-type {
				margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
				.container.default_block.gallery .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
								width: 100%;
				}
}
.container.default_block.quote .paragraph {
				margin: 0;
				font-style: italic;
}
.container.default_block.quote .paragraph p:before {
				content: "❝";
				margin-right: 5px;
}
.container.default_block.quote .paragraph p:after {
				content: "❞";
}
.container.default_block.quote cite {
				padding: 0 15px;
}
.container.default_block.image {
				margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
				.container.default_block.image {
								margin-bottom: 40px;
				}
}

.centerDiv {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}

.iframe-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-top: 56.25%;
				position: relative;
}
.iframe-wrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}

.section-name {
				color: #BDBFC1;
				font-family: "Outfit", sans-serif;
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-weight: 700;
				line-height: 1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				width: 100%;
				border-top: 1px solid #BDBFC1;
				padding: 17px 0 0;
}
@media only screen and (max-width: 1050px) {
				.section-name {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.section-name {
								font-size: 16px;
				}
}

.tagline {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
				line-height: 1;
				margin-top: 19px;
}
@media only screen and (max-width: 1050px) {
				.tagline {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.tagline {
								font-size: 18px;
				}
}

.section-title {
				max-width: 500px;
				text-transform: uppercase;
				line-height: 1.22;
}

.decoration-lines {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 0;
				width: 100%;
				height: 100%;
				overflow: hidden;
}
.decoration-lines svg {
				position: relative;
}

#js-loading {
				text-align: center;
				padding-top: 60px;
}
#js-loading:after {
				width: 48px;
				height: 48px;
				border: 5px solid #FFF;
				border-bottom-color: transparent;
				border-radius: 50%;
				display: inline-block;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-animation: rotation 1s linear infinite;
				        animation: rotation 1s linear infinite;
				content: "";
				margin: 0 auto -50px auto;
}
@-webkit-keyframes rotation {
				0% {
								-webkit-transform: rotate(0deg);
								        transform: rotate(0deg);
				}
				100% {
								-webkit-transform: rotate(360deg);
								        transform: rotate(360deg);
				}
}
@keyframes rotation {
				0% {
								-webkit-transform: rotate(0deg);
								        transform: rotate(0deg);
				}
				100% {
								-webkit-transform: rotate(360deg);
								        transform: rotate(360deg);
				}
}

.acf-map {
				display: block;
				width: 100%;
				height: 400px;
				margin-bottom: 0px;
}

.site-logo {
				display: block;
				width: 100%;
				max-width: 165px;
				max-height: 45px;
				line-height: 0;
}
.site-logo img {
				width: 100%;
				height: auto;
}
@media only screen and (max-width: 600px) {
				.site-logo {
								max-width: 140px;
				}
}

.scrolled .site-logo {
				max-width: 150px;
}
@media only screen and (max-width: 600px) {
				.scrolled .site-logo {
								max-width: 120px;
				}
}

.site-menu {
				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;
				gap: 18px;
}
@media only screen and (max-width: 1050px) {
				.site-menu {
								display: none;
								padding: 20px 30px;
								gap: 8px;
				}
}
.header__mobile .site-menu {
				display: block;
}
.site-menu__item {
				padding: 22px 16px;
}
@media only screen and (max-width: 1050px) {
				.site-menu__item {
								padding: 15px 5px;
				}
}
.site-menu__item.dropdown {
				cursor: pointer;
}
.site-menu__item.dropdown .site-menu__first-level {
				cursor: pointer;
}
@media only screen and (min-width: 1050px) {
				.site-menu__item.js-open {
								background: #F3F3F9;
				}
				.site-menu__item.js-open .site-menu__first-level {
								cursor: pointer;
								color: #585858;
				}
}
.site-menu__first-level {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				color: #F3F3F9;
				line-height: 1;
				text-decoration: none;
}
@media only screen and (max-width: 1050px) {
				.site-menu__first-level {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.site-menu__first-level {
								font-size: 16px;
				}
}
.site-menu__first-level:hover {
				color: #0F0F19;
}
.site-menu__first-level.current {
				color: #0F0F19;
}
@media only screen and (max-width: 1050px) {
				.site-menu__first-level {
								font-size: 22px;
								display: inline-block;
								width: 100%;
								text-align: left;
								height: 22px;
				}
}
.site-menu__first-level.current-page {
				position: relative;
}
.site-menu__first-level.current-page:after {
				position: absolute;
				top: 3px;
				left: -20px;
				width: 12px;
				height: 12px;
				content: "";
				background: #585858;
}
@media only screen and (max-width: 1050px) {
				.site-menu__first-level.current-page:after {
								display: none;
				}
}
.site-menu__first-level__btn {
				display: none;
				margin-top: -14px;
				width: 33px;
				height: 57px;
				z-index: 2;
				position: relative;
				z-index: 2;
				background: none;
				float: right;
}
.site-menu__first-level__btn:before {
				position: absolute;
				top: 18px;
				right: 9px;
				width: 10px;
				height: 18px;
				background: url(images/arrow-right.svg) center/contain no-repeat;
				content: "";
				z-index: -1;
				-webkit-filter: invert(100);
				        filter: invert(100);
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}
@media only screen and (max-width: 1050px) {
				.site-menu__first-level__btn {
								display: block;
				}
}
.site-menu .js-open .site-menu__first-level__btn:before {
				-webkit-transform: rotate(90deg);
				        transform: rotate(90deg);
}
.site-menu .submenu {
				position: absolute;
				top: 37px;
				left: 50%;
				-webkit-transform: translate(-50%, 0);
				        transform: translate(-50%, 0);
				padding: 70px;
				background: #F3F3F9;
				-webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
				        filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
				display: none;
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu.active {
								-webkit-transform: translate(0, 0);
								        transform: translate(0, 0);
				}
}
.site-menu .submenu .back-btn {
				display: none;
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu .back-btn {
								display: block;
								position: absolute;
								top: 67px;
								left: 20px;
								font-size: 20px;
								font-family: "Outfit", sans-serif;
								background: none;
								padding-left: 23px;
				}
}
@media only screen and (max-width: 1050px) and (max-width: 1050px) {
				.site-menu .submenu .back-btn {
								font-size: 19px;
				}
}
@media only screen and (max-width: 1050px) and (max-width: 600px) {
				.site-menu .submenu .back-btn {
								font-size: 18px;
				}
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu .back-btn:before {
								position: absolute;
								top: 0;
								left: 0;
								width: 8px;
								height: 15px;
								background: url(images/arrow-right.svg) center/contain no-repeat;
								content: "";
								-webkit-transform: rotate(180deg);
								        transform: rotate(180deg);
				}
}
.site-menu .submenu__item:hover .submenu__title {
				color: #585858;
}
.site-menu .submenu__image {
				position: relative;
				width: 100%;
				padding-top: 62.5%;
				margin-bottom: 10px;
				display: none;
}
.site-menu .submenu__image img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.site-menu .submenu__title {
				text-align: center;
				width: 100%;
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				color: #3856A4;
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu__title {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.site-menu .submenu__title {
								font-size: 16px;
				}
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu--list {
								display: block;
								width: 100vw;
								height: 100vh;
								top: 0;
								left: 0;
								-webkit-transform: translate(100%, 0);
								        transform: translate(100%, 0);
								background: #fff;
								z-index: 2;
								padding: 20px;
								padding-top: 114px;
								-webkit-transition: all 0.5s ease;
								transition: all 0.5s ease;
								overflow-y: scroll;
				}
}
.site-menu .submenu--list .submenu__item {
				display: block;
				width: 207px;
				padding-bottom: 20px;
				margin-bottom: 20px;
				border-bottom: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu--list .submenu__item {
								width: 100%;
								padding-bottom: 25px;
								margin-bottom: 25px;
				}
				.site-menu .submenu--list .submenu__item .submenu__title {
								text-align: left;
				}
}
.site-menu .submenu--list .submenu__item:nth-last-child(2) {
				margin: 0;
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu--list .submenu__item:nth-last-child(2) {
								border: none;
				}
}
.site-menu .submenu--banners {
				top: 37px;
				left: 50vw;
				width: 1290px;
				max-width: 100vw;
				padding: 46px 70px;
				-webkit-transform: translate(-50%, 0);
				        transform: translate(-50%, 0);
				margin-left: -60px;
				display: none;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
				.site-menu .submenu--banners {
								width: 100vw;
				}
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu--banners {
								display: block;
								width: 100vw;
								height: 100vh;
								top: 0;
								left: 0;
								-webkit-transform: translate(100%, 0);
								        transform: translate(100%, 0);
								background: #fff;
								z-index: 3;
								padding: 0 10px;
								padding-top: 114px;
								-webkit-transition: all 0.5s ease;
								transition: all 0.5s ease;
								overflow-y: scroll;
								margin-left: 0;
								padding-bottom: 30px;
				}
}
.site-menu .submenu--banners .submenu__item {
				width: 25%;
				padding: 18px 10px;
}
@media only screen and (max-width: 1050px) {
				.site-menu .submenu--banners .submenu__item {
								float: left;
								width: 50%;
								padding: 0 10px 23px 10px;
				}
				.site-menu .submenu--banners .submenu__item:nth-child(1) {
								width: 100%;
				}
}
.site-menu .submenu--banners .submenu__image {
				display: block;
}
.site-menu .site-account {
				display: none;
}
@media only screen and (max-width: 1050px) {
				.site-menu .site-account {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								margin-top: 72px;
				}
}
.site-menu .site-account a {
				font-size: 16px;
}
.site-menu .site-account a:nth-child(1) {
				margin-left: 0;
}
.site-menu .site-search {
				display: none;
}
@media only screen and (max-width: 1050px) {
				.site-menu .site-search {
								display: block;
								margin-top: 27px;
				}
}
.site-menu .site-search form input[type=search] {
				font-size: 16px;
}

.scrolled .site-menu__item {
				padding-bottom: 20px;
}
.scrolled .site-menu .submenu--banners {
				top: 25px;
}
.scrolled .site-menu .submenu .back-btn {
				top: 34px;
}

.responsive__btn {
				position: relative;
				z-index: 11;
				width: 28px;
				height: 22px;
				position: relative;
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: 0.5s ease-in-out;
				transition: 0.5s ease-in-out;
				cursor: pointer;
				display: none;
}
.responsive__btn span {
				display: inline-block;
				background: #F3F3F9;
				width: 100%;
				height: 2px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
				position: absolute;
				left: 0;
}
.responsive__btn span:nth-child(1) {
				top: 0px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
				top: 9px;
}
.responsive__btn span:nth-child(4) {
				top: 18px;
}
.responsive__btn.burger_menu {
				display: block;
}
@media only screen and (max-width: 1050px) {
				.responsive__btn {
								display: block;
				}
}

.menu-responsive-open .responsive__btn span {
				background: #F3F3F9;
}
.menu-responsive-open .responsive__btn span:nth-child(1) {
				top: 9px;
				width: 0%;
				left: 50%;
}
.menu-responsive-open .responsive__btn span:nth-child(2) {
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(4) {
				top: 9px;
				width: 0%;
				left: 50%;
}
.menu-responsive-open .site-menu.burger_menu {
				display: block;
}
.menu-responsive-open .header__bottom {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);
}
@media only screen and (max-width: 1050px) {
				.menu-responsive-open .site-menu {
								position: fixed;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
								left: 0;
								top: 69px;
								width: 100%;
								height: auto;
								min-height: calc(100dvh - 69px);
								background: #0060AF;
								border-top: 1px solid white;
				}
}

.megamenu {
				position: absolute;
				top: 100%;
				left: 0;
				width: 100%;
				background: #F3F3F9;
				display: none;
				max-height: calc(100vh - 141px);
				overflow-y: auto;
				-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
				        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 1050px) {
				.megamenu {
								position: static;
								margin-top: 18px;
				}
}
.megamenu__cols {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 100px;
				padding: 26px 15px;
				max-width: 1272px;
				margin: 0px auto;
}
@media only screen and (max-width: 1050px) {
				.megamenu__cols {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								gap: 30px;
				}
}
.megamenu__group {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-ms-flex-item-align: start;
				    align-self: flex-start;
				width: 50%;
}
@media only screen and (max-width: 1200px) {
				.megamenu__group {
								width: 100%;
				}
}
.megamenu__title {
				color: #0F0F19;
				font-size: 18px;
				font-weight: 700;
				letter-spacing: 1px;
				text-transform: uppercase;
				width: 100%;
				margin-bottom: 26px;
}
@media only screen and (max-width: 1050px) {
				.megamenu__title {
								margin-bottom: 16px;
				}
}
.megamenu__list {
				width: 50%;
}
@media only screen and (max-width: 767px) {
				.megamenu__list {
								width: 100%;
				}
}
.megamenu__lnk {
				color: #0F0F19;
				font-size: 13px;
				font-weight: 700;
				line-height: 2.76;
				letter-spacing: -0.2px;
				text-decoration: none;
				white-space: nowrap;
				text-align: left;
}
.megamenu__lnk:hover, .megamenu__lnk.current {
				color: #585858;
}
.megamenu_sublist {
				display: none;
				padding-left: 20px;
}
.megamenu_sublist a {
				color: #0F0F19;
				font-size: 13px;
				line-height: 2;
				letter-spacing: -0.2px;
				text-decoration: none;
}
.megamenu_sublist a:hover, .megamenu_sublist a.current {
				color: #585858;
}
.megamenu .has-childs {
				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;
				width: 100%;
				cursor: pointer;
				gap: 15px;
}
.megamenu .has-childs.current {
				color: #585858;
}
.megamenu__lnk-icon {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}
.megamenu .js-open .megamenu__lnk-icon {
				-webkit-transform: rotate(0);
				        transform: rotate(0);
}
.megamenu__wrapper {
				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;
				padding: 10px 0;
}
.megamenu__wrapper .text-link {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				text-transform: none;
				margin-top: 0px;
				margin-bottom: 15px;
}
.megamenu__wrapper .text-link.current {
				color: #585858;
}
.megamenu__wrapper .text-link:hover {
				color: #3856A4;
}

.site-search {
				position: relative;
				max-width: 193px;
}
@media only screen and (max-width: 1050px) {
				.site-search {
								max-width: 100%;
				}
}
@media only screen and (max-width: 1050px) {
				.site-search {
								display: none;
				}
}
.header__mobile-group .site-search {
				display: block;
				padding: 22px 0;
}
.site-search .search-form {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 8px 19px;
				border: 1px solid #F3F3F9;
}
.site-search .search-form label {
				width: 100%;
}
.site-search .search-form input[type=search] {
				width: 100%;
}
.site-search .wc-block-product-search .wc-block-product-search__fields {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
}
.site-search form input[type=search] {
				width: 125px;
				height: 26px;
				padding: 0;
				font-size: 14px;
				font-weight: 700;
				color: #F3F3F9;
				text-transform: uppercase;
				letter-spacing: 1px;
				background-color: #0F0F19;
}
@media only screen and (max-width: 767px) {
				.site-search form input[type=search] {
								font-size: 16px;
				}
}
.site-search form input[type=search]::-webkit-input-placeholder {
				color: #F3F3F9;
}
.site-search form input[type=search]::-moz-placeholder {
				color: #F3F3F9;
}
.site-search form input[type=search]:-ms-input-placeholder {
				color: #F3F3F9;
}
.site-search form input[type=search]::-ms-input-placeholder {
				color: #F3F3F9;
}
.site-search form input[type=search]::placeholder {
				color: #F3F3F9;
}
.site-search form .search-submit {
				width: 26px;
				height: 26px;
				background: none;
				text-indent: -5000px;
				overflow: hidden;
				cursor: pointer;
				background-image: url(images/search.svg);
				background-position: center center;
				background-repeat: no-repeat;
				margin: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
}
.site-search img {
				position: absolute;
				top: 10px;
				right: 15px;
				z-index: -1;
}

.socials {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 20px;
}
@media only screen and (max-width: 600px) {
				.socials {
								gap: 8px;
				}
}
.socials a {
				display: block;
				width: 30px;
				height: 30px;
}
@media only screen and (max-width: 600px) {
				.socials a {
								width: 24px;
								height: 24px;
				}
}
.socials a svg {
				display: block;
				width: 100%;
				height: 100%;
}
.socials a:hover {
				opacity: 0.5;
}

.button {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				cursor: pointer;
				height: auto;
				line-height: 1;
				font-size: 15px;
				font-weight: 400;
				font-family: "Outfit", sans-serif;
				padding: 15px 28px;
				-webkit-transition: 0.5s ease;
				transition: 0.5s ease;
				border-radius: 0;
				text-decoration: none;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				gap: 20px;
				/* default */
				background-color: transparent;
				color: #3856A4;
}
.button svg {
				width: 32px;
				height: 18px;
}
.button.button--white {
				background-color: #F3F3F9;
}
.button:hover {
				background-color: #3856A4;
				color: #F3F3F9;
				gap: 24px;
}
.button:hover svg path {
				fill: #F3F3F9;
}
.button.button--blue {
				background-color: #3856A4;
				color: #F3F3F9;
}
.button.button--blue svg path {
				fill: #F3F3F9;
}
.button.button--blue:hover {
				background-color: transparent;
				color: #3856A4;
}
.button.button--blue:hover svg path {
				fill: #3856A4;
}
.button.button--line {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				cursor: pointer;
				height: auto;
				line-height: 1;
				font-size: 15px;
				font-weight: 400;
				font-family: "Outfit", sans-serif;
				padding: 15px 28px;
				-webkit-transition: 0.5s ease;
				transition: 0.5s ease;
				border-radius: 0;
				text-decoration: none;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				gap: 20px;
				/* default */
				background-color: transparent;
				color: #3856A4;
				border: 1px solid #3856A4;
				background: transparent;
				color: #3856A4;
}
.button.button--line svg {
				width: 32px;
				height: 18px;
}
.button.button--line.button--white {
				background-color: #F3F3F9;
}
.button.button--line:hover {
				background-color: #3856A4;
				color: #F3F3F9;
				gap: 24px;
}
.button.button--line:hover svg path {
				fill: #F3F3F9;
}
.button.button--line.button--blue {
				background-color: #3856A4;
				color: #F3F3F9;
}
.button.button--line.button--blue svg path {
				fill: #F3F3F9;
}
.button.button--line.button--blue:hover {
				background-color: transparent;
				color: #3856A4;
}
.button.button--line.button--blue:hover svg path {
				fill: #3856A4;
}
.button.button--line:hover {
				background: #585858;
				color: #F3F3F9;
}
.button.button--line:hover svg path {
				fill: #F3F3F9;
}
.button.button--line.js-open {
				background: #585858;
				color: #F3F3F9;
}
.button.button--line.js-open svg path {
				fill: #F3F3F9;
}
.filters .button.button--line {
				padding: 10px 20px;
				width: 100%;
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
				.filters .button.button--line {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.filters .button.button--line {
								font-size: 18px;
				}
}
.filters .dropdown-menu .button.button--line {
				padding-left: 20px;
				width: calc(100% - 20px);
}

.text-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				width: 100%;
				margin-top: 16px;
				color: #585858;
				font-size: 14px;
				font-weight: 700;
				line-height: normal;
				letter-spacing: 1px;
				text-transform: uppercase;
				text-decoration: none;
}
.text-link:hover {
				color: #F3F3F9;
}

.footer-form__form .gform_wrapper.gravity-theme .gfield, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield {
				position: relative;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]), .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]) {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				cursor: pointer;
				height: auto;
				line-height: 1;
				font-size: 15px;
				font-weight: 400;
				font-family: "Outfit", sans-serif;
				padding: 15px 28px;
				-webkit-transition: 0.5s ease;
				transition: 0.5s ease;
				border-radius: 0;
				text-decoration: none;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				gap: 20px;
				/* default */
				background-color: transparent;
				color: #3856A4;
				padding: 16px 20px;
				background-color: #F3F3F9;
				color: #3856A4;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]) svg, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]) svg {
				width: 32px;
				height: 18px;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--white, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--white {
				background-color: #F3F3F9;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]):hover, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]):hover {
				background-color: #3856A4;
				color: #F3F3F9;
				gap: 24px;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]):hover svg path, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]):hover svg path {
				fill: #F3F3F9;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue {
				background-color: #3856A4;
				color: #F3F3F9;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue svg path, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue svg path {
				fill: #F3F3F9;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue:hover, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue:hover {
				background-color: transparent;
				color: #3856A4;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue:hover svg path, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]).button--blue:hover svg path {
				fill: #3856A4;
}
@media only screen and (max-width: 767px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]), .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]) {
								font-size: 16px;
				}
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]):focus-visible, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]):focus-visible {
				outline: 2px solid #C82D2D;
}
@media only screen and (max-width: 767px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]):focus-visible, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]):focus-visible {
								width: calc(100% - 4px);
								margin-left: 2px;
				}
}
@media only screen and (max-width: 767px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]):focus, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]):focus {
								width: calc(100% - 4px);
								margin-left: 2px;
				}
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-webkit-input-placeholder, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-webkit-input-placeholder {
				opacity: 1;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-moz-placeholder, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-moz-placeholder {
				opacity: 1;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]):-ms-input-placeholder, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]):-ms-input-placeholder {
				opacity: 1;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-ms-input-placeholder, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-ms-input-placeholder {
				opacity: 1;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit])::placeholder, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit])::placeholder {
				opacity: 1;
}
@media only screen and (max-width: 767px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield.large, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.large {
								width: calc(100% - 4px);
				}
}
.footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--width-third, .footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--width-half, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--width-third, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--width-half {
				width: 100%;
}
@media only screen and (max-width: 750px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--width-third, .footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--width-half, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--width-third, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--width-half {
								-ms-grid-column-span: 12;
								grid-column: span 12;
				}
}
.footer-form__form .gform_wrapper.gravity-theme .gfield.two-third, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.two-third {
				-ms-grid-column-span: 8;
				grid-column: span 8;
}
@media only screen and (max-width: 750px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield.two-third, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.two-third {
								-ms-grid-column-span: 12;
								grid-column: span 12;
				}
}
.footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--type-submit, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--type-submit {
				-ms-grid-column-span: 4;
				grid-column: span 4;
}
@media only screen and (max-width: 750px) {
				.footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--type-submit, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--type-submit {
								-ms-grid-column-span: 12;
								grid-column: span 12;
				}
}
.footer-form__form .gform_wrapper.gravity-theme .gfield.gfield--type-submit .gform-button, .contact__inner__grid__column .gform_wrapper.gravity-theme .gfield.gfield--type-submit .gform-button {
				width: 100%;
}

.contact__inner__grid__column .gform_wrapper.gravity-theme .gform_fields {
				gap: 20px;
}
.contact__inner__grid__column .gform_wrapper.gravity-theme .gfield {
				position: relative;
}
.contact__inner__grid__column .gform_wrapper.gravity-theme .gfield input:not([type=submit]) {
				background-color: #E3E2EE;
}
.contact__inner__grid__column .gform_wrapper.gravity-theme .gform_footer, .contact__inner__grid__column .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .gform_page_footer {
				margin: 0px 0 0;
				padding: 20px 0 0;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.contact__inner__grid__column .gform_wrapper.gravity-theme .gform_footer input, .contact__inner__grid__column .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .gform_page_footer input {
				-ms-flex-item-align: end;
				    align-self: flex-end;
				min-width: 220px;
}

/*
// hide antispam honeypot
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none;
	position: absolute;
	left: -9000px;
}
*/
.post-cont .post-thumbnail {
				width: 100%;
				padding-top: 67.25%;
				position: relative;
				margin-bottom: 19px;
}
.post-cont .post-thumbnail a {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
}
.post-cont .post-thumbnail a img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.post-cont .post-thumbnail a img {
				width: 100%;
				height: 100%;
}
.post-cont__date {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				color: #585858;
				margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
				.post-cont__date {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.post-cont__date {
								font-size: 16px;
				}
}
.post-cont__title {
				display: block;
				width: 100%;
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				color: #3856A4;
				margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
				.post-cont__title {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.post-cont__title {
								font-size: 18px;
				}
}
.post-cont__title:hover {
				color: #585858;
}
.post-cont__link {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				color: #3856A4;
				text-decoration: underline;
}
@media only screen and (max-width: 1050px) {
				.post-cont__link {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.post-cont__link {
								font-size: 16px;
				}
}
.post-cont__link:hover {
				color: #585858;
}

.archive-cont__list {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 50px 1fr 50px 1fr;
				grid-template-columns: repeat(3, 1fr);
				grid-gap: 40px 50px;
}
@media only screen and (max-width: 1050px) {
				.archive-cont__list {
								padding: 0 20px;
				}
}
@media only screen and (max-width: 900px) {
				.archive-cont__list {
								-ms-grid-columns: 1fr 50px 1fr;
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 600px) {
				.archive-cont__list {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
				}
}

.single-header__title {
				margin: 0 auto;
				width: 985px;
				max-width: 100%;
				font-size: 36px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
				margin-bottom: 8px;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.single-header__title {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				.single-header__title {
								font-size: 36px;
				}
}
.single-header__introduction {
				margin: 0 auto;
				width: 773px;
				max-width: 100%;
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				line-height: 1.2;
				color: #585858;
				text-align: center;
				margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
				.single-header__introduction {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.single-header__introduction {
								font-size: 20px;
				}
}
.single-header__date {
				margin: 0 auto;
				width: 773px;
				max-width: 100%;
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				color: #585858;
				text-align: center;
				margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
				.single-header__date {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.single-header__date {
								font-size: 16px;
				}
}
.single-header .post-thumbnail {
				margin-top: 70px;
				width: 100%;
}
.single-header .post-thumbnail img {
				width: 100%;
				height: auto;
}

.single-content {
				padding: 80px 0 168px 0;
}
.single-content__cont {
				margin: 0 auto;
				width: 620px;
				max-width: 100%;
}
.single-content__cont h1,
.single-content__cont h2,
.single-content__cont h3,
.single-content__cont h4,
.single-content__cont h5,
.single-content__cont h6 {
				color: #3856A4;
				font-weight: 400;
}
.single-content__cont h1 {
				font-size: 36px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h1 {
								font-size: 64px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h1 {
								font-size: 48px;
				}
}
.single-content__cont h2 {
				font-size: 36px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
				margin-bottom: 8px;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h2 {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h2 {
								font-size: 36px;
				}
}
.single-content__cont h3 {
				font-size: 35px;
				font-family: "Outfit", sans-serif;
				font-weight: 400;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h3 {
								font-size: 30px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h3 {
								font-size: 26px;
				}
}
.single-content__cont h4 {
				font-size: 30px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h4 {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h4 {
								font-size: 20px;
				}
}
.single-content__cont h5 {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h5 {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h5 {
								font-size: 18px;
				}
}
.single-content__cont h6 {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h6 {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h6 {
								font-size: 16px;
				}
}
.single-content__cont p {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				line-height: 1.4;
				margin-bottom: 1em;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont p {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont p {
								font-size: 18px;
				}
}
.single-content__cont ul,
.single-content__cont ol {
				padding-left: 15px;
				margin-bottom: 28px;
				line-height: 1.6;
}
.single-content__cont ul li {
				list-style: disc;
}
.single-content__cont a {
				color: #3856A4;
}
.single-content__cont a:hover {
				text-decoration: underline;
}
.single-content__cont blockquote {
				padding-left: 30px;
				border-left: 3px solid #3856A4;
}
.single-content__cont blockquote p {
				font-size: 30px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont blockquote p {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont blockquote p {
								font-size: 20px;
				}
}
.single-content__cont img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.single-content__cont .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.single-content__cont .alignleft {
								max-width: 100%;
				}
}
.single-content__cont .aligncenter {
				margin: 30px auto;
				display: block;
}
.single-content__cont .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.single-content__cont .alignright {
								max-width: 100%;
				}
}

@media only screen and (max-width: 1050px) {
				.latest_news {
								padding: 0 0 0 33px;
				}
}
.latest_news__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 50px 1fr 50px 1fr;
				grid-template-columns: repeat(3, 1fr);
				grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
				.latest_news__cont {
								width: 100%;
								padding-right: 27%;
				}
}
.latest_news__cont .slick-list {
				overflow: visible;
}
.latest_news__cont .slick-slide {
				margin-right: 40px;
}
.latest_news__cont .slick-dots {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				margin: 0 7px 0 23.5px;
				width: 100vw;
				padding: 0 30px;
				margin-left: -30px;
				margin-top: 48px;
				text-align: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.latest_news__cont .slick-dots li {
				margin: 0 23.5px;
				position: relative;
}
.latest_news__cont .slick-dots li * {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.latest_news__cont .slick-dots li * {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.latest_news__cont .slick-dots li * {
								font-size: 16px;
				}
}
.latest_news__cont .slick-dots li:before {
				position: absolute;
				left: -17px;
				top: 4px;
				width: 12px;
				height: 12px;
				border: 1px solid #3856A4;
				content: "";
				cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
				border: 1px solid #585858;
				background: #585858;
}
.latest_news .posts_grid__cont {
				-ms-grid-columns: (1fr)[4];
				grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
				width: 100%;
				padding-top: 67.25%;
				position: relative;
				margin-bottom: 19px;
}
.latest_news .post-cont .post-thumbnail img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

.footer-form {
				padding: 56px 0 52px 0;
				background: #0F0F19;
				color: #F3F3F9;
				position: relative;
}
.footer-form__lines svg {
				position: absolute;
				left: auto;
				right: 0;
				width: 79vw;
}
.footer-form .quick-contact {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				gap: 30px;
}
@media only screen and (min-width: 900px) {
				.footer-form .quick-contact {
								-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;
				}
}
.footer-form__title {
				max-width: 380px;
				width: 100%;
}
.footer-form__title h4 {
				color: #F3F3F9;
				font-weight: 600;
				font-size: 35px;
				letter-spacing: 0.778px;
				text-transform: uppercase;
				font-family: "Arial", sans-serif;
}
.footer-form__title h4 span {
				display: inline-block;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield_validation_message,
.footer-form__form .gform_wrapper.gravity-theme .validation_message,
.footer-form__form .gform_wrapper.gravity-theme .gform_validation_errors {
				background: #C82D2D;
				color: #F3F3F9;
				border: none;
				border-radius: 0px;
				-webkit-box-shadow: none;
				        box-shadow: none;
				margin-bottom: 10px;
				margin-top: 10px;
				padding: 8px;
				position: relative;
				width: 100%;
				font-size: 15px;
				font-weight: 700;
				line-height: 1.2;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield_validation_message h2,
.footer-form__form .gform_wrapper.gravity-theme .validation_message h2,
.footer-form__form .gform_wrapper.gravity-theme .gform_validation_errors h2 {
				color: #F3F3F9;
				font-weight: 700;
				font-size: 15px;
				line-height: 1.2;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield_validation_message,
.footer-form__form .gform_wrapper.gravity-theme .validation_message {
				margin-bottom: 0;
}
.footer-form__form .gform_wrapper.gravity-theme .gform_footer {
				margin: 0px 0 0;
				padding: 0px 0;
}
.footer-form__form .gform_wrapper.gravity-theme .gform_fields {
				gap: 20px;
				max-width: 700px;
}
.footer-form__form .gform_wrapper.gravity-theme .gform-button {
				padding-top: 0;
				padding-bottom: 0;
}
.footer-form__form .gform_wrapper.gravity-theme .gfield input:not([type=submit]) {
				-webkit-transition: none;
				transition: none;
}

.breadcrumb,
.woocommerce-breadcrumb {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				color: #585858;
				width: 100%;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.breadcrumb,
				.woocommerce-breadcrumb {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.breadcrumb,
				.woocommerce-breadcrumb {
								font-size: 16px;
				}
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
				display: inline-block;
				position: relative;
				color: #585858;
				margin: 0 15px 15px 15px;
}
.breadcrumb span:before,
.breadcrumb a:before,
.woocommerce-breadcrumb span:before,
.woocommerce-breadcrumb a:before {
				position: absolute;
				top: 0;
				left: -15px;
				width: 1px;
				height: 100%;
				background: #585858;
				content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
				display: none;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
				color: #3856A4;
}

.service {
				padding: 0px;
}
.service .hero--page__title {
				color: #F3F3F9;
}
.service__faqs {
				padding: 0;
				padding-top: 105px;
				position: relative;
}
@media only screen and (max-width: 900px) {
				.service__faqs {
								padding-top: 50px;
				}
}
.service__faqs--title {
				color: #585858;
				text-transform: uppercase;
				font-weight: 600;
				max-width: 380px;
				line-height: 1.22;
}
.service__faqs__grid {
				padding-top: 50px;
				padding-bottom: 50px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				gap: 60px;
}
@media only screen and (min-width: 900px) {
				.service__faqs__grid {
								padding-top: 80px;
								padding-bottom: 100px;
								display: -ms-grid;
								display: grid;
								-ms-grid-columns: 1fr 4.7% 1fr;
								grid-template-columns: repeat(2, 1fr);
								gap: 80px 4.7%;
				}
}
.service__faqs__grid--item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				gap: 40px;
				position: relative;
				overflow: hidden;
}
.service__faqs__grid--item--title {
				font-family: "Arial", sans-serif;
				padding-top: 10px;
				border-top: 1px solid #3856A4;
				font-weight: 600;
}
.service__faqs__grid--item--cont {
				line-height: 1.5;
				font-weight: 400;
				font-size: 16px;
}
.service__grid {
				position: relative;
				padding: 77px 0 100px 0;
				overflow: hidden;
}
.service__grid .tagline {
				margin-top: 0;
}
.service__grid--title {
				color: #585858;
				text-transform: uppercase;
				font-weight: 600;
				margin-top: 8px;
				max-width: 380px;
				line-height: 1.22;
}
.service__grid__steps {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-top: 61px;
				position: relative;
				gap: 60px;
}
@media only screen and (min-width: 900px) {
				.service__grid__steps {
								display: -ms-grid;
								display: grid;
								-ms-grid-columns: 1fr 4.7% 1fr 4.7% 1fr;
								grid-template-columns: repeat(3, 1fr);
								gap: 4.7%;
				}
}
.service__grid__steps .step-number {
				font-size: 70px;
				color: #BDBFC1;
				font-weight: 300;
				line-height: 80px; /* 80% */
				text-transform: uppercase;
				font-family: "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
				.service__grid__steps .step-number {
								font-size: 100px;
				}
}
.service__grid__steps .step-title {
				margin-top: 25px;
				padding-top: 12px;
				border-top: 1px solid #3856A4;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-weight: 700;
}
.service__grid__steps .step-cont {
				margin-top: 23px;
				line-height: 1.5;
				font-size: 16px;
}
.service .included-services {
				position: relative;
				padding-top: 100px;
}
.service .included-services--title {
				text-transform: uppercase;
				font-weight: 600;
				margin-top: 10px;
				line-height: 1.22;
}
.service .included-services__grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-top: 50px;
				position: relative;
				gap: 60px;
}
@media only screen and (min-width: 900px) {
				.service .included-services__grid {
								padding-top: 100px;
								display: -ms-grid;
								display: grid;
								-ms-grid-columns: 1fr 4.7% 1fr 4.7% 1fr;
								grid-template-columns: repeat(3, 1fr);
								gap: 4.7%;
				}
}
.service .included-services__grid .service-item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: relative;
}
.service .included-services__grid .service-item--title {
				padding-top: 12px;
				border-top: 1px solid #3856A4;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-weight: 700;
}
.service .included-services__grid .service-item--cont {
				margin-top: 23px;
				line-height: 1.5;
				font-size: 16px;
}

.producto {
				position: relative;
				padding: 80px 0;
}
.producto__row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
				.producto__row {
								-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;
								gap: 40px;
				}
}
.producto__imagen {
				width: 100%;
}
@media only screen and (min-width: 600px) {
				.producto__imagen {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 50%;
								        flex: 0 0 50%;
				}
}
@media only screen and (min-width: 900px) {
				.producto__imagen {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 30%;
								        flex: 0 0 30%;
				}
}
.producto__imagen img {
				width: 100%;
				height: auto;
}
.producto__mini {
				width: 100%;
}
@media only screen and (min-width: 600px) {
				.producto__mini {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 50%;
								        flex: 0 0 50%;
				}
}
@media only screen and (min-width: 900px) {
				.producto__mini {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 70%;
								        flex: 0 0 70%;
				}
}
.producto__mini .cat-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 10px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
.producto .descripcion_corta {
				color: #585858;
				font-weight: 500;
				line-height: 1.5;
}
.producto__fotos {
				position: relative;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
				grid-template-columns: repeat(4, 1fr);
				gap: 5px;
				padding-top: 80px;
}
@media only screen and (max-width: 1050px) {
				.producto__fotos {
								-ms-grid-columns: (1fr)[3];
								grid-template-columns: repeat(3, 1fr);
				}
}
@media only screen and (max-width: 750px) {
				.producto__fotos {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 600px) {
				.producto__fotos {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
				}
}
.producto__fotos a {
				position: relative;
}
.producto__fotos a img {
				width: 100%;
				height: 100%;
				aspect-ratio: 1;
				-o-object-fit: cover;
				   object-fit: cover;
}

.hero {
				/* General hero definitions */
				position: relative;
				width: 100%;
				overflow: hidden;
}
@media only screen and (max-width: 1050px) {
				.hero--home {
								height: auto;
				}
}
.hero--home .hero--slider {
				position: relative;
				width: 100%;
				height: auto;
}
.hero--home .hero--slider img {
				position: relative;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				min-height: 690px;
}
.hero--home .hero--slider__caption {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 2;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.hero--home__lines {
				width: 100%;
				height: 100%;
				overflow: hidden;
}
.hero--home__lines svg {
				position: relative;
				width: 57.7%;
				height: auto;
}
.hero--home .hero--title {
				font-size: 36px;
}
.hero--home .button {
				margin-top: 22px;
				height: auto;
				padding: 16px 8px;
				min-height: 58px;
				height: auto;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				min-width: 210px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				white-space: wrap;
}
.hero--home .slider--button {
				position: absolute;
				z-index: 3;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				width: 21px;
				height: 54px;
				cursor: pointer;
}
.hero--home .slider--button:hover svg path {
				stroke: #C82D2D;
}
.hero--home .slider--button.hero--prev {
				left: calc((100vw - 1400px) / 2);
}
.hero--home .slider--button.hero--next {
				right: calc((100vw - 1400px) / 2);
}
.hero--title {
				color: #F3F3F9;
				line-height: 1;
				font-weight: 300;
}
.hero--title strong {
				font-weight: 700;
}
.hero--simple {
				margin-top: 141px;
				min-height: 405px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				background-color: #3856A4;
}
@media only screen and (max-width: 1050px) {
				.hero--simple {
								margin-top: 65px;
				}
}
.hero--simple__lines svg {
				position: absolute;
				right: 0;
				bottom: 0;
}
.hero--simple__image:before {
				content: "";
				background: rgba(15, 15, 25, 0.3);
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				z-index: 1;
}
.hero--simple__cont {
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				padding-top: 94px;
}
@media only screen and (max-width: 767px) {
				.hero--simple__cont {
								padding-top: 0;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
				}
}
.hero--simple__cont--center {
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding-top: 0;
}
.hero--simple__cont--center .hero--simple__title {
				margin-top: 0;
				-webkit-line-clamp: 3;
}
.hero--simple__tagline {
				color: #F3F3F9;
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				line-height: 1.3;
}
@media only screen and (max-width: 1050px) {
				.hero--simple__tagline {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.hero--simple__tagline {
								font-size: 18px;
				}
}
.hero--simple__title {
				font-size: 100px;
				color: #F3F3F9;
				font-weight: 300;
				line-height: 1;
				text-transform: uppercase;
				margin-top: 24px;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
}
@media only screen and (max-width: 767px) {
				.hero--simple__title {
								font-size: 64px;
								-webkit-line-clamp: 4;
				}
}
.hero--page {
				margin-top: 95px;
				min-height: 200px;
				background-color: #585858;
				/*
				&.default{
				    min-height: 250px;
				}*/
}
@media only screen and (max-width: 1050px) {
				.hero--page {
								margin-top: 65px;
				}
}
.hero--page__lines {
				width: 50%;
}
.hero--page__lines svg {
				position: absolute;
				left: 0;
				top: 0;
}
.hero--page .container {
				height: 100%;
}
.hero--page__cont {
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				min-height: 200px;
}
.hero--page__tagline, .hero--page__title {
				color: #F3F3F9;
}

.header {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 10;
				background: #0060AF;
				color: #F3F3F9;
				-webkit-transition: all 0.5s ease 0.2s;
				transition: all 0.5s ease 0.2s;
}
.header__menu {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				padding: 15px 0;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.header__menu .end {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 24px;
}
@media only screen and (max-width: 1050px) {
				.header__menu {
								padding: 14px 0;
				}
}
.header__mobile {
				opacity: 0;
				position: absolute;
				left: 100%;
				top: 100%;
				background: #0F0F19;
				color: #F3F3F9;
				width: 100%;
				padding: 0 15px 22px 15px;
				border-top: 1px solid #BDBFC1;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
				height: calc(100vh - 66px);
				overflow-y: auto;
}
.header__mobile .button {
				height: 42px;
				width: 100%;
				max-width: 600px;
				text-align: center;
				padding: 0;
				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;
				font-size: 18px;
				margin: 22px auto;
}
.header__mobile .header__top-link {
				text-align: center;
				font-size: 20px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding: 22px 0;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
				.header__mobile .header__top-link {
								font-size: 16px;
				}
}
.header__mobile .header__top-email {
				text-align: center;
				font-size: 20px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding: 22px 0;
}
@media only screen and (max-width: 600px) {
				.header__mobile .header__top-email {
								font-size: 16px;
				}
}
.header__mobile-group {
				text-align: center;
}
.header.hide {
				top: -200px;
				opacity: 0;
}

.menu-responsive-open .header__mobile {
				opacity: 1;
				left: 0;
}

.menu-responsive-open .hide {
				top: 0;
				opacity: 1;
}

.error_template {
				padding: 200px 0;
}
.error_template .page-content {
				width: 50%;
				margin-top: 20px;
}
@media only screen and (max-width: 600px) {
				.error_template .page-content {
								width: 100%;
				}
}

.site-main {
				margin-top: 203px;
}
@media only screen and (max-width: 1050px) {
				.site-main {
								margin-top: 113px;
				}
}

.site-footer {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				background-color: #F3F3F9;
				color: #585858;
				position: relative;
				border-top: 6px solid #3856A4;
				padding: 60px 0;
}
.site-footer::before {
				position: absolute;
				left: 60%;
				top: -6px;
				width: 20%;
				height: 6px;
				background-color: #ED3337;
				z-index: 1;
				content: "";
}
.site-footer::after {
				position: absolute;
				left: 80%;
				top: -6px;
				width: 20%;
				height: 6px;
				background-color: #E9B534;
				z-index: 2;
				content: "";
}
.site-footer .container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding-top: 40px;
				gap: 20px;
}
@media only screen and (min-width: 750px) {
				.site-footer .container {
								-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-top: 64px;
				}
}
.site-footer__column {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 33%;
				        flex: 0 1 33%;
}
@media only screen and (max-width: 750px) {
				.site-footer__column {
								-webkit-box-flex: 0;
								    -ms-flex: 0 1 100%;
								        flex: 0 1 100%;
								width: 100%;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								text-align: center;
				}
				.site-footer__column > img {
								width: 100%;
				}
}
.site-footer__column:nth-child(3) {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.site-footer__column:nth-child(3) img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media only screen and (max-width: 900px) {
				.site-footer__column:nth-child(3) {
								display: none;
				}
}
.site-footer .site-logo {
				margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
				.site-footer .site-logo {
								margin: 0 auto 20px;
				}
}
.site-footer .h3, .site-footer .h4 {
				color: #3856A4;
				margin-bottom: 20px;
}
.site-footer address {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				font-style: normal;
				color: #585858;
				font-size: 18px;
				gap: 8px;
				max-width: 270px;
}
@media only screen and (max-width: 750px) {
				.site-footer address {
								text-align: center;
								margin: 0 auto;
				}
}
.site-footer address p, .site-footer address a {
				color: #585858;
				text-decoration: none;
}
.site-footer address a:hover {
				color: #3856A4;
}
.site-footer__menu {
				margin-bottom: 24px;
}
.site-footer__menu li {
				margin-bottom: 8px;
				font-size: 18px;
				line-height: 1.42;
}
.site-footer__menu li:last-child {
				margin-bottom: 0;
}
.site-footer__menu li a {
				color: #3856A4;
				text-decoration: none;
				font-size: 20px;
}
.site-footer__menu li a:hover {
				color: #585858;
}
.site-footer__menu li a:empty {
				display: none;
}
.site-footer .socials {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.site-footer .socials a {
				width: 36px;
				height: 36px;
				border-radius: 50px;
				background-color: #3856A4;
}
.site-footer .socials a svg {
				width: 36px;
				height: 36px;
}
.site-footer .socials a svg path {
				fill: #F3F3F9;
}
.site-footer .socials a svg g path {
				fill: #3856A4;
}

.copyright {
				background-color: #3856A4;
				font-size: 14px;
				font-weight: 300;
				color: #F3F3F9;
				text-align: center;
				line-height: 1;
				letter-spacing: 0.875px;
				padding: 20px 0;
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
				--fa-style-family-brands: "Font Awesome 6 Brands";
				--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
				font-family: "Font Awesome 6 Brands";
				font-style: normal;
				font-weight: 400;
				font-display: block;
				src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
				font-weight: 400;
				font-family: "Font Awesome 6 Brands";
				font-style: normal;
}

.fa-vimeo-v:before {
				content: "\f27d";
}

.fa-square-instagram:before {
				content: "\e055";
}

.fa-instagram-square:before {
				content: "\e055";
}

.fa-google:before {
				content: "\f1a0";
}

.fa-linkedin-in:before {
				content: "\f0e1";
}

.fa-square-twitter:before {
				content: "\f081";
}

.fa-twitter-square:before {
				content: "\f081";
}

.fa-square-youtube:before {
				content: "\f431";
}

.fa-youtube-square:before {
				content: "\f431";
}

.fa-square-vimeo:before {
				content: "\f194";
}

.fa-vimeo-square:before {
				content: "\f194";
}

.fa-square-pinterest:before {
				content: "\f0d3";
}

.fa-pinterest-square:before {
				content: "\f0d3";
}

.fa-facebook-f:before {
				content: "\f39e";
}

.fa-spotify:before {
				content: "\f1bc";
}

.fa-facebook-messenger:before {
				content: "\f39f";
}

.fa-tiktok:before {
				content: "\e07b";
}

.fa-square-facebook:before {
				content: "\f082";
}

.fa-facebook-square:before {
				content: "\f082";
}

.fa-linkedin:before {
				content: "\f08c";
}

.fa-vimeo:before {
				content: "\f40a";
}

.fa-instagram:before {
				content: "\f16d";
}

.fa-facebook:before {
				content: "\f09a";
}

.fa-whatsapp:before {
				content: "\f232";
}

.fa-youtube:before {
				content: "\f167";
}

.fa-twitter:before {
				content: "\f099";
}

.fa-square-whatsapp:before {
				content: "\f40c";
}

.fa-whatsapp-square:before {
				content: "\f40c";
}

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
				font-family: "swiper-icons";
				src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
				font-weight: 400;
				font-style: normal;
}
:root {
				--swiper-theme-color: #007aff;
				/*
				--swiper-preloader-color: var(--swiper-theme-color);
				--swiper-wrapper-transition-timing-function: initial;
				*/
}

.swiper,
swiper-container {
				margin-left: auto;
				margin-right: auto;
				position: relative;
				overflow: hidden;
				list-style: none;
				padding: 0;
				/* Fix of Webkit flickering */
				z-index: 1;
				display: block;
}

.swiper-vertical > .swiper-wrapper {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}

.swiper-wrapper {
				position: relative;
				width: 100%;
				height: 100%;
				z-index: 1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
				-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
				        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
				-webkit-box-sizing: content-box;
				        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
				-webkit-transform: translate3d(0px, 0, 0);
				        transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
				-ms-touch-action: pan-y;
				    touch-action: pan-y;
}

.swiper-vertical {
				-ms-touch-action: pan-x;
				    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				width: 100%;
				height: 100%;
				position: relative;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
				display: block;
}

.swiper-slide-invisible-blank {
				visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
				height: auto;
}

.swiper-autoheight .swiper-wrapper {
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-webkit-transition-property: height, -webkit-transform;
				transition-property: height, -webkit-transform;
				transition-property: transform, height;
				transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				        backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
				-webkit-perspective: 1200px;
				        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
				-webkit-transform-style: preserve-3d;
				        transform-style: preserve-3d;
}

.swiper-3d {
				-webkit-perspective: 1200px;
				        perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
				-webkit-transform-style: preserve-3d;
				        transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				pointer-events: none;
				z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
				background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
				background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
				background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
				background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
				overflow: auto;
				scrollbar-width: none; /* For Firefox */
				-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
				display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
				scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
				-ms-scroll-snap-type: x mandatory;
				    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
				-ms-scroll-snap-type: y mandatory;
				    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
				content: "";
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-webkit-box-ordinal-group: 10000;
				    -ms-flex-order: 9999;
				        order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
				scroll-snap-align: center center;
				scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
				-webkit-margin-start: var(--swiper-centered-offset-before);
				        margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
				height: 100%;
				min-height: 1px;
				width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
				-webkit-margin-before: var(--swiper-centered-offset-before);
				        margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
				width: 100%;
				min-width: 1px;
				height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
				width: 42px;
				height: 42px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -21px;
				margin-top: -21px;
				z-index: 10;
				-webkit-transform-origin: 50%;
				        transform-origin: 50%;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
				border-radius: 50%;
				border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
				-webkit-animation: swiper-preloader-spin 1s infinite linear;
				        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
				--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
				--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
				0% {
								-webkit-transform: rotate(0deg);
								        transform: rotate(0deg);
				}
				100% {
								-webkit-transform: rotate(360deg);
								        transform: rotate(360deg);
				}
}

@keyframes swiper-preloader-spin {
				0% {
								-webkit-transform: rotate(0deg);
								        transform: rotate(0deg);
				}
				100% {
								-webkit-transform: rotate(360deg);
								        transform: rotate(360deg);
				}
}
.featured-areas {
				position: relative;
				background-color: #F3F3F9;
				padding: 0;
				overflow: hidden;
				color: #585858;
}
.featured-areas__lines {
				width: 100%;
				height: 100%;
				overflow: hidden;
}
.featured-areas__lines svg {
				position: absolute;
				width: 827;
				height: auto;
				left: auto;
				right: 0;
}
.featured-areas__inner {
				position: relative;
				width: 100%;
				padding: 80px 0;
}
.featured-areas .row {
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 30px;
}
@media only screen and (min-width: 1050px) {
				.featured-areas .row {
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
								-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: 0 -30px;
				}
}
.featured-areas .row .col {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media only screen and (min-width: 1050px) {
				.featured-areas .row .col {
								-webkit-box-flex: 0;
								    -ms-flex: 0 1 33%;
								        flex: 0 1 33%;
								padding: 0 30px;
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
				}
}
.featured-areas h2 {
				font-size: 36px;
				color: #3856A4;
				font-weight: 500;
				margin-bottom: 8px;
}
@media only screen and (max-width: 1050px) {
				.featured-areas h2 {
								font-size: 24px;
				}
}
.featured-areas .subtitulo {
				font-size: 24px;
				margin-bottom: 20px;
				font-weight: 500;
}
.featured-areas .texto {
				text-align: center;
}
@media only screen and (min-width: 1050px) {
				.featured-areas .texto {
								text-align: left;
				}
}
.featured-areas .items {
				position: relative;
}
.featured-areas ul.bullets {
				color: #3856A4;
}
.featured-areas ul.bullets li {
				display: list-item;
				font-size: 20px;
				font-weight: 400;
				list-style: square;
				list-style-position: inside;
				font-size: 30px;
}
.featured-areas ul.bullets li span {
				color: #585858;
				padding-left: 15px;
				font-size: 20px;
}
.featured-areas .centerDiv {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				margin-top: 50px;
}

.quote-section {
				position: relative;
				overflow: hidden;
				background-color: #3856A4;
}
.quote-section__inner {
				padding: 80px 0;
}
.quote-section blockquote {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 25px;
				margin: 0px auto;
				position: relative;
				max-width: 620px;
				font-family: "Arial", sans-serif;
				color: #F3F3F9;
				font-weight: 600;
				line-height: 1.33;
				letter-spacing: 0.667px;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.quote-section blockquote {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.quote-section blockquote {
								font-size: 20px;
				}
}
.quote-section blockquote span {
				display: -webkit-box;
				-webkit-line-clamp: 11;
				-webkit-box-orient: vertical;
				overflow: hidden;
}
.quote-section blockquote .quote--author {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				font-family: "Arial", sans-serif;
				color: #F3F3F9;
				min-height: 40px;
}
@media only screen and (max-width: 1050px) {
				.quote-section blockquote .quote--author {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.quote-section blockquote .quote--author {
								font-size: 18px;
				}
}
.quote-section blockquote .quote-section--author {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				font-family: "Arial", sans-serif;
				color: #F3F3F9;
				min-height: 40px;
				font-weight: 600;
}
@media only screen and (max-width: 1050px) {
				.quote-section blockquote .quote-section--author {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.quote-section blockquote .quote-section--author {
								font-size: 18px;
				}
}

.cta {
				position: relative;
				overflow: hidden;
				background-color: #585858;
}
.cta img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 0;
				-o-object-fit: cover;
				   object-fit: cover;
}
.cta__inner {
				position: relative;
				z-index: 2;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				position: relative;
				gap: 30px;
				padding: 65px 30px;
				color: #F3F3F9;
				width: 100%;
				max-width: 1290px;
				margin: 0px auto;
}
@media only screen and (min-width: 900px) {
				.cta__inner {
								-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;
								padding: 95px 0px;
				}
}
.cta__title {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 calc(100% - 350px);
				        flex: 0 1 calc(100% - 350px);
				text-transform: none;
				font-weight: 700;
				max-width: none;
}
@media only screen and (max-width: 900px) {
				.cta__title {
								text-align: center;
				}
}
.cta .button {
				max-width: 300px;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				text-align: center;
}
@media only screen and (max-width: 767px) {
				.cta .button {
								height: auto;
								white-space: normal;
								min-height: 50px;
				}
}
.cta .button:hover {
				background-color: #F3F3F9;
}

.products {
				position: relative;
				overflow: hidden;
				padding: 60px 0px;
}
.products .section-title {
				text-transform: none;
				font-weight: 500;
				margin-bottom: 40px;
}
.products__row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}
@media only screen and (min-width: 600px) {
				.products__row {
								-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;
				}
}
.products__grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr;
				grid-template-columns: repeat(1, 1fr);
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 100%;
				        flex: 0 0 100%;
				gap: 20px;
}
@media only screen and (min-width: 600px) {
				.products__grid {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 75%;
								        flex: 0 0 75%;
				}
}
@media only screen and (min-width: 750px) {
				.products__grid {
								-ms-grid-columns: (1fr)[3];
								grid-template-columns: repeat(3, 1fr);
				}
}
@media only screen and (min-width: 900px) {
				.products__grid {
								-ms-grid-columns: (1fr)[4];
								grid-template-columns: repeat(4, 1fr);
				}
}
.products__grid .small-product {
				position: relative;
				overflow: hidden;
				-webkit-transition: all 0.6s ease;
				transition: all 0.6s ease;
}
.products__grid .small-product-slider {
				position: relative;
				overflow: hidden;
}
.products__grid .small-product-slider .swiper-slide img {
				width: 100%;
				aspect-ratio: 1;
				-o-object-fit: cover;
				   object-fit: cover;
				border: 1px solid #3856A4;
}
.products__grid .small-product-slider .products__swipe {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				z-index: 2;
}
.products__grid .small-product-slider .products__swipe--button {
				cursor: pointer;
}
.products__grid .small-product-slider .products__swipe--button:hover svg path:not(.arrow) {
				fill: #585858;
}
.products__grid .small-product-slider .products__swipe--button:hover svg path.arrow {
				fill: #F3F3F9;
}
.products__grid .small-product--data {
				padding: 20px;
				font-size: 16px;
				color: #585858;
}
.products__grid .small-product--data .small-product__title {
				display: block;
				margin-bottom: 20px;
				font-size: 20px;
				font-weight: 500;
				text-decoration: none;
				color: #3856A4;
}
.products__grid .small-product--data .small-product__title h3 {
				font-size: 22px;
				font-weight: 500;
				text-transform: none;
				line-height: 1;
}
.products__grid .small-product--data .small-product__title:hover {
				color: #585858;
}

.product-filters {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				margin-bottom: 40px;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 24%;
				        flex: 0 0 24%;
				gap: 15px;
				border-bottom: 1px solid #3856A4;
				overflow: hidden;
}
@media only screen and (max-width: 600px) {
				.product-filters {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 100%;
								        flex: 0 0 100%;
				}
}
.product-filters .button--line {
				font-weight: 700;
}
.product-filters .dropdown {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: relative;
				overflow: hidden;
				gap: 10px;
}
@media only screen and (max-width: 600px) {
				.product-filters .dropdown {
								width: 100%;
				}
}
@media only screen and (min-width: 600px) {
				.product-filters .dropdown button {
								display: none;
				}
}
.product-filters .dropdown label span {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.product-filters .dropdown label span {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.product-filters .dropdown label span {
								font-size: 16px;
				}
}
.product-filters .dropdown-menu {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-left: 15px;
				gap: 10px;
}
@media only screen and (max-width: 600px) {
				.product-filters .dropdown-menu:not(.js-open) {
								display: none;
				}
}
.product-filters .dropdown-menu .dropdown--items {
				padding-left: 15px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				gap: 10px;
}
.product-filters .dropdown-menu .dropdown--items label span {
				font-size: 16px;
				font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.product-filters .dropdown-menu .dropdown--items label span {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.product-filters .dropdown-menu .dropdown--items label span {
								font-size: 16px;
				}
}
.product-filters .dropdown-menu .dropdown--items .subsubfilters {
				padding-left: 15px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				gap: 10px;
}
.product-filters .dropdown-menu .dropdown--items .subsubfilters label span {
				font-family: "Outfit", sans-serif;
}
.product-filters label {
				display: block;
				width: 100%;
				font-weight: 700;
}
.product-filters label.subselect, .product-filters label.subsubselect {
				margin-bottom: -15px;
				font-size: 16px;
}
.product-filters select {
				width: 100%;
				border: 1px solid #3856A4;
				background-color: #F3F3F9;
				font-size: 16px;
				padding: 8px;
}

.services {
				position: relative;
				overflow: hidden;
}
.services .dark {
				color: #585858;
}
.services > img {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 0;
				width: 75vw;
				height: 100%;
				display: block;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media only screen and (max-width: 1050px) {
				.services > img {
								max-width: 80vw;
				}
}
@media only screen and (max-width: 900px) {
				.services > img {
								max-width: none;
								width: 100%;
				}
}
.services--inner {
				position: relative;
				z-index: 1;
				margin: 60px 0;
				left: 0;
}
.services__accordion {
				position: relative;
				max-width: 50vw;
				padding-right: 10vw;
				padding: 60px 30px;
				position: relative;
				background-color: #F3F3F9;
}
@media only screen and (max-width: 1440px) {
				.services__accordion {
								max-width: 60vw;
				}
}
@media only screen and (max-width: 1050px) {
				.services__accordion {
								max-width: 75vw;
				}
}
@media only screen and (max-width: 900px) {
				.services__accordion {
								max-width: none;
				}
}
.services__accordion h2 {
				margin-bottom: 20px;
}
.services__accordion__card {
				position: relative;
				max-width: 600px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
				margin-bottom: -1px;
}
@media only screen and (max-width: 750px) {
				.services__accordion__card {
								max-width: none;
								width: 100%;
				}
}
.services__accordion__title {
				color: #3856A4;
}
.services__accordion__cont {
				display: none;
				-webkit-transition: all 0.6s ease;
				transition: all 0.6s ease;
				padding: 20px;
				border: 1px solid #585858;
				color: #585858;
				line-height: 1.35;
}
.services__accordion .js-open > .services__accordion__cont {
				display: block;
}

.clients {
				position: relative;
				overflow: hidden;
				padding: 80px 0;
}
.clients .subtitulo {
				color: #585858;
				margin-bottom: 80px;
}
.clients .clients-slider {
				position: relative;
				padding: 0 30px;
				overflow: hidden;
}
.clients .clients-slider .swiper-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.clients .clients-slider .slider--button {
				width: 18px;
				height: 54px;
				position: absolute;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				z-index: 10;
				cursor: pointer;
}
.clients .clients-slider .slider--button.clients--prev {
				left: 1px;
}
.clients .clients-slider .slider--button.clients--next {
				right: 1px;
}
.clients .clients-slider .slider--button.swiper-button-lock {
				opacity: 0;
}
.clients__image {
				text-align: center;
}
.clients__image img {
				max-width: 150px;
}

.servicios {
				position: relative;
				overflow: hidden;
}
.servicios__inner {
				position: relative;
}
@media only screen and (max-width: 900px) {
				.servicios__inner {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								gap: 0;
								border-top: 1px solid white;
				}
}
.servicios__inner img.fullsize {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media only screen and (max-width: 900px) {
				.servicios__inner img.fullsize {
								aspect-ratio: 4/3;
								height: auto;
								overflow: hidden;
								position: relative;
				}
}
.servicios__inner__row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}
@media only screen and (min-width: 900px) {
				.servicios__inner__row {
								-webkit-box-orient: horizontal;
								-webkit-box-direction: normal;
								    -ms-flex-direction: row;
								        flex-direction: row;
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
				}
}
@media only screen and (max-width: 900px) {
				.servicios__inner__row {
								width: calc(100% + 30px);
								margin-left: -15px;
								margin-right: -15px;
				}
}
@media only screen and (min-width: 900px) {
				.servicios__inner:nth-child(even) .servicios__inner__row {
								-webkit-box-orient: horizontal;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: row-reverse;
								        flex-direction: row-reverse;
				}
}
.servicios__inner__column {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: relative;
				padding: 80px 30px;
				color: #F3F3F9;
				background-color: #3856A4;
				line-height: 1.5;
}
.servicios__inner__column h3 {
				margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
				.servicios__inner__column {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 50%;
								        flex: 0 0 50%;
								max-width: 50%;
								padding: 80px 40px;
				}
}
@media only screen and (max-width: 900px) {
				.servicios__inner__column {
								margin-top: 1px;
				}
}
.servicios__inner__column::after {
				position: absolute;
				left: auto;
				right: 100%;
				top: 0;
				width: 50vw;
				height: 100%;
				background-color: #3856A4;
}
@media only screen and (min-width: 900px) {
				.servicios__inner__column::after {
								content: "";
				}
}
.servicios__inner:nth-child(even) .servicios__inner__column {
				background-color: #585858;
}
.servicios__inner:nth-child(even) .servicios__inner__column::after {
				left: 100%;
				right: auto;
				background-color: #585858;
}

.contact {
				position: relative;
				overflow: hidden;
}
.contact__inner {
				padding: 110px 0 98px;
}
.contact__inner__grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: relative;
				overflow: hidden;
				gap: 30px;
}
@media only screen and (min-width: 900px) {
				.contact__inner__grid {
								display: -ms-grid;
								display: grid;
								-ms-grid-columns: 1fr 60px 1fr;
								grid-template-columns: repeat(2, 1fr);
								gap: 60px;
								row-gap: 78px;
				}
}
.contact__inner__grid__column {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				width: 100%;
}
.contact__inner__grid__column .section-title {
				max-width: 385px;
}
@media only screen and (max-width: 900px) {
				.contact__inner__grid__column .section-title {
								max-width: 100%;
				}
}
.contact__inner__grid__column--box {
				padding-left: 30px;
}
.contact__inner__grid__column .wpcf7-form-control-wrap {
				width: 100%;
				margin-bottom: 20px;
				display: block;
}
.contact__inner__grid__column .form-control {
				display: block;
				width: 100%;
				padding: 8px 12px;
				background-color: #F3F3F9;
				border: 1px solid #585858;
				line-height: 1.5;
				font-size: 16px;
				border-radius: 3px;
				max-height: 200px;
}
.contact__inner__grid__column .form-control:hover {
				border: 1px solid #3856A4;
}
.contact__inner__grid__column .button {
				font-size: 18px;
				font-weight: 600;
}
.contact__inner__grid__column .button:hover {
				background-color: #585858;
				color: #F3F3F9;
}
.contact .acf-map {
				display: block;
				width: 100%;
				height: 340px;
				margin-bottom: 20px;
				max-width: 600px;
}
@media only screen and (max-width: 900px) {
				.contact .acf-map {
								max-width: 100%;
				}
}
.contact .contact--data {
				font-size: 18px;
				font-family: "Outfit", sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: 1px;
				color: #3856A4;
				position: relative;
}
@media only screen and (max-width: 1050px) {
				.contact .contact--data {
								font-size: 17px;
				}
}
@media only screen and (max-width: 600px) {
				.contact .contact--data {
								font-size: 16px;
				}
}
.contact .contact--data p {
				font-style: normal;
				margin-bottom: 20px;
				color: #585858;
				border-top: 1px solid #BDBFC1;
				padding-top: 12px;
				padding-left: 30px;
}
.contact .contact--data .narker-icon {
				position: absolute;
				left: 0;
				top: 20px;
}
.contact a.contact--data:hover {
				color: #585858;
}
.contact .gravity-theme {
				margin-top: 10px;
}
.contact .gravity-theme .gform_footer input {
				padding-top: 0;
				padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
				.contact .gravity-theme .gform_footer input {
								width: 100%;
				}
}
.contact .gravity-theme .gfield input:not([type=submit]):focus-visible {
				width: calc(100% - 2px);
}
@media only screen and (max-width: 767px) {
				.contact .gravity-theme .gfield input:not([type=submit]):focus-visible {
								width: calc(100% - 4px);
								margin-left: 2px;
				}
}

.image-text {
				position: relative;
				overflow: hidden;
				background-color: #3856A4;
				padding: 90px 0;
				/* Variant for services */
}
@media only screen and (max-width: 767px) {
				.image-text {
								padding: 90px 0;
				}
}
.image-text .image-background::before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: 0.7;
				background: #0F0F19;
				mix-blend-mode: multiply;
				z-index: 1;
				content: "";
}
.image-text img {
				position: absolute;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.image-text__flex {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}
@media only screen and (min-width: 900px) {
				.image-text__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;
								gap: 5%;
				}
}
.image-text__flex .section-title {
				color: #F3F3F9;
}
@media only screen and (min-width: 900px) {
				.image-text__flex .section-title {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 30%;
								        flex: 0 0 30%;
				}
}
.image-text__flex .content {
				font-size: 18px;
				color: #F3F3F9;
				line-height: 1.5;
}
@media only screen and (min-width: 900px) {
				.image-text__flex .content {
								margin-top: 0px;
								-webkit-box-flex: 0;
								    -ms-flex: 0 1 65%;
								        flex: 0 1 65%;
				}
}
.image-text__flex .content p {
				font-size: 18px;
				line-height: 1.5;
}
.image-text__flex .content del {
				text-decoration: line-through;
}
.image-text__flex .content ul, .image-text__flex .content ol {
				margin-left: 18px;
}
.image-text__flex .content ul li {
				list-style: initial;
				font-size: 16px;
				line-height: 1.5;
}
.image-text__flex .content ol li {
				list-style: decimal;
				font-size: 16px;
				line-height: 1.5;
}
.image-text__flex .content blockquote {
				font-style: italic;
}
.image-text__flex .content a:hover {
				text-decoration: none;
}
@media only screen and (min-width: 900px) {
				.image-text__flex .content {
								-ms-grid-column-span: 2;
								grid-column: span 2;
				}
}
@media only screen and (max-width: 767px) {
				.image-text__flex .content iframe {
								width: 100%;
				}
}
.image-text blockquote {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 25px;
				margin: 0px auto;
				position: relative;
				max-width: 620px;
				font-family: "Arial", sans-serif;
				color: #F3F3F9;
				font-weight: 600;
				line-height: 1.33;
				letter-spacing: 0.667px;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.image-text blockquote {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.image-text blockquote {
								font-size: 20px;
				}
}
.image-text blockquote .quote--author {
				font-size: 20px;
				font-family: "Outfit", sans-serif;
				font-family: "Arial", sans-serif;
				color: #F3F3F9;
				min-height: 40px;
}
@media only screen and (max-width: 1050px) {
				.image-text blockquote .quote--author {
								font-size: 19px;
				}
}
@media only screen and (max-width: 600px) {
				.image-text blockquote .quote--author {
								font-size: 18px;
				}
}
.image-text-col {
				position: relative;
				overflow: hidden;
				padding: 0;
}
.image-text-col__flex {
				padding: 0 0 80px 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				gap: 30px;
}
@media only screen and (min-width: 767px) {
				.image-text-col__flex {
								padding: 30px 0 80px 0;
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
				}
}
@media only screen and (min-width: 900px) {
				.image-text-col__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;
								-webkit-box-pack: justify;
								    -ms-flex-pack: justify;
								        justify-content: space-between;
								gap: 4.7%;
				}
}
.image-text-col__image {
				position: relative;
				overflow: hidden;
				display: block;
				width: 100%;
				aspect-ratio: 60/47;
}
@media only screen and (min-width: 900px) {
				.image-text-col__image {
								-webkit-box-flex: 0;
								    -ms-flex: 0 1 50%;
								        flex: 0 1 50%;
								width: 50%;
				}
}
.image-text-col__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: relative;
				overflow: hidden;
				-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-top: 20px;
				width: 100%;
}
@media only screen and (min-width: 900px) {
				.image-text-col__cont {
								-webkit-box-flex: 0;
								    -ms-flex: 0 1 50%;
								        flex: 0 1 50%;
								width: 50%;
								padding-bottom: 90px;
				}
}
.image-text-col__cont .section-title {
				padding-bottom: 34px;
				border-bottom: 1px solid #3856A4;
}
.image-text-col__cont .subtitle {
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				display: block;
				margin-top: 10px;
				font-family: "Arial", sans-serif;
				color: #3856A4;
				font-weight: 700;
				line-height: 1.33;
}
@media only screen and (max-width: 1050px) {
				.image-text-col__cont .subtitle {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.image-text-col__cont .subtitle {
								font-size: 20px;
				}
}
.image-text-col__cont .content {
				margin-top: 40px;
				position: relative;
}
.image-text-col__cont .content p {
				font-size: 16px;
				line-height: 1.5;
				margin-bottom: 20px;
}
.image-text-col__cont .content p:last-child {
				margin-bottom: 0;
}
.image-text-col__cont .content del {
				text-decoration: line-through;
}
.image-text-col__cont .content ul, .image-text-col__cont .content ol {
				margin-left: 18px;
}
.image-text-col__cont .content ul li {
				list-style: initial;
				font-size: 16px;
				line-height: 1.5;
}
.image-text-col__cont .content ol li {
				list-style: decimal;
				font-size: 16px;
				line-height: 1.5;
}
.image-text-col__cont .content blockquote {
				font-style: italic;
}
.image-text-col__cont .content a:hover {
				text-decoration: none;
}
@media only screen and (min-width: 900px) {
				.image-text-col__cont .content {
								-ms-grid-column-span: 2;
								grid-column: span 2;
				}
}
@media only screen and (max-width: 767px) {
				.image-text-col__cont .content iframe {
								width: 100%;
				}
}

/*.features{
    position: relative;
    overflow: hidden;
    &__lines{
        height: auto;
        &::after{
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
            width: 100%;
            height: 200px;
            background: linear-gradient(0deg, $body 0%, rgba($body,0) 100%);
            content:"";
        }
    }
    &__inner{
        padding: 110px 0 76px;
        &__flex{
            @include row();
            align-items: flex-start;
            gap:40px;
            @include responsiveMin('tablet-v') {
                flex-direction: row;
                justify-content: space-between;
                gap:4%;
            }
        }
        &__heading{
            @include row();
            gap:30px;
            @include responsiveMin('tablet-v') {
                flex: 0 0 40%;
                max-width: 500px;
                gap: 42px;
            }
            .features--title{
                line-height: 1.22;
                text-transform: uppercase;
                font-weight: 600;
            }
            .features--text{
                font-weight: 400;
                line-height: 1.5;
                max-width: 500px;
                font-size: 16px;
            }
        }
        &__values{
            @include row();
            gap: 45px;
            @include responsiveMin('tablet-v') {
                flex: 0 0 40%;
                max-width: 468px;
                margin-right: -4px;
                margin-top: -10px;
            }
            .area{
                @include row();
                position: relative;
                margin-top: -6px;
                &:first-child {
                    margin-top: 0;
                }
                .bar{
                    width: 100%;
                    position: relative;
                    min-height: 10px;
                    background-color: $grey;
                    /*&::before{
                        width: 100%;
                        height: 1px;
                        background-color: $primary-color;
                        position: absolute;
                        top: 5px;
                        left: 0;
                        width: 100%;
                        z-index: 0;
                        content: "";
                    }*
                    &--bar{
                        width: 0;
                        height: 10px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        background: $secondary-color;
                        z-index: 1;
                    }
                }
                .value{
                    font-size: 55px;
                    font-weight: 700;
                    line-height: 1.63;
                    text-transform: uppercase;
                    color: $secondary-color;
                    margin-top: -12px;
                    @include responsive('mobile') {
                        font-size: 36px;
                        margin-top: 0;
                    }
                }
                .legend{
                    font-weight: 700;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    margin-top: -10px;
                    @include fontsizes(h6);
                }
            }

        }

        .values{
            padding-top: 95px;
            &--heading{
                color: $secondary-color;
                line-height: 1.22;
                text-transform: uppercase;
                font-weight: 600;
            }
            &--flex{
                //@include row();
                //align-items: flex-start;
                gap:40px;
                padding-top: 40px;
                //flex-wrap: wrap;
                display: grid;
                grid-template-columns: repeat(1fr);
                @include responsiveMin('tablet-v') {
                    //flex-direction: row;
                    //justify-content: space-between;
                    grid-template-columns: repeat(3,1fr);
                    gap:60px;
                    padding-top: 60px;
                }
            }
            &--item{
                @include row();
                gap:10px;
                padding-top: 10px;
                border-top: 1px solid $primary-color;
                width: 100%;
                max-width: 380px;
                @include responsive('tablet-v') {
                    max-width: 100%;
                }
                &--title{
                    font-family: $secondary-font;
                    font-weight: 600;
                    line-height: 1.33;
                }
                &--text{
                    font-weight: 400;
                    line-height: 1.5;
                    font-size: 16px;
                }
            }
        }
    }

    /*.image-background{
        &::before{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.7;
            background: #0F0F19;
            mix-blend-mode: multiply; 
            z-index: 1;
            content: "";

        }
    }
    img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }
    &__flex{
        @include row();
        align-items: flex-start;
        @include responsiveMin('tablet-v') {
            flex-direction: row;
            align-items: center;
            gap:4%;

        }

        .section-title{
            color: $white;
            @include responsiveMin('tablet-v') {
                flex: 0 0 30%;
            }
        }
        .content{
            @include fontsizes(h7);
            color: $white;
            line-height: 1.5;
            margin-top: 30px;
            @include responsiveMin('tablet-v') {
                margin-top: 0px;
                flex: 0 1 65%;
            }

        }
    }
    blockquote{
        @include row();
        @include fontsizes(h4);
        align-items: center;
        gap: 25px;
        margin: 0px auto;
        position: relative;
        max-width: 620px;
        font-family: $secondary-font;
        color: $white;
        font-weight: 600;
        line-height: 1.33;
        letter-spacing: 0.667px;
        text-align: center;
        .quote--author{
            @include fontsizes(h5);
            font-family: $secondary-font;
            color: $white;
            min-height: 40px;
        }
    }
    *
}
*/
.mision {
				position: relative;
				background-color: #F3F3F9;
				padding: 60px 0;
				color: #585858;
}
.mision h2 {
				font-weight: 500;
}
.mision .row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding-top: 50px;
}
@media only screen and (min-width: 900px) {
				.mision .row {
								-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;
				}
}
.mision .column {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}
@media only screen and (min-width: 900px) {
				.mision .column {
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 50%;
								        flex: 0 0 50%;
								padding: 0 15px 0 0;
				}
				.mision .column:last-child {
								padding: 0 0 0 15px;
				}
}
.mision .accordion {
				position: relative;
				background-color: #F3F3F9;
}
.mision .accordion--item {
				position: relative;
				-webkit-transition: all 5 ease-out;
				transition: all 5 ease-out;
				-webkit-transition-delay: 0s;
				        transition-delay: 0s;
}
.mision .accordion--button {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				width: 100%;
				position: relative;
				background-color: #F3F3F9;
				color: #3856A4;
				padding: 8px 12px;
				font-size: 20px;
				text-transform: uppercase;
				font-weight: 700;
				border: 1px solid #0F0F19;
				cursor: pointer;
}
.mision .accordion--button svg {
				width: 24px;
				height: 24px;
				margin: 10px;
}
.mision .accordion--button:hover {
				background-color: #585858;
				color: #F3F3F9;
}
.mision .accordion--button:hover svg path.fondo {
				fill: #585858;
}
.mision .accordion--body {
				display: none;
				line-height: 1.35;
				font-size: 18px;
				font-weight: 300;
				padding: 8px 12px;
				-webkit-transition: all 0.6 ease-out;
				transition: all 0.6 ease-out;
				-webkit-transition-delay: 0s;
				        transition-delay: 0s;
				border: 1px solid #0F0F19;
				border-top: none;
}
.mision .accordion.js-open .accordion--button {
				background-color: #585858;
				color: #F3F3F9;
}
.mision .accordion.js-open .accordion--button svg path {
				fill: #F3F3F9;
}
.mision .accordion.js-open .accordion--body {
				display: block;
}

.faqs__tabs {
				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;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
.faqs__tabs__item {
				margin: 20px;
				cursor: pointer;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__image, .faqs__tabs__item:hover .faqs__tabs__image {
				border-color: #3856A4;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
				display: inline-block;
				width: 15px;
				height: 15px;
				margin-right: 5px;
				background: #585858;
				content: "";
}
.faqs__tabs__image {
				position: relative;
				width: 180px;
				height: 172px;
				border: 2px solid #F3F3F9;
}
.faqs__tabs__text {
				text-align: center;
				margin: 0 auto;
				margin-top: 10px;
				position: relative;
}
.faqs__tab {
				margin-top: 130px;
				display: none;
}
@media only screen and (max-width: 900px) {
				.faqs__tab {
								margin-top: 65px;
				}
}
.faqs__tab.js-tab-active {
				display: block;
}
.faqs__tab__item {
				background: #F3F3F9;
				border-bottom: 1px solid #585858;
}
.faqs__tab__item__question {
				width: 100%;
				text-align: center;
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				padding: 45px;
				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;
				cursor: pointer;
}
@media only screen and (max-width: 1050px) {
				.faqs__tab__item__question {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.faqs__tab__item__question {
								font-size: 20px;
				}
}
@media only screen and (max-width: 900px) {
				.faqs__tab__item__question {
								padding: 20px;
								text-align: left;
				}
}
.faqs__tab__item__question span {
				margin-right: 45px;
}
.faqs__tab__item__question:after {
				width: 15px;
				height: 8px;
				background: url(images/arrow.svg) center/contain no-repeat;
				content: "";
}
.faqs__tab__item__answer {
				margin: 0 auto;
				width: 629px;
				max-width: 100%;
				display: none;
				line-height: 1.4;
}
@media only screen and (max-width: 900px) {
				.faqs__tab__item__answer {
								width: 100%;
								padding: 0 20px;
				}
}
.faqs__tab__item.js-open {
				background: #585858;
				padding-bottom: 40px;
				border-color: #585858;
}
.faqs__tab__item.js-open .faqs__tab__item__question:after {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
}

/* SERVICES FAQS */
.services-faqs {
				position: relative;
				overflow: hidden;
}
.services-faqs__inner {
				position: relative;
				padding: 110px 0 220px;
}
@media only screen and (max-width: 767px) {
				.services-faqs__inner {
								padding: 50px 0;
				}
}
.services-faqs--title {
				color: #585858;
}
.services-faqs .tabs {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 44px;
				margin-top: 70px;
}
@media only screen and (max-width: 767px) {
				.services-faqs .tabs {
								margin-top: 20px;
				}
}
.services-faqs .tabs button.js-open-tab {
				font-size: 16px;
				font-family: "Outfit", sans-serif;
				color: #3856A4;
				text-transform: uppercase;
				padding: 5px 0;
				font-weight: 700;
				border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 1050px) {
				.services-faqs .tabs button.js-open-tab {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.services-faqs .tabs button.js-open-tab {
								font-size: 16px;
				}
}
.services-faqs .tabs button.js-open-tab:hover, .services-faqs .tabs button.js-open-tab.js-active {
				color: #585858;
				border-bottom: 2px solid #585858;
}
.services-faqs .tabs-contents {
				position: relative;
				max-width: 940px;
				margin: 28px auto 0;
}
@media only screen and (max-width: 767px) {
				.services-faqs .tabs-contents {
								margin: 20px auto 0;
				}
}
.services-faqs .tabs-contents .tab {
				display: none;
}
.services-faqs .tabs-contents .tab.js-open {
				display: block;
}
.services-faqs .tabs-contents .button-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				margin-top: 60px;
}
.services-faqs .tabs-contents .button-wrapper .button {
				border: 1px solid #585858;
}
.services-faqs .tabs-contents .button-wrapper .button:hover {
				border: 1px solid #3856A4;
}
.services-faqs .tabs-contents .button-wrapper .button.js-loading {
				font-size: 0;
				background: #585858 url(images/icons/loading.svg) center center no-repeat;
}
.services-faqs__list {
				position: relative;
				padding-top: 70px;
				max-width: 860px;
				margin: 0px auto;
}
.services-faqs .faq {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				width: 100%;
				position: relative;
				overflow: hidden;
}
.services-faqs .faq--title {
				font-size: 30px;
				font-family: "Outfit", sans-serif;
				font-family: "Arial", sans-serif;
				font-weight: 600;
				line-height: 1.33;
				padding-top: 10px;
				border-top: 1px solid #3856A4;
				margin-top: 42px;
				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;
				cursor: pointer;
				text-align: left;
}
@media only screen and (max-width: 1050px) {
				.services-faqs .faq--title {
								font-size: 25px;
				}
}
@media only screen and (max-width: 600px) {
				.services-faqs .faq--title {
								font-size: 20px;
				}
}
@media only screen and (max-width: 767px) {
				.services-faqs .faq--title {
								margin-top: 20px;
				}
}
.services-faqs .faq--title svg {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 20px;
				        flex: 0 0 20px;
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
				margin-left: 15px;
}
.services-faqs .faq--title:hover {
				color: #585858;
}
.services-faqs .faq--cont {
				font-size: 16px;
				font-family: "Outfit", sans-serif;
				display: none;
				padding-top: 18px;
				line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
				.services-faqs .faq--cont {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.services-faqs .faq--cont {
								font-size: 16px;
				}
}
.services-faqs .faq--cont p {
				font-size: 16px;
				line-height: 1.5;
				margin-bottom: 20px;
}
.services-faqs .faq--cont p:last-child {
				margin-bottom: 0;
}
.services-faqs .faq--cont del {
				text-decoration: line-through;
}
.services-faqs .faq--cont ul, .services-faqs .faq--cont ol {
				margin-left: 18px;
}
.services-faqs .faq--cont ul li {
				list-style: initial;
				font-size: 16px;
				line-height: 1.5;
}
.services-faqs .faq--cont ol li {
				list-style: decimal;
				font-size: 16px;
				line-height: 1.5;
}
.services-faqs .faq--cont blockquote {
				font-style: italic;
}
.services-faqs .faq--cont a:hover {
				text-decoration: none;
}
@media only screen and (max-width: 767px) {
				.services-faqs .faq--cont iframe {
								width: 100%;
				}
}
.services-faqs .faq.js-open .faq--title svg {
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
}
/*# sourceMappingURL=style.css.map */