/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* SINGLE */
.wk-single-strip {
  padding: 70px 1% 80px;
  font-family: "akzidenz-grotesk-pro", Sans-serif; }
  @media all and (max-width: 62.49em) {
    .wk-single-strip {
      padding: 50px 3% 80px; } }

.wk-single-strip h1 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
  color: #000;
  font-size: 138px;
  line-height: 111px;
  font-weight: 400;
  margin-left: -6px; }
  @media all and (max-width: 62.49em) {
    .wk-single-strip h1 {
      left: 3vw;
      font-size: 118px;
      line-height: 1;
      top: 100%;
      margin-bottom: 20px; } }
  @media all and (max-width: 47.99em) {
    .wk-single-strip h1 {
      font-size: 60px;
      margin-left: -2px; } }

.wk-strips-meta-info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-direction: column; }
  @media all and (min-width: 48em) {
    .wk-strips-meta-info {
      flex-direction: row; } }

.wk-single-strip .wk-meta-info {
  padding: 0;
  border-top: 1px solid #000; }
  @media all and (min-width: 48em) {
    .wk-single-strip .wk-meta-info {
      width: 50%; } }

.wk-meta-info.wk-downloads {
  width: 100%;
  margin-top: 50px; }
  @media all and (min-width: 48em) {
    .wk-meta-info.wk-downloads {
      width: calc(50% - 40px);
      margin-top: 0px; } }
  @media all and (min-width: 62.5em) {
    .wk-meta-info.wk-downloads {
      width: 33.3333%; } }

.wk-single-strip .wk-meta-info li {
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.333em;
  color: #000; }

.wk-single-strip .wk-meta-info li a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.333em;
  padding: 0;
  color: #000;
  height: 25px; }
  .wk-single-strip .wk-meta-info li a svg {
    display: inline-block; }

.download_title svg {
  margin-left: 5px; }

.download_icon {
  display: flex;
  align-items: center;
  gap: 5px; }

.wk-single-strip .wk-meta-info li span:first-of-type {
  flex: 1; }

.wk-strips-carousel .swiper-wrapper {
  align-items: stretch; }

.wk-strips-carousel .swiper-slide {
  width: auto;
  display: flex;
  flex-direction: column;
  height: auto;
  padding-bottom: 2px; }

.wk-strips-carousel .swiper-slide .swiper-slide__image {
  position: relative;
  line-height: 0; }

.wk-strips-carousel .swiper-slide .swiper-slide__text {
  margin-top: 7px;
  color: #999999;
  font-family: 'akzidenz-grotesk-pro', sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em; }
  @media all and (max-width: 47.99em) {
    .wk-strips-carousel .swiper-slide .swiper-slide__text {
      font-size: 14px; } }

.wk-strips-carousel .swiper-slide img,
.wk-strips-carousel .swiper-slide iframe,
.wk-strips-carousel .swiper-slide video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 532/685; }
  @media all and (max-width: 47.99em) {
    .wk-strips-carousel .swiper-slide img,
    .wk-strips-carousel .swiper-slide iframe,
    .wk-strips-carousel .swiper-slide video {
      height: 40vh;
      width: auto; } }

.wk-strips-carousel .swiper-button-prev,
.wk-strips-carousel .swiper-button-next {
  margin-left: 10px !important;
  margin-right: 10px; }
  .wk-strips-carousel .swiper-button-prev::after,
  .wk-strips-carousel .swiper-button-next::after {
    content: none; }

.wk-strips-carousel .swiper-button-prev,
.wk-strips-carousel .swiper-button-next {
  transition: all 0.3s ease-in-out; }

.wk-strips-carousel .swiper-button-prev svg,
.wk-strips-carousel .swiper-button-next svg {
  width: 15px;
  height: auto;
  fill: none; }

.wk_section_title {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.08em;
  letter-spacing: 0.02em;
  margin-top: 50px;
  margin-bottom: 10px; }
  @media all and (max-width: 47.99em) {
    .wk_section_title {
      margin-top: 100px; } }

.wk_tech_drawings {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  @media all and (max-width: 47.99em) {
    .wk_tech_drawings {
      flex-direction: column; } }

.wk_tech_drawing_1 {
  flex: 0.9812; }

.wk_tech_drawing_2 {
  flex: 2; }

.wk_tech_drawing_1 img,
.wk_tech_drawing_2 img {
  width: 100%; }

.wk_tech_drawing_caption {
  color: #999999;
  line-height: 1em;
  letter-spacing: -0.02em; }

.wk_breadcrumb_bar {
  width: 100vw;
  padding: 0 3%;
  background-color: #C8FF00; }
  @media all and (min-width: 62.5em) {
    .wk_breadcrumb_bar {
      padding: 0 1%; } }
  .wk_breadcrumb_bar.is-fixed {
    position: fixed;
    left: 0;
    top: calc(var(--header-height)); }

.wk-bredcrumb-container {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  right: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: .3s;
  font-size: 16px;
  height: 0;
  overflow: hidden; }
  @media all and (min-width: 62.5em) {
    .wk-bredcrumb-container {
      font-size: 18px; } }

body.wk-scroll .wk-bredcrumb-container {
  height: 27px; }

/*
** Elementor accordion icon transition
*/
.wk-icon-transition span.e-n-accordion-item-title-icon {
  margin-top: 9px; }

.wk-icon-transition .e-opened {
  display: none !important; }

.wk-icon-transition .e-closed {
  display: flex !important;
  transition: all .3s linear; }

.wk-icon-transition details.active .e-closed {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

@media (max-width: 1024px) {
  .wk-icon-transition span.e-n-accordion-item-title-icon {
    margin-top: 4px; } }

@media (max-width: 767px) {
  .wk-icon-transition span.e-n-accordion-item-title-icon {
    margin-top: 2px !important; } }
