.masthead {
	position: relative;
	height: 750px;
	margin-top: -90px;
	z-index: 0;
}

.masthead-bg {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.masthead-bg.desktop {
	display: block;
}

.masthead-bg.mobile {
	display: none;
}

.masthead-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
}

.masthead-bg__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
	background: linear-gradient(90deg, rgb(0 0 0 / 69%) 0%, rgba(0, 0, 0, 0.1) 70%);
}

.masthead-content {
	position: absolute;
	bottom: 13%;
	width: 100%;
	z-index: 11;
}

.masthead-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.masthead-text {
	width: 60%;
}

.masthead-text .masthead-text__header,
.masthead-text .masthead-text__description {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

.masthead-text .masthead-text__header {
	font-size: 64px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.masthead-text .masthead-text__description {
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
	width: 70%;
}

.masthead-slider {
	width: 535px;
	max-height: 290px;
}

.masthead-slide {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	height: 290px;
	background: rgb(180 180 180 / 20%);
	backdrop-filter: blur(25px);
	padding: 40px;
}

.masthead-slick:not(.slick-initialized) .masthead-slide:not(:first-child) {
	display: none;
}

.masthead-slide p {
	font-family: 'Roboto Condensed', sans-serif;
}

.masthead-slide__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}

.masthead-slide__description {
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
	color: #F0F0F0;
	margin-bottom: 10px;
}

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

.masthead-slide .btn {
	display: inline-block !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 17px 35px;
	margin: 0 !important;
	width: max-content;
}

.masthead-slide .btn::after {
	display: none;
}

.masthead-slick .slick-arrow {
	position: absolute;
	top: 40%;
	z-index: 99;
	font-size: 0;
	width: 50px;
    height: 50px;
	background: #353B3F;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	transition: all .4s ease-in-out;
}

.masthead-slick .slick-arrow.slick-disabled {
	display: none !important;
}

.masthead-slick .slick-arrow:not(.slick-disabled):hover {
	background: #f0f0f0;
	background: #353B3F;
}

.masthead-slick .slick-arrow::after {
	content: "\ea3c";
	font-family: 'icomoon';
	font-size: 20px;
	display: inline-block;
}

.masthead-slick .slick-prev {
	left: -25px;
}

.masthead-slick .slick-prev::after {
	transform: rotate(180deg);
  	-webkit-transform: rotate(180deg);
}

.masthead-slick .slick-next {
	right: -25px;
}

.masthead-slick .slick-dots {
	display: block !important;
	position: absolute;
	bottom: 24px;
    left: 37px;
}

.masthead-slick .slick-dots li {
	padding: 0 3px;
}

.masthead-slick .slick-dots li::before {
	display: none;
}

.masthead-slick .slick-dots li button {
	font-size: 0px;
	padding: 0;
	background: #727272;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border: none;
	border-radius: 100%;
    outline: none;
    cursor: pointer;
}

.masthead-slick .slick-dots li.slick-active button {
	background: #fff;
	opacity: 1;
}

.masthead-slider.slick-loading {
	height: auto;
}

.masthead-slider .masthead-slick-loader {
    background: rgb(180 180 180 / 20%);
	backdrop-filter: blur(25px);
}


@media (max-width: 1440px) {
	.masthead-text {
		width: 600px;
	}

	.masthead-text .masthead-text__header {
		font-size: 64px;
	}

	.masthead-text .masthead-text__description {
		font-size: 20px;
		width: 500px;
	}
}

@media (max-width: 1200px) {
	.masthead-content-wrapper {
    	flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.masthead-text .masthead-text__header {
		margin-bottom: 15px;
	}

	.masthead-slide,
	.masthead-slick-loader {
		height: 270px;
		padding: 30px;
	}

	.masthead-slide {
		padding: 30px;
	}
}

@media (max-width: 960px) {
	.masthead {
		height: 740px;
	}

	.masthead-slider {
		width: 600px;
	}
}

@media (max-width: 650px) {
	.masthead-bg__shadow {
		background: linear-gradient(90deg, rgb(0 0 0 / 69%) 0%, rgba(0, 0, 0, 0.1) 100%);
	}

	.masthead-text .masthead-text__header {
		font-size: 40px;
	}

	.masthead-text,
	.masthead-text .masthead-text__header,
	.masthead-text .masthead-text__description {
		width: 100%;
	}

	.masthead-slider {
		width: 100%;
	}

	.masthead-slick .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.masthead-slick .slick-prev {
		left: -20px;
	}

	.masthead-slick .slick-next {
		right: -20px;
	}
}

@media (max-width: 550px) {
	.masthead-slide,
	.masthead-slick-loader {
		height: 292px;
	}

	.masthead-slide__title {
		font-size: 30px;
	}

	.masthead-slide__description {
		font-size: 20px;
	}

	.masthead-slide {
		padding: 30px;
	}

	.masthead-slide .btn {
		font-size: 14px;
		padding: 14px 35px;
	}

	.masthead-slick .slick-dots {
		bottom: 18px;
		left: 27px;
	}
}

@media (max-width: 500px) {
	.masthead-slide,
	.masthead-slick-loader {
		height: 312px;
	}
}

@media (max-width: 450px) {
	.masthead-bg.desktop {
		display: none;
	}

	.masthead-bg.mobile {
		display: block;
	}

	.masthead-bg__shadow {
		display: none;
	}

	.masthead-content {
		height: 455px;
	}

	.masthead-slide,
	.masthead-slick-loader {
		height: 294px;
	}

	.masthead-text .masthead-text__header {
		font-size: 36px;
	}

	.masthead-text .masthead-text__description {
		font-size: 18px;
	}

	.masthead-slide__title {
		font-size: 28px;
	}

	.masthead-slide__description {
		font-size: 18px;
	}
}

@media (max-width: 375px) {
	.masthead {
		height: 630px;
	}

	.masthead-content {
		height: 394px;
	}

	.masthead-slide,
	.masthead-slick-loader {
		height: 247px;
	}

	.masthead-text .masthead-text__header {
		font-size: 32px;
	}

	.masthead-text .masthead-text__description {
		font-size: 16px;
	}

	.masthead-slide__title {
		font-size: 24px;
	}

	.masthead-slide__description {
		font-size: 16px;
	}

	.masthead-slide {
		padding: 20px;
	}

	.masthead-slide .btn {
		font-size: 12px;
		padding: 12px 35px;
		height: 35px;
	}

	.masthead-slick .slick-arrow {
		width: 25px;
		height: 25px;
		top: 42%;
	}

	.masthead-slick .slick-arrow::after {
		font-size: 11px;
	}

	.masthead-slick .slick-prev {
		left: -13px;
	}

	.masthead-slick .slick-next {
		right: -13px;
	}

	.masthead-slick .slick-dots {
		bottom: 9px;
        left: 17px;
	}

	.masthead-slick .slick-dots li {
		padding: 0 2px;
	}

	.masthead-slick .slick-dots li button {
		width: 6px;
		height: 6px;
	}
}

@media (max-width: 350px) {
	.masthead-slide,
	.masthead-slick-loader {
		height: 263px;
	}
}