.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #f47821 !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
    color: #f47821 !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:active {
    color: #f47821 !important;
}
.cky-footer-wrapper div:nth-child(3){
    display: none !important;
}
/* Desktop Slider */
.home__slider {
    background-color: #000;
}
@media (max-width: 1000px) {
    .home__slider {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .home__stacked__title {
        font-size: 2rem;
    }
}
.home__slider__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}
.home__slider__gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgb(105 103 105 / 68%);
}
.home__slider__content {
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.home__slider__swiper-slide {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.home__slider__button {
    margin-top: 40px;
    width: 237px;
    max-width: 100%;
}
h4.home__slider__subtitle {
    margin-top: 15px;
    line-height: 1.38889;
    font-weight: 200;
    letter-spacing: .9px;
    color: #dcdcdc;
}
.home__slider__divider {
    display: block;
    height: 3px;
    width: 450px;
    max-width: 100%;
    background-color: #f47821;
    margin-bottom: 30px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .home__stacked__divider {
        height: 1px !important;
    }
}
.home__slider .swiper-pagination-bullet {
    height: 200px;
    width: 300px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.home__slider .swiper-pagination-bullet-active {
    opacity: 1;
}
.home__slider__thumb-img {
    position: relative;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
    .home__slider__thumb-img {
        width: 100%;
        height: 192px;
    }
}
@media screen and (max-width: 499px) {
    .home__slider__thumb-img {
        width: 100%;
        height: 121px;
    }
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .home__slider__thumb-img,
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) p.home__slider__thumb__title,
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) p.home__slider__thumb__subtitle {
    opacity: .7;
}
.home__slider__swiper-pagination {
    bottom: 50px!important;
}
.home__slider__thumb-img__src {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}
.home__slider__thumb__divider {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.home__slider__thumb__divider-active {
    display: block;
    background-color: #f47821;
    height: 2px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.home__slider__thumb__subtitle {
    font-weight: 100;
}
.home__slider__swiper-button-prev, .home__slider__swiper-button-next {
    color: #fff;
    top: unset;
    bottom: 150px;
    width: unset;
    height: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: arial,sans-serif;
}
.home__slider__swiper-button-prev:hover, .home__slider__swiper-button-next:hover {
    color: #f47821;
    top: unset;
    bottom: 150px;
    width: unset;
    height: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    text-decoration: underline;
}
.home__slider__swiper-button-prev.swiper-button-disabled, .home__slider__swiper-button-next.swiper-button-disabled {
    color: gray;
    opacity: 1;
    text-decoration: none;
}
.home__slider__swiper-button-prev::after, .home__slider__swiper-button-next::after {
    content: none;
}
.home__slider__swiper-button-prev {
    left: 50%;
    transform: translateX(-500px);
}
.home__slider__swiper-button-next {
    right: 50%;
    transform: translateX(500px);
}
.home__slider__arrow__svg {
    height: auto;
    width: 29px;
    fill: #fff;
}
.home__slider__swiper-button-prev.swiper-button-disabled .home__slider__arrow__svg, .home__slider__swiper-button-next.swiper-button-disabled .home__slider__arrow__svg {
    fill: gray;
}
.home__slider__swiper-button-prev .home__slider__arrow {
    margin-right: 20px;
}
.home__slider__swiper-button-next .home__slider__arrow {
    margin-left: 20px;
    transform: rotate(180deg);
}
.swiper-pagination-bullet-active .home__slider__thumb__divider {
    background-color: #f47821;
}
.c-robots__title:after {
    height: 3px;
}

.swiper-button-disabled {
    opacity: .35 !important;
}
.swiper-button-next svg path, .swiper-button-prev svg path {
    transition: all .2s ease-in-out !important;
}
.swiper-button-next, .swiper-button-prev {
    transition: all .2s ease-in-out !important;
}
.home__slider__swiper-button-prev:hover, .home__slider__swiper-button-next:hover, .swiper-button-next span:hover, .swiper-button-prev span:hover {
    text-decoration: underline !important;
}
.swiper-button-next span, .swiper-button-prev span {
    text-decoration: none !important;
}
.home__slider__swiper-button-prev:hover .home__slider__arrow svg path, .home__slider__swiper-button-next:hover .home__slider__arrow svg path {
    fill: #f47821 !important;
}

/* Mobile Slider */
@media (min-width: 1001px) {
    .home__stacked {
        display: none;
    }
}
.home-stacked {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home__stacked__stack {
    width: 100%;
    position: relative;
    height: 600px;
}
.home__stacked__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    object-fit: cover;
    z-index: 1;
}
.home__stacked__gradient {
    z-index: 2;
}
.home__stacked__content {
    text-align: center;
    padding: 50px 25px;
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home__stacked__button {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 220px;
    max-width: 100%;
}
h4.home__stacked__subtitle {
    margin-top: 15px;
    font-size: 1.125rem;
    line-height: 1.38889;
    font-weight: 200;
    letter-spacing: .9px;
    color: #dcdcdc;
}
.home__stacked__divider {
    display: block;
    height: 3px;
    width: 400px;
    max-width: 100%;
    background-color: #f47821;
    margin-bottom: 0;
    margin-top: 10px;
}
.home__stacked__title {
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-align: center;
}
@media (max-width: 991px) {
    .s-overview .s-video--container {
        max-width: none;
    }
    .s-overview.s-video {
        padding: 0;
    }
    .s-overview.s-video .c-video--height {
        padding: 0;
    }
}
