svg {
  width: 100%;
}
#homepage--menu-section, #homepage--key-facts {
  scroll-margin-top: var(--height-header-fluid);
}
#image--hero {
  max-width: var(--image-hero--max-width);
}
@media screen and (max-width: 37.5rem) {
  .arrow--hide {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .splide__arrow svg {
    display: none;
  }
}
@media screen and (max-width: 37.5rem) {
  #chapter--header-container {
    background: none;
  }
}
.bricks-background-secondary {
  font-family: 'ananda_rational_displaySBd', sans-serif;
  font-weight: normal;
  padding-inline-start: 0;
}
.bricks-background-secondary::after {
  content: ">";
}
#button--back-to-website::before {
  content: "<";
}
#button--back-to-website::after {
  content: "";
}
.menu--arrow {
  margin-top: var(--m-1-5);
  max-width: 2.5rem;
}
@media screen and (max-width: 72rem) {
  #welcome-block--ananda-team, #welcome-block--ororatech-launch {
    flex-direction: column;
  }
  #welcome-block--ananda-team--caption, #welcome-block--ororatech-launch-caption {
    width: auto;
  }
}
.interaction--hover-expand:hover .svghover {
  transform: scaleX(108%) scaleY(108%);
  transition: all 0.6s ease-in-out;
}
