:root {
  --white: white;
  --black: black;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.section_main {
  z-index: 10;
  height: 200vh;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: clip;
  box-shadow: 0 3px 10px 3px #0006;
}

.background_animation {
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hyperfair_logo_animation {
  z-index: 200;
  opacity: 1;
  background-color: #0000;
  justify-content: space-around;
  align-items: stretch;
  width: 500px;
  display: flex;
  position: absolute;
}

.hyperfair_logo_zoomanimation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section_eu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #583bff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 200px;
  margin: 0;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.div-block_bottom {
  z-index: 1;
  color: #152133;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.paragraph {
  color: #705656;
  text-align: justify;
  letter-spacing: .2px;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 55vw;
  max-width: 55vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 60px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.paragraph.white {
  color: #fff;
  align-self: center;
  width: 40vw;
  max-width: 40vw;
  padding: 20px 0 10px;
  font-weight: 300;
}

.footer {
  text-align: center;
  background-color: #acd8ff;
  align-items: flex-start;
  height: 300px;
  padding: 60px 20px;
}

.horizontalscroll_progressbar {
  z-index: 0;
  background-image: linear-gradient(90deg, #c527ff, #d014dd 28%, #f433b6 51%, #ff8e0c);
  border-radius: 0;
  width: 0%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% -20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hyperfair_scrollanimation {
  z-index: 999;
  opacity: .35;
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(0deg, #100036, #fff0);
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: clip;
}

.lottie_scrollanimation {
  pointer-events: none;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 64px;
  position: relative;
  top: auto;
}

.section_footer {
  color: #fff;
  background-color: #090721;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  position: relative;
  overflow: clip;
}

.spacing {
  background-color: #fff0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.icon_hyperfairlogo {
  pointer-events: none;
  cursor: auto;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-left: 0;
  padding: 10px 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon_hyperfairlogo.footer {
  background-color: #acd8ff00;
  align-self: auto;
  margin-left: -16px;
  position: relative;
}

.section_features {
  aspect-ratio: auto;
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #6a4242;
  background-image: linear-gradient(#ff0095, #6b7cff);
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  margin: auto 0;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 3px 10px 3px #19181e7a;
}

.text_heading_title {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 55vw;
  min-width: 55vw;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 600;
  line-height: 6.5vw;
  display: flex;
  position: relative;
}

.text_heading_title.color_001 {
  color: #f9ffb5;
}

.div-block_theytrustus {
  background-color: #0000;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 0;
  display: flex;
  position: static;
}

.div_features_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  max-width: 65%;
  margin: 20px auto 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.div_features_grid.slide_001 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div_features_grid.slide_002 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div_features_grid.slide_003, .div_features_grid.slide_004 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text_heading_titlesub {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  align-self: center;
  width: 55vw;
  min-width: auto;
  max-width: 55vw;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 200;
  line-height: 30px;
}

.text_heading_titlesub.dark {
  color: #919191;
}

.text_heading_title_small {
  color: #e5ffbc;
  text-align: center;
  letter-spacing: 0;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 55vw;
  max-width: 55vw;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 6vw;
  display: flex;
}

.text_heading_title_small.color_003 {
  color: #7fb4ff;
  letter-spacing: 0;
  text-align: center;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  position: relative;
}

.text_heading_title_small.color_004 {
  color: #636776;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.text_heading_title_small.white {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.features_grid_dynamic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85px;
  max-height: 85px;
  display: flex;
}

.text_features_grid_icon {
  opacity: 1;
  color: var(--white);
  text-align: center;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100%;
  min-width: 80px;
  height: auto;
  min-height: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text_features_grid_icon.solutions {
  opacity: 1;
  min-height: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  bottom: 10px;
}

.features_grid_icon {
  min-width: 65px;
  max-width: 60%;
}

.preloader {
  z-index: 9992;
  background-color: #443940;
  background-image: radial-gradient(circle at 0 0, #2c3036, #393e4a);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.button_mailto {
  z-index: 9;
  opacity: 1;
  background-color: #ca2828;
  background-image: linear-gradient(45deg, #d13da5, #426ff4);
  border-radius: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 64px;
  min-width: 0;
  height: 64px;
  min-height: 0;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  transition: height .2s, width .2s;
  display: block;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 4px 4px 13px -2px #00000082;
}

.button_mailto:hover {
  border-radius: 40px;
  width: 80px;
  min-width: 0;
  height: 80px;
}

.icon_mailto {
  border-radius: 0;
}

.hyperfair_logo_mask {
  opacity: 1;
  mix-blend-mode: normal;
  box-shadow: 0 0 0 2000px #fff;
}

.section_solutions {
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #b7585800;
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-around;
  align-items: stretch;
  height: 100vh;
  min-height: 520px;
  margin: auto;
  font-size: 16px;
  display: flex;
  position: static;
  overflow: clip;
}

.div_solutions_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 60%;
  margin: 0 auto 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.features_grid_dynamic_big {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
  display: flex;
}

.div-block_solutions {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-side at 0 0, #5a3e4e, #1b1c28);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0% 0;
  display: flex;
  position: relative;
}

.lottie-animation-5 {
  min-width: 65%;
  max-width: 65%;
}

.text-block-2 {
  z-index: auto;
  color: #541c68;
  text-align: center;
  overflow-wrap: normal;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 30%;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text_languageselector {
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.text_languageselector:hover {
  color: #ed1d24;
  font-weight: 400;
}

.lang {
  width: 100%;
}

.icon_dropdown {
  width: 20px;
  max-width: none;
  height: 20px;
  margin-right: 0;
  padding: 0;
  display: block;
  overflow: visible;
}

.preloader_bar_background {
  background-color: #61626b;
  border-radius: .1rem;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: .4rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader_bar_loader {
  background-color: #fff;
  border-radius: .1rem;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 100%;
  margin: auto 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.section_gallery_slideshow {
  color: #eee;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.mask {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide {
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  border: 1px solid #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  font-size: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
}

.slidecontent {
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.left-arrow {
  opacity: .5;
  justify-content: space-between;
  align-items: stretch;
  width: 80px;
  display: flex;
}

.right-arrow {
  opacity: .5;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.button_contactus {
  text-align: center;
  background-color: #6347b3;
  background-image: radial-gradient(circle at -30% -10%, #841396, #6e4bdf);
  border-radius: 32px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 256px;
  height: 64px;
  margin: 0 auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 13px -2px #00000082;
}

.button_contactus:hover {
  background-color: #638cbd;
  background-image: radial-gradient(circle at -30% -10%, #8413967d, #6e4bdf80);
  border-radius: 32px;
}

.icon_world-2 {
  filter: brightness(200%);
  background-image: url('../images/Icon-feather-globe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  min-width: auto;
  height: 32px;
  margin-right: 0;
  font-size: 15px;
  line-height: 15px;
}

.navbar_bkggradient {
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(#14006547, #11004000);
  flex: 1;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% 75%;
}

.language-list {
  background-color: #fff0;
  border-radius: 0;
  width: auto;
}

.language-list.w--open {
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  background-color: #252c32bf;
  border: 0 #000;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
  padding: 10px;
  top: 40px;
  left: auto;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-toggle {
  z-index: 0;
  color: #20355a;
  background-color: #fff0;
  border: 0 #9b9eb838;
  border-radius: 0;
  align-items: center;
  height: auto;
  margin-right: 0;
  padding: 0 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.language-toggle.w--open {
  margin-top: 0;
}

.language-dropdown {
  z-index: 0;
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  background-color: #252c32bf;
  border-radius: 20px;
  width: auto;
  max-width: none;
  margin-left: 0;
  padding-right: 5px;
  font-size: 14px;
  line-height: 0;
  display: block;
}

.text_language {
  color: #fff;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.navbar_menu_background {
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  pointer-events: none;
  background-color: #252c32b3;
  width: 100%;
  height: 110%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  overflow: visible;
}

.navbar_button_languages {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  padding-top: 1em;
  padding-bottom: 0;
  display: block;
}

.navbar_icon_menu {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 17px;
  position: relative;
  inset: 0%;
}

.navbar_icon_menu:focus {
  opacity: 0;
}

.navbar_icon_menu_close {
  opacity: 0;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 17px;
  position: absolute;
  inset: 0%;
}

.navbar_icon_menu_close:focus {
  opacity: 1;
}

.navbar_menu {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  padding-top: 74px;
  font-weight: 700;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_button_menu {
  float: right;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 0;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.navbar_button_menu.w--open {
  z-index: 1200;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex: 0 auto;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
}

.navbar_button_menu_container {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  right: auto;
  overflow: clip;
}

.navbar_button_menu_container:focus {
  right: auto;
  overflow: clip;
}

.navbar {
  z-index: 9990;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.text_navmenu {
  color: #fff;
  text-align: right;
  cursor: pointer;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.text_navmenu:hover {
  color: #f5ffac;
}

.text_navmenu:focus {
  color: #ccff6d;
}

.text_navmenu.w--current {
  color: #ecff97;
}

.text_navmenu.footer {
  background-color: #acd8ff00;
  align-self: flex-end;
  height: auto;
  padding: 5px 0;
}

.text_navmenu.small {
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
}

.section_theytrustus {
  aspect-ratio: auto;
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: clip;
}

.slide_logos {
  width: 10%;
  height: 100%;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  overflow: visible;
}

.slider_logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.mask_logos {
  overflow: visible;
}

.slide-nav-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding-top: 0;
  font-size: 8px;
  display: block;
  position: relative;
}

.sticky-wrap {
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  align-self: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0;
}

.content-wrapper {
  background-color: #fff;
  border: 1px #000;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-inner {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  display: flex;
}

.scroll-card {
  aspect-ratio: 1;
  background-color: #fff0;
  border: .1rem solid #c3e6ff8a;
  border-radius: 1000px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 42vh;
  max-width: 42vh;
  height: auto;
  min-height: 42vh;
  max-height: 42vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  bottom: auto;
  overflow: hidden;
  box-shadow: 6px 12px 12px 2px #0003;
}

.text-wrapper {
  z-index: 1;
  opacity: 1;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.section_wespecialize {
  background-color: #2e2d37;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 120vw;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.text_heading_scrollcard {
  color: #68b1ff;
  text-align: left;
  letter-spacing: -.6px;
  cursor: default;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 99.9997%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.2vh;
  font-weight: 400;
  line-height: 4.8vh;
  display: flex;
}

.text_heading_scrollcard.slide_003kk {
  color: #ff7ef1;
  -webkit-text-stroke-color: #ff93f7;
}

.text_heading_scrollcard.slide_004 {
  color: #ff7f79;
  -webkit-text-stroke-color: #ff8668;
}

.text_heading_scrollcard.slide_005 {
  color: #ff9a72;
  justify-content: space-between;
}

.text_heading_scrollcard.slide_006 {
  color: #ffa854;
  justify-content: space-between;
  align-items: center;
}

.text_heading_scrollcard.slide_001 {
  color: #c64cce;
}

.text_heading_scrollcard.slide_002 {
  color: #9044c9;
}

.text_scrollcard_description {
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  overflow: clip;
}

.scrollcard_spacing {
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.scrollcard_backdrop {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #08050ef0;
  border: 2px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-10 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.imageslideshow {
  width: 100%;
  max-width: none;
  height: 100%;
}

.scrollcard_lottie-animation {
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding-right: 0;
  display: flex;
  overflow: clip;
}

.logo_eucommission {
  align-self: center;
  width: 250px;
  padding-bottom: 10px;
}

.section_contactpolicies {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #dcdcdc;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: 0;
  padding: 40px;
  display: flex;
}

.section_contactpolicies.main {
  justify-content: space-between;
  height: auto;
  padding-bottom: 0;
  overflow: clip;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.container-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sociallink {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.hyperfair_footer {
  background-color: #0000;
  padding: 0 3%;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.footer-wrapper.right {
  margin-right: 160px;
}

.footer-grid-03 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}

.text.right {
  align-self: flex-end;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.linkedin {
  padding-left: 6px;
  padding-right: 6px;
}

.youtube {
  padding-left: 5px;
  padding-right: 5px;
}

.instagram {
  padding-left: 4px;
  padding-right: 4px;
}

.video-embed_code {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #fff;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: scale(.794);
}

.button_discovermore {
  background-color: #fff0;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: sticky;
  inset: 0%;
}

.button_discovermore:hover {
  opacity: 1;
  border-radius: 40px;
  min-width: 0;
}

.main_lettering_slideshow {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hyperfair_logo {
  z-index: 200;
  opacity: .25;
  background-color: #0000;
  justify-content: space-around;
  align-items: stretch;
  width: 500px;
  display: flex;
  position: absolute;
}

.hyperfair_logo_mask_invert {
  opacity: .75;
  filter: drop-shadow(0 2px 5px #000000b3) drop-shadow(0 2px 9px #000000b3);
  mix-blend-mode: normal;
}

.text-block_slide_main_lettering {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide_main_lettering_001 {
  width: 100%;
  height: 100%;
  position: relative;
}

.mask_main_lettering {
  width: 100%;
  height: 100%;
}

.main_background_color {
  opacity: .5;
  background-color: #000;
  background-image: radial-gradient(circle at 0 0, #740ba1, #a44700);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text_heading_policy {
  color: #51495b;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 55vw;
  min-width: 55vw;
  max-width: 55vw;
  height: auto;
  margin: 0;
  padding: 10px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  display: flex;
  overflow: visible;
}

.text_subtitle_policy {
  color: #51495b;
  text-align: center;
  letter-spacing: 0;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 55vw;
  max-width: 55vw;
  height: auto;
  margin: 0;
  padding: 30px 60px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.text_subtitle_policy.top {
  padding-top: 0;
  padding-bottom: 60px;
}

.paragraph_table {
  color: #705656;
  text-align: justify;
  letter-spacing: .2px;
  border: 1px #bababa;
  border-bottom-style: solid;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.paragraph_table_column_001 {
  color: #705656;
  text-align: left;
  letter-spacing: .2px;
  border: 1px #bababa;
  border-bottom-style: solid;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 180px;
  min-width: 20%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.paragraph_table_column_001.noborder {
  border-bottom-style: none;
}

.paragraph_table_container {
  border-bottom: 1px #a4a4a4;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.paragraph_table_column_002 {
  color: #705656;
  text-align: left;
  letter-spacing: .2px;
  border: 1px #bababa;
  border-bottom-style: solid;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 180px;
  min-width: 20%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 60px 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.paragraph_table_column_003 {
  color: #705656;
  text-align: justify;
  letter-spacing: .2px;
  border: 1px #bababa;
  border-bottom-style: solid;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: relative;
}

.paragraph_table_containeralt {
  border-bottom: 1px #a4a4a4;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.preloader_logo {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 34px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.button_agenda {
  z-index: 9;
  opacity: 1;
  background-color: #ca2828;
  background-image: linear-gradient(45deg, #d13d7b, #f442b3);
  border-radius: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 64px;
  min-width: 0;
  height: 64px;
  min-height: 0;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  transition: height .2s, width .2s;
  display: block;
  position: fixed;
  inset: auto 105px 20px auto;
  box-shadow: 4px 4px 13px -2px #00000082;
}

.button_agenda:hover {
  border-radius: 40px;
  width: 80px;
  min-width: 0;
  height: 80px;
}

.button_book {
  text-align: center;
  background-color: #6347b3;
  background-image: radial-gradient(circle at -30% -10%, #96134e, #df4b9d);
  border-radius: 32px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 256px;
  height: 64px;
  margin: 10px auto 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 13px -2px #00000082;
}

.button_book:hover {
  background-color: #638cbd;
  background-image: radial-gradient(circle at -30% -10%, #8413967d, #6e4bdf80);
  border-radius: 32px;
}

.section_agenda {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #dcdcdc;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: 0;
  padding: 0 40px 40px;
  display: flex;
}

.section_scenario {
  aspect-ratio: auto;
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #6a4242;
  background-image: linear-gradient(#838383, #676b8d);
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin: auto 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 3px 10px 3px #19181e7a;
}

.div-block_scenario {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 0;
  display: flex;
  position: static;
}

.button_download_pdf {
  text-align: center;
  background-color: #6347b3;
  background-image: radial-gradient(circle at -30% -10%, #ba1ec6, #df4b9d);
  border-radius: 32px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 256px;
  height: 64px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  inset: auto 0%;
  box-shadow: 4px 4px 13px -2px #00000082;
}

.button_download_pdf:hover {
  background-color: #638cbd;
  background-image: radial-gradient(circle at -30% -10%, #8413967d, #6e4bdf80);
  border-radius: 32px;
}

.section_products {
  aspect-ratio: auto;
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#25242d, #1f202b);
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-around;
  align-items: stretch;
  margin: auto 0;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 3px 10px 3px #19181e7a;
}

.text_heading_scrollcard-_media {
  opacity: 0;
  color: #fff;
  text-align: left;
  letter-spacing: -.6px;
  background-color: #1f1d2c57;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 99.9997%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 6vh;
  font-weight: 500;
  line-height: 7vh;
  display: flex;
  position: absolute;
}

.section_solution {
  aspect-ratio: auto;
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #38393f00;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin: auto 0;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 3px 10px 3px #19181e7a;
}

.div-block_solution {
  pointer-events: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: static;
}

.section_solution_slideshow {
  color: #eee;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.paragraph_slideshow {
  filter: drop-shadow(0 0 20px #00000094);
  color: #fff;
  text-align: justify;
  letter-spacing: .2px;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 55vw;
  max-width: 55vw;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.slide_solution {
  overflow: visible;
}

.slidecontent_solution {
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.slidecontent_solution_image {
  z-index: -2;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-11 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slidecontent_solution_text {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slidecontent_solution_spacing {
  height: 100%;
}

.slidecontent_solution_gradient {
  background-color: #1f194c85;
  position: absolute;
  inset: 0%;
}

.slidecontent_solution_gradient.color_002 {
  opacity: 1;
  background-color: #b05800c4;
}

.slidecontent_solution_gradient.color_001 {
  pointer-events: auto;
  background-color: #155497a8;
}

.slidecontent_solution_gradient.color_003 {
  background-color: #a1018cd6;
}

.slidecontent_solution_gradient.color_004 {
  background-color: #0c082fe3;
}

.slidecontent_solution_gradient.color_005 {
  background-color: #530869c9;
}

.slidecontent_solution_gradient.color_006 {
  background-color: #10141de8;
}

.slidecontent_solution_title {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 55vw;
  min-width: 55px;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 4vw;
}

.divider_shadow {
  z-index: 3;
  background-image: linear-gradient(#15131d, #17151e47 8%, #19182000 42%);
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: 40px;
  padding-bottom: 0;
  display: block;
  position: absolute;
}

.image_clickhere {
  opacity: .17;
  align-self: center;
  width: 63%;
  position: absolute;
  inset: auto -8% -8% auto;
}

.navbar_hyperfair {
  color: #3330;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 0;
}

.scroll_title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_gallery {
  aspect-ratio: auto;
  color: #9a4747;
  -webkit-text-stroke-color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #6a4242;
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 3px 10px 3px #19181e7a;
}

.div-block_slideshow {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.slide_image {
  width: 100vw;
  height: 100vh;
  position: static;
  inset: 0%;
  overflow: visible;
}

.image_slideshow {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider_slideshow {
  object-fit: fill;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.text_heading_title_slideshow {
  z-index: 100;
  filter: drop-shadow(0 6px 5px #000000b3);
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 55vw;
  min-width: 55vw;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 300;
  line-height: 6.5vw;
  display: flex;
  position: absolute;
}

.image_h {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image_logo_h {
  z-index: 1;
  opacity: 1;
  filter: drop-shadow(0 9px 8px #000000b3);
  width: 20vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: relative;
  inset: 0%;
}

.button_download_more {
  z-index: 1;
  text-align: center;
  background-color: #6347b3;
  background-image: radial-gradient(circle at -30% -10%, #4b70df, #2c1ec6);
  border-radius: 32px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 256px;
  height: 64px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  box-shadow: 4px 4px 13px -2px #00000082;
}

.button_download_more:hover {
  background-color: #638cbd;
  background-image: radial-gradient(circle at -30% -10%, #8413967d, #6e4bdf80);
  border-radius: 32px;
}

.text_heading_title_imagine {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 55vw;
  min-width: 55vw;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 600;
  line-height: 6.5vw;
  display: flex;
  position: absolute;
}

.section_wespecialize_noanimation {
  background-color: #2e2d37;
  flex-flow: column;
  justify-content: space-between;
  width: 100vw;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.horizontalscroll_progressbar_noanimation {
  z-index: 0;
  background-image: linear-gradient(90deg, #c527ff, #d014dd 28%, #f433b6 51%, #ff8e0c);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
}

.sticky-wrap_noanimation {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-inner_noanimation {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.scroll-card_noanimation {
  aspect-ratio: 1;
  background-color: #fff0;
  border: .1rem solid #c3e6ff8a;
  border-radius: 1000px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 12px 12px 2px #0003;
}

.scroll-card_empty {
  aspect-ratio: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 42vh;
  max-width: 42vh;
  height: auto;
  min-height: 42vh;
  max-height: 42vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.section_features_slideshow {
  color: #eee;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.slider_wespecialize {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.icon_mouseover {
  opacity: .19;
  width: 65%;
  min-width: 55%;
  max-width: 55%;
  position: absolute;
  inset: auto 0% -13% auto;
}

.text-block-3 {
  margin-top: auto;
  margin-bottom: 40px;
}

.code-embed {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .div-block_bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph, .paragraph.white {
    width: 75vw;
    max-width: 75vw;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontalscroll_progressbar {
    pointer-events: none;
  }

  .icon_hyperfairlogo.footer {
    margin-top: -10px;
    margin-left: -16px;
    padding: 0 10px;
  }

  .section_features {
    height: auto;
  }

  .text_heading_title {
    letter-spacing: -2px;
    justify-content: center;
    align-items: stretch;
    width: 75vw;
    min-width: auto;
    max-width: 75vw;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .div-block_theytrustus {
    align-self: center;
  }

  .div_features_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div_features_grid.slide_001, .div_features_grid.slide_002 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text_heading_titlesub {
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    width: 75vw;
    max-width: 75vw;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
  }

  .text_heading_title_small {
    letter-spacing: -2px;
    justify-content: center;
    align-items: center;
    width: 75vw;
    max-width: 75vw;
    line-height: 6vw;
    display: flex;
  }

  .text_heading_title_small.color_003 {
    letter-spacing: 0;
    width: 75vw;
    max-width: 75vw;
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
  }

  .text_heading_title_small.color_004 {
    letter-spacing: 0;
    width: 75vw;
    max-width: 75vw;
    font-size: 25px;
    line-height: 28px;
  }

  .text_features_grid_icon.solutions {
    width: 120%;
    min-width: 120%;
    height: 40px;
    min-height: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .features_grid_icon {
    min-width: 60px;
  }

  .button_mailto {
    bottom: 2%;
  }

  .div_solutions_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features_grid_dynamic_big {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
  }

  .text_languageselector {
    color: #707070;
  }

  .section_gallery_slideshow {
    position: relative;
  }

  .slidecontent {
    flex-flow: column;
    justify-content: center;
  }

  .language-toggle {
    padding-bottom: 0;
  }

  .navbar_button_languages {
    padding-top: 1em;
  }

  .navbar_button_menu {
    width: auto;
    margin-right: 0;
  }

  .navbar {
    background-color: #0000;
    justify-content: space-around;
    position: fixed;
    inset: 0% auto auto;
  }

  .slide_logos {
    width: 10%;
  }

  .slider_logos {
    margin-top: 20px;
  }

  .scroll-inner {
    width: 550vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .text_scrollcard_description {
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .section_contactpolicies {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .video-embed_code {
    transform: scale(.792);
  }

  .button_discovermore {
    z-index: 0;
  }

  .text-block_slide_main_lettering {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_heading_policy {
    letter-spacing: -2px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_subtitle_policy {
    justify-content: center;
    align-items: center;
    width: 70vw;
    max-width: 70vw;
    display: flex;
  }

  .paragraph_table_column_001 {
    width: 150px;
    padding-right: 20px;
  }

  .paragraph_table_column_001.noborder {
    width: 150px;
  }

  .paragraph_table_column_002 {
    width: 150px;
    padding-right: 20px;
  }

  .paragraph_table_column_003 {
    padding-left: 20px;
  }

  .button_agenda {
    bottom: 2%;
  }

  .section_agenda {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_scenario, .section_products, .section_solution {
    height: auto;
  }

  .section_solution_slideshow {
    position: relative;
  }

  .paragraph_slideshow {
    width: 75vw;
    max-width: 75vw;
  }

  .slidecontent_solution_title {
    width: 75vw;
    min-width: 75px;
  }

  .section_gallery {
    height: auto;
  }

  .div-block_slideshow {
    align-self: center;
  }

  .text_heading_title_slideshow, .text_heading_title_imagine {
    letter-spacing: -2px;
    justify-content: center;
    align-items: stretch;
    width: 75vw;
    min-width: auto;
    max-width: 75vw;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .horizontalscroll_progressbar_noanimation {
    pointer-events: none;
  }

  .scroll-inner_noanimation {
    width: 550vw;
  }

  .scroll-card_noanimation, .scroll-card_empty {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .section_features_slideshow {
    height: 60vh;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    width: 75vw;
    max-width: 75vw;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .paragraph.white {
    width: 75vw;
    max-width: 75vw;
  }

  .footer {
    padding: 40px 20px;
  }

  .horizontalscroll_progressbar {
    justify-content: space-around;
    display: flex;
  }

  .section_footer {
    height: auto;
  }

  .text_heading_title {
    width: 75vw;
    min-width: auto;
    max-width: 75vw;
    line-height: 80px;
    display: flex;
  }

  .div_features_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 80%;
  }

  .div_features_grid.slide_001 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div_features_grid.slide_002 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div_features_grid.slide_003, .div_features_grid.slide_004 {
    grid-template-rows: auto auto auto auto;
  }

  .text_heading_titlesub {
    text-align: center;
    align-self: center;
    width: 75vw;
    max-width: 75vw;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 14px;
    line-height: 20px;
  }

  .text_heading_title_small {
    width: 75vw;
    max-width: 75vw;
  }

  .text_heading_title_small.color_003 {
    text-align: center;
    width: 75vw;
    max-width: 75vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_heading_title_small.color_004 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_features_grid_icon.solutions {
    width: 80%;
    min-width: 80%;
  }

  .features_grid_icon {
    min-width: 55px;
    max-width: 55%;
  }

  .div_solutions_grid {
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .features_grid_dynamic_big {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-left: 0;
  }

  .div-block_solutions {
    flex-flow: column;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .lottie-animation-5 {
    justify-content: space-around;
    align-items: stretch;
    min-width: 65%;
    max-width: 65%;
    display: flex;
  }

  .text-block-2 {
    justify-content: space-around;
    align-items: flex-end;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    bottom: 0%;
  }

  .section_gallery_slideshow {
    object-fit: fill;
    position: relative;
  }

  .language-list.w--open {
    z-index: 5;
  }

  .navbar_button_menu {
    width: auto;
    margin-right: 0;
  }

  .text_navmenu.w--current {
    display: block;
  }

  .text_navmenu.small {
    text-align: left;
    font-size: 8px;
  }

  .slide_logos {
    width: 18%;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    align-items: center;
    width: 750vw;
  }

  .scroll-card {
    width: 100%;
    margin: 1rem 0;
  }

  .section_wespecialize {
    height: 300vw;
  }

  .logo_eucommission {
    width: 200px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .text_heading_policy {
    width: 75vw;
    min-width: auto;
    max-width: 75vw;
  }

  .text_subtitle_policy {
    width: 75vw;
    max-width: 75vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_subtitle_policy.top {
    width: 75vw;
    max-width: 75vw;
  }

  .paragraph_table_column_001 {
    padding-left: 40px;
    font-size: 12px;
  }

  .paragraph_table_column_001.noborder {
    width: 150px;
    font-size: 12px;
  }

  .paragraph_table_column_002 {
    width: 130px;
    font-size: 12px;
  }

  .paragraph_table_column_003 {
    padding-right: 40px;
    font-size: 12px;
  }

  .section_solution_slideshow {
    object-fit: fill;
    position: relative;
  }

  .paragraph_slideshow {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .text_heading_title_slideshow, .text_heading_title_imagine {
    width: 75vw;
    min-width: auto;
    max-width: 75vw;
    line-height: 80px;
    display: flex;
  }

  .section_wespecialize_noanimation {
    height: 300vw;
  }

  .horizontalscroll_progressbar_noanimation {
    justify-content: space-around;
    display: flex;
  }

  .sticky-wrap_noanimation {
    height: auto;
    overflow: visible;
  }

  .scroll-inner_noanimation {
    align-items: center;
    width: 750vw;
  }

  .scroll-card_noanimation, .scroll-card_empty {
    width: 100%;
    margin: 1rem 0;
  }

  .section_features_slideshow {
    object-fit: fill;
    height: 70vh;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .section_main {
    height: 150vh;
  }

  .hyperfair_logo_animation {
    z-index: 2147483647;
    justify-content: space-around;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    position: absolute;
  }

  .section_eu {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block_bottom {
    width: 100%;
    padding-top: 0;
  }

  .paragraph {
    letter-spacing: -1px;
    width: 90vw;
    max-width: 90vw;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.white {
    width: 90vw;
    max-width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontalscroll_progressbar {
    width: 100%;
    left: 0;
    right: 0;
  }

  .hyperfair_scrollanimation {
    background-color: #0000;
    background-image: linear-gradient(0deg, #09001d, #fff0);
  }

  .section_footer {
    background-image: radial-gradient(circle at -20% -20%, #24293c, #3d364a);
    height: auto;
  }

  .icon_hyperfairlogo {
    margin-left: 0;
  }

  .section_features {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text_heading_title {
    word-break: normal;
    overflow-wrap: normal;
    justify-content: space-around;
    width: 90vw;
    max-width: 90vw;
    height: auto;
    margin: 0;
    padding: 20px 10px;
    font-size: 10vw;
    font-weight: 600;
    line-height: 45px;
  }

  .div-block_theytrustus {
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 40px;
    font-size: 0;
    line-height: 0;
  }

  .div_features_grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    min-width: 0%;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text_heading_titlesub {
    color: #fff;
    text-align: center;
    letter-spacing: -.7px;
    width: 90vw;
    max-width: 90vw;
    margin: 0 40px;
    padding: 0 0% 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .text_heading_title_small {
    letter-spacing: -.7px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 90vw;
    max-width: 90vw;
    margin: 10px 0% 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 40px;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .text_heading_title_small.color_003 {
    letter-spacing: -2px;
    justify-content: space-around;
    align-items: stretch;
    width: 90vw;
    max-width: 90vw;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .text_heading_title_small.color_004 {
    width: 90vw;
    max-width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 23px;
  }

  .features_grid_dynamic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 30px;
  }

  .text_features_grid_icon {
    letter-spacing: 0;
    width: 80%;
    min-width: 70px;
    font-size: 10px;
  }

  .features_grid_icon {
    min-width: 50px;
    max-width: 50%;
  }

  .button_mailto {
    margin-right: 10px;
  }

  .section_solutions {
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .div_solutions_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    min-width: 0%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .features_grid_dynamic_big {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .div-block_solutions {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 5%;
    font-size: 0;
    line-height: 0;
    display: flex;
  }

  .lottie-animation-5 {
    min-width: 70%;
    max-width: 70%;
  }

  .text-block-2 {
    text-align: center;
    justify-content: space-around;
    align-items: flex-end;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    inset: 0%;
  }

  .icon_dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
  }

  .slidecontent {
    min-width: auto;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .language-list.w--open {
    top: 0;
  }

  .language-toggle {
    height: 100%;
    padding: 2px 2px 2px 0;
  }

  .language-toggle.w--open {
    opacity: 1;
  }

  .language-dropdown {
    width: auto;
    height: auto;
  }

  .navbar_button_languages {
    align-items: stretch;
    width: 80px;
    height: 64px;
    padding-top: 1em;
    padding-bottom: 0;
    display: block;
  }

  .navbar_menu {
    background-color: #333d48a8;
  }

  .navbar_button_menu {
    width: 64px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    justify-content: space-around;
    align-items: flex-start;
    position: fixed;
  }

  .text_navmenu {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text_navmenu.footer {
    align-self: flex-start;
  }

  .section_theytrustus {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .slide_logos {
    width: 37.5%;
  }

  .slider_logos {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .mask_logos {
    width: 100%;
  }

  .sticky-wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .scroll-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
  }

  .scroll-card {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_wespecialize {
    height: auto;
  }

  .text_heading_scrollcard {
    font-size: 30px;
    line-height: 40px;
  }

  .text_scrollcard_description {
    color: #fff;
    letter-spacing: -.3px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
  }

  .scrollcard_backdrop {
    width: auto;
    height: auto;
    inset: 0%;
  }

  .scrollcard_lottie-animation {
    width: auto;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .section_contactpolicies {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-grid-03 {
    grid-template-columns: 1fr;
  }

  .text.right {
    align-self: flex-start;
  }

  .video-embed_code {
    z-index: auto;
    position: absolute;
    inset: 0%;
  }

  .hyperfair_logo {
    z-index: 2147483647;
    justify-content: space-around;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    position: absolute;
  }

  .text-block_slide_main_lettering {
    filter: drop-shadow(0 6px 14px #000000b3);
  }

  .text_heading_policy {
    clear: none;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 98vw;
    min-width: auto;
    max-width: 98vw;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 28px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .text_subtitle_policy {
    clear: none;
    overflow-wrap: anywhere;
    width: 98vw;
    max-width: 98vw;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .text_subtitle_policy.top {
    overflow-wrap: anywhere;
    width: 95vw;
    max-width: 95vw;
    font-size: 14px;
  }

  .paragraph_table {
    letter-spacing: -1px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph_table_column_001 {
    letter-spacing: -1px;
    width: 80px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph_table_column_001.noborder {
    width: 80px;
    padding-left: 10px;
    padding-right: 0;
  }

  .paragraph_table_container {
    flex-flow: row;
  }

  .paragraph_table_column_002 {
    letter-spacing: -1px;
    overflow-wrap: anywhere;
    width: 80px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph_table_column_003 {
    letter-spacing: -1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .button_agenda {
    margin-right: 10px;
  }

  .section_agenda {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section_scenario {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block_scenario {
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 40px;
    font-size: 0;
    line-height: 0;
  }

  .section_products {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text_heading_scrollcard-_media {
    font-size: 30px;
    line-height: 40px;
  }

  .section_solution {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block_solution {
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 40px;
    font-size: 0;
    line-height: 0;
  }

  .paragraph_slideshow {
    letter-spacing: -1px;
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .slidecontent_solution {
    min-width: auto;
  }

  .slidecontent_solution_title {
    align-self: center;
    width: 90vw;
    font-size: 9vw;
  }

  .section_gallery {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block_slideshow {
    justify-content: flex-start;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }

  .slider_slideshow {
    justify-content: center;
    align-items: center;
  }

  .text_heading_title_slideshow, .text_heading_title_imagine {
    word-break: normal;
    overflow-wrap: normal;
    justify-content: space-around;
    width: 90vw;
    max-width: 90vw;
    height: auto;
    margin: 0;
    padding: 20px 10px;
    font-size: 10vw;
    font-weight: 600;
    line-height: 45px;
  }

  .section_wespecialize_noanimation {
    height: auto;
  }

  .horizontalscroll_progressbar_noanimation {
    width: 100%;
    left: 0;
    right: 0;
  }

  .sticky-wrap_noanimation {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .scroll-inner_noanimation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
  }

  .scroll-card_noanimation {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .scroll-card_empty {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .slider_wespecialize {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_319f091a-7318-bf7a-0811-3c753c1157a8-03f14263, #w-node-_57ec2501-0312-5b4c-ff78-64eb0b081ad9-03f14263, #w-node-c106add0-9b75-da61-c42e-03faba0c7b7b-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa701f8-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa701fc-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70200-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70204-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70208-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7020c-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70210-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70214-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70218-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7021c-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70220-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70225-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7022e-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70232-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70236-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7023a-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7023e-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70242-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70247-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7024b-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7024f-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70253-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7025c-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70260-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70264-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70268-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7026c-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70270-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70279-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7027d-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70281-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70285-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa70289-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7028d-03f14263 {
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_319f091a-7318-bf7a-0811-3c753c1157a8-03f14263, #w-node-_57ec2501-0312-5b4c-ff78-64eb0b081ad9-03f14263, #w-node-c106add0-9b75-da61-c42e-03faba0c7b7b-03f14263, #w-node-_9216c5da-3de2-cfc9-92e1-6a414aa7024b-03f14263 {
    align-self: start;
  }
}
