/* OTHER */
.aspect-ratio-21\:9 {
    padding-bottom: 27.857%;
    position: relative;
}

@media (max-width: 768px) {
    .aspect-ratio-21\:9 {
        padding-bottom: 40.857%;
    }
}

.modal-custom {
	z-index: 20;
}

/* FOOTER */

.footer-v6 a:hover {
	color: var(--color-accent-dark);
}

.footer-v6__link {
    color: var(--color-contrast-high);
}

.slogan>.points-slogan {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    background: var(--color-accent);
    display: inline-block;
    margin: 0 15px 0 25px;
}

.slogan>.points-slogan:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
	right: calc(100% + 5px);
    background: var(--color-accent);
}

.slogan>.points-slogan:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
	left: calc(100% + 5px);
    background: white;
}

/* WELCOME VIDEO */

.welcome-video {
    transition: box-shadow 0.3s ease;
    border-radius: var(--radius-xl);
}

/* .welcome-video:hover {
    box-shadow: 0 0 20px rgba(160, 206, 75, 0.3);
} */