.scrollable-comp {
    background-color: #0D1117;
    padding-top: 30px;
	padding-bottom: 70px;
}
.sticky-cta {
	background-color: #0D1117;
}
.sticky-cta .sticky-content {
	position: relative;
}
.sticky-cta .sticky-content-wrapper {
    position: absolute;
    bottom: 0;
    max-width: 325px;
    backdrop-filter: blur(60px);
    background: #FFFFFF0D;
    padding: 26px;
	border-radius: 26px;
    overflow: hidden;
	right: 28px;
	z-index: 9;
}
.sticky-cta.fixed .sticky-content-wrapper {
    position: fixed;
    bottom: 90px;
    right: 28px;
}
.sticky-cta .sticky-content-wrapper .section-title {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
.sticky-cta .sticky-content-wrapper .section-title span {
	color: #ffc600;
}
.sticky-cta a.button {
	background-color: #FFC600;
    border-radius: 50px;
    padding: 19px 28px;
    color: #1A222E;
    display: block;
	text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	min-height: 58px;
}
.list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background-color: #1A222E40;
	backdrop-filter: blur(60px);
	border-radius: 17px;
    padding: 0 10px;
	margin: 0;
}
.list-wrap.sticky ul {
	position: fixed;
    top: 100px;
    left: auto;
    z-index: 1000;
    right: auto;
    margin: 0 auto;
}

.list-wrap ul li {
	list-style: none;
	padding: 0;
}
.list-wrap ul li:not(:last-child) {
	padding: 0;
    margin: 0;
}
.list-wrap ul li a {
    display: block;
	color: #fff;
	line-height: 1;
	text-decoration: none;
    padding: 21px 34px;
}

.list-wrap ul li a.active {
	color: #FFC600;
}

@media (hover: hover) {
	.list-wrap ul li a:hover,
	.list-wrap ul li a.active {
		color: #FFC600;
	}
}
/* Features */
.features-list {
    padding-top: 50px;
	padding-bottom: 80px;
    background-color: #0D1117;
}
.features-list-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1148px;
	margin: 0 auto 28px;
}
.features-list-wrap:last-child {
	margin-bottom: 0;
}
.features-list-wrap:nth-child(even) {
	flex-direction: row-reverse;
}
.features-list-wrap .img {
	width: calc(55% - 73px);
	border-radius: 21px;
	overflow: hidden;
}
.features-list-wrap .desc {
	width: calc(45% - 73px);
}
.features-list-wrap .title-with-icon {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin-bottom: 20px;
}
.features-list-wrap .title-with-icon img {
	margin-right: 11px;
	max-width: 35px;
    max-height: 28px;
	width: auto;
}
.features-list-wrap .desc h3 {
    font-size: 31px;
	margin-bottom: 0;
	line-height: 1;
    color: #fff;
}
.features-list-wrap .desc p {
	line-height: 1.75;
    color: #fff;
}
.features-list-wrap .desc p:last-child {
	margin-bottom: 0;
}

/* Add ons */
.add-ons-section {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #0D1117;
}
.add-ons-section .add-ons-slider {
	padding-bottom: 65px;
	max-width: 1150px;
	margin: 0 auto;
}
.add-ons-section .add-ons-wrap {
	position: relative;
	padding-top: 117px;
	padding-left: 50px;
	padding-right: 50px;
}

.add-ons-section .add-ons-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1384px;
	margin: 0 auto;
	background: linear-gradient(360deg, #0D1117 0%, #000000 100%);
	border-radius: 28px;
	z-index: -1;
	pointer-events: none;
	content: '';
}
.add-ons-section .section-title {
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 39px;
}
.add-ons-section .add-ons-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.add-ons-section .add-ons-slide .img {
	width: calc(52% - 36px);
	border-radius: 17px;
	overflow: hidden;
}
.add-ons-section .add-ons-slide .img img {
	width: 100%;
}
.add-ons-section .add-ons-slide .desc {
	width: calc(48% - 36px);
}
.add-ons-section .add-ons-slide .desc h3 {
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.2;
}
.add-ons-section .add-ons-slide .desc p {
	line-height: 1.55;
	color: #fff;
	font-weight: 500;
}
.add-ons-section .add-ons-slide .desc p:last-child {
	margin-bottom: 0;
}
.add-ons-section .slick-dots {
	position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-left: 0;
}
.add-ons-section .slick-dots li {
	list-style: none;
	padding: 0;
}
.add-ons-section .slick-dots li button {
	padding: 0;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	background-color: transparent;
}
.add-ons-section .slick-dots li.slick-active button {
	background-color: #fff;
	width: 10px;
}
.add-ons-section .slick-dots li:not(:last-child) {
	margin-right: 8px;
}

/* Technical Specifications */
.technical-specifications {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #0D1117;
}
.technical-specifications .section-title {
	margin-bottom: 60px;
    text-align: center;
    font-size: 39px;
    color: #fff;
    font-weight: 700;
}

.technical-specifications .title-wrap {
	position: relative;
	padding: 0 44px;
}
.technical-specifications .title-wrap .title {
	font-size: 20px;
	display: block;
	padding: 34px 0;
	border-bottom: 1px solid #485363;
	color: #fff;
	cursor: pointer;
}
.technical-specifications .title-wrap svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 44px;
	transition: 0.3s;
}
.technical-specifications .accordion-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
}
.technical-specifications .accordion-item .bg-image {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
	background: linear-gradient(360deg, #1A222E 0%, #000000 100%);
	z-index: -1;
}
.technical-specifications .accordion-item .bg-image img {
    height: auto;
    width: auto;
	max-width: 100%;
	opacity: 0.5;
	mix-blend-mode: Lighten;
}
.technical-specifications .accordion-item.active {
	padding-top: 44px;
	padding-bottom: 44px;
	background: linear-gradient(360deg, #1A222E 0%, #000000 100%);
	border-radius: 28px;
}
.technical-specifications .accordion-item.active .bg-image {
	opacity: 1;
}
.technical-specifications .accordion-item.active .title-wrap svg {
	transform: translateY(-50%) scaleY(-1);
}
.technical-specifications .spec-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 22px;
}
.technical-specifications .spec-wrap .spec {
	width: 25%;
	padding: 22px;
}
.technical-specifications .spec .spec-title {
	font-size: 20px;
	font-weight: 500;
	color: #D7DADD;
}
.technical-specifications .spec p {
	font-size: 16px;
	font-weight: 500;
	color: #D7DADD;
}
.technical-specifications .spec p:last-child {
	margin-bottom: 0;
}


.faq-section {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #0D1117;
}
.faq-section .section-title {
	margin-bottom: 72px;
	text-align: center;
	font-size: 39px;
    color: #fff;
    font-weight: 700;
}
.faq-section .accordion-item{
	padding: 35px 28px;
	border-bottom: 1px solid #485363;
	background-color: transparent;
	transition: 0.5s;
	display: flex;
	flex-direction: column;
}
.faq-section .accordion-item.active{
	background-color: #1A222E;
	border: 1px solid #485363;
	border-radius: 18px;
	padding-top: 25px;
	padding-bottom: 45px;
}
.faq-section .accordion-item.no-border {
	border-bottom: none;
}
.faq-section .accordion-question{
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #fff;
	position: relative;
	cursor: pointer;
    padding-right: 32px;
    text-align: left;
}
.faq-section .accordion-question .icon{
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(180deg);
	transition: 0.5s;
	height: 26px;
	width: 26px;
}
.faq-section .accordion-item.active .accordion-question .icon{
	transform: rotate(0deg);
	transition: 0.5s;
}
.faq-section .accordion-answer{
	margin-top: 18px;
}
.faq-section .accordion-answer p {
    font-size: 16px;
    color: #fff;
}


.review-section{
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #0D1117;
}
.review-section .section-title{
	text-align: center;
	margin-bottom: 55px;
	font-size: 39px;
    color: #fff;
    font-weight: 700;
}
.review-section .slick-slider.slick-dotted {
	margin-bottom: 0;
	padding-bottom: 55px;
}
.review-section .section-title span{
	color: #FFC600;
}
.review-item-wrapper .item-wrapper{
	padding: 0 15px;
}
.review-item-wrapper .item-wrapper .image-wrapper{
	position: relative;
	padding-top: 98%;
	border-radius: 11px;
	overflow: hidden;
}
.review-item-wrapper .item-wrapper .image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.review-item-wrapper .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0;
}
.review-item-wrapper .slick-dots li {
	padding: 0 4px;
}
.review-item-wrapper .slick-dots li.slick-active button{
	background-color: #fff;
	width: 10px;
}
.review-item-wrapper .slick-dots li button{
	font-size: 0;
	line-height: 0;
	height: 10px;
	width: 10px;
	padding: 0;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid white;
}

.video-cta-section{
	max-height: 800px;
	height: 100dvh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.video-cta-section .video-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-cta-section .video-bg img,
.video-cta-section .video-bg video,
.video-cta-section .video-bg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-cta-section .video-bg:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.25);
}
.video-cta-section .section-title{
	text-align: center;
	margin-bottom: 45px;
	color: #fff;
}
.video-cta-section .section-title span{
	color: #FFC600;
}
.video-cta-section .cta-content-wrapper{
	position: relative;
	text-align: center;
}
.video-cta-section .cta-content-wrapper .button {
	background-color: #FFC600;
	color: #fff;
	border-radius: 50px;
	padding: 21px 28px;
	color: #1A222E;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}


@media (max-width: 1380px) {
	.features-list {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.features-list-wrap .img {
		width: calc(50% - 25px);
	}
	.features-list-wrap .desc {
		width: calc(50% - 25px);
	}
	.add-ons-section {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.add-ons-section .add-ons-wrap {
		padding-top: 50px;
	}
	.add-ons-section .section-title {
		margin-bottom: 30px;
	}
	.add-ons-section .add-ons-slide .img {
		width: calc(50% - 25px);
	}
	.add-ons-section .add-ons-slide .desc {
		width: calc(50% - 25px);
	}
	.technical-specifications {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.technical-specifications .section-title {
		margin-bottom: 30px;
	}
	.technical-specifications .title-wrap {
		position: relative;
		padding: 0 30px;
	}
	.technical-specifications .title-wrap .title {
		padding: 24px 0;
	}
	.technical-specifications .accordion-item.active {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.technical-specifications .spec-wrap {
		padding: 15px;
	}
	.technical-specifications .spec-wrap .spec {
		padding: 15px;
	}
	.technical-specifications .spec .spec-title {
		margin-bottom: 0;
	}
	.faq-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1125px) {
	.scrollable-comp {
		padding-bottom: 150px;
	}
}
@media (max-width: 992px) {
	.features-list-wrap .desc h3 {
		font-size: 26px;
	}
	.add-ons-section .section-title {
		font-size: 35px;
		margin-bottom: 15px;
	}
	.add-ons-section .add-ons-slide .img {
        width: calc(50% - 15px);
    }
	.add-ons-section .add-ons-slide .desc {
        width: calc(50% - 15px);
    }
	.add-ons-section .add-ons-slider {
		padding-bottom: 35px;
	}
	.technical-specifications .section-title {
		font-size: 35px;
	}
	.review-section .section-title {
		font-size: 35px;
	}
	.add-ons-section .add-ons-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-ons-section .add-ons-slide .desc h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.features-list-wrap .img {
        width: calc(50% - 15px);
    }
	.features-list-wrap .desc {
        width: calc(50% - 15px);
    }
	.features-list-wrap .desc p {
		font-size: 14px;
	}
	.add-ons-section .add-ons-slide .img {
        width: 100%;
    }
	.add-ons-section .add-ons-slide .desc {
        width: 100%;
		margin-top: 40px;
    }
	.add-ons-section .add-ons-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.list-wrap ul li a {
		padding: 21px 14px;
	}
	.faq-section .accordion-answer p {
		font-size: 14px;
	}
	.technical-specifications .spec p {
		font-size: 14px;
	}
	.technical-specifications .accordion-item .bg-image {
		display: flex;
		align-items: flex-end;
	}
	.technical-specifications .accordion-item .bg-image img {
		height: auto;
	}
}

@media (max-width: 641px) {
	.scrollable-comp {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.features-list-wrap .img {
        width: 100%;
    }
	.features-list-wrap .desc {
        width: 100%;
		margin-top: 28px;
    }
	.features-list-wrap {
		margin: 0 auto 78px;
	}
	.features-list-wrap:last-child {
		margin: 0 auto;
	}
	.list-wrap ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
	}
	.list-wrap.sticky ul {
        left: 0;
        right: 0;
    }
	.list-wrap ul a {
		white-space: nowrap;
	}
	.technical-specifications .spec-wrap .spec {
		width: 50%;
	}
	.technical-specifications .spec .spec-title {
		font-size: 16px;
		margin-bottom: 10px !important;
	}
	.add-ons-section .section-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
	.add-ons-section .container {
		padding: 0;
	}
	.add-ons-section .add-ons-wrap {
		padding-left: 28px;
        padding-right: 28px;
	}
	.technical-specifications .container {
		padding: 0;
	}
	.technical-specifications .section-title {
		padding: 0 30px;
		font-size: 28px;
	}
	.faq-section .section-title {
		font-size: 28px;
		margin-bottom: 45px;
	}
	.review-section .section-title {
		font-size: 28px;
		margin-bottom: 35px;
	}
	.review-item-wrapper .item-wrapper {
		padding: 0;
	}
	.review-section .section-title span {
		display: block;
	}
	.sticky-cta.fixed .sticky-content-wrapper {
		position: relative;
		bottom: 0;
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}
