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

*/
@font-face {
	font-family: "Noah-Regular";
	font-style: "normal";
	font-weight: 400;
	src: url("./assets/fonts/Noah-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Noah-Bold";
	font-style: "normal";
	font-weight: 400;
	src: url("./assets/fonts/Noah-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Noah-Heavy";
	font-style: "normal";
	font-weight: 400;
	src: url("./assets/fonts/Noah-Heavy.woff2") format("woff2");
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Noah-Bold";
	font-size: 18px;
	color: #1A1A1A;
	line-height: 1.2;
}

@media (min-width: 768px) {
	body {
		font-size: calc(20px + .5vw);
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	body {
		font-size: calc(18px + .5vw);
	}
}

@media (min-width: 1200px) {
	body {
		font-size: calc(18px + .2vw);
	}
}

@media (min-width: 1770px) {
	body {
		font-size: 30px;
	}
}

.page__wrapper {
	width: auto;
	max-width: 1700px;
	margin: 0 20px;
}

@media (min-width: 576px) {
	.page__wrapper {
		margin: 0 50px;
	}
}

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

@media (min-width: 1200px) {
	.page__wrapper {
		margin: 0 70px;
	}
}

@media (min-width: 1770px) {
	.page__wrapper {
		margin: 0 140px;
		max-width: unset;
	}
}

.site__footer {
	padding: 0 0 40px;
	background-color: #1A1A1A;
}

@media (min-width: 992px) {
	.site__footer {
		padding: 40px 0;
		background-color: #ffffff;
	}
}

.site__footer-copyrights {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.site__footer-copyrights {
		flex-direction: row;
		justify-content: space-between;
	}
}

.site__footer-copyrights p,
.site__footer-copyrights a {
	font-family: "Noah-Bold";
	font-size: 16px;
	color: #ffffff;
}

@media (min-width: 576px) {
	.site__footer-copyrights p,
	.site__footer-copyrights a {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.site__footer-copyrights p,
	.site__footer-copyrights a {
		font-size: 20px;
		color: #1A1A1A;
	}
}

@media (min-width: 1200px) {
	.site__footer-copyrights p,
	.site__footer-copyrights a {
		font-size: 23px;
	}
}

.site__footer-copyrights p {
	margin: 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.site__footer-copyrights p {
		display: inline;
	}
}

.site__footer-copyrights p span:last-of-type {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.site__footer-copyrights p span:last-of-type {
		margin-top: 0;
		margin-left: 3px;
	}
}

.site__footer-copyrights p a {
	display: inline;
	margin-top: 0;
}

.site__footer-copyrights a {
	display: inline-block;
	margin-top: 15px;
	color: #ffffff;
	text-decoration: none;
	transition: color .4s ease-in-out;
}

@media (min-width: 768px) {
	.site__footer-copyrights a {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.site__footer-copyrights a {
		color: #1A1A1A;
	}
}

@media (hover: hover) {
	.site__footer-copyrights a:hover {
		color: #C3C3C5;
	}
}

@media screen and (max-width: 991px) {
	.site__footer[data-aos] {
		pointer-events: auto !important;
	}
	html:not(.no-js) .site__footer[data-aos^=fade][data-aos^=fade] {
		opacity: 1 !important;
	}
	html:not(.no-js) .site__footer[data-aos=fade-up] {
		transform: none !important;
	}
}

.age-gate-form {
	padding: 30px 35px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.3);
	text-align: left;
}

.age-gate-heading {
	font-family: "Noah-Heavy";
	font-size: 2.2rem;
	margin: 40px 0 20px;
}

.age-gate-subheading, .age-gate-message, .age-gate-challenge {
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.age-gate-challenge {
	margin-bottom: 40px;
}

.age-gate-submit-yes, .age-gate-submit-no {
	width: calc(50% - 5px);
	appearance: none;
	-webkit-appearance: none;
	border: 3px solid #1A1A1A;
	font-family: "Noah-Bold";
	background: #ffffff;
	font-size: 1rem;
	padding: 7px 15px;
	cursor: pointer;
	transition: transform .4s ease-in-out;
}

@media (hover: hover) {
	.age-gate-submit-yes:hover, .age-gate-submit-no:hover {
		transform: translateY(-5px);
	}
}

.age-gate-submit-yes {
	background: #1A1A1A;
	color: #ffffff;
}

.page #cookie-notice .cookie-notice-container {
	padding: 0;
	text-align: left;
	position: fixed;
	bottom: 15px;
	right: 30px;
	left: unset;
	z-index: 9999;
	width: 230px;
	min-width: unset;
	padding: 30px 35px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	line-height: 1.4em;
}

@media (min-width: 768px) {
	.page #cookie-notice .cookie-notice-container {
		width: 250px;
	}
}

.page #cookie-notice .cn-buttons-container {
	display: block;
}

.page #cookie-notice .cn-text-container {
	font-family: "Noah-Bold";
	font-size: 1rem;
	line-height: 1.4;
	margin: 15px 0 25px 0;
}

.page #cookie-notice .cn-text-container h3 {
	font-size: 2.2rem;
	font-family: "Noah-Heavy";
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0;
}

@media (min-width: 768px) {
	.page #cookie-notice .cn-text-container {
		font-size: .9rem;
		line-height: 1.4;
	}
}

.page #cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: "Noah-Bold";
	white-space: nowrap;
	margin: 0;
	width: 100%;
	border-radius: 0;
	color: #ffffff;
	font-size: 1rem;
	transition: transform .4s ease-in-out;
}

@media (hover: hover) {
	.page #cookie-notice .cn-button:not(.cn-button-custom):hover {
		transform: translateY(-5px);
	}
}

.page #cookie-notice .cn-close-icon {
	margin-top: 0;
	top: 15px;
	width: 20px;
	height: 20px;
	padding: 0;
	opacity: 1;
}

.page #cookie-notice .cn-close-icon::before, .page #cookie-notice .cn-close-icon::after {
	height: 20px;
	width: 4px;
	background-color: #1A1A1A;
	top: 0;
	left: 50%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.section__hero {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.section__hero {
		min-height: 100vh;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.section__hero {
		min-height: 560px;
	}
}

.section__hero-wrapper {
	width: 100%;
	max-width: 1700px;
	margin: 0 20px;
	color: #ffffff;
}

@media (min-width: 768px) {
	.section__hero-wrapper {
		margin: 0 30px 0 70px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.section__hero-wrapper {
		margin: 0 30px 0 70px;
	}
}

@media (min-width: 1200px) {
	.section__hero-wrapper {
		margin: 0 70px;
	}
}

@media (min-width: 1770px) {
	.section__hero-wrapper {
		margin: 0 110px;
		max-width: unset;
	}
}

.section__hero-wrapper h1 {
	font-family: "Noah-Heavy";
	font-size: 24px;
	line-height: 1.2;
	margin: 30px 0 0;
}

@media (min-width: 768px) {
	.section__hero-wrapper h1 {
		font-size: calc(32px + .5vw);
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.section__hero-wrapper h1 {
		font-size: calc(24px + 1vw);
	}
}

@media (min-width: 1200px) {
	.section__hero-wrapper h1 {
		margin: 40px 0 0;
	}
}

@media (min-width: 1770px) {
	.section__hero-wrapper h1 {
		font-size: calc(46px + .8vw);
		margin: 60px 0 0;
	}
}

.section__hero-wrapper p:first-of-type {
	margin-top: 1.33em;
}

.section__hero-wrapper p:last-of-type {
	margin-bottom: 0;
}

.section__hero-logo {
	max-width: 180px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.section__hero-logo {
		max-width: unset;
	}
}

@media (min-width: 1200px) {
	.section__hero-logo {
		margin: 40px 0 0;
	}
}

@media (min-width: 1770px) {
	.section__hero-logo {
		margin: 60px 0 0;
	}
}

.section__hero-scrollto {
	position: absolute;
	bottom: 25px;
	right: 15px;
}

@media (min-width: 768px) {
	.section__hero-scrollto {
		right: 50%;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.section__hero-scrollto {
		right: 30px;
	}
}

@media (min-width: 992px) {
	.section__hero-scrollto {
		width: 24px;
	}
}

.button__arrow {
	display: inline-block;
	position: relative;
	margin-top: 45px;
	width: auto;
	padding: 18px 50px 18px 20px;
	font-family: "Noah-Heavy";
	color: #ffffff;
	text-decoration: none;
	border: 3px solid #ffffff;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) and (orientation: landscape) {
	.button__arrow {
		padding: 18px 60px 18px 30px;
	}
}

@media (min-width: 992px) {
	.button__arrow {
		padding: 18px 72px 18px 40px;
	}
}

.button__arrow svg {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 16px;
	height: auto;
}

.button__arrow svg path,
.button__arrow svg line {
	transition: stroke .4s ease-in-out;
}

@media (min-width: 992px) {
	.button__arrow svg {
		right: 30px;
		width: 23px;
	}
}

@media (hover: hover) {
	.button__arrow:hover {
		color: #1A1A1A;
		background-color: #ffffff;
	}
	.button__arrow:hover svg path,
	.button__arrow:hover svg line {
		stroke: #1A1A1A;
	}
}

.bounce {
	-webkit-animation: bounce 2s;
	animation: bounce 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

.section__benefits {
	padding: 60px 0;
	background-color: #F8F8F8;
}

@media (min-width: 768px) {
	.section__benefits {
		padding: 80px 0;
	}
}

@media (min-width: 992px) {
	.section__benefits {
		padding: 120px 0;
		background-color: transparent;
	}
}

.section__benefits-wrapper h2 {
	display: inline-block;
	margin: 0 0 40px;
	font-family: "Noah-Heavy";
	font-size: calc(28px + .5vw);
}

@media (min-width: 576px) {
	.section__benefits-wrapper h2 {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.section__benefits-wrapper h2 {
		font-size: 46px;
	}
}

@media (min-width: 992px) {
	.section__benefits-wrapper h2 {
		font-size: 66px;
	}
}

@media (min-width: 1200px) {
	.section__benefits-wrapper h2 {
		font-size: 78px;
	}
}

@media (min-width: 1770px) {
	.section__benefits-wrapper h2 {
		font-size: 92px;
	}
}

.section__benefits-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
	padding-right: 25px;
}

@media (min-width: 576px) {
	.section__benefits-list {
		grid-template-columns: repeat(2, 1fr);
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.section__benefits-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 25px 80px;
	}
	.section__benefits-list::before {
		content: '';
		position: absolute;
		top: 0;
		left: -40px;
		width: calc(66% + 57.5px);
		height: 100%;
		background-color: #F8F8F8;
		z-index: -1;
	}
}

@media (min-width: 1770px) {
	.section__benefits-list {
		grid-gap: 25px 120px;
	}
	.section__benefits-list::before {
		left: -70px;
		width: calc(66% + 80px);
	}
}

.section__benefits-list-item {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.section__benefits-list-item {
		padding: 40px 0;
	}
}

@media (min-width: 992px) {
	.section__benefits-list-item:nth-of-type(4), .section__benefits-list-item:nth-of-type(5), .section__benefits-list-item:nth-of-type(6) {
		padding: 40px 0 80px;
	}
}

.section__benefits-list-item span {
	font-family: "Noah-Bold";
	font-size: 56px;
	color: #C3C3C5;
}

@media (min-width: 992px) {
	.section__benefits-list-item span {
		font-size: 66px;
	}
}

@media (min-width: 1200px) {
	.section__benefits-list-item span {
		font-size: 86px;
	}
}

@media (min-width: 1770px) {
	.section__benefits-list-item span {
		font-size: 106px;
	}
}

.section__benefits-list-item p {
	font-size: calc(18px + .5vw);
	margin-top: 0;
}

@media (min-width: 576px) {
	.section__benefits-list-item p {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.section__benefits-list-item p {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.section__benefits-list-item p {
		font-size: 22px;
	}
}

@media (min-width: 1770px) {
	.section__benefits-list-item p {
		font-size: 26px;
	}
}

.section__case-studies {
	padding: 80px 0;
}

@media (min-width: 768px) {
	.section__case-studies {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section__case-studies {
		padding: 80px 0;
	}
}

@media (min-width: 1770px) {
	.section__case-studies {
		padding: 100px 0;
	}
}

.section__case-studies .page__wrapper {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 1770px) {
	.section__case-studies .page__wrapper {
		margin-left: 70px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper {
		flex-direction: row;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel {
	width: 100%;
	margin: 0;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel {
		width: 30%;
		margin-left: 70px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel .splide__slide {
	border: 0;
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 20px 30px;
}

@media (min-width: 576px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title-wrapper {
		margin: 0 50px 30px;
	}
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title-wrapper {
		margin: 0 20px 30px 0;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title {
	font-family: "Noah-Heavy";
	font-size: calc(28px + 0.5vw);
	margin: 30px 0  20px;
	order: 2;
}

@media (min-width: 576px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title {
		margin: 0 0 30px 0;
		font-size: 46px;
		order: 1;
	}
}

@media (min-width: 992px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title {
		font-size: 66px;
	}
}

@media (min-width: 1200px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title {
		font-size: 78px;
	}
}

@media (min-width: 1770px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-title {
		font-size: 92px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-counter {
	display: block;
	font-family: "Noah-Heavy";
	font-size: calc(24px + .5vw);
	color: #c3c3c5;
	order: 1;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-counter {
		order: 2;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-subtitle {
	display: block;
	font-size: 18px;
	order: 3;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-subtitle {
		margin-top: 30px;
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-subtitle {
		font-size: 22px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-desc {
	display: none;
	order: 4;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-desc {
		display: block;
		margin-top: 80px;
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-desc {
		margin-top: 100px;
	}
}

@media (min-width: 1200px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-desc {
		margin-top: 140px;
		font-size: 22px;
	}
}

@media (min-width: 1770px) {
	.section__case-studies .page__wrapper .carousels__wrapper .content__carousel-item-desc {
		font-size: 26px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .image__carousel {
	width: 100%;
	margin: 0;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .image__carousel {
		width: 60%;
		margin-top: 110px;
	}
}

@media (min-width: 992px) {
	.section__case-studies .page__wrapper .carousels__wrapper .image__carousel {
		margin-top: 158px;
	}
}

@media (min-width: 1200px) {
	.section__case-studies .page__wrapper .carousels__wrapper .image__carousel {
		margin-top: 187px;
	}
}

@media (min-width: 1200px) {
	.section__case-studies .page__wrapper .carousels__wrapper .image__carousel {
		margin-top: 221px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .image__carousel .splide__slide {
	border: 0;
}

.section__case-studies .page__wrapper .carousels__wrapper .image__carousel-item {
	position: relative;
}

.section__case-studies .page__wrapper .carousels__wrapper .image__carousel-item img {
	display: block;
	width: 100%;
	font-size: 0;
}

.section__case-studies .page__wrapper .carousels__wrapper .image__carousel-item-desc {
	background-color: #ffffff;
	margin: 40px 20px 0;
	font-size: calc(18px + 0.5vw);
}

@media (min-width: 576px) {
	.section__case-studies .page__wrapper .carousels__wrapper .image__carousel-item-desc {
		font-size: 18px;
		margin: 40px 50px;
	}
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .image__carousel-item-desc {
		display: none;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .splide__arrow {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	transform: unset;
	background-color: transparent;
	opacity: 1;
	width: 31px;
	height: 31px;
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .splide__arrow {
		width: 36px;
		height: 36px;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .splide__arrows {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 20px;
	width: 100px;
}

@media (min-width: 576px) {
	.section__case-studies .page__wrapper .carousels__wrapper .splide__arrows {
		margin: 20px auto 0 50px;
	}
}

@media (min-width: 768px) {
	.section__case-studies .page__wrapper .carousels__wrapper .splide__arrows {
		margin: 60px auto 0 0;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .splide__arrow svg {
	width: 31px;
	height: 31px;
}

.section__case-studies .page__wrapper .carousels__wrapper .splide__arrow svg g {
	stroke: #0d1018;
	transition: stroke 0.3s ease-in-out;
}

@media (hover: hover) {
	.section__case-studies .page__wrapper .carousels__wrapper .splide__arrow:hover svg g {
		stroke: #c3c3c5;
	}
}

.section__case-studies .page__wrapper .carousels__wrapper .splide__arrow--prev svg {
	transform: unset;
}

.section__brands {
	padding: 60px 0;
}

@media (min-width: 768px) {
	.section__brands {
		padding: 80px 0;
	}
}

@media (min-width: 992px) {
	.section__brands {
		padding: 80px 0 90px;
	}
}

.section__brands-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 25px;
}

@media (min-width: 768px) {
	.section__brands-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 60px 35px;
	}
}

@media (min-width: 1200px) {
	.section__brands-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 0 50px;
	}
}

@media (min-width: 1200px) {
	.section__brands-list {
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 0 25px;
	}
}

.section__brands-list-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

@media (min-width: 1200px) {
	.section__brands-list-item {
		padding: 20px;
	}
}

.section__brands-list-item img {
	display: block;
	width: 80%;
	font-size: 0;
}

@media (min-width: 576px) {
	.section__brands-list-item img {
		width: 70%;
	}
}

@media (min-width: 992px) {
	.section__brands-list-item img {
		width: 65%;
	}
}

@media (min-width: 1200px) {
	.section__brands-list-item img {
		width: 75%;
	}
}

.section__contact {
	position: relative;
}

@media (min-width: 992px) {
	.section__contact {
		margin-top: 60px;
	}
}

@media (min-width: 1770px) {
	.section__contact {
		margin-top: 100px;
	}
}

.section__contact-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 992px) {
	.section__contact-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.section__contact-side {
	width: 100%;
	max-width: 380px;
	margin: 0 auto 0 0;
	padding-top: 120px;
	padding-bottom: 80px;
}

@media (min-width: 576px) {
	.section__contact-side {
		max-width: 500px;
	}
}

@media (min-width: 992px) {
	.section__contact-side {
		max-width: 660px;
	}
}

.section__contact-side h2 {
	font-family: "Noah-Heavy";
	font-size: calc(28px + .5vw);
	margin: 0 0 10px;
}

@media (min-width: 576px) {
	.section__contact-side h2 {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.section__contact-side h2 {
		font-size: 46px;
	}
}

@media (min-width: 1200px) {
	.section__contact-side h2 {
		font-size: 56px;
	}
}

@media (min-width: 576px) {
	.section__contact-side p,
	.section__contact-side a {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.section__contact-side p,
	.section__contact-side a {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.section__contact-side p,
	.section__contact-side a {
		font-size: 22px;
	}
}

@media (min-width: 1770px) {
	.section__contact-side p,
	.section__contact-side a {
		font-size: 26px;
	}
}

.section__contact-side p {
	margin: 0;
}

.section__contact-side p span {
	display: block;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.section__contact-side p span {
		margin-top: 50px;
	}
}

.section__contact-side::before, .section__contact-side::after {
	content: '';
	position: absolute;
	top: unset;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
}

@media (min-width: 992px) {
	.section__contact-side::before, .section__contact-side::after {
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
	}
}

.section__contact-side::after {
	bottom: 0;
	background-color: #1A1A1A;
}

@media (min-width: 992px) {
	.section__contact-side::after {
		bottom: unset;
		right: 0;
		left: unset;
		width: 50%;
		height: 100%;
	}
}

.section__contact-right {
	color: #ffffff;
	padding-bottom: 60px;
}

.section__contact-right .button__arrow {
	width: 100%;
	max-width: 260px;
}

@media (min-width: 576px) {
	.section__contact-right .button__arrow {
		max-width: 360px;
	}
}

@media (min-width: 992px) {
	.section__contact-right .button__arrow {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.section__contact-right {
		padding-left: 120px;
		padding-bottom: 100px;
		max-width: 600px;
	}
}

@media (min-width: 1200px) {
	.section__contact-right {
		padding-left: 180px;
	}
}

@media (min-width: 1770px) {
	.section__contact-right {
		padding-left: 220px;
	}
}

.section__contact-left {
	padding-bottom: 140px;
}

@media (min-width: 992px) {
	.section__contact-left {
		padding-top: 100px;
		padding-right: 120px;
	}
}

.section__contact-details {
	margin-top: 60px;
}

.section__contact-details a,
.section__contact-details span {
	display: block;
	color: #1A1A1A;
	text-decoration: none;
	padding: 4px 0;
	transition: color .4s ease-in-out;
	cursor: pointer;
}

@media (hover: hover) {
	.section__contact-details a:hover,
	.section__contact-details span:hover {
		color: #C3C3C5;
	}
}

.section__contact img {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 140px;
	height: 140px;
	z-index: 10;
}

@media (min-width: 576px) {
	.section__contact img {
		left: 50px;
	}
}

@media (min-width: 992px) {
	.section__contact img {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 160px;
		height: 160px;
	}
}

@media (min-width: 1770px) {
	.section__contact img {
		width: 200px;
		height: 200px;
	}
}

/*# sourceMappingURL=style.css.map */