    /* Global */
    
    p {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }
    /* Covid Information */
    
    .alert {
        margin-bottom: 0px !important;
    }
    /* Header */
    
    .logo {
        width: 130px;
    }
    
    .logo:hover {
        filter: blur(2px);
    }
    
    .nav-link:hover {
        transform: scale(1.1);
        transition: 500ms;
        color: #FF0000 !important;
    }
    
    #contact {
        color: #faf0ef !important;
        background-color: #5e556a;
        width: 128px;
        text-align: center;
        display: inline-block;
        border-radius: 20px;
        transition: 800ms;
        /* border: 2px solid #f00404; */
    }
    
    #contact:hover {
        border: 2px solid #2F2F2F;
        box-shadow: 0px 0px 20px #FF0000;
        transition: 600ms;
        color: #faf0ef !important;
        background-color: #5e556a;
    }
    /* Carousel */
    
    #carouselServices {
        display: block;
        height: 82vh;
        overflow: hidden;
        position: relative;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 3;
    }
    
    .carousel-caption {
        height: 75%;
    }
    
    .title-carousel {
        font-size: 5rem !important;
        /* background-color: rgba(95, 93, 93, 0.281); */
        color: #be0000;
    }
    
    .title-carousel1 {
        font-size: 5rem !important;
        color: #FF4D4D
    }
    
    .carousel-caption p {
        font-size: 1.2rem !important;
        color: #be0000
        /* background-color: rgba(95, 93, 93, 0.281); */
    }
    
    @media (min-width: 350px) and (max-width:1024px) {
        #carouselServices {
            display: block;
            height: 27vh;
            overflow: hidden;
            position: relative;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 3;
        }
        .title-carousel {
            font-size: 2rem !important;
            /* background-color: rgba(95, 93, 93, 0.281); */
            color: #FF4D4D;
        }
        .title-carousel1 {
            font-size: 2rem !important;
            color: #FF4D4D
        }
        .carousel-caption p {
            font-size: 1rem !important;
            color: #FF4D4D
            /* background-color: rgba(95, 93, 93, 0.281); */
        }
        .carousel-caption {
            bottom: 90px;
        }
    }
    /* Linea */
    
    div.bar {
        /* background: linear-gradient(to right, #fe87ac, #f00404); */
        padding: 40px 0;
    }
    
    .bar {
        animation: BGcolorChanging-4colors 6s linear infinite alternate both;
    }
    
    @keyframes BGcolorChanging-4colors {
        0% {
            background: #cfe4dd;
        }
        33.3333% {
            background: #FF4D4D;
        }
        66.666% {
            background: #CC0000;
        }
        100% {
            background: #5e556a;
        }
    }
    
    div.bar1 {
        /* background: linear-gradient(to right, #fe87ac, #f00404); */
        padding: 10px 0;
    }
    
    .bar1 {
        animation: BGcolorChanging-4colors1 6s linear infinite alternate both;
    }
    
    @keyframes BGcolorChanging-4colors1 {
        0% {
            background: #cfe4dd;
        }
        33.3333% {
            background: #FF4D4D;
        }
        66.666% {
            background: #CC0000;
        }
        100% {
            background: #5e556a;
        }
    }
    /* Newsletter */
    
    .parallax::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        -webkit-filter: brightness(.8);
        filter: brightness(.8);
    }
    
    div.newsletter {
        position: relative;
        height: auto;
    }
    
    div.newsletter::before {
        background-image: url(/img/bg-newsletter.jpg);
        content: "";
    }
    
    div.newsletter .content {
        padding: 60px 55px;
        color: #ffffff;
        text-align: center;
        position: relative;
    }
    
    div.newsletter .content p {
        font-size: 1.4em;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    @media (min-width: 350px) and (max-width:800px) {
        div.newsletter .content p {
            font-size: 1em;
        }
        /* div.newsletter .content {
            padding: 40px 10px;
            color: #ffffff;
            text-align: center;
            position: relative;
        } */
    }
    
    div.newsletter1 {
        position: relative;
        height: auto;
    }
    
    div.newsletter1::before {
        background-image: url(/img/contacto1.jpg);
        content: "";
    }
    
    div.newsletter1 .content1 {
        padding: 100px 0;
        color: #ffffff;
        text-align: center;
        position: relative;
    }
    
    div.newsletter1 .content1 p {
        font-size: 1.4em;
        text-transform: uppercase;
        font-weight: bold;
    }
    /* Solutions */
    
    section {
        background-color: rgb(255, 255, 255);
        margin: 20px;
    }
    
    h3 {
        text-align: center;
        font-size: 4rem !important;
        font-weight: normal;
        font-weight: bold;
        color: #000000;
        margin: 30px;
    }
    
    .container1 {
        max-width: 1280px;
        width: 90%;
        margin: auto;
    }
    
    .container-solutions {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: #fff;
    }
    
    .solution {
        width: 40%;
        padding: 34px 30px 34px 30px;
        border-radius: 10px;
        margin-bottom: 0px;
        position: relative;
    }
    
    .solution h4 {
        font-size: 30px;
        margin: 0;
        text-align: center;
    }
    
    .solution p {
        margin-top: 20px;
        margin-bottom: 0px;
        height: 154px;
        text-align: justify;
    }
    
    .solution:hover {
        transform: scale(1.1);
        transition: all 1s ease;
    }
    
    .container-solutions .left {
        background: linear-gradient(to top, #FF4D4D, #5e556a);
        box-shadow: 0 12px 30px 0 rgba(228, 214, 214, 0.8);
    }
    
    .anim {
        justify-content: center;
        margin: auto;
    }
    
    .ondas {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .icon {
        float: right;
        padding: 5px 0 0 0;
        font-size: 4rem;
    }
    
    @media (max-width: 800px) {
        .container-solutions {
            flex-direction: column;
        }
        .solution {
            width: 82%;
            padding: 34px 30px 69px 30px;
        }
        .icon {
            margin-top: 23px;
        }
        .solution p {
            height: auto;
        }
    }
    
    @media (min-width: 350px) and (max-width:800px) {
        .solution {
            width: 67%;
            padding: 34px 30px 69px 30px;
            margin: auto;
            margin-bottom: 25px;
        }
        .anim {
            width: 260px !important;
            height: 260px !important;
        }
        .solution p {
            height: auto;
        }
        .solution h4 {
            font-size: 23px;
            margin: 0;
            text-align: center;
        }
    }
    /* contacto */
    
    .contacto-info {
        display: flex;
        justify-content: space-around;
        margin-top: 60px;
    }
    
    .contacto-info img {
        width: 28px;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-filter: grayscale(3);
        filter: grayscale(3);
    }
    /* footer} */
    
    footer {
        background: #2F2F2F;
        padding: 0;
        text-align: center;
        /* margin-top: 40px; */
    }
    
    footer .contenedor {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    footer img {
        margin: 0 40px;
        transform: rotate(0);
        transition: 0.4s;
    }
    
    footer img:hover {
        transform: rotate(360deg);
        transition: 0.4s;
    }
    
    footer p {
        color: #fff;
        margin-top: 0px;
    }
    
    footer a {
        color: #cfe4dd !important;
    }
    /* soluciones */
    
    .jumbotron {
        position: relative;
        z-index: -2;
        margin-bottom: 0 !important;
    }
    
    #video-background {
        /* position: fixed; Pantalla completa con nav */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -1;
        width: 100%;
        filter: opacity(.5);
    }
    
    @media (max-width: 800px) {
        .container-solutions {
            flex-direction: column;
        }
        .solution {
            width: 82%;
            padding: 34px 30px 69px 30px;
        }
    }
    /* Proyects Card */
    
     :root {
        --background-dark: #2d3548;
        --text-light: rgba(255, 255, 255, 0.6);
        --text-lighter: rgba(255, 255, 255, 0.9);
        --spacing-s: 8px;
        --spacing-m: 16px;
        --spacing-l: 24px;
        --spacing-xl: 32px;
        --spacing-xxl: 64px;
        --width-container: 1200px;
    }
    
    .hero-section {
        align-items: flex-start;
        background-image: linear-gradient(15deg, #BD0404 0%, #2a6973 150%);
        display: flex;
        min-height: 100%;
        justify-content: center;
        padding: var(--spacing-xxl) var(--spacing-l);
    }
    
    .card-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: var(--spacing-l);
        grid-row-gap: var(--spacing-l);
        max-width: var(--width-container);
        width: 80%;
    }
    
    @media(min-width: 540px) {
        .card-grid {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    @media(min-width: 960px) {
        .card-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    .card1 {
        list-style: none;
        position: relative;
    }
    
    .card1:before {
        content: '';
        display: block;
        padding-bottom: 150%;
        width: 100%;
    }
    
    .card__background {
        background-size: cover;
        background-position: center;
        border-radius: var(--spacing-l);
        bottom: 0;
        filter: brightness(0.75) saturate(1.2) contrast(0.85);
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: center;
        transform: scale(1) translateZ(0);
        transition: filter 200ms linear, transform 200ms linear;
    }
    
    .card1:hover .card__background {
        transform: scale(1.05) translateZ(0);
    }
    
    .card-grid:hover>.card1:not(:hover) .card__background {
        filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
    }
    
    .card__content {
        left: 0;
        padding: var(--spacing-l);
        position: absolute;
        top: 0;
    }
    
    .card__category {
        color: var(--text-light);
        font-size: 0.9rem;
        margin-bottom: var(--spacing-s);
        text-transform: uppercase;
    }
    
    .card__heading {
        color: var(--text-lighter);
        font-size: 1.9rem !important;
        text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
        line-height: 1.4 !important;
        word-spacing: 100vw !important;
    }
    /* Clients Card */
    
    .container-clients {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .image-area {
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        position: relative;
    }
    
    .img-wrapper {
        width: 300px;
        height: 400px;
        position: relative;
        overflow: hidden;
    }
    
    .img-wrapper:before {
        content: '';
        position: relative;
        top: 0;
        left: 180%;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, .3);
        z-index: 1;
        transform: skew(45deg);
        transition: .5s;
    }
    
    .img-wrapper:hover:before {
        left: -180%;
    }
    
    .img-wrapper img {
        height: 400px;
        width: 300px;
        filter: grayscale(100%);
        transition: 2s;
    }
    
    .img-wrapper:hover img {
        filter: grayscale(0%);
        transform: scale(1.1);
    }
    
    .img-wrapper h2 {
        background: #BD0404;
        font-family: Poppins;
        color: #fff;
        text-align: center;
        /* text-transform: uppercase; */
        margin: 0;
        padding: 10px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: perspective(400px) rotateY(90deg);
        transform-origin: right;
        transition: 1s;
    }
    
    .img-wrapper:hover h2 {
        transform: perspective(400px) rotateY(0deg);
    }
    
    .img-wrapper ul {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        background: rgba(255, 255, 255, 0);
    }
    
    .img-wrapper ul li {
        background: #333;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        transform: perspective(800px) rotateY(90deg);
        transition: .5s;
        transform-origin: left;
    }
    
    .img-wrapper:hover ul li {
        transform: perspective(800px) rotateY(0deg);
    }
    
    .img-wrapper:hover ul li:nth-child(1) {
        transition-delay: .2s;
    }
    
    .img-wrapper:hover ul li:nth-child(2) {
        transition-delay: .6s;
    }
    
    .img-wrapper:hover ul li:nth-child(3) {
        transition-delay: .8s;
    }
    
    .img-wrapper:hover ul li:nth-child(4) {
        transition-delay: 1s;
    }
    
    .img-wrapper ul li a {
        color: #FF4D4D;
        background: rgba(255, 255, 255, 0);
    }
    
    .img-wrapper ul li i {
        color: #FF4D4D;
        background: rgba(255, 255, 255, 0);
    }
    
    .img-wrapper ul li i:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0);
    }
    
    @media (min-width: 350px) and (max-width:800px) {
        .img-wrapper img {
            margin-top: 20px;
        }
    }
    /* Partners Card */
    
    .cards-list {
        z-index: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .cardp {
        margin: 30px auto;
        width: 200px;
        height: 200px;
        border-radius: 40px;
        box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
        cursor: pointer;
        transition: 0.4s;
    }
    
    .cardp .card_image {
        width: inherit;
        height: inherit;
        border-radius: 40px;
    }
    
    .cardp .card_image img {
        width: 100%;
        height: 100%;
        border-radius: 40px;
        object-fit: cover;
    }
    
    .cardp .card_title {
        text-align: center;
        border-radius: 0px 0px 40px 40px;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 30px;
        margin-top: -80px;
        height: 40px;
    }
    
    .cardp:hover {
        transform: scale(0.9, 0.9);
        box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
    }
    
    .title-white {
        color: white;
    }
    
    .title-black {
        color: black;
    }
    
    @media all and (max-width: 500px) {
        .cards-list {
            /* On small screens, we are no longer using row direction but column */
            flex-direction: column;
        }
    }
    /* us */
    
    @media (min-width: 350px) and (max-width:800px) {
        h3 {
            font-size: 3rem !important;
        }
    }
    
    .section-back {
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%238c21aa' fill-opacity='0.06' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
    }