.hero {
    padding-top: 128px;
}

.hero-header {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px;
}

.hero-header-content {
    flex-grow: 1;
}

.hero-header-button {
    flex-shrink: 0;
    text-align: right;
}

.hero-header-button .button {
    width: 100%;
    max-width: 100%;
}


.hero-before-title {
    font-size: 24px;
    margin-bottom: 8px;
}



.hero-sub-title {
    text-align: left;
    font-size: 20px;
    max-width: 840px;
    margin-bottom: 0;
}


.hero-image {
    margin-top: 40px;
    padding: 0;
}

.hero-image img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.features-simple .features-item {
    border: none;
    padding: 0;
    background-color: transparent;
}

@media(min-width: 768px) {
    .hero-title {
        font-size: 80px;
    }
    .hero-header-button {
        flex-basis: 323px;
    }

    .features-simple .features-item {
        flex-basis: calc( (100% - 24px) / 2 );
    }


    .blog-posts-item:not(:hover) .blog-posts-image {
        filter: grayscale(100%);
    }

    .blog-posts-image {
        transition: 0.2s ease-in-out;
    }

}

@media(max-width: 767.98px) {
    .hero {
        padding-top: 32px;
    }
    .hero-before-title {
        font-size: 20px;
    }
    .section-text {
        font-size: 16px;
    }
}





.section-row.section-row-start {
    align-items: flex-start;
}

.section-sub-title:first-child {
    margin-top: 0;
}



.section-image.section-image-auto {
    margin-top: 40px;
    padding-bottom: 0;
  }
  
.section-image.section-image-auto img {
position: static;
width: 100%;
max-width: 100%;
height: auto;
border-radius: 16px;
display: block;
}





.hero-accordion {
margin-top: 65px;
}

.hero-accordion-list {
list-style: none;
padding: 0;
margin: 0;
}

.hero-accordion-item {
border-bottom: 1px solid #E8E8E8;
}

.hero-accordion-item:not(.active) .hero-accordion-header {
color: #B7B7B8;
}

.hero-accordion-header {
display: flex;
gap: 16px;
text-transform: uppercase;
color: #14222E;
font-family: "Anton SC", sans-serif;
font-size: 32px;
min-height: 86px;
padding-top: 16px;
padding-bottom: 16px;
box-sizing: border-box;
align-items: center;
padding-left: 24px;
padding-right: 24px;
transition: 0.2s ease-in-out;
}

.hero-accordion-number {
flex-shrink: 0;
flex-basis: 70px;
}

.hero-accordion-title {
flex-grow: 1;
text-align: right;
}

.hero-accordion-content {
padding: 0 24px 24px;
text-align: right;
display: none;
}

.hero-accordion-text {
max-width: 700px;
margin-left: auto;
}

.hero-accordion-button {
margin-top: 40px;
}

.hero-accordion-button .button {
min-width: 247px;
}

@media (min-width: 768px) {
.hero-accordion-header {
    cursor: pointer;
}
}

@media (max-width: 767.98px) {
.hero-accordion {
    margin-top: 24px;
    }

    .hero-accordion-header {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    }

    .hero-accordion-content {
    padding-left: 0;
    padding-right: 0;
    }

}




.hero-cover {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    padding: 128px 40px;
    box-sizing: border-box;
}

.hero-cover .hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-cover .hero-header {
    position: relative;
    z-index: 2;
}

.hero-cover .hero-image {
    position: static;
    overflow: visible;
    margin: 0;
}

.hero-products {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media(max-width: 767.98px) {
    .hero-products {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .hero-cover {
        padding: 40px 16px;
    }
}





.header {
	position: relative;
}


.header-toggle svg:last-child {
	display: none;
}

.header-toggle.active svg:last-child {
	display: block;
}

.header-toggle.active svg:first-child {
	display: none;
}

@media (max-width: 767.98px) {
	.header-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 4;
	}
	
	.header-nav.active {
		display: block !important;
	}

	.menu-list {
		display: block;
	}

	.menu-list li:not(:last-child) {
		border-bottom: 1px solid #E0E0E0;
	}

	.menu-list a {
		padding-left: 16px;
		padding-right: 16px;
		min-height: 53px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}


.section-image-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(min-width: 768px) {
	.footer-bottom {
		justify-content: space-between;
	}
}