/* =============ABSTRACTS==================== */
@import url("https://use.typekit.net/fsq8jrh.css");
/* =============BASE==================== */
.text-base {
				font-size: clamp(0.75rem, 0.25vw + 0.7rem, 1rem);
}

.text-lg {
				font-size: clamp(0.88rem, 0.38vw + 0.8rem, 1.25rem);
}

.text-xl {
				font-size: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
}

.text-2xl {
				font-size: clamp(2.5rem, 0.38vw + 2.42rem, 2.88rem);
}

.text-3xl {
				font-size: clamp(3rem, 0.38vw + 2.93rem, 3.38rem);
}

.text-4xl {
				font-size: clamp(3.75rem, 0.63vw + 3.63rem, 4.38rem);
}

.font-thin {
				font-weight: 100;
}

.font-light {
				font-weight: 300;
}

.text-white {
				color: #FAFAFA;
}

.text-black {
				color: #323232;
}

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

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

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

.uppercase {
				text-transform: uppercase;
}

.bg-white {
				background-color: #FAFAFA;
}

.bg-black {
				background-color: #323232;
}

html {
				font-family: sans-serif;
				-ms-text-size-adjust: 100%;
				-webkit-text-size-adjust: 100%;
}

body {
				line-height: 1.3;
				font-size: clamp(0.75rem, 0.25vw + 0.7rem, 1rem);
				font-family: "aileron", sans-serif;
				font-weight: 100;
}

h1 {
				font-size: clamp(3.75rem, 0.63vw + 3.63rem, 4.38rem);
				line-height: 1;
}

h2 {
				font-size: clamp(2.5rem, 0.38vw + 2.42rem, 2.88rem);
}

h1, h2 {
				font-weight: 300;
}

h1, h2, h3 {
				margin: 0;
				padding: 0;
}
h1 a, h2 a, h3 a {
				text-decoration: none;
}

p {
				margin: 0;
}
p:not(p:last-of-type) {
				padding-bottom: 20px;
}

* {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				outline: none;
}

html {
				height: 100%;
				margin: 0;
				padding: 0;
}

body {
				height: 100%;
				max-width: 100%;
				margin: 0 auto;
				padding: 0;
}

img {
				height: 100%;
				width: 100%;
}

#content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}

.error__container a {
				color: unset;
				text-decoration: underline;
}

.swiper {
				height: 100%;
				width: 100%;
}

.columns {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				margin-left: -0.625rem;
				margin-right: -0.625rem;
}

.column {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 100%;
				        flex: 0 1 100%;
				margin-left: 0.625rem;
				margin-right: 0.625rem;
				max-width: 100%;
}

@media (max-width: 1000px) {
				.column {
								-webkit-box-flex: 1;
								    -ms-flex: 1;
								        flex: 1;
				}
}
figure,
picture {
				display: block;
}

.design-grid {
				position: fixed;
				z-index: 99;
				inset: 0;
				width: 100%;
				height: 100%;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr;
				grid-template-columns: repeat(12, 1fr);
				gap: 0.9375rem;
				pointer-events: none;
}
.design-grid div {
				background: rgba(106, 34, 45, 0.1);
}

picture {
				position: relative;
}
picture:before {
				content: "";
				opacity: 0.12 !important;
				visibility: visible !important;
}
picture:has(.overlay):hover .overlay {
				visibility: visible;
				opacity: 1;
}
picture.grayscale {
				-webkit-filter: grayscale(1);
				        filter: grayscale(1);
				-webkit-transition: -webkit-filter 0.4s ease;
				transition: -webkit-filter 0.4s ease;
				transition: filter 0.4s ease;
				transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
picture.grayscale:hover {
				-webkit-filter: grayscale(0);
				        filter: grayscale(0);
}
picture .overlay, picture:before {
				position: absolute;
				inset: 0;
				background: rgba(0, 0, 0, 0.25);
				z-index: 2;
				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;
				text-transform: uppercase;
				text-decoration: none;
				visibility: hidden;
				opacity: 0;
				-webkit-transition: opacity 0.4s ease-in-out;
				transition: opacity 0.4s ease-in-out;
}
picture .overlay .arrow, picture:before .arrow {
				position: absolute;
				bottom: 1.5625rem;
				right: 1.5625rem;
}

.ratio__portrait {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 150%;
				overflow: hidden;
}
.ratio__portrait.small {
				padding-bottom: 115%;
}
.ratio__portrait.lg {
				padding-bottom: 180%;
}
.ratio__landscape {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 70%;
				overflow: hidden;
}
.ratio__landscape.xs {
				padding-bottom: 35%;
}
.ratio__landscape.small {
				padding-bottom: 45%;
}
.ratio__landscape.square {
				padding-bottom: 90%;
}
.ratio__square {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 100%;
				overflow: hidden;
}
.ratio__fullscreen {
				position: relative;
				height: 100%;
				width: 100%;
				overflow: hidden;
}
.ratio__banner {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: calc(100svh - 228px);
				overflow: hidden;
}
.ratio__thumbnail {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__logo {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: contain;
				   object-fit: contain;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__video {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 124%;
}

/* =============COMPONENTS==================== */
.header {
				position: fixed;
				top: 0;
				right: 0;
				padding-top: 3.125rem;
				padding-right: 5rem;
				z-index: 10;
}

nav ul {
				margin: 0;
				padding: 0;
}
nav ul li {
				list-style: none;
				text-align: right;
}
nav ul li a {
				color: rgb(132, 132, 132);
				text-decoration: none;
				font-weight: 100;
				font-size: clamp(0.88rem, 0.38vw + 0.8rem, 1.25rem);
				text-shadow: 1px 1px 1px white;
}

.footer {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				border-top: 1px solid #323232;
				padding-top: 5rem;
}
.footer-content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
@media (max-width: 1000px) {
				.footer-content {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
				}
}
.footer-content h2 {
				max-width: 41.665%;
				width: 100%;
				padding-inline: 5rem;
}
@media (max-width: 1000px) {
				.footer-content h2 {
								text-align: center;
								max-width: 100%;
								padding-bottom: 3.125rem;
				}
}
.footer-links {
				max-width: 58.331%;
				width: 100%;
				-ms-flex-item-align: end;
				    align-self: flex-end;
				padding-right: 5rem;
				padding-top: 10rem;
				padding-bottom: 3.125rem;
}
@media (max-width: 1000px) {
				.footer-links {
								max-width: 100%;
								-ms-flex-item-align: center;
								    -ms-grid-row-align: center;
								    align-self: center;
								padding-right: 0;
								padding-top: 6.25rem;
				}
}
.footer-links ul {
				margin: 0;
				padding: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
@media (max-width: 1000px) {
				.footer-links ul {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								gap: 1.5625rem;
				}
}
.footer-links ul li {
				list-style: none;
}
.footer-links ul li a {
				text-decoration: none;
				color: #323232;
				font-size: clamp(1.13rem, 0.38vw + 1.05rem, 1.5rem);
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 0.9375rem;
}
.footer-links ul li a .arrow {
				-webkit-transform: rotate(-90deg);
				        transform: rotate(-90deg);
}

.privacy__container {
				padding: 10px var(--cel);
}

#privacypolicy {
				background: #FAFAFA;
				color: #323232;
}
#privacypolicy a {
				color: #323232;
}

.termsfeed-com---nb-simple {
				max-width: unset !important;
				bottom: 25px !important;
				left: 25px !important;
				right: 25px !important;
}

.cc-nb-main-container {
				font-size: 13px !important;
				background: #323232 !important;
				display: -ms-grid !important;
				display: grid !important;
				-ms-grid-columns: 1fr 1fr !important;
				grid-template-columns: 1fr 1fr !important;
				padding: 20px 50px !important;
}
@media (max-width: 1000px) {
				.cc-nb-main-container {
								padding: 20px 50px !important;
								-ms-grid-columns: 1fr !important;
								grid-template-columns: 1fr !important;
				}
}
.cc-nb-title {
				display: none;
}
.cc-nb-text {
				color: #FAFAFA !important;
				line-height: 1.5 !important;
				font-size: 12px !important;
}
.cc-nb-text-container {
				-ms-grid-column: 1;
				-ms-grid-column-span: 1;
				grid-column: 1/2;
				-ms-grid-row: 2;
				-ms-grid-row-span: 1;
				grid-row: 2/3;
}
@media (max-width: 1000px) {
				.cc-nb-text-container {
								grid-column: unset !important;
								grid-row: unset !important;
				}
}
.cc-nb-okagree {
				background: none !important;
				border: none !important;
				color: #FAFAFA !important;
}
.cc-nb-okagree:hover {
				background: #323232 !important;
				color: #FAFAFA !important;
}
.cc-nb-reject {
				background: none !important;
				border: none !important;
				color: #FAFAFA !important;
				opacity: 40% !important;
}
.cc-nb-changep {
				color: #323232 !important;
				background: rgba(250, 250, 250, 0.7) !important;
}
.cc-nb-buttons-container {
				-ms-grid-column: 2;
				-ms-grid-column-span: 1;
				grid-column: 2/3;
				-ms-grid-row: 1;
				-ms-grid-row-span: 2;
				grid-row: 1/3;
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				    -ms-flex-direction: row !important;
				        flex-direction: row !important;
				-webkit-box-pack: end !important;
				    -ms-flex-pack: end !important;
				        justify-content: flex-end !important;
				-webkit-box-align: center !important;
				    -ms-flex-align: center !important;
				        align-items: center !important;
				height: 100% !important;
}
@media (max-width: 1000px) {
				.cc-nb-buttons-container {
								grid-column: unset !important;
								grid-row: unset !important;
								-webkit-box-orient: vertical !important;
								-webkit-box-direction: reverse !important;
								    -ms-flex-direction: column-reverse !important;
								        flex-direction: column-reverse !important;
				}
}
.cc-nb-buttons-container button {
				text-transform: uppercase !important;
				letter-spacing: 0.075em !important;
				font-size: 10px !important;
				outline: none !important;
				-ms-flex-item-align: end !important;
				    align-self: flex-end !important;
				padding: 10px 20px !important;
}
@media (max-width: 1000px) {
				.cc-nb-buttons-container button {
								width: 100% !important;
				}
}

.cc-cp-foot-save {
				background: #323232 !important;
}
.cc-cp-foot-save:focus {
				outline: none !important;
				border: none !important;
}

form, input, label, textarea {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

form {
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 100%;
}
form .error {
				color: crimson;
}
form .error::-webkit-input-placeholder {
				color: crimson;
}
form .error::-moz-placeholder {
				color: crimson;
}
form .error:-ms-input-placeholder {
				color: crimson;
}
form .error::-ms-input-placeholder {
				color: crimson;
}
form .error::placeholder {
				color: crimson;
}
form .error + label {
				color: crimson;
				font-weight: bold;
}
form .error + label a {
				color: crimson !important;
}
form .error a {
				color: crimson;
}
form .error .checkbox:before {
				border: 0.5px solid crimson;
}
form .form-grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: 30px;
}
form .form-grid .form-group {
				-ms-grid-column-span: 1;
				grid-column: span 1;
}
form .form-grid .form-group.w-full {
				-ms-grid-column-span: 2;
				grid-column: span 2;
}

.form-group {
				border-bottom: 1px solid #c8c8c8;
				margin-top: -1px;
				position: relative;
}
.form-group.policy {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 10px;
				margin: 0;
				line-height: 2;
				padding-block: 20px;
}
.form-group.policy a {
				color: #323232;
				text-decoration: underline;
}

.noline {
				border-bottom: none;
				margin-top: 0;
}

label, input {
				-webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
				transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

label {
				color: #323232;
				position: absolute;
				top: 10px;
				left: 10px;
}

input, textarea {
				background-color: transparent;
				border: none;
				color: #888888;
				font-size: clamp(0.75rem, 0.25vw + 0.7rem, 1rem);
				margin: 9px 0 7px 0;
				margin: 0;
				padding: 10px 0 10px 0;
				outline: none;
				width: 100%;
}
input:focus, textarea:focus {
				color: #000;
				background-color: #888888, 40;
				-webkit-box-shadow: 0px 3px 4px -2px rgba(50, 50, 50, 0.25) inset;
				        box-shadow: 0px 3px 4px -2px rgba(50, 50, 50, 0.25) inset;
}
input.error, textarea.error {
				padding: 10px 0 2em 0;
}

.error-text {
				position: absolute;
				bottom: 10px;
				left: 10px;
				margin: 0;
				font-size: 70%;
				letter-spacing: 0.03em;
				text-transform: uppercase;
				color: crimson;
}
.error-text.error-policy {
				position: relative;
				bottom: 0;
				left: 0;
}

#policy {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				border: none;
				display: inline-block;
				width: 0;
				height: 0;
				position: absolute;
				left: -99999999px;
}
#policy:checked + label:after {
				content: "";
				background: #323232;
				border: 0.5px solid #323232;
				position: absolute;
				top: 10px;
				left: -25px;
				width: 15px;
				height: 15px;
}

.checkbox {
				position: relative;
				margin-left: 20px;
}
.checkbox:before {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				border: 0.5px solid #323232;
				left: -25px;
				top: 10px;
}
.checkbox a {
				text-decoration: underline;
}

.label--required:after {
				content: "*";
				color: crimson;
				margin-left: 5px;
}

.fancybox__content {
				padding: 5rem !important;
}
.fancybox__content .carousel__button.is-close {
				top: 0 !important;
				right: 0;
}
.fancybox__content .carousel__button.is-close svg {
				color: #323232;
				-webkit-filter: none;
				        filter: none;
				width: 1.25rem;
				height: 1.25rem;
}

.btnwrap {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 10px;
}

.btn {
				text-decoration: none;
				border-radius: 5px;
				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;
				padding-inline: 1.5625rem;
				padding-block: 0.625rem;
				-ms-flex-item-align: start;
				    align-self: flex-start;
				background-color: none;
				background: none;
				font-family: "aileron", sans-serif;
}

.swiper-buttons-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
}

.swiper-buttons-prev, .swiper-buttons-next {
				position: relative;
				cursor: pointer;
				padding: 1rem 0;
}
.swiper-buttons-prev span, .swiper-buttons-next span {
				position: relative;
				display: block;
				width: 2.5rem;
				height: 1px;
				background: #323232;
				margin: 2px 0 0 2rem;
}
.swiper-buttons-prev span:before, .swiper-buttons-prev span:after, .swiper-buttons-next span:before, .swiper-buttons-next span:after {
				content: "";
				width: 4px;
				height: 1px;
				background: #323232;
				position: absolute;
				-webkit-transform-origin: right;
				        transform-origin: right;
				top: 0;
				right: 0;
}
.swiper-buttons-prev span:before, .swiper-buttons-next span:before {
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
}
.swiper-buttons-prev span:after, .swiper-buttons-next span:after {
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
}

.swiper-buttons-prev span {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
}

.arrow {
				--size: 13px;
				--border: 1px;
				display: block;
				width: var(--size);
				height: var(--size);
				position: relative;
}
.arrow-white:before {
				border-right: var(--border) solid #FAFAFA !important;
				border-bottom: var(--border) solid #FAFAFA !important;
}
.arrow-white:after {
				background: #FAFAFA !important;
}
.arrow:before {
				content: "";
				width: 100%;
				height: 100%;
				display: block;
				border-right: var(--border) solid #323232;
				border-bottom: var(--border) solid #323232;
}
.arrow:after {
				position: absolute;
				bottom: -2px;
				right: 0;
				content: "";
				display: block;
				width: calc(var(--size) * 1.4142);
				height: var(--border);
				background: #323232;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				-webkit-transform-origin: bottom right;
				        transform-origin: bottom right;
}

/* =============PAGES==================== */
.home-firstrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
}
@media (max-width: 1000px) {
				.home-firstrow {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
				}
}
.home-firstrow-column1, .home-firstrow-column2 {
				max-width: 50%;
				width: 100%;
}
@media (max-width: 1000px) {
				.home-firstrow-column1, .home-firstrow-column2 {
								max-width: 100%;
				}
}
.home-firstrow-img0 {
				max-width: 66.664%;
				width: 100%;
				position: relative;
}
.home-firstrow-column2 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
.home-firstrow-column2-img1 {
				max-width: 66.664%;
				width: 100%;
}
.home-firstrow-column2-content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				padding-top: 12.5rem;
}
@media (max-width: 1000px) {
				.home-firstrow-column2-content {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
								padding-top: 6.25rem;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								gap: 6.25rem;
				}
}
.home-firstrow-column2-body {
				max-width: 49.998%;
				width: 100%;
}
@media (max-width: 1000px) {
				.home-firstrow-column2-body {
								text-align: center;
								max-width: 100%;
								padding-inline: 3.125rem;
				}
}
.home-firstrow-column2-body h1 {
				margin-bottom: 1.875rem;
}
.home-firstrow-column2-img2 {
				max-width: 33.332%;
				width: 100%;
				-webkit-transform: translateX(-50%);
				        transform: translateX(-50%);
}
@media (max-width: 1000px) {
				.home-firstrow-column2-img2 {
								-webkit-transform: none;
								        transform: none;
				}
}
.home-firstrow-column2-img3 {
				-ms-flex-item-align: end;
				    align-self: flex-end;
				max-width: 49.998%;
				width: 100%;
}
.home-secondrow {
				padding-top: 14.375rem;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
}
@media (max-width: 1000px) {
				.home-secondrow {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
				}
}
.home-secondrow-column1, .home-secondrow-column2 {
				max-width: 50%;
				width: 100%;
}
@media (max-width: 1000px) {
				.home-secondrow-column1, .home-secondrow-column2 {
								max-width: 100%;
				}
}
.home-secondrow-column1 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.home-secondrow-column1-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				max-width: 90%;
				width: 100%;
				gap: 0.9375rem;
}
.home-secondrow-column1-column {
				max-width: 50%;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				gap: 8.125rem;
}
.home-secondrow-column1-column.flex-end {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.home-secondrow-column1-column-inner {
				max-width: 90%;
				width: 100%;
}
.home-secondrow-column1-img4 {
				position: relative;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
}
@media (max-width: 1000px) {
				.home-secondrow-column1-img4 {
								-webkit-transform: none;
								        transform: none;
				}
}
.home-secondrow-column2 {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.home-secondrow-column2-img5 {
				max-width: 66.664%;
				width: 100%;
}
.home-thirdrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				padding-top: 5rem;
}
@media (max-width: 1000px) {
				.home-thirdrow {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.home-thirdrow-img8 {
				max-width: 33.332%;
				width: 100%;
				padding-top: 15.625rem;
}
@media (max-width: 1000px) {
				.home-thirdrow-img8 {
								max-width: 66.664%;
								padding-top: 0;
				}
}
.home-thirdrow-content {
				max-width: 41.665%;
				width: 100%;
				-ms-flex-item-align: center;
				    -ms-grid-row-align: center;
				    align-self: center;
				padding-inline: 8.75rem;
}
@media (max-width: 1000px) {
				.home-thirdrow-content {
								padding-block: 6.25rem;
								max-width: 83.33%;
								padding-inline: 2.5rem;
				}
}
@media (max-width: 650px) {
				.home-thirdrow-content {
								max-width: 100%;
				}
}
.home-thirdrow-img9 {
				max-width: 24.999%;
				width: 100%;
				padding-right: 5rem;
}
@media (max-width: 1000px) {
				.home-thirdrow-img9 {
								max-width: 66.664%;
								-ms-flex-item-align: end;
								    align-self: flex-end;
								padding-right: 0;
				}
}

.group {
				margin-bottom: 5rem;
}

.projects-list {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
.projects-item {
				max-width: 50%;
				width: 100%;
				position: relative;
}
@media (max-width: 650px) {
				.projects-item {
								max-width: 100%;
				}
}
.projects-item-overlay {
				position: absolute;
				inset: 0;
				background: rgba(0, 0, 0, 0.35);
				z-index: 2;
				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;
				text-transform: uppercase;
				text-decoration: none;
}

.project-firstrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
}
@media (max-width: 1000px) {
				.project-firstrow {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.project-firstrow-img2 {
				max-width: 24.999%;
				width: 100%;
}
@media (max-width: 1000px) {
				.project-firstrow-img2 {
								max-width: 33.332%;
								width: 100%;
				}
}
.project-firstrow-content {
				max-width: 41.665%;
				width: 100%;
				-ms-flex-item-align: center;
				    -ms-grid-row-align: center;
				    align-self: center;
				padding-inline: 8.75rem;
}
@media (max-width: 1000px) {
				.project-firstrow-content {
								max-width: 100%;
								width: 100%;
								padding-top: 3.75rem;
				}
}
@media (max-width: 650px) {
				.project-firstrow-content {
								padding-inline: 2.5rem;
				}
}
.project-firstrow-content h1 {
				text-transform: uppercase;
				padding-bottom: 1.875rem;
}
.project-firstrow-img3 {
				max-width: 16.666%;
				width: 100%;
				padding-top: 14.375rem;
}
@media (max-width: 1000px) {
				.project-firstrow-img3 {
								max-width: 33.332%;
								width: 100%;
								padding-top: 3.75rem;
				}
}
.project-secondrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.project-secondrow-img4 {
				max-width: 41.665%;
				width: 100%;
}
@media (max-width: 1000px) {
				.project-secondrow-img4 {
								max-width: 66.664%;
								width: 100%;
				}
}
.project-thirdrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				padding-top: 12.5rem;
}
@media (max-width: 1000px) {
				.project-thirdrow {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								padding-top: 6.25rem;
								-webkit-box-align: end;
								    -ms-flex-align: end;
								        align-items: flex-end;
				}
}
.project-thirdrow-column1 {
				max-width: 66.664%;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
}
@media (max-width: 1000px) {
				.project-thirdrow-column1 {
								max-width: 100%;
				}
}
@media (max-width: 650px) {
				.project-thirdrow-column1 {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.project-thirdrow-column1-column {
				max-width: 50%;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
@media (max-width: 650px) {
				.project-thirdrow-column1-column {
								max-width: 100%;
				}
}
.project-thirdrow-column1-img5, .project-thirdrow-column1-img6, .project-thirdrow-column1-content {
				max-width: 75%;
				width: 100%;
}
.project-thirdrow-column1-content {
				padding-top: 12.5rem;
				-ms-flex-item-align: end;
				    align-self: flex-end;
}
@media (max-width: 650px) {
				.project-thirdrow-column1-content {
								padding-block: 6.25rem;
								-ms-flex-item-align: center;
								    -ms-grid-row-align: center;
								    align-self: center;
				}
}
.project-thirdrow-column2 {
				max-width: 33.332%;
				width: 100%;
}
@media (max-width: 1000px) {
				.project-thirdrow-column2 {
								max-width: 66.664%;
								padding-top: 3.75rem;
				}
}
.project-thirdrow-column2-imgspacer {
				max-width: 75%;
				width: 100%;
}
@media (max-width: 1000px) {
				.project-thirdrow-column2-imgspacer {
								display: none;
				}
}
.project-fourthrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
}
.project-fourthrow-img8 {
				max-width: 33.332%;
				width: 100%;
}
@media (max-width: 650px) {
				.project-fourthrow-img8 {
								max-width: 100%;
								padding-top: 3.75rem;
				}
}
.project-fifthrow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
@media (max-width: 650px) {
				.project-fifthrow {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								padding-top: 3.75rem;
				}
}
.project-fifthrow-img9 {
				max-width: 16.666%;
				width: 100%;
}
@media (max-width: 1000px) {
				.project-fifthrow-img9 {
								max-width: 24.999%;
				}
}
@media (max-width: 650px) {
				.project-fifthrow-img9 {
								max-width: 49.998%;
				}
}
.project-fifthrow-content {
				max-width: 41.665%;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
@media (max-width: 650px) {
				.project-fifthrow-content {
								max-width: 100%;
								padding-top: 3.75rem;
				}
}
.project-fifthrow-body {
				max-width: 60%;
				width: 100%;
}
@media (max-width: 650px) {
				.project-fifthrow-body {
								max-width: 100%;
								padding-inline: 2.5rem;
				}
}

.videos__container h2 {
				margin-top: 0.9375rem;
}