/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@-webkit-keyframes float1 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes float1 {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes float2 {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-webkit-keyframes ClientLogo {
    0% {
        -webkit-transform: translate(calc(-440rem + 100vw), 0%);
        transform: translate(calc(-440rem + 100vw), 0%);
    }
    to {
        -webkit-transform: translate(calc(-220rem + 100vw), 0%);
        transform: translate(calc(-220rem + 100vw), 0%);
    }
}
@keyframes ClientLogo {
    0% {
        -webkit-transform: translate(calc(-440rem + 100vw), 0%);
        transform: translate(calc(-440rem + 100vw), 0%);
    }
    to {
        -webkit-transform: translate(calc(-220rem + 100vw), 0%);
        transform: translate(calc(-220rem + 100vw), 0%);
    }
}
@keyframes float2 {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: translate(-34%, -66%) rotate(0);
        transform: translate(-34%, -66%) rotate(0);
    }
    to {
        -webkit-transform: translate(-34%, -66%) rotate(360deg);
        transform: translate(-34%, -66%) rotate(360deg);
    }
}
@keyframes rotate1 {
    0% {
        -webkit-transform: translate(-34%, -66%) rotate(0);
        transform: translate(-34%, -66%) rotate(0);
    }
    to {
        -webkit-transform: translate(-34%, -66%) rotate(360deg);
        transform: translate(-34%, -66%) rotate(360deg);
    }
}
@-webkit-keyframes blob {
    0%,
    to {
        border-radius: 77% 47% 61% 49%;
    }
    20% {
        border-radius: 89% 26% 70% 30%;
    }
    40% {
        border-radius: 56% 93% 56% 94%;
    }
    60% {
        border-radius: 68% 60% 94% 96%;
    }
    80% {
        border-radius: 34% 74% 59% 82%;
    }
}
@keyframes blob {
    0%,
    to {
        border-radius: 77% 47% 61% 49%;
    }
    20% {
        border-radius: 89% 26% 70% 30%;
    }
    40% {
        border-radius: 56% 93% 56% 94%;
    }
    60% {
        border-radius: 68% 60% 94% 96%;
    }
    80% {
        border-radius: 34% 74% 59% 82%;
    }
}
@-webkit-keyframes spotlightOpacity {
    0%,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes spotlightOpacity {
    0%,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes loading {
    to {
        background-position-x: -20%;
    }
}
@keyframes loading {
    to {
        background-position-x: -20%;
    }
}
@-webkit-keyframes applyBlur {
    0%,
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    50% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
}
@keyframes applyBlur {
    0%,
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    50% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
}
@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
:root {
    --workMediaHeight: 55.5rem;
    --img-ratio: 1.5;
    --s: 1;
    --perspective: 1500px;
    --grid-item-ratio: 1.5;
    --grid-width: 100%;
    --grid-height: auto;
    --grid-gap: 2vw;
    --grid-columns: 4;
    --grid-inner-scale: 1;
    --itemWidth : calc(100vw/12);
    counter-reset: item;
}
.grecaptcha-badge {
    display: none !important;
}
main.homeWrapper {
    overflow: hidden;
    padding-bottom: 5rem;
}
#loading,
spline-viewer {
    position: relative;
    width: 100%;
    height: 100vh;
}
spline-viewer{
    z-index: 1;
}
section.heroSectionContainer iframe {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: scaleX(-1.1) scaleY(1.1);
    -ms-transform: scaleX(-1.1) scaleY(1.1);
    transform: scaleX(-1.1) scaleY(1.1);
    overflow: hidden;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    mix-blend-mode: lighten;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
#loading video#loadVideo,
section.heroSectionContainer video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.heroSectionContainer video[id^="full"] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    opacity: 0;
    pointer-events: none;
    background-color: #000;
}
body.opFullVideo section.heroSectionContainer video[id^="full"] ,
body.opFullVideo section.heroSectionContainer .heroCloseIcon{
    opacity: 1;
    pointer-events: auto;
}
body.opFullVideo section.heroSectionContainer ,
body.opFullVideo section.heroSectionContainer .heroCloseIcon{
    z-index: 10001;
}
section.heroSectionContainer .heroPlayIcon .iconContainer{
    position: relative;
}
section.heroSectionContainer .heroPlayIcon .iconContainer {
    width: 9rem;
    height: 9rem;
    cursor: pointer;
    background-color: var(--yellow);
    padding: .25rem;
    border-radius: 9.25rem;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    z-index: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0 0 0 rgba(255,230,0, 0.4);
    box-shadow: 0 0 0 rgba(255,230,0, 0.4);
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255,230,0, 0);
        box-shadow: 0 0 0 30px rgba(255,230,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0);
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255,230,0, 0);
        box-shadow: 0 0 0 30px rgba(255,230,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0);
    }
}
section.heroSectionContainer .heroPlayIcon .iconContainer:hover {
    background: rgba(173,173,173,0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
section.heroSectionContainer .heroPlayIcon .iconContainer .innerObject img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
section.heroSectionContainer .heroPlayIcon .iconContainer .innerObject img:last-child {
    opacity: 0;
}
section.heroSectionContainer .heroPlayIcon .iconContainer:hover .innerObject img:first-child {
    opacity: 0;
}
section.heroSectionContainer .heroPlayIcon .iconContainer:hover .innerObject img:last-child {
    opacity: 1;
}
section.heroSectionContainer .heroPlayIcon .iconContainer:hover .outerObject{
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
section.heroSectionContainer .heroPlayIcon .iconContainer > *{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
section.heroSectionContainer .heroPlayIcon .iconContainer img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
    pointer-events: none;
}
section.heroSectionContainer .heroPlayIcon .iconContainer .outerObject {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    pointer-events: none;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
section.heroSectionContainer .heroPlayIcon .iconContainer .innerObject {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    pointer-events: none;
}
section.heroSectionContainer .heroPlayIcon .iconContainer .innerObject {
    width: 50%;
    height: 50%;
}
section.heroSectionContainer .heroCloseIcon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2rem;
    opacity: 0;
    pointer-events: none;
}
section.heroSectionContainer .heroCloseIcon img{
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}
section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:before , section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 1px;
    background-color: var(--yellow);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:before {
    left: calc(100% + 2rem);
}

section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:after {
    right: calc(100% + 2rem);
}
body.loaded #loading {
    opacity: 0;
    pointer-events: none;
}
section.clientsContainer {
    width: 100vw;
    position: relative;
    left: 0;
    overflow: hidden;
    direction: ltr;
    z-index: 2;
    mix-blend-mode: difference;
}
section.clientsContainer .text-marquee {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: ClientLogo 50s infinite linear;
    animation: ClientLogo 50s infinite linear;
}
section.clientsContainer .text-single,
section.heroSectionContainer {
    /*position: relative;*/
    /*width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.clientsContainer .text-single {
    /*white-space: nowrap;*/
    /*margin: 0;*/
    will-change: transform;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*background-color: #141414;*/
    padding: 2rem 0;
}
section.clientsContainer .text-single .text.js-text {
    display: inline-block;
    width: 8rem;
    min-width: 8rem;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain;
}
section.clientsContainer .text-single .text.js-text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
section.heroSectionContainer {
    height: 80vh;
    min-height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    background: black;
}
section.heroSectionContainer.centeredIcon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

section.heroSectionContainer.centeredIcon .heroSectionInfoButton.withIcon .heroSectionInfo {
    margin-bottom: 3rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
section.heroSectionContainer.centeredIcon .award-subscript {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 0;
}

section.heroSectionContainer.centeredIcon .award-subscript .awardBoxes {
    padding: 0;
    margin: 0;
}

section.heroSectionContainer.centeredIcon  .heroSectionInfo h1 {
    font-size: 3rem;
    font-weight: 500;
}

section.heroSectionContainer.centeredIcon .heroPlayIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    color: var(--white);
}
section.heroSectionContainer.centeredIcon .heroPlayIcon .text.one {
    right: calc(100% + 2rem);
    width: 100%;
    bottom: 50%;
    position: absolute;
    margin-bottom: 2rem;
    text-align: right;
}
section.heroSectionContainer.centeredIcon .heroPlayIcon .text.one > * {
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1rem;
}
section.heroSectionContainer.centeredIcon .heroPlayIcon .text.two {
    left: calc(100% + 2rem);
    width: 250%;
    top: 50%;
    position: absolute;
    margin-top: 2rem;
    height: 2.8rem;
    overflow: hidden;
    text-align: left;
}

.text.two > * {
    font-size: 2rem;
    font-weight: 800;
    white-space: pre;
    height: 2.8rem;
    display: block;
    line-height: 2.8rem;
    position: absolute;
    width: 100%;
    text-transform: capitalize;
    /*animation: slide 6s infinite cubic-bezier(0, 0, 0.14, 0.73);*/
    -webkit-animation: slide 6s infinite cubic-bezier(1, -0.42, 0, 0.74);
    animation: slide 6s infinite cubic-bezier(1, -0.42, 0, 0.74);
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.text.two > *:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.text.two > *:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.text.two > *:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    12.5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    37.5% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    12.5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    37.5% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.heroSectionContainer_inner {
    background-color: var(--black);
    width: 100%;
    height: 100%;
}
.spline-before {
    position: absolute;
    width: 13rem;
    height: 5rem;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 3;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}
section.heroSectionContainer .cursor-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: url(../img/blackborder-hold.png), auto;
}
section.heroSectionContainer .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: var(--black);
}
section.heroSectionContainer .video-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hsl(0deg 0% 0% / 70%);
    z-index: 1;
    pointer-events: none;
}
section.heroSectionContainer .video-overlay > canvas {
    display: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.dg.ac .dg.main.a {
    display: none;
    opacity: 0;
    visibility: hidden;
}
section.heroSectionContainer .heroSectionInfoButton {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*pointer-events: none;*/
}
section.heroSectionContainer .heroSectionInfoButton.withIcon {
    width: 100%;
}
section.heroSectionContainer .heroSectionInfo {
    position: relative;
    mix-blend-mode: difference;
    color: var(--white);
    padding-right: var(--spaceX);
    z-index: 3;
    line-height: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*pointer-events: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.heroSectionContainer .heroSectionInfoButton.withIcon .heroSectionInfo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    padding-left: var(--spaceX);
    padding-right: calc(var(--spaceX) + 1.5rem);
}


section.heroSectionContainer .heroCloseIcon {
    margin: 1rem;
}

section.heroSectionContainer .heroCloseIcon img {
    width: 1rem;
    height: 1rem;
}
section.heroSectionContainer .heroSectionInfo p.title__one {
    font-size: 2rem;
    font-weight: 400;
}
section.heroSectionContainer .heroSectionInfo h1 {
    font-size: 3rem;
    font-weight: 500;
    margin: 10px 0;
}
section.heroSectionContainer .heroSectionInfo p.title__two {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 200;
}
section.heroSectionContainer .heroSectionInfo p.subTitle {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 200;
    margin-top: 2.5rem;
    width: 95%;
}
.award-subscript .awardBoxes,
section.heroSectionContainer .button-boxes {
    padding-right: var(--spaceX);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.heroSectionContainer .button-boxes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin: 3rem 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 3;
}
section.heroSectionContainer .button-boxes .btn.whiteBtn {
    background-color: transparent;
    border: 1px solid var(--yellow);
    color: var(--white);
}
section.heroSectionContainer .button-boxes .btn.whiteBtn:hover {
    color: var(--black);
}
section.heroSectionContainer .video-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}
.awards .awards-wrap picture {
    width: 100%;
    height: 100%;
}
.award-subscript {
    color: var(--white);
    width: 100%;
    margin-top: 4.5rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
    mix-blend-mode: difference;
}
.award-subscript .awardBoxes {
    padding-left: var(--spaceX);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
section.homeSloganContainer .introductionsWrapper .introductionWrap .introductionInfo .count-title-wrap span.linesCodes {
    min-width: 370px;
}
.award-subscript .subscriptBoxes span#linesCodes {
    min-width: 95px;
    text-align: center;
}
.award-subscript .awardBoxes .awardBox .number {
    display: block;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.award-subscript .subscriptBoxes {
    padding: 2rem var(--spaceX);
    border-top: 1px solid var(--white);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #00ffff00;
    background: rgb(255 255 255/17%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--white);
    display: none;
}
.award-subscript .subscriptBoxes > * {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}
.award-subscript .awardBoxes .awardBox .logo {
    width: 8rem;
    height: 2rem;
}
.award-subscript .subscriptBoxes > span span#linesCodes,
.award-subscript .subscriptBoxes > span span.bold {
    font-weight: 700;
    display: block;
}
.award-subscript .awardBoxes .awardBox .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -o-object-position: bottom;
    object-position: bottom;
}
.award-subscript .subscriptBoxes > span,
section.homeServicesContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.award-subscript .subscriptBoxes > span span#linesCodes {
    margin: 0 10px;
}
.award-subscript .subscriptBoxes > span span.bold {
    margin: 0 3px;
}
.award-subscript .awardBoxes .awardBox {
    text-align: center;
    color: var(--white);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.award-subscript .awardBoxes .awardBox:hover {
    opacity: 0.5;
}
.award-subscript .subscriptBoxes > * .space,
.award-subscript .subscriptBoxes > span span.space {
    display: inline-block;
    width: 2rem;
}
.award-subscript .subscriptBoxes .gotoServices .text {
    position: relative;
    display: inline-block;
}
.award-subscript .subscriptBoxes .gotoServices .text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    top: 128%;
    right: 0;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.award-subscript .subscriptBoxes .gotoServices .text:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
section.homeServicesContainer {
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    margin: 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
section.homeServicesContainer::before {
    content: "";
    background-image: url(../img/noise-texture.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}
section.homeServicesContainer .title {
    text-align: left;
    color: #1d1d1d;
    position: relative;
}
section.homeServicesContainer .title:before {
    content: "";
    position: absolute;
    background-image: url(../img/project-overlay.webp);
    width: 45.5rem;
    height: 44.25rem;
    left: 50%;
    top: 62%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
}
section.homeServicesContainer .accordion {
    padding-right: var(--spaceX);
}
section.homeServicesContainer .title .mainTitle {
    font-size: 4rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: -0.12rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
    z-index: 1;
}
section.homeServicesContainer .title .moreDes {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.06375rem;
    text-transform: capitalize;
    opacity: 0.5;
    width: 60%;
    margin-right: auto;
    z-index: 1;
}
section.homeServicesContainer .accordion .accordion-item {
    color: #bababa;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.06rem;
    text-transform: capitalize;
    padding: 0.8rem;
    border-bottom: 1px solid hwb(0deg 0% 100%/30%);
}
section.homeServicesContainer .accordion .accordion-item:last-child {
    border-bottom: none;
}
section.homeServicesContainer .accordion .accordion-item.active {
    color: #1d1d1d;
}
section.homeServicesContainer .accordion .accordion-item .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}
section.homeServicesContainer .accordion .accordion-item .accordion-header .accordion-title {
    width: 100%;
}
section.homeServicesContainer .accordion .accordion-item:hover .accordion-header {
    color: #1d1d1d;
}
section.homeServicesContainer .accordion .accordion-item .accordion-header .accordion-icon > * {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}
section.homeServicesContainer .accordion .accordion-item .accordion-header .accordion-icon > .minus,
section.homeServicesContainer .accordion .accordion-item.active .accordion-header .accordion-icon > .plus {
    opacity: 0;
}
section.homeServicesContainer .accordion .accordion-item.active .accordion-header .accordion-icon > .minus {
    opacity: 1;
}
section.homeServicesContainer .accordion .accordion-item .accordion-content {
    font-weight: 500;
    font-style: normal;
    padding-top: 0.7rem;
}
section.homeServicesContainer .accordion .accordion-item .accordion-content > p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 200;
    width: 100%;
}
section.homeServicesContainer .accordion .accordion-item .accordion-content p span {
    font-weight: 700;
}
section.homeServicesContainer .accordion .accordion-item .accordion-content .btn {
    margin: 2rem 0 1rem;
}
section.homeServicesContainer .title-info-wrap {
    margin-bottom: 7.5rem;
    width: 100%;
}
section.homeServicesContainer .services-wrapper {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
section.homeServicesContainer .services-wrapper .services-wrap:hover .services-logo {
    left: 0;
    bottom: 0;
}
section.homeServicesContainer .services-wrapper .services-wrap:hover .services-logo img {
    -webkit-filter: unset;
    filter: unset;
}
section.homeServicesContainer .services-wrapper::before {
    content: "";
    background-image: url(../img/sample/black-white-texture.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
section.homeServicesContainer .title-info-wrap h2 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2.5rem;
    text-align: center;
}
section.homeServicesContainer .title-info-wrap p {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    opacity: 0.6;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}
section.homeServicesContainer .services-wrapper .services-wrap {
    border-radius: 1.125rem;
    -webkit-box-shadow: 0 8px 38px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 38px 3px rgba(0, 0, 0, 0.08);
    background-color: var(--white);
    overflow: hidden;
    position: relative;
    padding: 1.5rem 1.5rem 5.625rem;
}
section.homeServicesContainer .services-wrapper .services-wrap .services-text h3 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2rem;
}
section.homeServicesContainer .services-wrapper .services-wrap .services-text p {
    font-size: 1.3rem;
    opacity: 0.6;
    width: 50%;
    line-height: 1.5;
}
section.homeServicesContainer .services-wrapper .services-wrap .services-logo {
    width: 12.625rem;
    height: 12.625rem;
    position: absolute;
    left: -2rem;
    bottom: -3rem;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
section.homeServicesContainer .services-wrapper .services-wrap .services-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1) brightness(1);
    filter: grayscale(1) brightness(1);
    -webkit-transition: -webkit-filter ease-in-out 0.3s;
    -o-transition: filter ease-in-out 0.3s;
    transition: -webkit-filter ease-in-out 0.3s;
    transition: filter ease-in-out 0.3s;
    transition: filter ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s;
}
section.homeServicesContainer .services-wrapper .services-wrap:nth-of-type(2) .services-logo img {
    -webkit-animation: float1 6s ease-in-out infinite;
    animation: float1 6s ease-in-out infinite;
}
section.homeServicesContainer .services-wrapper .services-wrap:nth-of-type(3) .services-logo img,
section.homeServicesContainer .services-wrapper .services-wrap:nth-of-type(4) .services-logo img {
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
}
section.homeServicesContainer .services-wrapper .services-wrap:nth-of-type(5) .services-logo img,
section.homeServicesContainer .services-wrapper .services-wrap:nth-of-type(6) .services-logo img {
    -webkit-animation: float1 6s ease-in-out infinite;
    animation: float1 6s ease-in-out infinite;
}
section.homeServicesContainer .services-wrapper .services-wrap:nth-of-type(7) .services-logo img {
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
}
.cardMember.memberWrap:nth-of-type(3) .memberMedia img,
.cardMember.memberWrap:nth-of-type(6) .memberMedia img,
.cardMember.memberWrap:nth-of-type(7) .memberMedia img {
    -o-object-position: top;
    object-position: top;
}
section.featureProjectContainer {
    position: relative;
    width: 100%;
    margin-top: 10rem;
    z-index: 0;
}
section.featureProjectContainer .featureProjectMediaWrap {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    z-index: 1;
}
section.featureProjectContainer .featureProjectInfoWrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12rem 0 6rem;
}
section.featureProjectContainer .featureProjectInfoWrapper::before {
    content: "";
    position: absolute;
    background-image: url(../img/project-overlay.webp);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 62%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
}
section.featureProjectContainer .featureProjectInfoWrapper::after {
    content: "";
    background-image: url(../img/noise-texture.png);
    position: absolute;
    width: 100%;
    height: 163%;
    background-position: center;
    background-size: auto;
    mix-blend-mode: overlay;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
}
section.featureProjectContainer .featureProjectMediaWrap img,
section.featureProjectContainer .featureProjectMediaWrap video {
    max-width: 100%;
    width: 100%;
    aspect-ratio: auto 16/10;
    height: 78vh;
    -o-object-fit: cover;
    object-fit: cover;
}
section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription {
    width: 36%;
}
section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle {
    width: 50%;
}
section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p {
    font-size: 2.25rem;
    font-weight: 200;
    line-height: 1.5;
}
section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle h2 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--yellow);
    padding: 0.12rem 5.31rem;
    line-height: normal;
    height: 1.688rem;
    font-size: 0.75rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
}
section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap span {
    font-size: inherit;
    font-weight: 400;
}
section.featureProjectContainer .blob-wrap,
section.homeServicesContainer .blob-wrap {
    /*position: absolute;*/
    /*top: -12%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, 0);*/
    /*-ms-transform: translate(-50%, 0);*/
    /*transform: translate(-50%, 0) scale(3);*/
    /*z-index: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*-webkit-filter: blur(20px);*/
    /*filter: blur(20px);*/
    /*pointer-events: none;*/
}
section.homeServicesContainer .blob-wrap {
    -webkit-transform: translate(-50%, 0) scale(1.5);
    -ms-transform: translate(-50%, 0) scale(1.5);
    transform: translate(-50%, 0) scale(1.5);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.featureProjectContainer .blob-wrap .blob,
section.homeServicesContainer .blob-wrap .blob {
    position: absolute;
}
section.featureProjectContainer .blob-wrap .blob.blobOne,
section.homeServicesContainer .blob-wrap .blob.blobOne {
    /*z-index: 2;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-34%, -66%) rotate(0);*/
    /*-ms-transform: translate(-34%, -66%) rotate(0);*/
    /*transform: translate(-34%, -66%) rotate(0);*/
    /*background-image: url(../img/yellow-polygon.svg);*/
    /*width: 25vw;*/
    /*height: 25vw;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*!*-webkit-animation: rotate1 10s linear infinite;*!*/
    /*!*animation: rotate1 10s linear infinite;*!*/
    /*transform-box: fill-box;*/
    /*-webkit-transform-origin: 50px 360px;*/
    /*-ms-transform-origin: 50px 360px;*/
    /*transform-origin: 50px 360px;*/
    /*mix-blend-mode: lighten;*/
}
section.featureProjectContainer .blob-wrap .blob.blobTwo,
section.homeServicesContainer .blob-wrap .blob.blobTwo {
    /*border-radius: 39rem;*/
    /*background: -o-linear-gradient(307deg, #00fff0 8.37%, rgb(255 0 77/45%) 91.49%);*/
    /*background: linear-gradient(143deg, #00fff0 8.37%, rgb(255 0 77/45%) 91.49%);*/
    /*-webkit-filter: blur(15px);*/
    /*filter: blur(15px);*/
    /*width: 25vw;*/
    /*height: 25vw;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -37%);*/
    /*-ms-transform: translate(-50%, -37%);*/
    /*transform: translate(-50%, -37%);*/
    /*z-index: 1;*/
    /*-webkit-animation: blob 6s linear infinite alternate;*/
    /*animation: blob 6s linear infinite alternate;*/
}
.award-subscript .awardBoxes .awardBox:first-child .logo img {
    aspect-ratio: auto 141/23;
}
.award-subscript .awardBoxes .awardBox:last-child .logo img {
    aspect-ratio: auto 85/63;
}
.projectMedia .hoverImage::before,
.projectMedia .mainImage::before,
section.featureProjectContainer .featureProjectMediaWrap::before {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background-image: url(../img/noise-texture.png);*/
    /*background-size: auto;*/
    /*z-index: 1;*/
}
.projectsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5rem;
    row-gap: 3.5rem;
}
.projectsContainer .projectWrap .projectInfo h2 {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    min-width: 10rem;
}
.projectsContainer .projectWrap .projectInfo p {
    font-size: 0.875rem;
    text-transform: capitalize;
    color: #7f7f7f;
    min-width: 10rem;
    text-align: left;
}
.projectsContainer .projectWrap:hover .projectInfo {
    opacity: 0.45;
}
.projectsContainer .projectWrap.skeleton .projectInfo h2::before,
.projectsContainer .projectWrap.skeleton .projectInfo p::before,
.projectsContainer .projectWrap.skeleton .projectMedia::before {
    opacity: 1;
}
.projectsContainer .projectWrap:hover .projectMedia .hoverImage {
    opacity: 1;
    -webkit-animation: spotlightOpacity 1.5s cubic-bezier(0.56, 0.44, 0, 1.01) forwards;
    animation: spotlightOpacity 1.5s cubic-bezier(0.56, 0.44, 0, 1.01) forwards;
}
.projectsContainer .projectWrap .projectMedia video {
    width: 100%;
    height: auto;
}
.see.more {
    position: relative;
    margin: 3rem auto 0;
    width: 10rem;
    text-align: center;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid var(--yellow);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.see.more,
.see.more span {
    cursor: pointer;
}
.see.more:hover {
    background-color: var(--yellow);
}
.projectsContainer .projectWrap {
    -ms-flex-preferred-size: calc(20% - 6.438rem);
    flex-basis: calc(20% - 6.438rem);
    margin-bottom: 3.5rem;
    position: relative;
    width: 100%;
    display: block;
}
.projectsContainer .projectWrap:nth-child(8n + 1) {
    -ms-flex-preferred-size: calc(40vw - var(--spaceX) * 1.5);
    flex-basis: calc(40vw - var(--spaceX) * 1.5);
}
.projectsContainer .projectWrap:nth-child(8n + 2) {
    -ms-flex-preferred-size: calc(60vw - var(--spaceX) * 1.5);
    flex-basis: calc(60vw - var(--spaceX) * 1.5);
}
.projectsContainer .projectWrap:nth-child(8n + 3) {
    -ms-flex-preferred-size: calc(56vw - var(--spaceX));
    flex-basis: calc(56vw - var(--spaceX));
    margin: 0 auto;
}
.projectsContainer .projectWrap:nth-child(8n + 4) {
    -ms-flex-preferred-size: calc(49vw - var(--spaceX));
    flex-basis: calc(49vw - var(--spaceX));
}
.projectsContainer .projectWrap:nth-child(8n + 5) {
    -ms-flex-preferred-size: calc(60vw - var(--spaceX) * 1.5);
    flex-basis: calc(60vw - var(--spaceX) * 1.5);
}
.projectsContainer .projectWrap:nth-child(8n + 6) {
    -ms-flex-preferred-size: calc(40vw - var(--spaceX) * 1.5);
    flex-basis: calc(40vw - var(--spaceX) * 1.5);
}
.projectsContainer .projectWrap:nth-child(8n + 7) {
    -ms-flex-preferred-size: calc(45vw - var(--spaceX));
    flex-basis: calc(45vw - var(--spaceX));
    margin: 0 auto;
}
.projectsContainer .projectWrap:nth-child(8n + 8) {
    -ms-flex-preferred-size: calc(65vw - var(--spaceX));
    flex-basis: calc(65vw - var(--spaceX));
}
.projectsContainer .projectWrap .projectMedia {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 1rem;
}
.projectsContainer .projectWrap .projectMedia img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 16/10;
}
.projectsContainer .projectWrap .projectMedia .hoverImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}
.projectsContainer .projectWrap .projectInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.projectsContainer .projectWrap .projectMedia .hoverImage img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}
.projectsContainer .projectWrap .projectInfo h2::before,
.projectsContainer .projectWrap .projectInfo p::before,
.projectsContainer .projectWrap .projectMedia::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: -o-linear-gradient(350deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    -webkit-animation: 1s loading ease-in-out infinite;
    animation: 1s loading ease-in-out infinite;
    opacity: 0;
}
.projectsContainer .projectWrap .projectMedia .coming-soon,
section.weCreate .slogan-overlay .slogan-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.projectsContainer .projectWrap .projectMedia .coming-soon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 230, 0, 0.1);
    font-size: 2.5rem;
    opacity: 0;
    font-weight: 300;
    text-align: center;
}
.projectsContainer .projectWrap .projectMedia.videoMedia .hoverImage {
    display: none;
}
.projectsContainer .projectWrap:hover .projectMedia.videoMedia .mainImage {
    -webkit-animation: applyBlur 1.5s cubic-bezier(0.56, 0.44, 0, 1.01) forwards;
    animation: applyBlur 1.5s cubic-bezier(0.56, 0.44, 0, 1.01) forwards;
}
section.weCreate {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 15rem;
}
section.weCreate .slogan-overlay {
    position: relative;
    z-index: 0;
    left: 0;
    overflow: hidden;
}
section.weCreate .slogan-overlay .slogan-text {
    position: relative;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
}
section.weCreate .slogan-overlay .slogan-text span {
    white-space: pre;
    font-size: 24.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 26rem;
    letter-spacing: 0;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../img/sample/black-white-texture.webp);
    margin: 0;
    color: rgba(255, 230, 0, 0.8);
}
section.weCreate .text {
    position: absolute;
    bottom: 14rem;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 14rem;
}
section.weCreate .text > * {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
section.weCreate .text > :nth-child(1) {
    left: 25%;
}
section.weCreate .text > :nth-child(2) {
    left: 50%;
}
section.weCreate .text > :nth-child(3) {
    left: 25%;
}
#sectionPin,
.pin-wrap {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sectionPin {
    overflow: hidden;
    left: 0;
}
.pin-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 10vw;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}
.pin-wrap > * {
    min-width: 30vw;
}
.cardMember.memberWrap {
    width: 15vw;
    height: 40vh;
    color: var(--white);
    position: relative;
    min-width: auto;
}
.cardMember.memberWrap:nth-of-type(odd) {
    margin-bottom: 20vh;
}
.cardMember.memberWrap:nth-of-type(even) {
    margin-bottom: -20vh;
}
.cardMember.memberWrap .memberMedia {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.cardMember.memberWrap .memberMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cardMember.memberWrap .member-info,
.cardMember.memberWrap .member-overlay {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cardMember.memberWrap .member-info {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 3rem;
    z-index: 2;
    text-align: center;
}
.cardMember.memberWrap .member-overlay {
    width: 80%;
    background: -o-linear-gradient(94deg, #ffe600 30.39%, rgba(255, 230, 0, 0) 97.02%);
    background: linear-gradient(356deg, #ffe600 30.39%, rgba(255, 230, 0, 0) 97.02%);
    mix-blend-mode: multiply;
    z-index: 1;
}
.cardMember.memberWrap .member-info h3,
.cardMember.memberWrap .member-info span {
    font-size: 0.875rem;
    font-weight: 400;
}
.awardsWrapper,
.racesWrapper {
    overflow: hidden;
    height: 100vh;
    direction: ltr;
    min-height: 100vh;
}
.cardMember.otherMember {
    width: 25vw;
    padding-left: 8rem;
    text-align: right;
}
.awards,
.awards .awards-wrap,
.races {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.awards,
.races {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    height: 100vh;
    z-index: 2;
}
.awards .awards-wrap {
    width: 20vw;
    height: 56vh;
}
.awards .awards-wrap img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}
.awards .awards-wrap:first-child,
.cardMember:first-child {
    margin-left: var(--spaceX);
}
.awards .awards-wrap:last-child {
    margin-right: var(--spaceXXX);
}
.awardsWrapper h2.title {
    position: absolute;
    left: var(--spaceX);
    bottom: 4rem;
    font-size: 16.1vw;
    font-style: italic;
    font-weight: 400;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../img/sample/black-white-texture.webp);
    letter-spacing: 0;
    margin: 0;
    color: rgba(255, 230, 0, 0.85);
    font-family: var(--font-en-spezia);
}
.races h2 {
    font-family: "Staatliches", cursive;
    font-size: 30vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.3em;
    padding-left: 0.3em;
    color: #e10600;
    margin: 0;
}
.races h2:last-of-type {
    background: #e1e1ff;
}
.cardMember:last-child {
    margin-right: var(--spaceX);
}
.cardMember.otherMember h3 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.525rem;
    margin-bottom: 2rem;
}
.cardMember.otherMember .peoplesList,
.text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cardMember.otherMember .peoplesList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.5rem;
}
.cardMember.otherMember .peoplesList span {
    opacity: 0.5;
}
.text-wrap {
    position: absolute;
    bottom: 81px;
    z-index: 1;
    mix-blend-mode: hard-light;
}
.text-wrap span {
    font-size: 9.2vw;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.95rem;
    white-space: pre;
    line-height: 12rem;
    mix-blend-mode: saturation;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../img/sample/black-white-texture.webp);
    margin: 0;
    color: rgb(255 230 0/80%);
    text-transform: capitalize;
}
.text-wrap:nth-of-type(5) {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-wrap:nth-of-type(6) {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
.text-wrap .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 46px;
    -moz-column-gap: 46px;
    column-gap: 46px;
}
.racesWrapper .blob {
    position: absolute;
    top: 35px;
    left: 0;
    width: 44.16956rem;
    height: 44.36819rem;
    z-index: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.racesWrapper .blob.final {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
}
.racesWrapper .blob:nth-of-type(4) {
    top: auto;
    bottom: -82px;
}
.racesWrapper .blob .blob1,
.racesWrapper .blob .blob2 {
    position: absolute;
    height: 70%;
    background-repeat: no-repeat;
    background-size: contain;
}
.racesWrapper .blob .blob1 {
    width: 70%;
    background-image: url(../img/yellow-polygon.svg);
    background-position: top;
    z-index: 1;
    top: 84px;
    left: 11rem;
    /*-webkit-animation: rotate2 20s linear infinite;*/
    /*animation: rotate2 20s linear infinite;*/
    -webkit-transform-origin: 66% 50%;
    -ms-transform-origin: 66% 50%;
    transform-origin: 66% 50%;
    transform-box: fill-box;
}
.racesWrapper .blob .blob2 {
    width: 94%;
    background-position: center;
    z-index: 0;
    border-radius: 48.934rem;
    background: -o-linear-gradient(307deg, #00fff0 8.37%, rgba(255, 0, 77, 0.5) 91.49%);
    background: linear-gradient(143deg, #00fff0 8.37%, rgba(255, 0, 77, 0.5) 91.49%);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    top: 50%;
    left: 50%;
    /*-webkit-animation: blob 6s linear infinite alternate;*/
    /*animation: blob 6s linear infinite alternate;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.racesWrapper .blob:nth-of-type(4) .blob1 {
    top: -128px;
}
.racesWrapper .blob:nth-of-type(4) .blob2 {
    top: 0;
}
.empty-box {
    width: 100vw;
}
.scrolling-wrap,
.scrolling-wrap .comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
}
.scrolling-wrap .comm {
    font-size: 8rem;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    cursor: pointer;
    margin: 0;
}
.allProjectWrap::before,
.scrolling-wrap .comm div {
    /*background-image: url(../img/sample/black-white-texture.webp);*/
}
.scrolling-wrap .comm div {
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.5rem;
    white-space: pre;
    line-height: 12rem;
    mix-blend-mode: saturation;
    background-clip: text;
    -webkit-background-clip: text;
    margin: 0;
    color: rgb(255 230 0/80%);
    text-transform: capitalize;
    font-family: var(--font-en-spezia);
}
.scrolling-wrap .comm div:before {
    content: "•";
    -webkit-text-stroke: 0#000;
    color: var(--yellow);
    display: inline-block;
    margin: 0 4rem;
}
.scrolling-wrap .comm div:hover {
    color: var(--yellow);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.scrolling-wrap:hover .comm {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.allProjectBack img#smileIcon {
    height: auto;
    width: 6.375rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-6rem, -50%);
    -ms-transform: translate(-6rem, -50%);
    transform: translate(-6rem, -50%);
    z-index: 1;
    right: 0;
}
.allProjectBack {
    position: relative;
    width: 28vw;
    height: 28vw;
}
.allProjectWrap::before {
    /*    content: "";
        position: absolute;
        width: 100%;
        height: 120%;
        background-position: center;
        background-size: auto;
        mix-blend-mode: overlay;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 2;*/
}
.emptyBoxA {
    min-width: 40vw;
    width: 40vw;
}
.allProjectLink,
.allProjectWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.allProjectWrap {
    margin-top: 4rem;
    /* width: 23vw; */
    margin-left: auto;
    margin-right: auto;
    width: 45vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.allProjectBack img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.allProjectLink {
    position: absolute;
    width: 34vw;
    text-align: center;
    background-color: var(--yellow);
    line-height: normal;
    height: 5.25rem;
    padding: 0;
    border-radius: 3.5rem;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 2rem;
    left: -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.allProjectLink img{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 2.25rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.allProjectLink::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #414141;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.allProjectLink:hover {
    color: var(--white);
    background-color: var(--black);
}

.allProjectLink:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
/*======================HOME ABOUT CONTAINER=========================*/
section.aboutContainerMedia {
    height: 80vh;
    margin-top: 7rem;
}
section.aboutContainerMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.aboutFeaturesContainer {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 2.375rem;
    padding-bottom: 7.625rem;
}
.featureWrap span.title {
    font-size: .875rem;
    font-weight: 400;
}
.featureWrap .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .875rem;
    -moz-column-gap: .875rem;
    column-gap: .875rem;
    margin: 5px 0;
}
.featureWrap .features-item p {
    font-size: 3.25rem;
    font-weight: 600;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*font-family: var(--font-en-MartianMono);*/
}
.featureWrap .features-item .features-item-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.servicesContainer {
    position: relative;
    padding-left: var(--spaceX);
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 0;
    padding-right: var(--spaceX);
    z-index: 2;
}
section.servicesContainer h2 {
    margin: 0;
    padding-right: calc(var(--itemWidth)* 4);
}
.title_item {
    font-size: 3.25rem;
    font-weight: 500;
}
section.servicesContainer .list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 52% 100px 1fr;
    grid-template-columns: 52% 100px 1fr;
    font-family: var(--font-en-MartianMono);
}

section.servicesContainer .list__item span.number::before {
    content: counter(item, decimal-leading-zero);
    counter-increment: item;
    font-weight: 500;
    padding: 4px;
    line-height: .875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875rem;
    z-index: 1;
    top: 3px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
section.servicesContainer .list__item span.number::after {
    content:'';
    width: 100%;
    background: var(--black);
    position: absolute;
    height: 100%;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    z-index: 0;
}
section.servicesContainer .list__item span.number {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
section.servicesContainer .list__item:hover span.number::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
section.servicesContainer .list__item:hover span.number::before {
    color: var(--white);
}
.servicesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
span.list__item-col::before {
    content: "";
    width: 100%;
    background: var(--black);
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0px;
}

.list__item:hover span.list__item-col::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

span.list__item-col {
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875rem;
    display: inline;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 1.5rem;
    font-family: var(--font-en-MartianMono);
    direction: ltr;
    text-align: right;
}

.list__item:hover span.list__item-col {
    color: var(--white);
}
/*======================HOME ABOUT CONTAINER=========================*/
/*=============ABOUT HERO SECTION================*/
section.aboutHeroSection {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
}
.aboutHeroSectionWrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.shuffleMediaWrapper {
    position: absolute;
    width: calc(Var(--itemWidth)*2);
    height: calc(Var(--itemWidth)*2);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.shuffleMediaItems {
    width: 100%;
    height: 100%;
}
.heroSectionAboutTitle {
    position: absolute;
    width: calc(var(--itemWidth)*2);
    top: 50%;
    -webkit-transform: translate(calc(-50% + var(--itemWidth)*2 + 1rem),-50%);
    -ms-transform: translate(calc(-50% + var(--itemWidth)*2 + 1rem),-50%);
    transform: translate(calc(-50% + var(--itemWidth)*2 + 1rem),-50%);
    left: 50%;
    text-align: left;
    z-index: 0;
}
.heroSectionAboutTitle h1 {
    margin: 0;
    font-size: 2.125rem;
    font-weight: 500;
}
canvas#shuffleMedia {
    width: 100%;
    height: 100%;
}
.heroSectionAboutInfo p {
    color: var(--black);
    font-size: 0.875rem;
    line-height: 1.4;
}
.heroSectionSlogan {
    position: absolute;
    left: var(--spaceX);
    bottom: 0;
    z-index: 2;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    mix-blend-mode: hard-light;
    width: calc(100% - var(--spaceX) * 2);
}
#aboutVideoContainer{
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
video#heroVideoAbout,#aboutVideoContainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.heroSectionSlogan p {
    color: var(--yellow);
    font-variation-settings: 'wdth' 120,'wght' 200;
    font-size: clamp(16px,8vw,141px);
    white-space: nowrap;
    line-height: 70vh;
    text-transform: uppercase;
    letter-spacing: -7px;
    font-weight: 700;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    font-family: var(--font-en-spezia);
}
.heroSectionSlogan p:last-child {
    font-size: clamp(16px,11vw,200px);
    line-height: 100vh;
}

.heroSectionSlogan p:last-child span {
    line-height: normal;
    /* display:inline-block; */
    width: 100%;
    text-align: center;
    padding-right: 29px;
}
section.homeBannerContainer {
    position: relative;
    width: 100%;
    height: 135vh;
    margin: 8rem 0 0;
}

section.homeBannerContainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*=============ABOUT HERO SECTION================*/
/*==============SCROLLING SECTION===============*/
.scrollingWrap {
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
.scrollingWrap .comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 1rem;
}
.scrollingWrap:hover .comm {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - 1rem));
        transform: translateX(calc(-100% - 1rem));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - 1rem));
        transform: translateX(calc(-100% - 1rem));
    }
}
/*==============SCROLLING SECTION===============*/
/*==================HOME HERO SECTION NEW=================*/
section.homeHeroSectionWrapper {
    position: relative;
    width: 100%;
    height: 100dvh;
    display: flex;
    background: var(--blue);
    align-items: flex-end;
}
#blackStar {
    position: absolute;
    left: var(--spaceSpecial);
    width: calc(100% - var(--spaceSpecial) * 2););
    top: 22vh;
}
#blackStar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .9;
}
.homeHeroSectionContainer {
    position: relative;
    width: calc(var(--spaceSpecial)*5);
    margin: 0 auto;
    text-align: center;
    display: block;
}
.homeHeroSectionContainer > img {
    width: 8.4375rem;
    margin-bottom: 1.59rem;
}
.homeHeroSectionInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.29rem;
}
.homeHeroSectionInfo h1 {
    font-size: 6rem;
    color: #313131;
    text-transform: uppercase;
    margin-bottom: 0;
}
.homeHeroSectionContainer .award-subscript {
    position: relative;
    margin: 0;
    mix-blend-mode: normal;
}
.homeHeroSectionContainer .award-subscript .awardBoxes {
    justify-content: center;
}

.homeHeroSectionInfo .hero_content {
    color: #313131;
    line-height: 1.7;
}
.homeHeroSectionInfo .hero_content p {
    font-size: 1.25rem;
}
.webgl-canvas_container {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.canvas-g {
    display: none;
}
.homeHeroSectionContainer .award-subscript .awardBoxes .awardBox .logo img {
    filter: brightness(1) invert(1);
}
/*==================HOME HERO SECTION NEW=================*/
@media only screen and (max-width: 768px) {
    :root{
        --itemWidth : 20px;
    }
    .title_item {
        font-size: 3rem;
    }
    /*==============ABOUT HERO SECTION==============*/
    section.homeBannerContainer {
        margin: 4rem 0 0;
        height: 45vh;
    }
    section.aboutHeroSection{
        height: 100dvh;
    }
    .shuffleMediaWrapper {
        width: calc((100vw/4) * 2);
        height: calc((100vw/4) * 2);
    }
    .heroSectionAboutTitle {
        width: 100%;
        top: 6.5rem;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: var(--itemWidth);
    }
    .heroSectionAboutTitle h1{
        font-size: 1.9rem;
    }
    .heroSectionSlogan p {
        font-size: clamp(16px, 21vw, 200px);
        letter-spacing: -1px;
        line-height: normal;
        white-space: break-spaces;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .heroSectionSlogan p:last-child {
        line-height: normal;
        white-space: break-spaces;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: clamp(16px, 21vw, 200px);
    }
    .heroSectionSlogan p:last-child span {
        padding: 0;
    }
    /*==============ABOUT HERO SECTION==============*/
    /*==============ABOUT CONTAINER=============*/
    section.aboutContainer {
        padding: var(--itemWidth) 0;
    }
    section.servicesContainer .list__item span.blankSpace {
        display: none;
    }
    section.aboutContainerMedia {
        height: 37vh;
    }
    section.aboutFeaturesContainer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 3.313rem;
    }
    section.servicesContainer {
        padding-left: calc(var(--itemWidth));
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }
    section.servicesContainer h2 {
        margin-bottom: 1.938rem;
        padding: 0;
    }
    .servicesWrapper {
        row-gap: .5rem;
    }
    section.servicesContainer .list__item{
        -ms-grid-columns: 50px 1fr;
        grid-template-columns: 50px 1fr;
    }
    section.servicesContainer .list__item::before {
        font-size: .75rem;
    }
    /*==============ABOUT CONTAINER=============*/
    section.heroSectionContainer.centeredIcon .heroPlayIcon {
        top: 38%;
    }
    section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:before, section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:after {
        width: 4rem;
    }

    section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:before {
        left: calc(100% + 1rem);
    }

    section.heroSectionContainer.centeredIcon .heroPlayIcon .iconContainer:after {
        right: calc(100% + 1rem);
    }
    section.clientsContainer .text-marquee {
        -webkit-animation: ClientLogo 25s infinite linear;
        animation: ClientLogo 25s infinite linear;
    }
    @-webkit-keyframes ClientLogo {
        0% {
            -webkit-transform: translate(calc(-300rem + 100vw),0%);
            transform: translate(calc(-300rem + 100vw),0%)
        }

        to {
            -webkit-transform: translate(calc(-150rem + 100vw),0%);
            transform: translate(calc(-150rem + 100vw),0%)
        }
    }
    @keyframes ClientLogo {
        0% {
            -webkit-transform: translate(calc(-300rem + 100vw),0%);
            transform: translate(calc(-300rem + 100vw),0%)
        }

        to {
            -webkit-transform: translate(calc(-150rem + 100vw),0%);
            transform: translate(calc(-150rem + 100vw),0%)
        }
    }
    .projectsContainer .projectWrap .projectMedia .coming-soon {
        font-size: 1.25rem;
    }
    section.clientsContainer .text-single {
        padding: 1.2rem 0;
    }
    section.clientsContainer .text-single .text.js-text {
        width: 7rem;
        height: 4rem;
        min-width: 7rem;
    }
    .emptyBoxA {
        min-width: auto;
        width: auto;
    }
    .allProjectWrap {
        margin-top: 2rem;
    }
    .awardsWrapper,
    .racesWrapper {
        min-height: auto;
    }
    .projectsContainer {
        padding-top: 0;
    }
    .allProjectBack {
        height: calc(100vw - var(--spaceX) * 2);
    }
    .allProjectBack,
    .allProjectLink {
        width: calc(100vw - var(--spaceX) * 2);
    }
    section.featureProjectContainer .featureProjectMediaWrap img,
    section.featureProjectContainer .featureProjectMediaWrap video {
        height: 35vh;
    }
    main.homeWrapper {
        padding-bottom: 0;
    }
    section.heroSectionContainer .button-boxes .btn {
        width: 16rem;
        text-align: center;
        height: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.heroSectionContainer .heroSectionInfoButton {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 1.2rem;
    }
    section.heroSectionContainer .heroSectionInfoButton.withIcon .heroSectionInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
    }
    section.heroSectionContainer.centeredIcon .heroSectionInfo h1 {
        font-size: 2rem;
    }

    section.heroSectionContainer.centeredIcon .heroSectionInfoButton.withIcon .heroSectionInfo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 6rem;
        padding-right: var(--spaceX);
        padding-left: var(--spaceX);
    }

    section.heroSectionContainer.centeredIcon .heroPlayIcon .text.one {
        right: -5rem;
        bottom: 5rem;
        margin-bottom: .5rem;
    }

    section.heroSectionContainer.centeredIcon .heroPlayIcon .text.two {
        left: -5rem;
        top: 5rem;
        text-align: left;
        margin-top: .5rem;
    }

    .text.two > * {
        font-size: 1.25rem;
    }
    section.heroSectionContainer .heroPlayIcon .iconContainer {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 5.75rem;
    }
    section.heroSectionContainer video[id^=full]{
        -o-object-fit: contain;
        object-fit: contain;
    }
    section.heroSectionContainer .heroSectionInfo {
        text-align: center;
        padding-top: 2rem;
        mix-blend-mode: exclusion;
        padding: 0 var(--spaceX);
        width: 100%;
    }
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 2.75rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__one {
        font-size: 0.875rem;
        width: 100%;
    }
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 1.25rem;
        font-weight: 400;
    }
    section.heroSectionContainer .heroSectionInfo p.subTitle {
        display: none;
    }
    section.heroSectionContainer .button-boxes {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .btn span,
    .btn.yellowBtn span {
        font-size: 0.875rem;
    }
    .award-subscript {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 4rem 0 7rem;
        padding: 0;
    }
    .award-subscript .awardBoxes,
    .award-subscript .subscriptBoxes {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 var(--spaceX);
    }
    .award-subscript .awardBoxes {
        margin: 0;
        row-gap: 0.5rem;
        width: 100%;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 0px;
        column-gap: 1rem;
    }
    .award-subscript .subscriptBoxes {
        border-top: none;
        border-left: 1px solid var(--white);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.5rem;
        display: none;
    }
    .award-subscript .subscriptBoxes > * {
        width: 100%;
    }
    .award-subscript .awardBoxes .awardBox .number {
        font-size: 2rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 6rem;
        height: 3rem;
    }
    section.heroSectionContainer {
        height: 100dvh;
    }
    section.homeServicesContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto;
        height: auto;
        padding-top: 7rem;
        padding-bottom: 2rem;
    }
    section.homeServicesContainer > * {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
    section.homeServicesContainer .title {
        text-align: center;
    }
    section.homeServicesContainer .title .mainTitle {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .title .moreDes {
        margin: auto;
        width: 100%;
        font-size: 0.875rem;
    }
    section.homeServicesContainer .accordion {
        padding-right: 0;
    }
    section.homeServicesContainer .accordion .accordion-item {
        color: #1d1d1d;
        font-size: 1rem;
    }
    section.homeServicesContainer .blob-wrap {
        top: 80%;
        -webkit-transform: translate(-50%, 80%);
        -ms-transform: translate(-50%, 80%);
        transform: translate(-50%, 80%);
    }
    section.homeServicesContainer .title-info-wrap h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    section.homeServicesContainer .title-info-wrap p {
        width: 100%;
        font-size: 0.875rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    section.featureProjectContainer {
        margin-top: 7rem;
        margin-bottom: 5rem;
    }
    section.featureProjectContainer .featureProjectMediaWrap {
        width: 100%;
    }
    section.featureProjectContainer .featureProjectInfoWrapper {
        padding: 1rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription {
        width: 60%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 6rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle h2 {
        font-size: 1.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap {
        padding: 0.1rem 1.31rem 0.25rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap span {
        font-size: 0.75rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p {
        font-size: 1rem;
    }
    section.featureProjectContainer .blob-wrap .blob.blobOne,
    section.homeServicesContainer .blob-wrap .blob.blobOne {
        width: 50vw;
        height: 50vw;
        -webkit-transform-origin: 30px 190px;
        -ms-transform-origin: 30px 190px;
        transform-origin: 30px 190px;
    }
    section.featureProjectContainer .blob-wrap,
    section.homeServicesContainer .blob-wrap {
        -webkit-transform: translate(-50%, 0) scale(2);
        -ms-transform: translate(-50%, 0) scale(2);
        transform: translate(-50%, 0) scale(2);
    }
    section.featureProjectContainer .blob-wrap .blob.blobTwo,
    section.homeServicesContainer .blob-wrap .blob.blobTwo {
        width: 50vw;
        height: 50vw;
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    .scrolling-wrap .comm div,
    section.weCreate .slogan-overlay .slogan-text span {
        font-size: 5.8125rem;
        letter-spacing: -0.265rem;
        line-height: 7rem;
    }
    section.weCreate .text {
        bottom: 0;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 7rem;
        width: 100%;
    }
    section.weCreate .text > :nth-child(3) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cardMember.memberWrap {
        width: 60vw;
        height: 40vh;
        min-width: 60vw;
    }
    .races {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        overflow-x: auto;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .text-wrap .text-box {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .text-wrap span {
        font-size: 5.8125rem;
        letter-spacing: -0.465rem;
        line-height: 8rem;
        color: rgb(255 230 0/85%);
    }
    section.weCreate {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
    .racesWrapper {
        width: 100%;
        overflow: hidden;
    }
    .cardMember.memberWrap:nth-of-type(odd) {
        margin-bottom: 18vh;
    }
    .cardMember.memberWrap:nth-of-type(even) {
        margin-bottom: -18vh;
    }
    .cardMember.otherMember {
        width: 70vw;
        padding-left: 0;
        min-width: 70vw;
    }
    .racesWrapper .blob {
        width: 27.16956rem;
        height: 27.16956rem;
    }
    .racesWrapper .blob.final {
        bottom: 0;
        right: 0;
    }
    .racesWrapper .blob .blob1 {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    .text-wrap:nth-of-type(6) {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .text-wrap {
        mix-blend-mode: normal;
        bottom: 60px;
    }
    .cardMember.memberWrap .member-info {
        padding-bottom: 2rem;
        width: 80%;
    }
    .cardMember.memberWrap .member-overlay {
        width: 85%;
    }
    section.homeServicesContainer .title-info-wrap {
        margin-bottom: 2rem;
    }
    section.homeServicesContainer .services-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap {
        padding: 1rem 1rem 4.625rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-logo {
        width: 6.625rem;
        height: 6.625rem;
        left: -0.5rem;
        bottom: -1rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text p {
        width: 72%;
        font-size: 0.9rem;
    }
    section.heroSectionContainer .button-boxes {
        padding: 0;
    }
    .awardsWrapper {
        height: auto;
        padding: 6rem 0 3rem;
    }
    .awards {
        height: 100%;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        overflow-x: auto;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .awards .awards-wrap img {
        height: auto;
    }
    .awards .awards-wrap {
        width: 60vw;
        height: 45vh;
        min-width: 58vw;
    }
    .awardsWrapper h2.title {
        bottom: 0;
        font-size: 22.1vw;
        position: relative;
    }
    .allProjectLink {
        right: var(--spaceX);
        height: 4.8rem;
        bottom: 9rem;
        width: calc(100vw - var(--spaceX)*2);
    }

    .allProjectWrap {
        width: 100%;
        min-height: 130vw;
        overflow: hidden;
    }

    .allProjectBack {
        width: 125vw;
        position: absolute;
        right: -6rem;
        height: 125vw;
    }

    .allProjectBack img#smileIcon {
        width: 5.375rem;
        top: 40%;
        -webkit-transform: translate(-8rem, -50%);
        -ms-transform: translate(-8rem, -50%);
        transform: translate(-8rem, -50%);
    }
    /*==================HOME HERO NEW===================*/
    .homeHeroSectionInfo h1 {
        font-size: 1.875rem;
    }
    section.homeHeroSectionWrapper {
        overflow: hidden;
        height: 80vh;
    }

    .homeHeroSectionContainer {
        width: calc(100% - 40px);
    }

    .homeHeroSectionInfo {
        row-gap: 1rem;
    }

    .homeHeroSectionContainer {
        margin-bottom: 1rem;
    }
    .homeHeroSectionInfo .award-subscript .awardBoxes .awardBox .logo {
        height: 1rem;
    }

    .homeHeroSectionContainer > img {
        width: 7.4375rem;
        margin-bottom: 1rem;
    }
    .homeHeroSectionInfo .hero_content p {
        font-size: .75rem;
    }

    #blackStar {
        left: 50%;
        width: 158vw;
        top: 28dvh;
    }
    /*==================HOME HERO NEW===================*/
}
@media only screen and (max-width: 413px) {
    section.heroSectionContainer .heroSectionInfo p.subTitle {
        margin-top: 0.75rem;
        display: none;
    }
    section.heroSectionContainer .button-boxes {
        margin: 0;
    }
    .award-subscript {
        margin: 1rem 0 5.5rem;
    }
    .award-subscript .awardBoxes .awardBox .number,
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 1.1rem;
        width: 100%;
    }
    .award-subscript .subscriptBoxes {
        row-gap: 1rem;
        display: none;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 6rem;
        height: 2rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__one,
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 370px) {
    section.heroSectionContainer .heroSectionInfo p.title__one, section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: .75rem;
    }
    section.heroSectionContainer .heroSectionInfoButton {
        row-gap: 1rem;
    }
    .award-subscript .awardBoxes .awardBox .number,
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 1.8rem;
    }
    section.heroSectionContainer .button-boxes .btn {
        height: 2rem;
    }
    .award-subscript {
        margin: 1rem 0 7rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 5rem;
        height: 2rem;
    }
}
@media only screen and (max-width: 375px) and (max-height: 600px) {
    section.heroSectionContainer .heroSectionInfoButton {
        padding-bottom: 3rem;
        row-gap: 1rem;
    }
    .award-subscript .awardBoxes .awardBox .number,
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 1.8rem;
    }
    section.heroSectionContainer .button-boxes .btn {
        height: 2rem;
    }
    .award-subscript {
        margin: 1rem 0 3rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 5rem;
        height: 2rem;
    }
}
@media only screen and (max-width: 639px) {
    .projectsContainer .projectWrap {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 1rem;
    }
    .projectsContainer .projectWrap .projectInfo h2 {
        font-size: 1rem;
    }
    .projectsContainer .projectWrap .projectInfo p {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
    /*============HOME ABOUT CONTAINER=================*/
    .heroSectionAboutTitle {
        top: 9rem;
    }
    section.aboutFeaturesContainer {
        -ms-grid-columns: 1fr 3.313rem 1fr;
        grid-template-columns: 1fr 1fr;
    }
    /*============HOME ABOUT CONTAINER=================*/
    section.heroSectionContainer.centeredIcon .heroPlayIcon {
        top: 50%;
    }
    section.heroSectionContainer.centeredIcon .heroPlayIcon .text.one {
        bottom: 6rem;
    }

    section.heroSectionContainer.centeredIcon .heroPlayIcon .text.two {
        top: 6rem;
    }
    section.heroSectionContainer .heroPlayIcon .iconContainer {
        width: 6rem;
        height: 6rem;
        border-radius: 6.25rem;
    }
    .allProjectBack {
        width: 50vw;
        height: 50vw;
    }
    .allProjectLink {
        width: 70vw;
        right: auto;
        left: var(--spaceX);
    }
    section.heroSectionContainer .heroSectionInfo {
        width: 80%;
        margin: auto;
    }
    section.featureProjectContainer .blob-wrap .blob.blobOne,
    section.featureProjectContainer .blob-wrap .blob.blobTwo,
    section.homeServicesContainer .blob-wrap .blob.blobOne,
    section.homeServicesContainer .blob-wrap .blob.blobTwo {
        width: 30vw;
        height: 30vw;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle {
        padding-left: 50%;
    }
    .racesWrapper {
        height: 94vh;
    }
    .cardMember.memberWrap {
        width: 40vw;
        height: 40vh;
        min-width: 40vw;
    }
    .cardMember.otherMember {
        width: 50vw;
        min-width: 50vw;
    }
    .awardsWrapper {
        padding: 7rem 0 6rem;
    }
    .awards .awards-wrap {
        width: 40vw;
        height: 45vh;
        min-width: 40vw;
    }
    .awardsWrapper h2.title {
        font-size: 18.1vw;
    }
    .projectsContainer .projectWrap:nth-child(8n + 2) {
        -ms-flex-preferred-size: calc(60% - var(--spaceX) * 1.5);
        flex-basis: calc(60% - var(--spaceX) * 1.5);
    }
    .projectsContainer .projectWrap:nth-child(8n + 1) {
        -ms-flex-preferred-size: calc(40% - var(--spaceX) * 1.5);
        flex-basis: calc(40% - var(--spaceX) * 1.5);
    }
    .projectsContainer .projectWrap:nth-child(8n + 5) {
        -ms-flex-preferred-size: calc(60% - var(--spaceX) * 1.5);
        flex-basis: calc(60% - var(--spaceX) * 1.5);
    }
    .projectsContainer .projectWrap:nth-child(8n + 6) {
        -ms-flex-preferred-size: calc(40% - var(--spaceX) * 1.5);
        flex-basis: calc(40% - var(--spaceX) * 1.5);
    }
    .projectsContainer .projectWrap {
        margin-bottom: 1.5rem;
    }
    .projectsContainer .projectWrap .projectInfo h2 {
        font-size: 1rem;
    }
    .projectsContainer .projectWrap .projectInfo p {
        font-size: 0.75rem;
        min-width: 9rem;
    }
    .allProjectWrap {
        min-height: auto;
    }

    .allProjectBack {
        position: relative;
        right: auto;
    }

    .allProjectBack img#smileIcon {
        -webkit-transform: translate(-6rem, -50%);
        -ms-transform: translate(-6rem, -50%);
        transform: translate(-6rem, -50%);
        width: 5rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .allProjectWrap {
        width: 66vw;
    }

    .allProjectBack img#smileIcon {
        width: 4.8rem;
    }

    .allProjectLink {
        height: 4.5rem;
        font-size: 1.6rem;
    }

    .allProjectLink img {
        width: 1.8rem;
    }
    section.homeBannerContainer {
        height: 50vh;
    }

    section.aboutContainerMedia {
        height: 32vh;
    }
    :root{
        --itemWidth: calc(100vw/10);
    }
    .title_item {
        font-size: 2.8rem;
    }
    /*===========HERO SECTION===========*/
    .heroSectionSlogan p {
        font-size: clamp(16px, 15vw, 150px);
        letter-spacing: -5px;
    }
    .heroSectionSlogan p:last-child {
        font-size: clamp(16px, 15vw, 200px);
    }
    /*===========HERO SECTION===========*/
    /*==========ABOUT CONTAINER==========*/
    section.aboutContainer {
        padding: 4.188rem 0;
    }

    .featureWrap .features-item p {
        font-size: 3rem;
    }

    .featureWrap .features-item .features-item-media a img {
        height: .5rem;
    }

    section.servicesContainer .list__item {
        -ms-grid-columns: 52% 70px 1fr;
        grid-template-columns: 52% 70px 1fr;
    }
    section.servicesContainer h2{
        padding-right: calc(var(--itemWidth)* 3);
    }
    /*==========ABOUT CONTAINER==========*/
    section.heroSectionContainer .heroPlayIcon .iconContainer {
        width: 7rem;
        height: 7rem;
        border-radius: 7.25rem;
    }
    .projectsContainer .projectWrap .projectMedia .coming-soon {
        font-size: 1.5rem;
    }
    section.heroSectionContainer .video-overlay::before{
        opacity: 0;
    }
    section.clientsContainer .text-single {
        padding: 1.8rem 0;
    }
    .allProjectBack {
        width: 38vw;
        height: 38vw;
    }
    .allProjectLink {
        width: 50vw;
    }
    section.featureProjectContainer .featureProjectMediaWrap img,
    section.featureProjectContainer .featureProjectMediaWrap video {
        height: 35vh;
    }
    section.heroSectionContainer .heroSectionInfo {
        width: 60%;
    }
    section.heroSectionContainer .heroSectionInfo p.title__one {
        font-size: 2rem;
    }
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 3rem;
    }
    section.heroSectionContainer.centeredIcon .heroSectionInfo h1{
        font-size: 2rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 1.6rem;
    }
    section.homeServicesContainer .title .mainTitle {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .title .moreDes {
        width: 80%;
        font-size: 1.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p,
    section.homeServicesContainer .accordion .accordion-item {
        font-size: 1.5rem;
    }
    section.homeServicesContainer .accordion .accordion-item .accordion-content {
        font-size: 65%;
    }
    section.homeServicesContainer {
        min-height: auto;
        height: auto;
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
    section.homeServicesContainer .title-info-wrap h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .title-info-wrap p {
        font-size: 1rem;
    }
    section.homeServicesContainer .title-info-wrap {
        margin-bottom: 3rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-logo {
        width: 10.625rem;
        height: 10.625rem;
        left: -1rem;
        bottom: -2rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap {
        padding-bottom: 3.625rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text p {
        width: 61%;
        font-size: 1rem;
    }
    section.featureProjectContainer .featureProjectMediaWrap {
        width: 80%;
    }
    section.featureProjectContainer .featureProjectInfoWrapper {
        padding: 5rem 0;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription {
        width: 40%;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle {
        width: 48%;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle h2 {
        font-size: 2.5rem;
    }
    section.featureProjectContainer .blob-wrap .blob.blobOne,
    section.featureProjectContainer .blob-wrap .blob.blobTwo,
    section.homeServicesContainer .blob-wrap .blob.blobOne,
    section.homeServicesContainer .blob-wrap .blob.blobTwo {
        width: 30vw;
        height: 30vw;
        -webkit-transform-origin: 120px 266px;
        -ms-transform-origin: 120px 266px;
        transform-origin: 120px 266px;
    }
    .awardsWrapper h2.title,
    .scrolling-wrap .comm div,
    section.weCreate .slogan-overlay .slogan-text span {
        font-size: 16.125rem;
        line-height: 18rem;
    }
    section.weCreate .text {
        bottom: 0;
        font-size: 2rem;
        line-height: 11rem;
    }
    .awards,
    .races {
        overflow: hidden;
        overflow-x: auto;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .awardsWrapper {
        height: 57vh;
    }
    .awards {
        height: 100%;
    }
    .awards .awards-wrap {
        width: 30vw;
        height: 30vh;
        min-width: 30vw;
    }
    .cardMember.memberWrap {
        width: 33vw;
        height: 35vh;
        min-width: 33vw;
    }
    .text-wrap:nth-of-type(6) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .text-wrap span {
        letter-spacing: -0.5rem;
        color: rgb(255 230 0/90%);
        line-height: 7rem;
    }
    .cardMember.otherMember {
        width: 40vw;
        padding-left: 2rem;
        min-width: 40vw;
    }
    .cardMember.otherMember .peoplesList span {
        opacity: 0.8;
    }
    .racesWrapper .blob {
        width: 45.16956rem;
        height: 45.36819rem;
    }
    .racesWrapper .blob.final {
        right: -30vw;
        bottom: -104px;
    }
    .text-wrap {
        mix-blend-mode: darken;
        bottom: 70px;
    }
    section.weCreate {
        padding-bottom: 9rem;
    }
    .projectsContainer {
        row-gap: var(--spaceX);
    }
    .projectsContainer .projectWrap {
        margin-bottom: 0;
    }
    .projectsContainer .projectWrap .projectInfo h2 {
        font-size: 1.1rem;
    }
    .projectsContainer .projectWrap .projectInfo p {
        min-width: 8rem;
        font-size: 0.75rem;
    }
    .awardsWrapper,
    .racesWrapper {
        min-height: auto;
    }
    /*==============HOME HERO NEW=================*/
    :root{
        --spaceSpecial: 5vw;
    }
    section.homeHeroSectionWrapper {
        height: 46dvh;
    }
    .homeHeroSectionInfo h1 {
        font-size: 3rem;
    }
    .homeHeroSectionInfo .hero_content p {
        font-size: .875rem;
    }
    .homeHeroSectionInfo {
        row-gap: .875rem;
    }
    .homeHeroSectionContainer {
        width: 50vw;
    }
    .homeHeroSectionContainer > img {
        width: 7.4375rem;
        margin-bottom: 0.89rem;
    }
    #blackStar {
        top: 13vh;
    }
    section.heroSectionContainer {
        height: 40vh;
        min-height: 40vh;
    }
    /*==============HOME HERO NEW=================*/
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .title_item {
        font-size: 2.8rem;
    }
    .allProjectBack img#smileIcon {
        width: 4.375rem;
        -webkit-transform: translate(-5rem, -50%);
        -ms-transform: translate(-5rem, -50%);
        transform: translate(-5rem, -50%);
    }

    .allProjectLink img {
        width: 1.5rem;
    }
    /*==========ABOUT CONTAINER===========*/
    section.aboutContainer {
        padding: 4.188rem 0;
    }

    .featureWrap .features-item p {
        font-size: 3rem;
    }

    section.aboutFeaturesContainer {
        padding-bottom: 5.625rem;
    }

    section.servicesContainer .list__item {
        -ms-grid-columns: 52% 100px 1fr;
        grid-template-columns: 52% 100px 1fr;
    }
    /*==========ABOUT CONTAINER===========*/
    section.heroSectionContainer .heroPlayIcon .iconContainer {
        width: 7rem;
        height: 7rem;
        border-radius: 7.25rem;
    }
    .projectsContainer .projectWrap .projectMedia .coming-soon {
        font-size: 1.7rem;
    }
    section.clientsContainer .text-single .text.js-text {
        width: 7rem;
        height: 4rem;
        min-width: 7rem;
    }
    section.clientsContainer .text-single {
        padding: 1rem 0;
    }
    .allProjectLink {
        padding: 0;
        font-size: 1.4rem;
        height: 3.8rem;
        letter-spacing: 0;
        left: -5rem;
    }
    .award-subscript .subscriptBoxes > * {
        font-size: 0.775rem;
    }
    .award-subscript .subscriptBoxes > * .space,
    .award-subscript .subscriptBoxes > span span.space {
        width: 1rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__one {
        font-size: 1.5rem;
    }
    section.heroSectionContainer .heroSectionInfo h1 ,
    section.heroSectionContainer.centeredIcon .heroSectionInfo h1{
        font-size: 2.4rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 1.2rem;
    }
    .award-subscript {
        margin-top: 1.5rem;
    }
    .award-subscript .subscriptBoxes {
        padding: 1.5rem var(--spaceX);
    }
    .award-subscript .awardBoxes .awardBox .number {
        font-size: 2.25rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 7rem;
        height: 1rem;
    }
    .award-subscript .awardBoxes {
        margin-bottom: 0.5rem;
    }
    section.heroSectionContainer .heroSectionInfo p.subTitle {
        margin-top: 1rem;
        font-size: 0.75rem;
    }
    section.heroSectionContainer .button-boxes {
        margin: 2rem 0 0;
    }
    section.homeServicesContainer .title .mainTitle {
        font-size: 3rem;
        line-height: 3rem;
    }
    section.homeServicesContainer .title .moreDes {
        width: 70%;
        font-size: 1.8rem;
    }
    section.homeServicesContainer .accordion .accordion-item {
        font-size: 1.4rem;
        padding: 0.5rem;
    }
    .cardMember.memberWrap .member-info h3,
    .cardMember.memberWrap .member-info span,
    section.homeServicesContainer .accordion .accordion-item .accordion-content p {
        font-size: 0.8rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper {
        padding: 6rem 0 4rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p {
        font-size: 1.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle h2 {
        font-size: 2rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap {
        padding: 0.12rem 1.31rem;
    }
    section.featureProjectContainer .blob-wrap .blob.blobOne,
    section.homeServicesContainer .blob-wrap .blob.blobOne {
        width: 20vw;
        height: 20vw;
        -webkit-transform-origin: 110px 270px;
        -ms-transform-origin: 110px 270px;
        transform-origin: 110px 270px;
    }
    section.featureProjectContainer .blob-wrap .blob.blobTwo,
    section.homeServicesContainer .blob-wrap .blob.blobTwo {
        width: 20vw;
        height: 20vw;
        -webkit-filter: blur(28px);
        filter: blur(28px);
    }
    .racesWrapper .blob {
        width: 30.16956rem;
        height: 30.36819rem;
        top: 85px;
    }
    .text-wrap span {
        font-size: 9.3vw;
        letter-spacing: -0.75rem;
        line-height: 8rem;
    }
    .text-wrap {
        bottom: 50px;
    }
    .text-wrap:nth-of-type(6) {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cardMember.memberWrap {
        width: 16vw;
        height: 44vh;
    }
    .races {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .cardMember.memberWrap .member-info {
        padding-bottom: 2rem;
        width: 74%;
    }
    .racesWrapper .blob.final {
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        -ms-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
    }
    .cardMember.otherMember {
        width: 35vw;
        padding-left: 4rem;
    }
    section.weCreate .slogan-overlay .slogan-text span {
        font-size: 16.125rem;
        line-height: 19rem;
    }
    section.weCreate .text {
        bottom: 0;
        font-size: 1.8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 10rem;
    }
    section.homeServicesContainer {
        padding-top: 7rem;
        padding-bottom: 5rem;
    }
    section.homeServicesContainer .title-info-wrap h2 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .title-info-wrap {
        margin-bottom: 4.5rem;
    }
    .projectsContainer .projectWrap .projectInfo h2,
    section.homeServicesContainer .title-info-wrap p {
        font-size: 1rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text p {
        width: 56%;
        font-size: 1rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text h3 {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-logo {
        width: 9.625rem;
        height: 9.625rem;
        left: -1rem;
        bottom: -2rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap {
        padding-bottom: 3.625rem;
    }
    .cardMember.otherMember .peoplesList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        display: block;
    }
    .cardMember.otherMember .peoplesList span {
        line-height: 1.6;
        display: block;
    }
    section.weCreate {
        padding-bottom: 7rem;
    }
    section.heroSectionContainer .heroSectionInfoButton {
        padding-bottom: 1rem;
    }
    .awards .awards-wrap {
        width: 18vw;
        height: 51vh;
    }
    .awardsWrapper h2.title {
        font-size: 13.1vw;
        bottom: 4.5rem;
    }
    .awards {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .projectsContainer .projectWrap .projectInfo p {
        font-size: 0.75rem;
    }
    /*=====================HOME HERO SECTION=======================*/
    .homeHeroSectionContainer > img {
        width: 7.4375rem;
        margin-bottom: 1rem;
    }
    .homeHeroSectionInfo .hero_content p {
        font-size: .875rem;
    }
    .homeHeroSectionContainer .award-subscript {
        margin-bottom: 1rem;
    }
    .homeHeroSectionInfo {
        row-gap: 0.875rem;
    }
    .homeHeroSectionInfo h1 {
        font-size: 4rem;
    }
    /*=====================HOME HERO SECTION=======================*/
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .award-subscript .subscriptBoxes {
        padding: 2rem var(--spaceX);
    }
    .award-subscript .awardBoxes .awardBox .number {
        font-size: 2.5rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 6rem;
        height: 3rem;
    }
    .award-subscript .awardBoxes {
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        margin-bottom: 1rem;
    }
    .award-subscript {
        margin-top: 3rem;
    }
    .contactWrapper {
        padding-bottom: 13rem;
    }
    .awards .awards-wrap {
        width: 20vw;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .allProjectLink {
        height: 4.25rem;
        font-size: 1.5rem;
        left: -6rem;
    }

    .allProjectLink img {
        width: 1.65rem;
    }

    .allProjectBack img#smileIcon {
        width: 5.375rem;
    }
    /*==============ABOUT CONTAINER===================*/
    section.aboutContainer {
        padding: 4.188rem 0;
    }
    .featureWrap .features-item p {
        font-size: 3rem;
    }

    .title_item {
        font-size: 3rem;
    }

    section.servicesContainer .list__item {
        -ms-grid-columns: 68px 1fr;
        grid-template-columns: 52% 62px 1fr;
    }

    span.list__item-col {
        font-size: .875rem;
    }
    section.servicesContainer .list__item::before{
        font-size: .75rem;
    }
    /*==============ABOUT CONTAINER===================*/
    section.heroSectionContainer .heroPlayIcon .iconContainer {
        width: 7.25rem;
        height: 7.25rem;
        border-radius: 7.5rem;
    }
    .projectsContainer .projectWrap .projectMedia .coming-soon {
        font-size: 1.75rem;
    }
    section.clientsContainer .text-single {
        padding: 1rem 0;
    }
    section.clientsContainer .text-single .text.js-text {
        width: 7rem;
        height: 4rem;
        min-width: 7rem;
    }
    .award-subscript .subscriptBoxes > * .space,
    .award-subscript .subscriptBoxes > span span.space {
        width: 1.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle h2,
    section.heroSectionContainer .heroSectionInfo p.title__one {
        font-size: 2rem;
    }
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 2.5rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 1.4rem;
    }
    section.heroSectionContainer .button-boxes {
        margin: 2rem 0 0;
    }
    section.heroSectionContainer .heroSectionInfo p.subTitle {
        margin-top: 2rem;
        font-size: 0.75rem;
    }
    .award-subscript {
        margin-top: 3rem;
    }
    .award-subscript .awardBoxes .awardBox .number,
    section.homeServicesContainer .title .mainTitle {
        font-size: 3rem;
    }
    .award-subscript .subscriptBoxes {
        padding: 2rem var(--spaceX);
    }
    .award-subscript .awardBoxes {
        margin-bottom: 1rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 6rem;
        height: 2rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper {
        padding: 6rem 0 4rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p,
    section.homeServicesContainer .title .moreDes {
        font-size: 1.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap {
        padding: 0.12rem 1.31rem;
    }
    section.featureProjectContainer .blob-wrap .blob.blobOne,
    section.homeServicesContainer .blob-wrap .blob.blobOne {
        width: 20vw;
        height: 20vw;
        -webkit-transform-origin: 35px 240px;
        -ms-transform-origin: 35px 240px;
        transform-origin: 35px 240px;
    }
    section.featureProjectContainer .blob-wrap .blob.blobTwo,
    section.homeServicesContainer .blob-wrap .blob.blobTwo {
        width: 20vw;
        height: 20vw;
        -webkit-filter: blur(28px);
        filter: blur(28px);
    }
    .racesWrapper .blob {
        width: 40.16956rem;
        height: 40.36819rem;
    }
    .text-wrap span {
        font-size: 9.3vw;
        letter-spacing: -0.75rem;
        line-height: 8rem;
    }
    .text-wrap {
        bottom: 50px;
    }
    .text-wrap:nth-of-type(6) {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cardMember.memberWrap {
        width: 18vw;
        height: 44vh;
    }
    .races {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .cardMember.memberWrap .member-info {
        padding-bottom: 2rem;
        width: 74%;
    }
    .cardMember.memberWrap .member-info h3,
    .cardMember.memberWrap .member-info span {
        font-size: 0.8rem;
    }
    .racesWrapper .blob.final {
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        -ms-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
    }
    .cardMember.otherMember {
        width: 35vw;
        padding-left: 4rem;
    }
    section.weCreate .slogan-overlay .slogan-text span {
        font-size: 16.125rem;
        line-height: 19rem;
    }
    section.weCreate .text {
        bottom: 0;
        font-size: 1.8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 10rem;
    }
    section.homeServicesContainer .accordion .accordion-item {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
    section.homeServicesContainer .accordion .accordion-item .accordion-content p {
        font-size: 0.9rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-logo {
        width: 10.625rem;
        height: 10.625rem;
        left: -1rem;
        bottom: -2rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text p {
        width: 55%;
        font-size: 1.1rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap {
        padding-bottom: 3.625rem;
    }
    section.homeServicesContainer {
        padding-bottom: 7rem;
        padding-top: 7rem;
    }
    section.homeServicesContainer .title-info-wrap h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .title-info-wrap p {
        font-size: 1.3rem;
    }
    section.homeServicesContainer .services-wrapper {
        grid-gap: 1.5rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text h3 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
    section.weCreate {
        padding-bottom: 10rem;
    }
    .awards .awards-wrap {
        width: 18vw;
        height: 48vh;
    }
    .awardsWrapper h2.title {
        font-size: 14.1vw;
        bottom: 5.5rem;
    }
    .projectsContainer .projectWrap .projectInfo h2 {
        font-size: 1rem;
    }
    .projectsContainer .projectWrap .projectInfo p {
        font-size: 0.75rem;
    }
    /*==============HOME HERO SECTION==================*/
    .homeHeroSectionInfo h1 {
        font-size: 5rem;
    }
    .homeHeroSectionInfo .hero_content p {
        font-size: 1rem;
    }
    .homeHeroSectionContainer > img {
        width: 7.8375rem;
    }
    #blackStar{
        top: 20vh;
    }
    section.heroSectionContainer {
        height: 77vh;
        min-height: 77vh;
    }
    /*==============HOME HERO SECTION==================*/
}
@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (orientation: landscape) {
    .award-subscript .awardBoxes .awardBox .number,
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 2.5rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__one {
        font-size: 1.5rem;
    }
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 1.2rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 6rem;
        height: 3rem;
    }
    .award-subscript .subscriptBoxes > * .space,
    .award-subscript .subscriptBoxes > span span.space {
        width: 1rem;
    }
    section.homeSloganContainer .introductionsWrapper .introductionWrap .introductionInfo .count-title-wrap span {
        font-size: 2.4rem;
    }
    section.featureProjectContainer .featureProjectMediaWrap img,
    section.featureProjectContainer .featureProjectMediaWrap video {
        height: 60vh;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p {
        font-size: 1.5rem;
    }
    .awards .awards-wrap,
    .cardMember.memberWrap {
        height: 55vh;
    }
    .allProjectWrap {
        margin-bottom: 5rem;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 940px) and (orientation: landscape) {
    .projectsContainer .projectWrap .projectInfo p {
        min-width: 6rem;
    }
    section.heroSectionContainer .heroSectionInfoButton {
        row-gap: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 9rem;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section.heroSectionContainer .heroSectionInfo h1 {
        font-size: 2rem;
        width: 100%;
    }
    section.heroSectionContainer .heroSectionInfo p.title__two {
        font-size: 1rem;
    }
    section.heroSectionContainer .button-boxes {
        margin-top: 1rem;
    }
    section.homeServicesContainer {
        row-gap: 4rem;
    }
    .content--spacing {
        height: 120vh;
    }
    section.featureProjectContainer .featureProjectMediaWrap img,
    section.featureProjectContainer .featureProjectMediaWrap video {
        height: 90vh;
    }
    .awards,
    .races {
        overflow: hidden;
        overflow-x: auto;
    }
    .awards .awards-wrap img {
        height: 100%;
    }
    .awards .awards-wrap {
        width: 29vw;
        height: 68vh;
        min-width: 29vw;
    }
    section.heroSectionContainer {
        height: auto;
    }
    .cardMember.memberWrap:nth-of-type(even),
    .cardMember.memberWrap:nth-of-type(odd) {
        margin-bottom: 0;
    }
    .cardMember.memberWrap {
        width: 29vw;
        height: 70vh;
        min-width: 29vw;
    }
    .award-subscript .awardBoxes {
        padding: 0 var(--spaceX);
        margin: 0;
        row-gap: 0.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .award-subscript .subscriptBoxes {
        display: none;
    }
    .award-subscript {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 4rem 0 7rem;
        padding: 0;
        position: relative;
        bottom: auto;
    }
    section.heroSectionContainer .heroSectionInfo {
        padding: 0;
    }
    section.heroSectionContainer .heroSectionInfo p.title__one {
        width: 100%;
    }
    .award-subscript .awardBoxes .awardBox .number {
        font-size: 2.5rem;
    }
    .award-subscript .awardBoxes .awardBox .logo {
        width: 5rem;
        height: 4rem;
    }
    section.homeSloganContainer .introductionsWrapper .introductionWrap .introductionInfo .count-title-wrap span {
        font-size: 2rem;
    }
    section.homeSloganContainer .slogan-overlay .slogan-text span {
        font-size: 8.125rem;
        letter-spacing: -1rem;
    }
    section.homeServicesContainer .title .mainTitle {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }
    section.homeServicesContainer .title .moreDes {
        font-size: 0.875rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectDescription p,
    section.homeServicesContainer .accordion .accordion-item {
        font-size: 1rem;
    }
    .content__title {
        font-size: 17vw;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle h2 {
        font-size: 1.5rem;
    }
    section.featureProjectContainer .featureProjectInfoWrapper .featureProjectTitle .year-type-wrap {
        padding: 0.1rem 1.31rem 0.25rem;
        width: 100%;
        display: block;
        text-align: center;
    }
    .awardsWrapper {
        height: auto;
        margin-bottom: 3rem;
    }
    section.homeServicesContainer .title-info-wrap h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap {
        padding: 1rem 1rem 4.625rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-text p {
        width: 72%;
        font-size: 0.9rem;
    }
    section.homeServicesContainer .services-wrapper .services-wrap .services-logo {
        width: 6.625rem;
        height: 6.625rem;
        bottom: 0;
        left: 0;
    }
    .racesWrapper .blob {
        width: 27.16956rem;
        height: 27.16956rem;
    }
    .racesWrapper .blob.final {
        bottom: -37px;
    }
}