body,
html {
    margin: 0;
    padding: 0;
    width: 100%;

}

body {
    font-family: var(--font-family);
    background-color: var(--btw);
    cursor: none;

}
/*
body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(/assets/img/banner-filter.jpg);
    background-size: contain;
    background-attachment:fixed ;
    opacity: 0.04;
    pointer-events: none;
} */
/*
body.white-mode::before {
    opacity: 0.1;
} */

body.white-mode:not(.index)::before {
    display: none;
}



body::-webkit-scrollbar {
    display: none;
}


.opacity-scroll {
    transform: translate3d(0px, 100px, 0px);
    opacity: 0;
}

.white-mode {
    --bbtw: #ffffff;
}

.mouse-hover-shadow,
.mouse-hover {
    position: fixed;
    display:block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: none;
    cursor: none;
    z-index: 21;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.mouse-hover-shadow {
    width: 44px;
    height: 44px;
    mix-blend-mode: hard-light;
}

.mouse-hover-shadow span,
.mouse-hover span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--wtb);
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: none;
    cursor: none;
    z-index: 21;
    pointer-events: none;
    transform: translate(0%, 0%);
    transition: var(--transition);
    color: white;
}

.mouse-hover-shadow span {
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.mouse-hover-shadow.multiply {
    mix-blend-mode: difference;
}


.mouse-hover-shadow.multiply span {
    height: 76px;
    width: 76px;
    background-color: var(--btw);
    pointer-events: none;
    cursor: none;
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    transform: translate(-25%, -25%);
}

.white-mode .mouse-hover-shadow.multiply span {
    filter: invert(0);
    -webkit-filter: invert(0);
    -moz-filter: invert(0);
    -ms-filter: invert(0);
}

.mouse-hover-shadow.filled {
    mix-blend-mode: difference;
}


.mouse-hover-shadow.filled span {
    height: 44px;
    width: 44px;
    background-color: var(--bluesoft);
    pointer-events: none;
    cursor: none;
}

.mouse-hover-shadow.filled.negative span {
    background-color: white;
}


.mouse-hover-shadow.arrow span,
.mouse-hover-shadow.click span {
    height: 108px;
    width: 108px;
	font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    background-color: #0830ed;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-25%, -25%);
}
.mouse-hover-shadow.click span {
	height: 120px;
	width: 120px;
	padding: 10px;
}

.mouse-hover-shadow:not(.see-site) span::after {
    content: "";
    width: 0;
    height: 0;
    transition: var(--transition);
}


/* .mouse-hover-shadow.arrow:not(.see-site) span::after {
    content: "";
    display: block;
    position: absolute;
    width: 82px;
    height: 52px;
    background-color: #ffffff;
    -webkit-mask-image: url("/assets/img/svg/arrow-right.svg");
    mask-image: url("/assets/img/svg/arrow-right.svg");
} */

.mouse-hover-shadow.arrow span::after {
    content: "Ver Site";
    width: auto;
    height: auto;
    background: none;
    mask-image: none;
    -webkit-mask-image: none;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    color: #ffffff;
    transition: var(--transition);
}

.skin {
    position: fixed;
    bottom: 0;
    left: 75px;
    border-radius: 50px;
    height: 45px;
    width: 45px;
    pointer-events: all;
    z-index: 20;
    padding: 45px;
    cursor: pointer;
}

.skin span {
    position: fixed;
    bottom: 24px;
    left: 90px;
    border-radius: 50px;
    height: 45px;
    width: 45px;
    background-color: var(--wtb);
    transition: var(--transition);
    pointer-events: none;
}

.skin span svg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    max-width: 34px;
    max-height: 30px;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.white-mode .skin span svg {
    fill: white;
}

.skin span svg polygon {
    transition: var(--transition);
}


.skin span svg:first-of-type {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: rotateX(90deg) scale(1);
}

.white-mode .skin span svg:first-of-type {
    opacity: 1;
    transform: rotateX(0deg) scale(1);
}



.skin span svg .eyelid {
    opacity: 1;
    transition: var(--transition)
}

.white-mode .skin span svg .eyelid {
    opacity: 0;
}

.skin span svg .eyelid-open {
    transform:translate(60px, 315px);
}

.skin span svg:last-of-type {
    transform: rotateX(0deg);
}


.white-mode .skin span svg:last-of-type {
    transform: rotateX(180deg) ;
}
.skin span svg:last-of-type .cls-2 {
    transition:all .2s ease-in-out;
    fill: rgba(255, 255, 255, 1);
}

.white-mode .skin span svg:last-of-type .cls-2 {
    fill: rgba(0, 0, 0, 0);
}


.skin:hover span svg:last-of-type .cls-2 {
    fill: rgba(255, 255, 255, 0);
}


.white-mode .skin span svg .iris {
    animation: iris-animate 5s both infinite;
}


@keyframes iris-animate {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, 0);
    }
    21% {
        transform: translate(-150px, 0);
    }
    45% {
        transform: translate(-150px, 0);
    }
    46% {
        transform: translate(150px, 0);
    }
    60% {
        transform: translate(150px, 0);
    }
    62% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}


@media(min-width: 992px) {

    .skin:hover span svg {
        width: 32px;
        max-height: 25px;
    }

    .white-mode .skin:hover span svg:first-of-type {
        transition: all 0.3s ease-in-out;
        opacity: 0;
        transform: rotateX(90deg) scale(1);
    }

    .skin:hover span svg:first-of-type {
        opacity: 1;
        transform: rotateX(0deg) scale(1);
    }


    .skin:hover span {
        transform: scale(1.20);
    }

    .white-mode .skin:hover span svg .eyelid  {
        opacity: 1;
        transition: var(--transition)
    }


    .skin:hover span svg .eyelid {
        opacity: 0;
    }


    .white-mode .skin:hover span svg:last-of-type {
        transform: rotateX(0deg);
    }

    .skin:hover span svg:last-of-type {
        transform: rotateX(180deg);

    }


    .white-mode .skin:hover span svg:last-of-type .cls-2 {
        fill: rgba(0, 0, 0, 1);
    }

    .skin:hover span svg .iris {
        animation: iris-animate 5s both infinite;
    }

}
/* 
@media(max-width: 991px) {
    .skin span {
        right: 40px;
    }
} */

@media(max-width: 768px) {
    .opacity-scroll {
        transform: translate3d(0px, 5px, 0px);
    }
}

.button {
    display: inline-block;
    padding: 20px 29px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin: 0;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    background-color: var(--bluesoft);
    cursor: pointer !important;
}


.button>span {
    display: block;
    position: relative;
    z-index: 2;
    font-size: inherit !important;
    color: inherit !important;
    word-spacing: opacity;
    pointer-events: none;
    text-align: center;
    cursor: pointer;
}

.button:hover,
.button:focus {
    color: var(--bluesoft);
    background-color: white;
}

.white-mode .button:hover,
.white-mode .button:focus {
    color: white;
    background-color: black;
}

.button span {
    animation: slideOut 0.3s forwards;
}

.button:hover span {
    animation: slideIn 0.3s forwards;
}

@keyframes slideOut {
    0% {
        transform: translateY(0%);
    }

    49% {
        transform: translateY(-200%);
    }

    50% {
        transform: translateY(-200%);
        opacity: 0;
    }

    51% {
        transform: translateY(200%);
        opacity: 0;
    }

    52% {
        transform: translateY(200%);
        opacity: 1;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(0%);
    }

    49% {
        transform: translateY(200%);
    }

    50% {
        transform: translateY(200%);
        opacity: 0;
    }

    51% {
        transform: translateY(-200%);
        opacity: 0;
    }

    52% {
        transform: translateY(-200%);
        opacity: 1;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}


/**********************************/
/************ Header **************/
/**********************************/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    z-index: 10;
    max-height: 72px;
    pointer-events: none;
}

header.open {
    z-index: 12 !important;
    transition: none;
}

header .upper  {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: var(--transition);
    background-color: rgba(0, 0, 0, 0);
}

header .upper.fixed  {
    background-color: rgba(0, 0, 0, 1);
}

.white-mode header .upper.fixed {
    background-color:rgba(248, 248, 248, 1);
}

header .upper.fixed.menu-open  {
    background-color: rgba(0, 0, 0, 0);
}


header .upper .logo {
    height: 20px;
    width: 264px;
    display: block;
    position: relative;
    margin: 26px 30px;
    pointer-events: auto;
    cursor: pointer;
}

header .upper .logo::after {
    content: "";
    -webkit-mask-image : url("/assets/img/svg/logo-bluesoft.svg");
    mask-image: url("/assets/img/svg/logo-bluesoft.svg");
    -webkit-mask-repeat : no-repeat;
    mask-repeat:no-repeat;
    background-color: var(--wtb);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 1;
    transition: var(--transition);
    top: 0;
}

header .upper .logo::before {
    content: "";
    -webkit-mask-image : url("/assets/img/svg/logo-bluesoft-min.svg");
    mask-image: url("/assets/img/svg/logo-bluesoft-min.svg");
    -webkit-mask-repeat : no-repeat;
    mask-repeat:no-repeat;
    background-color: var(--bluesoft);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: var(--transition);
    top: -100px;
}


header .upper.menu-open .logo {
    left: 0 !important;
}
header .upper.menu-open .logo,
header .upper.fixed .logo {
    height: 39px;
    width: 38px;
    margin: 17px 30px;
}

header .upper.menu-open .logo::before,
header .upper.fixed .logo::before {
    opacity: 1;
    top: 0;
}

header .upper.menu-open .logo::after,
header .upper.fixed .logo::after {
    opacity: 0;
    top: -100px;
}


header .upper > div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-block: 6px;
    margin-right: 10px;
}

/* header.open .upper > div {
    margin-block: 11px;
} */

header .upper > div .language-picker {
    color: var(--wtb);
    font-size: max(10px, 0.6875rem);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2em;
    text-align: left;
    text-transform: uppercase;
    transition: var(--transition);
    cursor: pointer;
    margin-right: 5px;
}

header .upper > div .language-picker a {
    pointer-events: auto;
    cursor: pointer;
    padding: 20px;
}

header .upper > div .language-picker a:hover {
    opacity: 0.5;
}

header .upper > div .menu-toggle {
    width: 90px;
    height: 60px;
    gap: 13px;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    cursor: pointer;
    padding: 20px;
}

/* header.open .upper > div .menu-toggle {
    height: 50px;
} */

header .upper > div .menu-toggle span {
    position: relative;
    height: 3px;
    width: 100%;
    background-color: var(--wtb);
    display: block;
    transition: var(--transition);
    border-radius: 10px;
}

header .upper > div .menu-toggle span:last-of-type {
    width: 50%;
}

header .upper > div .menu-toggle:hover span:last-of-type {
    margin-left: 50%;
}

header.open .upper>div .menu-toggle span:first-of-type {
    transform: rotate(45deg) translate(8px, 4px);
}

header.open .upper>div .menu-toggle span:last-of-type {
    transform: rotate(-45deg) translate(6px, -4px);
    width: 100%;
}

header.open .upper>div .menu-toggle:hover span:last-of-type {
    margin-left: 0;
}




header .menu {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: var(--btw);
    z-index: 9;
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
    display: none;
}


@keyframes AnimationBottom {
    0%{
        width: 200%;
        bottom: -30%;
        left: 0;
    }


    10%{
        width: 200%;
        bottom: -40%;
        left: 0;
    }

    20%{
        width: 200%;
        bottom: -40%;
        left: -10%;
    }

    30%{
        width: 150%;
        bottom: -40%;
        left: -10%;
    }

    40%{
        width: 160%;
        bottom: -20%;
        left: -40%;
    }


    50%{
        width: 130%;
        bottom: -20%;
        left: -30%;
    }

    80%{
        width: 200%;
        bottom: -80%;
        left: 0;
    }

    100%{
        width: 200%;
        bottom: -30%;
        left: 0;
    }
}
@-webkit-keyframes AnimationBottom {
    0%{
        width: 200%;
        bottom: -30%;
        left: 0;
    }


    10%{
        width: 200%;
        bottom: -40%;
        left: 0;
    }

    20%{
        width: 200%;
        bottom: -40%;
        left: -10%;
    }

    30%{
        width: 150%;
        bottom: -40%;
        left: -10%;
    }

    40%{
        width: 160%;
        bottom: -20%;
        left: -40%;
    }


    50%{
        width: 130%;
        bottom: -20%;
        left: -30%;
    }

    80%{
        width: 200%;
        bottom: -80%;
        left: 0;
    }

    100%{
        width: 200%;
        bottom: -30%;
        left: 0;
    }
}
@-moz-keyframes AnimationBottom {
    0%{
        width: 200%;
        bottom: -30%;
        left: 0;
    }


    10%{
        width: 200%;
        bottom: -40%;
        left: 0;
    }

    20%{
        width: 200%;
        bottom: -40%;
        left: -10%;
    }

    30%{
        width: 150%;
        bottom: -40%;
        left: -10%;
    }

    40%{
        width: 160%;
        bottom: -20%;
        left: -40%;
    }


    50%{
        width: 130%;
        bottom: -20%;
        left: -30%;
    }

    80%{
        width: 200%;
        bottom: -80%;
        left: 0;
    }

    100%{
        width: 200%;
        bottom: -30%;
        left: 0;
    }
}

@keyframes AnimationTop {
    0%{
        width: 200%;
        top: -30%;
        left: 0;
    }


    10%{
        width: 200%;
        top: -40%;
        left: 0;
    }

    20%{
        width: 200%;
        top: -40%;
        left: -10%;
    }

    30%{
        width: 200%;
        top: -30%;
        left: -10%;
    }

    40%{
        width: 200%;
        top: -30%;
        left: -30%;
    }


    50%{
        width: 200%;
        top: -40%;
        left: -50%;
    }

    60%{
        width: 200%;
        top: -30%;
        left: -70%;
    }

    70%{
        width: 200%;
        top: -30%;
        left: -70%;
    }

    80%{
        width: 200%;
        top: -30%;
        left: -50%;
    }

    90%{
        width: 200%;
        top: -40%;
        left: -20%;
    }

    100%{
        width: 200%;
        top: -30%;
        left: 0;
    }
}
@-webkit-keyframes AnimationTop {
    0%{
        width: 200%;
        top: -30%;
        left: 0;
    }


    10%{
        width: 200%;
        top: -40%;
        left: 0;
    }

    20%{
        width: 200%;
        top: -40%;
        left: -10%;
    }

    30%{
        width: 200%;
        top: -30%;
        left: -10%;
    }

    40%{
        width: 200%;
        top: -30%;
        left: -30%;
    }


    50%{
        width: 200%;
        top: -40%;
        left: -50%;
    }

    60%{
        width: 200%;
        top: -30%;
        left: -70%;
    }

    70%{
        width: 200%;
        top: -30%;
        left: -70%;
    }

    80%{
        width: 200%;
        top: -30%;
        left: -50%;
    }

    90%{
        width: 200%;
        top: -40%;
        left: -20%;
    }

    100%{
        width: 200%;
        top: -30%;
        left: 0;
    }
}
@-moz-keyframes AnimationTop {
    0%{
        width: 200%;
        top: -30%;
        left: 0;
    }


    10%{
        width: 200%;
        top: -40%;
        left: 0;
    }

    20%{
        width: 200%;
        top: -40%;
        left: -10%;
    }

    30%{
        width: 200%;
        top: -30%;
        left: -10%;
    }

    40%{
        width: 200%;
        top: -30%;
        left: -30%;
    }


    50%{
        width: 200%;
        top: -40%;
        left: -50%;
    }

    60%{
        width: 200%;
        top: -30%;
        left: -70%;
    }

    70%{
        width: 200%;
        top: -30%;
        left: -70%;
    }

    80%{
        width: 200%;
        top: -30%;
        left: -50%;
    }

    90%{
        width: 200%;
        top: -40%;
        left: -20%;
    }

    100%{
        width: 200%;
        top: -30%;
        left: 0;
    }
}









header.open .menu {
    opacity: 1;
    pointer-events: all;
}


header .menu canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: none;
    filter: blur(220px);
    -webkit-filter: blur(220px);
    -moz-filter: blur(220px);
    -ms-filter: blur(220px);

    pointer-events: none;
}

header .menu >  div {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    margin: auto;
    padding-top: 12%;
}

header .menu >  div.wrapper:before {
    content: "";
    position: absolute;
    height: 500px;
    width: 500px;
    background-color: var(--bluesoft);
    display: block;
    border-radius: 100%;
    filter: blur(100px) opacity(1);
    -webkit-filter: blur(100px) opacity(1);
    -moz-filter: blur(100px) opacity(1);
    -ms-filter: blur(100px) opacity(1);
    transform: translateX(100vw) translateY(100vh);
    -webkit-animation: AnimationBall 60s ease infinite;
    -moz-animation: AnimationBall 60s ease infinite;
    animation: AnimationBall 60s ease infinite;
    pointer-events: none;
}

.white-mode header .menu >  div.wrapper:before {
    filter: blur(500px) opacity(0.5);
    -webkit-filter: blur(500px) opacity(0.5);
    -moz-filter: blur(500px) opacity(0.5);
    -ms-filter: blur(500px) opacity(0.5);
    height: 400px;
    width: 400px;
}

@keyframes AnimationBall {
    0%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(100vw) translateY(100vh);
    }


    5%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    7%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(0);
    }

    8%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(100vh);
    }


    10%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    15%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    20%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(-50vh);
    }

    25%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    30%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(100vh);
    }
    31%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-50vw)translateY(-100vh);
    }
    40%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    44%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    50%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(0);
    }

    51%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(100vw) translateY(100vh);
    }


    56%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    57%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(0);
    }

    59%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(100vh);
    }


    61%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    66%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    70%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(-50vh);
    }

    75%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    80%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(100vh);
    }
    81%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-50vw)translateY(-100vh);
    }
    90%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    94%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    100%{
            filter: blur(100px) opacity(0);
            -webkit-filter: blur(100px) opacity(0);
            -moz-filter: blur(100px) opacity(0);
            -ms-filter: blur(100px) opacity(0);
            transform: translateX(100vw) translateY(100vh);
        }
    }
@-webkit-keyframes AnimationBall {
    0%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(100vw) translateY(100vh);
    }


    5%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    7%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(0);
    }

    8%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(100vh);
    }


    10%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    15%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    20%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(-50vh);
    }

    25%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    30%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(100vh);
    }
    31%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-50vw)translateY(-100vh);
    }
    40%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    44%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    50%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(0);
    }

    51%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(100vw) translateY(100vh);
    }


    56%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    57%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(0);
    }

    59%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(100vh);
    }


    61%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    66%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    70%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(-50vh);
    }

    75%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    80%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(100vh);
    }
    81%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-50vw)translateY(-100vh);
    }
    90%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    94%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    100%{
            filter: blur(100px) opacity(0);
            -webkit-filter: blur(100px) opacity(0);
            -moz-filter: blur(100px) opacity(0);
            -ms-filter: blur(100px) opacity(0);
            transform: translateX(100vw) translateY(100vh);
        }
    }
@-moz-keyframes AnimationBall {
    0%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(100vw) translateY(100vh);
    }


    5%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    7%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(0);
    }

    8%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(100vh);
    }


    10%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    15%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    20%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(-50vh);
    }

    25%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    30%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(100vh);
    }
    31%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-50vw)translateY(-100vh);
    }
    40%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    44%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    50%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(0);
    }

    51%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(100vw) translateY(100vh);
    }


    56%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    57%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(0);
    }

    59%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-100vw)translateY(100vh);
    }


    61%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    66%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    70%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(-50vh);
    }

    75%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(50vw)translateY(0);
    }

    80%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(50vw)translateY(100vh);
    }
    81%{
        filter: blur(100px) opacity(0);
        -webkit-filter: blur(100px) opacity(0);
        -moz-filter: blur(100px) opacity(0);
        -ms-filter: blur(100px) opacity(0);
        transform: translateX(-50vw)translateY(-100vh);
    }
    90%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    94%{
        filter: blur(100px) opacity(0.75);
        -webkit-filter: blur(100px) opacity(0.75);
        -moz-filter: blur(100px) opacity(0.75);
        -ms-filter: blur(100px) opacity(0.75);
        transform: translateX(0)translateY(0);
    }

    100%{
            filter: blur(100px) opacity(0);
            -webkit-filter: blur(100px) opacity(0);
            -moz-filter: blur(100px) opacity(0);
            -ms-filter: blur(100px) opacity(0);
            transform: translateX(100vw) translateY(100vh);
        }
    }


header .menu > div > div,
header .menu > div > ul {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

header .menu >  div > div {
    position: relative;
    height: 100%;
    width: 50%;
    align-items: center;
}

header .menu >  div > div.socials div {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;

}

header .menu >  div > ul > li {
    display: inline-flex;
    padding-bottom: 25px;
}

header .menu > div > ul > li::before {
    content: "";
    width: 11px;
    height: 11px;
    color: var(--wtb);
    position: relative;
    display: inline-flex;
    background-color:var(--wtb);
    border-radius: 100%;
    transition: var(--transition);
    opacity: 0;
    transform: translateX(-100px);
    margin-block: auto;
}

header .menu > div > ul > li:hover::before {
    transform: translateX(11px);
    opacity: 1;
    margin-right: 50px;
}

header .menu > div > ul > li h2 {
    margin: 0;
    font-size: 90px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
}

header .menu > div > ul > li h2 a {
    cursor: pointer;
}

header .menu > div > div > div a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2.8px;
    text-align: left;
    color: var(--wtb);
    text-transform: uppercase;
    cursor: pointer;
}

header .menu > div > div > div a:hover {
    opacity: 0.5;
}



.index footer {
    background-color: var(--bbtw);
    transition: var(--transition);
}

footer {
    position: relative;
    background-color: transparent;
    padding: 0 20px 130px;
}

.content + footer {
    margin-top: 100px;
}

footer > div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    transition: var(--transition);
    max-width: 1190px;
    margin: 0 auto;
}

.white-mode footer > div {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer > div > div {
    display: flex;
    gap: 40px;
}

footer > div > div > * {
    padding-block: 10px;
}

footer > div > div:last-of-type {
    gap: 30px;
}

footer > div > div a,
footer > div > div p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
    transition: var(--transition);
}
footer a {
    cursor: pointer !important;
}

footer > div > div:last-of-type a {
    position: relative;
    color: var(--wtb);
    font-size: 20px;
    transition: var(--transition);
    width: 30px;
    display: flex;
    justify-content: center;
}

footer > div > div a:hover {
    color: var(--bluesoft);
}


@media(max-width: 991px) {

    header .menu > div {
        flex-direction: column-reverse;
        max-height: unset;
        padding-top: 0;
    }

    header .menu > div > div, header .menu > div > ul {
        width: 100%;
    }

    header .menu > div .socials {
        height: unset;
        margin-bottom: 0;
        position: absolute;
        bottom: -50px;
        transition: var(--transition);
    }
    header.open .menu > div .socials {
        bottom: 37px;
        position: fixed;
    }

    header .menu > div > div.socials div {
        display: flex;
        gap: 20px;
        flex-direction: row;
    }

    header .menu > div > ul {
        justify-content: center;
        max-width: 500px;
        margin: auto;
    }

    header .menu > div > div > div a {
        font-size: 12px;
    }

    header .upper > div {
        margin-right: 20px;
    }

    header .upper .logo {
        margin: 26px 30px 26px 40px;
    }

    footer {
        padding: 0 40px 130px;
    }

    footer > div {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

}

@media(max-width: 767px) {

    .content+footer {
        margin-top: 50px;
    }

    .mouse-hover-shadow,
    .mouse-hover {
        display: none;
    }

    header .upper .logo {
        height: 13px;
        width: 178px;
        margin: 22px 20px;
    }

    header .upper > div {
        margin-block: auto;
        margin-right: 19px;
        transition: var(--transition);
    }

    header .upper > div .menu-toggle {
        width: 32px;
        height: 12px;
        gap: 8px;
        padding: 0;
        transition: var(--transition);
    }

    header .upper > div .language-picker {
        margin-right: 0;
    }

    .skin {
        padding: 40px;
    }
/* 
    .skin span {
        bottom: 18px;
        right: 20px;
    } */

    .lock .skin span {
        bottom: 75px;
        right: 20px;
    }

    header .menu > div > ul > li h2 {
        margin: 0;
        font-size: 40px;
    }

    header.open .upper > div .menu-toggle {
        height: 34px;
    }


    header.open .upper>div .menu-toggle span:last-of-type {
        transform: rotate(-45deg) translate(-3px, 6px);
    }

    header.open .upper>div .menu-toggle span:first-of-type {
        transform: rotate(45deg) translate(15px, 10px);
    }

    header .menu > div > ul {
        max-width: 250px;
        padding: 0;
    }

    footer {
        padding: 0 20px 60px;
    }

    footer > div > div,
    footer > div {
        flex-direction: column;
        align-items: center;
		gap: 30px;
    }
    footer > div > div:last-of-type {
        flex-direction: row;
        gap: 49px;
        margin-top: 60px;
    }

    footer > div > div p span {
        display: block;
        opacity: 0;
    }

	footer > div > div > * {
		padding: 0;
	}
    footer > div > div a,
    footer > div > div p {
        font-size: 14px;
        text-align: center;
    }

    footer > div > div:last-of-type a {
        font-size: 17px;
    }
}


/***************** CANVAS && Filters**********************/


canvas {
    width: 100%;
    height: 100%;
    cursor: auto;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    -moz-filter: blur(80px);
    -ms-filter: blur(80px);
}

.white-mode canvas {

    filter: blur(100px);
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -ms-filter: blur(100px);
}


.content canvas {
    width: 100vw;
    height: 100vh;

    filter: blur(80px);
    -webkit-filter: blur(80px);
    -moz-filter: blur(80px);
    -ms-filter: blur(80px);
    position: fixed;
}

img.page-filter {
    display: none;
}

.content .banner.no-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    margin: auto;
    height:100vh;
    left: 0;
    right: 0;
    transition: var(--transition);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-80%);
    -moz-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    -webkit-animation: Animation 10s ease infinite;
    -moz-animation: Animation 10s ease infinite;
    animation: Animation 10s ease infinite;
    background:
    linear-gradient(152deg,rgba(0, 0, 239, 1) 0%, rgba(213, 159, 73,0) 45%),
    linear-gradient(198deg, rgba(0, 0, 239,0.2) 25%, rgba(213, 159, 73,0) 36%),
    linear-gradient(-181deg, rgba(0, 0, 239,0.2) 19%, rgba(213, 159, 73,0) 76%);
    pointer-events: none;
}

@keyframes Animation {
    0%{
        transform: translateX(-60%) translateY(-80%);
    }


    25%{
        transform: translateX(-60%) translateY(-70%);
    }


    50%{
        transform: translateX(-65%) translateY(-60%);
    }

    75%{
        transform: translateX(-55%) translateY(-70%);
    }

    100%{
        transform: translateX(-60%) translateY(-80%);
    }
}

@-webkit-keyframes Animation {
    0%{
        transform: translateX(-50%) translateY(-80%);
    }


    25%{
        transform: translateX(-50%) translateY(-80%);
    }


    50%{
        transform: translateX(-50%) translateY(-50%);
    }

    75%{
        transform: translateX(-50%) translateY(-50%);
    }

    100%{
        transform: translateX(-50%) translateY(-80%);
    }
}
@-moz-keyframes Animation {
    0%{
        width: 100%;
        transform: translateX(-50%) translateY(-80%);
    }


    25%{
        width: 200%;
        transform: translateX(-50%) translateY(-80%);
    }


    50%{
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
    }

    75%{
        width: 200%;
        transform: translateX(-50%) translateY(-50%);
    }

    100%{
        width: 100%;
        transform: translateX(-50%) translateY(-80%);
    }
}


/**************************************/
/************** CONTACTS **************/
/**************************************/

.content.contacts .banner .container > div {
    margin: 0;
    position: relative;
    min-height: 150px;
}

.content.contacts h1 {
    display: none;
}

.contacts .typewrite {
    overflow: hidden;
}


.content.contacts .typewrite .wrap {
    font-size: 9.375rem;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
    text-transform: unset;
}

.content.projects .typewrite .wrap,
.content.contacts .typewrite .wrap {
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}


.content.contacts > .container {
    margin-top: 100px;
    padding: 0 20px;
    max-width: 1060px;
}

.content.contacts > .container p {
    font-size: 1.875rem;
    color: var(--wtb);
    line-height: 1.67;
    font-weight: 300;
}

.content.contacts > .container p:nth-child(2),
.content.contacts > .container p:nth-child(4) {
    line-height: 0.6;
}

.content.contacts > .container p a {
    transition: var(--transition);
    color: var(--bluesoft);
    cursor: pointer;
}

.content.contacts > .container p a:hover {
    color: var(--wtb);
}

.content .form {
    margin: 200px auto 0 auto;
    padding: 0 40px;
    max-width: 1100px;
}

.content .form .row {
    max-width: 690px;
    margin-left: auto;
    --gap: 37px;
}

.content.contacts h2 {
    font-size: 5.625rem;
    color: var(--wtb);
    letter-spacing: -0.9px;
    max-width: 690px;
    margin: 0 0 50px auto;
    font-weight: normal;
}

.content .honey-input {
    display: none;
}

.content .form input,
.content .form textarea,
.content .form select {
    font-family: var(--font-family);
    appearance: none;
    -webkit-appearance: none;
    font-size: 1rem;
    font-weight: 300;
    color: var(--wtb);
    width: 100%;
    padding: 22px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    resize: none;
    transition: var(--transition);
}

.content .form label:not(.button) {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #8e8d8d;
    line-height: 1.25;
    margin: 0;
}

.content .form .input-wrapper label,
.content .form .select-wrapper label {
    position: absolute;
    top: 0;
	transform: translateY(21px);
	line-height: 1;
    pointer-events: none;
    transition: var(--transition);
}

.content .form .input-wrapper input:focus + label,
.content .form .input-wrapper input[placeholder] + label,
.content .form .input-wrapper textarea:focus + label,
.content .form .input-wrapper textarea[placeholder] + label,
.content .form .input-wrapper.filled label,
.content .form .select-wrapper.filled label {
    transform: translateX(0px) translateY(-5px);
    font-size: 12px;
    width: 100%;
}

.content .form .privacy-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.content .form .privacy-container > span {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #8e8d8d;
}

.content .form .privacy-container > span a {
    color: var(--wtb);
    transition: var(--transition);
    cursor: pointer;
}

.content .form .privacy-container > span a:hover {
    color: var(--bluesoft);
}

.content .form .privacy-container .radio-button {
    position: relative;
    height: 44px;
    width: 72px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: var(--transition);
}

.content .form .privacy-container .radio-button:hover,
.content .form .privacy-container .radio-button.checked {
    border: 2px solid rgba(255, 255, 255, 1);
}

.white-mode .content .form .privacy-container .radio-button {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.white-mode .content .form .privacy-container .radio-button:hover,
.white-mode .content .form .privacy-container .radio-button.checked {
    border: 2px solid rgba(0, 0, 0, 1);
}

.content .form .privacy-container .radio-button input.not-filled,
.content .form .privacy-container .radio-button input {
    border: none !important;
    margin: 0;
    cursor: pointer;
}

.content .form .privacy-container .radio-button input::after {
    content: "";
    opacity: 0;
    transition: var(--transition);
    border: 2px solid red;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
}

.content .form .privacy-container .radio-button.checked input::after {
    border: 2px solid white;

}

.content .form .privacy-container .radio-button input.not-filled::after {
    opacity: 1;
}

.content .form .privacy-container .radio-button label {
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    pointer-events: none;
    font-size: 1rem;
    color: var(--wtb);
}

.content .form .privacy-container .radio-button.checked label {
    color: var(--wtb);
}

.content .recruitment-wrapper .blue-arrow > a,
.content .form .blue-arrow > a {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.content .recruitment-wrapper .blue-arrow a > span,
.content .form .blue-arrow a > span {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--bluesoft);
    padding-right: 0;
    transition: var(--transition);
    padding-right: 112px;
    cursor: pointer;
}

.content .recruitment-wrapper .blue-arrow a > span::after,
.content .form .blue-arrow a > span::after {
    content: '';
    transition:var(--transition);
	display: inline-block;
	-webkit-mask-image: url(/assets/img/template/bullet-arrow.svg);
	mask-image: url(/assets/img/template/bullet-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--bluesoft);
	width: 82px;
	height: 52px;
	position: relative;
	transition: var(--transition);
	position: absolute;
	top: -3px;
    right: 0;
}


.form .warning {
    font-size: 14px;
    font-weight: 400;
    color: var(--warning);
    position: relative;
    transition: var(--transition);
}

.content .form .blue-arrow.alert > a {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.form .not-filled .warning {
    height: 20px;
}

.form input.not-filled,
.form input[type="checkbox"].not-filled + label,
.form textarea.not-filled,
.form select.not-filled + .custom-select .placeholder {
    border-bottom: 1px solid var(--warning) !important;
}

.form .input-wrapper.filled input.not-filled,
.form .input-wrapper.filled textarea.not-filled {
    border-bottom: 1px solid #333333 !important;
}

.content .recruitment-wrapper .blue-arrow a > span:hover::after,
.content .form .blue-arrow a > span:hover::after {
    transform: translateX(10px);
}

.content.contacts .image-wrapper {
    margin-top: 200px;
    padding: 0 20px;
    max-width: 1230px;
    margin: 200px auto 100px;
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.content.contacts .image-wrapper .contact-image {
    display: block;
    position: relative;
    max-width: 655px;
    margin: 0 0 0 auto;
}

.content.contacts .image-wrapper .contact-image:nth-child(odd) {
    margin: 0 auto 0 0;
}

.content.contacts .image-wrapper .contact-image img {
    width: 100%;
    transform: translateY(100px);
    opacity: 0;
}


.content.contacts .recruitment-wrapper {
    margin: 80px auto 50px;
    padding: 0 20px;
    max-width: 1230px;
}

.content.contacts .recruitment-wrapper h2 {
    line-height: 1;
    margin: 0 auto 0 0;
}

.content.contacts .recruitment-wrapper p {
    max-width: 650px;
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: -0.22px;
    color: #8e8d8d;
    margin-top: 50px;
}

.content.contacts .recruitment-wrapper .col-12 a > span {
    display: flex;
    align-items: center;
    gap: 32px;
    transition: var(--transition);
    margin-top: 60px;
}

.content.contacts .recruitment-wrapper .col-12 > a {
    justify-content: flex-start;
}

.content.contacts .recruitment-wrapper .col-12 a > span::after {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
}

.content.contacts .recruitment-wrapper .col-12 a > span:hover {
    gap: 45px;
}


@media(max-width: 991px) {
    .content.contacts .recruitment-wrapper,
    .content.contacts .image-wrapper,
    .content .form,
    .content.contacts > .container {
        padding-inline: 40px;
    }
}
@media(max-width: 767px) {

    .content.contacts .typewrite .wrap {
        font-size: 5rem;
        font-weight: bold;
        line-height: 0.8;
    }


    .content.contacts > .container {
        margin-top: 50px;
    }

    .content.contacts .banner .container > div {
        min-height: 50px;
    }

    .content.contacts h2 {
        font-size: 38px;
    }

    .content.contacts .form {
        margin: 100px auto 0 auto;
    }

    .content.contacts .form .privacy-container > span {
        flex-direction: column;
        align-items: self-start;
        justify-content: center;
    }

    .content.contacts .image-wrapper {
        margin: 100px auto 100px;
        gap: 60px;
    }

    .content .form .privacy-container .radio-button {
        height: 35px;
        width: 55px;
    }


    .content .recruitment-wrapper .blue-arrow a > span::after,
    .content .form .blue-arrow a > span::after {
        width: 60px;
        height: 40px;
    }

    .content .recruitment-wrapper .blue-arrow a > span,
    .content .form .blue-arrow a > span {
        padding-right: 90px;
    }
}


/**************************************/
/************** GLOSSARY **************/
/**************************************/

.glossary .container {
    max-width: 1060px !important;

}

.glossary-filter {
    display: flex;
    margin-top: 100px;
}

.glossary-filter .letter-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 152px;
    width: 100%;
    max-width: 600px
}

.glossary-filter .letter-filter > div {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.16px;
    color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-height: 44px;
    max-width: 44px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.3s ease-in-out;
    cursor: pointer;
}

.glossary-filter .letter-filter > div.disabled {
    color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    pointer-events: none;
}

.white-mode .glossary-filter .letter-filter > div.disabled {
    color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    pointer-events: none;
}

.glossary-filter .letter-filter > div:not(.disabled):hover {
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
}

.white-mode .glossary-filter .letter-filter > div:not(.disabled):hover {
    color: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 1);
}

.glossary-filter .letter-filter > div.selected {
    border: 2px solid rgba(255, 255, 255, 1);
}

.glossary-filter .input-wrapper {
    max-width: 313px;
    margin-left: auto;
    position: relative;
    width: 100%;
}

.glossary-filter .input-wrapper label {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.16px;
	left: 31px;
	top: 24px;
	z-index: 1;
    position: absolute;
    color: #8e8d8d;
    transition: var(--transition);
    background: transparent;
    pointer-events: none;
    z-index: 3;
}

.glossary-filter .input-wrapper .custom-select.isSelected + label {
    opacity: 0;
    pointer-events: none;
}

.glossary-filter .input-wrapper .custom-select .placeholder {
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50px;
    color: #8e8d8d;
    font-size: 1rem;
	font-weight: 300;
	line-height: 1;
    letter-spacing: -0.16px;
    left: 0;
    padding: 23.5px 0 23.5px 31px;
    transition: var(--transition);
    cursor: pointer;
}


.glossary-filter .input-wrapper .custom-select.isSelected > .placeholder {
    color: var(--wtb);
    border: 1px solid rgba(255, 255, 255, 1);
}

.glossary-filter .custom-select:not(.has-reset) .placeholder::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 31px;
    margin: auto;
    width: 5px;
    height: 7px;
    border-right: 1px solid white;
    transform: rotate(50deg);
    pointer-events: none;
    transition: var(--transition);
}
.glossary-filter .custom-select:not(.has-reset) .placeholder::after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 32px;
    margin: auto;
    width: 8px;
    height: 7px;
    border-bottom: 1px solid white;
    transform: rotate(40deg);
    pointer-events: none;
    transition: var(--transition);
}


.glossary-filter .custom-select .options-wrapper {
    border-left: 1px solid rgba(255, 255, 255, .4);
    border-right:  1px solid rgba(255, 255, 255, .4);
    border-bottom:  1px solid rgba(255, 255, 255, .4);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 0px;
    top: 35px;
    padding-right: 0;
    padding-left: 31px;
    margin-top: 0px;
    background-color: var(--btw);
    /* background: rgba(255, 255, 255, 0.2) url(/assets/img/banner-filter.jpg); */
    z-index: 3;
    transition: var(--transition), background-color 0s ease-out;
}

.glossary-filter .custom-select.isSelected .options-wrapper {
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right:  1px solid rgba(255, 255, 255, 1);
    border-bottom:  1px solid rgba(255, 255, 255, 1);
}

.glossary-filter .custom-select .options > div {
    cursor: pointer;
    padding: 7px 0;
}

.glossary-filter .custom-select .options > div.selected,
.glossary-filter .custom-select .options > div:hover {
    color: var(--wtb);
}


.glossary .listing > .glossary-results.container {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 150px;
}

.glossary .listing > .glossary-results ul {
    padding: 0;
}


.glossary .listing > .container li a {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
    white-space: nowrap;
    cursor: pointer;
}

.glossary .listing > .container li a:hover {
    opacity: 0.5;
}

.glossary .listing > .container li a::after {
    content: "";
    display: inline-block;
    height: 21px;
    width: 34px;
    -webkit-mask-image: url(/assets/img/template/bullet-arrow.svg);
    mask-image: url(/assets/img/template/bullet-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--bluesoft);
    transition: var(--transition);
    margin-left: -50px;
    opacity: 0;
}

.glossary .listing > .container li a.selected {
    color: var(--bluesoft);
}

.glossary .listing > .container li a.selected:hover {
    color: var(--wtb);
        opacity: 1;
}

.glossary .listing > .container li a.selected:hover::after {
    background-color: var(--wtb);
}


.glossary .listing > .container li a.selected::after {
    margin-left: 20px;
    opacity: 1;
}


.glossary .listing > .container .template {
    margin: 0;
    max-width: 560px;
    transition: var(--transition);
}


.white-mode .glossary-filter .letter-filter > div.selected {
    border: 2px solid rgba(0, 0, 0, 1);
}

.white-mode .glossary-filter .letter-filter > div {
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.white-mode .glossary-filter .input-wrapper .custom-select .placeholder {
    border: 1px solid rgba(0, 0, 0, .4);
}


.white-mode .glossary-filter .custom-select:not(.has-reset) .placeholder::before {
    border-right: 1px solid black;
}

.white-mode .glossary-filter .custom-select:not(.has-reset) .placeholder::after{
    border-bottom: 1px solid black;
}

.white-mode .glossary-filter .custom-select .options-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    border-right:  1px solid rgba(0, 0, 0, 0.4);
    border-bottom:  1px solid rgba(0, 0, 0, 0.4);
}

.white-mode .glossary-filter .custom-select.open .options-wrapper {
    padding-top: 10px;
}

.glossary-filter .custom-select .options-wrapper {
    padding: 0;
}

.glossary-filter .custom-select .options-wrapper .options {
    padding-left: 31px;
}


.white-mode .glossary-filter .custom-select.isSelected .options-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 1);
    border-right:  1px solid rgba(0, 0, 0, 1);
    border-bottom:  1px solid rgba(0, 0, 0, 1);
}

.custom-select.has-reset .placeholder > div.reset {
    right: 31px;
    width: 16px;
}

.custom-select.has-reset .placeholder > div.reset::before,
.custom-select.has-reset .placeholder > div.reset::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -10px;
    left: -1px;
    margin: auto;
    width: 16px;
    height: 1px;
    background-color: var(--wtb);
}
.custom-select.has-reset .placeholder > div.reset::before {
    left: 0px;
}

@media(max-width: 991px) {
    .glossary .container {
        padding-inline: 40px;
    }

    .glossary .listing > .glossary-results ul {
        min-width: 35%;
    }

    .glossary .listing > .container li a {
        white-space:unset;
    }
}

@media(max-width: 767px) {
    .glossary .container {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 50px;
        padding: 0px;
    }
    .glossary .template .container {
        padding: 0;
    }

    .glossary-filter .letter-filter {
        gap: 10px;
        min-height: 80px;
        flex-wrap: nowrap;
        overflow: auto;
        padding-inline: 40px;
    }

    .glossary-filter .input-wrapper {
        margin: auto;
    }

    .glossary .listing > .glossary-results.container {
        margin: 50px auto 75px;
        padding: 0 40px;
    }

    .glossary .listing > .glossary-results ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .glossary-filter .letter-filter > div {
        max-height: 60px;
        max-width: 60px;
        width: unset;
        height: unset;
        min-height: 60px;
        min-width: 60px;
    }

    .glossary .listing > .container li a.selected::after {
        transform: rotate(90deg);
    }

}



/*Newsletter*/

.content .form.newsletter .row {
    margin: 0;
    max-width: 460px;
}



@media(max-width: 767px) {
    .content .form.newsletter .row {
        padding: 0;
    }

    .content .form.newsletter {
        margin: 50px auto 0 auto;
    }

    .glossary .listing > .container .template {
        position: absolute;
        opacity:0;
        pointer-events: none;
        width: calc(100% - 80px);
    }

    .glossary .listing > .container .template.open {
        position: absolute;
        opacity: 1;
        pointer-events: all;
    }

    .glossary .listing > .container li a::after {
        margin-left: 20px;
        opacity: 1;
    }

}


/*****************************/
/********* Services **********/
/*****************************/

.content.services .container {
    max-width: 1230px !important;
    margin-block: 100px;
    position: unset;
}

.content.services .container .description {
    margin-block: 70px;
    max-width: 1000px;
}

.content.services .container:has(.accordion) .description {
   margin-block: 0px;
}

.content.services .container .description h2 {
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: left;
    color: var(--bluesoft);
    text-transform: uppercase;
}

.content.services .container .description p {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
}

.content.services .container .description p strong {
        color: var(--bluesoft);
}

.content.services .service-list {
    margin: 350px 0;
}

.content.services .service-list ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.content.services .service-list > ul > li {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.content.services .service-list > ul > li:hover {
    z-index: 2;
}

.content.services .service-list > ul > li > a {
    font-size: 5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: .92;
    letter-spacing: -0.8px;
    text-align: left;
    color: var(--wtb);
    z-index: 1;
    cursor: pointer;
}

.content.services .service-list > ul > li > img {
    max-width: calc(320px + 10vw);
    min-width: 320px;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: var(--transition);
    pointer-events: none;
    top: 0;
    transform: translateY(-50%);
}

.content.services .service-list > ul > li img.visible {
    opacity: 1;
    transform:  translateY(-50%);
}

.content.services .container > div.right-wrapper,
.content.services:not(.bluesoft) .container > div:last-of-type {
    width: 54%;
    color: var(--wtb);
    margin: 100px 0 0 auto;
}
.content.services .container > div.right-wrapper h2,
.content.services.submenu .container .about-seo h2,
.content.services .container > div:last-of-type h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 90px;
}
.content.services .container > div.right-wrapper p,
.content.services.submenu .container .about-seo p,
.content.services .container > div:last-of-type p {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: -0.22px;
}
.content.services .container > div.right-wrapper p b,
.content.services .container > div.right-wrapper p strong,
.content.services.submenu .container .about-seo p b,
.content.services.submenu .container .about-seo p strong,
.content.services .container > div:last-of-type p b,
.content.services .container > div:last-of-type p strong {
	color: var(--bluesoft);
}



/*****************************/
/********* Bluesoft **********/
/*****************************/


.content.services.bluesoft .container {
    margin-top: 200px;
}
.content.services.bluesoft .container .claim {
    margin: 200px 0 250px;
}
.content.services.bluesoft .container .claim p {
    color: var(--wtb);
    max-width: 800px;
    position: relative;
}

.content.services.bluesoft .brand-grid {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 7px;
    margin-top: 200px;
}

.content.services.bluesoft .brand-grid span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255,0.05);
    /* padding: 51px 30px; */
}

.white-mode .content.services.bluesoft .brand-grid span {
    background-color: rgba(0, 0, 0,0.05);
}

.content.services.bluesoft .brand-grid img {
    height: 100%;
    width: 100%;
    filter: grayscale(1) contrast(100%) brightness(1) invert(1);
    object-fit: contain;
}

.white-mode .content.services.bluesoft .brand-grid img {
    filter: grayscale(1) contrast(100%) brightness(1) invert(0);
    opacity: 0.8;
}

.content.services.bluesoft .team-title {
    margin-top: 200px;
}
.content.services.bluesoft .team-slide .slider {
    margin-top: 100px;
}

.content.services.bluesoft .team-slide .slide div small {
    color: var(--bluesoft);
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 300;
}

@media(max-width: 991px) {

    .content.services.bluesoft .brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .content.services.bluesoft .team-slide,
    .content.services.bluesoft .brand-grid {
        margin-top: 100px;
    }
    .content.services.bluesoft .team-slide .slide{
        margin-block: 0 !important;
    }
}

@media(max-width: 767px) {
    .content.services.bluesoft .team-title,
    .content.services .container > div.right-wrapper,
    .content.services:not(.bluesoft) .container > div:last-of-type {
        margin-top: 75px;
    }


}

@media(max-width: 500px) {

    .content.services.bluesoft .brand-grid {
        grid-template-columns:none;
        display: flex;
        flex-wrap: nowrap;
    }
}


.content.services.bluesoft .container video {
    width: 100%;
}




.content.services.bluesoft .listing .container{
    max-width: 890px !important;
    padding: 0 20px !important;
    clear: both !important;
}






.content.services.bluesoft .listing .accordion > div:first-of-type > h3 {
    padding-right: 35px;
    max-width: 650px;
    pointer-events: none;
}
.content.services.bluesoft .listing .accordion > div:first-of-type > h3 {
    font-size: 1.375rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
    margin: 0;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    letter-spacing: normal;
    text-transform: none;
}

@media (min-width: 768px) {
    .content.services.bluesoft .listing .accordion .description {
        padding-right: 0;
    }
}

.content.services.bluesoft .listing .accordion .description {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

.content.services.bluesoft .listing .accordion > div {
    position: relative;
    padding: 20px 0;
    padding-right: 45px;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.content.services.bluesoft .listing .accordion p {
    margin: 1em 0;
    color: #8e8d8d;
}

@media (min-width: 768px) {
    .content.services.bluesoft .listing .accordion > div {
        padding: 30px 0 32px;
    }
}

/*****************************/
/***** Submenu Services ******/
/*****************************/

.content.services .container > img {
    width: 100%;
    display: block;
    margin: 100px 0;
    position: relative;
}
.content.services > picture{
    width: 100%;
    max-width: 100%;
    display: block;
}
.content.services > picture img.mobile,
.content.services video.mobile {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 100px 0;
    position: relative;
    display: none;
}

.content.services.submenu .container .description {
    max-width: 620px;
    margin-left: auto;
}

.content.services.submenu .container .about {
    color: var(--wtb);
    margin-block: 100px;
    margin: 100px 0;
    max-width: unset;
}

.content.services.bluesoft .team-title h2,
.content.services.bluesoft .claim p,
.content.services.submenu .submenu-slide h2,
.content.services.submenu .container .about h2 {
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: -0.8px;
    margin-bottom: 90px;
    max-width: 700px;
    color: var(--wtb);
}

.content.services.bluesoft .team-title p,
.content.services.submenu .submenu-slide p,
.content.services.submenu .container .about p {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: -0.22px;
    max-width: 700px;
    color: var(--wtb);
}



.content.services.submenu .container .about > div:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 100px;
}

.white-mode .content.services.submenu .container .about > div:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.content.services.submenu .container .about > div {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}

.white-mode .content.services.submenu .container .about > div {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.content.services.submenu .container .about > div > span {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1;
    min-width: 160px;
}

.content.services.submenu .container .about > div > div {
    max-width: 600px;
    min-width: 600px;
}



.content.services.submenu .container .about > div > div h3 > p {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.33;
    margin: 10px 0 30px;
}

.content.services.submenu .container .about > div > div > div {
    display: flex;
    flex-wrap: wrap;
}

.content.services.submenu .container .about > div > div > div p {
    color: var(--bluesoft);
    width: 50%;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2.11;
    transition: var(--transition);
    margin: 0;
}

.content.services.bluesoft .team-slide,
.content.services.submenu .submenu-slide {
    color: var(--wtb);
}


.content.services.bluesoft .container .tns-ovh,
.content.services.bluesoft .team-slide .tns-ovh,
.content.services.submenu .submenu-slide .tns-ovh {
    /* margin-right: -1000px; */
    overflow: visible;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.content.services.bluesoft .team-title h2,
.content.services.bluesoft .team-title p,
.content.services.submenu .submenu-slide p,
.content.services.submenu .submenu-slide h2 {
    max-width: 700px;
}

.content.services.bluesoft .team-title h2,
.content.services.submenu .submenu-slide h2 {
    margin-bottom: 80px;
}

.content.services.bluesoft .team-slide .slide,
.content.services.submenu .submenu-slide .slide {
    margin-block: 84px 100px;
    cursor: default;
}

.content.services.bluesoft .team-slide img,
.content.services.submenu .submenu-slide img {
    display: block;
    /* width: 100%; */
    object-fit: cover;
    width: 500px;
    height: 565px;
}

.content.services.bluesoft .team-slide .slide div p,
.content.services.submenu .submenu-slide .slide div a {
    display: block;
    margin-top: 25px;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.15;
    cursor: pointer;
}

.content.services.bluesoft .team-slide .slide div p {
    margin-bottom: 15px;
    cursor: none;
}

.content.services.submenu .submenu-slide .slide div a {
	overflow: hidden;
}
.content.services.submenu .submenu-slide .slide div a img {
	transition: var(--transition);
}
.content.services.submenu .submenu-slide .slide div a:hover img {
    transform: scale(1.1);
}

.content.services.submenu .container .about-seo {
    margin-top: 100px;
    margin-left: auto;
    color: var(--wtb);
    max-width: 650px;
}

.content.services.submenu .container .case-study {
    margin: 180px 0;
    color: var(--wtb);
}
.content.services.submenu .container .case-study:last-child {
	margin-bottom: 100px;
}

.content.services.submenu .container .case-study h2 {
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: -0.8px;
    max-width: 650px;
    margin-bottom: 100px;
}

.content.services.submenu .container .case-study > div {
    display: flex;
    justify-content: space-between;
}

.content.services.submenu .container .case-study > div img {
    position: relative;
    width: 54%;
    object-fit: cover;
}


.content.services.submenu .container .case-study > div div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content.services.submenu .container .case-study > div div p {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: -0.22px;
    max-width: 430px;
    padding-right: 20px;
}
.content.services.submenu .container .case-study > div div p b,
.content.services.submenu .container .case-study > div div p strong {
    color: var(--bluesoft);
}
.content.services.submenu .container .case-study > div div p a {
	font-weight: bold;
    color: var(--bluesoft);
	border-bottom: 2px dotted currentColor;
}
.content.services.submenu .container .case-study > div div p a:hover,
.content.services.submenu .container .case-study > div div p a:focus {
	border-color: transparent;
}

.content.services.submenu .container .case-study > div > div > span {
    margin-top: 30px;
    display: block;
}

@media(max-width: 991px) {


    .content.services .service-list {
        margin: 200px 0;
    }

    .content.services .container > div.right-wrapper,
    .content.services .container > div:last-of-type {
        width: 100% !important;
    }
    .content.services.submenu .container .case-study > div div p,
    .content.services.submenu .container .about-seo,
    .content.services.submenu .container .description {
        max-width: 100%;
    }

    .content.services.submenu .container .case-study {
        margin: 90px 0 90px;
    }

    .content.services.submenu .container .case-study>div {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .content.services.submenu .container .case-study>div img {
        width: 100%;
    }

    .content.services .container {
        padding-inline: 40px;
    }


    .content.services.submenu .container .about > div > div {
        min-width: unset;
        max-width: 65%;
    }
}

.content.services video.desktop{
    display: block;
    width: 100%;
    max-width: 100%;
}
@media(max-width: 767px) {

    .content.services .container > div.right-wrapper h2,
    .content.services.bluesoft .team-title h2,
    .content.services.bluesoft .claim p,
    .content.services.submenu .container .case-study h2,
    .content.services.submenu .container .about-seo h2,
    .content.services .container>div:last-of-type h2,
    .content.services.submenu .submenu-slide h2,
    .content.services.submenu .container .about h2 {
        font-size: 3rem;
        margin-bottom: 40px;
    }

    .content.services.submenu .container .about>div {
        padding: 50px 0;
        flex-direction: column;
        gap: 30px;
    }

    .content.services.submenu .container .about>div>div>div a {
        width: 100%;
    }

    .content.services.submenu .container .about-seo {
        margin-top: 0px;
    }



    .content.services .container>div:last-of-type {
        padding: 0;
    }

    .content.services.bluesoft .container,
    .content.services .container {
        margin-block: 70px;
    }

    .content.services.bluesoft .container > img {
       display: none;
    }
    .content.services video.desktop{
        display: none;
    }
    .content.services video.mobile,
    .content.services > picture img.mobile {
        display: block;
    }

    .content.services.bluesoft .container .claim {
        margin: 50px 0;
    }
    .content.services .container .description {
        padding-block: 0;
    }

    .content.services .service-list > ul > li > a {
        font-size: 2.5rem;
    }

    .content.services .service-list ul {
        margin-top: 0;
        gap: 30px;
    }

    .content.services .service-list {
        padding: 100px 0;
        margin: 0;
    }

    .content.services .container > div:last-of-type h2 {
        margin-bottom: 40px;
    }

    .content.services.submenu .container .about {
        opacity: 1;
    }

    .content.services.submenu .container .about > div > div {
        max-width: 100%;
    }

    .content.services.bluesoft .team-slide img,
    .content.services.submenu .submenu-slide img {
        width: 300px;
        height: 339px;
    }

}





/***************************************/
/************** PROJECTS ***************/
/***************************************/


.content.projects .banner .container > div {
    margin-top: 0;
}

.content.projects .typewrite .wrap {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
    text-transform: none;
}


.websites {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
    justify-content: space-between;
    gap: 0 100px;
    max-width: 2000px;
	margin: 140px auto 0;
}

.content.projects .websites:first-child {
    margin-top: 150px;
}
.content.projects .websites:last-child {
    margin-bottom: 150px;
}

.websites > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 48%;
}

.websites > div.show-card:nth-child(1) {
    transform: translateY(300px);
}

.websites > div.show-card:nth-child(2) {
    transform: translateY(200px);
}

.websites > div.show-card:nth-child(3) {
    transform: translateY(200px);
}

.websites > div.show-card:nth-child(4) {
    transform: translateY(300px);
}

.websites:has(>.show-card.hidden){margin: 0;}

/* .websites > div.show-card:nth-child(1):not(:has( + .show-card )) {
    transform: translateY(0px);
} */

.button.more{
    display: table;
    margin: auto;
}

.websites:nth-child(1):not(:has( + .websites)) .show-card{
    transform: translateY(0);
}

.websites:has(> .show-card:nth-child(3)):not(:has(> .show-card:nth-child(4))) {
  gap: 100px;
}

.websites > div.show-card.hidden {
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    height: 0;
}

.websites > div:nth-child(1) {
    max-width: 41.6%;
}
.websites > div:nth-child(4) img,
.websites > div:nth-child(1) img {
    aspect-ratio: 549.7 / 629.1;
}
.websites > div:nth-child(2) img,
.websites > div:nth-child(3) img {
    aspect-ratio: 637 / 497.8;
}

.websites > div:nth-child(4) {
    max-width: 41.6%;
}

.websites > div:nth-child(3) {
    margin-top: auto;
}

.websites > div > a {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
    margin: 0.75em 0 0 0;
    cursor: pointer;
    transition: var(--transition);
}

.websites > div > a:hover {
    opacity: 0.5;
}

.websites > div > p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    margin: 1em 0 0 0;
    transition: var(--transition);
}

.white-mode .websites > div > p {
    color: rgba(0, 0, 0, 0.5);;
}

.websites > div div a img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
    transition: none;
}

.websites > div.show-card .horizontal:has(video)
.websites > div.show-card .vertical:has(video){
    position: relative;
}

.websites > div.show-card .vertical video{
    position: relative;
    width: 100%;
    aspect-ratio: 0.873015873015873/1;
}

.websites > div.show-card .horizontal video{
    position: relative;
    width: 100%;
    aspect-ratio: 1.2816901408450705/1;
}

.websites .tags{
    max-width: 400px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.websites .tags .button{
    padding: 7px 11px;
    font-size: 13px;
    pointer-events: none;
}


.content .project-wrapper {
    display: flex;
}

.content.projects .project-wrapper .banner h1 {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
}

.content.projects .project-wrapper .banner.no-img .container {
    padding-inline: 20px;
    max-width: 425px;
}

.content.projects > a {
    position: fixed;
    bottom: 29px;
    left: 29px;
    width: 108px;
    height: 108px;
    background-color: var(--btw);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    transition: var(--transition);
}

.content.projects > a:hover {
    width: 120px;
    height: 120px;
    bottom: 25px;
    left: 25px;
}

.content.projects > a span {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: var(--wtb);
}

.content .project-wrapper > div:first-of-type {
    width: 60%;
    z-index: 1;
    overflow: hidden;
}

.content .project-wrapper > div:last-of-type {
    width: 40%;
    z-index: 0;
    height: 100vh;
}

.content .project-wrapper img:first-of-type {
    height: 100vh;
    object-fit: cover;
}

.content .project-wrapper img.soloImg {
    height: 120vh;
}

.content .project-wrapper img {
    width: 100%;
    display: block;
    z-index: 1;
}

.content .project-wrapper .banner.no-img:before {
  content: none;
}
.content .project-wrapper .fixed-container {
    width: 40vw;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    /* height: 100%; */
}

.content .project-wrapper .fixed-container .banner .container ul li+li::before,
.content .project-wrapper .fixed-container ul li a {
    opacity: 1;
}

.content .project-wrapper .fixed-container .banner.no-img {
    margin-top: 72px;
    overflow: hidden;
}


.content .project-wrapper .fixed-container .content-wrapper {
    padding-inline: 20px;
    max-width: 425px;
    margin: 85px auto 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 49vh;
}

.content .project-wrapper .fixed-container span {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--wtb);
}

.content .project-wrapper .fixed-container .content-wrapper .service-links a,
.content .project-wrapper .fixed-container .content-wrapper p {
    color: var(--wtb);
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}

.content .project-wrapper .fixed-container .content-wrapper .service-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: auto 0 0 0;
}

.content .project-wrapper .fixed-container .content-wrapper .service-links a {
    color: var(--bluesoft);
    font-weight: 500;
    line-height: 1;
	cursor: pointer;
}


.content.projects .project-nav {
    display: flex;
    gap: 120px;
    margin-top: 150px;
    justify-content: center;
    position: relative;
    align-items: center;
    perspective: 1000px; /* Adjust perspective value as needed */
}

.content.projects .project-nav > a {
    color: var(--wtb);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    position: relative;
}

.content.projects .project-nav > a:hover {
    color: var(--bluesoft);
}

.content.projects .project-nav > a.disabled span,
.content.projects .project-nav > a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.content.projects .project-nav a span {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform-style: preserve-3d;
    cursor: pointer;

}

.content.projects .project-nav a.all-projects {
    width: 220px;
    height: 220px;
    background-color: var(--bluesoft);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    color: white;
    transition: none;
    cursor: pointer;
}



@media (max-width: 991px) {
    .content.projects .websites,
    .websites {
        margin: 70px auto;
        gap: 60px;
        padding: 0 40px;
    }

    .content.projects .typewrite .wrap {
        font-size: 60px;
    }

    .content .project-wrapper {
        flex-direction: column-reverse;
    }
    .content .project-wrapper > div:first-of-type,
    .content .project-wrapper .fixed-container,
    .content .project-wrapper > div:last-of-type {
        width: 100vw;
        height: unset;
        position: relative;
    }
    .content .project-wrapper .fixed-container .content-wrapper,
    .content.projects .banner.no-img .container {
        max-width: 700px;
    }

    .content .project-wrapper img:first-of-type {
        height: unset;
    }

    .websites > div > p,
    .websites > div > a {
        line-height: 1.2;
    }


    .content.projects .project-wrapper .banner.no-img .container {
        max-width: 700px;
    }

}

@media (max-width: 767px) {

    .websites {
        padding: 0 20px;
        gap: 60px;
    }

    .content.projects .typewrite .wrap {
        font-size: 40px;
    }

    .websites > div {
        max-width: 100% !important;
        max-height: unset;
        display: flex;
        flex-direction: column;
        width: unset;
    }

    .websites > div > a {
        font-size: 28px;
    }

    .websites > div > p {
        font-size: 16px;
    }

    .websites > div:nth-child(1) img,
    .websites > div:nth-child(2) img,
    .websites > div:nth-child(3) img,
    .websites > div:nth-child(4) img {
        aspect-ratio:unset;
    }

    .content.projects .project-nav {
        gap: 30px;
        margin-top: 75px;
    }

    .content.projects .project-nav a.all-projects {
        width: 120px;
        height: 120px;
    }

    .content.projects > a {
        background-color: var(--bluesoft);
        width: 80px;
        height: 80px;
        bottom: 15px;
        left: 15px;
    }

    .websites > div.show-card:nth-child(1) {
        transform: translateY(200px);
    }

    .websites > div.show-card:nth-child(4) {
        transform: translateY(200px);
    }

    .content.projects .websites:first-child {
        margin-top: 70px;
    }
    .content.projects .websites:last-child {
        margin-bottom: 70px;
    }
}




button.swal-button{
    background-color: var(--bluesoft);
    color: #fff !important;
    border: 1px solid var(--bluesoft);
	box-shadow: none !important;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.swal-footer{
    text-align: center;
}

.swal-button:not([disabled]):hover{
	background-color: #fff !important;
	color: var(--bluesoft) !important;
}

.swal-overlay .swal-overlay--show-modal,
.swal-overlay--show-modal .swal-modal{
    cursor: default;
}

.content.thanks .banner ul {
    text-align: center;
}

.content.thanks .banner .container > div {
    justify-content: center;
}

body .cky-consent-container {
	z-index: 11 !important;
}

body:has(.cky-consent-container.cky-banner-bottom:not(.cky-hide)) .cky-overlay {
	z-index: 11 !important;
    display: block;
}

/* body .cky-overlay.cky-hide {
    display: none;
} */


/* ===== BlueMentions title ===== */

.content .banner h1.widget-bluementions {
    font-size: 65px;
    line-height: 1;
}
.widget-bluementions .bluementions-highlight {
     background: linear-gradient(90deg, #4cd9d9, #2fb6b6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: bold;
    display: inline;
}

.widget-bluementions .bluementions-ai {
    display: inline;
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
     background: linear-gradient(90deg, #4cd9d9, #2fb6b6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.widget-bluementions .bluementions-ai.is-changing {
    opacity: 0;
    transform: translateY(-6px);
}

