

body { color: #000; background-color: #f9f9f9; padding:0; margin:0; overflow-x: hidden; }

.effect {  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
.effect2 {  transition: all 1s cubic-bezier(2.68, -0.55, 0.27, 1.55); }

.logo{  position: absolute; top: 1.8rem; left: 3.3rem; font-weight: 700; z-index: 12; font-size: 20px; 
        transition: all 1s ease-in-out; }

.logo.White{ opacity:0; filter: invert(1); z-index: 99; }

.Showing{ opacity:1 !important; }
.triggerHead{ position: absolute; top:25vh; left:0; }

.Hero.container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    height: 75vh;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    z-index: 10;
}

.coverVi{
    position: absolute;
    bottom: 0vh;
    left: 0;
    width: 100%;
    height: 25vh;
    z-index: 9;
    background: #fff;
    animation: OutLayer 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s forwards
}

@keyframes OutLayer {
    0%{
        bottom: 0vh;
        opacity:1;
    }
    99%{
        bottom: 25vh;
        opacity:1;
    }
    100%{
        opacity:0;
    }
}


.Hero.container h1{ margin-top: 0px; letter-spacing: -6px; opacity:0; animation: AppearTitle 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s forwards}
.Hero.container a.roundie{
    width: 155px; border-radius: 60px; overflow:hidden; background: blue;
    display: inline-block; height: 113px; margin-right:0px;
    opacity: 0; animation: Appear 1s ease forwards; position: relative; }
.Hero.container h1 span.changingWord{ position: absolute; }
.Hero.container h1 span.changingWord{ opacity: 0; }
.Hero.container h1 span.staticWord{ animation: Appear 1s ease forwards; position: relative; margin-left: -20px; }
.Hero.container h2{ margin-bottom: 0px; }
.Hero.container .inner-box { padding: 0 10.625vw; margin-top: 12%; }

.section{ min-height: 100vh; width: 100%; background: #fff; position: relative; z-index: 1; }
.section.First{ overflow: hidden; min-height: initial;  top: 25vh; margin-top: -25%; }
.section.First .headVideo{ width: 100%; height: auto; display: block; background: #fff; object-fit: cover;}


@keyframes AppearTitle {
    0% {
        margin-left:-250px;
        opacity: 0;
    }
    100% {
        margin-left:0px;
        opacity: 1;
    }
}

.roundie video{
    position: absolute;
    top:50%;
    left:50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%) scale(1.1);
    object-fit: cover;
    opacity: 0.6;
}

.roundie img{
    position: absolute;
    width: 36px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.section.okok{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: none; 
    position: relative;
    flex-direction: column;
    width: 100%;
    position: relative;
}


.section.okok > div.ContWord{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #fff;
    border-radius: 0px;
}

.ContWord_below{
    position: absolute;
    bottom: -65px;
    left: 0;
    color: #fff;
    width: 140vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: -1;
}

.ContWord_below > div{
    font-size: 12rem;
    margin-right: -100px;
    display: flex;
    flex: none;
    opacity: 1;
    font-weight: 200;
    margin-bottom: 12px;
    font-style: italic;
    overflow: hidden;
    background: #000;
    color: #222;
    align-items: center;
    justify-content: end;
    margin-left: 120px;
}

.ContWord_below > div:last-child{
    padding-right:20px;
}

.ContWord_below > div.stabd{
    scale:1.35;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.videoLoo{
    width: 33%;
    position: absolute !important;
    top: 8vh;
    /* transform: translateY(-14%); */
    filter: saturate(0) contrast(3);
    opacity: 0;
    mix-blend-mode: difference;
}


.section.okok > div.ContWord > div.parallaxItem_word{
    width: 600px;
    overflow: hidden;
    display: block;
    background: #fff;
    font-style: italic;
    font-size:1.23em
}

.message .bLink{
    font-size: 1em;
    margin-left: 6px;
    top: -2px;
}

.parallaxItem_box > a{
    overflow: hidden;
    background: none !important;
    display: block;
    width: 100%;
    height: 80vh;
    position: relative;
    border-radius: 4rem;
    cursor: none !important;
}

.invertBt,
.invertBt + div{
    filter: invert(1);
    transition: filter 0.1s ease-in-out;
}

.parallaxItem_box > a video{
    width: 100%;
    filter: invert(0);
    mix-blend-mode: unset;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: none;
    top: 0;
    border-radius: 50px;
    opacity: 0;
}

/*
.subT{
    position: absolute;
    bottom: -10px;
    right: 77px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0px;
    opacity: 1;
    z-index: 999;
}*/

.section.okok > div.ContWord > div:first-child{
    text-align: center;
}

.section.okok > div.ContWord > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Pixai{
    position: fixed;
    width: 500vh;
    right: -50vw;
    filter: grayscale(2) contrast(4) invert(0) blur(100px);
    z-index: -5;
    top: -120vh;
    opacity: 0;
}


.middleStyle{
    margin-right: 60px;
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
    color: #7b7b7b;
    padding-right:100px;
    font-size: 1.23em;
    letter-spacing: -20px;
}


.section.okok .message{
    position: relative;
    font-weight: 500;
    display: block;
    width: auto;
    background: none;
    opacity: 0;
    max-width: 850px;
    line-height: 1.1em;
    overflow: visible;
    z-index: 1;
    font-style: italic;
    color: #000;
    font-size: 60px;
    margin-bottom: 20px;
}

.section.okok .message2 {
    position: relative;
    display: block;
    width: auto;
    background: none;
    opacity: 0;
    max-width: 740px;
    line-height: 1.25em;
    overflow: visible;
    font-weight: 100;
    z-index: 1;
    font-style: italic;
    color: #000;
    font-size: 20px;
}

.section.rounded{ border-radius: 7rem; position: relative; z-index: 2; }

.white-background{ background: #FFF; }
.black-background{ background: #000; }


.FeaturedProjects > .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 70px;
    width: 100%;
    max-width: 1250px;
    margin: 0px 10%;
    padding: 100px 20px;
    position: relative;
}

.FeaturedProjects{
    padding-bottom:200px;
}

.titli{
    position: relative;
    color: #fff;
    max-width: 570px;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 90px;
}

.FeaturedProjects > .container.Xplain{
    display: block;
    grid-template-columns: unset;
    grid-template-rows: unset;
}

.FeaturedProjects > .container > div{
    display: flex;
    align-items: flex-start;
    color: white;
    border-radius: 0;
    position: relative;
    flex-direction: column;
    margin-bottom: 50px;
}

.FeaturedProjects > .container > div h3{
    margin: 0;
    padding: 25px 0px 6px 0px;
    font-size: 18px;
    font-weight: 600;
}

.FeaturedProjects > .container > div p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 100;
    color: #707070;
}

.FeaturedProjects > .container > div:nth-child(even) {
    top:100px
}


.Piu{
    position: absolute;
    width: 100px;
    height: 8px;
    background: #ffffff;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    display: none;
}


.bLink{
    animation: bLinking 0.5s ease infinite;
    font-size: 114px;
    top: -4px;
    position: relative;
    left: 5px;
}

    


@keyframes bLinking {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes Appear {
    0% {
        opacity: 0;
        left:-30px
    }
    100% {
        opacity: 1;
        left:0;
    }
}

@keyframes HeightHead {
    0% {
        height: 100vh;
    }
    100% {
        height: 75vh;
    }
}


@keyframes hoverProj {
    0% {
        opacity: 1;
        scale: 1;
    }
    20% {
        opacity: 1;
        scale: 1.25;
    }
    100% {
        opacity: 0;
    }
}



.thumb_proj{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    scale: 1;
    opacity:1;
    transition: all 0.25s ease-in-out;
    background-size: cover;
    background-position: center;
    scale: 1.01;
}

.thumb_proj:hover{
    opacity:1;
    scale: 1;
}

.parallaxItem_box > a{
    scale:1;
    transition: all 0.3s ease-in-out;
}

.parallaxItem_box > a:hover{
    scale: 1.05;
}

.parallaxItemBox_move{
    margin-bottom: 0 !important;
}

.parallaxItem_box > a + h3{
    transition: all 0.3s ease-in-out;
    margin-top:0px;
}

.parallaxItem_box:hover > a + h3{
    margin-top:15px;
}


/* Custom cursor styling */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    pointer-events: none; /* Prevents cursor blocking interactions */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Make the cursor appear when hovering over .parallaxItemBox */
.parallaxItem_box a:hover ~ .custom-cursor {
    transform: scale(1.2);
    opacity: 1;
}



.elasTopInv{
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 0;
    margin-top: -1px;
}

/*
.elasticTop{
    position: relative;
    width: 100%;
    top: 1px;
    height: 0px;
    left: 0;
    z-index: 999;
}
*/

.elasticTop {
    position: relative;
    width: 100%;
    bottom: -13px;
    height: 0px;
    left: 0;
    z-index: 9;
    filter: invert(1);
}

.pageAbout .elasticTop {
    bottom: 0;
    filter: invert(0);
    top: initial !important;
}


.elasticBottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0px;
    left: 0;
    z-index: 9;
}


.pageAbout .Hero p{
    padding: 11px;
    max-width: 540px;
    opacity:0;
    animation: AppearTitle 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s forwards
}

.pageAbout .Hero.container a.roundie {
    margin-left: 6px;
}


footer{
    width: 100%;
    min-height: 25vh;
    background: #000;
}

.pageHome footer{
    background: #FFF;
}

footer > .container{
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    min-height: 25vh;
} 

footer > .container > div{
    width: 20%;
    color: #fff;
    padding-top:1.8rem;
    position: relative;
    text-align: right;
} 

footer > .container > div:first-child{
    text-align: left;
} 

footer > .container > div a{
    color: #fff;
    font-size: 15px;
    font-weight: 100;
} 

.pageHome footer > .container > div a{
    color: #000;
}

footer > .container > div .logo{
    opacity: 1;
    color: #fff;
    filter: invert(0);
    position: relative;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: 500;
} 

.pageHome footer > .container > div .logo{
    color: #000;
}



.pageAbout .BackgroundProject {
    background: #fff;
    min-height: 100vh;
    width: 100%;
    display: block;
    position: relative;
    z-index: 999;
    padding-top:20vh;
}

.pageAbout .container.Sequence.Dmany video.IntrodV {
    width: 400px !important;
    margin-bottom: 120px;
    margin-top: -120px;
}


.pageAbout .BackgroundProject > .container{
    max-width: 1500px;
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
} 

.pageAbout .BackgroundProject > .container p{
    margin:0;
    padding:0px 0px 30px 0px;
}

.pageAbout .BackgroundProject > .container p:last-child{
    margin:0;
    padding:0;
}

.pageAbout .BackgroundProject > .container.twoRows.Half > div{
    font-size: 20px;
    width: 50%;
} 

.pageAbout .BackgroundProject > .container.twoRows.Half{
    max-width: 1260px;
}

.pageAbout .BackgroundProject > .container.twoRows.Half > div{
    max-width: 1260px;
    padding: 0px 40px;
}

.pageAbout .BackgroundProject > .container.Sequence{
    justify-content: center;
    flex-wrap: wrap;
} 
.pageAbout .BackgroundProject > .container.Sequence > .square{
    width: 300px;
    border-radius: 30px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.pageAbout .BackgroundProject > .container.Sequence > .square video,
.pageAbout .BackgroundProject > .container.Sequence > .square img{
    width: 100%;
    height: auto;
    display: block;
    border-radius:30px;
}

.pageAbout .container.Sequence.Dmany video{
    width: 420px !important;
}

.pageAbout .BackgroundProject .spacer{
    margin-bottom: 0;
    display: block;
    height: 10vh;
    width: 100%;
    opacity: 1;
}

.pageAbout .BackgroundProject > .container.Sequence.Dmany > .square {
    width: auto;
}

.pageAbout .BackgroundProject > .container.twoRows.Intro > div:first-child{
    font-size: 20px;
    width: 30%;
} 

.pageAbout .BackgroundProject > .container.twoRows.Intro video{
    border-radius: 50px;
    width: 85%;
}

.pageAbout .BackgroundProject > .container.twoRows.Intro.centered{
    align-items: center;
}

.pageAbout .BackgroundProject > .container.twoRows.Intro > div:last-child{
    font-size: 20px;
    width: 70%;
} 

.pageAbout .BackgroundProject > .container .title{
    width: 100%;
    font-size: 100px;
    text-align: left;
    border-bottom: solid 1px #000;
    padding-bottom: 0px;
    margin:0;
    margin-top: 10vh;
    margin-bottom:5vh;
    padding-bottom: 10vh;
}

.pageAbout .BackgroundProject > .container .launch{
    background: #FFF;
    color: #000;
    padding: 28px 56px;
    display: block;
    width: fit-content;
    margin-top: 50px;
    border-radius: 70px;
    border: solid 1px #000;
}

.pageAbout .BackgroundProject > .container .fullPic{
    background: none;
    border-radius: 50px;
    max-width: 1500px;
    width: 100%;
    min-height: auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: url(../img/loader.gif);
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pageAbout .BackgroundProject > .container .fullPic video,
.pageAbout .BackgroundProject > .container .fullPic img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -100px;
    position: relative;
}


.MarkerP{
    position: fixed;
    top: 150px;
    right: 8px;
    rotate: -90deg;
    color: #000;
    z-index: 999;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: default;
    font-weight: 100;
}

.next_project{
    width: 250px;
    height: auto;
    padding: 25px 65px;
    border-radius: 99px;
    background: #fff;
    border: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin: 0 auto;
}



.next_project:hover{
    width: 300px;
}

.next_project img{
    width: 34px;
    height: auto;
}

.pageAbout .Hero.container a.roundie {
    margin-left: 0;
}


.pageAbout .Hero p {
    padding: 11px 11px 11px 0px;
}

.pageAbout .Hero.container h1 {
    left: -6px;
    position: relative;
}

.forDesktop_{ display:block !important; }
.forMobile_{ display:none !important; }

.LinkProj{
    border-radius: 99px;
    border: solid 1px #000;
    padding: 20px 54px;
    margin-top: 20px;
    display: inline-block;
}

.logo{
    opacity: 1;
}
.logo img{
    width: 60px;
    height: auto;
    opacity: 1;
}

.logo.White{
    opacity: 1;
    filter: invert(0);
}

body.pageHome .modal,
body.pageHome + .modal{
    display: none !important;
}

@media (max-width: 768px) {

    .Hero.container h1 span.changingWord{ margin-top:-9px !important; }
    .Hero.container h1 span.staticWord{ margin-left: 0px !important; }
    .bLink{
        top: 0px !important;
        left: 4px !important;
    }


    .next_project,
    .next_project:hover {
        width: calc(100% - 154px);
        height: auto;
        padding: 18px 50px;
        font-size: 28px;
        border-radius: 99px;
        background: #fff;
        border: solid 1px #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        margin: 0 auto;
        font-size: var(--fibonacci-3);
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .forDesktop_{ display:none !important; }
    .forMobile_{ display:block !important; }

    .MarkerP {
        position: fixed;
        rotate: -90deg;
        color: #000;
        z-index: 999;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 100;
        top: 16vh;
        right: 1vw;
    }

    .elasticTop {
        top: 100px;
        /* display: none; */
        bottom: initial;
    }

    .pageAbout .elasticTop {
        display: block;
    }

    .inner-box{
        padding: 0 9vw !important;
    }
    .menuMobile {
        width: 110%;
        right: -110%;
    }
    .logo{
        z-index: 14 !important;
        top: 4vh;
        left:9vw;
    }
    .menu_btn_black, .menu_btn_white {
        top: 5.5vh;
        right: 9vw;
    }

    .closeBtn_show{
        top: 5.5vh;
        right: 7.5vw;
    }

    .Hero.container a.roundie{
        height: 60px;
        width: 90px;
        margin-bottom: -3px;
    }
    .Hero.container h1{
        letter-spacing: -3px;
    }
    .FeaturedProjects > .container {
        grid-template-columns: unset;
        grid-template-rows: unset;
        gap: 60px 60px;
        width: 100%;
        max-width: initial;
        margin: -1px auto 0px auto;
        padding: 0;
    }
    .FeaturedProjects > .container > div {
        width: 80%;
        margin: 0 auto;
    }
    .menuMobile > div {
        padding: 30px 6vw;
    }

    .FeaturedProjects > .container > div:nth-child(even) {
        top: 0;
    }

    .section.okok > div{
        font-size: var(--fibonacci-34);
    }

    .Hero.container h1 span.staticWord{
        margin-left: -8px;
    }

    .section.First {
        overflow: hidden;
        min-height: initial;
        top: -25vh;
        margin-top: 0;
        height: 100vh;
        margin-bottom: -80%;
    }

    .Hero.container {
        justify-content: end;
        height: 60vh;
    }

    .coverVi {
        width: 100%;
        height: 40vh;
    }

    @keyframes OutLayer {
        0%{
            bottom: 0vh;
        }
        100%{
            bottom: 40vh;
        }
    }

    .parallaxItem_box > a {
        border-radius: 2.5rem;
    }

    .section.First .headVideo {
        width: 100vw;
        height: 130vh;
        display: block;
        background: #fff;
        position: fixed;
        top: 0;
        object-fit: cover;
    }


    .Hero.container .inner-box {
        margin-top: 0%;
        margin-bottom: 60px;
        padding: 0 0vw 0px 9vw !important;
    }

    .bLink {
        animation: bLinking 0.5sease infinite;
        font-size: 69px;
        top: -4px;
        position: relative;
        left: 0px;
    }

    .roundie img{
        width: 17px;
    }

    .videoLoo{
        width: 75%;
        position: absolute !important;
        top: 5%;
        /* transform: translateY(-14%); */
        filter: saturate(0) contrast(3);
        opacity: 0;
        mix-blend-mode: difference;
    }

    .section.okok > div.ContWord > div:first-child {
        max-width: 325px;
        padding: 40px 40px 80px 40px;
    }
    .section.okok .message {
        font-size: 25px;
    }

    .closeBtn {
        top: 5.5vh;
    }

    .section.okok,
    .ContWord_below{
        overflow: hidden;
    }

    .titli {
        left: 10%;
        margin-bottom: 80px;
        width: 80%;
        padding-top: 100px;
    }

    .Pixai{
        display: none;
    }
    
    .section.okok > div.ContWord {
        align-items: end;
    }

    .section.okok > div.ContWord > div.parallaxItem_word {
        font-size: 0.75em;
    }
    .parallaxItem_box > a {
        height: 500px;
    }

    .custom-cursor{
        display: none;
    }

    .section.okok .message2 {
        margin-bottom: 0;
        font-size: 17px;
    }

    .pageAbout .BackgroundProject > .container.twoRows.Intro > div:last-child {
        width: calc(100% - 60px);
        padding: 30px;
    }

    .pageAbout .BackgroundProject > .container.twoRows.Intro > div:first-child {
        width: calc(100% - 20px);
        padding: 0px 30px 0px 30px;
    }

    .pageAbout .BackgroundProject > .container.twoRows.Intro > div:first-child p{
        font-size: 36px;
        padding: 0px 20px !important;
    }

    .pageAbout .BackgroundProject > .container {
        flex-direction: column;
        align-items: center;
    }

    .pageAbout .BackgroundProject > .container.twoRows.Intro.centered + .spacer{
        display: none;
    }


    .pageAbout .BackgroundProject > .container .fullPic {
        border-radius: 15px;
        width: calc(100% - 20px);
        margin: 0px 10px;
    }

    .pageAbout .BackgroundProject .spacer {
        margin-bottom: 0;
        height: 3vh;
    }

    .pageAbout .BackgroundProject > .container.twoRows.Half > div {
        font-size: 20px;
        width: calc(100% - 60px);
        padding: 10px 40px;
    }

    .pageAbout .BackgroundProject > .container.twoRows.Intro video {
        border-radius: 20px;
        width: 100%;
    }

    .pageAbout .BackgroundProject > .container.Sequence > .square video, .pageAbout .BackgroundProject > .container.Sequence > .square img{
        border-radius: 15px;
    }

    .pageAbout .BackgroundProject > .container.Sequence.Dmany > .square {
        width: calc(100% - 20px);
    }

    .pageAbout .container.Sequence.Dmany video.IntrodV {
        width: 400px !important;
        margin-bottom: 70px;
        margin-top: -70px;
    }

    .pageAbout .BackgroundProject > .container p {
        margin: 0;
        padding: 0px 0px 20px 0px !important;
    }

    footer > .container {
        width: calc(100% - 60px);
        display: flex;
        flex-direction: column;
        min-height: initial;
        padding: 0px 30px 60px 30px;
    }
    footer > .container > div {
        width: 100%;
        padding-top: 0;
        text-align: left !important;
    }

    footer .logo.White {
        opacity: 1 !important;
        top: 0;
        left: 0;
        font-size: 25px !important;
        margin-bottom: 20px !important;
        display: block;
        margin-top: 30px;
    }

    .pageHome footer > .container > div a {
        color: #000;
        padding-bottom: 20px !important;
        display: block;
    }

    .parallaxItem_box > a video{
        opacity: 1;
    }

    .pageAbout .BackgroundProject > .container.Sequence > .square{
        width: auto;
    }

    .pageAbout .container.Sequence.Dmany video {
        width: 100% !important;
    }

    .pageAbout .Hero p {
        padding: 0px 11px 11px 0px !important;
    }

}