@keyframes fadeIn{
    0%{
    opacity:0;
    }
    100%{
        opacity:1;
    }
    }
    @keyframes fadeOut{
    0%{
        opacity:1;
    }
    100%{
        opacity:0
    }
    }
    @keyframes tutorialAway{
        0%{
            opacity:0.75;
        }
        99%{
            display:block;
        }
        100%{
            display:none;
            opacity:0
        }
    }
    
    @keyframes marquee {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(-100%);
        }
    }
    
    @keyframes marquee2 {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(-200%);
        }
    }
    
    
    
    @keyframes goMiddle{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform:translateY(0);
    }
    }
    
    /*
    .servicioText a:nth-of-type(3):hover~.arrow {
        transform: translate(-155%,-155%) rotate(136deg);
        top: 91%;
    }
    .servicioText a:nth-of-type(2):hover~.arrow {
        transform: translate(-155%,-155%) rotate(136deg);
        top: 77.6%;
    }
    .servicioText a:first-of-type:hover~.arrow {
        transform: translate(-155%,-155%) rotate(136deg);
        top: 64%;
    }
    */



    

.row10 {
    padding: 5% 15%;
    margin: 0;
}
.r10BottomQuote svg, .r10TopQuote svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.95;
}
.r10BottomQuote {
    width: 8%;
    transform: rotate(180deg) translate(100%, 20%) rotateY(180deg);
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: -1;
}
.r10TopQuote {
    width: 7%;
    position: absolute;
    top: -10%;
    left: 0%;
    z-index: -1;
    transform: translate(-20%, -80%) rotateY(180deg);
}
.slideWho p:last-child {
    font-family: 'Campton';
    color: #1D1D1B;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 100%;
}

@media only screen and (max-width:1100px){
    html body .slideReviewText p {
        font-size: 1.2em;
    }


  html body .reviewContainer .swiper-slide {
        padding: 0;
    }
 
    html body .reviewContainer .swiper-next {
        top: 100%;
        left: 70%;
        transform: translateY(300%);
    }
    html body .reviewContainer .swiper-prev {
        top: 100%;
        left: 20%;
        transform: translateY(300%);
    }
    .kitBlurb.kitDigital {
        padding: 1% 0%;
    }

 

html body .r10TopQuote{
        top:0%;
    }
    html body .row10 {
        padding: 5% 5%;
    }
    html body .row10 .swiper-next {
        top: 100%;
        left: 70%;
        transform: translateY(300%);
    }
    html body .row10 .swiper-prev {
        top: 100%;
        left: 20%;
        transform: translateY(300%);
    }
}
@media only screen and (max-width:600px){
    html .row4 {
        margin-top: 11em;
    }

}

.row10 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.8em;
    gap: 2em;
}

.reviewContainer {
    position: relative;
    padding-top: 2em;
    padding-bottom: 5em;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.slideWho {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    position: absolute;
    top: 100%;
    transform: translateY(100%);
}

.row10 .swiper-slide {
    opacity: 0!important;
    transition: all 0.25s ease-in-out;
}

html body .row10 .swiper-slide-active {
    opacity: 1!important;
}

.row10 .swiper-next:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve' fill='rgb(0,0,255)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%231D1D1B;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");   background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat:no-repeat;
    transition: all 0.25s ease-in-out;
}
.row10 .swiper-next:hover:after{
    transform: scale(1.1);
}
.row10 .swiper-prev:hover:after{
    transform: scale(1.1);
}


.row10 .swiper-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(200%,-50%);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.row10 .swiper-prev:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg height='200px' width='200px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve' fill='%231d1d1b'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%231D1D1B;' d='M133.636,185.343c2.741,0,5.493-1.044,7.593-3.149c4.194-4.194,4.194-10.981,0-15.175l-74.352-74.347 l74.352-74.352c4.194-4.194,4.194-10.987,0-15.175c-4.194-4.194-10.987-4.194-15.18,0L37.115,81.934 c-4.194,4.194-4.194,10.987,0,15.175l81.934,81.939C128.142,184.293,130.889,185.343,133.636,185.343z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");   display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.25s ease-in-out;
}
.row10 .swiper-prev{
opacity:0;
}

.row10 .swiper-next{
opacity:0;
}

.slideReviewText {
    display: flex;
    flex: 3;
    position: relative;
}


.slideReviewText p {
    font-family: 'Campton Book';
    color: #1D1D1B;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 500;
    margin-top: 0;
}




html .row10 .swiper-slide-active .swiper-next{
opacity:1;
}


html .row10  .swiper-slide-active .swiper-prev{
opacity:1;
}


.row10 .swiper-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-300%,-50%);
    cursor: pointer;
    transition: all 0.25s ease-in-out;

}
.row10 .swiper-button-disabled {
    cursor: not-allowed!important;
    opacity: 0.5;
}

.row10 .swiper-button-disabled:hover:after{
transform: none!important;
}





    .servicioText a:hover~.arrow {
        transform: translate(-155%, 35%) rotate(136deg);
    }
    .topText {
        margin-bottom: 1.5em;
    }
    
    a {
        text-decoration: none;
        cursor: pointer;
    }
    
    body {
        overflow: hidden;
    }
    
    .swiper-pagination3 {
        margin: 0!important;
    }
    
    .text h4 br {
        display: none;
    }
    
    
    .fadeIn{
    animation:fadeIn 0.3s ease-in-out forwards;
    }
    
    .fadeOut{
    animation:fadeOut 0.3s ease-in-out forwards;
    }
    
    .backgroundColor {
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    background-color: #29265B;
    top: 0;
    left: 0;
    }
    
    
    html, body, .backgroundColor {
    margin: 0;
    padding: 0;
    z-index: 1;
    }
    
    body,html{
    overflow-x:hidden;
    }
    
    .hidden{
    display:none;
    }
    
    .alwaysOnTop {
    width: 550px;
    height: 550px;
    position: absolute;
    z-index: 2;
    clip-path: circle(50%);
    cursor: none;
    opacity: 0.9;
    pointer-events: none;
    }
    .alwaysOnTop::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 5;
    }
    .gradientToDiscover {
        background-image: url('/wp-content/uploads/2024/04/gradient.webp');
        position: fixed;
        z-index: 3;
        top: -1%;
        left: -3%;
        width: 105dvw;
        height: 110dvh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    .text {
        z-index: 2;
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2.7em;
        align-items: center;
    }
    .text h2 {
        font-family: 'Campton', 'Verdana';
        color: white;
        font-weight: 400;
        text-align: center;
        font-size: 1.1em;
        width: fit-content;
        margin: 0;
    }
    
    .text h3 {
        font-family: 'Campton', 'Verdana';
        font-weight: 700;
        color: white;
        font-size: 10em;
        text-align: center;
        margin: 0;
    }
    .text h4 {
        font-family: 'Campton', 'Verdana';
        font-weight: 500;
        color: white;
        opacity: 0.8;
        font-size: 1.9em;
        text-align: center;
        line-height: 1.1em;
        margin: 0;
        padding: 0 33%;
    }
    
    .button button {
    border: none;
    border-radius: 70px;
    background-color: #FF5A12;
    color: white;
    font-family: 'Campton', 'Verdana';
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    transition: 0.25s ease-in-out;
    padding: 0.5em 2.6em 0.5em 2.6em;
    cursor: pointer;
    }
    
    
    .button button:hover {
    background-color: white;
    color: #FF5A12;
    }
    
    
    @keyframes goUp{
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-100%);
    }
    }
    
    .changingText span:nth-child(1){
    animation-delay: 0.04s !important;
    }
    .changingText span:nth-child(2){
    animation-delay: 0.08s !important;
    }
    .changingText span:nth-child(3){
    animation-delay: 0.12s !important;
    }
    .changingText span:nth-child(4){
    animation-delay: 0.16s !important;
    }
    .changingText span:nth-child(5){
    animation-delay: 0.20s !important;
    }
    .changingText span:nth-child(6){
    animation-delay: 0.24s !important;
    }
    .changingText span:nth-child(7){
    animation-delay: 0.28s !important;
    }
    
    
    .changingText span {
    line-height: 100%;
    font-family: 'Campton', 'Verdana';
    font-weight: 700;
    color: white;
    font-size: 10em;
    text-align: center;
    margin: 0;
    line-height: 80%;
    
    }
    
    @media only screen and (min-width:200px ) and (max-width:600px){
        html body .FeedGridLayout__grid {
            width: 92vw;
            grid-template-columns: repeat(2,auto)!important;
        }
        .FeedGridLayout__grid>div:last-child {
            display: none;
        }
        .changingText span {
            line-height: 100%;
            font-family: 'Campton', 'Verdana';
            font-weight: 700;
            color: white;
            font-size: 10em;
            text-align: center;
            margin: 0;
            line-height: 100%!important;
            
            }
    
    
            .text h2 {
                font-family: 'Campton', 'Verdana';
                color: white;
                font-weight: 400;
                text-align: center;
                font-size: 0.9em!important;
                width: fit-content;
                margin: 0;
            }
            .text h4 {
                font-family: 'Campton', 'Verdana';
                font-weight: 500;
                color: white;
                opacity: 0.8;
                font-size: 2em;
                text-align: center;
                line-height: 1.1em;
                margin: 0;
            }
    /*
            .button {
                transform: translateY(150%)!important;
            }
    */
    }
    
    .goUp{
    transform: translateY(0%);
    animation:goUp 0.25s cubic-bezier(1,-0.05,.6,.84) forwards!important;
    
    }
    
    .changingText {
    display: flex;
    justify-content: center;
    z-index: 1;
    overflow:hidden;
    }
    
    ::selection {
    background: #FF5A12;
    }
    
    
    .goMiddle{
    transform: translateY(100%);
    animation:goMiddle 0.25s cubic-bezier(1,-0.05,.6,.84) forwards ;
    }
    
    
    .row1 {
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    }
    .heading p, .heading h1 {
    margin: 0;
    color: #056CF2;
    font-family: 'Campton', 'Verdana';
    font-weight: 400;
    font-size: 1.2em;
    
    }
    .text2 p, .text4 p {
        transform: translateY(-60%);
    }
    
    .heading {
    display: flex;
    flex-direction: column;
    }
    
    
    .heading h3 {
    font-family: 'Campton', 'Verdana';
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    font-size: 3em;
    }
    .heading h4 {
    color: #828282;
    font-family: 'Campton', 'Verdana';
    font-size: 1.2em;
    margin-top: 1%;
    }
    
    .row2 {
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 7%;
    }
    
    .text2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
    }
    .servicioImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    .servicioImage:hover img {
    transform: scale(1.1);
    }
    .servicioImage img {
    transition: all 0.35s ease-in-out;
    }
    
    
    
    .servicioImage {
    overflow: hidden;
    }
    
    .servicioImage a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    }
    .servicio {
    display: flex;
    flex-direction: column;
    flex: 1;
    }
    
    .servicios {
    display: flex;
    flex-direction: row;
    gap: 4em;
    }
    
    .servicio>div {
    display: flex;
    flex-direction: column;
    background-color: #1D1D1B;
    }
    .topText {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 4%;
        padding-right: 4%;
        margin-top: 1%;
    }
    .topText p {
    font-family: 'Campton', 'Verdana';
    font-weight: 500;
    color: #828282;
    font-size: 1.4em;
    margin: 0;
    height: fit-content;
    transform: translateY(20%);
    }
    
    
    .topText h1 {
    margin: 0;
    color: white;
    font-family: 'Campton', 'Verdana';
    font-weight: 700;
    font-size: 2.4em;
    }
    .servicio h1 {
        text-align: center;
    }
    
    .servicioText>a {
        color: white;
        font-family: 'Campton', 'Verdana';
        font-weight: 500;
        font-size: 1.3em;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.5em;
        text-align: center;
        text-decoration: none;
    }
    
    .servicioText h2 {
    margin: 0;
    color: white;
    font-family: 'Campton', 'Verdana';
    font-weight: 500;
    font-size: 1.8em;
    padding-left: 4%;
    padding-right: 21%;
    }
    
    .servicioText {
    position: relative;
    padding-bottom: 8%;
    }
    
    .arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
    
    .arrow a {
    line-height: 0;
    display: block;
    }
    
    .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 100%;
    left: 100%;
    transform: translate(-155%,-155%);
    transition: all 0.35s ease-in-out;
    }
    .carousel1, .carousel2, .carousel3 {
        position: relative;
    }
    
    .button a {
        display: block;
        width: fit-content;
    }
    
    
    .button {
        width: fit-content;
        margin: 0 auto;
    }
    
    
    .row2 .button {
        margin-top: 1%;
        margin-bottom: 10%;
    }
    .text3.heading :is(h1,h3,h4), .text4.heading :is(h1,h3,h4,p), .text5.heading :is(p,h3,h4) {
        text-align: center;
    }
    .text3.heading {
        margin-bottom: 7%;
    }
    
    .slide1 {
        background-color: #1D1D1B;
    }
    .slide2 {
        background-color: #056CF2;
    }
    .slide3 {
        background-color: #FF5A12;
    }
    .c1Slide>div {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .carousel1 .swiper-slide {
        width: fit-content!important;
    }
    
    .c1Image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .c1Slide{
        width: 70dvw!important;
        aspect-ratio: 2/1;
        display:flex;
        flex-direction: row;
    }
    .c1Image {
        transform: translate(15%,-15%) scale(1.35);
        height: 100%;
    }
    .swiper-slide-shadow-left, .swiper-slide-shadow-right{
        display:none;
    }
    
    .slide2Text, .slide1Text, .slide3Text {
        padding-left: 6%;
        padding-top: 5%;
        padding-right: 3%;
    }
    
    .slide2Text span, .slide1Text span, .slide3Text span {
        font-family: 'Campton', 'Verdana';
        font-weight: 700;
        color: white;
        font-size: 3em;
    }
    
    .slide2Text h3, .slide1Text h3, .slide3Text h3 {
        color: white;
        font-family: 'Campton', 'Verdana';
        font-weight: 700;
        margin: 0;
        font-size: 2.4em;
    }
    
    .slide2Text h4, .slide1Text h4, .slide3Text h4 {
        color: white;
        font-family: 'Campton', 'Verdana';
        font-weight: 700;
        margin-bottom: 0;
        font-size: 1.3em;
    }
    .slide2Text h5, .slide1Text h5, .slide3Text h5 {
        color: white;
        font-family: 'Campton', 'Verdana';
        font-weight: 300;
        font-size: 1.3em;
    }
    
    .slide1Image .c1Image {
        transform: scale(1.2) translateX(15%);
    }
    .swiper-slide.swiper-slide-prev {
        z-index: 2!important;
    }
    
    .row3 .swiper-pagination {
        transform: translateY(200%);
    }

    
    
    .row5 {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    
    .logoImage img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .logoImage {
        width: 90%;
    }
    
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    
    
    .carousel2 {
        transform: scale(0.9);
        overflow: hidden;
    }
    
    .row5 {
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 9%;
        margin-bottom: 10%;
    }
    
    .text4.heading {
        margin-bottom: 10%;
    }
    
    
    
    .reviewImage img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .reviewImage {
        width: 12%;
    }
    
    .review {
        width: 60%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        background-color: #F7F7F7;
        padding: 2%;
        justify-content: center;
        align-items: center;
        gap: 0.7em;
    }
    
    .review p {
        font-size: 1.4em;
        font-family: 'Campton';
        font-style: italic;
        margin-bottom: 2%;
        text-align: center;
        line-height: 1.1em;
        font-weight: 300;
        padding-right: 3%;
        padding-left: 3%;
    }
    
    .review span {
        font-family: 'Campton', 'Verdana';
        font-weight: 500;
        font-size: 1.2em;
        text-align: center;
    }
    
    .swiper-pagination-bullet-active {
        background: black!important;
    }
    
    .swiper-pagination3 {
        max-width: fit-content;
        margin: 0 auto;
        position: relative;
    }
    
    .carouselControls span.swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    
    .carouselControls {
        width: 100%;
        margin: 0 auto;
        margin-top: 1.5%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15%;
    }
    .swiper-pagination3 {
        top: 0!important;
    }
    
    .swiper-next {
        width: 30px;
        height: 30px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }
    
    .swiper-prev {
        width: 30px;
        height: 30px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    
    }
    .text5.heading {
        margin-bottom: 4%;
    }
    .row6 {
        margin-top: 5%;
        padding-top: 5%;
        background: #F7F7F7;
    }
    .instagramFeed {
        display: flex;
        justify-content: center;
    }
    .instagramFeed {
        display: flex;
        justify-content: center;
        padding-bottom: 5%;
    }
    
    
    .marquee {
        margin: 0;
        border: 1px solid #FF5A12;
        background: #FF5A12;
        padding: 0.6%;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .marquee1 {
        display: inline-block;
        animation: marquee 60s linear infinite;
        animation-delay:-25s;
    }
    
    .marquee2 {
        display: inline-block;
        animation: marquee2 60s linear infinite;
        animation-delay: 5s;
    }
    .marquee1, .marquee2 {
        font-family: 'Campton', 'Verdana';
        color: white;
        font-weight: 500;
    }
    
    .tutorial{
        display:none;
    }
    
    .swiperMainPhone .swiper-wrapper{
        gap:3em;
    }
    

    .kitBlurb h2 {
        font-family: 'Campton';
        font-weight: 500;
        color: white;
        font-size: 1.4em;
        margin: 0;
    }

    .row4FlexContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1.5em;
    }

    .kitBlurb {
        display: flex;
        flex: 1;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        padding: 1% 16%;
        height: 60vh;
    }
    .row4 {
        margin-top: 7em;
    }

    .kitBlurb p {
    font-family: 'Campton';
        font-weight: 500;
        margin: 0;
        font-size: 4.2em;
        text-align: center;
        color: white;
        line-height: 100%;
        padding: 0 11%;
        transform: translateY(-13%);
    }
    
    .kitBlurb p span {
        font-style: italic;
    }

    .kitBlurbImage {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .kitBlurbImage.kitDigitalImage img {
        object-position: 35% 0;
    }

    
    .kitBlurbImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kitBlurb a {
        border: none;
        border-radius: 70px;
        background-color: #FF5A12;
        color: white;
        font-family: 'Campton', 'Verdana';
        font-weight: 500;
        font-size: 1.4em;
        text-align: center;
        transition: 0.25s ease-in-out;
        padding: 0.4em 2.9em;
        cursor: pointer;
    }


    .kitBlurb.kitDigital a {
        background-color: #056CF2;
    }
    
    .kitBlurb.kitDigital a:hover{
    background-color: #FF5A12;
    }
    .kitBlurb.kitConsulting a:hover{
    background-color: #2F265B;
    }


    .FeedHeader__normal-style {
        display: none;
    }

    .FeedGridLayout__grid {
        width: 70vw;
    }

    .FeedLayout__col-footer.layout__flex-column {
        display: none;
    }

    .FeedLayout__wrapper {
        background-color: transparent!important;
    }




    /*
    PHONE
    */
    
    
    @media only screen and (min-width:200px) and (max-width:1100px){
        html body .carousel2 {
            transform: none;
        }
        html body .row5 {
            padding: 0;
        }
        html body .row5 .text4 h4 {
            padding: 0 3%;
        }
        html body .row4FlexContainer {
            flex-direction: column;
            height: 140vw;
            gap: 0;
        }
        html body .kitBlurb p {
            padding: 0 5%;
            font-size: 2.9em;
        }
        html body .kitBlurb a {
            font-size: 0.9em;
        }
        html body .kitBlurb h2 {
            font-size: 1.3em;
        }


        
    
        html body .swiperMainPhone .swiper-wrapper{
            gap:0;
        }
    
        .removeOnPhone{
            display:none;
        }
        .text h4{
            padding:0!important;
        }
        .text h4 br{
            display:block!important;
        }
        .button{
            margin-top:4em;
        }
    
        .topText h1{
            font-size: 1.7em;
        }
    
        html body .servicioText>a {
            color: white;
            font-family: 'Campton', 'Verdana';
            font-weight: 500;
            font-size: 0.9em;
            width: fit-content;
            line-height: 1.5em;
            margin: 0 auto;
            transform:none!important;
        }
        html body .alwaysOnTop {
            width: 150px;
            height: 150px;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }
        html body .changingText span {
            font-size: 3.5em;
    
        }
        html body .text h4 {
            font-size: 1.3em;
        }
        html .text {
            gap: 2em;
            top: 50%;
        }
        html .text h2 {
            padding-left: 1em;
            padding-right: 1em;
        }
        html body .servicioText h2 {
            font-size: 1.3em;
            margin-top: 5%;
            padding-right: 8%;
        }
        html .arrow{
            width:15px;
            height: 15px;
        }
        .swiperMainPhone{
            position: relative;
        }
        .servicios {
            gap: 2em!important;
            flex-direction: column;
        }
        .servicio{
            min-width:100%!important;
        }
    
        html .tutorial {
            position: absolute;
            z-index: 10;
            width: 100%;
            height: 100%;
            background-image: url('/wp-content/uploads/2024/04/dezlizar-dedo.gif');
            background-repeat: no-repeat;
            background-position: center;
            background-color: black;
            opacity: 0.75;
            display:block;
        }
        .tutorialAway{
            animation:tutorialAway 0.5s ease-in-out forwards;
            pointer-events: none;
        }
        html body .review {
            width: 85%;
        }
        html body .reviewImage {
            width: 41%;
        }
        html body .review p {
            margin-top: 0;
        }
        html body .review {
            width: 85%;
            padding-top: 1em;
            padding-bottom: 0.5em;
        }
        .review p {
            margin-top: 0;
            font-size: 1.2em;
        }
        html body .review span {
            font-size: 1.1em;
        }
        html body .carouselControls span.swiper-pagination-bullet {
            width: 9px;
            height: 9px;
            margin: 0px 6px!important;
        }
        html body .carouselControls {
            width: 100%;
            margin: 0 auto;
            margin-top: 1.2em;
            position: relative;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 4.5em;
        }
        .row2 .button button {
            font-size: 1.1em;
            margin-top: 1.5em;
            margin-bottom: 2.5em;
        }
        html body .row2 {
            padding-left: 4%;
            padding-right: 4%;
            padding-top: 2em;
        }
        html .heading h3 {
            font-size: 1.6em;
            margin-bottom: 0.4em;
        }
        html .heading h4 br {
            display: none;
        }
        html .heading h4 {
            font-size: 1.1em;
        }
        .logoimage img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        html body .text5 p {
            margin-bottom: 1em;
        }
  
  
    
    
    }
    
    
    
    @media (hover:none){
        .alwaysOnTop {
            display: none!important;
        }
    }
    @media only screen and (max-width:1180px){
    .alwaysOnTop{
        display:none!important;
        }
    }
    
    @media only screen and (min-width:500px) and (max-width:1100px){
        .reviewImage {
            width: 20%!important;
        }
        
    
    }
    
    @media only screen and (min-width:500px) and (max-width:1100px){
        html body .kitBlurb p {
            padding: 0 5%;
            font-size: 3em;
        }
        html body .FeedGridLayout__grid {
            width: 90vw;
        }
        .servicio {
            min-width: 60% !important;
            width: 60% !important;
        }
    }
    
    @media only screen and (min-width:1100px) and (max-width:1600px){
       html body .kitBlurb a{
        font-size:1.2em;
       }
       html body .kitBlurb h2 {
        font-size: 1.2em;
        }
        html body .kitBlurb{
            aspect-ratio: 9/6;
        }
        html body .kitBlurb p {
            font-size: 2.8em;
        }
       
        html body .FeedGridLayout__grid {
            width: 86vw;
        }


        html body .swiperMainPhone .swiper-wrapper{
            gap:1em;
        }
    
    
        .servicioText a:hover~.arrow {
            transform: translate(-155%, 20%) rotate(136deg);
        }
    
    
        html body .servicioText>a {
            font-size: 1em;
        }
        html body .topText h1 {
            font-size: 2.1em;
        }
        html body .row2 {
            padding-left: 4%;
            padding-right: 4%;
        }
        html body .servicios {
            gap: 1em;
        }
        html body .servicio {
            display: flex;
            flex-direction: column;
            flex: 1;
            max-width: 100%;
        }
    }


    @media only screen and (min-width:500px) and (max-width:1150px){
        html body .row4FlexContainer {
            height: 60vh!important;
        }  
    }