/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/**
    * CH01 - FONTS
    * CH02 - BASIC RULES
    * CH03 - HEADER & MENU
    * CH04 - MAIN & CONTENT
    * CH05 - FOOTER
    * CH06 - ANIMATIONS
    * CH07 - MEDIA QUERIES
    * CH08 - NEW IMPLEMENTATIONS
    * CH09 - NEW MEDIA QUERIES
**/
/*CH01 - FONTS*/
@font-face {
  font-family: 'FuturaPT';
  src: url('fonts/Futura-PT-Book.woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('fonts/Futura-PT-Book-Oblique.woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('fonts/Futura-PT-Medium.woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('fonts/Futura-PT-Demi.woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('fonts/Futura-PT-Bold.woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('fonts/Futura-PT-Heavy.woff2');
  font-weight: 900;
  font-style: normal;
}

/*CH01 - BASIC RULES*/
:root {
  --bounce-height: 1;
}

html {
  scrollbar-gutter: stable;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-std {
  margin-left: clamp(30px, 7vw, 130px);
  margin-right: clamp(30px, 7vw, 130px);
}

.my-std {
  margin-top: clamp(30px, 7vw, 130px);
  margin-bottom: clamp(30px, 7vw, 130px);
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.p-0 {
  padding: 0;
}

.px-std {
  padding-left: clamp(30px, 7vw, 130px);
  padding-right: clamp(30px, 7vw, 130px);
}

.pl-std {
  padding-left: clamp(30px, 7vw, 130px);
}

.pr-std {
  padding-right: clamp(30px, 7vw, 130px);
}

.px-low,
.pl-low {
  padding-left: 30px;
}

.px-low,
.pr-low {
  padding-right: 30px;
}

.px-hi,
.pl-hi {
  padding-left: 30px;
}

.px-hi,
.pr-hi {
  padding-right: 30px;
}

/*.px-low {
  padding-left: clamp(15px, 3.3vw, 60px);
  padding-right: clamp(15px, 3.3vw, 60px);
}

.pl-low {
  padding-left: clamp(15px, 3.3vw, 60px);
}

.pr-low {
  padding-right: clamp(15px, 3.3vw, 60px);
}

.px-hi {
  padding-left: clamp(50px, 12vw, 220px);
  padding-right: clamp(50px, 12vw, 220px);
}

.pl-hi {
  padding-left: clamp(50px, 12vw, 220px);
}

.pr-hi {
  padding-right: clamp(50px, 12vw, 220px);
}*/

.py-std {
  padding-top: clamp(30px, 7vw, 130px);
  padding-bottom: clamp(30px, 7vw, 130px);
}

.pt-std {
  padding-top: clamp(30px, 7vw, 130px);
}

.pb-std {
  padding-bottom: clamp(30px, 7vw, 130px);
}

/*.py-low {
  padding-top: clamp(15px, 3.3vw, 60px);
  padding-bottom: clamp(15px, 3.3vw, 60px);
}

.pt-low {
  padding-top: clamp(15px, 3.3vw, 60px);
}

.pb-low {
  padding-bottom: clamp(15px, 3.3vw, 60px);
}

.py-hi {
  padding-top: clamp(50px, 12vw, 220px);
  padding-bottom: clamp(50px, 12vw, 220px);
}

.pt-hi {
  padding-top: clamp(50px, 12vw, 220px);
}

.pb-hi {
  padding-bottom: clamp(50px, 12vw, 220px);
}*/

.py-low,
.pt-low {
  padding-top: 30px;
}

.py-low,
.pb-low {
  padding-bottom: 30px;
}

.py-hi,
.pt-hi {
  padding-top: 30px;
}

.py-hi,
.pb-hi {
  padding-bottom: 30px;
}

.w-fit {
  width: fit-content;
}

.max-800 {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.max-1000 {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hidden {
  display: none;
}

.d-block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.opacity-0 {
  opacity: 0;
}

.z-1000 {
  z-index: 1000;
}

.z-1001 {
  z-index: 1001;
}

.z-1002 {
  z-index: 1002;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.font-futura {
  font-family: 'FuturaPT', sans-serif !important;
}

.text-0,
.text-0 p,
.text-0 h1,
.text-0 h2 {
  font-size: clamp(32px, 6.3vw, 120px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-1,
.text-1 p,
.text-1 h1,
.text-1 h2,
.text-1 h3,
body.single-post h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(23px, 3.7vw, 70px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-2,
.text-2 p,
.text-2 h1,
.text-2 h2,
.text-2 h3 {
  font-weight: 500;
  font-size: clamp(14px, 1.7vw, 32px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-3,
.text-3 p,
.text-3 h1,
.text-3 h2,
.text-3 h3 {
  font-weight: 500;
  font-size: clamp(22px, 2.3vw, 42px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-4,
.text-4 p,
.text-4 h1,
.text-4 h2,
.text-4 h3 {
  font-size: clamp(15px, 1.3vw, 22px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

body.single-post h3 {
  font-size: clamp(15px, 1.3vw, 22px) !important;
  letter-spacing: -0.015em;
  font-size-adjust: 0.5;
}

.text-5,
.text-5 p,
.text-5 h1,
.text-5 h2,
.text-5 h3 {
  font-size: clamp(14px, 1vw, 18px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-6,
.text-6 p,
.text-6 h1,
.text-6 h2,
.text-6 h3 {
  font-size: clamp(16px, 1.5vw, 28px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

body.single-post h2 {
  font-size: clamp(16px, 1.5vw, 28px) !important;
  letter-spacing: -0.015em;
  font-size-adjust: 0.5;
}

.text-7,
.text-7 p,
.text-7 h1,
.text-7 h2,
.text-7 h3 {
  font-size: clamp(18px, 2.4vw, 45px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-8,
.text-8 p,
.text-8 h1,
.text-8 h2,
.text-8 h3 {
  font-size: clamp(18px, 1.9vw, 36px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

.text-9,
.text-9 p,
.text-9 h1,
.text-9 h2,
.text-9 h3 {
  font-size: clamp(20px, 2vw, 36px) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size-adjust: 0.5;
}

p,
a,
ul,
ol,
li,
input,
textarea,
input::placeholder,
textarea::placeholder,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.text-standard,
.text-standard p,
.text-standard a,
.text-standard h1,
.text-standard h2,
.text-standard h3,
body.single-post p,
body.single-post ul,
body.single-post ol,
body.single-post li,
body.single-post a {
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 1.4;
  font-size-adjust: 0.5;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-lblack,
.text-lblack p,
.text-lblack a,
.text-lblack a:visited,
.text-lblack h1,
.text-lblack h2,
.text-lblack h3,
.text-lblack h4,
body.single-post article a,
body.single-post article a:visited {
  color: #3C3C3B;
}

.text-lblack-hover:hover,
.text-lblack-hover a:hover {
  color: #FFFFFF;
}

.text-green,
.text-green p,
.text-green a,
.text-green a:visited,
body.single-post article a:focus,
.text-green h1,
.text-green h2,
.text-green h3,
.text-green h4 {
  color: #BCD056 !important;
}

.text-green-hover:hover,
.text-green-hover a:hover,
body.single-post article a:hover {
  color: #BCD056 !important;
}

.text-white,
.text-white p,
.text-white strong,
.text-white a,
.text-white a:visited,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4 {
  color: #FFFFFF !important;
}

.text-white-hover:hover,
.text-white-hover a:hover {
  color: #FFFFFF !important;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.initial {
  text-transform: initial;
}

.leading-none {
  line-height: 1;
}

.leading-25 {
  line-height: 1.3;
}

.cursor-pointer {
  cursor: pointer;
}

.rounded-full {
  border-radius: 9999px;
}

.no-bg {
  background-image: none !important;
}

.bb-button,
.bb-button:visited,
input::file-selector-button {
  display: inline-block;
  padding: 10px 40px;
  font-weight: 500;
  color: #BCD056 !important;
  border: 1px solid #BCD056;
  transition: transform 0.3s ease-in-out !important;
}

.bb-button:hover,
input::file-selector-button:hover {
  color: #BCD056 !important;
  transform: scale(1.03);
}

blockquote {
  margin: 36px 0px 36px 10px;
  padding: 0px 0px 0px 10px;
  border-left: 2px solid #BCD056;
}

body,
p,
a,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FuturaPT', sans-serif;
}

ul {
  list-style-position: inside !important;
}

/* Fix tema Uncode e Pulsanti */
.bb-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.career-link,
.faq-title,
.smooth-link {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.bb-button:focus-visible {
  outline: 2px solid rgb(188, 208, 86);
  outline-offset: 2px;
}

/*CH02 - HEADER & MENU*/
.fullvideo-open .menu-wrapper {
  z-index: 0;
}

.menu-wrapper {
  position: fixed;
  z-index: 50;

  .menu-container {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent !important;
  }
}

#main-logo img {
  height: 25px;
}

.menu-item a {
  text-transform: uppercase;
  font-size: 22px !important;
  height: fit-content !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 8px;
}

.menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: transparent;
  bottom: -4px;
  left: 0;
  transition: background-color 0.2s ease;
}

.menu-item a:hover::after {
  background-color: #BCD056;
}

.menu-item.current-menu-item a::after {
  background-color: #BCD056;
}

.menu-item a:hover,
.menu-light .menu-smart>li.current-menu-item:not(.menu-item-type-custom)>a {
  color: #303133 !important;
}

/*Liquid Effect*/
.liquid-glass-effect-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  transition: backdrop-filter 0.3s ease;
}

@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) and (-webkit-tap-highlight-color: transparent) {
  .liquid-glass-effect-layer {
    filter: url(#liquid-glass-distortion);
  }
}

.liquid-glass-tint-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s ease;
}

.liquid-glass-shine-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.4),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.3);
}

.menu-container .row-menu {
  position: relative;
  z-index: 10;
}

.menu-container {
  position: relative;
  overflow: hidden;
}

body:not(.menu-force-opacity):not(.menu-scroll-transparency:not(.navbar-hover))[class*=hmenu-] .menu-primary.is_stuck .menu-container,
body.open-overlay-menu .menu-container,
body.single-careers .scrolling .menu-container {
  background-color: transparent !important;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.liquid-glass-effect-layer,
.liquid-glass-tint-layer,
.liquid-glass-shine-layer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/*Blog*/
/*body.page-id-159:not(.open-overlay-menu),
body.page-template-bb-scroll-blog-slides:not(.open-overlay-menu),*/
body.menu-chiaro:not(.open-overlay-menu),
body.page-id-439:not(.open-overlay-menu),
body.single-post:not(.open-overlay-menu) {
  .menu-light:not(.scrolling) .logo-light {
    display: none;
  }

  .menu-light:not(.scrolling) .logo-dark {
    display: block !important;
  }

  .menu-light:not(.scrolling) .menu-smart a,
  .menu-light:not(.scrolling) .menu-smart a:visited,
  .menu-light:not(.scrolling) .menu-smart a:hover,
  .menu-light:not(.scrolling) .mobile-menu-button-light .lines:not(.lines-dropdown) {
    color: #FFFFFF !important;
  }

  .menu-light:not(.scrolling) .mobile-menu-button-light .lines:not(.lines-dropdown),
  .menu-light:not(.scrolling) .mobile-menu-button-light .lines:not(.lines-dropdown):before,
  .menu-light:not(.scrolling) .mobile-menu-button-light .lines:not(.lines-dropdown):after {
    background: #FFFFFF !important;
  }
}

/*CH03 - MAIN & CONTENT*/
body {
  background-image: url(/wp-content/uploads/2025/10/body_background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.main-top-padding .main-container {
  padding-top: calc(4rem - 2vw);
}

body.error404 .post-body {
  padding-top: calc(10rem - 2vw);
}

body.has-video-popup {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  touch-action: none;
}

.suptitle {
  margin-bottom: 25px;
}

.header-main-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;

  /*.video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 2100;
    pointer-events: none;
    opacity: 0;
  }

  .video-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: circle(0px at 0 0);
  }

  .video-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    font-size: clamp(18px, 2.6vW, 35px);
    font-weight: 400;
    color: #f6f6f6;
    background-color: #3a3a3ace;
    line-height: 1;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s ease;
  }

  .close-btn:hover {
    transform: scale(1.08);
  }*/

}

.bg-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-wrapper {
  transition: all 0.5s ease-in-out;
}

.text-wrapper h1 {
  margin-top: 0;
}

/* Scroll indicator */
.scroll-down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: 100px;
  color: #94a3b8;
  font-size: 12px;
  cursor: pointer;
  z-index: 2;
}

.scroll-down .mouse {
  width: 1.5rem;
  height: 2.5rem;
  border: 2px solid #9ca3af;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;
}

.scroll-down .wheel {
  width: 1px;
  height: 0.75rem;
  background: #9ca3af;
  animation: scrollAnimation 1.5s infinite ease-in-out;
}

#dot-game {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background-color: #BCD056;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: -18px;
  animation: stabilized-bounce 2.4s infinite;
  transform-origin: bottom center;
}

.start-game {
  cursor: pointer;
  position: absolute;
  display: block;
  transform: translate(0, 0);
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: normal;
}

#text-ready {
  bottom: -26px;
  right: -45px;
}

#text-play {
  bottom: -26px;
  right: -62px;
}

.header-main-container {
  min-height: 100vh;
}

.article {
  view-transition-name: content;
}

/*Text Fill Effect*/
.text-appear {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 0.5px #BCD056;
  will-change: clip-path, transform;
  transform: translateZ(0);
  isolation: isolate;
}

.text-appear::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #BCD056;
  -webkit-text-stroke: 0.5px #BCD056;
  white-space: nowrap;
  pointer-events: none;
  clip-path: inset(-0.12em var(--clip-progress, 100%) 0 0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.text-appear.white {
  -webkit-text-stroke: 0.5px #FFFFFF;
}

.text-appear.white::before {
  color: #FFFFFF;
  -webkit-text-stroke: 0.5px #FFFFFF;
}

/* GLOW EFFECT*/
.glowbox>div {
  --border-width: 1px;
  --glow-width: 4px;
  --border-radius: 20px;
  --x: 50%;
  --y: 50%;
  position: relative;
  border: var(--border-width) solid transparent;
  border-radius: var(--border-radius);
  padding: 30px;
  will-change: transform;
}

.glowbox>div:first-of-type::before {
  content: '';
  position: absolute;
  inset: calc(var(--glow-width) * -1);
  border-radius: calc(var(--border-radius) + var(--glow-width));
  border: var(--glow-width) solid transparent;
  background:
    radial-gradient(50% 50% at var(--x) var(--y),
      rgba(188, 208, 86, 0.9) 0%,
      rgba(188, 208, 86, 0.5) 30%,
      rgba(188, 208, 86, 0.2) 55%,
      transparent 75%);
  background-origin: border-box;
  z-index: -2;
  mask-image: linear-gradient(black, black), linear-gradient(black, black);
  mask-clip: content-box, border-box;
  mask-composite: exclude;
}

.glowbox>div:first-of-type::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: var(--border-width) solid rgba(188, 208, 86, 0.6);
  z-index: -1;
}

/*Home*/
.project-preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;

  .row-parent,
  .row-inner,
  .row-child,
  .wpb_row.row-inner,
  .wpb_column,
  .uncol,
  .uncoltable,
  .uncell,
  .uncont {
    height: 100% !important;
  }

  .project-preview-txt {
    margin-top: 0 !important;
    padding-bottom: 3vW;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: linear-gradient(90deg, #000000e6, #0000);

    .row-child,
    .wpb_row.row-inner {
      display: flex;
    }

    .uncont {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
  }

  .play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    margin-top: auto !important;
    margin-bottom: auto;
    /*PROVVISORIO*/
  }

  .play-button:hover {
    transform: scale(1.05);
  }

  .play-button a {
    display: inline-block;
  }

  .read-more {
    margin-top: auto !important;
    transition: transform 0.5s ease-in-out;
  }

  .read-more:hover {
    transform: scale(1.05);
  }

  .project-title {
    margin-top: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .project-subtitle {
    margin-top: 0 !important;
  }
}

.tricol-title.title-with-number,
.bibox-title {
  padding-bottom: 30px;
}

.tricol-title.title-with-number h3 {
  width: 100%;

  >span {
    display: flex;
    flex-direction: column;
    width: 100%;

    .number {
      font-size: 32px;
      color: #bcd0568f;
    }
  }
}

.tricol-col:not(:last-of-type) {
  border-bottom: 2px solid #BCD056;
  padding-bottom: 36px !important;
}

.bibox-col .number p {
  font-size: 32px;
  color: #bcd0568f;
}

.split-title-text {
  background-repeat: no-repeat;

  .wpb_row.row-inner {
    display: flex;
    flex-direction: column;

    .wpb_column {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

  h1 {
    text-align: center;
    width: 100%;
  }

  h2 {
    padding-bottom: 15px !important;
    text-align: center;
    width: 100%;
  }
}

.split-text-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  .wpb_row.row-inner {
    display: flex;
    flex-direction: column-reverse;

    .wpb_column {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

  .split-tipe-one {
    .col1 {
      padding-right: 0;
    }

    .col2 {
      padding-left: 0;
    }
  }

  .vc_custom_heading_wrap {
    text-align: left;
  }

  h1 {
    text-align: center;
    width: 100%;
  }

  h2 {
    padding-bottom: 15px !important;
    text-align: center;
    width: 100%;
  }

  .suptitle {
    text-align: center;
  }
}

.bibox-title p {
  font-weight: 700;
}

.partners-row-title {
  color: #59595B;
  padding-bottom: 40px;
  position: relative;
}

.partners-row-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 3vw;
  height: 4px;
  background-color: #BCD056;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}

/*.infinite-carousel {
  margin-top: 0 !important;
  overflow: hidden;

  .row.row-child>.wpb_row {
    margin-left: 0 !important;
  }

  .uncell {
    display: flex;
    width: fit-content;
  }

  .uncont {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
    position: relative;
    width: max-content;

    .t-inside,
    .t-entry-visual,
    .t-entry-visual-tc,
    .uncode-single-media-wrapper,
    .fluid-svg,
    span.icon-media {
      width: fit-content;
      display: flex;
      align-items: center;
      height: 100%;
    }

    span.icon-media {
      width: fit-content !important;
      display: block !important;
      margin-right: 0 !important;
    }

    .carousel-image {
      margin-top: 0 !important;
      margin-left: 2rem;
      margin-right: 2rem;
      flex-shrink: 0;
    }

    img {
      width: 80px;
      max-height: 60px;
      max-width: none;
      display: block;
    }
  }
}

.infinite-carousel.bigger {
  margin-top: 15px !important;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #59595b;

  .uncont img {
    width: 120px;
    max-height: 80px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1974%) hue-rotate(119deg) brightness(114%) contrast(93%);
  }
}*/

.popup-video {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-video.active {
  opacity: 1;
  pointer-events: all;
}

.popup-inner {
  position: relative;
  max-width: 80%;
  width: fit-content;
  max-height: 80vh;
}

.popup-content video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 99;
}

.popup-overlay {
  position: absolute;
  inset: 0;
}

.home-academy-section {
  .col1 {
    position: relative;

    .bottom-background {
      z-index: 1;
      left: clamp(30px, 3.5vw, 60px);
      bottom: clamp(30px, 4.5vw, 80px);
      /*bottom: clamp(15px, 1.7vw, 30px);*/

      p {
        font-size: 7vw;
        text-align: left;
      }
    }
  }

  .fase-row {
    >.row>.wpb_row {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .fase-col1,
    .fase-col2 {
      width: 100% !important;
    }
  }
}

/*min768*/
.image-tricols-typea {
  >.row>.wpb_row {
    display: grid !important;
    grid-template-columns: 8fr 15fr 8fr !important;
  }

  .col1,
  .col2,
  .col3 {
    width: 100%;
    height: 100%;
  }
}

.image-bicols-typeb {
  >.row>.wpb_row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .col1,
  .col2,
  .col3 {
    width: 100% !important;
    height: 100% !important;
  }
}

.image-quadcols-typec {
  >.row>.wpb_row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }

  .col1,
  .col2,
  .col3,
  .col4 {
    width: 100% !important;
    height: 100% !important;
  }
}

.aspect-315 {
  aspect-ratio: 3/2;
}

.aspect-32 {
  aspect-ratio: 3/2;
}

.aspect-45 {
  aspect-ratio: 4/5;
}

.home-4-img .background-inner {
  background-position: center bottom -100% !important;

}

/*min768*/
/*About*/
/*.header-main-container.video {
  display: flex;
  overflow: hidden;
  position: relative;

  .row-inner,
  .wpb_column,
  .uncont,
  .uncol,
  .uncoltable,
  .uncell {
    position: static !important;
  }

  .scroll-down {
    position: absolute !important;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: 100px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
  }

  .scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 20px auto 0;
  }

  .scroll-wheel {
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    animation: scroll 1.5s ease-in-out infinite;
  }
}

.video-text-wrapper {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.video-wrapper {
  margin-top: 0 !important;
  position: absolute !important;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  video {
    object-fit: cover;
  }
}

.video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.23);
  z-index: 1;
}

.mobile-video,
.desktop-video {
  display: block;
  max-width: none;
}

.mobile-video {
  display: block;
}

.desktop-video {
  display: none;
}

.showreel-text {
  width: fit-content;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.showreel-year {
  display: block;
  font-weight: bold;
  font-size: 25px;
}

.header-main-container.video .logo-container {
  width: 150px;
  max-width: 50%;
  margin: 35px auto 0;
  padding-top: 35px;
  border-top: 1px solid #ffffff;
}*/

.border .row {
  height: 1px;
  background-color: #59595B60;
}

.vc_row.numbered-row {
  position: relative;
  padding: 40px 30px;
  margin-bottom: 25px;
  overflow: visible;
}

.vc_row.numbered-row.two * {
  text-align: right;
}

.vc_row.numbered-row::before {
  content: "";
  position: relative;
  margin-bottom: 15px;
  display: block;
  width: 80px;
  height: 38px;
  background: url('/wp-content/uploads/2025/10/num_01.svg') no-repeat center;
  background-size: auto 38px;
  background-position: left;
  z-index: 0;
}

.vc_row.numbered-row.two::before {
  margin-left: auto;
  background: url('/wp-content/uploads/2025/10/num_02.svg') no-repeat center;
}

.vc_row.numbered-row.three::before {
  background: url('/wp-content/uploads/2025/10/num_03.svg') no-repeat center;
}

.vc_row.numbered-row>.row {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 0;
}

.vc_row.numbered-row .heading-text h3 {
  line-height: 1.1;
  padding-bottom: 25px;
}

.main-container .row-container.what-areas-row .row-parent .uncont>*:first-child:not([class*=shift_y_]) {
  margin-top: 0.6250rem !important;
}

.main-container .what-areas-row:not(.bottom-correction) {
  margin-bottom: 0.6250rem;
}

.what-area {
  background-color: #E6E6E6;
  aspect-ratio: 2 / 3;
  padding: 20px;
  margin: 0.6250rem 0.6250rem 0 0.6250rem;
  overflow: hidden;
  position: relative;
}

.what-area .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

.what-area h3 {
  position: relative;
  z-index: 2;
  width: 100%;
}

.what-area h3 span {
  white-space: pre-line;
  font-weight: 700;
  line-height: 1.1;
}

.what-area .little-title {
  display: block;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 15px;
}

.what-area .big-title {
  display: block;
  font-size: 26px;
  position: relative;
}

.what-area .dot {
  bottom: 2px;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  background-color: #BCD056;
  animation: stabilized-bounce 2.4s infinite;
  z-index: 2;
  --bounce-height: 0.3;
}

.what-area .read-text {
  bottom: -15px;
  margin-left: -15px;
  animation: textIntermittent 7.2s infinite;
  text-transform: uppercase;
  font-size: 10px;
}

.what-area .long-text {
  margin-top: 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;

  strong {
    display: inline;
  }
}

.what-area .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  font-size: clamp(18px, 2.6vW, 35px);
  font-weight: 400;
  color: #3a3a3a;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.what-area.expanded .close-btn {
  opacity: 1;
  pointer-events: auto;
}

.what-area.expanded {
  pointer-events: none;
}

.what-area.expanded .wpb_wrapper {
  pointer-events: none;
}

.callaction-row>.row {
  padding: 0 !important;
}

.callaction-row .bb-button {
  margin-top: 20px;
}

/*Parlaci del tuo progetto*/
.page-id-243 {
  background-image: url(/wp-content/uploads/2025/10/body_background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-main-container.split-title-text {
  padding-left: clamp(30px, 7vw, 130px);
  padding-right: clamp(30px, 7vw, 130px);
  background-image: url(/wp-content/uploads/2025/10/green_separator.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: auto 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}

body article {
  background-color: rgba(0, 0, 0, 0) !important;
}

/*Form*/
.form-step {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.form-step.active-step {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.form-step.shown-step {
  opacity: 0.5;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.form-step.shown-step .step-number p {
  color: rgba(60, 60, 59, 0.3);
}

.form-step.shown-step input,
.form-step.shown-step textarea {
  color: rgba(60, 60, 59, 0.5);
  pointer-events: none;
}

.form-step.shown-step .next-step {
  display: none;
}

.form-step .step-number p {
  font-weight: bold;
  line-height: 1;
  color: rgba(29, 29, 27, 0.13);
  margin-right: 15px;
  min-width: 40px;
}

.form-step .step-number span {
  color: #BCD056;
}

.form-step.active-step .step-number p {
  color: #3C3C3B;
  font-size: 35px;
  line-height: 0.7;
}

.step-input {
  flex: 1;
  position: relative;
  margin-left: 2vw;
}

.step-input>p {
  margin-top: 0;
}

.step-input label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(60, 60, 59, 0.2);
}

.input-wrap p {
  margin-top: 0;
}

.input-wrap * {
  width: 100%;
}

.input-wrap input,
.input-wrap textarea,
.input-wrap select {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 8px 4px;
}

.input-wrap select {
  background-repeat: no-repeat;
  background-position: right center;
}

.input-wrap textarea {
  height: 80px;
  resize: vertical;
  overflow: auto;
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: rgba(60, 60, 59, 0.5);
}

.next-step {
  /*margin-left: 20px;*/
  width: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.next-step:hover {
  transform: translateX(10px);
}

.next-step img {
  width: 100%;
  height: auto;
  display: block;
}

.error-message,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip {
  display: inline-block;
  color: rgba(211, 33, 33, 0.8) !important;
  font-size: 14px;
  margin-top: 5px !important;
  font-weight: 600;
}

.form-step .privacy,
.form-step .privacy a,
.form-step .privacy a:focus,
.form-step .privacy a:visited,
.form-step .privacy a:hover {
  color: #BCD056;
  font-size: 14px;
  line-height: 1.4;
}

.form-step .privacy .wpcf7-list-item-label {
  padding-left: 0 !important;
}

.form-step .privacy input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 0;
  left: 0;
  top: 2px;
  z-index: 2;
}

.form-step .privacy label {
  position: relative;
  display: block !important;
  cursor: pointer;
  user-select: none;
  padding-left: 28px;
  color: #59595B;
  line-height: 1.4;
  margin-bottom: 5px;
  text-transform: initial;

  .wpcf7-list-item-label {
    font-size: 14px !important;
  }
}

.form-step .privacy label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #BCD056;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.form-step .privacy label:has(input[type="checkbox"]:checked)::before {
  background-color: #BCD056;
  border-color: #BCD056;
}

input[type="submit"] {
  margin-top: 20px;
  padding: 10px 40px;
  border: 2px solid #BCD056;
  background: transparent;
  color: #BCD056;
  text-transform: uppercase;
  font-weight: 500 !important;
  cursor: pointer;
  line-height: 1 !important;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

input[type="submit"]:hover {
  transform: scale(1.05);
}

.wpcf7-response-output {
  color: #BCD056;
}

div.wpcf7 form .wpcf7-response-output {
  font-size: 14px !important;
}

/*Feedback invio*/
.wpcf7 form {
  position: relative;
}

/* CF7 aggiunge da sé la classe .submitting al form durante l'invio */
.wpcf7 form.submitting {
  pointer-events: none;
}

.wpcf7 form.submitting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
}

.wpcf7 form.submitting input[type="submit"] {
  opacity: 0.4;
}

.wpcf7 .wpcf7-spinner {
  position: relative;
  z-index: 6;
  margin: 20px 0 0 14px;
  background-color: #BCD056;
  opacity: 1;
  vertical-align: middle;
}

.wpcf7 .wpcf7-spinner::after {
  content: "Invio in corso…";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 14px;
  color: #3C3C3B;
}

/*Form step multiplo*/
.career-form .form-step {
  align-items: flex-start;
}

.career-form .form-step .input-wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

.career-form .form-step .step-number p {
  margin-top: 0;
}

.career-form .form-step .step-input>.next-step {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 25px;
}

.career-form .form-step .next-step img {
  width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}

.career-form .form-step .next-step:hover img {
  transform: translateX(8px);
}

.career-form .form-step textarea {
  height: 100px;
  resize: vertical;
}

.career-form .form-step:not(:last-of-type) {
  margin-bottom: 40px;
}

.career-form .curriculum-info {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*Contatti*/
.location-title::after {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  max-width: 70%;
  border-top: 1px solid #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
}

address {
  font-style: normal;

  a,
  a:visited,
  a:hover,
  strong,
  p {
    color: #FFFFFF !important;
  }

  p {
    margin-top: 0;
  }

  .top-spacing {
    padding-top: 25px;
  }
}

/*Careers*/
.choose-careers,
.careers-levels {
  .uncont {
    height: 100%;
  }
}

.careers-levels {
  padding-top: 15px;
  padding-bottom: 15px;

  .col1,
  .col2,
  .col3,
  .col4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .col1,
  .col2,
  .col3,
  .col4 {
    padding-bottom: 30px !important;
  }
}

.single-career {
  height: 100%;
  /*border: 4px solid #BCD056;
  border-radius: 20px;
  padding: 40px 30px;*/
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;

  .buttonbox {
    padding-top: 15px;
    margin-top: auto;
  }

  ul {
    columns: 2;
    column-gap: 25px;
  }

  .icon-type img {
    max-width: 55px;
    margin: 0 auto;
  }

  .intro-text {
    padding-bottom: 15px;
    border-bottom: 1px solid #BCD056;
  }
}

.main-wrapper .career-link,
.main-wrapper .career-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3C3C3B !important;
  font-size: clamp(14px, 1.2vw, 18px);
  text-decoration: none;
  margin-top: 20px;
  transition: transform 0.5s ease-in-out !important;
}

.career-link img {
  height: 8px;
  width: auto;
  margin-left: 10px;
}

.main-wrapper .career-link:hover {
  color: #3C3C3B !important;
  transform: translateX(10px);
}

.main-wrapper .back-button .career-link:hover {
  transform: translateX(-10px);
}

/*All Careers*/
.back-section {
  padding-top: 90px;
}

.back-button .career-link {
  text-transform: uppercase;
  font-size: 0.75em;
}

.back-button .career-link img {
  height: 4px;
  margin-left: 0;
  margin-right: 10px;
}

.all-careers-section .heading-text .separator-break,
body.single-careers .separator-break {
  margin-top: 10px;
  border-color: #BCD056 !important;
  width: 100%;
}

.all-careers-section .col1,
body.single-careers .post-content {
  padding-right: 0 !important;
}

.all-careers-section .col2,
body.single-careers .post-sidebar {
  padding-left: 0 !important;
}

.all-careers {
  padding-top: 40px;
}

.single-all-careers:not(:last-of-type) {
  margin-bottom: clamp(30px, 3vW, 50px);
}

.single-all-careers_title h2 {
  margin-top: 0;
}

.single-all-careers_location p,
.single-career-location p {
  margin-top: 5px;
  color: #a6a6a8;
}

.single-all-careers_description p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.single-all-careers .career-link {
  margin-top: 0;
}

.single-all-careers .career-link img,
.form-link .career-link img {
  filter: invert(73%) sepia(23%) saturate(826%) hue-rotate(30deg) brightness(99%) contrast(102%);
}

.careers-wizard-cta-box {
  margin-top: clamp(15px, 3vw, 35px) !important;
  margin-bottom: clamp(15px, 3vw, 35px) !important;
}

.careers-wizard-cta {
  padding-top: clamp(30px, 5vw, 60px) !important;
  padding-bottom: clamp(30px, 5vw, 60px) !important;
  text-align: center;
  /*border: 4px solid #BCD056 !important;
  border-radius: 15px;*/
}

/*Single Career*/
body.single-careers h1 {
  margin-top: 5px;
  color: #303133;
}

body.single-careers .post-content {
  padding: 0
}

body.single-careers .post-sidebar {
  padding: 0
}

body.single-careers .back-button .career-link {
  margin-top: 0;
}

.form-box {

  label,
  p,
  input,
  textarea {
    font-size: 14px;
    font-weight: 400;
  }

  input:not([type="checkbox"]):not([type="submit"]):not([type="file"]),
  textarea,
  select {
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid rgba(60, 60, 59, 0.2);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  select.placeholder-active {
    color: #777777 !important;
  }

  select {
    color: #303133;
  }

  select option {
    color: #303133;
    background-color: transparent;
  }

  .curriculum-info {
    margin-top: 25px;
  }

  span[data-name="curriculum"],
  span[data-name="portfolio"] {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 25px;

    input {
      font-size: 0.8em;
    }
  }

  span[data-name="link"],
  span[data-name="raccontaci"] {
    margin-bottom: 25px;
    display: block;
  }

  .informativa {
    color: #59595B;
  }

  .informativa,
  .informativa a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
  }

  .informativa a,
  .informativa a:focus,
  .informativa a:visited,
  .informativa a:hover {
    color: #BCD056;
  }

  .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 0 12px;
  }

  .wpcf7-acceptance label {
    position: relative;
    display: block !important;
    cursor: pointer;
    user-select: none;
    padding-left: 28px;
    margin-bottom: 5px;
    text-transform: initial;
  }

  .wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 0;
    left: 0;
    top: 2px;
    z-index: 2;
  }

  .wpcf7-acceptance label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #BCD056;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }

  .wpcf7-acceptance label:has(input[type="checkbox"]:checked)::before {
    background-color: #BCD056;
    border-color: #BCD056;
  }

  .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 0 !important;
  }

  form p:last-of-type {
    margin-top: 0;
    text-align: center;
  }

  input[type="submit"] {
    margin-top: 0;
  }
}

input::file-selector-button {
  margin-left: 2px;
  margin-right: 5px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus {
  outline: none;
  border-bottom-color: #BCD056 !important;
}

body:not(.single-careers) .form-box {
  margin-left: auto;
  margin-right: auto;
}

/*Progetti*/
.projects-shortcode-box>.row-parent>.wpb_row.row-inner {
  height: auto !important;
}

.project-slides-container.slick-slider:not(.slick-center-mode) .slick-track {
  margin-left: 0;
  margin-right: 0;
}

/*Singolo Progetto*/
body.single-projects .page-wrapper .row-container .row-parent {
  padding: 0 !important;
}

body.single-projects video {
  max-width: 100%;
}

body.single-projects .video-to-play {
  .project-video-overlay {
    position: absolute;
    inset: 0;
    background-color: #0000003b;
    z-index: 1;
  }

  .project-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .project-video-play img {
    width: 60px;
    height: 60px;
    transition: 0.25s;
  }

  .project-video-play img:hover {
    transform: scale(1.05);
  }
}

/*OLD PJ*/
.single-project-top-spacer {
  padding-top: 60px !important;
}

.single-progect-full-header .top-overlay-wrapper {
  margin-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 66.666667%;
  background-image: linear-gradient(to bottom, #0000003b, transparent);
  z-index: 1;
}

.single-project-title-box {
  padding-bottom: 3vW;
  margin-bottom: 3vW;
  border-bottom: 1px solid #59595B3b !important;

  .subtitle {
    margin-top: 15px;
  }
}

.project-services,
.project-mentions {
  list-style-type: none !important;
  padding-left: 0 !important;
}

/*OLD PJ*/

.standard-project {

  .vc_row.project-full-header.header-main-container {
    align-items: stretch;
  }

  .vc_row.project-full-header>.row.full-width.row-parent {
    height: auto !important;
    display: flex;
    flex-direction: column;
  }

  .vc_row.project-full-header>.row.full-width.row-parent>.wpb_row>.wpb_column {
    height: 100%;
  }

  .project-text1,
  .project-text1 p,
  .project-text1 h2,
  .project-text1 h3 {
    font-size: clamp(18px, 1.9vw, 35px) !important;
  }

  .project-text2,
  .project-text2 p,
  .project-text2 h2,
  .project-text2 h3 {
    font-size: clamp(16px, 1.5vw, 28px) !important;
  }

  .project-full-header {
    overflow: hidden;
    border-radius: 0 0 60px 60px;
    position: relative;

    .logo-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 58%;
      z-index: 2;

      img {
        max-width: 100%;
      }
    }

    .scroll-down {
      position: absolute !important;
      bottom: -25px;
      color: #FFFFFF;
    }

    .scroll-down .mouse {
      border: 2px solid #FFFFFF;
    }

    .scroll-down .wheel {
      background: #FFFFFF;
    }
  }

  .project-h1-box {
    padding-left: clamp(50px, 12vw, 220px);
    padding-right: clamp(50px, 12vw, 220px);
  }

  .whole-h1 h1,
  .split-h1 p {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: clamp(23px, 3.7vw, 70px) !important;
    letter-spacing: -0.015em;
    line-height: 1.3;
    font-size-adjust: 0.5;
    color: #3C3C3B;
    text-align: center;
  }

  .whole-h1 .subh1,
  .split-h1 h1 .subh1 {
    display: inline-block;
    margin-top: 1.2em;
    font-weight: 400;
    color: #3c3c3bc4;
    line-height: 1.2;
  }

  .project-filter-box {
    margin-top: 2.5em !important;

    p {
      margin: 0 auto;
      width: fit-content;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;

      a {
        display: inline-block;
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 1.5em;
      }
    }
  }

  .project-h2 h2 {
    padding-bottom: 0.4em;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: clamp(20px, 3.2vw, 60px) !important;
    letter-spacing: -0.015em;
    line-height: 1.3;
    font-size-adjust: 0.5;
    color: #3C3C3B;
    text-align: center;
  }

  .project-h2 h3 {
    font-weight: 700;
    font-size: clamp(20px, 3.2vw, 60px) !important;
    letter-spacing: -0.015em;
    line-height: 1.3;
    font-size-adjust: 0.5;
    text-align: center;
  }

  .project-h2 h2:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 2.2em;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #BCD056;
  }

  .roundedbox>div {
    border-radius: 20px;
    overflow: hidden !important;
  }

  .glowbox>div {
    padding: 60px;
  }

  .fluid-svg>span {
    width: 100% !important;
  }

  .project-obiettivi-section .project-text2 {
    margin-top: 1em !important;
  }

  .logo-row img {
    margin-left: auto;
    margin-right: auto;
    width: clamp(160px, 33%, 800px);
  }

  .logo-row.row3 img {
    width: clamp(200px, 35%, 900px);
  }

  .palette-col.col1,
  .palette-col.col2 {
    width: 100%;
  }

  .palette-col.col2>div>div>div>div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .pattern-row {
    width: 100%;
    aspect-ratio: 1/1;
  }

  .fontfamily-row .col2 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }

  .fontfamily-row .col3 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  .mockup-row-typea {
    padding-top: 2vw;

    .col1,
    .col2,
    .col3 {
      width: 100%;
      padding: 0px 0px 2vw !important;
    }

    .col3 {

      .right-1 {
        padding-bottom: 2vw;
      }

      .right-2 {
        margin-top: 0 !important;
      }
    }
  }
}

/*BBlog*/
.bb-blog-archive {
  .ajax-grid-system .grid-filters .menu-horizontal .filter-main-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 1em;
    justify-content: start;

    a.uncode-toggle-ajax-filters {
      padding: 0 0 20px 0 !important;
      font-weight: 700 !important;
    }

    a.uncode-toggle-ajax-filters.item-align-left:before {
      font-size: clamp(13px, 0.9vw, 16px);
    }
  }

  .ajax-filter-position-horizontal .term-filter a {
    font-size: clamp(13px, 0.9vw, 16px);
    text-transform: uppercase;
  }
}

#posts-bb-blog {

  .t-entry-title a:hover,
  .ajax-filter-position-horizontal .term-filter a.term-filter-link--active {
    color: #bcd056 !important;
  }

  .t-entry-excerpt p {
    font-size: clamp(13px, 0.9vw, 16px);
  }

  .loadmore-button {
    margin-top: 0 !important;
  }

  .style-light .btn-default.btn-outline,
  .style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover {
    border-width: 2px;
    color: #bcd056 !important;
    background-color: transparent !important;
    border-color: #BCD056 !important;
    transition: 0.3s ease-in-out;
  }

  .style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover {
    transform: scale(1.03);
  }
}

body.single-post .post-date {
  padding-left: 36px;
  color: #59595B;
  text-transform: uppercase;
}

body.single-post h1 {
  text-transform: initial !important;
}

body.single-post .post-content {
  padding-top: clamp(30px, 3vW, 60px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .post-after .callaction-row {
  padding-top: 35px !important;
}

body.single-post .row-navigation.row-navigation-light {
  padding-left: 30px !important;
  padding-right: 30px !important;
  outline-color: transparent;
  background-color: transparent;
  display: none;

  .row-parent {
    padding-left: 0;
    padding-right: 0;

    .post-navigation {
      padding-bottom: 0;
    }

    a {
      font-size: 0.8em;
      display: flex;
      align-items: center;
    }

    .page-next a {
      justify-content: end;
    }
  }
}

/*Academy*/
.step-n {
  color: #bcd0568f;
}

.academy-section-contattaci {
  border-top: 1px solid #59595B60 !important;
  border-bottom: 1px solid #59595B60 !important;
}

/*CH05 - FOOTER*/
footer {
  background-color: transparent;
}

footer .footer-center {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;

  p {
    margin-top: 0;
  }

  .row-parent {
    padding-left: 30px !important;
    padding-right: 30px !important;

    .uncell:first-of-type {
      padding-top: 25px !important;
      padding-left: 0;
      padding-right: 0;
      border-top: 1px solid #59595B60;

      a,
      a:visited,
      a:hover {
        color: #bcd056;
      }
    }
  }

  .site-info {
    padding-top: 25px !important;
    padding-bottom: 70px;

    * {
      font-size: 13px !important;
      color: #3C3C3B !important;
    }
  }
}

.no-footer-btop footer .footer-center .row-parent .uncell:first-of-type {
  border-top: none;
}

footer .footer-last.footer-center .social-icon i,
.uncode-vc-social.icons-lead .social-icon i {
  font-size: 20px;
}

.footer-p-1 {
  padding-bottom: 1em;
}

.grecaptcha-badge {
  left: 2px !important;
  right: auto !important;
  bottom: 8px !important;
  width: 70px !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, .35) !important;
  transform: scale(.7);
  transform-origin: 0 100%;
  transition: width .3s cubic-bezier(0, 0, .4, 1) .1s,
    box-shadow .3s ease !important;
}

.grecaptcha-badge:focus-within {
  width: 256px !important;
}

@media (hover: none) {
  .grecaptcha-badge:active {
    width: 256px !important;
  }
}

@media (hover: hover) {
  .grecaptcha-badge:hover {
    width: 256px !important;
  }
}

html body button.iubenda-tp-btn.iubenda-tp-btn.iubenda-tp-btn.iubenda-cs-preferences-link[data-tp-float] {
  margin: 0 12px 8px 0 !important;
  transform: scale(.95) !important;
  transform-origin: 100% 100% !important;
}

.footer-scroll-top {
  right: 16px;
  bottom: 60px;
}

/*CH06 - ANIMATIONS*/

/*Trasizione pagine*/
@view-transition {
  navigation: auto;
}

@keyframes os-slide-blur-out {
  from {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }

  to {
    opacity: 0;
    transform: translateX(-24px);
    filter: blur(6px);
  }
}

@keyframes os-slide-blur-in {
  from {
    opacity: 0;
    transform: translateX(40px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}

::view-transition-old(content) {
  animation: os-slide-blur-out 240ms cubic-bezier(.22, .61, .36, 1);
}

::view-transition-new(content) {
  animation: os-slide-blur-in 260ms cubic-bezier(.22, .61, .36, 1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(-6px);
    opacity: 0;
  }

  40% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(6px);
    opacity: 0;
  }
}

@keyframes scrollAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes stabilized-bounce {
  0% {
    transform: translateY(0) scaleX(1) scaleY(1);
    animation-timing-function: cubic-bezier(0.21, 0.3, 0.38, 1);
  }

  1% {
    transform: translateY(0) scaleX(1.02) scaleY(0.98);
  }

  2% {
    transform: translateY(0) scaleX(1.04) scaleY(0.96);
  }

  3% {
    transform: translateY(0) scaleX(1.06) scaleY(0.94);
  }

  4% {
    transform: translateY(0) scaleX(1.08) scaleY(0.97);
    animation-timing-function: cubic-bezier(0.32, 0.1, 0.6, 0.8);
  }

  5% {
    transform: translateY(0) scaleX(1.12) scaleY(0.95);
  }

  6% {
    transform: translateY(0) scaleX(1.08) scaleY(0.93);
  }

  7% {
    transform: translateY(0) scaleX(1.06) scaleY(0.97);
  }

  8% {
    transform: translateY(calc(2px * var(--bounce-height))) scaleX(1.02) scaleY(0.99);
  }

  9% {
    transform: translateY(calc(4px * var(--bounce-height))) scaleX(0.99) scaleY(1.02);
  }

  10% {
    transform: translateY(calc(5px * var(--bounce-height))) scaleX(0.98) scaleY(1.03);
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.25, 1);
  }

  11% {
    transform: translateY(calc(2px * var(--bounce-height))) scaleX(0.995) scaleY(1.01);
  }

  12% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }

  18% {
    transform: translateY(calc(-8px * var(--bounce-height))) scaleX(1.015) scaleY(0.985);
  }

  21% {
    transform: translateY(calc(-10px * var(--bounce-height))) scaleX(1.018) scaleY(0.982);
  }

  24% {
    transform: translateY(calc(-12px * var(--bounce-height))) scaleX(1.02) scaleY(0.98);
  }

  30% {
    transform: translateY(calc(-18px * var(--bounce-height))) scaleX(1.01) scaleY(0.99);
  }

  36% {
    transform: translateY(calc(-22px * var(--bounce-height))) scaleX(1) scaleY(1);
  }

  42% {
    transform: translateY(calc(-24px * var(--bounce-height))) scaleX(0.995) scaleY(1.005);
  }

  48% {
    transform: translateY(calc(-25px * var(--bounce-height))) scaleX(0.99) scaleY(1.01);
  }

  54% {
    transform: translateY(calc(-26px * var(--bounce-height))) scaleX(0.995) scaleY(1.005);
  }

  60% {
    transform: translateY(calc(-28px * var(--bounce-height))) scaleX(1) scaleY(1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.85, 0.2);
  }

  66% {
    transform: translateY(calc(-26px * var(--bounce-height))) scaleX(1.02) scaleY(1);
  }

  72% {
    transform: translateY(calc(-24px * var(--bounce-height))) scaleX(1.04) scaleY(1);
  }

  78% {
    transform: translateY(calc(-20px * var(--bounce-height))) scaleX(1.06) scaleY(1);
  }

  84% {
    transform: translateY(0) scaleX(1.20) scaleY(0.88);
  }

  88% {
    transform: translateY(calc(-1px * var(--bounce-height))) scaleX(1.15) scaleY(0.86);
  }

  92% {
    transform: translateY(calc(-2px * var(--bounce-height))) scaleX(1.09) scaleY(0.90);
  }

  96% {
    transform: translateY(calc(-0.5px * var(--bounce-height))) scaleX(1.00) scaleY(0.95);
  }

  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}

@keyframes fadeInOutReady {

  0%,
  29.16% {
    opacity: 0;
    transform: translateY(5px);
  }

  29.17% {
    opacity: 1;
    transform: translateY(0);
    animation-timing-function: steps(1);
  }

  29.18%,
  62.49% {
    opacity: 1;
    transform: translateY(0);
  }

  62.5% {
    opacity: 0;
    transform: translateY(5px);
  }

  62.51%,
  100% {
    opacity: 0;
  }
}

@keyframes fadeInPlay {

  0%,
  62.49% {
    opacity: 0;
    transform: translateX(10px);
  }

  62.5% {
    opacity: 1;
    transform: translateX(0);
    animation-timing-function: steps(1);
  }

  62.51%,
  95.83% {
    opacity: 1;
    transform: translateX(0);
  }

  95.84% {
    opacity: 0;
    transform: translateX(10px);
  }

  95.85%,
  100% {
    opacity: 0;
  }
}

@keyframes textIntermittent {

  0%,
  37.32% {
    opacity: 0;
    transform: translateY(5px);
  }

  37.33% {
    opacity: 1;
    transform: translateY(0);
    animation-timing-function: steps(1);
  }

  37.34%,
  70.65% {
    opacity: 1;
    transform: translateY(0);
  }

  70.66% {
    opacity: 0;
    transform: translateY(5px);
    animation-timing-function: steps(1);
  }

  70.67%,
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}

#text-ready {
  animation: fadeInOutReady 7.2s infinite;
}

#text-play {
  animation: fadeInPlay 7.2s infinite;
}

/*CH07 - MEDIA QUERIES*/
@media screen and (min-width: 390px) {
  .what-area {
    aspect-ratio: 1 / 1;
  }
}

@media screen and (min-width: 640px) {

  .header-main-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  footer .footer-center .row-parent .uncell:first-of-type {
    padding-top: 30px !important;
  }

  footer .footer-center .site-info {
    padding-top: 30px !important;
    padding-bottom: 70px;
  }

  .showreel-text {
    font-size: 50px;
  }

  .showreel-year {
    font-size: 35px;
  }

  .video-text-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .callaction-row .bb-button {
    margin-top: 30px;
  }

  .career-form .form-step .next-step img {
    width: 70px;
  }

  .what-area .big-title {
    display: block;
    font-size: 32px;
    position: relative;
  }

  .what-area .dot {
    bottom: 5px;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    --bounce-height: 0.5;
  }

  .what-area .read-text {
    bottom: 5px;
    margin-left: 20px;
    font-size: 12px;
  }

  .standard-project .project-full-header .scroll-down {
    bottom: -35px;
  }
}

@media screen and (min-width: 768px) {
  .px-low {
    padding-left: clamp(15px, 3.3vw, 60px);
    padding-right: clamp(15px, 3.3vw, 60px);
  }

  .pl-low {
    padding-left: clamp(15px, 3.3vw, 60px);
  }

  .pr-low {
    padding-right: clamp(15px, 3.3vw, 60px);
  }

  .px-hi {
    padding-left: clamp(50px, 12vw, 220px);
    padding-right: clamp(50px, 12vw, 220px);
  }

  .pl-hi {
    padding-left: clamp(50px, 12vw, 220px);
  }

  .pr-hi {
    padding-right: clamp(50px, 12vw, 220px);
  }

  .py-low {
    padding-top: clamp(15px, 3.3vw, 60px);
    padding-bottom: clamp(15px, 3.3vw, 60px);
  }

  .pt-low {
    padding-top: clamp(15px, 3.3vw, 60px);
  }

  .pb-low {
    padding-bottom: clamp(15px, 3.3vw, 60px);
  }

  .py-hi {
    padding-top: clamp(50px, 12vw, 220px);
    padding-bottom: clamp(50px, 12vw, 220px);
  }

  .pt-hi {
    padding-top: clamp(50px, 12vw, 220px);
  }

  .pb-hi {
    padding-bottom: clamp(50px, 12vw, 220px);
  }

  #main-logo img {
    height: 30px;
  }

  .menu-item a {
    font-size: 13px;
  }

  .header-main-container {
    padding: 100px 2%;
  }

  .scroll-down {
    font-size: 14px;
  }

  .scroll-down .mouse {
    width: 2rem;
    height: 3.5rem;
  }

  .scroll-down .wheel {
    width: 2px;
    height: 1rem;
  }

  #dot-game {
    bottom: 13px;
    right: -25px;
    width: 20px;
    height: 20px;
  }

  .start-game {
    display: inline-block;
    font-size: 1rem;
  }

  #text-ready {
    bottom: 10px;
    right: -95px;
  }

  #text-play {
    bottom: 10px;
    right: -155px;
  }

  .sup-title {
    margin-bottom: 25px;
  }

  .project-preview {
    aspect-ratio: 3 / 1.4;
  }

  .project-preview .play-button,
  body.single-projects .video-to-play .project-video-play img {
    width: 100px;
    height: 100px;
  }

  .project-preview .project-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .split-title-text {
    background-image: url("/wp-content/uploads/2025/10/green_separator.svg"), url("/wp-content/uploads/2025/10/title_text_bg.webp");
    background-position: left 43% center, center;
    background-size: auto 100%, cover;

    .row.row-parent {
      height: 100%;
    }

    .wpb_row.row-inner {
      flex-direction: row;
      align-items: center;
      height: auto !important;

      .wpb_column {
        width: 50%;
        height: 100%;
      }

      .wpb_column:first-of-type {
        padding-right: 2vw;
      }

      .wpb_column:last-of-type {
        padding-left: 2vw;

        .uncode_text_column {
          margin-top: 0 !important;
        }

        .uncode_text_column:not(:last-of-type) {
          padding-bottom: 15px;
        }
      }
    }

    h1,
    h2 {
      text-align: left;
    }
  }

  .split-text-title {
    background-image: url("/wp-content/uploads/2025/10/green_quarter_line.svg"), url("/wp-content/uploads/2025/10/green_circle_line.svg");
    background-position: left top, right 1vw center;
    background-size: auto 100%, auto 105%;

    .row.row-parent {
      height: 100%;
    }

    .wpb_row.row-inner {
      flex-direction: row;
      align-items: center;
      height: 100%;

      .wpb_column {
        width: 50%;
        height: 100%;
      }

      .wpb_column:first-of-type {
        padding-right: 4vw;

        .uncode_text_column {
          margin-top: 0 !important;
        }

        .uncode_text_column:not(:last-of-type) {
          padding-bottom: 15px;
        }
      }

      .wpb_column:last-of-type {
        padding-left: 4vw;

        .vc_custom_heading_wrap,
        p {
          text-align: right;
        }
      }
    }

    h1,
    h2 {
      text-align: right;
    }

    .suptitle {
      text-align: initial;
    }
  }

  .split-title-text.circle {
    background-image: url('/wp-content/uploads/2025/10/green_quarter_line_reverse.svg'), url('/wp-content/uploads/2025/10/green_circle_line.svg');
    background-position: right top, left 1vw center;
    background-size: auto 100%, auto 105%;
    background-repeat: no-repeat;
  }

  .partners-row-title {
    padding-bottom: 60px;
  }

  .aspect-315 {
    aspect-ratio: 3/1.5;
  }

  footer .footer-center .row-parent,
  body.single-post .row-navigation.row-navigation-light {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  footer .footer-center .row-parent .uncell:first-of-type {
    padding-top: 35px !important;
  }

  footer .footer-last.footer-center .social-icon i,
  .uncode-vc-social.icons-lead .social-icon i {
    font-size: 22px;
  }

  footer .footer-center .site-info {
    padding-top: 35px !important;
    padding-bottom: 50px;

    * {
      font-size: 13px !important;
    }
  }

  .mobile-video {
    display: none;
  }

  .desktop-video {
    display: block;
  }

  .showreel-text {
    font-size: 60px;
  }

  .showreel-year {
    font-size: 40px;
  }

  .video-text-wrapper {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-main-container.video {
    .scroll-down {
      font-size: 14px;
    }

    .scroll-mouse {
      width: 32px;
      height: 56px;
    }

    .scroll-wheel {
      width: 2px;
      height: 16px;
    }
  }

  .vc_row.numbered-row {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .vc_row.numbered-row::before {
    position: absolute;
    width: 146px;
    height: 70px;
    top: 85px;
    right: 80vw;
    background-size: auto 70px;
    background-position: right top;
    margin-bottom: 0;
  }

  .vc_row.numbered-row.two::before {
    left: 80vw;
    right: auto;
    background-position: left top;
  }

  .vc_row.numbered-row>.row {
    width: 66.666%;
  }

  .what-area .little-title {
    font-size: 20px;
  }

  .what-area .big-title {
    font-size: 35px;
  }

  .callaction-row .bb-button {
    margin-top: 40px;
  }

  .header-main-container.split-title-text {
    background-position: left 40% center;
  }

  .form-step.active-step .step-number p {
    font-size: 40px;
  }

  .next-step {
    width: 80px;
  }

  .form-step .privacy label .wpcf7-list-item-label,
  .form-step .privacy a,
  div.wpcf7 form .wpcf7-response-output {
    font-size: 15px !important;
  }

  .form-step .privacy label::before,
  .form-box .wpcf7-acceptance label::before {
    width: 20px;
    height: 20px;
  }

  .form-box .wpcf7-acceptance label {
    padding-left: 30px;
  }

  .career-form .form-step .step-number p {
    font-size: 40px;
  }

  .career-form .form-step .next-step img {
    width: 80px;
  }

  .back-section {
    padding-top: 120px;
  }

  .all-careers-section .col2 {
    padding-top: 5vW !important;
  }

  .form-box {

    label,
    p,
    input,
    textarea {
      font-size: 15px;
    }

    .informativa,
    .informativa a,
    .informativa a:visited,
    .informativa a:hover {
      font-size: 14px;
    }

    .curriculum-info {
      margin-top: 55px;
    }

    span[data-name="curriculum"],
    span[data-name="portfolio"] {
      margin-left: 5px;
      margin-bottom: 35px;
    }

    span[data-name="link"],
    span[data-name="raccontaci"] {
      margin-bottom: 35px;
    }
  }

  input::file-selector-button {
    font-size: 14px;
  }

  body:not(.single-careers) .form-box input[type="submit"] {
    margin-top: 35px;
  }


  body.single-post .row-navigation.row-navigation-light {
    display: block;
  }

  .careers-levels {
    >div>div {
      display: flex !important;
      flex-wrap: wrap;
      margin-left: 0 !important;
    }

    .col1,
    .col2,
    .col3,
    .col4 {
      width: 50%;
    }

    .col3,
    .col4 {
      margin-top: 30px;
    }

    .col1,
    .col3 {
      padding-right: 15px !important;
    }

    .col2,
    .col4 {
      padding-left: 15px !important;
    }
  }

  .child-ul {
    padding-left: 0 !important;
  }

  .standard-project .project-full-header .scroll-down {
    bottom: -50px;
  }

  .standard-project .project-full-header .logo-box {
    width: 38%;
  }
}

@media screen and (min-width: 960px) {
  .menu-item a {
    font-size: 14px !important;
  }

  .main-container .split-title-text .row-inner,
  .main-container .split-text-title .row-inner {
    margin-left: 0 !important;
  }

  .main-container .row-container.what-areas-row .row-parent .uncont>*:first-child:not([class*=shift_y_]) {
    margin-top: 0 !important;
  }

  .split-type-one {
    .col1 {
      padding-right: 30px !important;
    }

    .col2 {
      padding-left: 30px !important;
    }
  }

  .row-type-one h1,
  .row-type-one h2 {
    padding-bottom: 25px;
  }

  .what-areas-row {
    padding: 0.625rem;
  }

  .what-areas-row:last-of-type {
    margin-bottom: 0;
  }

  .what-areas-row .wpb_row {
    padding-left: 36px;

    .wpb_column {
      padding-left: 0 !important;
    }
  }

  .what-areas-row.bottom-correction {
    padding-bottom: 0;
    margin-bottom: -0.3125rem;
  }

  .what-area {
    margin: 0.3125rem;
    aspect-ratio: 3 / 2.5;
  }

  .what-area .wpb_wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: start;
    text-align: left;

    h2 {
      width: 100%;
    }
  }

  .all-careers-section .col2,
  body.single-careers .post-content {
    padding-top: 0 !important;
  }

  body.single-careers .limit-width {
    max-width: none;
  }

  .all-careers-section .col1,
  body.single-careers .post-content {
    padding-right: 3vW !important;
  }

  .all-careers-section .col2,
  body.single-careers .post-sidebar {
    padding-left: 3vW !important;
  }

  .single-project-top-spacer {
    padding-top: 80px !important;
  }

  .split-text-title h2,
  .split-title-text h2 {
    padding-bottom: 0 !important;
    text-align: left;
  }

  .split-text-title h2 {
    text-align: right;
  }

  .tricol-box .row-inner {
    margin-left: -3vW;
    margin-right: -3vW;
  }

  .tricol-col {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }

  .tricol-title.title-with-number,
  .bibox-title {
    padding-bottom: 1.8vw;
  }

  .tricol-title.title-with-number h3>span .number,
  .bibox-col .number p {
    padding-bottom: 1.5vw;
    font-size: 4.8vW;
  }

  .tricol-text {
    padding-bottom: 3vw;
  }

  .tricol-col:not(:last-of-type) {
    border-right: 2px solid #BCD056;
    padding-bottom: 0 !important;
    border-bottom: none;
  }

  .bibox-box .row-inner {
    margin-left: -2.55vW;
    margin-right: -2.55vW;
  }

  .bibox-col {
    padding-left: 2.55vw !important;
    padding-right: 2.55vw !important;
  }

  .bibox-col>div {
    padding: 60px;
  }

  .standard-project .bibox-col>div:last-of-type {
    padding: 0;
  }

  .qbox-box .row-inner {
    margin-left: -1.3vW;
    margin-right: -1.3vW;
  }

  .qbox-col {
    padding-left: 1.3vw !important;
    padding-right: 1.3vw !important;
  }

  .qbox-col>div {
    padding: 40px;
  }

  .academy-step {
    width: 20%;
    padding: 2.5vw;
  }

  .academy-step:not(:last-of-type) {
    border-right: 2px solid #bcd056;
  }

  .home-academy-section .fase-row {

    .fase-col1 {
      width: 15% !important;
    }

    .fase-col2 {
      width: 85% !important;
    }
  }

  .careers-levels {

    .col1,
    .col2,
    .col3,
    .col4 {
      height: auto !important;
    }
  }

  .standard-project .project-full-header .logo-box {
    width: 33%;
  }

  .standard-project .palette-col.col1 {
    width: 55%;
  }

  .standard-project .palette-col.col2 {
    width: 45%;
  }

  .standard-project .pattern-row {
    aspect-ratio: auto;
  }

  .standard-project .mockup-row-typea {
    >div>div {
      margin-left: 0 !important;
    }

    .col1 {
      width: 32.2vw;
      padding: 0px 0px 0px 0 !important;
    }

    .col2 {
      width: 25.04vw;
      padding: 0px 0px 0px 2vw !important;
    }

    .col3 {
      width: 28.1vw;
      padding: 0px 0px 0px 2vw !important;

      .right-1 {
        padding-bottom: 2vw;
      }

      .right-2 {
        margin-top: 0 !important;
      }
    }
  }

  .grecaptcha-badge {
    transform: none;
    left: 4px !important;
    bottom: 14px !important;
  }

  html body button.iubenda-tp-btn.iubenda-tp-btn.iubenda-tp-btn.iubenda-cs-preferences-link[data-tp-float] {
    margin: 0 16px 8px 0 !important;
    transform: none !important;
  }
}

@media screen and (min-width: 1024px) {
  #main-logo img {
    height: 40px;
  }

  .header-main-container {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  #dot-game {
    bottom: 20px;
    right: -40px;
    width: 30px;
    height: 30px;
  }

  .start-game {
    font-size: 1.125rem;
  }

  #text-ready {
    bottom: 20px;
    right: -120px;
  }

  #text-play {
    bottom: 20px;
    right: -190px;
  }

  .countdown {
    font-size: 50px;
  }

  .project-preview .play-button,
  body.single-projects .video-to-play .project-video-play img {
    width: 150px;
    height: 150px;
  }

  .project-preview .project-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .split-type-one {
    .col1 {
      padding-right: 2vw !important;
    }

    .col2 {
      padding-left: 2vw !important;
    }
  }

  .split-title-text {
    background-position: left 47.8% center, center;

    .wpb_row.row-inner .wpb_column:first-of-type {
      padding-right: 4vw;
    }

    .wpb_row.row-inner .wpb_column:last-of-type {
      padding-left: 4vw;
    }
  }

  .split-text-title .wpb_row.row-inner .wpb_column:first-of-type {
    padding-right: 4vw;
  }

  .split-text-title .wpb_row.row-inner .wpb_column:last-of-type {
    padding-left: 4vw;
  }

  .partners-row-title {
    padding-bottom: 80px;
  }

  footer .footer-center .row-parent,
  body.single-post .row-navigation.row-navigation-light {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
  }

  footer .footer-center .row-parent .uncell:first-of-type {
    padding-top: 40px !important;

  }

  footer .footer-last.footer-center .social-icon i,
  .uncode-vc-social.icons-lead .social-icon i {
    font-size: 26px;
  }

  footer .footer-center .site-info {
    padding-top: 40px;
    padding-bottom: 60px;

    * {
      font-size: 14px !important;
    }
  }

  .showreel-text {
    font-size: 70px;
  }

  .showreel-year {
    font-size: 45px;
  }

  .video-text-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .vc_row.numbered-row {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .vc_row.numbered-row::before {
    width: 166px;
    height: 80px;
    top: 110px;
    right: 83vw;
    background-size: auto 80px;
  }

  .vc_row.numbered-row.two::before {
    left: 83vw;
  }

  .vc_row.numbered-row>.row {
    width: 72%;
  }

  .what-area .close-btn {
    top: 10px;
    right: 25px;
  }

  .what-area .little-title {
    font-size: 22px;
  }

  .what-area .big-title {
    font-size: 40px;
  }

  .callaction-row .bb-button {
    margin-top: 50px;
  }

  .header-main-container.split-title-text {
    background-position: left 42% center;
  }

  .form-step.active-step .step-number p {
    font-size: 45px;
  }

  .form-step .privacy label .wpcf7-list-item-label,
  .form-step .privacy a,
  div.wpcf7 form .wpcf7-response-output {
    font-size: 16px !important;
  }

  .form-step .privacy label::before {
    width: 22px;
    height: 22px;
  }

  .careers-levels {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-bottom: 30px;

    .col1,
    .col2,
    .col3,
    .col4 {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }

  .back-section {
    padding-top: 10vW;
  }

  .main-wrapper .career-link,
  .main-wrapper .career-link:visited {
    margin-top: 30px;
  }

  .main-wrapper .single-career-box,
  .main-wrapper .single-career-box:visited {
    margin-top: 15px;
  }

  .career-link img {
    height: 10px;
  }

  .single-all-careers .career-link {
    margin-top: 10px;
  }

  .back-button .career-link img {
    height: 4px;
  }

  .single-all-careers .career-link img {
    height: 8px;
  }

  .career-form .form-step .step-number p {
    font-size: 55px;
  }

  .career-form .form-step .next-step img {
    width: 90px;
  }

  .form-box {

    label,
    p,
    input,
    textarea {
      font-size: 16px;
    }

    .informativa,
    .informativa a,
    .informativa a:visited,
    .informativa a:hover {
      font-size: 15px;
    }
  }

  input::file-selector-button {
    font-size: 15px;
  }

  .child-ul {
    padding-left: 18px !important;
  }

  .standard-project .project-full-header .scroll-down {
    bottom: -75px;
  }
}

@media screen and (min-width: 1280px) {
  #main-logo img {
    height: 50px;
  }

  .menu-item a {
    font-size: 16px !important;
  }

  .sup-title {
    margin-bottom: 35px;
  }

  .project-preview .project-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tricol-box .row-inner {
    margin-left: -4vW;
    margin-right: -4vW;
  }

  .tricol-col {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

  .vc_row.numbered-row::before {
    width: 206px;
    height: 100px;
    top: 95px;
    right: 73vw;
    background-size: auto 100px;
  }

  .vc_row.numbered-row.two::before {
    left: 73vw;
  }

  .vc_row.numbered-row>.row {
    width: 50%;
  }

  .what-area .little-title {
    font-size: 24px;
  }

  .what-area .big-title {
    font-size: 50px;
  }

  .form-step.active-step .step-number p {
    font-size: 55px;
  }

  .form-step .privacy label .wpcf7-list-item-label,
  .form-step .privacy a,
  div.wpcf7 form .wpcf7-response-output {
    font-size: 17px !important;
  }

  .form-step .privacy label::before {
    width: 24px;
    height: 24px;
  }

  .career-form .form-step .step-number p {
    font-size: 55px;
  }

  .single-project-top-spacer {
    padding-top: 100px !important;
  }

  .what-area {
    aspect-ratio: 3 / 2;
  }

  .what-area .dot {
    bottom: 8px;
    height: 15px;
    width: 15px;
  }

  .what-area .read-text {
    bottom: 8px;
    margin-left: 25px;
    font-size: 0.27em;
  }

  .form-box {
    max-width: 900px;
  }

  .careers-levels {
    >div>div {
      display: initial !important;
    }

    .col1,
    .col2,
    .col3,
    .col4 {
      width: 25%;
    }

    .col3,
    .col4 {
      margin-top: 0;
    }
  }
}

@media screen and (min-width: 1536px) {

  footer .footer-center .site-info * {
    font-size: 15px !important;
  }

  .vc_row.numbered-row {
    padding-top: 160px;
  }

  .vc_row.numbered-row::before {
    width: 246px;
    height: 120px;
    top: 100px;
    right: 65vw;
    background-size: auto 120px;
  }

  .vc_row.numbered-row.two::before {
    left: 65vw;
  }

  .vc_row.numbered-row>.row {
    width: 33.333%;
  }

  .what-area .little-title {
    font-size: 28px;
  }

  .what-area .big-title {
    font-size: 60px;
  }

  .form-step.active-step .step-number p {
    font-size: 60px;
  }

  .main-wrapper .career-link,
  .main-wrapper .career-link:visited {
    margin-top: 40px;
  }

  .main-wrapper .single-career-box,
  .main-wrapper .single-career-box:visited {
    margin-top: 20px;
  }

  .single-all-careers .career-link {
    margin-top: 10px;
  }

  .back-button .career-link img {
    height: 6px;
  }

  .single-all-careers .career-link img {
    height: 10px;
  }

  .single-project-top-spacer {
    padding-top: 120px !important;
  }

  .what-area .read-text {
    margin-left: 30px;
  }

  .what-area .dot {
    height: 20px;
    width: 20px;
  }

  .form-box {

    label,
    p,
    input,
    textarea {
      font-size: 18px;
    }

    .informativa,
    .informativa a,
    .informativa a:visited,
    .informativa a:hover {
      font-size: 16px;
    }
  }

  input::file-selector-button {
    font-size: 16px;
  }
}

@media screen and (min-width: 2048px) {
  .vc_row.numbered-row::before {
    right: 65.5vw;
  }

  .header-main-container.split-title-text {
    background-position: left 38% center;
  }

  .project-preview .project-preview-img img {
    width: 108%;
    margin-left: -4%;
  }
}

/*CH08 - NEW IMPLEMENTATIONS*/
/*About - Section 1*/
.header-about {
  position: relative;

  .col1 {
    width: 55% !important;
  }

  .col2 {
    width: 45% !important;
  }
}

.small-text-about {
  padding-top: clamp(20px, 1.9vw, 35px);
  margin-left: 0.2vw;
}

.h1-about h1 {
  font-size: clamp(30px, 5vw, 95px);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.about-video {
  width: 100%;
  border-radius: 20px;
}

.main-container .row-container .row-parent .uncont>*:first-child:not(.divider-wrapper):not(.edit-account)>*:first-child>*:first-child:not([class*=shift_y_]).about-video {
  margin-top: clamp(20px, 1.9vw, 35px) !important;
}

.box-number .uncont {
  padding: 40px 30px !important;
}

.box-number .number-hl p {
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 50px);
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}

.digit {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.digit-column {
  display: flex;
  flex-direction: column;
  transition: none;
}

.digit-column span {
  display: block;
  height: 1em;
  line-height: 1em;
  text-align: center;
}

.sep {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}

.bottom-background {
  position: absolute !important;
  width: 100%;
  bottom: clamp(-60px, -3.5vw, -30px);
  left: 0;
  right: 0;
  opacity: 0.07;
  z-index: -1;

  p {
    font-size: 16vw;
    font-weight: 700;
    line-height: 0.8;
    text-align: center;
  }
}

/*About - Section 2*/
.collettivo-section .row-1 {
  .wpb_row>.wpb_column:first-of-type {
    padding-right: clamp(15px, 4vw, 60px);
  }

  .wpb_row>.wpb_column:last-of-type {
    padding-left: clamp(15px, 4vw, 60px);
  }
}

/*About - Section 3*/
.pillow-tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: clamp(13px, 1.2vw, 16px);
  text-transform: uppercase;
  border: 2px solid #bcd056;
  border-radius: 20px;
  line-height: 1;
}

/*About - Section 4*/
.fase-row {
  max-width: 1400px;
}

.fase-row:not(:last-of-type)>div {
  border-bottom: 2px solid #BCD056 !important;
}

.fase-number p,
.culture-hl-row .number {
  font-size: clamp(25px, 2.8vw, 50px);
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-weight: 700;
  color: #bcd0568f;
  line-height: 1.1;
}

.fase-numbertext {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  color: #3a3a3a;
}

.fase-description {
  margin-top: 15px !important;
}

/*About - Section 5*/
.about-perche-row {
  >.row-parent>.wpb_row {
    margin-left: 0 !important;
  }

  .col1 {
    padding-left: 0 !important;
  }

  .col1>div>div>div {
    background-color: #BCD056;
    padding: clamp(30px, 5vw, 96px) clamp(30px, 3vw, 58px) clamp(30px, 5vw, 96px) clamp(30px, 5vw, 96px) !important;
  }

  .col2 {
    padding: clamp(30px, 5vw, 96px) clamp(30px, 5vw, 96px) clamp(30px, 5vw, 96px) clamp(30px, 3vw, 58px) !important;
    border-top: 1px solid #BCD056;
    border-bottom: 1px solid #BCD056;
  }

  .differ-row {
    margin-top: 0 !important;
  }

  .differ-row:not(:last-of-type) {
    margin-bottom: clamp(25px, 3.2vw, 60px);
  }

  .differ-title {
    margin-top: 10px !important;
  }

  .differ-text {
    margin-top: 15px !important;
  }
}

/*About - Section 6*/
ul.bigdot {
  list-style: none !important;
  padding-left: 0 !important;
}

ul.bigdot li:not(:last-of-type) {
  border-bottom: 1px solid #bcd0568f;
}

ul.bigdot li {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  padding-left: 1.7em;
}

ul.bigdot li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.7em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: #BCD056;
  border-radius: 50%;
}

/*Culture - Section 1*/
.main-container .header-culture .row-parent .col2 .uncont>.header-about-text {
  margin-top: 36px !important;
}

.culture-hl-row .text {
  margin-top: 15px !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #3a3a3a;
}

/*Culture - Section 2*/
.parallax-box-image {
  aspect-ratio: 16 / 6;

  >.row-parent,
  >.row-parent>.row-inner {
    height: 100%;
  }
}

.title-on-parallax.right p {
  text-align: right;
}

.culture-split-row {

  >.row-parent>.row-inner {
    display: grid;
    grid-template-columns: clamp(215px, 18vw, 400px) 1fr;
    column-gap: 3vw;

    .col1,
    .col2 {
      width: 100%;
      display: block;
      height: 100%;

      >.uncol {
        margin-top: clamp(30px, 7vw, 130px);
      }

    }

    .col1 {
      border-right: 2px solid #bcd0568f;
    }

  }
}

.number-block {
  text-transform: uppercase;

  .number {
    color: #bcd0568f;
  }

  .text {
    text-transform: uppercase;
    font-weight: 600;
  }
}

/*Playbook - Section 1*/
.row-meta {
  display: flex;
  gap: 15px;
  font-size: clamp(13px, 1.2vw, 16px);
}

/*Playbook - Section 2*/
.playbook-nav {
  overflow-y: auto;
  max-height: calc(100vh - 105px);
  scrollbar-width: none;

}

.playbook-nav::-webkit-scrollbar {
  display: none;
}

.playbook-nav li {
  list-style-type: none;
}

.playbook-nav a {
  display: inline-block;
  color: #3a3a3a;
  text-transform: uppercase;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.playbook-nav a,
.playbook-nav a:active,
.playbook-nav a:visited,
.playbook-nav a:focus {
  color: #3a3a3a;
}

.playbook-nav a.active,
.playbook-nav a:hover {
  color: #bcd056 !important;
}

.playbook-nav .main-ul {
  padding-left: 0 !important;
  padding-right: 1em !important;

  >li {
    >a {
      text-transform: uppercase;
      font-weight: 700;
    }
  }
}

.playbook-nav-toggle {
  display: none;
}

.playbook-box .sidebar>div {
  margin-top: 30px;
}

.playbook-box .content-col>div {
  margin-top: 30px;
}

.playbook-box .sidebar>div>div {
  border-right: 2px solid #bcd056;
}

.highlight-text {
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: 4px solid #3a3a3a;
  font-style: italic;
}

.highlight-text.green {
  border-left: 4px solid #BCD056;
}

.playbook-row-2col {
  padding-top: clamp(15px, 2.4vw, 45px);
  padding-bottom: clamp(5px, 2vw, 35px);
  display: grid;
  gap: 30px;
  grid-template-columns: auto auto;

  .glowbox,
  .glow-warpper {
    height: 100%;
  }

  .glow-warpper {
    display: flex;
    flex-direction: column;
  }

  .bibox-text a:hover {
    color: #BCD056 !important;
  }

  .buttonbox {
    margin-top: auto;
  }

  .role {
    font-size: clamp(13px, 1.2vw, 16px);
  }

}

.bbol {
  list-style: none;
  counter-reset: custom-counter;
  margin-left: 0;

  li {
    counter-increment: custom-counter;
    display: flex;
    padding: 1.2em;
  }

  li:not(:last-of-type) {
    border-bottom: 1px solid #bcd0568f;
  }

  li:before {
    content: counter(custom-counter);
    color: #BCD056;
    font-weight: 700;
    font-size: 1.2em;
    margin-right: 1.2em;
  }
}

.bbul.grid {

  margin-left: 0;
  margin-bottom: clamp(15px, 2.4vw, 45px);
  margin-top: clamp(5px, 2vw, 35px);
  padding-left: 0 !important;
  list-style: none !important;
  display: grid;
  column-gap: 30px;
  grid-template-columns: auto auto;

  li {
    position: relative;
    display: flex;
    padding: 1.2em 1.2em 1.2em 3em;
    border-bottom: 1px solid #bcd0568f;
  }

  li:before {
    content: "";
    position: absolute;
    left: 1.2em;
    top: 1.8em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background: #BCD056;
    border-radius: 50%;
  }
}

.first-kit-area {
  margin-top: clamp(15px, 2.4vw, 45px);
}

.playbook-table {
  padding-top: clamp(15px, 2.4vw, 45px);
  padding-bottom: clamp(5px, 2vw, 35px);
}

.table-row {
  display: grid;
  column-gap: 1.2em;
  grid-template-columns: 25% auto;
  border-bottom: 1px solid #3a3a3a67;

  .col1,
  .col2 {
    margin-top: 0;
    padding: 1.2em 0;
  }

}

.table-titles {
  border-width: 4px;
  border-color: #bcd0568f;
}

.faq-box {
  padding-top: clamp(5px, 2vw, 35px);
  padding-bottom: clamp(5px, 2vw, 35px);
}

.faq-row {
  border-bottom: 2px solid #bcd0568f;
}

.faq-title {
  color: #3a3a3a;
  font-weight: 600;
  padding: 1.2em;
  text-transform: uppercase;
  position: relative;
}

.faq-title::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  background: url(/wp-content/uploads/2026/05/arrow-down.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

details[open] .faq-title::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-text {
  padding: 0 2em 1.2em 1.2em;
}

/*BB Academy*/
.academy-steps {
  display: flex;
  justify-content: center;
}

/*CH09 - NEW MEDIA QUERIES*/
@media screen and (max-width:1200px) {
  #main-logo .navbar-brand img {
    max-width: 170px;
  }

  .menu-container:not(.vmenu-container):not(.grid-filters) ul.menu-smart>li>a:not(.social-menu-link):not(.vc_control-btn) {
    letter-spacing: normal;
  }

  .menu-item a {
    margin: 0 5px;
  }
}

@media screen and (max-width:959px) {
  .main-menu-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  body[class*=hmenu] div:not(.menu-accordion)>ul.menu-smart>li:not(.social-icon) {
    text-align: center;
    margin-bottom: 10px;
  }

  .font-size-menu-mobile,
  .menu-container:not(.vmenu-container):not(.grid-filters)>li>a:not(.social-menu-link):not(.vc_control-btn),
  .menu-container:not(.grid-filters) ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn):not(li.font-size-custom > *):not(.uncont .font-size-custom *) {
    font-size: 22px !important;
  }

  .menu-smart i.fa-dropdown {
    display: none;
  }

  .menu-item a::after {
    content: none !important;
  }

  .submenu-light:not(.isotope-filters):not(.top-menu-enhanced) .main-menu-container,
  .submenu-light:not(.isotope-filters):not(.top-menu-enhanced) .menu-smart {
    background-color: transparent !important;
  }

  .menu-container:not(.vmenu-container):not(.grid-filters) ul.menu-smart>li>a:not(.social-menu-link):not(.vc_control-btn) {
    letter-spacing: 0.05em;
  }

  .main-container .row.row-parent:not(.row-slider):not(.row-header):not(.unequal-flex) .project-preview .row-child,
  .main-container .row .project-preview .uncont:not(.overflow-hidden-mask) {
    height: 100% !important;
  }

  .project-preview .project-preview-txt {
    padding-bottom: 6vW;
  }

  .main-container .split-title-text .row-inner>div:not([class*=col-md]).wpb_column:last-of-type,
  .main-container .split-text-title .row-inner>div:not([class*=col-md]).wpb_column:last-of-type {
    padding: 0px 0px 0px 0px !important;
  }

  .main-container .border .row.row-parent:not(.row-slider):not(.row-header):not(.unequal-flex) {
    height: 1px !important;
  }

  .main-container .what-areas-row .row-inner>div:not([class*=col-md]) {
    padding: 0;
  }

  .header-main-container.split-title-text .wpb_row.row-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header-main-container.split-title-text .wpb_column {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 35px !important;
  }

  .header-main-container.split-title-text .vc_custom_heading_wrap,
  .header-main-container.split-title-text .uncode_text_column {
    text-align: center !important;
  }

  .header-main-container.split-title-text .row-inner,
  .header-main-container.split-title-text .row-parent {
    height: auto !important;
    min-height: auto !important;
  }

  .header-main-container.split-title-text {
    background-image: none;
    /*background-image: url("/wp-content/uploads/2025/10/green_separator.svg") !important;*/
    background-repeat: no-repeat !important;
    background-position: right 1% center !important;
    background-size: auto 100% !important;
    padding-top: 80px !important;
    padding-bottom: 50px !important;
  }

  body.main-top-padding .main-container {
    padding-top: calc(3rem - 2vw) !important;
  }

  .main-container .project-preview .row.row-parent:not(.row-slider):not(.row-header):not(.unequal-flex) {
    height: 100% !important;
  }

  .home-academy-section .uncont .fase-row:nth-child(2) {
    margin-top: 0 !important;
  }

  .contact-form-row form {
    padding-right: 20px;
  }

  .contact-form-row form p {
    margin: 0px 0px 0px 0px;
  }

  .contact-form-row .form-step .step-number p {
    margin-right: 0px;
    min-width: 30px;
  }

  .next-step {
    margin-left: 5px;
    width: 40px;
  }

  .contact-form-row input[type=submit] {
    max-width: 70%;
    margin-top: 15px;
  }

  .careers-levels {

    .col1,
    .col2,
    .col3,
    .col4 {
      padding-top: 0 !important;
    }
  }

  .all-careers-section .col1,
  .all-careers-section .col2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .form-box {

    input[type=submit] {
      width: auto;
    }
  }

  .career-form .form-step .step-number p {
    min-width: 30px;
    margin-right: 10px;
  }

  .career-form .form-step .next-step {
    justify-content: flex-end;
    margin-top: 20px;
  }

  .career-form .form-step .next-step img {
    width: 45px;
  }

  .liquid-glass-effect-layer {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  body.single-post .post-date {
    margin-bottom: -20px;
  }

  .header-about {
    position: relative;

    .col1,
    .col2 {
      width: 100% !important;
    }
  }

  .about-aree-section .tricol-box:not(:last-of-type) {
    margin-bottom: 36px;
  }

  .about-aree-section .tricol-box:not(:last-of-type) .tricol-col {
    border-bottom: 2px solid #BCD056;
    padding-bottom: 36px;
  }

  .about-aree-section .tricol-box:last-of-type .tricol-col:nth-of-type(2) {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .tricol-col.empty {
    display: none;
  }

  .tricol-title.title-with-number .text,
  .fase-row .fase-numbertext {
    padding-top: 15px;
  }

  .about-perche-row {

    .col1,
    .col2 {
      padding: clamp(30px, 7vw, 130px) !important;

      .bottom-background {
        display: none;
      }
    }
  }

  .playbook-box .sidebar>div {
    margin-top: 30px;
  }

  .playbook-box .sidebar .uncont>.uncode_text_column:first-of-type {
    display: none;
  }

  .playbook-box .sidebar>div>div {
    border-right: none;
  }

  .playbook-nav-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .playbook-nav-toggle::after {
    content: "";
    width: 18px;
    height: 14px;
    background:
      linear-gradient(currentColor, currentColor) center top,
      linear-gradient(currentColor, currentColor) center center,
      linear-gradient(currentColor, currentColor) center bottom;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    transition: transform .25s ease;
  }

  .playbook-box .playbook-nav {
    display: none;
    max-height: none;
  }

  .playbook-box .uncode_text_column.is-open .playbook-nav {
    display: block;
  }

  .ajax-grid-system .menu-horizontal .filter-main-group {
    text-align: left !important;
  }

  .ajax-filter-sidebar-overlay .ajax-filter-sidebar .ajax-filter-sidebar-body>.vc_row {
    padding: 50px 30px !important;
    width: auto !important;
    background-color: #f3f3f3;

    >div {
      width: auto !important;
    }
  }

  .main-container .ajax-filter-sidebar .ajax-filter-sidebar-body>.row-container>.row {
    padding: 15px 0 0 0 !important;
    width: auto;
  }

  .term-filters-list--columns.term-filters-list--columns-2 {
    grid-template-columns: 1fr;
  }

  .term-filter-link--active {
    color: #BCD056 !important;
  }

  .ajax-filter-sidebar-footer {
    display: none;
  }

  #last-post-bb-blog {
    .t-overlay-wrap {
      background-color: #00000052;
    }

    .t-overlay-text {
      width: 100%;
      height: 100%;
      padding: 30px;

      .t-entry {
        display: flex;
        flex-direction: column;
        height: 100%;

        .t-entry-title {
          margin-top: auto !important;
        }
      }
    }
  }

  .main-container .row .project-preview .wpb_column,
  .main-container .row .project-preview .uncol,
  .main-container .row .project-preview .uncoltable,
  .main-container .row .project-preview .uncell,
  .main-container .row .project-preview .uncont {
    position: static !important;
  }

}

@media screen and (max-width:767px) {
  .about-come-section .section-title {
    padding-bottom: 0 !important;
  }

  .culture-split-row {
    >.row-parent>.row-inner {
      grid-template-columns: 1fr;
      column-gap: 0;

      .col1 {
        border-right: none;
        border-bottom: 2px solid #bcd0568f;

        >.uncol {
          margin-bottom: 30px;
        }

        .title {
          margin-top: 0 !important;
        }

        .number {
          display: inline-block;
          padding-bottom: 15px;
        }
      }

      .col2 {
        >.uncol {
          margin-top: 0;
        }
      }
    }
  }

  .row-meta {
    flex-direction: column;
  }

  .playbook-row-2col,
  .bbul.grid,
  .playbook-table .table-row {
    grid-template-columns: 1fr;
  }

  .playbook-table .table-titles .col2 {
    display: none;
  }

  .playbook-table .table-row .col2 {
    padding-top: 0;

    ul {
      margin-top: 0 !important;
    }
  }

  .faq-title {
    padding: 1.2em 2.4em 1.2em 1.2em;
  }

  .standard-project {

    .project-h1-box {
      padding-left: 0;
      padding-right: 0;
    }

    .project-filter-box {
      p {
        flex-direction: column;
        text-align: center;

        a {
          margin-bottom: 15px;
        }
      }
    }

    .fontfamily-row {
      padding-bottom: 60px;
    }

    .fontfamily-row .col3 img {
      margin-left: auto;
      margin-right: auto;
      max-width: 50%;
    }
  }

  .project-h1-row {
    padding-bottom: 0;
  }

  .academy-steps {
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;

    .academy-step {
      padding-top: 30px;
    }
  }
}

@media screen and (max-width:350px) {

  .text-1,
  .text-1 p,
  .text-1 h1,
  .text-1 h2,
  .text-1 h3,
  body.single-post h1,
  .text-3,
  .text-3 p,
  .text-3 h1,
  .text-3 h2,
  .text-3 h3 {
    font-size: 21px !important;
  }
}