* {
    box-sizing: border-box;
}

body {
    background-color: #101010;
    color: #f0f0f0;
    font-size: 1em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 0.50rem;
    justify-content: center;
    width: 100%;
    padding: 0.63rem;
}

.social-icons a {
    flex: 1;
    min-width: 4.50rem;
    max-width: 7.00rem;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons img {
    width: 100%;
    max-width: 7.00rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.44rem;
}

.banner {
    font-weight: 600;
    color: rgb(255, 120, 0);
    display: block;
}

.banner img {
    width: 100%;
    margin-top: 0.94rem;
    max-width: 100%;
    object-fit: contain;
}

.title {
    font-weight: 600;
    display: inline;
    font-size: clamp(1.98em, 1.98em + (2.35 - 1.98) * ((100vw - 320px) / (1200 - 320)), 2.35em);
}

h2 {
    display: inline;
    font-size: 1.98em;
}

p {
    font-size: 1.54em;
    color: #757575;
    margin: 0;
}

.Bo {
    width: 100%;
    margin: 0.94rem 0 0 0;
}

a,
a:hover {
    text-decoration: none;
    color: #f0f0f0;
}

.card {
    position: relative;
    border-radius: 1.56rem;
    color: #f0f0f0;
    border: 0.25rem solid hsla(0, 0%, 87.8%, 0);
    transition: all 500ms cubic-bezier(.18, .89, .32, 1.07);
}

.card.noimg {
    border: 0.25rem solid #5d5d5d;
    cursor: help;
}

.card:hover {
    background: rgba(255, 255, 255, 0.12);
    border: 0.25rem solid #0033ff;
}

.video-container:hover .card {
    border-radius: 0;
}

.title-subtitle {
    margin: 0.31rem 0.31rem 0 0.31rem;
    padding: 0 0.63rem;
}

.title-subtitle h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 75.00rem;
    margin: 0 auto;
    padding: 0;
}

.row {
    align-items: center;
    clear: both;
    width: 100%;
}

.row.videos {
    margin-top: 4.69rem;
    padding-top: 1.56rem;
    clear: both;
}

.column,
.columns {
    width: 100%;
    float: left;
}

.full-width {
    width: 100%;
    max-width: 100%;
    margin: 0.63rem 0;
}

@media (min-width: 400px) {
    .banner {
        font-size: 2.00em;
    }
    .container {
        width: 90%;
        padding: 0 1.00rem;
    }
    .social-icons a {
        max-width: 5.63rem;
    }
    .social-icons img {
        max-width: 5.63rem;
    }
    .four.columns {
        width: 32.00%;
    }
    .row.videos {
        margin-top: 4.69rem;
        padding-top: 1.56rem;
    }
    h2 {
        font-size: 2.18em;
    }
    p {
        font-size: 1.69em;
    }
    .banner img {
        margin: 0 0.13rem;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (min-width: 550px) {
    .banner {
        font-size: 3.00em;
    }
    .Bo {
        width: 100%;
    }
    .social-icons {
        width: 100%;
    }
    .social-icons img {
        max-width: 6.25rem;
    }
    h2 {
        font-size: 2.48em;
    }
    p {
        font-size: 1.24em;
    }
    .container {
        width: 100%;
        max-width: 75.00rem;
        padding: 0;
    }
    .row .four.columns:first-child {
        margin-left: 0;
    }
    .four.columns {
        width: 31.33%;
    }
    .row.videos {
        margin-top: 4.69rem;
        padding-top: 1.56rem;
    }
}

@media (min-width: 750px) {
    .banner {
        font-size: 4.00em;
    }
    .Bo {
        margin: 0;
    }
    h2 {
        font-size: 2.72em;
    }
    p {
        font-size: 1.36em;
    }
}

@media (min-width: 1200px) {
    .banner {
        font-size: 5.00em;
    }
    .social-icons {
        gap: 0.50rem;
        justify-content: center;
    }
    .social-icons a {
        max-width: 7.50rem;
    }
    .social-icons img {
        max-width: 7.50rem;
    }
    h2 {
        font-size: 2.35em;
    }
    p {
        font-size: 1.36em;
    }
    .row.videos {
        margin-top: 6.56rem;
        padding-top: 1.56rem;
    }
    .four.columns {
        width: 32.70%;
        margin-right: 0.50rem;
    }
    .four.columns:last-child {
        margin-right: 0;
    }
    .row .four.columns:first-child {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .banner {
        font-size: 1.80em;
        width: calc(100% - 0.88rem);
        margin-left: 0.44rem;
        margin-right: 0.44rem;
    }
    .title {
        font-size: 2.55em;
    }
    .social-icons a {
        max-width: 7.00rem;
    }
    .social-icons img {
        max-width: 7.00rem;
    }
    h2 {
        font-size: 2.55em;
    }
    p {
        font-size: 1.68em;
    }
    .row.videos {
        margin-top: 0.00rem;
        padding-top: 0.00rem;
    }
    .card {
        margin-bottom: 0.50rem;
    }
    .banner img {
        margin: 0 0.13rem;
        max-width: 100%;
        object-fit: contain;
    }
}