html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Roobert';
    font-weight: 100;
}

.droppedHeader {
    width: 100vw;
    max-width: 0px;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 20;
    color: white;
    display: flex;
    transition: all 0.6s ease-in-out;
}

.droppedHeader.headOpened {
    max-width: 100vw;
}

.droppedHeader .leftDark .link {
    opacity: 0;
    transition: all 0.2s linear;
}

.droppedHeader.headOpened .leftDark .link:nth-child(1) {
    transition: all 0.4s ease-out 0.4s, opacity 0.3s ease-out 0.5s;
}

.droppedHeader.headOpened .leftDark .link:nth-child(2) {
    transition: all 0.4s ease-out 0.65s, opacity 0.3s ease-out 0.65s;
}

.droppedHeader.headOpened .leftDark .link:nth-child(3) {
    transition: all 0.4s ease-out 0.8s, opacity 0.3s ease-out 0.8s;
}

.droppedHeader.headOpened .leftDark .link:nth-child(4) {
    transition: all 0.4s ease-out 0.95s, opacity 0.3s ease-out 0.95s;
}

.droppedHeader.headOpened .leftDark .link:nth-child(5) {
    transition: all 0.4s ease-out 1.1s, opacity 0.3s ease-out 1.1s;
}

.droppedHeader.headOpened .leftDark .link:nth-child(6) {
    transition: all 0.3s ease-out 1.25s, opacity 0.3s ease-out 1.25s;
}

.droppedHeader.headOpened .leftDark .link:nth-child(7) {
    transition: all 0.4s ease-out 1.4s, opacity 0.3s ease-out 1.4s;
}

.droppedHeader .leftDark .link * {
    transition: color 0.2s linear, background 0.2s linear;
}

.droppedHeader.headOpened .link {
    opacity: 1;
    bottom: 0px !important;
}

.droppedHeader .leftDark {
    width: 20vw;
    padding: 18vh 5vw 10vh 10vw;
    font-size: 40px;
    background: black;
    height: 72vh;
    transition: all 0.3s ease-out;
    transition-delay: 0.5s;
    overflow: hidden;
}

div#whatsNext {
    margin-top: 20%;
}

div#whatsNext img {
    display: block;
}

.droppedHeader .leftDark .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3.122vh;
    width: 20vw;
    position: relative;
    bottom: 30px;
    font-family: 'Roobert';
}

.droppedHeader .leftDark .link.selected,
.droppedHeader .leftDark .link.selected a {
    color: #016dff;
}

.link.selected:hover a {
    text-decoration: underline;
}

.droppedHeader .leftDark .link:hover,
.droppedHeader .leftDark .link:hover a {
    color: #016dff;
}

.droppedHeader .rightLight {
    width: 60vw;
    height: 100%;
    background: #ffffffab;
    padding-top: 18vh;
    padding-left: 5vw;
    font-size: 40px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.droppedHeader .rightLight.open {
    background: white;
}

.info a img {
    opacity: 0;
    transition: all 0.1s linear;
    width: fit-content;
    height: 40px;
    padding-left: 20px;
    object-fit: contain;
}

.info.visible a:hover img {
    opacity: 1;
}

.droppedHeader .rightLight .info {
    opacity: 0;
    position: absolute;
    transition: opacity 0.1s linear;
    pointer-events: none;
}

.droppedHeader.headOpened .rightLight .info.visible {
    opacity: 1;
    pointer-events: all;
}

div#infoWorks {
    display: flex;
    justify-content: space-between;
    width: 60vw;
}

div#infoWorks>.left {
    width: 70%;
}

div#infoWorks>.right {
    width: 30%;
}

@keyframes clickme {
    0% {
        top: 0px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0px;
    }
}

.homeHeader.vimeo video {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.homeHeader .scrollpls {
    transition: opacity linear 1s 17.6s !important;
    opacity: 0;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: calc(-26vh + 50px);
    left: calc(50% - 53px);
}

.homeHeader .scrollpls img {
    animation: clickme 2s infinite ease-in-out;
    display: block;
    opacity: 1;
    width: 20px;
    margin: 10px auto;
    transform: rotate(90deg);
    position: relative;
}

.homeHeader.begin .scrollpls,
.homeHeader.begin .scrollpls a {
    opacity: 1;
}

div#infoWorks>.right .single {
    position: absolute;
    opacity: 0;
    transition: all 0.2s linear;
    color: black;
}

div#infoWorks>.right .single.opened {
    opacity: 1;
}

div#infoWorks>.right .single .exampleLogo {
    -webkit-mask-position: 0 !important;
    margin-bottom: 5%;
}

div#infoWorks>.right .single .text {
    font-size: 22px;
    width: 80%;
}

.droppedHeader .rightLight a {
    color: black;
    display: block;
    padding-bottom: 3.09vh;
    display: flex;
    align-items: center;
    align-content: center;
}

.topHeader {
    position: sticky;
    top: 0;
    width: 80%;
    padding: 30px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    background: black;
    z-index: 25;
    transition: opacity 0.3s linear;
}

.topHeader.open {
    background: none;
}

.topHeader .logo {
    font-size: 45px;
    letter-spacing: 2px;
    font-family: 'Roobert';
}

.topHeader .dropper {
    cursor: pointer;
    height: 28px;
    width: 40px;
}

.topHeader .dropper.closed #one {
    animation-name: headerAnimOne2;
}

.topHeader .dropper.closed #two {
    animation-name: headerAnimTwo2;
}

.topHeader .dropper.closed #three {
    animation-name: headerAnimThree2;
}

.topHeader .dropper.begin #one {
    animation-name: headerAnimOne;
}

.topHeader .dropper.begin #two {
    animation-name: headerAnimTwo;
}

.topHeader .dropper.begin #three {
    animation-name: headerAnimThree;
}

.topHeader .dropper>div {
    width: 100%;
    height: 4px;
    margin-bottom: 8px;
    background: white;
    position: relative;
    transition-delay: 1s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }
    50% {
        top: 15px;
        transform: rotate(0deg);
    }
    100% {
        background: black;
        top: 12px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        background: black;
        top: 15px;
        transform: rotate(-45deg);
    }
    50% {
        background: white;
        top: 15px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
        background: white;
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }
    100% {
        background: black;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        background: white;
        transform: rotate(0deg);
    }
    100% {
        background: white;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }
    50% {
        top: -12px;
        transform: rotate(0deg);
    }
    100% {
        background: black;
        top: -12px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        background: black;
        top: -15px;
        transform: rotate(45deg);
    }
    50% {
        background: white;
        top: -15px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.seeMore {
    cursor: pointer;
}

.seeMore.opened .plusOne {
    transform: rotate(90deg);
}

.seeMore .plusOne {
    transition: all 0.7s ease-out;
    transform: rotate(0deg);
    width: 3px;
    height: 30px;
    background: black;
    position: absolute;
    margin: 10px 0 0 14px;
    padding-bottom: 0px !important;
}

.seeMore .plusTwo {
    width: 30px;
    height: 3px;
    background: black;
    position: absolute;
    margin: 24px 0 0 0px;
    padding-bottom: 0px !important;
}

.dropper #hiddenVideo {
    opacity: 0;
}

.homeHeader {
    width: 100%;
    background-color: black;
    color: white;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -110px;
}

#appear1,
#appear2,
#fade1,
#fade2,
#fade3,
#fade4,
#jump {
    opacity: 0;
    transition: all 0.35s linear;
}

#slide1,
#slide2 {
    opacity: 0;
    transition: all 0.7s linear;
    position: relative;
}

#slide1 {
    transform: translateX(-50vw);
}

#slide2 {
    transform: translateX(50vw);
}

#jump {
    transform: translateY(25vh);
}

.homeHeader>div {
    max-width: 1501px;
    margin: 0 auto;
    width: 80%;
}

.homeHeader .stage1,
.homeHeader .stage2,
.homeHeader .stage3 {
    position: absolute;
    transition: all 0.5s linear;
}

.homeHeader .stage1 *,
.homeHeader .stage2 *,
.homeHeader .stage3 * {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.homeHeader .stage1>img {
    position: relative;
    top: -200px;
    height: 150px;
    object-fit: cover;
}

.homeHeader .title {
    padding: 0;
}

.homeHeader.begin .stage1>img {
    opacity: 1;
    top: 0;
}

.homeHeader .stage1>img {
    position: relative;
    top: -200px;
    margin: 25px 0;
}

.homeHeader .stage1>.title.one {
    transition-delay: 0s;
}

.homeHeader .stage1 div>img:nth-child(1) {
    width: 20%;
    opacity: 0;
    position: relative;
    /*top: -300px;*/
    transition: all 1s ease-in-out 2s;
}

.homeHeader .stage1 div>img:nth-child(2) {
    width: 19%;
    opacity: 0;
    position: relative;
    top: 300px;
    transition: all 1s ease-in-out 2s;
}

.homeHeader .stage1 div>img:nth-child(3) {
    width: 19%;
    opacity: 0;
    position: relative;
    /*top: -300px;*/
    transition: all 1s ease-in-out 2s;
}

.homeHeader .stage1 div>img:nth-child(4) {
    width: 16%;
    opacity: 0;
    position: relative;
    top: 300px;
    transition: all 1s ease-in-out 2s;
}

.homeHeader .stage1 div>img.rotate {
    width: 22%;
    opacity: 0;
    position: relative;
    /*top: -300px;*/
    animation: spin 4s infinite linear;
    transition: all 1s ease-in-out 2s;
}

.homeHeader .stage1>.title.two {
    transition-delay: 3s;
}

.homeHeader.begin .stage1 {
    transition-delay: 5.5s;
    opacity: 0;
    /*margin-top: -150vh;*/
}

.homeHeader.begin .stage2 .title.one {
    transition-delay: 6s;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.homeHeader.begin .stage2 .images .img1,
.homeHeader.begin .stage2 .images .img2,
.homeHeader.begin .stage2 .images .img3 {
    transition-delay: 7s;
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
}

.homeHeader.begin .stage2 .title.two {
    transition-delay: 8s;
    opacity: 1;
}

.homeHeader.begin .stage2 {
    opacity: 0;
    /*margin-top: -150vh;*/
    transition-delay: 11s;
}

.homeHeader.begin .stage3 .title.one {
    opacity: 1;
    transition-delay: 11.5s;
}

.homeHeader .stage3 .images img {
    width: 10px;
    margin: 0 auto;
    transition-delay: 12.5s
}

.homeHeader .stage3 .title.two {
    transition-delay: 13.5s;
    margin-top: 2%;
}

.homeHeader.begin .stage3 {
    opacity: 0;
    /*margin-top: -150vh;*/
    transition-delay: 16s;
}

.homeHeader .stage4 {
    opacity: 0;
    position: relative;
    transition: all 1s ease-in-out 16.5s;
}

.homeHeader .stage4 .title.one {
    opacity: 0;
    transition: all 1s ease-in-out 16.5s;
}

.homeHeader .stage4 .images img:first-child {
    width: 40%;
    position: relative;
    right: 50vw;
    opacity: 0;
    transition: all 1s ease-in-out 17.5s;
}

.homeHeader .stage4 .images img:last-child {
    width: 40%;
    position: relative;
    right: -50vw;
    opacity: 0;
    transition: all 1s ease-in-out 17.5s;
}

.homeHeader .stage4 .title.two {
    opacity: 0;
    transition: all 1s ease-in-out 18.5s;
}

.homeHeader.begin .stage1>.title {
    opacity: 1;
}

.homeHeader.begin .stage1 div {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.homeHeader.begin .stage1 div>img {
    top: 0px !important;
    opacity: 1 !important;
}

.homeHeader .stage1 .hellooo {
    margin: 67px auto;
    width: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.homeHeader .stage2 .images .img1 {
    position: relative;
    top: 50vh;
}

.homeHeader .stage2 .images img {
    position: relative;
    transform: rotate3d(1, 0, 0, 90deg);
    margin: 0 1%;
}

.homeHeader .stage2 .images img:first-child {
    width: 32%;
}

.homeHeader .stage2 .images img:last-child {
    width: 60%;
}

.homeHeader .stage2 .images .img1 {
    margin: 0 30%;
    padding-bottom: 2%;
}

.homeHeader .stage3 .images {
    opacity: 1;
    display: flex;
    align-items: center;
    margin: 60px auto;
    min-height: 8vw;
    width: 75%;
}

.homeHeader.begin .stage3 .images img {
    opacity: 1;
    width: 80%;
}

.homeHeader.begin .stage3 .title.two {
    opacity: 1;
}

.homeHeader .stage2 .images {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1;
    padding: 78px 0;
    width: 82%;
    margin: 0 auto;
}

.homeHeader.begin .stage4 {
    opacity: 1;
}

.homeHeader.begin .stage4 .title.one {
    opacity: 1;
}

.homeHeader .stage4 .images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 80%;
    margin: 60px auto;
}

.homeHeader.begin .stage4 .images img:last-child,
.homeHeader.begin .stage4 .images img:first-child {
    opacity: 1;
    right: 0px;
}

.homeHeader.begin .stage4 .title.two {
    opacity: 1;
}

.homeHeader.begin .stage4 .images {
    opacity: 1;
}

.homeTogether {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 4%;
}

p {
    display: inline;
    margin-block-start: 0;
    margin-block-end: 0;
}

.bgContainer {
    background-color: black;
    color: white;
}

.bgContainer>div {
    max-width: 1501px;
    margin: 0 auto;
}

.textArea {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
    color: black;
}

.textArea>.text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.textArea>.text .textSeperation {
    display: inline;
    padding: 0 2px;
}

.home .textArea>.text>* {
    font-size: 50px;
    line-height: 55px;
    padding: 0 6px;
}

.home .textArea .centerButton .buttonStandard {
    font-size: 40px;
    margin-top: 65px;
}

.home .textArea {
    padding: 22vh 0;
    max-width: unset !important;
}

.home .textArea a .img {
    width: 1.5vw;
    height: 1.8vw;
}

.textArea:not(.incImg) {
    max-width: 830px;
    text-align: center;
}

.textArea * {
    padding-bottom: 0px;
}

.textArea.bgBlack {
    background: black;
    padding: 7% 10%;
    color: white;
}

.textArea.incImg a>img {
    width: 6%;
    transition: all 0.1s linear;
}

.textArea.incImg a:hover>img {
    transform: scale(1.1);
}

.textArea .imgLink {
    width: 45%;
}

.textArea a.imgLink>img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.textArea.incImg.leftImg {
    flex-direction: row-reverse;
}

.textArea.incImg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textArea.incImg .text {
    width: 50%;
}

.textArea.incImg>img {
    width: 45%;
    max-height: 100vh;
    object-fit: contain;
}

.textArea a,
.textArea a:visited {
    color: black;
}

.textArea a .img {
    background: black;
}

.textArea a img {
    position: relative;
    top: 0;
    transition: all 0.1s linear;
}

.textArea a:hover img {
    top: 5px;
}

.textArea p,
.textAreaHalf p {
    display: block;
    margin-bottom: 20px;
}

.textAreaButton {
    margin-top: 5%;
}

.videoArea {
    background-color: black;
    color: white;
    width: 100%;
    padding: 7% 0;
    text-align: center;
}

.imageSlider {
    width: 80%;
    margin: 5% auto;
}

.imageSlider .inner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    pointer-events: none;
    user-select: none;
    background-size: contain !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.imageSlider .inner .resize {
    width: 49%;
    overflow: hidden;
}

.imageSlider .text {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    font-weight: bold;
}

.imageSlider .text.intro {
    justify-content: center;
    text-align: center;
    margin: 40px auto 0px auto;
    font-weight: 400;
}

.imageSlider .inner .resize img {
    width: 80vw;
    height: 60vh;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.imageSlider .slider {
    width: 10px;
    background: #8fc3f4;
    cursor: pointer;
    pointer-events: all !important;
    position: relative;
}

.imageSlider .slider div {
    background: url(https://www.laserlines.com/wp-content/uploads/2023/06/Pharos-Offshore-Group_Slider-copy.png);
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -69px;
    width: 165px;
    left: -53px;
    height: 100px;
}

.imageSlider.double {
    display: flex;
    justify-content: space-between;
}

.imageSlider.double>div {
    width: 48%;
}

.imageSlider.double .inner .resize img {
    width: 38.4vw;
}

.videoArea.whiteBg {
    width: 80%;
    padding: 0px;
    margin: 7% auto;
    background: white;
    color: black;
    text-align: left;
}

.videoArea.whiteBg.file>video {
    width: 100%;
}

.videoArea.whiteBg a {
    color: black;
}

.videoArea.whiteBg a .img {
    background: black;
}

.videoArea.whiteBg .text {
    max-width: 80%;
    margin: 0 auto;
}

.player .vp-controls-wrapper {
    opacity: 0 !important;
}

.player .vp-outro-wrapper.in {
    display: none !important;
}

.videoArea .videoContainer {
    display: flex;
    align-items: center;
    align-content: center;
}

.videoArea .videoContainer .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.videoArea .titleLarge,
.videoArea a {
    transition: all 1s linear;
}

.videoArea.videoPlaying {
    padding: 0;
    transition: all 1s linear;
}

.videoArea.videoPlaying .titleLarge,
.videoArea.videoPlaying a {
    font-size: 0px;
    opacity: 0;
    margin: 0 auto;
    padding: 0;
}

.videoArea .videoContainer #iframe,
.videoArea .videoContainer #iframe iframe {
    width: 100%;
    height: 100%;
}

.videoArea>a {
    margin: 0 auto;
    width: fit-content;
}

.playing {
    position: fixed;
    top: 0;
    width: 100vw !important;
    max-height: calc(100vh - 84px);
    margin: 5% 0;
}

.textArea.whoweare {
    text-align: center;
}

.textArea.whoweare a {
    color: black;
    width: fit-content;
    margin: 0 auto;
    padding-top: 3%;
}

.info.visible:nth-child(1) a:hover {
    color: #016dff;
    transition: color 0.1s linear;
}

.textArea.whoweare>.title {
    padding-bottom: 20px;
}

.textArea.whoweare strong {
    font-family: Roobert;
}

.videoArea>.titleLarge {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 0px;
}

.videoArea video {
    width: 80%;
    object-fit: contain;
    transition: all 0.6s ease-out;
    outline: solid 1px white;
}

.videoButton {
    padding-top: 2%;
}

.whatWeDo {
    width: 100%;
    padding: 10% 0;
    text-align: center;
    color: white;
    background: black;
}

.whatWeDo>.subtitle,
.whatWeDo>.whatwedoTitle {
    padding: 0 5%;
}

.whatwedoTitle {
    padding-bottom: 1% !important;
}

.whatwedoSubtitle {
    font-size: 30px;
    padding: 1%;
}

.whatwedoExamples {
    width: 80%;
    margin: 4% auto;
    object-fit: contain;
    text-align: center;
    background: black;
    padding-bottom: 0 !important;
}

.whatwedoExamples>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.whatwedoExamples>div a {
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
}

.whatwedoLeft {
    float: left;
    display: none;
}

.whatwedoRight {
    float: right;
    display: none;
}

.whatwedoSeperator {
    width: 100%;
    background: black;
}

.whatwedoSeperator>div {
    width: 80%;
    margin: 0 auto;
    background: white;
    height: 2px;
}

.creativesolutionsExamples img {
    position: absolute;
    opacity: 0;
}

.mobileHide img {
    max-height: 712px !important;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

.ourworkHeader {
    width: 80%;
    min-height: 79vh;
    max-width: 1501px;
    margin: 0 auto;
    padding: 5vh 10%;
    display: flex;
    justify-content: space-between;
}

.ourworkLeft {
    width: 45%;
    padding: 5%;
    color: black;
}

.ourworkLeft>.title {
    font-size: 70px;
}

.ourworkRight {
    width: 40%;
}

.ourworkSubtitle {
    padding-right: 20%;
}

.ourworkSubtitle p {
    display: block;
}

.ourworkContainer {
    background-color: black;
    width: 100%;
    padding: 5% 0;
    overflow: hidden;
}

.ourworkExample {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ourworkExampleLeft1 {
    width: 25%;
    padding-right: 5%;
    font-size: 20px;
}

.ourworkExampleRight1 {
    width: 70%;
    max-width: 1100px;
    max-height: 770px;
}

.ourworkExampleLeft2 {
    width: 70%;
    max-width: 1100px;
    max-height: 770px;
}

.ourworkExampleLeft2 img,
.ourworkExampleRight1 img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.ourworkExampleRight2 {
    width: 25%;
    padding-left: 5%;
    font-size: 20px;
}

.exampleTitle {
    padding-top: 10%;
}

.exampleDesc {
    padding-bottom: 5%;
    line-height: 125%;
}

.exampleDesc p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.keepExploring {
    width: 80%;
    max-width: 1501px;
    padding-top: 10%;
    margin: 0% auto 5% auto;
    color: black;
}

.keepExploringImages {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.keepExploringImages img {
    padding-bottom: 3%;
}

.keepExploringLink {
    text-align: center;
    font-size: 20px;
    padding-top: 3%;
}

.keepExploringLink .buttonCentered {
    color: black !important;
    overflow: hidden;
    max-height: 100px;
    transition: all 1s linear;
    cursor: pointer;
}

.keepExploringLink .buttonCentered .img {
    background: black;
}

.aboutusHeader {
    background-color: black;
    width: 100%;
    min-height: 80vh;
    padding: 0vh 0 10vh 0;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.aboutusHeader>div {
    width: 100%;
    max-width: 1501px;
    margin: 0 auto;
}

.aboutusImage {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 7%;
}

.aboutusHeader.next .aboutusImage {
    display: flex;
}

.aboutusHeader.next .aboutusImage img:first-child {
    width: 54%;
    object-fit: contain;
}

.aboutusHeader.next .aboutusImage img:last-child {
    width: 46%;
    object-fit: contain;
}

.aboutusImage.news {
    width: 40%;
}

.aboutusSubtitle {
    text-align: center;
}

.getintouch {
    width: 80%;
    min-height: 73vh;
    max-width: 1201px;
    margin: 100px auto 0 auto;
    padding: 5vh 0;
}

.getintouchSubtitle {
    padding-bottom: 10%;
}

.getintouchUpper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5%;
}

#appear2 {
    transition-delay: 0.6s;
    padding-bottom: 5%;
}

#slide1,
#slide2 {
    transition-delay: 1.1s;
    transition-timing-function: ease-out;
}

#fade1 {
    transition-delay: 1.65s;
}

#fade2 {
    transition-delay: 2.1s;
}

#fade3 {
    transition-delay: 2.6s;
}

#fade4 {
    transition-delay: 3s;
}

#jump {
    transition-delay: 3.1s;
    transition-timing-function: ease-out;
    margin-top: 4%;
}

.title,
.titleLarge,
.titleBold,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 35px;
    line-height: 130%;
    padding-bottom: 2%;
    font-family: Roobert;
    font-weight: 100;
}

.text {
    font-size: 19px;
    line-height: 22px;
    font-weight: 100;
}

.subtitle {
    font-size: 25px;
    line-height: 140%;
}

.getintouchLeft {
    width: 50%;
}

.getintouchInfo {
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    line-height: 150%;
}

.getintouchInfo div {
    width: 45%;
}

.getintouchImage {
    width: 40%;
}

#headerWatch {
    position: absolute;
    top: 0;
    height: 200px;
    width: 100%;
}

.home4Appear {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home4Appear>div {
    padding: 0 1.3%;
}

.homeTogether {
    display: flex;
    justify-content: center;
}

#appear1 {
    padding-bottom: 3%;
}

.getintouchFooter {
    padding-bottom: 0;
}

.getintouchForm {
    width: 80%;
    background-color: black;
    padding: 3% 10%;
    font-size: 30px;
    color: black;
}

.getintouchForm a {
    color: black;
    text-decoration: underline;
}

.sideSlide {
    transition: all 0.5s ease-out;
    opacity: 0;
}

.getintouchForm form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.getintouchForm.redirect {
    max-width: 800px;
    padding-top: 0px;
}

.getintouchForm.redirect .wpcf7-list-item {
    margin-left: 0px;
}

.getintouchForm.redirect span.wpcf7-list-item-label {
    white-space: normal;
    font-size: 18px;
    padding: 0px;
}

.getintouchForm.redirect input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: white;
    border: 1px solid white;
}

.getintouchForm.redirect input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: black;
    background: white;
}

.getintouchForm.redirect form>p {
    width: 100% !important;
    margin-bottom: 10px;
}

.getintouchForm p:nth-child(3),
.getintouchForm p:nth-child(4),
.getintouchForm p:nth-child(5),
.getintouchForm p:nth-child(6) {
    width: 49%;
}

.getintouchForm .title,
.getintouchForm p:nth-child(7),
.getintouchForm p:nth-child(8) {
    width: 100%;
}

.getintouchForm p:not(.title p) {
    padding-bottom: 15px;
    display: block;
    font-size: 25px;
}

.getintouchForm input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: calc(100% - 20px);
    padding: 3px 10px;
    min-height: 25px;
    border: 1px solid black;
    margin-top: 5px;
    font-family: 'Roobert';
    font-size: 19px;
}

.wpcf7-response-output {
    margin: 0 !important;
    width: 100%;
    font-size: 20px;
    border: 0px !important;
    padding: 0px !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.invalid .wpcf7-response-output {
    color: red;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    color: red;
    background: #ff000059;
}

.getintouchForm textarea {
    height: 100px;
    resize: vertical;
}

.getintouchForm span.wpcf7-list-item.first.last label {
    display: flex;
    align-items: center;
}

.getintouchForm input[type="checkbox"]:checked {
    background: black;
}

.getintouchForm input[type="checkbox"] {
    width: 1px;
    -webkit-appearance: none;
    padding: 13px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    transition: all 0.1s linear;
}

input[type="checkbox"] {
    width: 10%;
    height: 20px;
}

span.wpcf7-not-valid-tip {
    color: red;
    position: relative;
    font-size: 20px;
    top: -5px;
}

span.wpcf7-list-item-label {
    padding-right: 3%;
    white-space: nowrap;
}

.screen-reader-response {
    display: none;
}

input[type="submit"] {
    font-family: 'Roobert';
}

.formInner {
    background-color: white;
    padding: 4% 10% 3% 10%;
}

.getintouchForm.redirect .formInner {
    background-color: unset;
    color: white;
}

.getintouchForm.redirect input[type="checkbox"] {
    background-color: white;
}

.getintouchForm.redirect input[type="checkbox"]:checked {
    background: url(/wp-content/uploads/2025/01/tick.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: white;
}

.whatsnext {
    width: 80%;
    max-width: 1501px;
    margin: 0 auto;
    padding: 6% 0;
    display: flex;
    justify-content: space-between;
}

.whatsnextRight {
    width: 52%;
    display: flex;
    justify-content: space-between;
}

.whatsnextRight div {
    width: 40%;
}

.whatsnextRight a {
    color: black;
    text-decoration: underline;
}

.whatsnextRight .text,
.whatsnextInfo {
    width: 100% !important;
    padding: 3% 0;
    margin-top: 10px;
}

.whatsnextRight .text p {
    display: block;
}

.contactMap {
    width: 100%;
}

.contactMap #mapArea {
    width: 100%;
    height: 650px;
    max-height: 50vh;
}

.texthalf {
    width: 70%;
    padding-bottom: 4%;
}

.videoContainer {
    width: 80%;
    position: relative;
    height: 80vh;
    margin: 2% auto;
    transition: all 1s ease-out;
}

.videoContainer.playing {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
}

.textareaWithImage {
    width: 100%;
    background-color: black;
    padding: 10% 0;
    display: flex;
}

.tawiInnerLeft {
    width: 50%;
    padding: 0 10%;
}

.tawiInnerRight {
    width: 30%;
}

.meettheteam {
    width: 80%;
    margin: 0 auto;
    padding-top: 7%;
    text-align: center;
    color: black;
    max-width: 1501px;
}

.meettheteam .text {
    margin: 20px auto 80px auto;
    width: 80%;
}

.meettheteam .smallTitle {
    font-size: 40px;
    margin-bottom: 2%;
    font-family: 'Roobert';
}

.meettheteamDesc {
    padding-bottom: 10%;
    width: 70%;
    margin: 0 auto;
}

.meettheteamContainer {
    display: flex;
    width: 95%;
    padding-left: 5%;
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-around;
}

.creativesolutions {
    width: 90%;
    max-width: 1501px;
    margin: 0 auto 5% auto;
    background-color: black;
    color: white;
    text-align: center;
}

.creativesolutionsTitle {
    padding: 5% 5% 0 5%;
}

.creativesolutionsSubtitle {
    padding: 3% 5% 0 5%;
}

.creativesolutionsExamples {
    width: 70%;
    margin: 5% auto;
    object-fit: contain;
    padding: 0;
}

.creativesolutionsButton {
    padding-bottom: 3%;
}

.buttonCentered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-family: 'Roobert';
}

.buttonStandard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 19px;
    font-family: 'Roobert';
}

.buttonStandard .img,
.buttonCentered .img {
    width: 17px;
    height: 17px;
    mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Arrow.png);
    -webkit-mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Arrow.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    background: white;
}

.ourfriends {
    width: 80%;
    padding: 7% 10%;
    text-align: center;
    color: black;
}

.ourfriends .subtitle {
    margin-bottom: 4%;
}

.ourfriends>.titleLarge {
    font-weight: bold;
}

.ourfriendsSubtitle {
    padding-bottom: 8%;
}

.ourfriendsContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ourfriendsContainer a {
    width: 13%;
    padding: 0 3%;
}

.ourfriends.visible .ourfriendsContainer a {
    opacity: 1 !important;
    top: 0 !important;
}

.ourfriendsContainer a img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 5%;
    height: 180px;
    transition: all 0.3s ease-out;
}

.ourfriendsContainer a img:hover {
    transform: scale(1.1);
}

.ourfriendsContainer div {
    width: 13%;
    height: 150px;
    min-width: 150px;
    margin: 3%;
    object-fit: contain;
    background-size: contain !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.aboutwhatsnext {
    width: 90%;
    max-width: 1501px;
    margin: 0 auto;
    padding: 5%;
    display: flex;
    color: black;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.whatsnextText {
    width: 40%;
    padding-bottom: 10%;
}

.whatsnextText .text {
    margin: 2% 0 5% 0;
}

.whatsnextSubtitle {
    padding-bottom: 10%;
}

.whatsnextButton {
    font-size: 25px;
}

.whatsnextButton a {
    color: black;
}

.whatsnextButton a .img {
    background: black;
}

.whatsnextImg {
    width: 50%;
}

.aphContainer {
    display: flex;
    font-size: 15px;
    text-align: center;
    width: 60%;
    align-items: center;
}

.mobileDropdown {
    display: none;
    border: 0;
    background: none;
    color: white;
    position: fixed;
    top: 2%;
    right: 3%;
    font-size: 30px;
    cursor: pointer;
}

.eightyWidthImage {
    width: 80%;
    max-width: 1201px;
    margin: 0 auto;
    padding: 5% 0;
}

.eightyWidthImage img {
    object-fit: cover;
    display: block;
}

.doubleImg {
    width: 100%;
    max-width: 1501px;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doubleImg80 {
    width: 80%;
    max-width: 1201px;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fullwidthImage {
    width: 100%;
    max-width: 1501px;
    padding: 5% 0;
    margin: 0 auto;
}

.fullwidthImage img {
    object-fit: cover;
    display: block;
}

.doubleImg div {
    width: 45%;
}

.doubleImg80 div {
    width: 45%;
}

.doubleImg img {
    object-fit: scale-down;
}

.doubleImg80 img {
    object-fit: scale-down;
}

.imageholda {
    width: 80%;
    margin: 5% auto;
    max-width: 1600px;
    /*max-height: 0vh; observer broke */
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.imageOuter {
    min-height: 70vh;
}

.imageOuter.visible .imageholda {
    max-height: 100vh;
}

.imageholda a {
    color: black;
    margin-top: 30px;
}

.imageholda.eightywidth {
    width: 80%;
}

.imageholda img {
    width: 100%;
    object-fit: contain;
}

.imageholda img.cover {
    object-fit: cover;
}

.imageCarousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 5% auto;
}

.imageCarousel .inner {
    width: calc(100% - 100px);
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.imageCarousel .left {
    background: url(https://www.laserlines.com/wp-content/uploads/2023/05/Arrow.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.imageCarousel .right {
    background: url(https://www.laserlines.com/wp-content/uploads/2022/10/Arrow.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.imageCarousel .left:hover,
.imageCarousel .right:hover {
    transform: scale(1.2);
}

.imageCarousel .inner img {
    width: 0%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    height: 80vh;
}

.imageCarousel.coverStyle .inner img {
    object-fit: cover;
}

.imageCarousel .inner img.selected {
    width: 100%;
    opacity: 1;
    position: relative;
}

.imageCarousel.twoSelected .inner {
    justify-content: space-between;
    height: 80vh;
}

.imageCarousel.twoSelected .inner img {
    object-fit: cover;
}

.imageCarousel.twoSelected.containStyle .inner img {
    object-fit: contain !important;
}

.imageCarousel.twoSelected.containStyle .inner img.selected {
    object-position: 100% 0;
}

.imageCarousel.twoSelected.containStyle .inner img.selectedTwo {
    object-position: 0% 0;
}

.imageCarousel.twoSelected .inner img.selected:not(.wasd) {
    width: 48%;
    position: absolute;
    left: 0;
}

.imageCarousel.twoSelected .selectedTwo {
    width: 48%;
    opacity: 1;
    position: absolute;
    left: 52%;
}

.imageCarousel.twoSelected.leftFocus .inner img.selected:not(.wasd) {
    width: 63%;
}

.imageCarousel.twoSelected.leftFocus .inner img.selectedTwo:not(.wasd) {
    width: 35%;
    left: 65%;
}

.imageCarousel.twoSelected.rightFocus .inner img.selected:not(.wasd) {
    width: 35%;
}

.imageCarousel.twoSelected.rightFocus .inner img.selectedTwo:not(.wasd) {
    width: 63%;
    left: 37%;
}

.imageholda.twoimg,
.imageholda.threeimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imageholda.twoimg img {
    width: 45%;
    object-fit: cover;
}

.imageholda.twoimg.left img:first-child {
    width: 53%;
}

.imageholda.twoimg.right img:last-child {
    width: 53%;
}

.imageholda.threeimg img {
    width: 32%;
}

.tripleImg {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
    max-width: 1201px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tripleImg img {
    object-fit: cover;
}

.tripleImg div {
    width: 28%;
}

.leftImageText {
    width: 100%;
    max-width: 1501px;
    padding: 5% 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftITimg {
    width: 40%;
}

.leftITimg img {
    object-fit: scale-down;
}

.leftITtext {
    width: 45%;
    padding-right: 5%;
}

.leftITtext a {
    font-family: 'Roobert';
}

.leftITtext a:visited {
    color: black;
}

.quotedImg {
    width: 80%;
    max-width: 1201px;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.quotedImg.rightsided {
    flex-direction: row-reverse;
}

.quotedImg img {
    object-fit: scale-down;
}

.quotedImg>img {
    width: 30%;
    object-fit: contain;
}

.quotedImgLeft {
    width: 45%;
    text-align: center;
}

.quotedImgRight {
    width: 45%;
}

.single-work p,
.single-service p {
    display: block;
}

.rightImageText {
    width: 100%;
    max-width: 1501px;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightITimg {
    width: 45%;
    font-size: 25px;
    padding-left: 5%;
    line-height: 140%;
}

.rightITimg img {
    object-fit: scale-down;
}

.rightITtext {
    width: 40%;
}

.textAreaHalf {
    width: 80%;
    max-width: 1201px;
    margin: 0 auto;
}

.pageLink {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
    max-width: 1201px;
    font-family: 'Roobert';
    font-weight: bold;
}

.pageLink a {
    color: black;
}

.pageLink a:visited {
    color: black;
}

.textAreaHalf p {
    width: 70%;
}

.footer {
    width: 80%;
    background-color: black;
    padding: 4% 10%;
    color: white !important;
    border-top: 2px solid white;
}

.textArea .centerButton>a:not(.buttonStandard) {
    display: block;
    text-align: center;
    width: 90%;
    margin: 20px 5% 0px 5%;
}

.textArea .centerButton .buttonStandard {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.footer>div {
    max-width: 1501px;
    margin: 0 auto;
}

.footer a {
    color: white;
    text-decoration: none;
    transition: all 0.1s linear;
}

.footer a:hover {
    text-decoration: underline;
}

.footerTop {
    display: flex;
}

.footerLeft {
    width: 35%;
}

.footerLeft .subtitle {
    font-size: 19px;
    margin-top: 3%;
}

.footerRight {
    width: 65%;
    display: flex;
    justify-content: space-between;
    line-height: 120%;
}

.footerLinkContainer {
    width: 25%;
    font-size: 15px;
}

.footerLinkContainer.imag {
    width: 15%;
    text-align: right;
}

.ourworkMobileLine {
    width: 80%;
    border: 1px solid white;
    margin: 0 auto;
    display: none;
}

.footerLinkTitle {
    font-family: 'Roobert';
    font-weight: bold;
    margin-bottom: 3px;
}

.opportunities {
    width: 80%;
    padding: 5% 10%;
}

.opportunities>.title {
    margin-bottom: 5%;
}

.opportunities .single {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border-bottom: 1px solid black;
    margin-bottom: 50px;
}

.opportunities .single .read {
    width: 30%;
    margin-left: 35%;
    font-weight: bold;
    transition: all 0.1s linear;
    cursor: pointer;
}

.opportunities .single .read:hover {
    text-decoration: underline;
}

.opportunities .single .apply {
    width: fit-content;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid black;
    transition: all 0.1s linear;
    cursor: pointer;
}

.opportunities .single .apply:hover {
    background: black;
    color: white;
}

.opportunities span.wpcf7-not-valid-tip {
    font-size: 16px;
    top: 0px;
}

.opportunities .single .applyArea {
    width: 100%;
    transition: all 1s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}

.opportunities .single.apply .applyArea {
    max-height: 600px;
}

.opportunities .single .title {
    width: 30%;
    font-size: 30px;
}

.opportunities .single .text {
    width: 65%;
    max-height: 100px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    margin-bottom: 25px;
}

.opportunities .single.opened .text {
    max-height: 1000px;
    overflow-y: scroll;
}

.opportunities .single .text p {
    display: block;
    margin-bottom: 15px;
}

.opportunities .single .applyArea form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.opportunities .single .applyArea input,
.opportunities .single .applyArea textarea {
    width: calc(100% - 22px);
    padding: 3px 10px;
    min-height: 20px;
    border: 1px solid black;
    margin-top: 5px;
    font-family: 'Roobert';
    font-size: 16px;
}

.opportunities .single .applyArea input.wpcf7-file {
    border: 0px;
}

.opportunities .single .applyArea textarea {
    height: 60px;
    resize: vertical;
}

.opportunities .single .applyArea form p:nth-child(2),
.opportunities .single .applyArea form p:nth-child(3),
.opportunities .single .applyArea form p:nth-child(4),
.opportunities .single .applyArea form p:nth-child(5) {
    width: 49%;
    margin-bottom: 10px;
}

.opportunities .single .applyArea form p:nth-child(6),
.opportunities .single .applyArea form p:nth-child(7),
.opportunities .single .applyArea form p:nth-child(8) {
    width: 100%;
    margin-bottom: 10px;
}

.footerLink {
    font-size: 15px;
    font-weight: 100;
    line-height: 150%;
}

.footerBottom {
    width: 100%;
    display: flex;
    font-size: 15px;
    font-weight: 100;
    padding-top: 3%;
    align-items: center;
}

.footerTerms {
    width: 60%;
    padding-right: 12%;
}

.footerTerms div {
    padding-bottom: 10px;
}

.footerTerms div:last-child {
    font-size: 12px;
}

.footerSocials {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerSocials a {
    width: 30px;
}

.footerSocials img {
    width: 100%;
}

.postkeepExploring {
    width: 80%;
    background-color: black;
    padding: 3% 10%;
    color: white;
}

.postkeepExploring>.title {
    padding: 0px;
}

.postkeepExploring img {
    max-height: 24vw;
    object-fit: cover;
}

.exploreinner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 3% 0 2% 0;
}

.exploreinnerCenter {
    text-align: center;
}

.postkeepExploring a {
    text-decoration: none;
}

.postkeepExploring a:visited {
    color: white;
}

.exploreinnerCenter {
    font-size: 30px;
}

.news {
    width: 70%;
    margin: 5% auto;
}

.news .single .subtitle {
    padding-bottom: 10px;
}

.news .single {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-size: 22px;
    margin: 9% 0;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: relative;
    bottom: -7vw;
    transform: rotate3d(1, 0, 0, 50deg);
}

.news .single.visible {
    bottom: 0;
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0deg);
}

.news .single .linkDate {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news .single img {
    width: 100%;
    height: 41vh;
    object-fit: cover;
    object-position: 50% 50%;
}

.news .single a {
    color: black;
    margin-top: 5%;
}

.news .single a .img {
    background: black;
}

.news .single.left .left,
.news .single.right .right {
    width: 40%;
}

.news .single.left .right,
.news .single.right .left {
    width: 55%;
}

.newsHeader {
    width: 90%;
    padding: 0 5%;
    height: 60vh;
    background-size: cover !important;
    background-position: 50% 50% !important;
    color: white;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 5%;
}

.newsHeader .title {
    padding-bottom: 1%;
}

.newsHeader>div {
    width: 100%;
}

.newsContent {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
    overflow: hidden;
}

.newsContent img,
.newsContent video {
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    height: 50vh;
}

.newsContent p {
    display: block;
    margin: 2% 0;
    line-height: 150%;
}

.postInfo {
    max-width: 1600px;
    width: 80%;
    margin: 4% auto;
    padding: 3% 0;
    border-top: 1px solid black;
}

.postInfo .subtitle {
    margin-bottom: 45px;
    width: 48%;
}

.postInfo .droppedArea .upper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.postInfo .droppedArea .upper>div {
    width: 48%;
}

.postInfo .droppedArea .lower {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.postInfo .droppedArea .lower>div {
    width: 20%;
    margin-right: 5%;
}

.postInfo .droppedArea .lower>div>.text {
    margin-bottom: 5px;
}

.postInfo .droppedArea {
    overflow: scroll;
    max-height: 0px;
    transition: all 0.5s ease-in-out;
}

body.single-services .droppedArea {
    max-height: 100%;
}

body.single-services .postInfo .dropper {
    display: none;
}

.postInfo .droppedArea p {
    margin-bottom: 10px;
}

.postInfo .droppedArea.selected {
    max-height: 400px;
    margin-bottom: 30px;
}

.postInfo .droppedArea .lower a {
    color: black;
    text-decoration: underline;
}

.postInfo .droppedArea .lower a:hover {
    text-decoration: none;
}

.postInfo .dropper {
    margin-top: -30px;
    padding-top: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.postInfo .dropper>div {
    width: 30px;
    height: 3px;
    background: black;
    transition: all 0.5s ease-in-out;
}

.postInfo .dropper>div:first-child {
    position: absolute;
    transform: rotate(90deg);
}

.postInfo .dropper.selected>div:first-child {
    transform: rotate(0deg);
}

.newsContent a {
    color: black;
    text-decoration: underline;
}

.postHeader {
    width: 80%;
    max-width: 1501px;
    margin: 0 auto;
    padding-top: 10%;
    display: flex;
}

.exampleLink a {
    font-size: 20px;
}

.postheaderLeft {
    width: 65%;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.postheaderLeft .text {
    font-weight: bold;
    padding-bottom: 1%;
}

.postheaderLeft>.text {
    position: relative;
    top: 20px;
    transform: rotate3d(1, 0, 0, 90deg);
    transition: all 0.5s ease-in-out;
}


/* intersection observer broke
.visible .postheaderLeft>.text {
    top: 0px;
    transform: unset;
}
*/

.postSubtitle {
    font-size: 30px;
}

.postTitle {
    width: 90%;
}

.postheaderRight {
    width: 35%;
}

.howWeHelped {
    font-weight: 100;
    overflow-y: auto;
    max-height: 130px;
    transition: all 1s ease-in-out;
}

.mobileFooterText {
    display: none;
}

.postheaderRight button {
    background: none;
    border: 0px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.howWeveHelped {
    font-weight: bold;
    font-family: 'Roobert';
    width: 100%;
}

.howWeHelped::-webkit-scrollbar {
    background: black;
    width: 5px;
}

.howWeHelped::-webkit-scrollbar-thumb {
    background: white;
    outline: 1px solid black;
}

.joinUsHeader {
    background-color: black;
    color: white;
    width: 94%;
    padding: 10% 3%;
    text-align: center;
}

.joinUsHeader .title {
    padding-bottom: 0%;
}

.joinUsHeader .seperator {
    width: 200px;
    height: 3px;
    background-color: white;
    margin: 1% auto;
}

.joinUsHeader .text {
    width: 55%;
    margin: 0 auto;
    line-height: 150%;
}

.joinUsHeader a {
    text-decoration: underline;
}

.miniExampleOuter {
    width: 45%;
    height: 350px;
    background-size: cover;
    margin-bottom: 3%;
    transition: all 0.5s linear;
    overflow: hidden;
    background-position: 50% 50%;
    cursor: pointer;
}

.miniExampleOuter.hidden {
    height: 0px !important;
    min-height: 0px !important;
    margin-bottom: 0px !important;
}

.miniExampleInner {
    opacity: 0;
    width: 100%;
    height: 100%;
    color: white;
    transition: opacity 0.1s linear;
}

.miniExampleOuter:hover .miniExampleInner {
    opacity: 1 !important;
}

.linkArrow {
    -webkit-mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Arrow.png);
    -webkit-mask-size: contain !important;
    -webkit-mask-position: 50% 50% !important;
    -webkit-mask-repeat: no-repeat !important;
    background: white;
    height: 3vw;
    max-height: 40px;
    width: 3vw;
    max-width: 40px;
}

.droppedHeader .leftDark .link:hover .linkArrow {
    background: #016dff;
}

.linkArrow.double {
    -webkit-mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Double-Arrow.png);
}

.droppedHeader .leftDark .link.selected .linkArrow {
    background: #016dff;
}

.miniExampleImg {
    width: 20%;
    height: 25%;
    float: right;
    margin-top: 5%;
    margin-right: 5%;
    -webkit-mask-size: contain !important;
    -webkit-mask-position: 50% 50% !important;
    -webkit-mask-repeat: no-repeat !important;
}

.miniExampleText {
    height: 95%;
    display: flex;
    width: 65%;
    padding-left: 5%;
    font-size: 15px;
    align-content: flex-end;
    flex-wrap: wrap;
}

.exampleLogo {
    width: 45%;
    height: 150px;
    -webkit-mask-size: contain !important;
    -webkit-mask-position: 50% 50% !important;
    -webkit-mask-repeat: no-repeat !important;
}

.miniExampleTitle {
    font-size: 25px;
    width: 100%;
    font-family: 'Roobert';
    font-weight: bold;
}

.miniExampleIntro {
    width: 80%;
    padding: 2% 0;
    line-height: 130%;
}

#overview .videoArea {
    background-color: unset;
    padding: 0;
}

.videoArea>.title {
    width: 90%;
    padding: 0 5%;
}

#overview .playing {
    width: 100% !important;
}

#overview .videoContainer {
    height: 70vh;
    max-height: 700px;
    width: 100%;
    margin: 0;
}

a div {
    transition: all 0.15s linear;
}

a.buttonStandard:hover div,
a.buttonCentered:hover div {
    padding-right: 15px !important;
}

.miniExampleIntro p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.miniExampleButton {
    padding-top: 5%;
}

.meettheteamSingle {
    width: 20%;
    margin-bottom: 50px;
    font-size: 20px;
    margin-right: 5%;
    background-size: cover;
    background-position: 50% 50%;
}

.meettheteamSingle a {
    color: black;
}

.footerTerms a {
    padding: 0 10px;
}

.footerTerms a:first-child {
    padding-left: 0px;
}

.meettheteamSinglePos {
    padding-top: 15px;
}

.meettheteamSinglePos p {
    text-transform: uppercase;
}

.meettheteamSingle:hover .meettheteamSingleInner img {
    opacity: 1 !important;
}

.meettheteamSingleInner img {
    opacity: 0;
    transition: all 0.2s linear;
    display: block;
}

.meettheteamSingleInner {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.nextForm {
    width: 70%;
    margin: 5% auto;
    color: white;
}

.nextForm .formInner {
    padding: 0;
}

.nextForm span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    margin: 5% 0;
    align-items: center;
}

.nextForm textarea {
    color: black;
    font-size: 19px;
    border: 1px solid black;
    margin-bottom: 1%;
    height: 100px;
    resize: vertical;
    margin-top: 5px;
}

.nextForm .wpcf7-response-output {
    font-size: 20px;
    margin-top: 20px;
    color: red;
}

.nextForm form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nextForm form>p:nth-child(2),
.nextForm form>p:nth-child(3),
.nextForm form>p:nth-child(4),
.nextForm form>p:nth-child(5) {
    width: 49%;
}

.nextForm form>p:nth-child(6),
.nextForm form>p:nth-child(7),
.nextForm form>p:nth-child(8),
.nextForm form>p:nth-child(9) {
    width: 100%;
    margin: 15px 0;
}

.nextForm form>p:nth-child(8) span {
    width: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: none;
    display: block;
    width: fit-content;
    padding: 0;
    cursor: pointer;
    font-size: 19px;
    border: 1px solid black;
    padding: 3px 30px;
    transition: all 0.1s linear;
    margin: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: white;
    background: black;
}

.nextForm span.wpcf7-form-control.wpcf7-acceptance.optional label {
    display: flex;
    align-items: center;
}

.nextForm span.wpcf7-form-control.wpcf7-acceptance.optional label input[type="checkbox"] {
    margin-right: 2%;
}

.nextForm span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

::-webkit-file-upload-button {
    font-size: 15px;
    color: black;
    background: none;
    border: 1px solid black;
    font-family: Roobert;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.1s linear;
}

::-webkit-file-upload-button:hover {
    background: black;
    color: white;
}

.nextForm input[type="checkbox"]:checked {
    background: black;
}

.nextForm span.wpcf7-list-item {
    width: 24%;
    margin-right: 5%;
}

.nextForm input[type="checkbox"]:not(.overlap) {
    width: 1px;
    -webkit-appearance: none;
    padding: 13px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.nextForm label {
    font-size: 19px;
    color: black;
}

.nextForm input:not(.wpcf7-file) {
    width: 95%;
    margin: 5px 0 15px 0;
    padding: 3px 2.5%;
    font-size: 19px;
    color: black;
    border: 1px solid black;
    min-height: 25px;
}

.nextForm input.wpcf7-file {
    width: 100%;
    margin: 12px 0;
}

.nextForm>.title {
    color: black;
    padding-bottom: 2%;
}

.nextForm>.text {
    font-size: 22px;
    color: black;
    padding-bottom: 5%;
    line-height: 150%;
}

.meettheteamSingleInner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meettheteamSingleName {
    opacity: 0;
    transition: all 0.2s linear;
}

.meettheteamSingle:hover .meettheteamSingleName {
    opacity: 1 !important;
}

#dropHover a:not(#aboutusMobile) {
    display: flex;
    justify-content: center;
}

#dropHover {
    height: 16px;
}

#dropHover img {
    padding-left: 5px;
    transform: rotateZ(-90deg);
    transition: 0.2s linear;
}

#aboutusMobile {
    display: none;
}

#dropHover:hover img {
    transform: rotateZ(0deg);
}

.dropInner {
    width: 45%;
}

.dropLinks {
    display: flex;
    flex-wrap: wrap;
    padding: 1% 2% 0 2%;
}

.whatwedoExamples video {
    position: absolute;
    height: 66px;
    object-fit: cover;
}

#branding .symbols>div {
    position: relative;
    width: 9px;
    height: 9px;
    background: #06e481;
    border-radius: 100%;
    transition: all 0.3s ease-out;
}

.symbols {
    position: relative;
    right: -50px;
}

.symbols:first-child {
    right: 15px;
}

#branding .symbols>div:nth-child(1) {
    right: 0px;
}

#branding .symbols>div:nth-child(2) {
    right: 8px;
}

#branding .symbols>div:nth-child(3) {
    right: 16px;
}

#branding .symbols>div:nth-child(4) {
    right: 24px;
}

#branding .symbols>div:nth-child(5) {
    right: 32px;
}

#branding:hover .symbols>div:nth-child(1) {
    right: 32px;
}

#branding:hover .symbols>div:nth-child(2) {
    right: 24px;
}

#branding:hover .symbols>div {
    border-radius: 0px;
}

#digital .symbols>div {
    display: flex;
}

#digital .symbols>div>div {
    width: 1px;
    height: 31px;
    background: #ff691e;
    margin: 0 2px;
    position: relative;
    right: 17px;
    transition: all 0.3s ease-out;
}

#digital .symbols>div:nth-child(1)>div {
    transform: rotate(-30deg);
    top: 4px;
}

#digital .symbols>div:nth-child(2)>div {
    transform: rotate(-30deg);
    right: 1.5px;
}

#digital:hover .symbols>div:nth-child(2)>div {
    transform: rotate(30deg);
    right: 17px;
}

#print .symbols>div {
    width: 16px;
    height: 1px;
    background: #bd77ff;
    margin: 4px 0;
    position: relative;
    border-radius: 2px;
    transition: all 0.3s ease-out;
}

#print .symbols>div:nth-child(1) {
    right: 0px;
    transition: all 0.3s ease-out, background 1.1s linear;
}

#print .symbols>div:nth-child(2) {
    right: 3px;
    transition: all 0.3s ease-out, background 1s linear;
}

#print .symbols>div:nth-child(3) {
    right: 6px;
    transition: all 0.3s ease-out, background 0.9s linear;
}

#print .symbols>div:nth-child(4) {
    right: 9px;
    transition: all 0.3s ease-out, background 0.8s linear;
}

#print .symbols>div:nth-child(5) {
    right: 12px;
    transition: all 0.3s ease-out, background 0.7s linear;
}

#print .symbols>div:nth-child(6) {
    right: 15px;
    transition: all 0.3s ease-out, background 0.6s linear;
}

#print .symbols>div:nth-child(7) {
    right: 18px;
    transition: all 0.3s ease-out, background 0.5s linear;
}

#print .symbols>div:nth-child(8) {
    right: 21px;
    transition: all 0.3s ease-out, background 0.4s linear;
}

#print .symbols>div:nth-child(9) {
    right: 24px;
    transition: all 0.3s ease-out, background 0.3s linear;
}

#print .symbols>div:nth-child(10) {
    right: 27px;
    transition: all 0.3s ease-out, background 0.2s linear;
}

#print .symbols>div:nth-child(11) {
    right: 30px;
    transition: all 0.3s ease-out, background 0.1s linear;
}

#print:hover .symbols>div {
    background: green;
}

#print:hover .symbols>div:nth-child(1) {
    right: 30px;
}

#print:hover .symbols>div:nth-child(2) {
    right: 27px;
}

#print:hover .symbols>div:nth-child(3) {
    right: 24px;
}

#print:hover .symbols>div:nth-child(4) {
    right: 21px;
}

#print:hover .symbols>div:nth-child(5) {
    right: 18px;
}

#signage .symbols>div {
    height: 10px;
    width: 3px;
    background: #057cff;
    margin: 3px 5px;
    position: relative;
    transition: all 0.3s ease-out;
}

#signage .symbols>div:nth-child(5) {
    right: 0px;
}

#signage .symbols>div:nth-child(4) {
    right: 8px;
}

#signage .symbols>div:nth-child(3) {
    right: 16px;
}

#signage .symbols>div:nth-child(2) {
    right: 24px;
}

#signage .symbols>div:nth-child(1) {
    right: 32px;
}

#signage:hover .symbols>div:nth-child(4) {
    right: 24px;
}

#signage:hover .symbols>div:nth-child(5) {
    right: 32px;
}

#signage:hover .symbols>div {
    height: 3px;
    width: 10px;
    margin: 8px 2px;
}

#animation .symbols>div {
    height: 8px;
    width: 8px;
    background: #ff6201;
    margin: 1px;
    position: relative;
    transition: all 0.3s ease-out;
}

#animation .symbols>div:nth-child(1) {
    right: 0;
}

.aside {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: unset !important;
}

html.start body {
    /* ?? */
    background: url('https://media.tenor.com/LL_EW9fHwlUAAAAd/frog-kick-flip.gif');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

html.start body * {
    transition: all 10s ease-in;
    background: transparent !important;
    color: white !important;
}

#animation .symbols>div:nth-child(2) {
    right: 8px;
}

#animation .symbols>div:nth-child(3) {
    right: 16px;
}

#animation .symbols>div:nth-child(4) {
    right: 24px;
}

#animation .symbols>div:nth-child(5) {
    right: 32px;
}

#animation:hover .symbols>div:nth-child(1) {
    right: 32px;
}

#animation:hover .symbols>div:nth-child(2) {
    right: 24px;
}

#animation:hover .symbols>div {
    transform: rotate(90deg);
}

#illustration .symbols>div {
    width: 20px;
    height: 3px;
    background: #06e481;
    margin: 5px 2px;
    position: relative;
    border-radius: 1px;
}

#illustration .symbols>div:nth-child(1) {
    right: 30px;
}

#illustration .symbols>div:nth-child(2) {
    right: 25px;
}

#illustration .symbols>div:nth-child(3) {
    right: 20px;
}

#illustration .symbols>div:nth-child(4) {
    right: 15px;
}

#illustration .symbols>div:nth-child(5) {
    right: 10px;
    transition: all 0.3s ease-out;
}

#illustration .symbols>div:nth-child(6) {
    right: 5px;
    transition: all 0.4s ease-out;
}

#illustration .symbols>div:nth-child(7) {
    right: 0;
    transition: all 0.5s ease-out;
}

#illustration:hover .symbols>div:nth-child(7) {
    right: 30px;
}

#illustration:hover .symbols>div:nth-child(6) {
    right: 25px;
}

#illustration:hover .symbols>div:nth-child(5) {
    right: 20px;
}

.whatwedoExamples .hide {
    display: none;
    z-index: 1;
}

.whatwedoExamples .visible {
    display: block !important;
}

.dropLinks a {
    width: 100%;
    margin-top: 1%;
    display: flex;
    align-items: center;
}

.dropLinks a img {
    padding-left: 7px;
    opacity: 0;
    transition: all 0.2s linear;
}

.dropLinks a:hover img {
    opacity: 1;
}

input,
textarea {
    transition: all 0.1s linear;
}

input:focus:not(input[type="checkbox"]),
textarea:focus:not(input[type="checkbox"]) {
    background: #f3f3f3;
    outline: 0;
}

.mobileHeader {
    position: fixed;
    top: 0;
    padding: 0 10% 0 10%;
    background: black;
    z-index: 10;
    height: calc(95vh - 100px);
    overflow: scroll;
    width: 80%;
    display: none;
    max-height: 0vh;
    transition: all 0.8s ease-in-out;
}

.mobileHeader.open {
    padding: 100px 10% 5vh 10%;
    max-height: 100vh;
}

.mobileHeader a {
    display: block;
    width: 100%;
    margin: 2vh 0;
    color: white;
    text-decoration: none;
    font-size: 3vh;
    position: relative;
    transition: all 0.1s linear;
}

.mobileHeader a:hover {
    color: #016dff;
}

.mobileHeader a>img {
    width: 28vh;
}

.mobileHeader .opener>a {
    transition: all 0.5s ease-in-out;
    margin: 2vh 0 1vh 0;
}

.mobileHeader a::after {
    content: "";
    width: 2vh;
    height: 2.5vh;
    position: absolute;
    mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Arrow.png);
    -webkit-mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Arrow.png);
    background: white;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    margin-left: 1vw;
    top: calc(50% - 1.3vh);
}

.mobileHeader .inner a::after {
    top: calc(50% - 0.8vh);
    height: 2vh;
}

.mobileHeader .opener>a::after {
    content: "";
    width: 3vh;
    height: 2.5vh;
    position: absolute;
    mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Double-Arrow.png);
    -webkit-mask-image: url(https://www.laserlines.com/wp-content/uploads/2022/10/Double-Arrow.png);
    background: white;
    mask-size: cover;
    -webkit-mask-size: contain;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    margin-left: 1vw;
    transition: all 0.5s ease-in-out;
    top: calc(50% - 1.3vh);
}

.mobileHeader .opener.open>a {
    color: #016dff;
}

.mobileHeader .opener.open>a::after {
    transform: rotate(90deg);
    background: #016dff;
}

.mobileHeader .opener .inner {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid white;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}

.mobileHeader .opener:not(.open) .inner a {
    margin: 0;
}

.mobileHeader .opener.open .inner {
    max-height: 300px;
}

br.mobileBreak {
    display: none;
}

div#mouseFollow {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #ff6600c9;
    transition: unset;
    border-radius: 100%;
    margin-top: -25px;
    margin-left: -25px;
    pointer-events: none;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, background 0.3s linear;
}

div#mouseFollow p {
    color: white;
    position: absolute;
    opacity: 0;
    transition: all 0.1s linear;
    top: 17px;
}

div#mouseFollow p.next {
    left: calc(50% - 17px);
    top: calc(50% - 9px);
}

div#mouseFollow p.view {
    left: calc(50% - 17px);
    top: calc(50% - 9px);
}

div#mouseFollow p.last {
    left: calc(50% - 30px);
    top: calc(50% - 9px);
}

div#mouseFollow.expand,
div#mouseFollow.right,
div#mouseFollow.left,
div#mouseFollow.view {
    width: 100px;
    height: 100px;
    margin-top: -80px;
    margin-left: -80px;
}

div#mouseFollow.small {
    width: 50px;
    height: 50px;
    margin-top: -40px;
    margin-left: -40px;
}

div#mouseFollow.right,
div#mouseFollow.left,
div#mouseFollow.small {
    background: #0ee08ac9;
}

div#mouseFollow.right .next,
div#mouseFollow.left .last,
div#mouseFollow.view .view {
    opacity: 1;
}

div#mouseFollow.right .next {
    opacity: 1;
}

.homeVideo {
    width: 100vw;
    position: relative;
    height: calc(100vh - 110px);
}

.homeVideo video.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: calc(100vh - 110px);
    object-fit: cover;
    object-position: 50% 50%;
}

.homeVideo video.words {
    position: absolute;
    top: 0;
    left: 25vw;
    z-index: -1;
    width: 50vw;
    height: calc(100vh - 110px);
    object-fit: contain;
    object-position: 50% 50%;
}


/*
.homeVideo .words {
    width: 100vw;
    height: calc(100vh - 110px);
    background: #000000b0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: none;
}

.homeVideo .words div {
    width: 80%;
    padding: 20px 10%;
    text-align: center;
}

.homeVideo .words div:first-child {
    opacity: 1;
}

.homeVideo .words div {
    color: white;
    opacity: 0;
    transition: all 0.1s linear 5.5s;
    position: absolute;
}

.homeVideo .words div img {
    height: 10vw;
    object-fit: contain;
}

.homeVideo .words div h1 {
    margin-top: 0px;
    font-size: 5vw;
    margin-bottom: 0px;
    padding-bottom: 2vh;
}

.homeVideo.begin .words div.one {
    opacity: 0;
    animation: one 6s linear;
}

.homeVideo.begin .words div.two {
    animation: two 6s linear;
}

.homeVideo.begin .words div.three {
    animation: three 6s linear;
}

.homeVideo.begin .words div.four {
    animation: four 6s linear;
}

.homeVideo.begin .words div.five {
    animation: five 6s linear;
    opacity: 1;
}
*/

@keyframes one {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes two {
    15% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}

@keyframes three {
    35% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
}

@keyframes four {
    55% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
}

@keyframes five {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1;
    }
}

.featuredProjects {
    width: 100%;
    padding: 50px 0;
    background: black;
    color: white;
    transition: all 0.8s ease-in-out;
}

.featuredProjects.visible {
    background: white;
    color: black;
}

.featuredProjects .carousel {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}

.featuredProjects .carousel .left {
    width: 20%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}

.featuredProjects .carousel .right {
    width: 20%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}

.featuredProjects .carousel .inner {
    width: 100%;
    display: flex;
}

.featuredProjects .carousel .inner .single {
    width: 100%;
    max-width: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.featuredProjects .carousel .inner .single.selected {
    max-width: 100%;
}

.featuredProjects .carousel .inner .single img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 5px;
    opacity: 0;
    transition: all 1s linear;
}

.featuredProjects.visible .carousel .inner .single img {
    opacity: 1;
}

.featuredProjects .carousel .inner .single h3,
.featuredProjects .carousel .inner .single p {
    display: block;
    width: 80vw;
    margin: 10px 0;
    padding: 0px;
    text-transform: unset;
}

.featuredProjects .carousel .inner .single p {
    font-size: 23px;
    display: block;
    padding-top: 6px;
}

.featuredProjects .carousel .inner .single h3,
.featuredProjects .carousel .inner .single h2 {
    margin: 0px 0px 0px 15px;
}

.featuredProjects .carousel .inner .single h2:last-child {
    font-weight: 600;
}

.seemore {
    width: 80%;
    margin: 115px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seemore .singleProject {
    width: 48%;
    margin-bottom: 80px;
}

.seemore .singleProject:nth-last-child(n -2) {
    margin-bottom: 0px;
}

.seemore .buttonStandard {
    width: 100%;
    margin-top: 10px;
    font-size: 24px;
    margin-top: 25px;
    color: black;
    margin-left: 15px;
}

.seemore .buttonStandard .img {
    background: black;
}

.seemore .singleProject a {
    text-decoration: none;
}

.seemore .singleProject h3 {
    padding: 0px;
    margin-top: 5px;
    font-weight: 600;
    text-transform: unset !important;
    font-size: 30px;
    line-height: 35px;
    margin-left: 15px;
}

.seemore .singleProject a p {
    font-size: 30px;
    line-height: 35px;
    display: block;
    padding-top: 4px;
    margin-left: 15px;
}

.featuredProjects.visible .seemore .singleProject a {
    color: black;
}

.seemore .singleProject img {
    width: 100%;
    height: 20vw;
    max-height: 0px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: all 0.8s ease-in-out;
}

.seemore .singleProject.visible img {
    max-height: 20vw;
}

.whoweare {
    width: 80%;
    margin: 10vh auto;
    display: flex;
    justify-content: space-between;
}

.whoweare .left {
    width: 47%;
}

.whoweare .left p {
    font-size: 30px;
    line-height: 35px;
}

.whoweare .left .buttonStandard {
    font-size: 24px;
    margin-top: 25px;
    color: black;
}

.whoweare .left .buttonStandard .img {
    background: black;
}

.whoweare .left>p:first-child {
    font-weight: 600;
}

.whoweare .right>p:first-child {
    font-weight: 600;
    margin-top: 50px;
    font-size: 30px;
    line-height: 35px;
    display: block;
}

.whoweare .left img {
    width: 100%;
    object-fit: cover;
    height: 35vh;
    margin: 30px 0;
}

.whoweare .right {
    width: 47%;
}

.whoweare .right .single {
    width: 100%;
    margin: 20px 0;
}

.whoweare .right .single .open {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.whoweare .right .single p {
    font-size: 24px;
    line-height: 28px;
    display: block;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 30px;
}

.whoweare .right .single .open h3 {
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    line-height: 55px;
    text-transform: unset;
    position: relative;
    width: fit-content;
    margin-right: 20px;
}

.whoweare .right .single .open img {
    width: 2.5vw;
    height: 2.5vh;
    object-position: 50% 50%;
    object-fit: contain;
    transition: all 0.8s ease-in-out;
}

.whoweare .right .single.selected .open img {
    transform: rotate(90deg);
}

.whoweare .right .single .expanded {
    width: 100%;
    margin-top: 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.6s ease-in-out, margin 0.6s ease-in-out;
}

.whoweare .right .single.selected .expanded {
    max-height: 225px;
    overflow-y: scroll;
}

.whoweare .right .buttonStandard {
    color: black;
    margin-top: 10px;
    font-size: 24px;
}

.whoweare .right .buttonStandard .img {
    background: black;
}

.topHeader .info {
    width: calc(100% - 230px);
    text-align: right;
}

.topHeader .info a {
    transition: all 1s linear;
    color: white;
}

.topHeader .info a:last-child {
    margin: 0 30px;
}

.topHeader.open .info a {
    color: black;
}

.topHeader .info a:hover {
    text-decoration: underline;
}

.calendar {
    width: 100%;
}

.calendar>.inner {
    padding: 40px;
    background: black;
    color: white;
    border-radius: 20px;
    width: calc(80% - 80px);
    margin: 150px auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 2px 6px 20px 4px #00000026;
}

.calendar .inner .seperator {
    width: 1px;
    background: black;
}

.calendar .inner .months {
    width: 100%;
}

.calendar .inner .months .upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin: 0 auto 30px auto;
}

.calendar .inner .months .upper>div:first-child {
    transform: rotate(180deg);
}

.calendar .inner .months .upper>div {
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/07/Double-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.calendar .inner .months .upper>div.stop {
    opacity: 0.5;
    pointer-events: none;
}

.calendar .inner .months .upper h3 {
    font-weight: 400;
    font-family: 'futura-pt-condensed', sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.calendar .inner .months .days {
    width: 100%;
    display: none;
}

.calendar .inner .months .days.selected {
    display: block;
}

.calendar .inner .months .days>div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.calendar .inner .months .days>div>div {
    width: calc(14% - 44px);
    font-size: 22px;
    line-height: 22px;
    background: white;
    color: black;
    padding: 15px 20px;
    text-align: center;
    min-height: 22px;
    margin: 2px;
    transition: all 0.1s linear;
    cursor: pointer;
}

.calendar .inner .months .days>div.innerdays {
    pointer-events: none;
}

.calendar .inner .months .days>div>div.empty {
    background: transparent;
}

.calendar .inner .months .days>div>div:hover {
    background: #cfcdcd;
}

.calendar .inner .months .days .innerdays>div {
    background: transparent;
    color: white;
    font-family: 'bely-display', sans-serif;
    font-size: 35px;
    line-height: 35px;
}

.calendar .inner .months .days>div>div.end {
    border-radius: 0 0 20px 0;
}

.calendar .inner .availableEvents>h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.calendar .inner .availableEvents .inner {
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
}

.calendar .inner .availableEvents .inner.filtering .single {
    display: none;
}

.calendar .inner .availableEvents .inner.filtering .single.selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar .inner .availableEvents .inner .single {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.calendar .inner .availableEvents .inner .single .info {
    width: calc(100% - 260px);
}

.calendar .inner .availableEvents .inner .single .info>p:first-child {
    font-size: 16px;
    line-height: 32px;
    color: #C47C4E;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.calendar .inner .availableEvents .inner .single .info h4 {
    font-family: 'futura-pt-condensed', sans-serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.calendar .inner .availableEvents .inner .single .info>p.date {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.calendar .inner .availableEvents .inner .single .info>p.descr {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 400;
    color: #2b2b2b;
}

.calendar .inner .availableEvents .inner .single .formatArea {
    width: 240px;
}

.calendar .inner .availableEvents .inner .single .formatArea a {
    margin: 10px auto;
}

.calendar .inner .availableEvents .inner .single:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.contactChoices {
    width: 80%;
    margin: 50px auto;
    max-width: 1400px;
    min-height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.contactChoices>.inner {
    width: 100%;
    margin-top: 50px;
    transition: all 0.8s ease-in-out;
    max-height: 1000px;
    overflow: hidden;
}

.contactChoices>.inner>div:not(.selected) {
    max-height: 0px;
    overflow: hidden;
}

.contactChoices .choices .button,
.contactChoices .form>.button {
    padding: 7px 15px;
    background: black;
    color: white;
    width: fit-content;
    margin: 10px auto;
    cursor: pointer;
    transition: all 0.1s linear;
    text-transform: uppercase;
    border: 1px solid black;
    display: block;
}

.contactChoices .choices .button:hover {
    background: white;
    color: black;
}

.calendar .inner .months .days>div>div:nth-child(6),
.calendar .inner .months .days>div>div:nth-child(7) {
    pointer-events: none;
    opacity: 0.5;
}

.contactChoices .choices {
    width: 100%;
    transition: all 0.4s ease-in-out;
    max-height: 260px;
    overflow: hidden;
}

.contactChoices.opened .choices {
    max-height: 0px;
}

.contactChoices .form {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    transition: all 0.4s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    max-width: 400px;
}

.contactChoices .form p>a {
    color: black;
    display: inline-block;
    text-decoration: underline;
}

.contactChoices.contact .form {
    max-height: 400px;
}

.contactChoices .form input {
    width: calc(100% - 30px);
    padding: 3px 10px;
    min-height: 25px;
    border: 1px solid black;
    margin-top: 5px;
    font-family: 'Roobert';
    font-size: 19px;
}

.contactChoices .form .wpcf7-list-item {
    margin: 0px;
}

.contactChoices .form .wpcf7-checkbox label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.contactChoices .form .wpcf7-checkbox label input {
    width: 70px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.contactChoices .form .wpcf7-checkbox label>span {
    width: calc(100% - 80px);
}

.contactChoices .form form>p,
.contactChoices .form form>p>p {
    width: 100%;
    display: block;
}

.contactChoices .form form span:not(.wpcf7-spinner) {
    width: 100%;
}

.contactChoices .form>h3 {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
    padding: 0px;
}

.contactChoices>.inner .calendar .inner {
    margin-top: 0px;
}

.contactChoices.contact>.inner {
    max-height: 0px;
}

@media(min-width: 1500px) {
    .whoweare .left img {
        min-height: 23vw;
    }
}

@media(max-width: 1800px) {
    .mobileHide img {
        height: 41vw !important;
    }
}

@media (max-width: 1000px) {
    .joinUsHeader .title>img {
        width: 80% !important;
    }
    .postInfo .droppedArea {
        transition: all 0s linear;
    }
    .postInfo .droppedArea.selected {
        max-height: 100%;
    }
    span.wpcf7-list-item-label {
        white-space: unset;
    }
    .quotedImg>img {
        width: 80% !important;
        margin-bottom: 30px;
        max-width: 350px;
    }
    .ourfriendsContainer a {
        width: 25%;
        padding: 3%;
    }
    .ourfriendsContainer a img {
        height: 10vw;
    }
    .opportunities .single .title,
    .opportunities .single .text {
        width: 100%;
    }
    .opportunities .single .read {
        margin-left: 0px;
    }
    .whatwedoExamples>div a {
        font-size: 8vw;
    }
    .textArea.incImg {
        flex-wrap: wrap;
    }
    .textArea.incImg .text {
        margin-bottom: 3%;
        width: 100%;
    }
    .textArea.incImg>img {
        width: 100%;
    }
    .news .single {
        flex-wrap: wrap;
        justify-content: center;
        margin: 12% auto;
    }
    .single.right {
        flex-direction: column-reverse;
    }
    .nextForm {
        width: 90%;
    }
    .news .single.right .right,
    .news .single.left .left {
        width: 90%;
    }
    .news .single.right .left,
    .news .single.left .right {
        width: 80%;
    }
    .news .single img {
        height: 20vh;
        padding-bottom: 5%;
    }
    .nextForm span.wpcf7-list-item {
        width: 45%;
    }
    #dropHover {
        height: 100%;
    }
    #aboutusMobile {
        display: flex;
        justify-content: center;
    }
    #aboutusDesk {
        display: none !important;
    }
    .dropInner {
        width: 100%;
    }
    .dropLinks a {
        justify-content: center;
        padding-left: 25px;
    }
    .mobileFooterText {
        display: block;
    }
    .postHeader {
        flex-wrap: wrap;
    }
    .postHeader div {
        width: 100%;
        text-align: center;
        padding-bottom: 5%;
        max-width: 100%;
    }
    .postheaderLeft .postTitle.title {
        padding-bottom: 0px;
    }
    .exploreinner {
        flex-wrap: wrap;
    }
    .exploreinner>div {
        width: 100% !important;
    }
    .mobileHide {
        width: 0% !important;
    }
    .footer {
        text-align: center;
    }
    .footer img {
        max-width: 150px;
    }
    .footerTop {
        flex-wrap: wrap;
    }
    .footerTop>div {
        width: 100% !important;
    }
    .footerRight {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .footerLeft {
        padding-bottom: 5%;
    }
    .footerLinkContainer {
        padding-right: 0 !important;
        padding-bottom: 3%;
    }
    .footerBottom {
        flex-wrap: wrap;
    }
    .footerBottom div {
        width: 100%;
        padding-bottom: 2% !important;
    }
    .leftImageText {
        flex-wrap: wrap;
    }
    .leftITtext a {
        justify-content: center;
    }
    .leftImageText div,
    .quotedImg div {
        width: 80% !important;
        margin: 0 auto;
        text-align: center;
    }
    .textAreaHalf p {
        width: 100% !important;
    }
    .quotedImg {
        flex-wrap: wrap;
    }
    .quotedImg div {
        padding-bottom: 2%;
    }
    .mobileDropdown {
        display: block !important;
    }
    .aphContainer {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 1s;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}

@media(max-width: 1500px) {
    .videoContainer,
    .videoContainer.playing {
        height: 50vh;
    }
    div#whatsNext {
        margin-top: 5vh;
    }
    .news {
        width: 90%;
    }
    div#infoWorks>.right {
        display: none;
    }
    div#infoWorks>.left {
        width: 100%;
    }
    .droppedHeader .leftDark {
        width: 35.5vw;
    }
    .droppedHeader .leftDark .link,
    .leftDark .whatsNext {
        width: 30vw;
    }
    .droppedHeader .rightLight {
        width: 45vw;
    }
    div#infoWorks {
        width: 40vw;
    }
    .ourworkContainerTitle {
        padding: 0;
    }
    .ourworkHeader {
        width: 90% !important;
        padding: 4% 5% !important;
        flex-wrap: wrap;
    }
    .ourworkLeft {
        width: 100% !important;
        text-align: center;
    }
    .ourworkSubtitle {
        padding-right: 0 !important;
    }
    .ourworkRight {
        margin: 0 auto;
    }
    .ourworkExampleLeft1,
    .ourworkExampleRight2 {
        width: 34%;
    }
    .ourworkExampleRight1,
    .ourworkExampleLeft2 {
        width: 60%;
    }
}

@media(max-width: 820px) {
    .whoweare .right .single .open img {
        width: 40px;
        height: 40px;
    }
    .seemore {
        margin: 50px auto 0 auto;
    }
    .whoweare {
        flex-wrap: wrap;
        margin: 50px auto;
    }
    .whoweare .left,
    .whoweare .right {
        width: 100%;
        transform: unset !important;
    }
    .seemore .singleProject img {
        height: 50vw;
    }
    .seemore .singleProject.visible img {
        max-height: 50vw;
    }
    .seemore .singleProject {
        width: 100%;
        margin-bottom: 10px;
    }
    .home .textArea>.text>*,
    .home .textArea .centerButton .buttonStandard {
        font-size: 30px;
        line-height: 35px;
    }
    .topHeader .info {
        display: none;
    }
    .homeVideo .words div h1 {
        font-size: 8vw;
    }
    .homeVideo .words div img {
        height: 11vw;
        max-width: 100%;
    }
    .homeHeader .stage4 .images {
        width: 100%;
    }
    .work-template-default .videoContainer {
        width: 95%;
    }
    .aboutusHeader.next .aboutusImage {
        flex-wrap: wrap;
    }
    .aboutusHeader.next .aboutusImage img {
        width: 100% !important;
    }
    .videoArea.whiteBg {
        width: 95%;
    }
    .joinUsHeader .seperator {
        margin: 20px auto;
    }
    .joinUsHeader .text {
        width: 80%;
    }
    .aboutusImage.news {
        width: 80%;
        max-width: 440px;
        padding-bottom: 0px;
    }
    .aboutusHeader .aboutusSubtitle.titleBold {
        font-size: 4.268vw;
    }
    .miniExampleOuter {
        height: 37vw;
        min-height: 200px;
    }
    .getintouchInfo div {
        padding-bottom: 10%;
    }
    .getintouchImage {
        width: 60%;
    }
    .imageholda.threeimg img,
    .imageholda.twoimg img {
        width: 100%;
        margin-bottom: 10px;
    }
    .postheaderLeft .text {
        padding-bottom: 1%;
        margin-bottom: 0px;
    }
    .imageCarousel .inner img,
    .imageCarousel.twoSelected .inner {
        height: 50vh;
    }
    span.wpcf7-list-item-label,
    .getintouchForm p label {
        font-size: 17px;
    }
    .getintouch {
        margin-top: 5%;
        min-height: unset;
    }
    .imageSlider.double .inner .resize img {
        width: 80vw;
    }
    .imageSlider.double {
        flex-wrap: wrap;
    }
    .imageSlider.double>div {
        width: 100%;
        margin-bottom: 30px;
    }
    br.mobileBreak {
        display: unset;
    }
    .footerTerms a {
        white-space: nowrap;
    }
    .homeHeader .stage1 .hellooo {
        width: 90%;
    }
    .topHeader {
        background: black !important;
    }
    .topHeader.open {
        opacity: 1 !important;
    }
    .mobileHeader {
        display: block;
    }
    .droppedHeader {
        opacity: 0;
        pointer-events: none;
    }
    .getintouchUpper {
        flex-wrap: wrap;
        text-align: center;
        padding-bottom: 10%;
    }
    .getintouchUpper div {
        margin: 0 auto;
    }
    .getintouchLeft {
        width: 80%;
    }
    .getintouchUpper img {
        max-width: 400px;
        object-fit: contain;
    }
    .ourworkExample:nth-child(4n-1) {
        flex-direction: column-reverse;
    }
    .ourworkExampleRight1,
    .ourworkExampleLeft2 {
        width: 90%;
        margin-top: 20px;
    }
    .ourworkExample {
        flex-wrap: wrap;
        justify-content: center;
        padding: 5% 0;
    }
    .ourworkMobileLine {
        display: block;
    }
    .ourworkExample a {
        justify-content: center !important;
    }
    .ourworkExampleLeft1 {
        width: 80% !important;
        padding-right: 0 !important;
        text-align: center;
        padding-bottom: 3%;
    }
    .ourworkExampleRight2 {
        width: 80% !important;
        padding-left: 0 !important;
        text-align: center;
        padding-bottom: 3%;
    }
    .exampleLogo {
        margin: 0 auto;
        height: 100px;
    }
    .ourworkExampleRight1 img {
        max-height: 500px !important;
    }
    .ourworkExampleLeft2 img {
        max-height: 500px !important;
    }
    .videoContainer,
    .videoContainer.playing {
        height: 25vh;
    }
    .homeHeader .stage1>img {
        margin: 0 auto;
    }
    .ourworkRight {
        width: 70%;
    }
    .ourworkLeft>.title {
        font-size: 45px;
    }
    .ourworkExampleLeft2 img,
    .ourworkExampleRight1 img {
        height: unset;
    }
    .imageCarousel .inner img.selected {
        width: 100% !important;
    }
    .imageCarousel .inner img.selectedTwo {
        width: 0%;
        opacity: 0;
    }
    .postInfo .droppedArea .lower>div {
        width: 45%;
    }
    .postInfo .subtitle {
        width: 95%;
    }
    .postInfo .droppedArea .upper>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .postInfo .droppedArea .upper {
        flex-wrap: wrap;
    }
    .homeHeader .title {
        font-size: 27px;
    }
    .homeHeader>div {
        width: 90%;
    }
    .homeHeader .stage1>img {
        width: 65%;
    }
    .homeHeader .stage1 .img2 {
        transition-delay: 2.5s;
        right: -50vw;
    }
    .homeHeader .stage1 .img3 {
        transition-delay: 3s;
        right: 50vw;
    }
    .homeHeader .stage3 .images {
        width: 90%;
        overflow: hidden;
    }
    .homeHeader .stage2 .images {
        overflow: hidden;
        width: 90%;
    }
    .homeHeader .stage1 div img {
        width: 55%;
        padding: 10px 0;
    }
    .homeHeader .stage2 .images .img1 {
        width: 45%;
        padding: 10px 20%;
    }
    .homeHeader .stage2 .images .img2 {
        width: 40%;
        padding: 10px 20%;
    }
    .homeHeader .stage2 .images .img3 {
        width: 80%;
        padding: 10px 20%;
    }
    .getintouchForm p:not(.wdadwad),
    .nextForm form>p:not(.dwadaw) {
        width: 100%;
    }
    .homeHeader .stage2 .images img:first-child {
        width: 50%;
    }
    .homeHeader .stage2 .images img:last-child {
        width: 85%;
    }
    @keyframes headerAnimOne2 {
        0% {
            background: white;
            top: 15px;
            transform: rotate(-45deg);
        }
        50% {
            background: white;
            top: 15px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
            transform: rotate(0deg);
            background: white;
        }
    }
    @keyframes headerAnimTwo {
        50% {
            transform: rotate(0deg);
        }
        100% {
            background: white;
            transform: rotate(-45deg);
        }
    }
    @keyframes headerAnimTwo2 {
        0% {
            transform: rotate(-45deg);
        }
        50% {
            background: white;
            transform: rotate(0deg);
        }
        100% {
            background: white;
            transform: rotate(0deg);
        }
    }
    @keyframes headerAnimThree {
        0% {
            top: 0;
        }
        50% {
            top: -12px;
            transform: rotate(0deg);
        }
        100% {
            background: white;
            top: -12px;
            transform: rotate(45deg);
        }
    }
    @keyframes headerAnimThree2 {
        0% {
            background: white;
            top: -12px;
            transform: rotate(45deg);
        }
        50% {
            background: white;
            top: -12px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
        }
    }
    .whatsnextRight {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nextstaffContainer {
        width: 80% !important;
    }
    .whatsnextInfo {
        width: 100%;
    }
    .miniExampleOuter {
        width: 100% !important;
    }
    .droppedHeader {
        flex-wrap: wrap;
    }
    .droppedHeader .link {
        width: 79vw !important;
    }
    .droppedHeader #whatsNext a {
        width: 40vw !important;
    }
    .droppedHeader .leftDark,
    .droppedHeader .rightLight {
        width: 80%;
        height: 38vh;
        padding: clamp(90px, 11vh, 100vh) 10% 5vh 10%;
        font-size: 2.439vh;
        overflow: scroll;
    }
    .droppedHeader.headOpened .rightLight .info.visible {
        position: relative;
        height: 100%;
        overflow: scroll;
    }
    .droppedHeader .rightLight {
        padding: 4vh 10%;
    }
    .droppedHeader .leftDark .link {
        padding-bottom: 3vh;
    }
    div#whatsNext {
        margin-top: 0;
    }
    .topHeader .logo {
        font-size: 3.5vh;
    }
    .droppedHeader .rightLight a {
        padding-bottom: 2vh;
        font-size: 2vh;
        white-space: nowrap;
        justify-content: flex-start;
    }
    .info.visible a img {
        opacity: 1;
    }
    .info a img {
        height: 3vh;
    }
}

@media(max-width: 1200px) {
    .getintouch {
        width: 90%;
    }
    .getintouchInfo {
        flex-wrap: wrap;
    }
    .getintouchInfo div {
        width: 100%;
        padding-bottom: 5%;
    }
    .quotedImg>img {
        width: 40%;
    }
    .whatsnext {
        flex-wrap: wrap;
    }
    .whatsnext a {
        justify-content: center !important;
    }
    .whatsnext>div {
        width: 100%;
        padding-bottom: 5%;
        text-align: center;
    }
    .whatsnextLeft>div {
        padding-bottom: 5%;
    }
    .nextstaffContainer {
        width: 35%;
    }
    .nextstaffContainer {
        width: 35%;
    }
    .meettheteamContainer {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .meettheteamSingle {
        width: 45%;
    }
    .texthalf {
        width: 100% !important;
    }
    .aboutusSubtitle {
        padding: 0 5%;
    }
    .whatsnextButton a {
        justify-content: center !important;
    }
    .whatsnextText {
        width: 100%;
        padding: 10% 0;
        padding-left: 0 !important;
        text-align: center;
    }
    .whatsnextImg {
        width: 80% !important;
    }
}

@media(max-width: 600px) {
    .homeVideo video.words {
        width: 90vw;
        left: 5vw;
    }
    .aboutusImage {
        width: 85%;
    }
    .footerLink {
        white-space: nowrap;
        margin: 0 7px;
    }
    .footerLink:last-child {
        border-right: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }
    .footerLinkTitle {
        width: 100%;
    }
    .ourfriends .subtitle {
        margin-bottom: 40px;
    }
    .ourfriendsContainer a {
        width: 48% !important;
        margin-bottom: 30px;
        padding: 0px;
    }
    .ourfriendsContainer {
        justify-content: center;
        align-items: center;
    }
    .ourfriendsContainer a img {
        height: unset !important;
        width: 60%;
        max-width: 200px;
        margin-bottom: 0px;
    }
    #branding .symbols>div {
        width: 1vw;
        height: 1vw;
        border-radius: 0px;
    }
    #branding .symbols>div:nth-child(2) {
        right: 24px;
    }
    #branding .symbols>div:nth-child(1) {
        right: 32px;
    }
    #digital .symbols>div>div {
        height: 4vw;
        right: 2.3vw;
    }
    #digital .symbols>div:nth-child(1)>div {
        transform: rotate(-39deg);
    }
    #digital .symbols>div:nth-child(2)>div {
        transform: rotate(37deg);
        right: 2.4vw;
    }
    #print .symbols>div {
        width: 4vw;
        margin: 0.5vw 0;
    }
    #print .symbols>div:nth-child(1) {
        right: 30px;
    }
    #print .symbols>div:nth-child(2) {
        right: 27px;
    }
    #print .symbols>div:nth-child(3) {
        right: 24px;
    }
    #print .symbols>div:nth-child(4) {
        right: 21px;
    }
    #print .symbols>div:nth-child(5) {
        right: 18px;
    }
    #signage .symbols>div {
        width: 3vw;
        margin: 1vw 2px;
        height: 0.7vw;
    }
    #signage .symbols>div:nth-child(4) {
        right: 24px;
    }
    #signage .symbols>div:nth-child(5) {
        right: 32px;
    }
    #animation .symbols>div {
        height: 1.5vw;
        width: 1.5vw;
    }
    #animation .symbols>div:nth-child(1) {
        right: 32px;
    }
    #animation .symbols>div:nth-child(2) {
        right: 24px;
    }
    #illustration .symbols>div {
        width: 5vw;
        height: 1px;
        margin: 1vw 2px;
    }
    #illustration .symbols>div:nth-child(5) {
        right: 20px;
    }
    #illustration .symbols>div:nth-child(6) {
        right: 25px;
    }
    #illustration .symbols>div:nth-child(7) {
        right: 30px;
    }
    #digital .symbols {
        right: -23px;
    }
    .footerSocials {
        width: 60% !important;
        margin: 0 auto;
    }
    .footerSocials img {
        width: 23px;
    }
    .footerBottom div {
        padding-right: 0px;
    }
    .footerLinkContainer.imag {
        text-align: center;
        margin: 0 40%;
    }
    .whatwedoExamples video {
        display: none;
    }
    .meettheteamContainer {
        justify-content: center !important;
    }
    .meettheteamSingle {
        width: 80% !important;
    }
    .meettheteamSingle div {
        max-width: 100% !important;
        max-height: 100% !important;
        text-align: center;
    }
    .footerLinkContainer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}