.elementor-2060 .elementor-element.elementor-element-43c8a93{--display:flex;--min-height:278px;}.elementor-2060 .elementor-element.elementor-element-1946795{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-66px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-2060 .elementor-element.elementor-element-1946795.e-con{--e-con-transform-rotateZ:4deg;}.elementor-2060 .elementor-element.elementor-element-1bb9464{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-72px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-2060 .elementor-element.elementor-element-1bb9464:not(.elementor-motion-effects-element-type-background), .elementor-2060 .elementor-element.elementor-element-1bb9464 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-2060 .elementor-element.elementor-element-1bb9464.e-con{--e-con-transform-rotateZ:-4deg;}/* Start custom CSS for html, class: .elementor-element-99b39bc */.content2 {
    font-family: anta;
    font-size: 40px;
    font-weight: 400;
    color: white;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .content2 {
        font-size: 2rem !important;
        padding-left: 0.25em;
    }
}

.outer2 {
    overflow: hidden;  !important;
}

.outer2 div {
    display: inline-block;
}

.loop2 {
    white-space: nowrap;
    animation: loop-anim 15s linear infinite;
    animation-direction: reverse;
}

@media only screen and (max-width: 767px) {
    .loop2 {
        animation: loop-anim 3.5s linear infinite;
    }
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50% /* This works because of the div between "outer" and "loop" */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1946795 */.main {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3); /* optional for semi-transparent effect */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b404d45 */.content {
    font-family: anta;
    font-size: 40px;
    font-weight: 400;
    color: white;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .content {
        font-size: 2rem !important;
        padding-left: 0.25em;
    }
}

.outer {
    overflow: hidden;  !important;
}

.outer div {
    display: inline-block;
}

.loop {
    white-space: nowrap;
    animation: loop-anim 15s linear infinite;
}

@media only screen and (max-width: 767px) {
    .loop {
        animation: loop-anim 3.5s linear infinite;
    }
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50% /* This works because of the div between "outer" and "loop" */
    }
}/* End custom CSS */