@keyframes popit {
    0% { transform: scale(0); }
    50% { transform: scale(1.4); }
    75% { transform: scale(.8); }
    100% { transform: scale(1); }
}

section {
    box-sizing: border-box;
}

/* ------------------- HERO ------------------- */
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
svg.bg-hero {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
svg.bg-hero polygon {
    fill: var(--bbzi-blue);
    opacity: .1;
}
.hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.hero-container .content {
    padding: 2vh 2vw 0 2vw;
}
.hero-container h1.baseline {
    font-size: clamp(8.5rem, 10vw, 10vw);
    line-height: clamp(5.5rem, 6vw, 6vw);
    color: #fff;
    text-align: center;
    margin: 0 0 4vh 0;
    font-weight: normal;
}
.hero-container h1.baseline .we {
    font-weight: 700;
}
.hero-container h1.baseline div {
    display: flex;
    justify-content: center;
    position: relative;
}
.hero-container h1.baseline div.keywords {
    display: inline-block;
    color: var(--bbzi-blue);
}
.hero-container h1.baseline div.keywords .key-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hero-container h1.baseline div.keywords .key-container #typewriter {
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.05em;
}
.hero-container h1.baseline div.keywords .key-container .pipe {
    margin-left: 1.5vw;
    font-family: sans-serif;
    position: relative;
    bottom: 1.8rem;
    font-size: .8em;
    color: var(--bbzi-blue);
}
.hero-container h1.baseline .b2 {
    font-size: clamp(3rem, 4vw, 4vw);
}
.hero-container h1.baseline .b2 .next {
    display: inline-block;
    font-weight: 400;
    font-style: italic;
    margin-right: 2vw;
}
.hero-container h1.baseline .b2 .app {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
}
.hero-cta {
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out .5s;
    transition: all 0.2s ease-in-out .5s;
}
.hero-cta.on {
    transform: scale(1);
}
.hero-cta svg {
    position: relative;
    display: block;
    z-index: 1;
    width: clamp(300px, 22vw, 22vw);
}


.hero-container h2.identity {
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-size: clamp(2rem, 1.5vw, 1.5vw);
}
.customers {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.customers div {
    height: 6vh;
    margin: 0 2vw;
}
.customers div img {
    height: 100%;
}



/* ------------------- APPROACH ZONE ------------------- */
#approach {
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}
.head-approach {
    display: flex;
    width: 100%;
    padding: 2vh 15vw 0 15vw;
    box-sizing: border-box;
    font-size: 3.5vh;
    line-height: 3.8vh;
    justify-content: space-between;
}
.head-approach .pb {
    width: 24vw;
    font-weight: 700;
    position: relative;
    top: -10vh;
    opacity: 0;
}
.head-approach .pb span {
    color: var(--bbzi-blue);
}

.head-approach .pb-2 {
    text-align: right;
}
.head-approach .pb.on {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.head-approach .pb-1.on {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.head-approach .pb-2.on {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.title-approach {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20vh 0 0 0;
}
.title-approach h2 {
    font-size: clamp(6rem, 8vw, 8vw);
    line-height: clamp(6rem, 6vw, 6vw);
    font-weight: 400;
    margin: 0 0 10vh 0;
}
.title-approach h2 .our {

}
.title-approach h2 div {
    display: inline-block;
    position: relative;
}
.title-approach h2 .approach {
    letter-spacing: -0.05em;
    font-style: italic;
    color: var(--bbzi-blue);
}
.title-approach h2 div .method {
    position: absolute;
    left: 9vw;
    width: 18vw;
    top: 6.5vw;
    text-align: right;
    color: var(--bbzi-blue);
    font-size: 1.5vw;
    line-height: 1.4vw;
}
.content-approach {
    position: relative;
}
.content-approach .path-container {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 97%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
.content-approach .path-container svg {
    display: inline-block;
    height: 100%;
}
.content-approach .part-content {
    width: 100%;
    padding: 25vh 10vw 0 10vw;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.content-approach .part {
    width: 100%;
    color: #fff;
    padding: 0;
    z-index: 2;
    position: relative;
    display: flex;
    opacity: 0.05;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
    height: 30vh;
    align-items: center;
}
.content-approach .part.on {
    opacity: 1;
}
.content-approach .part.odd {
    justify-content: flex-start;
}
.content-approach .part.even {
    justify-content: flex-end;
}
.content-approach .part div {
    width: 22vw;
    margin: 0;
    line-height: 3vh;
    position: relative;
}
.content-approach .part.odd div {
    text-align: right;
}
.content-approach .part div .num {
    display: flex;
    color: #000;
    position: absolute;
    top: -7.5vh;
    width: clamp(5rem, 4vw, 4vw);
    height: clamp(5rem, 4vw, 4vw);
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.content-approach .part div .num span {
    position: relative;
    font-family: "classic-comic", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1rem, 3vh, 3vh);
    left: -.2vw;
}
.content-approach .part.odd .num {
    right: -5vw;
}
.content-approach .part.even .num {
    left: -5vw;
}
.content-approach .part div a {
    color: var(--bbzi-blue);
    font-style: italic;
    padding: 0 0 .05em 0;
    display: inline-block;
    font-size: 1.3em;
    position: relative;
}
.content-approach .part div a:hover {
    color: var(--bbzi-cyan);
}


.cta-approach {
    width: 100%;
    display: flex;
    padding: 5vh 0 10vh 0;
    justify-content: center;
}
.cta-approach a {
    transform: scale(0);
}
.cta-approach a.on {
    transform: scale(1);
}
.cta-approach a svg {
    position: relative;
    display: block;
    z-index: 1;
    width: clamp(500px, 35vw, 35vw);
}



/* ------------------- MISSION READY ZONE ------------------- */
#missionReady {
    width: 100%;
    padding: 20vh 0;
    position: relative;
    z-index: 3;
}
#missionReady .container {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
#missionReady .container .bd {
    position: relative;
}
#missionReady .container .bd1 {
    top: -15vh;
    width: 24vw;
    height: 64vh;
    left: -3vw;
    transform: rotate(4deg);
}
#missionReady .container .bd2 {
    top: 3vh;
    left: 6vw;
    width: 27vw;
    height: 61vh;
    transform: rotate(3deg);
}
#missionReady .container .bd3 {
    width: 39vw;
    height: 70vh;
    right: -3vw;
    transform: rotate(-2deg);
}
#missionReady .container .bd img {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#missionReady .container .bd1 img {
    transition-delay: 1s;
}
#missionReady .container .bd2 img {
    transition-delay: 2s;
}
#missionReady .container .bd3 img {
    transition-delay: 2s;
}
#missionReady .container .bd svg.clipper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#missionReady .container .bd .bubble, #missionReady .container .bd .bubble2 {
    position: absolute;
    background: #fff;
    z-index: 2;
    border-radius: 1vw;
    padding: 1.5vh 2vw;
    text-align: center;
}
#missionReady .container .bd .bubble span, #missionReady .container .bd .bubble2 span {
    display: block;
    font-family: "classic-comic", sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #000;
}
#missionReady .container .bd .bubble span {
    font-size: 2vh;
    line-height: 2.3vh;
}
#missionReady .container .bd .bubble2 span {
    font-size: 4vh;
}
#missionReady .container .bd .bubble .arrow, #missionReady .container .bd .bubble2 .thunder {
    position: absolute;
}
#missionReady .container .bd .bubble .arrow polygon, #missionReady .container .bd .bubble2 .thunder polygon {
    fill: #fff;
}
#missionReady .container .bd1 .bubble {
    width: 16vw;
    top: -12vh;
    right: -20vw;
    transform: scale(0);
}
#missionReady .container .bd2 .bubble {
    width: 8vw;
    top: -10vh;
    left: 4vw;
    transform: scale(0);
}
#missionReady .container .bd3 .bubble {
    width: 17vw;
    top: -11vh;
    left: -4vw;
    transform: scale(0);
}
#missionReady .container .bd3 .bubble2 {
    width: 22vw;
    bottom: 6vh;
    left: -7vw;
    transform: scale(0);
}
#missionReady .container .bd1 .bubble .arrow {
    height: 5vh;
    width: 3vw;
    bottom: calc(-5vh + 2px);
    left: 10%;
}
#missionReady .container .bd2 .bubble .arrow {
    height: 2vh;
    width: 3vw;
    bottom: calc(-2vh + 1px);
    left: 30%;
    transform: scaleX(-1);
}
#missionReady .container .bd3 .bubble .arrow {
    height: 2vh;
    width: 3vw;
    bottom: calc(-2vh + 1px);
    left: 55%;
    transform: scaleX(-1);
}
#missionReady .container .bd3 .bubble2 .thunder {
    height: 16vh;
    width: 4vw;
    top: calc(-16vh + 2px);
    left: 55%;
    transform: scaleX(-1);
}
/* anim */
#missionReady .container .bd.on > .clipper path.border {
    animation: dash 1s linear forwards;
}
#missionReady .container .bd1.on > .clipper path.border {
    animation-delay: 0s;
}
#missionReady .container .bd2.on > .clipper path.border {
    animation-delay: .5s;
}
#missionReady .container .bd3.on > .clipper path.border {
    animation-delay: 1s;
}
#missionReady .container .bd.on > img {
    opacity: 1;
}
#missionReady .container .bd1.on > .bubble {
    animation: popit .3s linear forwards .5s;
}
#missionReady .container .bd2.on > .bubble {
    animation: popit .3s linear forwards 1s;
}
#missionReady .container .bd3.on > .bubble {
    animation: popit .3s linear forwards 1.5s;
}
#missionReady .container .bd3.on > .bubble2 {
    animation: popit .3s linear forwards 2s;
}



/* ------------------- MISSIONS ZONE ------------------- */
#missionsZone {
    width: 100%;
    padding: 5vh 0 0 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.head-missions {
    display: flex;
    width: 100%;
    padding: 0 15vw;
    box-sizing: border-box;
    font-size: 3.5vh;
    line-height: 3.8vh;
    justify-content: flex-start;
}
.head-missions h3 {
    font-size: clamp(5rem, 5vw, 5vw);
    line-height: clamp(4rem, 4vw, 4vw);
    font-weight: 400;
    margin: 0 0 10vh 0;
}
.head-missions h3 span {
    letter-spacing: -0.03em;
    font-style: italic;
    color: var(--bbzi-blue);
}
.missions-slider {
    width: 100%;
    height: 85vh;
    background: #333;
    position: relative;
}
.missions-slider-container {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.missions-slider-container .slide {
    height: 100%;
    width: 100%;
    position: relative;
}
.missions-slider-container .slide.bb {
    background: var(--bbzi-blue);
    color: #000;
}
.missions-slider-container .slide.fc {
    background-color: #e51766;
    background-image: url('../images/illus_fc.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.missions-slider-container .slide.wj {
    background: #009edf;
    color: #000;
}
.missions-slider a.nav {
    display: block;
    height: clamp(60px,8vh,9vh);
    position: absolute;
    top: calc(50% - 4.5vh);
    z-index: 2;
}
.missions-slider a svg {
    height: 100%;
}
.missions-slider a svg .potato {
    fill: #000;
}
.missions-slider a svg .arr {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 9;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}
.missions-slider a.nav.prev {
    left: 1vw;
}
.missions-slider a.nav.next {
    right: 1vw;
    transform: scaleX(-1) scaleY(-1);
}
.missions-slider a.nav.disabled svg {
    opacity: .2;
}
.missions-slider .top-sep {
    position: absolute;
    z-index: 2;
    top: -0.05em;
    left: 0;
    width: 100%;
}
.missions-slider .top-sep path.bg {
    fill: #000;
}
.missions-slider .top-sep path.line {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.missions-slider .bot-sep {
    position: absolute;
    z-index: 2;
    bottom: -0.05em;
    left: 0;
    width: 100%;
}
.missions-slider .bot-sep path.bg {
    fill: #c5c5c5;
}
.slide .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: flex-end;
}
.slide .content .main-illus {
    width: 55%;
    height: 100%;
    position: relative;
}
.slide.bb .content .main-illus img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slide.wj .content .main-illus img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slide .content .overview {
    width: 45%;
    display: flex;
    padding: 16vh 13vw 10vh 4vw;
    box-sizing: border-box;
    height: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.slide .content .overview h3 {
    margin: 0 0 5vh 0;
    font-size: 3.5vh;
    line-height: 3.5vh;
}
.slide .content .overview p {
    font-size: 1.9vh;
    margin: 0 0 5vh 0;
}
.slide .content .overview .labels {
    width: 100%;
    display: flex;
}
.slide .content .overview .labels a {
    display: inline-flex;
    height: 3.5vh;
    width: clamp(80px,6vw,6vw);
    border: 2px solid #000;
    border-radius: 2vw;
    justify-content: center;
    align-items: center;
}
.slide .content .overview .labels a.pwa svg {
    height: 50%;
}
.slide .content .overview .visit-block {
    width: 100%;
    padding: 10vh 0 0 0;
    text-align: right;
}
.slide .content .overview .visit-block a {
    font-family: "classic-comic", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2vh;
    color: #fff;
    display: inline-block;
    padding: 2vh 3vw;
    position: relative;
}
.slide .content .overview .visit-block a .circle {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}
.slide .content .overview .visit-block a .circle path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}
.slide .content .overview .visit-block.on > a .circle path {
    animation: dash 1s linear forwards;
}

/* Dash offset animation for all */
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}



/* ------------------- IDENTITY ZONE ------------------- */
#identity {
    width: 100%;
    background: #c5c5c5;
    height: auto;
    padding: 15vh 0 5vh 0;
}
.identity-container {
    width: 100%;
    padding: 0 15vw;
    box-sizing: border-box;
    color: #000;
}
.identity-container .head-identity {
    width: 100%;
    text-align: center;
}
.identity-container .head-identity h2 {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: clamp(5rem, 5vw, 5vw);
}
.identity-container .head-identity .adj {
    font-weight: 400;
    font-style: italic;
    font-size: clamp(6rem, 5vw, 5vw);
}
.identity-container .head-identity .not-only {
    display: block;
    width: 100%;
    color: var(--bbzi-blue);
    font-size: 4rem;
    line-height: 3rem;
    font-style: italic;
}
.dictionary {
    margin: 8vh 0;
    display: flex;
    justify-content: center;
}
.dictionary-container {
    width: 74%;
    display: flex;
    flex-wrap: wrap;
}
.dictionary-container .skill {
    width: 50%;
    padding: 3rem;
    color: #808080;
    line-height: 2.6rem;
    box-sizing: border-box;
    text-align: justify;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    position: relative;
}
.dictionary-container .skill:nth-child(1) {
    top: -10vh;
}
.dictionary-container .skill:nth-child(2) {
    top: -7vh;
}
.dictionary-container .skill:nth-child(3) {
    top: 10vh;
}
.dictionary-container .skill:nth-child(4) {
    top: 7vh;
}
.dictionary-container .skill .word {
    font-size: 4.2rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.02em;
}
.dictionary-container .skill .it {
    font-style: italic;
}
.dictionary-container .skill .bbzi-def {
    color: #000;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: -0.01em;
}
.dictionary-container .skill.on {
    opacity: 1;
    top: 0;
}




/* ------------------- METHOD ------------------- */
#method {
    padding: 25vh 0 15vh 0;
    position: relative;
}
#method .top-sep {
    position: absolute;
    z-index: 2;
    top: -0.05em;
    left: 0;
    width: 100%;
    transform: scaleX(-1);
}
#method .top-sep path.bg {
    fill: #c5c5c5;
}
.head-section {
    height: 50%;
    position: relative;
}
.title-method {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
}
.title-method h2 {
    font-size: clamp(6rem, 7vw, 7vw);
    line-height: clamp(5rem, 6vw, 6vw);
    font-weight: 400;
    margin: 0 0 10vh 0;
    letter-spacing: -0.03em;
}
.title-method h2 .bbzi {
    color: var(--bbzi-blue);
    font-style: italic;
}
.head-method-wrapper, .bottom-method-wrapper {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}
.bottom-method-wrapper {
    margin: 10vh 0 0 0;
}
.head-method, .bottom-method {
    display: flex;
    box-sizing: border-box;
    line-height: 3vh;
    justify-content: space-between;
}
.head-method .pb, .bottom-method .pb {
    width: 24vw;
    position: relative;
    top: -10vh;
    opacity: 0;
    text-align: left;
}
.head-method .pb-2, .bottom-method .pb-2 {
    text-align: right;
}
.head-method .pb.on, .bottom-method .pb.on {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.head-method .pb-1.on, .bottom-method .pb-1.on {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.head-method .pb-2.on, .bottom-method .pb-2.on {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.slider-method-wrapper {
    width: 100%;
    margin: 0;
    position: relative;
}
.slider-method-wrapper ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.slider-method-wrapper ul li {
    padding: 30vh 0 0 0;
    display: flex;
    flex-wrap: nowrap;
}
.slider-method-wrapper ul li .num {
    font-size: 8vh;
    line-height: 7vh;
    color: var(--bbzi-blue);
    font-style: italic;
    padding-right: 2vw;
}
.slider-method-wrapper ul li .content {
    font-weight: 700;
    font-size: 4vh;
    line-height: 4vh;
}
.slider-method-wrapper ul li .content span {
    display: block;
    width: 55%;
}
.slider-method-wrapper ul li .content .resume {
    width: 80%;
    font-size: 9vh;
    line-height: 8vh;
    padding-top: 2vh;
    letter-spacing: -0.03em;
    color: var(--bbzi-blue);
    font-style: italic;
    font-weight: 400;
}
.slider-method-wrapper ul li .content .more {
    width: 80%;
    font-size: 5vh;
    line-height: 5vh;
    padding-top: 4vh;
    letter-spacing: -0.03em;
    font-style: italic;
    font-weight: 400;
    opacity: 0.5;
}
.slider-method-wrapper .timeline {
    height: 30vh;
    width: 70vw;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
}
.slider-method-wrapper .timeline svg {
    width: 100%;
}
.slider-method-wrapper .timeline svg path {
    fill: none;
    stroke: rgb(24 24 24);
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.slider-method-wrapper .timeline svg mask path {
    stroke: #fff;
}
.slider-method-wrapper .timeline svg g rect.mask {
    fill: var(--bbzi-blue);
}
.whats-the-difference {
    width: 100%;
    margin: -10vh 0 0 0;
    text-align: center;
}
.whats-the-difference span {
    display: block;
    padding: 0 5vw;
}
.whats-the-difference .secret {
    font-size: 9vh;
    line-height: 7vh;
    padding-top: 3vh;
    letter-spacing: -0.03em;
    color: var(--bbzi-blue);
    font-style: italic;
    font-weight: 400;
}
.work-smart {
    height: 30vh;
    margin: 10vh 0;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.work-smart svg {
    height: 100%;
}
.work-smart path {
    fill: #fff;
}
.work-smart.on {
    transform: scale(1);
}



/* ------------------- EXPERTS ZONE ------------------- */
#experts {
    margin: 0 0 3vh 0;
    position: relative;
    height: 70vh;
    background: #0d0d0d;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#experts .part1 {
    width: 40%;
    transform: rotate(-5deg);
    height: 105%;
    border-right: 1vw solid #000;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: 0%;
    left: -2%;
}
#experts .part1 .content {
    width: 107%;
    top: -2%;
    position: relative;
    height: 107%;
    transform: rotate(3deg);
    background-image: url('../images/experts_bg_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#experts .part3 {
    width: 40%;
    transform: rotate(-2deg);
    height: 108%;
    border-left: 1vw solid #000;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: -3%;
    right: -2%;
}
#experts .part3 .content {
    width: 107%;
    left: -4%;
    top: -2%;
    position: relative;
    height: 107%;
    transform: rotate(3deg);
    background-image: url('../images/experts_bg_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#experts .part3 .content #yeahh {
    display: block;
    height: 9vh;
    position: absolute;
    transform: rotate(-3deg) scale(0);
    transform-origin: left center;
    top: 31%;
    left: 3%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#experts .top-sep {
    position: absolute;
    top: -4vh;
    left: 0;
    width: 100%;
    z-index: 10;
}
#experts .top-sep path {
    fill: #000;
}
#experts .bot-sep {
    position: absolute;
    bottom: -7vh;
    transform: scaleY(-1) scaleX(-1);
    left: 0;
    height: 22vh;
    width: 100%;
    z-index: 12;
}
#experts .bot-sep path {
    fill: #000;
}
#experts .cha1 {
    position: absolute;
    left: -5%;
    bottom: -5%;
    z-index: 11;
    height: 110%;
}
#experts .cha1 img {
    height: 100%;
}
#experts .cha2 {
    position: relative;
    display: inline-block;
    height: 75%;
    padding-top: 14%;
}
#experts .cha2 img {
    height: 100%;
}
#experts .cha3 {
    position: absolute;
    right: 0%;
    top: -5%;
    z-index: 5;
    height: 95%;
}
#experts .cha3 img {
    height: 100%;
}
#experts .bubble {
    position: absolute;
    z-index: 2;
    transform: scale(0);
}
#experts .bubble .ct {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 1vw;
    padding: 1.5vh 2vw;
    text-align: center;
    border: 2px solid #000;
}
#experts .bubble span {
    display: block;
    font-family: "classic-comic", sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #000;
    font-size: 2vh;
    line-height: 2.3vh;
}
#experts .bubble .arrow {
    position: absolute;
    z-index: 3;
}
#experts .bubble .arrow polygon {
    fill: #fff;
    stroke: #000;
    stroke-width: 3px;
}
#experts .bubble .arrow line {
    stroke: #fff;
    stroke-width: 4px;
}
#experts .cha1 .bubble {
    width: 30vw;
    top: -14vh;
    right: -20vw;
}
#experts .cha1 .bubble .arrow {
    height: 5vh;
    width: 3vw;
    bottom: calc(-5vh + 2px);
    left: 10%;
}
#experts .cha2 .bubble {
    width: 21vw;
    top: 15vh;
    left: -6vw;
}
#experts .cha2 .bubble .arrow {
    height: 2vh;
    width: 3vw;
    bottom: calc(-2vh + 2px);
    left: 30%;
    transform: scaleX(-1);
}
#experts .cha3 .bubble {
    width: 19vw;
    top: 11vh;
    left: -11vw;
}
#experts .cha3 .bubble .arrow {
    height: 2vh;
    width: 3vw;
    bottom: calc(-2vh + 2px);
    right: 20%;
    transform: scaleX(-1);
}
#experts .cha1.on > .bubble {
    animation: popit .3s linear forwards .5s;
}
#experts .cha2.on > .bubble {
    animation: popit .3s linear forwards 1s;
}
#experts .cha3.on > .bubble {
    animation: popit .3s linear forwards 1.5s;
}
#experts .part3.on > .content #yeahh {
    transform: rotate(-3deg) scale(1);
    transition-delay: 2s;
}
#expertsMob {
    display: none;
}



/* CTA */
.cta-lezzgo {
    width: 100%;
    display: flex;
    padding: 6vh 0 16vh 0;
    justify-content: center;
}
.cta-lezzgo a {
    transform: scale(0);
}
.cta-lezzgo a.on {
    transform: scale(1);
}
.cta-lezzgo a svg {
    position: relative;
    display: block;
    z-index: 1;
    width: clamp(300px, 35vw, 35vw);
}





/* ------------------- RETRO ZONE ------------------- */
#retroZoneWrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}
#retroZone {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top-triangle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#game {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#gameLauncher {
    background: #040823;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
#gameLauncher .characters {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
}
#game iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#game #stopGame {
    font-family: 'arcade', sans-serif;
    position: absolute;
    z-index: 2;
    top: 60px;
    background: red;
    padding: 10px;
    left: 10px;
    font-size: 2.5rem;
    color: #fff;
    text-decoration: none;
    display: none;
}

.after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
}
.clipClass {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%);
}
.clipClass.trans {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.after .vid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.after .vid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}


/* separator */
.sep {
    height: 100%;
    width: 15px;
    background: #000;
    position: absolute;
    top: 0;
    left: calc(20% - 1px);
    z-index: 10;
    cursor: pointer;
    opacity: 1;
}
.sep .circle {
    width: 6vw;
    height: 6vw;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: calc(-3vw + 7.5px);
    top: calc(50% - 3vw);
}
.sep .circle .fas {
    color: #fff;
    font-size: 2.5vw;
    position: absolute;
    top: calc(50% - 1.25vw);
}
.sep .circle .fa-caret-left {
    left: 1vw;
}
.sep .circle .fa-caret-right {
    right: 1vw;
}
#retroZoneWrapper .bubble {
    position: absolute;
    z-index: 2;
    transform: scale(0);
    width: 19vw;
    top: -7vh;
    left: 43vw;
}
#retroZoneWrapper .bubble.on {
    animation: popit .3s linear forwards .5s;
}
#retroZoneWrapper .bubble .ct {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 1vw;
    padding: 2vh 2vw;
    text-align: center;
    border: 2px solid #000;
}
#retroZoneWrapper .bubble span {
    display: block;
    font-family: "classic-comic", sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #000;
    font-size: 3vh;
    line-height: 3.3vh;
}
#retroZoneWrapper .bubble a {
    display: inline-block;
    font-family: "classic-comic", sans-serif;
    font-weight: 500;
    font-style: italic;
    padding: 1vh 2vw;
    background: var(--bbzi-blue);
    color: #fff;
    border-radius: 4vh;
    margin: 2vh 0 0 0;
}
#retroZoneWrapper .bubble .arrow {
    position: absolute;
    z-index: 3;
}
#retroZoneWrapper .bubble .arrow polygon {
    fill: #fff;
    stroke: #000;
    stroke-width: 3px;
}
#retroZoneWrapper .bubble .arrow line {
    stroke: #fff;
    stroke-width: 4px;
}
#retroZoneWrapper .bubble .arrow {
    height: 2vh;
    width: 3vw;
    bottom: calc(-2vh + 2px);
    right: 20%;
    transform: scaleX(-1);
}



/* ##################################  R E S P O N S I V E  ############################################ */
@media (max-width: 1366px) {
    .head-approach {
        padding: 2vh 10vw 0 10vw;
    }
    .dictionary-container {
        width: 90%;
    }
    .head-method, .bottom-method {
        width: 100% !important;
        padding: 0 10vw !important;
    }
    .head-method .pb, .bottom-method .pb {
        width: 30vw;
    }
}

@media (max-width: 992px) {
    .hero-container h1.baseline div.keywords .key-container .pipe {
        bottom: 1.4rem;
    }
    .head-approach {
        font-size: 2.5vh;
        line-height: 2.8vh;
    }
    .head-approach .pb {
        width: 30vw;
    }
    .title-approach h2 div .method {
        font-size: clamp(2rem, 1.5vw, 1.5vw);
        line-height: clamp(2rem, 1.5vw, 1.5vw);
        width: 35vw;
        top: 8.5vw;
    }
    .content-approach .part div {
        width: 28vw;
        line-height: 2.8vh;
        font-size: 2.2vh;
    }
    #missionReady .container .bd .bubble span {
        font-size: 1.5vh;
        line-height: 2vh;
    }
    #missionReady .container .bd .bubble2 span {
        font-size: 3vh;
    }
    #missionReady .container .bd1 .bubble {
        width: 34vw;
    }
    #missionReady .container .bd2 .bubble {
        width: 15vw;
        top: -9vh;
        left: -5vw;
    }
    #missionReady .container .bd3 .bubble {
        width: 29vw;
        top: -8vh;
        left: -10vw;
    }
    #missionReady .container .bd3 .bubble2 {
        width: 37vw;
        bottom: -8vh;
        left: -13vw;
    }
    .dictionary-container {
        width: 100%;
        font-size: .9em;
    }
    .dictionary-container .skill {
        line-height: 2.2rem;
    }
    .dictionary-container .skill .bbzi-def {
        font-size: 1em;
    }
    .dictionary-container .skill .word {
        line-height: 5rem;
    }
    .slider-method-wrapper ul li .content span {
        width: 70%;
    }
    .slider-method-wrapper ul li .content .resume {
        width: 90%;
        font-size: 7vh;
        line-height: 6vh;
    }
    .slider-method-wrapper ul li .content .more {
        width: 90%;
        line-height: 4vh;
        padding-top: 4vh;
    }
    .whats-the-difference .secret {
        font-size: 7vh;
        line-height: 6vh;
    }
    .work-smart {
        height: 25vh;
        margin: 5vh 0 15vh 0;
    }
    #experts .cha1 {
        height: 85%;
    }
    #experts .cha1 .bubble {
        width: 40vw;
        top: -20vh;
        right: -12vw;
    }
    #experts .cha1 .bubble .arrow {
        transform: scaleX(-1);
    }
    #experts .cha2 {
        height: 64%;
    }
    #experts .cha2 .bubble {
        width: 21vw;
        top: 4vh;
        left: -1vw;
    }
    #experts .cha3 {
        right: -4%;
        top: -4%;
        height: 101%;
    }
    #experts .cha3 .bubble {
        width: 26vw;
        top: 4vh;
        left: 1vw;
    }
}

@media (max-width: 768px) {
    .hero-container h2.identity {
        padding: 0 15vw;
    }
    .customers div {
        height: 4vh;
    }
    .head-approach {
        flex-wrap: wrap;
    }
    .head-approach .pb {
        width: 100vw;
        text-align: center !important;
    }
    .head-approach .pb-2 {
        margin-top: 2vh;
    }
    .title-approach h2 {
        position: relative;
    }
    .title-approach h2 div {
        position: static;
    }
    .title-approach h2 div .method {
        width: 100%;
        left: 0;
        text-align: center;
        top: 7rem;
    }
    .content-approach .part-content {
        padding: 25vh 5vw 0 5vw;
    }
    .content-approach .part div {
        width: 36vw;
    }
    .cta-approach a svg {
        width: clamp(360px, 37vw, 37vw);
    }
    #missionReady .container .bd1 {
        width: 33vw;
    }
    #missionReady .container .bd2 {
        width: 32vw;
    }
    #missionReady .container .bd3 {
        width: 43vw;
    }
    #missionReady .container .bd1 .bubble {
        width: 25vw;
        top: -12vh;
        right: -20vw;
        transform: scale(0);
    }
    #missionReady .container .bd2 .bubble {
        width: 18vw;
        top: -10vh;
        left: -5vw;
        transform: scale(0);
    }
    #missionReady .container .bd3 .bubble {
        width: 23vw;
        top: -10vh;
        left: -8vw;
        transform: scale(0);
    }
    #missionReady .container .bd3 .bubble2 {
        width: 30vw;
        bottom: -11vh;
        left: -9vw;
        transform: scale(0);
    }
    .missions-slider-container .slide {
        overflow: hidden;
    }
    .missions-slider-container .slide.fc {
        background-position: 59% top;
    }
    .slide .content .main-illus {
        width: 100%;
        height: 100%;
        top: 0;
        left: -59%;
        position: absolute;
    }
    .slide .content .overview {
        width: 60%;
        display: flex;
        padding: 16vh 13vw 10vh 4vw;
        box-sizing: border-box;
        height: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    #identity {
        padding: 7vh 0 3vh 0;
    }
    .identity-container {
        padding: 0 7vw;
    }
    .dictionary {
        margin: 3vh 0 5vh 0;
    }
    .dictionary-container {
        font-size: .8em;
    }
    .dictionary-container .skill {
        line-height: 2rem;
        padding: 2rem;
    }
    #method {
        padding: 20vh 0 15vh 0;
    }
    .head-method .pb, .bottom-method .pb {
        font-size: .9em;
        width: 38vw;
    }
    .slider-method-wrapper ul {
        flex-wrap: wrap;
    }
    .slider-method-wrapper ul li {
        padding: 10vh 7vw 0 7vw;
    }
    .slider-method-wrapper ul li .content {
        font-size: 3.5vh;
        line-height: 3.5vh;
    }
    .slider-method-wrapper ul li .content .resume {
        font-size: 4.5vh;
        line-height: 4.5vh;
    }
    .slider-method-wrapper ul li .content .more {
        font-size: 4vh;
        line-height: 4vh;
    }
    .slider-method-wrapper ul li .content span {
        width: 100%;
    }
    .slider-method-wrapper .timeline {
        display: none;
    }
    .whats-the-difference {
        margin: 10vh 0 0 0;
    }


    #experts {
        height: 44vh;
    }
    #experts .cha1 {
        height: 100%;
        left: -11%;
        bottom: -9%;
    }

    #retroZoneWrapper {
        display: none;
    }
}

@media (max-width: 599px) {
    .content-approach .path-container {
        opacity: 0.2;
    }
    .content-approach .part div {
        width: 65vw;
        padding: 1rem;
        background: rgba(0,0,0,0.95);
    }
    .content-approach .part div .num {
        padding: 0;
    }
    #missionReady .container .bd1 .bubble {
        width: 36vw;
        top: -12vh;
        right: -22vw;
    }
    #missionReady .container .bd3 .bubble {
        width: 38vw
    }
    #missionReady .container .bd3 .bubble .arrow {
        transform: scaleX(1);
    }
    #missionReady .container .bd3 .bubble2 {
        width: 42vw;
    }
    #missionReady .container .bd .bubble span {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
    #missionReady .container .bd .bubble2 span {
        font-size: 2rem;
    }
    #missionReady .container .bd .bubble, #missionReady .container .bd .bubble2 {
        padding: 1vh 2vw;
    }
    .missions-slider {
        height: 94vh;
    }
    .head-missions h3 {
        margin: 0px 0 4vh 0;
    }
    .slide .content .overview {
        width: 93%;
        padding: 9vh 15vw 10vh 8vw;
    }
    .slide .content .overview h3 {
        margin: 0 0 3vh 0;
        font-size: 3.5vh;
        line-height: 3.2vh;
    }
    .slide .content .overview .visit-block {
        padding: 2vh 0 0 0;
    }
    .slide .content .overview p {
        font-size: 1.7rem;
        line-height: 2rem;
        margin: 0 0 2vh 0;
    }
    .slide.bb .main-illus {
        left: -20%;
    }
    .slide.wj .main-illus {
        left: -32%;
    }
    .slide.bb .content .main-illus img {
        width: 65%;
    }
    .slide.wj .content .main-illus img {
        width: 62%;
    }
    .slide.fc {
        background-position: 61% top;
    }
    .missions-slider a.nav {
        height: clamp(40px,6vh,9vh);
    }
    .dictionary-container .skill {
        width: 100%;
        padding: 1rem 2rem;
    }
    .dictionary-container .skill .word {
        font-size: 3.2rem;
        display: block;
    }
    #method {
        padding: 15vh 0 15vh 0;
    }
    .title-method h2 {
        text-align: center;
        margin: 0 10vw 5vh 10vw;
        width: 100%;
    }
    .title-method h2 .bbzi {
        display: block;
    }
    .slider-method-wrapper ul li .num {
        font-size: 6vh;
        line-height: 5vh;
        padding-right: 5vw;
    }
    .slider-method-wrapper ul li .content {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .slider-method-wrapper ul li .content .resume {
        font-size: 4rem;
        line-height: 3.8rem;
    }
    .slider-method-wrapper ul li .content .more {
        font-size: 2.8rem;
    }
    .head-method, .bottom-method {
        flex-wrap: wrap;
    }
    .head-method .pb, .bottom-method .pb {
        width: 100vw;
        text-align: left;
    }
    .head-method .pb-1, .bottom-method .pb-1 {
        margin: 0 0 2vh 0;
    }
    #experts .bubble span {
        font-size: 1.5vh;
        line-height: 2vh;
    }
    #experts .cha1 .bubble {
        width: 53vw;
        top: -16vh;
        right: -18vw;
    }
    #experts .cha3 {
        right: -2%;
        top: -7%;
        height: 116%;
    }
    #experts .cha3 .bubble {
        width: 44vw;
        top: 7vh;
        left: 13vw;
    }
    #experts .top-sep {
        top: -5vh;
        height: 13vh;
    }
    #experts .bot-sep {
        height: 8vh;
    }
    .cta-lezzgo a {
        transform: scale(1) !important;
    }
}

@media (max-width: 540px) {
    .work-smart {
        margin: 13vh 0 15vh 0;
    }
    #experts {
        background: none;
    }
    #experts .top-sep, #experts .bot-sep {
        display: none;
    }
    #experts .part1 {
        top: -37%;
    }
    #experts .cha1 {
        bottom: 6%;
    }
    #experts .cha1 .bubble {
        width: 53vw;
        top: -18vh;
        right: -28vw;
    }
    #experts .part3 {
        top: 68%;
        right: -16%;
        height: 75%;
        width: 65%;
        z-index: 4;
    }
    #experts .cha3 {
        right: -2%;
        top: 55%;
        height: 89%;
        transform: rotate(-2deg);
        z-index: 15;
    }
    #experts .part3 .content #yeahh {
        height: 4vh;
    }
    #experts .cha2 {
        top: -29%;
        right: -18%;
        z-index: 3;
    }
    #experts .cha3 .bubble {
        width: 44vw;
        top: 3vh;
        left: -12vw;
    }
    .cta-lezzgo {
        margin: 27vh 0 0 0;
    }
}
@media (max-width: 415px) {
    .slider-method-wrapper ul li .content span {
        width: 90%;
    }
    .slider-method-wrapper ul li .content .more {
        font-size: 2.5rem;
        line-height: 2.8rem;
        width: 100%;
    }
    #method {
        padding: 15vh 0 0vh 0;
    }
    .whats-the-difference .secret {
        font-size: 5rem;
        line-height: 4.5rem;
    }
    #experts {
        display: none;
    }
    #expertsMob {
        display: block;
        width: 100%;
    }
    #expertsMob img {
        width: 100%;
    }
    .cta-lezzgo {
        position: relative;
        z-index: 2;
        padding: 3vh 0 0 0;
        margin: 0;
    }
    .cta-lezzgo a svg {
        width: clamp(340px, 35vw, 35vw);
    }
}