/*!
Theme Name: LFAM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lfam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LFAM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */





/* Base Styles */
html {
	scroll-behavior: smooth;
}

body {
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
	line-height: normal;
	position: relative;
	font-weight: 300;
	font-size: 18px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px;
}

.uppercase {
	text-transform: uppercase;
}

.flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.wrap {
	flex-wrap: wrap;
}

.column {
	flex-direction: column;
}

.text-center {
	text-align: center;
}

.mb-0 {
	margin-bottom: 0;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.none{
	display: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.container{
	max-width: 1804px;
	margin: 0 auto;
	padding: 0 50px;
}

.container-secondary{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
}

.sandiego{
	font-family: 'San Diego';
}

.grift{
	font-family: 'Grift';
}

.gloria{
	font-family: 'Gloria Hallelujah';
}

.salmond{
	font-family: 'Salmond';
}

.header-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 48px;
	padding-bottom: 18px;
	position: relative;
}

.main-header__logo-wrapper {
	width: 15%;
	align-items: center;
	justify-content: start;
	display: flex;
	padding-right: 20px;
	position: relative;
}

.main-header__logo-wrapper::after {
	content: '';
	position: absolute;
	right: 0;
	top: -48px;
	bottom: -18px;
	width: 1px;
	background-color: #e0e0e0;
}

.main-header__menu{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-header__menu .main-header__menu-list {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	justify-content: start;
}

.main-header__menu-item {
	list-style: none;
}

.main-header__menu-item a{
	font-family: 'San Diego';
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	color: #555555;
	transition: all 0.3s ease;
}

.main-header__menu-item a:hover {
	color: #1a1a1a;
}

/* Actions */
.main-header__actions{
	width: 15%;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 16px;
	padding-left: 0px;
	position: relative;
}

.main-header__actions--mobile {
	display: none;
}

.main-header__actions::before {
	content: '';
	position: absolute;
	left: 0;
	top: -48px;
	bottom: -18px;
	width: 1px;
	background-color: #e0e0e0;
}

.main-header-contact{
	font-family: 'San Diego';
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #555555;
	transition: all 0.3s ease;
}

.main-header__language {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.main-header__language-code {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	font-family: 'salmond';
	color: #000000;
}

section.hero {
	width: 100%;
	height: 80vh;
	position: relative;
}

.video-field video{
	height: 80vh;
	width: 100%;
	object-fit: cover;
}

.video-field{
	position: relative;
	height:80vh;
}

.video-field::before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
	pointer-events: none;
}

.video-field video{
	position: relative;
	z-index: 0;
}

.mobile-video{
	display: none;
}

section.hero .hero-content {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: fit-content;
	z-index: 2;
}

.hero-content__title{
	font-family: 'San Diego';
	font-size: 33px;
	line-height: 1.1;
	font-weight: 300;
	color: #ffffff;
}

.text-banner-section{
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

.text-banner-section .text-banner{
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	padding: 19px 25px;
}

.text-banner-section .text-banner h2{
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 9px;
}

.text-banner-section .text-banner .desc{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #8B8B8B;
	margin-bottom: 25px;
}

.brands_banner{
	margin-bottom: 55px;
}

.brands_banner .brands_banner-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap:10px;
}

.brands_banner .brands_banner-box .text-field{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap:16px;
	max-width: 744px;
	margin-top: -80px;
}

.brands_banner .brands_banner-box .text-field h2{
	font-size: 29px;
	font-weight: 300;
	line-height: 1;
	color: #3B3B3B;
	margin-bottom: 0;
}

.brands_banner .brands_banner-box .text-field .desc{
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0;
	color: #8B8B8B;
}

.brands_banner  .video-banner-field{
	margin-top: 88px;
}

.brands_banner  .video-banner-field .desktop-video iframe,
.brands_banner  .video-banner-field .mobile-video iframe {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height:100%;
}

.content-section {
	background-color: #ffffff;
	margin:22px 0;
}

.content-section__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.content-section__text {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.content-section__text-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.content-section__paragraph {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	color: #8B8B8B;
	margin: 0;
	font-family: 'Grift';
}

.content-section__paragraph strong {
	font-weight: 600;
	font-family: 'San Diego';
	color: #404040;
}

.content-section__button {
	display: inline-block;
	padding: 9px 6px;
	background-color: #2F99C7;
	color: #ffffff;
	font-size: 19px;
	font-weight: 400;
	border-radius: 10px;
	text-align: center;
	width: fit-content;
	transition: background-color 0.3s ease;
}

.content-section__image {
	width: 50%;
}

.content-section__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio:335/98;
}

.tab-section {
	margin-bottom: 100px;
}

.tab-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.tab-section__tabs {
	display: flex;
	gap: 55px;
	position: relative;
	flex-wrap: wrap;
}

.tab-section__tabs::before {
	content: '';
	position: absolute;
	bottom: -18px;
	left: var(--indicator-left, 0px);
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 23px solid #2F99C7;
	transform: translateX(calc(var(--indicator-width, 200px) / 2 - 23px));
	transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2;
	clip-path: polygon(10% 0%, 90% 0%, 85% 85%, 50% 90%, 15% 85%);
}

.tab-section__tab-item {
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 24px 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	position: relative;
	text-align: center;
	width: calc(25% - 42px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
}

.tab-section__tab-item:hover {
	background-color: #E8E8E8;
}

.tab-section__tab-item--active {
	background-color: #2F99C7;
	color: #ffffff;
}

.tab-section__tab-item--active:hover{
	background-color: #2F99C7;
	color: #ffffff;
}

.tab-section__tab-item--active .tab-section__tab-icon img{
	filter: brightness(10);
}

.tab-section__tab-icon {
	color: #8B8B8B;
	transition: color 0.3s ease;
}

.tab-section__tab-item--active .tab-section__tab-icon {
	color: #ffffff;
}

.tab-section__tab-title {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	color: #878D93;
	transition: color 0.3s ease;
}

.tab-section__tab-item--active .tab-section__tab-title {
	color: #ffffff;
}

.tab-section__content {
	position: relative;
	min-height: 200px;
}

.tab-section__content-item {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tab-section__content-item--active {
	display: block;
	opacity: 1;
}

.tab-section__content-item p{
	font-family: 'Grift';
	font-size: 21px;
	font-weight: 300;
	line-height: 1.6;
	color: #3B3B3B;
	margin: 0 0 20px;
}

.tab-section__content-item p:last-child{
	margin-bottom: 0;
}

.projects-section {
	background-color: #000000;
	padding-top: 60px;
	margin-bottom: 77px;
}

.projects-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 28px;
	background-color: #ffffff;
}

.projects-section__title-field {
	padding: 0 50px;
	max-width:1610px;
	margin:0 auto;
	width:100%;
}

.projects-section__title {
	font-size: 27px;
	font-weight: 300;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 0;
	margin-top: 60px;
}

.projects-section__box{
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 50px;
	width:100%;
}

.swiper-projects {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}

.swiper-projects .swiper-wrapper {
	width: 100%;
	height: auto;
}

.swiper-projects .swiper-slide {
	width: 100%;
	height: auto;
	transition: opacity 0.6s ease;
}

.projects-slide {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.projects-slide__main-image {
	width: 45%;
}

.projects-slide__main-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 8px;
}

.projects-slide__right-content {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 61.5px;
}

.projects-slide__thumbnails {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.projects-slide__thumbnail {
	width: calc(45% - 10px);
}

.projects-slide__thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 358 / 260;
}

.projects-slide__content {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding-top: 56.5px;
	border-top: 0.5px solid #707070;
	align-items: start;
	justify-content: space-between;
}

.projects-slide__heading {
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	color: #000000;
	margin: 0;
	width: 50%;
}

.projects-slide__desc {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	color: #8B8B8B;
	margin: 0;
	width: 50%;
}

.swiper-navigation-projects {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 40px;
	position: absolute;
	right: 0;
	bottom: 10%;
}

.swiper-navigation-projects .swiper-button-next,
.swiper-navigation-projects .swiper-button-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0;
	background-color: #F5F5F5;
	border-radius: 50%;
	color: #1a1a1a;
	transition: background-color 0.3s ease;
}

.swiper-navigation-projects .swiper-button-next:hover,
.swiper-navigation-projects .swiper-button-prev:hover {
	background-color: #E8E8E8;
}

.swiper-navigation-projects .swiper-button-next::after,
.swiper-navigation-projects .swiper-button-prev::after {
	font-size: 16px;
	font-weight: 600;
}

.gallery-section {
	margin-bottom: 70px;
	background-color: #ffffff;
}

.gallery-section__wrapper {
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 50px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(0, 1fr);
	column-gap: 20px;
	row-gap: 24px;
	position: relative;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.gallery-item__link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gallery-item--clone {
	cursor: pointer;
	overflow: hidden;
}

.gallery-item--clone img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Lightbox Navigation Buttons - GLightbox */
.glightbox-container .gnext,
.glightbox-container .gprev {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border: none;
	padding: 0;
}

.glightbox-container .gnext:hover,
.glightbox-container .gprev:hover {
	background-color: rgba(255, 255, 255, 1);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.glightbox-container .gnext {
	right: 20px;
}

.glightbox-container .gprev {
	left: 20px;
}

.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
	width: 24px;
	height: 24px;
}

.glightbox-container .gnext .garrow,
.glightbox-container .gprev .garrow {
	stroke: #1a1a1a;
	stroke-width: 2;
}

.glightbox-container .gnext.disabled,
.glightbox-container .gprev.disabled {
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
}

/* Lightbox Close Button */
.glightbox-container .gclose {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: absolute;
	top: 20px;
	right: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border: none;
	padding: 0;
}

.glightbox-container .gclose:hover {
	background-color: rgba(255, 255, 255, 1);
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.glightbox-container .gclose svg {
	width: 24px;
	height: 24px;
}

.glightbox-container .gclose path {
	fill: #1a1a1a;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
	.glightbox-container .gnext,
	.glightbox-container .gprev {
		width: 40px;
		height: 40px;
	}

	.glightbox-container .gnext {
		right: 10px;
	}

	.glightbox-container .gprev {
		left: 10px;
	}

	.glightbox-container .gnext svg,
	.glightbox-container .gprev svg {
		width: 20px;
		height: 20px;
	}

	.glightbox-container .gclose {
		width: 40px;
		height: 40px;
		top: 10px;
		right: 10px;
	}

	.glightbox-container .gclose svg {
		width: 20px;
		height: 20px;
	}
}


.sectors-section__wrapper {
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 50px;
}

.sectors-section__title-field {
	margin-bottom: 35px;
}

.sectors-section__title {
	font-size: 27px;
	font-weight: 300;
	line-height: 1.1;
	color: #000000;
	margin: 0;
}

.sectors-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.sectors-card {
	cursor: pointer;
	transition: transform 0.3s ease;
	perspective: 1200px;
	position: relative;
}

.sectors-card.sectors-card--active .sectors-card__image{
	margin-bottom:0;
}

.sectors-card:hover {
	transform: translateY(-5px);
}

.sectors-card__inner {
	position: relative;
	width: 100%;
	transform-style: preserve-3d;
}

.sectors-card__front,
.sectors-card__back {
	backface-visibility: hidden;
	transform-origin: center;
	transition: transform 0.5s ease;
}

.sectors-card__front {
	display: flex;
	flex-direction: column;
}

.sectors-card__back {
	position: absolute;
	inset: 0;
	background-color:transparent;
	color: #2F99C7;
	transform: rotateY(180deg);
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 20px;
	border:1px solid #2F99C7;
	border-radius:10px;
}

.sectors-card__back-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sectors-card__back-title {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.sectors-card__text {
	font-family: 'Grift';
	font-size: 17px;
	font-weight: 300;
	line-height: 1.3;
	color: #2F99C7;
}

.sectors-card__text p{
	margin-bottom:0;
}

.sectors-card--active .sectors-card__front {
	transform: rotateY(-180deg);
}

.sectors-card--active .sectors-card__back {
	transform: rotateY(0deg);
}

.sectors-card__image {
	width: 100%;
	overflow: hidden;
	margin-bottom: 23px;
}

.sectors-card__image img {
	aspect-ratio: 291/422;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.sectors-card:hover .sectors-card__image img {
	transform: scale(1.05);
}

.sectors-card__title {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	color: #000000;
	margin: 0;
	text-align: start;
}

.sector-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sector-popup.sector-popup--active {
	display: flex;
}

.sector-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.sector-popup__content {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	max-width: 800px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 50px;
	border-radius: 12px;
}

.sector-popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #F5F5F5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	color: #1a1a1a;
}

.sector-popup__close:hover {
	background-color: #E8E8E8;
}

.sector-popup__body {
	padding-top: 20px;
}

.sector-popup__title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.1;
	color: #000000;
	margin: 0 0 30px;
}

.sector-popup__text {
	font-family: 'Grift';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #8B8B8B;
}

.sector-popup__text p {
	margin: 0 0 20px;
}

.sector-popup__text p:last-child {
	margin-bottom: 0;
}

.faq-section {
	margin-top: 148px;
	margin-bottom: 80px;
}

.faq-section__header {
	text-align: center;
}

.faq-section__header{
	margin-bottom: 40px;
}

.faq-section__title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 15px;
}

.faq-section__subtitle {
	font-family: 'Salmond';
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.7px;
	color: #000000;
	line-height: 1.4;
	margin: 0;
}

.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.faq-accordion__item {
	border: 1px solid #D9D9D9;
	padding: 16px 38px 16px 58px;
	position: relative;
	cursor: pointer;
	padding-right: 230px;
}

.faq-accordion__item--active {
	background-color: #EDEDED;
}

.faq-accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq-accordion__question {
	font-family: 'salmond';
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	color: #838383;
	margin-bottom: 0;
	letter-spacing: 0.1px;
}

.faq-accordion__toggle {
	width: 47px;
	height: 47px;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	transition: transform 0.3s ease, background-color 0.3s ease;
	transform: rotate(60deg);
	position: absolute;
	right: 38px;
}

.faq-accordion__item--active .faq-accordion__toggle {
	background-color: #ffffff;
	top: 28px;
}

.faq-accordion__item--active .faq-accordion__toggle {
	transform: rotate(316deg);
}

.faq-accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion__item--active .faq-accordion__content {
	max-height: 1000px;
}

.faq-accordion__item--active .faq-accordion__question{
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}

.faq-accordion__text p {
	font-family: 'Salmond';
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.7px;
	color: #000000;
	line-height: 1.4;
	margin: 0;
}

.services-section{
	margin-bottom: 115px;
}

.container-services{
	max-width: 1610px;
	padding: 0 50px;
	margin: 0 auto;
}

.services-section .title-field{
	display:flex;
	align-items:center;
	justify-content:start;
}

.services-section .title-field h2{
	font-size:27px;
	font-weight:300;
	line-height:1.1;
	margin-bottom:0;
	color: #3B3B3B;
}

.services-section__wrapper{
	padding: 0;
}

.services-section__title-field{
	text-align: center;
	margin-bottom: 60px;
}

.services-steps{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 60px;
}

.services-steps__line{
	position: absolute;
	top: calc(60px + 29px);
	left: 0;
	right: 0;
	height: 3px;
	z-index: 1;
	pointer-events: none;
}

.services-steps__line-background{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #E0E0E0;
}

.services-steps__line-progress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #2F99C7;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2;
}

.services-step{
	position: relative;
	width: 23%;
	text-align: center;
	cursor: pointer;
}

.services-step__marker{
	position: relative;
	z-index: 2;
	width: 58px;
	height: 58px;
	margin: 0 auto 26px;
	border-radius: 15px;
	background-color: #9EA4AA;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'San Diego';
	font-size: 24px;
	font-weight: 300;
}

.services-step--active .services-step__marker{
	background-color: #2F99C7;
}

.services-step__number{
	display: inline-block;
}

.services-step__text h3{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 1.2;
	color: #9EA4AA;
	transition:all 0.3s ease-in;
}

.services-step--active .services-step__text h3{
	color: #000000;
}

.services-step__text p{
	font-size: 18px;
	color: #9EA4AA;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
}

.services-step--active .services-step__text p{
	color: #8B8B8B;
}

.info_section{
	margin-bottom: 55px;
}

.info_section .title-field{
	text-align: center;
	margin-bottom: 60px;
}

.info_section .title-field h2{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 0;
	letter-spacing: 0.1px;
}

.info_section-wrapper{
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 20px;
}

.info_section-item{
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: center;
	width: calc(25% - 18px);
}

.info_section-item h3{
	font-size: 18px;
	color: #8B8B8B;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 0;
}

.info_section-item .thumbnail{
	aspect-ratio: 323 / 256;
}

.info_section-item .thumbnail img{
	object-fit: cover;
}

.info_section-item.last-item .thumbnail{
	background-color: #2F99C7;
	border-radius: 50%;
	justify-content: center;
}

.info_section-item.last-item .last-item-thumbnail{
	color: #ffffff;
	font-size: 29px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	margin: 0px 35px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
}

.instagram-section{
	margin: 30px 0;
}

.instagram-section .title-field{
	text-align: center;
	margin-bottom: 46px;
}

.instagram-section .title-field h2{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 0;
	letter-spacing: 0.1px;
}

.instagram-grid{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
}

.instagram-item{
	width:calc(20% - 12px) ;
	background-color: #E0E0E0;
	aspect-ratio: 263/307;
}

.instagram-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-footer{
	background-color: #12242C;
	padding:0 20px 0px;
	width: 100%;
	position: relative;
}

.footer-box{
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 0;
	position: relative;
}

.footer-logo{
	margin-bottom: 45px;
}

.footer-info-box{
	display: flex;
	flex-direction: column;
}

.footer-info-box .social-box{
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-info-box .social-box a{
	background-color: #12242C;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-field {
	display: flex;
	flex-direction: column;
}

.text-field a.see-to-map{
	font-size: 19px;
	font-weight: 300;
	line-height: 1.3;
	color: #ffffff;
	background-color: #2F99C7;
	padding:9px 34px;
	width: fit-content;
	margin-bottom: 46px;
	border-radius: 10px;
	margin-top: 12px;
}

.footer-content{
	padding: 0 135px 0px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:50px;
}

.footer-content .company-name{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 10px;
}

.footer-content .adress p{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #000000;
	max-width: 470px;
	margin:0;
}

.footer-form-field{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0;
	min-width: 454px;
}

.footer-form-field form{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
	width: 100%;
}

.footer-form-field .wpcf7,
.footer-form-field .wpcf7 p{
	width:100%;
}

.footer-form-field .wpcf7 p{
	position:relative;
	margin:0;
}

.footer-form-field .wpcf7 p:last-of-type{
	width:auto;
}

.footer-form-field .wpcf7 p:last-of-type input{
	background-color: #2F99C7;
	border-radius: 10px;
	border: none;
	padding: 9px 56px;
	color: #ffffff;
	font-family: 'Grift';
	font-size: 19px;
	line-height: 1.3;
	cursor:pointer;
}

.footer-form-field .wpcf7 p:last-of-type .wpcf7-spinner{
	position: absolute;
	left: 100%;
	margin-right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-form-field form input{
	padding: 10px 0px 10px 10px;
	border:none;
	border-bottom: 1px solid #CBCBCB;
	width: 100%;
}

.footer-form-field form input:placeholder{
	font-family: 'San Diego';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	color: #000000;
}

/* Footer Partners Section */
.footer-partners-section {
	display:flex;
	width: 45%;
	margin-left: auto;
	margin-top: 30px;
}

.footer-partners-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	padding: 20px;
	margin-bottom: -60px;
	overflow: hidden;
	margin-left: 0;
	left: 0;
	position: relative;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.footer-partners-box > * {
	position: relative;
	z-index: 1;
}

.footer-partners-box::before {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: 0;
	border-style: solid;
	border-width: 100px 0px 0px 95px;
	border-color: transparent transparent transparent #12242C;
}

.footer-partners-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.footer-partners-logos img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.footer-slogan {
	font-size: 29px;
	font-weight: 300;
	line-height: 1.3;
	color: #9B9B9B;
	text-align: center;
	font-style: italic;
	margin-top:-50px;
	margin-bottom:0;
}

.footer-down-background{
	height:180px;
	background:#12242C;
}

.main-header__mobile-toggle {
	display: none;
}
