.content-card h3 {
    font-size: 22px;
}

.content-card .blue-text {
    font-size: 16px;
}

#corsair-fans .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#corsair-fans .choose-container>div {
    background-color: black;
}

#corsair-fans .content-card {
    background: linear-gradient(180deg, #414141 0%, rgba(37, 37, 37, 0.63) 100%);
    width: 40%;
}

#corsair-fans .content-card .left-column {
    width: 60%;
}

#corsair-fans .check-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#corsair-fans .image-slider {
    margin: 0;
    width: 60%;
    align-content: center;
    background: radial-gradient(50% 50% at 50% 50%, #3B3B3B 0%, #12171B 100%);
}

#corsair-fans .content-card table tr {
    border-bottom: 1px solid #757575;
}

#sticky-nav {
    background: #262626CC;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    z-index: 2;
    transition: .3s ease-out;
}

#corsair-fans .large-width-restrict {
    max-width: 1900px;
}

#corsair-fans .medium-width-restrict {
    max-width: 1500px;
}

#corsair-fans .short-width-restrict {
    max-width: 800px;
}

#sticky-nav a.corsair-links {
    background: #ECE81A;
}

#corsair-fans button:focus {
    outline: none;
}

#corsair-fans button:focus-visible {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

#corsair-fans .slick-track {
    height: 100%;
}

#corsair-fans .slick-next,
#corsair-fans .slick-prev {
    height: 100%;
    z-index: 1;
    width: 35px;
    height: 35px;
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.5));
}

#corsair-fans .slick-next {
    right: 0;
}

#corsair-fans .slick-prev {
    left: 0;
}

#corsair-fans .slick-next:before,
#corsair-fans .slick-prev:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 35px;
    background: url(https://assets.corsair.com/image/upload/v1679687383/akamai/pdp/monitors/flex/assets/images/Arrow.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: center;
    background-size: 150%;
    opacity: .8;
}

#corsair-fans .slick-next:before {
    right: .5rem;
}

#corsair-fans .slick-prev:before {
    left: .5rem;
    transform: rotate(180deg);
}

#corsair-fans .slick-dots {
    bottom: 25px;
}

#corsair-fans .slick-dots li {
    width: 40px;
    margin: 0 2px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.7));
}

#corsair-fans .slick-dots li:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    background: rgb(255 255 255 / 33%);
    height: 3px;
}

#corsair-fans .slick-dots li.slick-active:after {
    background: white;
}

#corsair-fans .slick-dots li button:before {
    content: '';
}

#corsair-fans .slick-list {
    position: relative;
    height: 100%;
}

#corsair-fans .slick-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

#corsair-fans .display-none {
    display: none !important;
}

#corsair-fans h1,
#corsair-fans h2,
#corsair-fans h3,
#corsair-fans h4 {
    letter-spacing: 0.05rem;
    line-height: 1.1;
}

.blue-text {
    color: #28DEED;
    font-family: Bebas Neue Pro SmE Rg, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}

.yellow-link {
    color: #e9e600;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05rem;
}

.right-link-arrow {
    display: inline-block;
    object-fit: contain;
    height: 15px;
    margin-bottom: 3px;
    margin-left: 2px;
}

#corsair-fans {
    color: white;
    background-color: black;
    background-size: contain;
}

#hero {
    background-color: black;
}

#hero,
#hero .hero-content {
    position: relative;
}

#hero .hero-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 2rem 1rem;
    text-shadow: 0 0 10px #0000009e;
    z-index: 3;
}

#hero .hero-content p {
    max-width: 1200px;
    margin: 0 auto;
    text-shadow: 0 0 10px black;
}

#hero .yellow-subhead,
.yellow-text {
    color: #e9e600;
    font-weight: 600;
}

#hero .top-of-page-cta {
    align-self: flex-end;
    width: calc(33% - 1rem);
}

#hero h1 {
    margin-bottom: 0.5rem;
    word-break: break-word;
}

#hero h3 {
    font-size: 1.25rem;
}

#hero video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

#hero .video-gradient {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 40%);
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

#hero img.icon {
    margin-right: 0.5rem;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

#hero .hero-blocks {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 2rem;
}

#hero .hero-blocks h3 {
    padding: 2rem 0.5rem 1rem 0.5rem;
    color: #28DEED;
    text-shadow: 0 0 5px black;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(31, 29, 31, 1) 0%, rgba(31, 29, 31, 1) 25%, rgba(31, 29, 31, 0) 100%);
}

#rgb-pwn-fans {
    background: #191919;
}

#icue-link-fans,
#rgb-pwn-fans,
#pwn-fans {
    padding: 2rem 0;
}

#icue-link-fans .header-text,
#rgb-pwn-fans .header-text,
#pwn-fans .header-text {
    font-size: 1.25rem;
}

#guides .explorer-card {
    width: 100%;
}

#guides .explorer-content {
    grid-gap: 1rem;
    max-width: 1300px;
}

#guides img {
    aspect-ratio: 2/1;
}

#guides h3 {
    text-transform: uppercase;
}

#guides p {
    line-height: 1.2;
}

@media (max-width:550px) {

    #corsair-fans .image-slider,
    #corsair-fans .content-card {
        width: 100%;
    }

    #corsair-fans .content-container {
        flex-direction: column;
    }
}

@media (max-width:1000px) {
    #hero .hero-blocks a {
        flex-direction: column;
        height: unset;
    }
}

@media (max-width:767px) {
    #hero .hero-blocks a {
        width: 45%;
        margin: 0.5rem;
    }

    #hero .hero-blocks {
        flex-wrap: wrap;
    }

    #hero .top-of-page-cta {
        width: 100%;
        margin-bottom: 1rem;
    }

    #hero .mobile-button {
        display: flex;
        text-shadow: none;
        background-color: #ECE81A;
    }

    #hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 911px) {
    #sticky-nav {
        display: none;
    }
}

@media (min-width:768px) {
    #hero h1 {
        font-size: 5rem;
    }

    #hero .yellow-subhead {
        font-size: 1.5rem;
    }

    #hero p {
        font-size: 1.32rem;
    }

    #corsair-fans h2 {
        font-size: 3.75rem;
    }

    #icue-link-fans,
    #rgb-pwn-fans,
    #pwn-fans {
        padding: 2rem 1rem 1rem 1rem;
    }

    #icue-link-fans .header-text,
    #rgb-pwn-fans .header-text,
    #pwn-fans .header-text {
        font-size: 1.5rem;
    }

    #corsair-fans .choose-container>div {
        width: calc(33% - 1rem);
    }

    #guides .explorer-card {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 1023px) {
    #hero {
        background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/akamai/landing/fans-refresh/fans-category-hero-mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1024px) {
    #hero {
        height: 900px;
        max-height: 70vh;

    }

    #corsair-fans .content-container {
        width: 50%;
    }

    #hero video {
        display: block;
    }
}

@media (min-width:1280px) {
    #hero .hero-content {
        padding: 4rem 2rem;
    }

    #hero .hero-blocks h3 {
        position: unset;
        padding: 0.5rem;
        background: none;
    }

    #hero .hero-blocks {
        margin-top: 4rem;
    }

    #hero .mobile-img {
        display: none;
    }

    #sticky-nav button {
        margin-right: 2rem;
    }

    #icue-link-fans,
    #rgb-pwn-fans,
    #pwn-fans {
        padding: 4rem 3rem 1rem 3rem;
    }

    #hero .video-gradient {
        display: block;
    }

    #corsair-fans table {
        display: inline-table;
    }

    #guides .explorer-card {
        width: calc(25% - 1rem);
    }
}

@media (min-width:1536px) {
    #sticky-nav button {
        margin-right: 3rem;
    }
}

@media (min-width:1920px) {
    #hero .hero-blocks {
        max-width: 75vw;
    }
}

@media (min-width:2500px) {
    #hero video {
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 2500px;
    }

    #hero .hero-blocks {
        max-width: 2500px;
    }
}