* {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #818181;
  border-radius: 3px;
}
.all_content {
  overflow: hidden;
}
.actual_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.txt_splash {
  position: absolute;
  width: 38%;
  top: 50%;
  right: 4%;
  z-index: 10;
  transform: translate(0, -50%);
}
.img_width {
  width: 100%;
}
.filler_video {
  position: relative;
  width: 100%;
  height: calc(55.75vw - 27px);
}
.video_svg {
  position: absolute;
  top: 0;
  fill: url(#header-shape-gradient-video) #fff;
}
.main_sec {
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: black;
}
svg rect {
  fill: white;
  mask: url(#video_mask);
}
.from_video_to_in_pratica {
  position: relative;
  left: 0;
  width: 100%;
}
.w_100 {
  position: relative;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}
.w_100_next {
  position: absolute;
  top: -27px;
}
.w_grid {
  display: grid;
  grid-template-columns: 47% 6% 47%;
}
.title {
  position: absolute;
  width: 100%;
  height: 1rem;
  font-size: 1rem;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  letter-spacing: 1px;
  color: #b7b7b7;
  white-space: nowrap;
}
h1 {
  position: absolute;
  font-weight: 700;
  text-align: right;
  top: calc(50% - 2px);
  right: 0rem;
  transform: translate(0, -50%);
}
.central_dot {
  position: relative;
  width: 18px;
  height: 18px;
  left: calc(50% - 9px);
  border-radius: 9px;
  cursor: pointer;
}
.clicky_dot {
  position: absolute;
  width: 300%;
  height: 300%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dot_0_w {
  background: #ffffff;
}

.text_next {
  color: #ffffff;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1px;
  line-height: 125%;
}

.animation_opacity_out {
  animation-name: opacity_out;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
}
.animation_opacity_in {
  animation-name: opacity_in;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}

.azienda_form {
  position: relative;
  width: 100%;
  height: 33rem;
}
.background_picture {
  position: relative;
  right: 0;
  height: 25vw;
  width: 100%;
  overflow: hidden;
}
.tooling_img {
  position: absolute;
  width: 100%;
  bottom:0;
  left: 0;
}
.tooling_img_mobile {
  display: none;
}

.tooling_img_extra_mobile {
  display: none;
}
.next_revisioni {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 1160px) {
  .text_next {
    font-size: 1.75rem;
  }
}


@media screen and (max-width: 929px) {
  .video_svg {
    top: 92.8vw;
  }
  .filler_video {
    height: calc(148.5vw - 27px);
  }
  .main_img {
    content: url("/img_tooling/tooling_mobile.jpg");
  }
  .txt_splash {
    width: calc(64vw);
    left: 50%;
    right: unset;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 73%;
  }
  .background_picture {
    height: 50vw;
  }
  .tooling_img_desktop {
    display: none;
  }
  .tooling_img_mobile {
    display: block;
  }
  .text_next {
    left: 33%;
    width:48%;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 740px) {
  .text_next {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 580px) {
  .text_next {
    left: 9%;
    top: 9vw;
    width:82%;
    transform: unset;
    font-size: 2rem;
    text-align: left;
    text-shadow: 1px 1px 2px #20202080;
    line-height: 115%;
  }
  .video_svg {
    top: 142vw;
  }
  .filler_video {
    height: calc(197.7vw - 27px);
  }
  .main_img {
    content: url("/img_tooling/tooling_extra_mobile_580.jpg");
  }
  .txt_splash {
    width: calc(82vw);
    left: 50%;
    right: unset;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 73%;
  }
  .background_picture {
    height: 100vw;
  }
  .tooling_img_mobile {
    display: none;
  }
  .tooling_img_extra_mobile {
    display: block;
  }
}
@media screen and (max-width: 422px) {
  .text_next {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 370px) {
  .text_next {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 340px) {
  .text_next {
    width:76%;
  }
}

@media screen and (max-width: 929px) {
  .azienda_form {
    height: 48rem;
  }
}
@media screen and (max-width: 790px) {
  .azienda_form {
    height: 46rem;
  }
}

@media screen and (max-width: 700px) {
  .azienda_form {
    height: 45rem;
  }
}

@media screen and (max-width: 536px) {
  .azienda_form {
    height: 52rem;
  }
}
@media screen and (max-width: 292px) {
  .azienda_form {
    height: 53rem;
  }
}
@media screen and (max-width: 254px) {
  .azienda_form {
    height: 54rem;
  }
}
.breathing_room{
  padding-bottom: 2rem;
}