<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.connector1 {
    width: 100%;
    z-index: 50;
    position: relative;
}

    .connector1 path:nth-of-type(1) {
        opacity: .25;
    }

    .connector1 path:nth-of-type(2) {
        opacity: .5;
    }

    .connector1 path:nth-of-type(3) {
        opacity: 1;
    }


    .rotate-top-0 {
        transform: none !important;
    }
   .rotate-top-180 {
        transform: rotateY(180deg) !important;
    }
    .rotate-bottom-0 {
        transform: rotateZ(180deg) !important;
    }
     .rotate-bottom-180 {
        transform: rotateZ(180deg) rotateY(180deg) !important;
    }

@media(max-width : 992px){
    .connector1 {
        margin : 0 !important ;
        top : auto !important ;
        bottom : auto !important ;
    }
}</pre></body></html>