.badge.badge-home-banner-component {
    font-size: 0.938rem;
    padding: 0.625rem 1.25rem;
}

h1.c-h1-larger-span {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
}

h1.c-h1-larger-span>span {
    font-size: 50px;
    line-height: 60px;
}

.btn.btn-rlgray {
    background: #F4F6F8;
}

.c-banner-microcopy {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0 0;
}

.c-banner-microcopy.bold {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #272742;
    margin-top: 40px;
}

.elementor-widget-affise-home-banner .b-hero .buttons .btn-medium {
    font-size: 1rem;
}

div.b-hero .c-hero-image {
    max-width: 100%;
}

h1.c-h1-secondary {
    margin-top: 20px;
}

.heading-brow-text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #272742;
}

/* Animated heading */
.css-AnimatedHeading {

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    height: 25px;
    position: relative;
    overflow: hidden;
}



@media (min-width: 768px) {
    .css-AnimatedHeading {
        height: 35px;
    }
}

@media (min-width: 1024px) {
    .css-AnimatedHeading {
        height: 35px;
    }
}

.css-AnimatedHeading__staticText {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 6px;
}

.css-AnimatedHeading__rotatingText {
    position: absolute;
    top: 100%;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    color: #A11CF2;

    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-AnimatedHeading__rotatingText.animate-in {
    -webkit-animation-name: animation-1ttmjle;
    animation-name: animation-1ttmjle;
}

.css-AnimatedHeading__rotatingText.animate-out {
    -webkit-animation-name: animation-qv19vp;
    animation-name: animation-qv19vp;
}

@-webkit-keyframes animation-1ttmjle {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animation-1ttmjle {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes animation-qv19vp {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
    }
}

@keyframes animation-qv19vp {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
    }
}

@media (max-width: 575.98px) {
    div.b-hero .c-hero-image {
        height: auto;
    }

    div.b-hero .c-hero-image>* {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    div.c-brands.owl-carousel {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .elementor-widget-affise-home-banner .b-hero .buttons .btn-medium {
        min-width: 300px;
    }

    .heading-brow-text {
        font-size: 30px;
        line-height: 35px;
    }
}