:root {
  --_colors---pure-white: white;
  --body: Inter, sans-serif;
  --_colors---dark: #0c0407;
  --b: 18px;
  --120: 120%;
  --heading: Poppins, sans-serif;
  --h1: 64px;
  --h2: 50px;
  --h3: 32px;
  --150: 150%;
  --h4: 24px;
  --h5: 20px;
  --_colors---light-grey: #e2e2e2;
  --_colors---background: #f2f2f2;
  --_colors---accent: #fc372d;
  --small: 12px;
  --h1-m: 36px;
  --_colors---pressed: #af2923;
  --h2-m: 32px;
  --h3-m: 24px;
  --_colors---link: #f70;
  --b-large: 22px;
  --h4-m: 20px;
  --_colors---hover: #ff827c;
  --100: 100%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--_colors---pure-white);
  font-family: var(--body);
  color: var(--_colors---dark);
  font-size: var(--b);
  line-height: var(--120);
}

h1 {
  font-family: var(--heading);
  color: var(--_colors---pure-white);
  font-size: var(--h1);
  line-height: var(--120);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h2 {
  font-family: var(--heading);
  font-size: var(--h2);
  line-height: var(--120);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  font-family: var(--heading);
  font-size: var(--h3);
  line-height: var(--150);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h4 {
  font-family: var(--heading);
  font-size: var(--h4);
  line-height: var(--120);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

h5 {
  font-size: var(--h5);
  line-height: var(--150);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

h6 {
  font-family: var(--heading);
  font-size: var(--b);
  line-height: var(--120);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  line-height: var(--150);
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.page-wrapper {
  z-index: 0;
  position: static;
}

.page-hero-section {
  background-image: url('../images/img_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto;
  padding: 220px 20px;
  position: static;
  inset: 0% 0% auto;
}

.content-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1310px;
  margin: auto;
  position: static;
  top: 0;
}

.navbar_logo-link {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.navbar_logo-link.w--current {
  color: #0c0407;
  -webkit-text-stroke-color: #0c0407;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.navbar_logo-link.v2 {
  flex: 1;
  width: auto;
}

.navbar_menu-link-wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_component {
  z-index: 1000;
  color: var(--_colors---dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--heading);
  color: var(--_colors---dark);
  font-size: var(--b);
  line-height: var(--120);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  font-weight: 500;
  display: flex;
}

.navbar_link:hover {
  color: var(--_colors---accent);
  font-weight: 600;
}

.navbar_link.w--current {
  color: #0c0407;
}

.navbar_link.v2 {
  justify-content: flex-end;
  align-items: center;
}

.navbar_link.v2.w--current {
  color: var(--_colors---dark);
  text-decoration: none;
}

.navbar_link.v2.w--current:hover {
  color: var(--_colors---accent);
  text-decoration: none;
}

.navbar_menu {
  color: #0c0407;
  background-color: #c8c8c800;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.navbar_menu-links {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0c0407;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid var(--_colors---light-grey);
  background-color: var(--_colors---pure-white);
  color: var(--_colors---dark);
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  color: #2168ad;
  font-size: 18px;
  font-weight: 600;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding-left: 0;
  padding-right: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--_colors---light-grey);
  background-color: var(--_colors---pure-white);
  outline-offset: 0px;
  font-family: var(--heading);
  color: var(--_colors---dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  outline: 1px #0c04071f;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  height: 80px;
  min-height: auto;
  margin: 20px auto 0;
  padding: 0 40px 0;
  display: flex;
  box-shadow: 0 12px 16px #0003;
}

.is_logo {
  width: auto;
  max-width: none;
  display: block;
}

.header-wrapper {
  float: none;
  clear: none;
  color: var(--_colors---dark);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  max-width: 960px;
  height: auto;
  max-height: none;
  margin: auto;
  padding: 40px 0;
  position: relative;
  top: 0;
}

.hero_img {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 320px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.h1 {
  z-index: 200;
  color: var(--_colors---pure-white);
  font-size: var(--h1);
  vertical-align: baseline;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: block;
  position: relative;
  top: auto;
}

.h1.text-dark {
  color: var(--_colors---dark);
}

.product-section {
  padding: 200px 20px 20px;
  position: static;
}

.btn-inner {
  color: #fff;
  line-height: var(--120);
  flex: 1;
  align-self: center;
}

.product-header-wrapper {
  width: 100%;
}

.text-block {
  font-family: var(--heading);
  color: var(--_colors---pure-white);
  font-size: var(--b);
  line-height: var(--150);
  text-align: center;
  font-weight: 500;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0c0407;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button {
  background-color: var(--_colors---accent);
  color: var(--_colors---pure-white);
  text-align: center;
  border: 1px #fc372d;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--_colors---dark);
  border-width: 1px;
  border-color: #0c0407;
}

.primary-button:active {
  background-color: var(--_colors---pressed);
  border-style: none;
  border-width: 0;
}

.product-image-wrapper {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.product-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.app-icon {
  border: 1px solid var(--_colors---light-grey);
  border-radius: 13px;
  box-shadow: 0 2px 5px #0003;
}

.spacer-20px {
  height: 20px;
}

.project-text {
  margin-bottom: 0;
}

.product-image {
  height: auto;
}

.about-left {
  width: 100%;
}

.image {
  border-radius: 24px;
  margin-top: 0;
}

.about-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sub-title-icon-wrap {
  background-color: #fc372d;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
}

.sub-title-hero {
  text-transform: uppercase;
  font-weight: 500;
}

.about-right {
  width: 100%;
}

.about-section {
  margin-top: 200px;
  margin-bottom: 100px;
  padding: 0 20px;
}

.subtitle-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-section {
  padding: 20px;
  position: static;
  inset: auto 0% 0%;
}

.divider-horizontal {
  background-color: var(--_colors---accent);
  width: 100%;
  height: 2px;
  margin-top: 0;
  padding-top: 0;
}

.footer-text {
  font-size: var(--b);
  text-align: center;
  flex: 1;
  align-self: stretch;
}

.contact-section {
  background-color: var(--_colors---pure-white);
  color: var(--_colors---dark);
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 160px 20px 100px;
  display: block;
}

.link {
  color: var(--_colors---link);
  text-decoration: underline;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: auto;
  min-height: auto;
  display: grid;
}

.img_contact {
  vertical-align: top;
  object-fit: cover;
  width: 360px;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
  inset: 18% 0% 0% 15%;
  overflow: visible;
}

.contact-left, .contact-right {
  width: 100%;
}

.contact-text {
  font-size: var(--b-large);
}

.center-element {
  flex: 1;
}

.right-side-element {
  flex: 1;
  display: block;
}

.legal-section {
  padding: 180px 20px 0;
}

.legal-header-wrapper {
  color: #0c0407;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.header-text {
  color: var(--_colors---dark);
  font-size: var(--b-large);
  margin-bottom: 0;
}

.scope {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}

.legal-text {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

._1_legal-notice {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 40px;
}

._2_privacy-policy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h5 {
  margin-top: 40px;
  margin-bottom: 0;
}

._3_general-terms-and-conditions, ._4_trademarks-and-copyrights, ._5_open-source-libraries {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.readme-section {
  margin-top: auto;
  padding: 220px 20px;
}

.paragraph {
  text-align: left;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 1.3rem;
  display: block;
  overflow: clip;
}

.part-wrapper {
  padding-left: 40px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #ffd54f;
  background-color: #663b3b00;
  font-size: 18px;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-block-3 {
  color: #040061;
  font-size: 18px;
}

.language-block {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.language-block:hover {
  color: #ffd54f;
}

.language-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.language-container:hover {
  background-color: #ffe38d;
}

.text-block-2 {
  color: #040061;
  font-size: 18px;
  text-decoration: none;
}

.language_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--_colors---dark);
  font-size: var(--b);
  margin-right: 10px;
}

.nav-dropdown-icon:hover {
  color: var(--_colors---dark);
}

.flag_container {
  width: 24px;
  height: 24px;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #040061;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  color: #040061;
  text-decoration: none;
}

.header-floating-block {
  position: absolute;
  inset: 25% 0% auto;
}

.hero-img-wrapper {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .page-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_logo-link.w--current {
    z-index: 200;
    color: #0c0407;
    width: 100%;
  }

  .navbar_menu-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--_colors---light-grey);
    background-color: var(--_colors---background);
    color: var(--_colors---dark);
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 0%;
    background-clip: border-box;
    border-radius: 16px;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
    overflow: visible;
    box-shadow: 0 5px 5px 10px #0003;
  }

  .navbar_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 0;
  }

  .menu-icon_line-top {
    background-color: var(--_colors---dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: var(--_colors---dark);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu {
    z-index: 0;
    box-sizing: content-box;
    aspect-ratio: auto;
    color: var(--_colors---dark);
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 16px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: 20px;
    padding: 0% 0% 0% 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar_menu-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--_colors---dark);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    min-width: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: var(--_colors---dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    flex: 1;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    object-fit: fill;
    background-color: #fff0;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--_colors---pure-white);
    border-radius: 20px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1310px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-wrapper {
    max-width: none;
    height: auto;
    top: auto;
  }

  .hero_img {
    height: auto;
    max-height: 320px;
    margin-top: auto;
    padding-top: 0;
    inset: 0%;
    overflow: clip;
  }

  .h1 {
    height: auto;
  }

  .product-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .primary-button {
    overflow: visible;
  }

  .product-wrapper {
    grid-template-columns: 1fr;
  }

  .about-content-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
  }

  .about-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }

  .img_contact {
    width: 300px;
    position: static;
  }

  .legal-section {
    padding-top: 160px;
  }

  .part-wrapper {
    padding-left: 20px;
  }

  .nav-dropdown-toggle, .language-block {
    color: #f1f1f1;
  }
}

@media screen and (max-width: 767px) {
  .page-hero-section {
    height: auto;
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .navbar_menu-link-wrapper {
    box-shadow: none;
    flex: 0 auto;
    width: 93vw;
    height: auto;
    max-height: none;
    padding: 1.25rem 20px;
  }

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

  .navbar_link.v2 {
    font-size: var(--small);
    justify-content: flex-end;
    align-items: center;
  }

  .navbar_menu {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .navbar_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-wrapper {
    background-image: none;
    max-width: 960px;
    height: auto;
  }

  .hero_img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: 240px;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0%;
    overflow: clip;
  }

  .h1 {
    font-size: var(--h1-m);
    height: auto;
  }

  .product-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .product-wrapper {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: var(--h2-m);
  }

  .app-icon {
    width: 72px;
    max-width: none;
  }

  .about-content-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .h3 {
    font-size: var(--h3-m);
  }

  .footer-section {
    margin-top: 0;
  }

  .footer-text {
    margin-top: 0;
  }

  .contact-section {
    padding-top: 120px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .contact-text {
    line-height: var(--150);
    margin-bottom: 0;
  }

  .legal-section {
    padding-top: 140px;
  }

  .h4 {
    font-size: var(--h4-m);
  }

  .legal-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .part-wrapper {
    padding-left: 10px;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-floating-block {
    top: 18%;
  }
}

@media screen and (max-width: 479px) {
  .page-hero-section {
    height: auto;
    padding: 140px 10px 100px;
  }

  .navbar_logo-link {
    flex: 1;
  }

  .navbar_logo-link.w--current {
    width: 100%;
  }

  .navbar_menu-link-wrapper {
    box-shadow: none;
    width: 88vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar_link.v2 {
    font-size: var(--small);
    text-align: right;
    font-weight: 600;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 0;
    padding-top: 0;
  }

  .navbar_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    min-height: auto;
    padding-right: 20px;
  }

  .is_logo {
    width: auto;
  }

  .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_img {
    aspect-ratio: auto;
    object-fit: scale-down;
    max-width: none;
    height: auto;
    max-height: 220px;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0%;
  }

  .h1 {
    line-height: var(--120);
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .right-side-element {
    overflow: hidden;
  }

  .header-text {
    font-size: var(--b);
  }

  .part-wrapper {
    padding-left: 0;
  }
}

#w-node-b28fce0e-612f-e9e2-6eb8-3e0048e918d4-764abd8d {
  justify-self: center;
}

#w-node-c80b6c2a-1493-e01a-f56a-794a7b1f2920-764abd8d, #w-node-_7b0f9786-f413-53a1-ce3e-347880093eb3-764abd8d {
  align-self: start;
}

#w-node-_097f015b-6396-291a-0d14-38ccef4ff82c-2c0f5568 {
  justify-self: end;
}

#w-node-_097f015b-6396-291a-0d14-38ccef4ff83f-2c0f5568 {
  place-self: center end;
}

#w-node-_5c8ad141-e4f6-985a-a7c6-ccc4bee8249d-3b045cc9 {
  justify-self: center;
}

#w-node-c80b6c2a-1493-e01a-f56a-794a7b1f2920-3b045cc9, #w-node-_7b0f9786-f413-53a1-ce3e-347880093eb3-3b045cc9 {
  align-self: start;
}

#w-node-_097f015b-6396-291a-0d14-38ccef4ff82c-1603a291 {
  justify-self: end;
}

#w-node-_097f015b-6396-291a-0d14-38ccef4ff83f-1603a291 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_097f015b-6396-291a-0d14-38ccef4ff82c-2c0f5568, #w-node-_097f015b-6396-291a-0d14-38ccef4ff82c-1603a291 {
    justify-self: auto;
  }
}


