.elementor-15467 .elementor-element.elementor-element-8517caf{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--background-transition:0.3s;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-15467 .elementor-element.elementor-element-4f3ce1d{width:auto;max-width:auto;}body.elementor-page-15467:not(.elementor-motion-effects-element-type-background), body.elementor-page-15467 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-4f3ce1d */.circle {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    border-radius: 50%;
    margin-right: 5px;
    animation: colorChange 2s linear infinite;
    display: inline-block;
}

.red {
    background-color: #D4AD3C;
    animation-delay: 0s;
}

.green {
    background-color: #111111;
    animation-delay: 0.67s;
}

.blue {
    background-color: #111111;
    animation-delay: 1.34s;
}

@keyframes colorChange {
    0% {
        background-color: #D4AD3C;
    }
    33.33% {
        background-color: #111111;
    }
    66.66% {
        background-color: #111111;
    }
    100% {
        background-color: #D4AD3C;
    }
}
@media (max-width: 767px){
    .circle {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
}/* End custom CSS */
/* Start custom CSS */html, body{
    width: 100%;
    overflow-x: hidden;
}/* End custom CSS */