:root {
  --grey-80: #333;
  --alkemy-white: white;
  --alkemy-black: #000;
  --alkemy-red: #FF2821;
  --green-4: #8dff67;
  --grey-50: gray;
  --acid-green: #CCAD13; /* deprecated - no longer used */
  --grey-5: #f2f2f2;
  --transparent-white: #ffffff1a;
  --grey-90: #1a1a1a;
  --grey-95: #0d0d0d;
  --alkemy-yellow: #ffff01;
  --grey-40: #999;
  --light-blue: #a0f9ff;
  --dark-grey: #444;
  --alkemy-grey: #BDB8B8;
  --alkemy-grey-light: #E8E8E8;
  --font-alkemy-beta: 'AlkemyBETA', Arial, sans-serif;
  --font-aeonik: Aeonik, Arial, sans-serif;
  --font-aeonik-monovf: Aeonikmonovf Roman, Arial, sans-serif;
  --font-avena: Aventa, Arial, sans-serif;
  --section-spacing: 120px;
  --splitting-text-spacing: 72px;
}

body {
  font-family: Aeonik, Arial, sans-serif;
}
/* Used by custom.js to toggle desktop/tablet/mobile sections */
.hidden-by-js {
  display: none !important;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  letter-spacing: -0.021em;
  text-indent: 0;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 147px;
  font-weight: 400;
  line-height: 147px;
}

h2 {
  letter-spacing: -0.021em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 105px;
  font-weight: 400;
  line-height: 105px;
}

h3 {
  letter-spacing: -0.021em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: 80.3px;
}

h4 {
  letter-spacing: 0.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 47.3px;
}

h5 {
  letter-spacing: 0.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 31.5px;
}

a {
  text-decoration: none;
}

a.link-underline {
  position: relative;
  z-index: 10;
}

a.link-underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--alkemy-black);
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

a.link-underline:hover:after {
  width: 100%;
}

.header {
  z-index: 999;
  pointer-events: auto;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 0;
  overflow: visible;
}

.visore {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.visore_bg_video {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.visore::after {
  content: '';
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  position: absolute;
  inset: 0;
}

.visore .wrap {
  z-index: 2;
}

.visore > .scroll_logo {
  z-index: 2;
}

.why_alkemy {
  background-color: var(--alkemy-grey-light);
  color: var(--alkemy-black);
}

.approach {
  background-color: var(--alkemy-black);
  background-image: url(../images/risultati-bg.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.approach .text_small_,
.approach .text_small_splitting {
  color: var(--alkemy-white);
}

.footer {
  background-color: #fff;
  overflow: hidden;
}

.logo-footer {
  height: 62px;
  width: auto;
  margin-left: -8px;
}

.footer_gradient {
  height: 306px;
  background: linear-gradient(180deg, #FFF 0%, #FF4633 100%);
}

.wrap {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.body {
  display: block;
}

.text_large {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 21px;
  line-height: 27.3px;
}

.text_medium {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  max-width: none;
  margin-bottom: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.text_small {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 14px;
  line-height: 14.7px;
}

.header_grid_container {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 48px;
  max-height: none;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.header_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 330px;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.header_center_menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: center;
  position: relative;
  margin-right: 8px;
}

.header_right_menu {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  /* width: 240px; */
}

.language_menu {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
  place-items: center stretch;
  height: 15px;
  display: flex;
}

.logo_header {
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: auto;
  max-width: none;
  display: inline-block;
  margin-left: -8px;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.text_visore {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-text-stroke-color: var(--alkemy-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: var(--font-alkemy-beta);
  font-size: 120px;
  line-height: 120px;
}

.text_small_splitting {
  text-align: center;
  letter-spacing: 0.005em;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 16px;
  line-height: 14.7px;
  display: flex;
}
/* Sections */
.ambition,
.offering,
.why_alkemy,
.approach,
.quote {
  padding-top: var(--section-spacing);
  padding-bottom: var(--section-spacing);
}

.offering {
  padding-top: 0;
}


.ambition_container {
  margin-bottom: 0;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: none;
}

.text_offering_head {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  text-transform: none;
  font-family: var(--font-alkemy-beta);
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
}

.grid_6 {
  border-bottom: 1px solid var(--grey-50);
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  width: 566px;
  height: auto;
}

.text_whyalkemy {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: none;
  margin-top: 120px;
  font-family: var(--font-alkemy-beta);
  font-size: 56px;
  line-height: 110%;
  letter-spacing: 0.28px;
}

.text_hero_112 {
  color: var(--alkemy-grey);
  text-align: center;
  margin-bottom: 80px;
  font-family: var(--font-alkemy-beta);
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px; /* 98.214% */
}

.cards_container {
  justify-content: space-between;
  height: 740px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.card {
  padding: 24px;
  display: flex;
  position: static;
  border: 2px solid var(--alkemy-black);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}

.card_1 {
  align-self: center;
  width: 260px;
  height: 360px;
}

.card_2 {
  width: 260px;
  height: 360px;
}

.card_3 {
  align-self: flex-end;
  width: 260px;
  height: 360px;
}

.card_4 {
  align-self: center;
  width: 260px;
  height: 360px;
}

.card_5 {
  width: 260px;
  height: 360px;
}

.text_medium_list {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  width: 328px;
  max-width: 328px;
  padding-bottom: 48px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.text_hero_whyalkemy {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: none;
  margin-top: 120px;
  font-family: var(--font-alkemy-beta);
  font-size: 56px;
  line-height: 110%;
  letter-spacing: 0.28px;
}

.container_splitting_text {
  flex-flow: row;
  justify-content: center;
  height: 32px;
  margin-bottom: var(--splitting-text-spacing);
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text_small_ {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.split_-_container {
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.heading-6,
.heading-7,
.heading-8,
.heading-9,
.heading-10 {
  color: var(--alkemy-black);
}

.approach_graphic_container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.list_approach_element_3 {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 220px;
  font-family: var(--font-alkemy-beta);
}

.approach_list_head_mobile {
  display: flex;
}

.text_medium_approach_list {
  color: var(--alkemy-grey);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  width: 330px;
  max-width: none;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.text_xs_header {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section_1 {
  background-color: #fff;
  display: none;
  transform: translate(0);
}

.text_xs_header_green_und {
  color: #fff;
  letter-spacing: 0.005em;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.ellisse_text {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-black);
  color: var(--alkemy-white);
  justify-content: center;
  align-items: center;
  padding: 8px 26px;
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.ellisse_text:hover {
  background-color: var(--alkemy-white);
}

.ellisse_text:hover .text_xs_header_green_button {
  color: var(--alkemy-black);
}

.ellisse_text_tl:hover {
  background-color: var(--alkemy-white);
}

.ellisse_text_tl:hover .text_xs_header_green_button_tl {
  color: var(--alkemy-black);
}

.ellisse_text_mb:hover {
  background-color: var(--alkemy-white);
}

.ellisse_text_mb:hover .text_xs_header_green_button-mobile {
  color: var(--alkemy-black);
}

.text_xs_header_green_button {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--alkemy-white);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: var(--font-alkemy-beta);
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
}

.text_blur {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.scroll_logo {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  vertical-align: top;
  flex-flow: row;
  justify-content: center;
  display: inline-flex;
  transform: translate(0, -5px);
}

.heading-11 {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  text-align: center;
}

.text_blur_r1-5 {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.text_blur_r1-5.text_bold {
  color: var(--alkemy-white);
  -webkit-text-stroke-color: var(--alkemy-white);
}

.section_2 {
  background-color: #fff;
  display: none;
}

.offering_container {
  margin-top: 0;
}

.text_head_list {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  font-size: 20px;
  line-height: 22px;
}

.text_evidenziato {
  color: var(--alkemy-red);
  -webkit-text-stroke-color: var(--alkemy-black);
  text-indent: 0;
  vertical-align: baseline;
  display: inline;
}
.text_evidenziato::before,
.text_evidenziato_tl::before,
.text_evidenziato-mobile::before {
  content: "[";
}
.text_evidenziato::after,
.text_evidenziato_tl::after,
.text_evidenziato-mobile::after {
  content: "]";
}
.section_3 {
  height: auto;
  display: none;
  overflow: visible;
}

.text_hero_112_whyalkemy {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: -0.021em;
  padding-bottom: 48px;
  font-family: var(--font-alkemy-beta);
  font-size: 112px;
  font-weight: 400;
  line-height: 112px;
}

.text_blur_bold {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  font-weight: 700;
}

.text_small_-_white {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.text_card_title {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  justify-content: flex-start;
  padding-top: 0;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.text_card {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: var(--font-aeonik);
  font-size: 18px;
  line-height: 22px;
  margin-top: auto;
}

.text_card_link {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: var(--font-aeonik);
  font-weight: 600;
  text-transform: uppercase;
}

.text_card_link a {
  color: var(--alkemy-black);
  position: relative;
}
.text_card_link a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--alkemy-black);
  transition: width 0.3s ease-in-out;
}

.text_card_link a:hover:after {
  width: 100%;
}

.text_bold {
  letter-spacing: 0.005rem;
  font-weight: 700;
}

.text_approach_head {
  color: var(--alkemy-grey);
  font-size: 56px;
  line-height: 50px;
}

.list_approach_element_1 {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 200px;
  font-family: var(--font-alkemy-beta);
}

.list_approach_element_2 {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 270px;
  margin-right: 120px;
  padding-right: 0;
  font-family: var(--font-alkemy-beta);
}

.footer_container {
  color: var(--alkemy-black);
  margin-bottom: 0;
}

.grid-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text_footer {
  color: var(--alkemy-black);
  letter-spacing: 0.005rem;
  height: auto;
  font-family: var(--font-alkemy-beta);
  font-size: 52px;
  line-height: 54px;
}

.text_footer_green {
  color: #000;
  width: auto;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 32px;
  line-height: 28px;
  text-decoration: none;
}

.text_footer_tiny {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
}

.text_footer_tiny a {
  color: var(--alkemy-black);
}


.footer_left_box_tl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  /* height: 140px; */
  display: flex;
}

.footer_right_box {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.text_footer_tiny_right_box {
  color: var(--alkemy-black);
  text-align: right;
  letter-spacing: 0.005rem;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.socials-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_right_box_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 140px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.blur-effect {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 104px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.underline {
  z-index: auto;
  background-color: var(--alkemy-black);
  width: 100%;
  max-width: 68%;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 26px auto 0% 26px;
}

.link-header {
  text-decoration: none;
  position: relative;
  transform: translate(0);
  cursor: pointer;
}

.text_xs_header_link {
  color: var(--alkemy-black);
  font-family: var(--font-aeonik);
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.language_link {
  position: relative;
}

.underline_language {
  z-index: auto;
  background-color: var(--alkemy-black);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 26px auto 0% 0%;
}

.text_container {
  position: relative;
}

.underline_footer {
  z-index: auto;
  background-color: #000;
  width: 0%;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 30px auto 0% 0%;
}

.underline_footer_left {
  z-index: auto;
  background-color: #000;
  width: 0%;
  max-width: 360px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 85px auto 0% 0%;
}

.header-mobile {
  z-index: 999;
  pointer-events: auto;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 0;
  overflow: visible;
}

.section_1-mobile {
  background-color: #fff;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.section_2-mobile {
  background-color: #fff;
  display: none;
}

.section_3-mobile {
  height: auto;
  display: none;
  overflow: visible;
}

.wrap_menu {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text_visore_mobile {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-text-stroke-color: var(--alkemy-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: var(--font-alkemy-beta);
  font-size: 150px;
  line-height: 120px;
}

.wrap_mobile_ambition {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text_blur_r1_mobile {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.wrap_mobile_offering {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text_head_list_mobile-h5 {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  font-size: 20px;
  line-height: 22px;
}

.offering_text_mobile_container {
  grid-template-rows: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.header_offering_mobile,
.list-mobile {
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: none;
}

.list-element-mobile {
  border-bottom: 1px solid var(--grey-50);
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  width: 566px;
  height: auto;
}

.text_medium_list_mobile {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  max-width: 328px;
  padding-bottom: 48px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.text_whyalkemy-mobile {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: none;
  border: 1px #000;
  border-radius: 0;
  margin-top: 96px;
  margin-bottom: 120px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: var(--font-alkemy-beta);
  font-size: 52px;
  line-height: 54px;
}

.text_evidenziato-mobile {
  color: var(--alkemy-red);
  -webkit-text-stroke-color: var(--alkemy-black);
  text-indent: 0;
  vertical-align: baseline;
  display: inline;
}

.text_hero_112_whyalkemy-mobile {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: -0.021em;
  padding-bottom: 48px;
  font-family: var(--font-alkemy-beta);
  font-size: 112px;
  font-weight: 400;
  line-height: 112px;
}

.text_card_title_mobile {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  justify-content: flex-start;
  padding-top: 0;
  font-size: 32px;
  line-height: 30px;
  display: flex;
}

.text_card_mobile {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: auto;
}

.text_hero_whyalkemy-mobile {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: none;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: var(--font-alkemy-beta);
  font-size: 56px;
  line-height: 50px;
}

.list_approach_element_1-mobile {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 200px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
}

.text_approach_head_mobile {
  font-size: 56px;
  line-height: 50px;
}

.text_medium_approach_list_mobile {
  color: var(--alkemy-grey);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  width: 330px;
  max-width: none;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.list_approach_element_2-mobile {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 270px;
  margin-right: 120px;
  padding-right: 0;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
}

.list_approach_element_3-mobile {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 302px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
}

.text_container_footer_mobile {
  position: relative;
}

.text_footer_mobile {
  color: var(--alkemy-black);
  letter-spacing: 0.005rem;
  height: auto;
  font-family: var(--font-alkemy-beta);
  font-size: 52px;
  line-height: 47.3px;
}

.image-2,
.image-3 {
  background-color: #0000;
}

/* Menu hamburger: no Webflow IX rotation; close state uses remove.svg (see custom.js). */
.menu-button .image-2,
.menu-button_tl .image-2 {
  transform: none !important;
}

.link-header-mobile {
  text-decoration: none;
  position: relative;
  transform: translate(0);
}

.text_xs_header_green_button-mobile {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
  position: relative;
}

.text_xs_header_mobile {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.container {
  flex-flow: row;
  display: block;
}

.logo-main-link {
  flex-flow: row;
  align-self: center;
  width: 235px;
  display: block;
}

.link-block-2 {
  display: flex;
  cursor: pointer;
}

.link-block-2.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  display: block;
  position: static;
  left: 0;
}

.modulo-contatti-dt {
  z-index: 1;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--grey-50);
  background-color: var(--alkemy-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: block;
  position: fixed;
  inset: 0 auto auto;
  overflow: auto;
}

.image-4 {
  border: 1px none var(--alkemy-white);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 0;
  display: inline-block;
}

.contatti-bottone-chiusura {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 24px;
  padding-right: 24px;
  display: block;
  cursor: pointer;
}

.form-contatti {
  vertical-align: top;
  justify-content: center;
  align-self: center;
  width: 615px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
  position: absolute;
  inset: 0% auto;
}

#fileName {
  text-transform: uppercase;
}

.black-star-dt {
  color: var(--alkemy-black);
  text-align: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.image-5 {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-heading-contatti {
  font-size: 56px;
  line-height: 1;
  font-family: var(--font-alkemy-beta);
}

.form-block {
  margin-bottom: auto;
}

.form-titles-dt {
  color: var(--grey-90);
  text-align: center;
  letter-spacing: 0.005rem;
  font-family: var(--font-aeonik);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.form-text-field-dt {
  color: var(--alkemy-black);
  -webkit-text-stroke-color: var(--grey-95);
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  height: 96px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.form-placeholder-mb {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-50);
  color: var(--alkemy-black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.form-select-field-dt {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-50);
  color: var(--alkemy-black);
  background-color: #f3f3f300;
  font-size: 20px;
  line-height: 22px;
}

.form-message-file {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005rem;
  padding-top: 8px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
}

.form-submit-button {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-black);
  color: var(--alkemy-white);
  padding: 8px 26px;
  margin-top: 60px;
  margin-bottom: 12px;
  font-family: var(--font-alkemy-beta);
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.form-submit-button:hover {
  background-color: var(--alkemy-white);
  color: var(--alkemy-black);
}

.form {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 530px;
  display: flex;
}

.text-block {
  padding-bottom: 0;
  font-family: var(--font-aeonik);
  font-size: 12px;
  line-height: 14px;
}

.link {
  text-decoration: underline;
  color: var(--alkemy-black);
  transition: all 0.3s ease;
}

.link:hover {
  text-decoration: none;
}

.text_paragraph_ambition_dt {
  color: var(--alkemy-black);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-aeonik-monovf);
  font-size: 18px;
}

.undeline_paragraph {
  color: var(--alkemy-black);
  text-decoration: underline;
}

.text_paragraph_ambition_mb {
  color: var(--alkemy-black);
  text-align: center;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 18px;
}

.modulo-contatti-mb {
  z-index: 1;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--grey-50);
  -webkit-text-stroke-color: var(--grey-50);
  object-fit: fill;
  background-color: var(--alkemy-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: -100vh auto auto !important;
  overflow: auto;
}

.form-contatti_mb {
  vertical-align: top;
  justify-content: center;
  align-self: center;
  width: 615px;
  display: inline-block;
  position: absolute;
  inset: 0% auto;
}

.image-5-mb {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-heading-contatti_mb {
  font-size: 56px;
  line-height: 1;
  font-family: var(--font-alkemy-beta);
}

.black-star-mb {
  color: var(--alkemy-black);
  text-align: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.form-titles-mb {
  color: var(--grey-90);
  text-align: center;
  letter-spacing: 0.005rem;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.form-text-field-mb {
  color: var(--alkemy-black);
  -webkit-text-stroke-color: var(--grey-95);
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  height: 96px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.form-titles-dt-copy {
  color: var(--grey-90);
  text-align: center;
  letter-spacing: 0.005rem;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.form-message-file-mb {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005rem;
  padding-top: 8px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
}

.form-submit-button-mb {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-black);
  color: var(--alkemy-white);
  padding: 8px 26px;
  margin-top: 60px;
  margin-bottom: 12px;
  font-family: var(--font-alkemy-beta);
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.form-submit-button-mb:hover {
  background-color: var(--alkemy-white);
  color: var(--alkemy-black);
}

.contatti-bottone-chiusura-mb {
  -webkit-text-stroke-color: var(--alkemy-black);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 24px;
  padding-right: 24px;
  display: block;
  cursor: pointer;
}

.ellisse_text_mb {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-black);
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 29px;
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.ellisse_text_mb .text_xs_header_green_button-mobile {
  color: var(--alkemy-white) !important;
}

.quote {
  color: var(--alkemy-black);
  background-color: #fff;
}

.text_quote {
  color: var(--alkemy-black);
  font-family: var(--font-aeonik);
  font-size: 20px;
  line-height: 22px;
}

.quote_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text_white_quote {
  color: var(--alkemy-white);
}

.text_quote_name {
  font-family: var(--font-aeonik);
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.016px;
}

.text_quote_18 {
  color: var(--alkemy-black);
  font-family: Aeonik, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.quote_container_name {
  text-align: center;
}

.quote_profile_image {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.header-tl {
  z-index: 999;
  pointer-events: auto;
  width: 100%;
  height: 104px;
  max-height: none;
  margin-top: 0;
  padding: 0;
  font-family: Aeonik, Arial, sans-serif;
  font-weight: 400;
  display: block;
  position: fixed;
  top: 0;
  overflow: visible;
}

.section_1-tl {
  background-color: #fff;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.section_2-tl {
  background-color: #fff;
  display: block;
}

.section_3-tl {
  height: auto;
  display: block;
  overflow: visible;
}

.wrap_menu_tl {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 104px;
  padding: 24px 24px 20px;
  display: flex;
}

.modulo-contatti_tl {
  z-index: 10;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--grey-50);
  -webkit-text-stroke-color: var(--grey-50);
  object-fit: fill;
  background-color: var(--alkemy-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: -100vh auto auto;
  overflow: auto;
}

.contatti-bottone-chiusura_tl {
  -webkit-text-stroke-color: var(--alkemy-black);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 24px;
  padding-right: 24px;
  display: block;
  cursor: pointer;
}

.form-contatti_tl {
  vertical-align: top;
  justify-content: center;
  align-self: center;
  width: 615px;
  height: 800px;
  display: inline-block;
  position: absolute;
  inset: 0% auto;
}

.black-star-tl {
  color: var(--alkemy-black);
  text-align: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.image-4_tl {
  border: 1px none var(--alkemy-white);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 0;
  display: inline-block;
}

.image-5_tl {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-heading-contatti_tl {
  font-size: 56px;
  line-height: 1;
  font-family: var(--font-alkemy-beta);
}

.text_blur_r1_tl {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.form-block_tl {
  height: 800px;
  margin-bottom: auto;
}

.form_tl {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 530px;
  display: flex;
}

.form-titles_tl {
  color: var(--grey-90);
  text-align: center;
  letter-spacing: 0.005rem;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.form-placeholder_tl {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-50);
  color: var(--alkemy-black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.form-select-field_tl {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-50);
  color: var(--alkemy-black);
  background-color: #f3f3f300;
  font-size: 20px;
  line-height: 22px;
}

.form-titles-dt-copy-copy {
  color: var(--grey-90);
  text-align: center;
  letter-spacing: 0.005rem;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.form-text-field_tl {
  color: var(--alkemy-black);
  -webkit-text-stroke-color: var(--grey-95);
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  height: 96px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.form-message-file_tl {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005rem;
  padding-top: 8px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
}

.form-submit-button_tl {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-black);
  color: var(--alkemy-white);
  padding: 8px 26px;
  margin-top: 60px;
  margin-bottom: 12px;
  font-family: var(--font-alkemy-beta);
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.form-submit-button_tl:hover {
  background-color: var(--alkemy-white);
  color: var(--alkemy-black);
}

.navbar_tl {
  z-index: 2;
  background-color: #3b7f4400;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.container_tl {
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 56px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  left: 0;
}

.nav-background_tl {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  padding-top: 238px;
  display: block;
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  overflow: auto;
}

.link-header_tl {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-top: 16px;
  padding-left: 24px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.menu-bottom-block_tl {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 166px;
  margin-top: 50px;
  display: flex;
}

.ellisse_text_tl {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-black);
  color: var(--alkemy-white);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 362px;
  height: 50px;
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.ellisse_text_tl .text_xs_header_green_button_tl {
  color: var(--alkemy-white) !important;
}

.text_xs_header_green_button_tl {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 28px;
  line-height: 24px;
  display: block;
  position: relative;
}

.language_menu_tl {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
  place-items: center stretch;
  height: 15px;
  display: flex;
}

.language_link_tl,
.language_link-copy {
  position: relative;
}

.text_xs_header_tl {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 28px;
  line-height: 24px;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.brand_tl {
  z-index: 2;
  padding-left: 0;
}

.brand_tl.w--current {
  z-index: 3;
  padding-left: 0;
}

.logo_header_tl {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.nav-menu_tl {
  z-index: 2;
  display: block;
}

.menu-button_tl {
  z-index: auto;
  background-color: #0000;
  height: auto;
  margin-top: 4px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contenitore-icon-navbar_tl {
  z-index: 2;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  width: 48px;
  height: 12px;
  display: flex;
  position: static;
}

.visore_tl {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.visore_tl::after {
  content: '';
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  position: absolute;
  inset: 0;
}

.visore_tl .wrap_tl {
  z-index: 2;
}

.wrap_tl {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text_visore_tl {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-stroke-color: var(--alkemy-black);
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: var(--font-alkemy-beta);
  font-size: 60px;
  line-height: 52px;
}

.wrap_ambition_tl {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.ambition_container_tl {
  margin-bottom: 0;
}

.text_paragraph_ambition_tl {
  color: var(--alkemy-black);
  text-align: center;
  padding-bottom: 12px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text_tl_heading {
  color: var(--alkemy-black);
  text-align: center;
  font-family: var(--font-alkemy-beta);
  font-size: 44px;
  line-height: 38px;
}

.wrap_offering_tl {
  border-bottom-color: var(--alkemy-white);
  flex-flow: column;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.offering_text_container_tl {
  grid-template-rows: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.text_container_tl {
  position: relative;
  margin-top: calc(var(--section-spacing) / 2);
}

.text_whyalkemy_tl {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: none;
  border: 1px #000;
  border-radius: 0;
  font-family: var(--font-alkemy-beta);
  font-size: 32px;
  line-height: 30px;
}

.header_offering_tl {
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: none;
}

.text_heading_tl {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 28px;
}

.list_tl {
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: none;
}

.list-element_tl {
  border-bottom: 1px solid var(--grey-50);
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  width: auto;
  height: auto;
  padding-top: 24px;
}

.list-number_tl {
  display: flex;
}

.text-container-list_tl {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text_head_list_tl-h5 {
  color: var(--alkemy-black);
  padding-right: 8px;
  font-family: var(--font-alkemy-beta);
  font-size: 20px;
  line-height: 22px;
}

.text_medium_list_tl {
  color: var(--alkemy-black);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  max-width: none;
  padding-bottom: 24px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.text_evidenziato_tl {
  color: var(--alkemy-red);
  -webkit-text-stroke-color: var(--alkemy-black);
  text-indent: 0;
  vertical-align: baseline;
  display: inline;
}

.why_alkemy_tl {
  background-color: var(--alkemy-grey-light);
}

.text_hero_112_whyalkemy_tl {
  text-align: center;
  letter-spacing: -0.025em;
  padding-bottom: 24px;
  font-family: var(--font-alkemy-beta);
  font-size: 44px;
  line-height: 38px;
}

.cards_container_tl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.card_tl {
  border: 2px solid var(--alkemy-black);
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  padding: 24px;
}

.card_1_tl {
  width: 301px;
  height: 347px;
  position: static;
}

.card_2_tl {
  align-self: flex-end;
  width: 301px;
  height: 347px;
}

.card_3_tl {
  width: 301px;
  height: 347px;
  margin-top: 0;
}

.card_4_tl {
  align-self: center;
  width: 301px;
  height: 347px;
}

.card_5_tl {
  align-self: flex-end;
  width: 301px;
  height: 347px;
}

.text_hero_whyalkemy_tl {
  color: var(--alkemy-black);
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: none;
  margin-top: 0;
  font-family: var(--font-alkemy-beta);
  font-size: 32px;
  line-height: 28px;
}

.text_evidenziato-mobile-copy {
  border: 1px solid var(--alkemy-black);
  background-color: var(--alkemy-white);
  color: var(--alkemy-black);
  text-indent: 0;
  vertical-align: baseline;
  border-radius: 0;
  font-size: 38px;
  font-weight: 700;
  bottom: 0;
}

.text_card_title_tl {
  color: var(--alkemy-black);
  font-family: var(--font-alkemy-beta);
  letter-spacing: 0.05em;
  justify-content: flex-start;
  padding-top: 0;
  font-size: 28px;
  line-height: 24px;
  display: flex;
}

.text_card_tl {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: auto;
}

.approach_tl {
  color: var(--alkemy-grey);
  background-color: #000;
}

.approach_tl .text_small_,
.approach_tl .text_small_splitting {
  color: var(--alkemy-white);
}

.text_heading_2-bold_tl {
  color: var(--alkemy-grey);
  text-align: center;
  letter-spacing: 0.025em;
  font-family: var(--font-alkemy-beta);
  font-size: 44px;
  line-height: 38px;
}

.approach_graphic_container_tl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.image_tl {
  height: 455px;
}

.list_approach_element_1_tl {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
}

.list_approach_element_2_tl {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-right: 0;
  padding-top: 56px;
  padding-right: 0;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
}

.list_approach_element_3_tl {
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 54px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
}

.approach_list_head_tl {
  display: flex;
}

.text_medium_approach_list_tl {
  color: var(--alkemy-grey);
  text-align: left;
  letter-spacing: 0.005em;
  text-indent: 0;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.text_approach_head_tl {
  letter-spacing: 0.005em;
  font-size: 32px;
  line-height: 28px;
  font-family: var(--font-alkemy-beta);
}

.footer_tl {
  background-color: #fff;
  display: block;
}

.footer_tl_insights {
  background-image: url('../images/new-footer.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-attachment: scroll;
  height: 600px;
  padding-bottom: 40px;
}

.body-2 {
  color: var(--alkemy-black);
}

.footer_tl_s {
  background-color: #fff;
  height: 1190px;
  display: none;
  overflow: hidden;
}

.image-7 {
  padding-top: 68px;
}

.virgolette_quote_tl {
  max-width: none;
  height: 29px;
}

.text_quote_tl {
  color: var(--alkemy-black);
  font-family: Aeonik, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text_quote_name_tl {
  color: var(--alkemy-black);
  letter-spacing: 0.005rem;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.text_quote_18_tl {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.quote_container_name_tl {
  text-align: center;
  width: 636px;
  margin-bottom: 24px;
}

.wrap_footer_tl {
  border-bottom-color: var(--alkemy-black);
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.footer_container_tl {
  color: var(--alkemy-white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.text_footer_tl {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  min-width: 395px;
  height: 140px;
  font-family: var(--font-alkemy-beta);
  font-size: 32px;
  line-height: 28px;
}

.text_footer_mobile {
  color: #000;
  width: auto;
  font-family: var(--font-alkemy-beta);
  font-size: 32px;
  line-height: 28px;
  text-decoration: none;
}

.footer_dt {
  background-color: #fff;
}

.footer_dt .text_small_splitting,
.footer_dt .text_small_-_white,
.footer_tl .text_small_splitting,
.footer_tl .text_small_-_white,
.footer .text_small_splitting,
.footer .text_small_-_white {
  color: var(--alkemy-black);
}

.footer_right_box_wrap_dt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 29px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.grid-6_dt {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 140px;
  padding-left: 0;
  padding-right: 0;
}

.text_footer_green-copy {
  color: #000;
  width: auto;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 32px;
  line-height: 28px;
  text-decoration: none;
}

.quote_tl {
  color: var(--alkemy-black);
  background-color: #fff;
  height: 900px;
}

.text_footer_dt {
  color: var(--alkemy-black);
  letter-spacing: 0.005rem;
  height: auto;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 52px;
  line-height: 47.3px;
}

.text_container_footer_dt {
  position: relative;
}

.text_small_splitting_dt {
  text-align: center;
  letter-spacing: 0.005em;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 16px;
  line-height: 14.7px;
  display: flex;
}

.footer_right_box_tls {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.text_footer_tiny_right_box_dts,
.text_footer_tiny_right_box_dt {
  color: var(--alkemy-black);
  text-align: right;
  letter-spacing: 0.005rem;
  padding-top: 24px;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.container_splitting_text_dts {
  flex-flow: row;
  justify-content: center;
  height: 32px;
  margin-bottom: var(--splitting-text-spacing);
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cards_container_dt {
  justify-content: space-between;
  height: 740px;
  margin-top: 48px;
  display: flex;
  gap: 24px;
}

.text_xs_header_link_tl {
  color: var(--alkemy-black);
  letter-spacing: 0.005em;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  font-family: Aeonikmonovf Roman, Arial, sans-serif;
  font-size: 28px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  overflow: visible;
}

.underline_language_dt {
  z-index: auto;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 26px auto 0% 0%;
}

.grid_menu_tl {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: min-content;
}

.underline-1 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #fff;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 0%;
  max-width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  inset: 0 0 0%;
}

.underline-2 {
  z-index: auto;
  background-color: #fff;
  width: 100%;
  max-width: 49%;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 26px auto 0% 26px;
}

.underline_footer_left_dt {
  z-index: auto;
  background-color: #000;
  width: 0%;
  max-width: 360px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 85px auto 0% 0%;
}

.underline_footer_dt {
  z-index: auto;
  background-color: #000;
  width: 0%;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 30px auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .header {
    display: block;
  }

  .header_right_menu {
    grid-template-columns: auto auto;
    align-items: center;
  }

  .section_1,
  .section_2,
  .section_3 {
    display: block;
  }

  .text_footer_green.text_footer,
  .text_footer_green.text_footer_dt {
    font-size: 52px;
  }

  .footer_left_box_tl {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: flex-start;
  }

  .text_footer_tiny_right_box {
    align-self: flex-end;
    padding-top: 0;
  }

  .underline {
    width: 0%;
    max-width: none;
    position: static;
    left: 0;
  }

  .text_container {
    line-height: 14px;
  }

  .modulo-contatti-dt {
    display: flex;
    top: -100vh;
    overflow: auto;
  }

  .form {
    display: flex;
  }

  .header-tl,
  .section_1-tl,
  .section_2-tl,
  .section_3-tl {
    display: none;
  }

  .footer_dt_insights {
    background-image: url('../images/new-footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-attachment: scroll;
    height: 900px;
    padding-bottom: 80px;
  }

  .text_footer_green_dt {
    font-size: 52px;
    line-height: 47px;
  }

  .text_footer_green-copy {
    font-size: 52px;
    line-height: 47.8px;
  }

  .footer_right_box_wrap_dt {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
    display: flex;
    height: 100%;
  }

  .grid-6_dt {
    height: auto;
  }

  .text_footer_green-copy.text_footer,
  .text_footer_green-copy.text_footer_dt {
    font-size: 52px;
  }

  .text_footer_tiny_right_box_dts,
  .text_footer_tiny_right_box_dt {
    align-self: flex-end;
    padding-top: 0;
  }

  .cards_container_dt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .underline_language_dt {
    top: 16px;
  }

  .underline_footer_left_dt {
    width: 0%;
    max-width: 600px;
    top: 143px;
  }

  .underline_footer_dt {
    width: 0%;
    top: 50px;
  }

}

@media screen and (max-width: 1279px) {
  .footer_gradient {
    height: 200px;
  }
  /* Sections */
  .ambition,
  .offering,
  .why_alkemy,
  .approach,
  .quote,
  .ambition_tl,
  .offering_tl,
  .why_alkemy_tl,
  .approach_tl,
  .quote_tl {
    padding-top: calc(var(--section-spacing) / 2);
    padding-bottom: calc(var(--section-spacing) / 2);
  }
  .quote_container {
    margin-top: calc(var(--section-spacing) / 2);
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 991px) {

  .header,
  .section_1,
  .section_2,
  .section_3 {
    display: none;
  }

  .header-tl {
    height: 96px;
    display: block;
  }

  .header-tl .language_menu_container_tl {
    display: block;
  }

  .section_1-tl,
  .section_2-tl,
  .section_3-tl {
    display: block;
  }

  .wrap_menu_tl {
    padding: 24px 24px 20px;
  }

  .navbar_tl {
    z-index: 2;
    background-color: #ddd0;
    width: 100%;
  }

  .container_tl {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .nav-background_tl {
    display: none;
  }

  .brand_tl.w--current {
    z-index: 2;
  }

  .contenitore-icon-navbar_tl {
    z-index: 2;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 48px;
    height: 12px;
    display: flex;
    position: relative;
  }

  .text_evidenziato_tl {
    padding-bottom: 1px;
  }

  .image-7 {
    padding-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .footer_left_box_tl {
    height: auto;
  }

  .quote {
    background-image: none;
  }

  .nav-background_tl {
    padding-top: 220px;
    display: none;
    top: -100vh;
  }

  .footer_tl_s {
    height: 1440px;
    display: block;
  }

  .quote_tl {
    background-image: none;
  }

  .wrap_footer_dt {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text_footer_dt {
    font-size: 32px;
    line-height: 28px;
  }

  .text_container_footer_dt {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .text_small_splitting_dt {
    color: var(--alkemy-white);
  }

  .footer_right_box_tls {
    padding-top: 40px;
  }

  .text_footer_tiny_right_box_dts {
    align-self: flex-start;
    padding-top: 16px;
  }

  .container_splitting_text_dts {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    display: none;
  }


  .ambition,
  .offering,
  .why_alkemy,
  .approach,
  .quote {
    padding-top: calc(var(--section-spacing) / 2);
    padding-bottom: calc(var(--section-spacing) / 2);
  }

  .wrap {
    padding: 20px 12px;
  }

  .header_grid_container {
    height: auto;
  }

  .header_grid {
    grid-template-columns: auto auto;
  }

  .language_menu_container {
    z-index: auto;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
    position: relative;
  }

  .language_menu {
    flex-flow: row;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .text_small_splitting {
    font-size: 16px;
  }

  .ambition_container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-5 {
    grid-template-columns: auto;
    width: 100%;
  }

  .grid_6 {
    width: auto;
  }

  .cards_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 1557px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card_1 {
    align-self: flex-start;
    width: 220px;
    height: 290px;
    margin-bottom: 16px;
  }

  .text_medium_list {
    max-width: none;
    padding-bottom: 24px;
  }

  .card_2 {
    align-self: flex-end;
    align-items: flex-start;
    width: 220px;
    height: 290px;
    margin-bottom: 16px;
  }

  .card_3 {
    align-self: flex-start;
    align-items: flex-start;
    width: 220px;
    height: 290px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .card_4 {
    width: 220px;
    height: 290px;
    margin-bottom: 16px;
  }

  .card_5 {
    align-self: flex-end;
    width: 220px;
    height: 290px;
    margin-bottom: 0;
  }

  .container_splitting_text {
    width: auto;
    height: 34px;
    margin-top: 0;
    margin-bottom: calc(var(--splitting-text-spacing) / 2);
  }

  .approach_graphic_container {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .approach_list_head_mobile {
    padding-top: 16px;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .section_1 {
    display: none;
  }

  .ellisse_text {
    width: 320px;
    height: 50px;
  }

  .text_blur {
    filter: none;
  }

  .scroll_logo {
    transform: translate(0, -5px);
  }

  .section_2 {
    display: none;
  }

  .section_3 {
    display: none;
  }

  .list_approach_element_1 {
    margin-top: 0;
  }

  .text_footer_tiny {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .footer_left_box_tl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .footer_right_box {
    width: auto;
  }

  .text_footer_tiny_right_box {
    align-self: flex-start;
  }

  .socials-icons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_right_box_wrap {
    height: auto;
    margin-bottom: 0;
  }

  .underline {
    max-width: 100px;
    left: 0;
  }

  .text_xs_header_link {
    font-size: 24px;
    line-height: 20px;
  }

  .language_link {
    z-index: 2;
  }

  .underline_language {
    top: 24px;
  }

  .text_container {
    margin-top: calc(var(--section-spacing) / 2);
  }

  .underline_footer {
    width: 0%;
    max-width: 260px;
    top: 185px;
  }

  .underline_footer_left {
    width: 0%;
    max-width: none;
    top: 79px;
  }

  .header-mobile {
    height: 96px;
    display: block;
  }

  .section_1-mobile {
    display: block;
  }

  .section_2-mobile,
  .section_3-mobile {
    display: block;
  }

  .navbar {
    z-index: 2;
    background-color: #ddd0;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .wrap_menu {
    height: auto;
    padding: 20px 0;
  }

  .text_visore_mobile {
    letter-spacing: -0.02em;
    width: 100%;
    font-size: 64px;
    line-height: 64px;
  }

  .wrap_mobile_ambition {
    padding: 0 12px;
  }

  .text_mobile_heading_2 {
    color: var(--alkemy-black);
    text-align: center;
    letter-spacing: -0.025rem;
    width: 100%;
    font-family: var(--font-alkemy-beta);
    font-size: 38px;
    line-height: 40px;
  }

  .text_blur_r1_mobile {
    filter: none;
  }

  .wrap_mobile_offering {
    padding: 0 12px;
  }

  .text_mobile_heading_3 {
    border-top: 1px none var(--grey-50);
    font-size: 28px;
    line-height: 26px;
    font-family: var(--font-alkemy-beta);
  }

  .text_head_list_mobile-h5 {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .offering_text_mobile_container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .header_offering_mobile {
    grid-template-columns: auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .list-mobile {
    grid-template-columns: auto;
    width: 100%;
  }

  .list-element-mobile {
    border-top: 1px solid var(--grey-50);
    border-bottom-style: none;
    width: auto;
    margin-top: 0;
    padding-top: 24px;
    display: flex;
  }

  .text-container-list-mobile {
    padding-left: 8px;
  }

  .text_medium_list_mobile {
    max-width: none;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .text_whyalkemy-mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 12px;
    font-size: 28px;
    line-height: 28px;
  }

  .text_hero_112_whyalkemy-mobile {
    font-size: 38px;
    line-height: 32px;
  }

  .text_card_title_mobile {
    letter-spacing: 0.005rem;
    font-size: 20px;
    line-height: 20px;
  }

  .text_card_mobile {
    letter-spacing: 0.005rem;
    font-size: 16px;
    line-height: 18px;
  }

  .text_hero_whyalkemy-mobile {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .text_mobile_heading_2-bold {
    color: var(--alkemy-grey);
    text-align: center;
    letter-spacing: -0.025rem;
    width: auto;
    font-family: var(--font-alkemy-beta);
    font-size: 38px;
    line-height: 32px;
  }

  .list_approach_element_1-mobile {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    bottom: 2px;
  }

  .text_approach_head_mobile {
    color: var(--alkemy-grey);
    font-size: 26px;
    line-height: 28px;
    position: static;
    font-family: var(--font-alkemy-beta);
  }

  .text_medium_approach_list_mobile {
    letter-spacing: 0.005rem;
    width: 298px;
    height: auto;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 19px;
  }

  .list_approach_element_2-mobile {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    bottom: 4px;
  }

  .list_approach_element_3-mobile {
    margin-top: 0;
    position: relative;
    bottom: 3px;
  }

  .approach_list_mobile {
    height: auto;
    position: relative;
  }

  .image {
    max-width: none;
    height: auto;
  }

  .star_mobile {
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .text_container_footer_mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
  }

  .text_footer_mobile {
    font-size: 28px;
    line-height: 26px;
  }

  .wrap_footer_mobile {
    flex-flow: column;
    align-self: flex-start;
    display: flex;
  }

  .contenitore-icon-navbar-mobile {
    z-index: 2;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
    position: relative;
  }

  .image-2 {
    width: 100%;
    width: 24px;
    position: static;
    top: 0;
  }

  .image-3 {
    width: 100%;
    height: 4px;
    position: static;
    bottom: 0;
  }

  .nav-background {
    z-index: 1;
    background-color: #ffffff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding-top: 240px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    position: fixed;
    top: -100vh;
    overflow: visible;
  }

  .nav-menu {
    background-color: #9b222200;
    width: 0;
    height: 0;
    display: block;
  }

  .link-header-mobile {
    z-index: 2;
    text-align: left;
    letter-spacing: 0.005rem;
    flex-flow: row;
    align-self: flex-start;
    padding-bottom: 16px;
    font-family: Aeonikmonovf Roman, Arial, sans-serif;
    font-size: 24px;
    display: block;
    position: relative;
    left: auto;
  }

  .menu-button {
    z-index: 2;
    background-color: #c8c8c800;
    height: 48px;
    margin-top: 4px;
    line-height: 18px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-bottom-block-mobile {
    z-index: auto;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 64px;
    display: flex;
    position: relative;
  }

  .text_xs_header_green_button-mobile {
    letter-spacing: 0.005rem;
    font-size: 24px;
    line-height: 20px;
  }

  .text_xs_header_mobile {
    font-size: 24px;
    line-height: 20px;
  }

  .container {
    z-index: 101;
    display: block;
    position: static;
  }

  .contatti-bottone-chiusura {
    padding-top: 18px;
    padding-right: 18px;
  }

  .black-star-dt {
    width: 360px;
    padding-bottom: 32px;
  }

  .image-5 {
    padding-top: 74px;
  }

  .form-block {
    width: 360px;
  }

  .form-placeholder-mb {
    background-color: #fff0;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-submit-button {
    width: 320px;
    height: 50px;
  }

  .form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text_paragraph_ambition_mb {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .modulo-contatti-mb {
    z-index: 15;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: var(--alkemy-white);
    height: 100svh;
    display: flex;
    top: -120vh;
    overflow: hidden;
  }

  .form-contatti_mb {
    width: 360px;
  }

  .image-5-mb {
    width: 70px;
    max-width: none;
    height: auto;
    padding-top: 56px;
    padding-bottom: 8px;
  }

  .text-heading-contatti_mb {
    font-size: 28px;
    line-height: 1;
    font-family: var(--font-alkemy-beta);
  }

  .black-star-mb {
    width: 360px;
    padding-bottom: 24px;
  }

  .form-titles-mb {
    margin-bottom: 0;
  }

  .form-text-field-mb {
    height: 72px;
    margin-bottom: 12px;
  }

  .form-titles-dt-copy {
    margin-bottom: 0;
  }

  .form-message-file-mb {
    margin-bottom: 0;
    font-family: Aeonik, Arial, sans-serif;
  }

  .form-submit-button-mb {
    letter-spacing: 0.005rem;
    border-width: 1px;
    width: 160px;
    height: 36px;
    margin-top: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .contatti-bottone-chiusura-mb {
    z-index: 10001;
    padding-top: 18px;
    padding-right: 18px;
    position: relative;
  }

  .success-message,
  .error-message {
    overflow: hidden;
  }

  .ellisse_text_mb {
    z-index: 10;
    width: 95%;
    max-width: 320px;
    height: 50px;
    position: relative;
  }

  .quote {
    text-align: center;
    background-image: none;
    width: 100%;
    height: auto;
  }

  .quote_container {
    max-width: none;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .quote_container_name {
    width: auto;
    margin-bottom: 24px;
  }

  .image-6 {
    max-width: none;
  }

  .brand {
    z-index: 2;
  }

  .header-tl {
    height: 96px;
    display: none;
  }

  .section_1-tl {
    display: none;
  }

  .section_2-tl,
  .section_3-tl {
    display: none;
  }

  .wrap_menu_tl {
    height: auto;
    padding: 20px 0;
  }

  .modulo-contatti_tl {
    z-index: 15;
    aspect-ratio: auto;
    -webkit-text-stroke-color: var(--alkemy-black);
    object-fit: fill;
    background-color: var(--alkemy-white);
    height: 100svh;
    display: none;
    overflow: visible;
  }

  .contatti-bottone-chiusura_tl {
    z-index: 10001;
    padding-top: 18px;
    padding-right: 18px;
    position: relative;
  }

  .form-contatti_tl {
    width: 360px;
    height: 626px;
  }

  .black-star-tl {
    width: 360px;
    padding-bottom: 24px;
  }

  .image-5_tl {
    width: 70px;
    max-width: none;
    height: auto;
    padding-top: 56px;
    padding-bottom: 8px;
  }

  .text-heading-contatti_tl {
    font-size: 28px;
    line-height: 1;
    font-family: var(--font-alkemy-beta);
  }

  .text_blur_r1_tl {
    filter: none;
  }

  .form-block_tl {
    width: 360px;
  }

  .form_tl {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-titles_tl {
    margin-bottom: 0;
  }

  .form-placeholder_tl {
    background-color: #fff0;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-titles-dt-copy-copy {
    margin-bottom: 0;
  }

  .form-text-field_tl {
    height: 72px;
    margin-bottom: 12px;
  }

  .form-message-file_tl {
    margin-bottom: 0;
    font-family: Aeonik, Arial, sans-serif;
  }

  .form-submit-button_tl {
    letter-spacing: 0.005rem;
    border-width: 1px;
    width: 160px;
    height: 36px;
    margin-top: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .navbar_tl {
    z-index: 2;
    background-color: #ddd0;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .container_tl {
    z-index: 101;
    padding-top: 0;
    position: static;
  }

  .nav-background_tl {
    z-index: 1;
    background-image: url('../images/Menu-Open-MB.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding-top: 240px;
    padding-left: 12px;
    padding-right: 12px;
    display: none;
    position: fixed;
    top: -100vh;
  }

  .link-header_tl {
    z-index: 2;
    text-align: left;
    letter-spacing: 0.005rem;
    flex-flow: row;
    align-self: flex-start;
    padding-bottom: 16px;
    font-family: Aeonikmonovf Roman, Arial, sans-serif;
    font-size: 24px;
    display: block;
    position: relative;
    left: auto;
  }

  .menu-bottom-block_tl {
    z-index: auto;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 64px;
    display: flex;
    position: relative;
  }

  .ellisse_text_tl {
    z-index: 10;
    width: 320px;
    height: 50px;
    position: relative;
  }

  .text_xs_header_green_button_tl {
    letter-spacing: 0.005rem;
    font-size: 24px;
    line-height: 20px;
  }

  .language_menu_container_tl {
    z-index: auto;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
    position: relative;
  }

  .language_menu_tl {
    flex-flow: row;
    display: flex;
  }

  .language_link_tl,
  .language_link-copy {
    z-index: 2;
  }

  .text_xs_header_tl {
    font-size: 24px;
    line-height: 20px;
  }

  .brand_tl {
    z-index: 2;
  }

  .nav-menu_tl {
    background-color: #9b222200;
    display: block;
  }

  .menu-button_tl {
    z-index: 3;
    background-color: #c8c8c800;
  }

  .menu-button_tl.w--open {
    background-color: #c8c8c800;
  }

  .contenitore-icon-navbar_tl {
    z-index: 2;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 48px;
    height: 12px;
    display: flex;
    position: relative;
  }

  .wrap_tl {
    height: auto;
    padding: 20px 12px;
  }

  .text_visore_tl {
    color: var(--alkemy-black);
    letter-spacing: -0.02em;
    width: 100%;
    font-size: 44px;
    line-height: 44px;
  }

  .wrap_ambition_tl {
    padding: 80px 12px 0;
  }

  .ambition_container_tl {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text_paragraph_ambition_tl {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .text_tl_heading {
    color: var(--alkemy-black);
    text-align: center;
    letter-spacing: -0.025rem;
    width: 100%;
    font-family: var(--font-alkemy-beta);
    font-size: 38px;
    line-height: 32px;
  }

  .ambition_tl {
    height: auto;
  }

  .wrap_offering_tl {
    padding: 80px 12px 20px;
  }

  .offering_text_container_tl {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .text_container_tl {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text_whyalkemy_tl {
    background-color: var(--grey-5);
    font-family: var(--font-alkemy-beta);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 12px;
    font-size: 28px;
    line-height: 28px;
  }

  .header_offering_tl {
    grid-template-columns: auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .text_heading_tl {
    border-top: 1px none var(--grey-50);
    font-size: 28px;
    line-height: 26px;
  }

  .list_tl {
    grid-template-columns: auto;
    width: 100%;
  }

  .list-element_tl {
    border-top: 1px solid var(--grey-50);
    border-bottom-style: none;
    width: auto;
    margin-top: 0;
    padding-top: 24px;
    display: flex;
  }

  .text-container-list_tl {
    padding-left: 8px;
  }

  .text_head_list_tl-h5 {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .text_medium_list_tl {
    max-width: none;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .text_evidenziato_tl {
    box-sizing: border-box;
    background-color: var(--alkemy-white);
    color: var(--alkemy-black);
    object-fit: fill;
    border-style: solid;
    border-radius: 18px;
    padding: 0 10px 1px;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    position: relative;
    bottom: 1px;
  }

  .why_alkemy_tl {
    height: 2013px;
  }

  .text_hero_112_whyalkemy_tl {
    font-size: 38px;
    line-height: 32px;
  }

  .cards_container_tl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 1557px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card_1_tl {
    align-self: flex-start;
    width: 220px;
    height: 290px;
    margin-bottom: 16px;
  }

  .card_2_tl {
    align-self: flex-end;
    align-items: flex-start;
    width: 220px;
    height: 290px;
    margin-bottom: 16px;
  }

  .card_3_tl {
    align-self: flex-start;
    align-items: flex-start;
    width: 220px;
    height: 290px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .card_4_tl {
    width: 220px;
    height: 290px;
    margin-bottom: 16px;
  }

  .card_5_tl {
    align-self: flex-end;
    width: 220px;
    height: 290px;
    margin-bottom: 0;
  }

  .text_hero_whyalkemy_tl {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 26px;
  }

  .text_evidenziato-mobile-copy {
    box-sizing: border-box;
    background-color: var(--alkemy-white);
    color: var(--alkemy-black);
    object-fit: fill;
    border-style: solid;
    border-radius: 18px;
    padding: 0 10px 1px;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    position: relative;
    bottom: 1px;
  }

  .text_card_title_tl {
    letter-spacing: 0.005rem;
    font-size: 24px;
    line-height: 20px;
  }

  .text_card_tl {
    letter-spacing: 0.005rem;
    font-size: 16px;
    line-height: 18px;
  }

  .approach_tl {
    height: 874px;
  }

  .text_heading_2-bold_tl {
    color: var(--alkemy-white);
    text-align: center;
    letter-spacing: -0.025rem;
    width: auto;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 38px;
    line-height: 32px;
  }

  .approach_graphic_container_tl {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image_tl {
    max-width: none;
    height: auto;
  }

  .approach {
    background-image: none;
  }

  .approach_list_tl {
    height: auto;
    position: relative;
  }

  .list_approach_element_1_tl {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    bottom: 2px;
  }

  .list_approach_element_2_tl {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    bottom: 4px;
  }

  .list_approach_element_3_tl {
    margin-top: 0;
    position: relative;
    bottom: 3px;
  }

  .approach_list_head_tl {
    padding-top: 16px;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
    font-family: var(--font-alkemy-beta);
  }

  .text_medium_approach_list_tl {
    letter-spacing: 0.005rem;
    width: 298px;
    height: auto;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 19px;
  }

  .text_approach_head_tl {
    color: var(--alkemy-white);
    font-size: 26px;
    line-height: 28px;
    position: static;
  }

  .footer_tl {
    height: 1518px;
  }

  .how_we_work_container_tl {
    margin-top: 40px;
  }

  .body-2 {
    background-color: #fff0;
  }

  .footer_tl_s {
    height: 1518px;
  }

  .quote_container_name_tl {
    width: auto;
    margin-bottom: 24px;
  }

  .wrap_footer_tl {
    height: auto;
    padding: 20px 12px;
  }

  .footer_dt {
    height: 1518px;
  }

  .footer_insights {
    background-image: url('../images/new-footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-attachment: scroll;
    min-height: 1100px;
  }

  .footer_right_box_wrap_dt {
    height: auto;
    margin-bottom: 0;
  }

  .quote_tl {
    text-align: center;
    background-image: none;
    width: 100%;
    height: auto;
  }

  .wrap_footer_dt {
    flex-flow: column;
    align-self: flex-start;
    display: flex;
  }

  .text_footer_dt {
    font-size: 28px;
    line-height: 26px;
  }

  .text_container_footer_dt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text_small_splitting_dt {
    font-size: 16px;
  }

  .footer_right_box_tls {
    width: auto;
  }

  .text_footer_tiny_right_box_dts,
  .text_footer_tiny_right_box_dt {
    align-self: flex-start;
  }

  .container_splitting_text_dts {
    width: auto;
    height: 34px;
    margin-top: 0;
    margin-bottom: calc(var(--splitting-text-spacing) / 2);
  }

  .cards_container_dt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 1557px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text_xs_header_link_tl {
    font-size: 24px;
    line-height: 20px;
  }

  .underline_language_dt {
    top: 24px;
  }

  .underline-1,
  .underline-2 {
    max-width: 100px;
  }

  .underline_footer_left_dt {
    width: 0%;
    max-width: none;
    top: 79px;
  }

  .underline_footer_dt {
    width: 0%;
    max-width: 260px;
    top: 185px;
  }
}

#w-node-db6f065b-d34f-cf3c-e86e-3fba5205cc47-288f00b5 {
  place-self: center;
}

#w-node-_35c6c367-2ebd-48bb-377f-0f499486c7b1-288f00b5,
#w-node-ca4fabdd-8682-e3cb-0133-0742308cbbf0-288f00b5,
#w-node-_432d2d28-3ae7-6d23-5664-bcfbe7804fad-288f00b5,
#w-node-aa857d20-44f4-8cb8-0284-0a6eb9d01553-288f00b5,
#w-node-a71522a7-2c68-ccc8-4dfe-b4137d4fa44a-288f00b5,
#insights-link {
  align-self: center;
}

#w-node-_742ffdfc-c9e5-513d-b750-0b006eb25b6b-288f00b5 {
  place-self: center end;
}

#w-node-cd42d7f6-98f3-1daa-df90-efc95670296a-288f00b5,
#w-node-_99cdd3b2-a7f1-b781-e71b-f7f9cf9cb353-288f00b5,
#w-node-c204fc55-408e-3be2-1339-6e9496c51899-288f00b5,
#w-node-a286ae36-0c85-449e-5e99-953befc0d984-288f00b5,
#w-node-_93eef77d-1f9b-bac9-fa44-aea8f0786bd3-288f00b5,
#w-node-_01b543f2-a3d7-717a-bb31-9665e0bf575d-288f00b5,
#w-node-_12fe018e-c38b-9645-adcf-4dc57115a982-288f00b5 {
  justify-self: end;
}

#w-node-_9b2161f5-1636-8458-fc91-c2f5534737f4-288f00b5 {
  place-self: center end;
}

#w-node-_8a23c5a1-6268-001c-d432-c10f2811d157-288f00b5,
#w-node-_8a23c5a1-6268-001c-d432-c10f2811d15b-288f00b5,
#w-node-_3d1da63a-dfa2-30d0-65db-b9a6d8df304c-288f00b5,
#w-node-_5aa636e0-dc84-ec64-069e-b87f44c7072d-288f00b5,
#w-node-_28bdddac-7270-1b57-d316-5f71e26cf71b-288f00b5,
#w-node-e0188a04-fead-ece8-16c6-4850cc3b8f78-288f00b5,
#w-node-_243084d8-f7af-edfb-6f48-329611decc64-288f00b5 {
  justify-self: end;
}

#w-node-_329b37f2-cb62-eedc-c4d0-7f27f8df2267-288f00b5 {
  align-self: center;
}

#w-node-_329b37f2-cb62-eedc-c4d0-7f27f8df226e-288f00b5 {
  place-self: center end;
}

#w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d7698-288f00b5,
#w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76a2-288f00b5,
#w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76af-288f00b5,
#w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76bc-288f00b5,
#w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76c9-288f00b5,
#w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76d6-288f00b5,
#w-node-_3f214607-5729-d87b-5561-318664969620-288f00b5 {
  justify-self: end;
}

#w-node-_742ffdfc-c9e5-513d-b750-0b006eb25b6b-288f00b5 {
  cursor: pointer;
}

@media screen and (max-width: 479px) {

  #w-node-_8a23c5a1-6268-001c-d432-c10f2811d15b-288f00b5,
  #w-node-_3d1da63a-dfa2-30d0-65db-b9a6d8df304c-288f00b5,
  #w-node-_5aa636e0-dc84-ec64-069e-b87f44c7072d-288f00b5,
  #w-node-_28bdddac-7270-1b57-d316-5f71e26cf71b-288f00b5,
  #w-node-e0188a04-fead-ece8-16c6-4850cc3b8f78-288f00b5,
  #w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76a2-288f00b5,
  #w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76af-288f00b5,
  #w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76bc-288f00b5,
  #w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76c9-288f00b5,
  #w-node-d24bebce-3a8d-922c-75eb-7bbd4a6d76d6-288f00b5 {
    justify-self: start;
  }
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-AirItalic.ttf') format('truetype'),
    url('../fonts/Aeonik-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.ttf') format('truetype'),
    url('../fonts/Aeonik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Air';
  src: url('../fonts/Aeonik-Air.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.ttf') format('truetype'),
    url('../fonts/Aeonik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.ttf') format('truetype'),
    url('../fonts/Aeonik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonikmonovf Roman';
  src: url('../fonts/AeonikMonoVF-Roman.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AlkemyBETA';
  src: url('../fonts/AlkemyBETA-Medium.woff2') format('woff2'),
    url('../fonts/AlkemyBETA-Medium.woff') format('woff'),
    url('../fonts/AlkemyBETA-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.lang-menu {
  list-style-type: none;
  display: flex;
  margin: 0;
}

.lang-menu li:not(:last-child) {
  margin-right: 10px;
}

.lang-menu li a {
  position: relative;
  color: var(--alkemy-black);
}

.lang-menu li a.active,
.lang-menu li a:hover {
  color: var(--alkemy-black);
}

.lang-menu li a:after {
  background-color: currentcolor;
  bottom: 0px;
  content: '';
  display: block;
  height: 1px;
  left: 0px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  right: 0px;
  transition: transform 0.35s;
}

.lang-menu li a.active:after,
.lang-menu li a:hover:after {
  transform: scaleX(1);
}

.hidden-input {
  display: none;
}

.text-white {
  color: #fff;
}

.text-red {
  color: var(--alkemy-red);
}