/* tailwindcss */
.static {
    position: static;
}
.relative {
    position: relative;
}
.mt-2 {
    margin-top: 0.5rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.hidden {
    display: none;
}
.w-\[calc\(100\%-240px\)\] {
    width: calc(100% - 240px);
}
.w-full {
    width: 100%;
}
.min-w-\[120px\] {
    min-width: 120px;
}
.min-w-\[240px\] {
    min-width: 240px;
}
.shrink-0 {
    flex-shrink: 0;
}
.grow {
    flex-grow: 1;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.bg-\[\#005eb8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.p-3 {
    padding: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.leading-none {
    line-height: 1;
}
.text-\[\#00afef\] {
    --tw-text-opacity: 1;
    color: rgb(0 175 239 / var(--tw-text-opacity));
}
.text-\[\#b0cee5\] {
    --tw-text-opacity: 1;
    color: rgb(176 206 229 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* vide iframe */
.video-iframe-wrap iframe {
    height: 100% !important;
    top: initial !important;
    margin-top: initial !important;
}
/* Btn Subscribe */
.btn-subscribe {
    background-image: linear-gradient(to top, #930002 0%, #d20000 100%);
}
.btn-subscribe:hover {
        background-image: linear-gradient(to top, #d20000 0%, #930002 100%);
    }
@media (min-width: 1024px) {
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:max-h-\[42px\] {
        max-height: 42px;
    }
    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:gap-2 {
        gap: 0.5rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:leading-none {
        line-height: 1;
    }
}
.\[\&\>\*\]\:aspect-\[16\/9\]>* {
    aspect-ratio: 16/9;
}
.\[\&\>\*\]\:rounded-lg>* {
    border-radius: 0.5rem;
}
.\[\&\>\*\]\:align-top>* {
    vertical-align: top;
}
.\[\&\>img\]\:max-w-\[120px\]>img {
    max-width: 120px;
}
@media (min-width: 1024px) {
    .lg\:\[\&\>img\]\:max-w-\[170px\]>img {
        max-width: 170px;
    }
}