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

@font-face {
  font-family: Gt Zirkon;
  src: url('../fonts/GT-Zirkon-Regular.woff2') format("woff2"), url('../fonts/GT-Zirkon-Regular.woff') format("woff"), url('../fonts/GT-Zirkon-Regular.ttf') format("truetype"), url('../fonts/GT-Zirkon-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --green: #c9de5f;
  --spacer-header-top: 1.375rem;
  --spacer-m: 1.758rem;
  --spacer-header-bottom: .5rem;
  --spacer-header-top-991: 2.5rem;
  --spacer-m-991: 2.5rem;
  --spacer-m-478: 1.563rem;
  --white: white;
  --header-height: 3.36243rem;
  --header-height-tablet: 5.86243rem;
  --orange: #ffcd6b;
  --green-dark: #b8d39e;
  --yellow: #f7eb80;
  --blue: #abc4d7;
  --brown: #d5c5be;
  --orange-dark: #f9aa70;
  --header__title: 1.524rem;
  --spacer-l: 4.375rem;
  --spacer-em-s: .5rem;
  --spacer-xl: 140px;
  --spacer-s: 1.25px;
  --spacer-l-991: 5rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Gt Zirkon, sans-serif;
  font-size: 21px;
  line-height: 132%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #000;
  overflow-wrap: break-word;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--green);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

strong {
  font-weight: 500;
}

figure {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 10vh;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: visible;
}

.header {
  z-index: 300;
  padding: var(--spacer-header-top) var(--spacer-m) var(--spacer-header-bottom);
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header.background {
  z-index: 100;
  background-color: var(--white);
  height: auto;
  position: fixed;
  top: 0;
}

.header.background--white {
  z-index: 200;
  height: var(--header-height);
  background-color: var(--white);
  padding: 0;
}

.header.background--transparent {
  z-index: 600;
  height: var(--header-height);
  width: auto;
  padding: 0;
}

.header.header-page {
  height: var(--header-height);
  padding: 0 0 0 0;
}

.default-title {
  background-color: #dadada;
  border-radius: 18px;
  margin-bottom: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 1rem;
  font-size: .8rem;
  line-height: 120%;
}

.body {
  color: #000;
  font-family: Gt Zirkon, sans-serif;
  font-size: 1.313rem;
  line-height: 135%;
}

.default-container {
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero__title {
  text-align: center;
  letter-spacing: -.1px;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 8.5ch;
  font-weight: 400;
  line-height: 1.16;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.hero__title.hyphenate {
  z-index: 400;
}

.quicklinks__link {
  font-size: 2.286rem;
  font-weight: 400;
  line-height: 1.167;
  text-decoration: none;
}

.quicklink__arrow {
  width: auto;
  height: 2.8rem;
  transition: color .2s;
  display: inline-block;
}

.quicklink__arrow:hover {
  color: var(--green);
}

.footer__text {
  width: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.33;
  display: block;
}

.page__title--1 {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 900px;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  font-size: 3.714rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.page__title--1.nav__pagelink {
  width: max-content;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.page__title--1.nav__pagelink:hover {
  color: var(--black);
}

.page__title--1.nav__pagelink.w--current {
  width: auto;
  height: auto;
}

.page__title--1.nav__pagelink.hover--green.w--current {
  width: max-content;
}

.page__title--1.link-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.page__title--1.page {
  position: absolute;
}

.page__title--2 {
  margin-top: 2rem;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: .976;
  display: inline-block;
  position: relative;
}

.page__title--3 {
  margin-top: .5em;
  padding-top: 0;
  font-size: 2ch;
  font-weight: 400;
  line-height: .976;
}

.page__title--3:hover {
  color: var(--black);
}

.page__title--3.margin-top {
  margin-top: 1em;
}

.orange {
  color: var(--orange);
}

.green {
  color: var(--green);
}

.green-dark {
  color: var(--green-dark);
}

.yellow {
  color: var(--yellow);
}

.blue {
  color: var(--blue);
}

.brown {
  color: var(--brown);
}

.orange-dark {
  color: var(--orange-dark);
}

.page__intro {
  font-size: 1.75rem;
  line-height: 1.321;
}

.page__intro.last {
  margin-bottom: 3rem;
}

.page__intro.list {
  padding-left: 1em;
  list-style-type: disc;
}

.page--mini {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.33;
}

.page__title--4 {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.308;
}

.page__title--4-copy {
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 1.33;
}

.circle--small {
  z-index: 400;
  background-color: var(--green);
  border-radius: 50%;
  width: 21vw;
  height: 20vw;
  position: absolute;
  top: -5%;
  right: 10%;
}

.circle--small.mobile {
  color: var(--green);
  background-color: #c9de5f00;
  border-radius: 0%;
  width: 13vw;
  height: 20vw;
  display: none;
  top: 10%;
  right: 0%;
}

.burger__wrapper {
  top: var(--spacer-header-top);
  z-index: 800;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 36px;
  height: 1.524rem;
  margin-top: 0;
  display: flex;
  position: fixed;
  left: calc(100vw - 60px);
  right: auto;
}

.burger--line {
  background-color: var(--black);
  width: 100%;
  height: 3px;
  margin-bottom: 0;
  transition: transform .4s;
}

.burger--line.close1 {
  height: 3px;
  margin-top: 0;
  padding-top: 0;
}

.burger--line.close2 {
  margin-top: -3px;
}

.header__title--3 {
  font-size: var(--header__title);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: .976;
}

.header__llinkblock {
  z-index: 5000;
  height: var(--header-height);
  padding-top: var(--spacer-header-top);
  padding-right: var(--spacer-m);
  padding-bottom: var(--spacer-header-bottom);
  padding-left: var(--spacer-m);
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 44px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header__llinkblock:hover {
  color: var(--black);
}

.hero {
  z-index: 400;
  height: var(--vh);
  background-color: #fff0;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.hero.spacer {
  position: relative;
}

.circle--big {
  z-index: 400;
  background-color: var(--green);
  border-radius: 50%;
  width: 70vw;
  height: 68vw;
  display: none;
  position: absolute;
  inset: 60% auto auto 45%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.header__linkblock {
  z-index: 500;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px #000;
  border-bottom: 3px solid #0000;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: .1em;
  font-size: 2ch;
  text-decoration: none;
  transition-property: border-color;
  display: flex;
  position: absolute;
  inset: auto auto 5% 50%;
  transform: translate(-50%);
}

.header__linkblock:hover {
  color: var(--black);
}

.header__linkblock__arrow {
  flex: none;
  width: 2ch;
  height: 1.6ch;
  margin-right: .25rem;
  display: inline-block;
  transform: scale(.75);
}

.header__linkblock__arrow:hover {
  color: var(--black);
}

.main {
  max-width: none;
  min-height: 40vh;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.main.main__intro {
  z-index: 0;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.main.main__intro.main_impress {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.main.main__intro.home {
  padding-top: 5rem;
}

.quicklink__wrapper {
  padding-top: var(--spacer-em-s);
  padding-bottom: var(--spacer-em-s);
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.quicklink__wrapper.last {
  border-bottom: 1px solid #000;
}

.quicklink__block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer {
  z-index: 0;
  padding: var(--spacer-m) var(--spacer-m) var(--spacer-l);
  background-color: var(--white);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer__text--link:hover {
  color: var(--green);
}

.navigation {
  z-index: 1000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  min-height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav__pagelink._2-lines {
  position: relative;
}

.nav__pagelink._2-lines:hover {
  color: var(--black);
}

.close__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 1.524rem;
  display: flex;
  position: absolute;
  top: 40px;
  right: 30px;
}

.link {
  text-decoration: none;
  transition-duration: .2s;
}

.page-header--block {
  z-index: 200;
  background-color: var(--orange);
  width: 100vw;
  height: 13.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.page-header--block.background--blue {
  padding-top: 1rem;
}

.header_linkblock--height {
  height: 1.7rem;
}

.scrolling-text {
  color: #000;
  width: 100%;
  padding-right: 8vw;
  font-family: Gt Zirkon, sans-serif;
  font-size: 1.313rem;
  line-height: 135%;
  list-style-type: disc;
}

.scrolling-text.list {
  padding-left: 30px;
}

.scrolling-text.bold {
  font-weight: 500;
}

.scrolling-text.link_text {
  color: currentColor;
  padding-right: 0;
  text-decoration: none;
}

.scrolling-text.bio {
  padding-right: 0;
}

.background--orange {
  background-color: var(--orange);
}

.background--green {
  background-color: var(--green);
}

.background--dark-green {
  background-color: var(--green-dark);
}

.background--yellow {
  background-color: var(--yellow);
}

.background--blue {
  background-color: var(--blue);
}

.background--brown {
  background-color: var(--brown);
}

.background--dark-orange {
  background-color: var(--orange-dark);
}

.team_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  display: grid;
}

.team_container._1-row {
  grid-template-rows: auto;
  margin-bottom: .5em;
}

.member {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.member_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform .2s;
  display: block;
}

.member_image:hover {
  object-fit: cover;
  transform: scale(1.01);
}

.link_text {
  display: inline-block;
}

.text__llinkblock {
  align-items: flex-end;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text__llinkblock:hover {
  color: var(--green);
}

.member_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.member_text.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.linkblock__arrow {
  width: 1.5rem;
  height: 1.7rem;
  margin-right: .25rem;
  display: inline-block;
  transform: scale(.75);
}

.maps--embed {
  width: 100%;
  height: 30vh;
  margin-bottom: 3rem;
}

.image_100 {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.navigation_list {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_item {
  width: 100%;
}

.circle--big-embed {
  z-index: 400;
  width: auto;
  height: 90vh;
  position: absolute;
  bottom: -10%;
  left: 7%;
}

.margin-top {
  margin-top: 1em;
}

.scrolling-text-list {
  grid-row-gap: .85em;
  color: #000;
  flex-flow: column;
  width: 100%;
  padding-right: 0;
  font-family: Gt Zirkon, sans-serif;
  font-size: 1.313rem;
  line-height: 135%;
  list-style-type: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 75vh;
  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;
}

.image_hover {
  transition: transform .2s;
}

.image_hover:hover {
  transform: scale(1.01);
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: var(--spacer-header-top-991);
    padding-right: var(--spacer-m-991);
    padding-left: var(--spacer-m-991);
    display: flex;
  }

  .header.background--white, .header.background--transparent, .header.header-page {
    height: var(--header-height-tablet);
  }

  .body {
    font-size: 1.313rem;
  }

  .hero__title {
    max-width: 700px;
    font-size: 8ch;
    line-height: 1.06;
  }

  .quicklinks__link {
    font-size: 2.8rem;
  }

  .quicklink__arrow {
    width: auto;
    height: 3rem;
    display: inline-block;
  }

  .footer__text {
    font-size: 1.2rem;
  }

  .page__title--1 {
    padding-right: var(--spacer-m-991);
    padding-left: var(--spacer-m-991);
    font-size: 2.5rem;
  }

  .page__title--1.nav__pagelink {
    max-width: max-content;
    padding-left: 0;
    padding-right: 0;
  }

  .page__title--1.nav__pagelink.w--current {
    max-width: 100%;
  }

  .page__title--1.page {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

  .page__title--3 {
    font-size: 2.25rem;
  }

  .page__intro {
    font-size: 1.75rem;
  }

  .page--mini {
    font-size: 1.313rem;
  }

  .circle--small {
    width: 40vw;
    height: 40vw;
    display: none;
    top: 8%;
    right: -10%;
  }

  .circle--small.mobile {
    width: 26vw;
    height: 40vw;
    display: block;
    top: 8%;
  }

  .burger__wrapper {
    width: 45px;
    top: 40px;
    left: calc(100vw - 80px);
    right: auto;
  }

  .header__title--3 {
    font-size: 2.25rem;
  }

  .header__title--3:hover {
    color: var(--black);
  }

  .header__llinkblock {
    padding-left: var(--spacer-m-991);
    vertical-align: baseline;
  }

  .header__llinkblock.w--current {
    height: var(--header-height-tablet);
    padding-left: var(--spacer-m-991);
  }

  .hero {
    background-color: #fff0;
    position: absolute;
  }

  .hero.spacer {
    position: relative;
  }

  .circle--big {
    width: 60vh;
    height: 60vh;
    top: 55%;
    left: 30%;
  }

  .header__linkblock__arrow {
    height: 1.8ch;
  }

  .main {
    padding: var(--spacer-m-991);
    width: 100%;
  }

  .main.main__intro {
    padding: var(--spacer-m-991) var(--spacer-m-991) var(--spacer-l);
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .navigation {
    width: 100vw;
    height: 0;
  }

  .nav__pagelink._2-lines {
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    font-size: 28px;
  }

  .page-header--block {
    height: 15rem;
    margin-bottom: 1rem;
  }

  .scrolling-text {
    width: 100%;
    padding-right: 11vw;
    font-size: 1.313rem;
  }

  .text__llinkblock {
    vertical-align: baseline;
  }

  .linkblock__arrow {
    width: 1.4rem;
    height: 1.7rem;
  }

  .image_100 {
    aspect-ratio: 3 / 2;
  }

  .navigation_list {
    list-style-type: none;
  }

  .circle--big-embed {
    height: 74vh;
    position: relative;
    top: 20%;
    bottom: auto;
    left: -15%;
    transform: rotate(90deg);
  }

  .scrolling-text-list {
    width: 100%;
    padding-right: 11vw;
    font-size: 1.313rem;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 1.125rem;
  }

  .quicklinks__link {
    font-size: 1.563rem;
  }

  .quicklink__arrow {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
  }

  .footer__text {
    font-size: 1.313rem;
  }

  .page__title--1 {
    font-size: 2.125rem;
  }

  .page__title--2, .page__title--3 {
    font-size: 1.75rem;
  }

  .page__intro {
    font-size: 1.25rem;
  }

  .page__intro.hyphenate {
    font-size: 1.33rem;
  }

  .page--mini {
    font-size: 1.125rem;
  }

  .circle--small {
    display: none;
  }

  .burger__wrapper {
    top: 34px;
  }

  .header__title--3 {
    font-size: 1.75rem;
  }

  .main {
    padding-right: var(--spacer-m);
    padding-left: var(--spacer-m);
  }

  .footer {
    padding-bottom: var(--spacer-m);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .navigation {
    height: 0;
  }

  .nav__pagelink._2-lines {
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    font-size: 18px;
  }

  .page-header--block {
    height: 13rem;
    margin-bottom: 0;
  }

  .scrolling-text {
    padding-right: 6vw;
    font-size: 1.125rem;
  }

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

  .linkblock__arrow {
    width: 1.2rem;
  }

  .navigation_list {
    grid-column-gap: .35em;
    grid-row-gap: .35em;
  }

  .scrolling-text-list {
    padding-right: 6vw;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: var(--spacer-m-991) var(--spacer-m-478) var(--spacer-m-478);
  }

  .hero__title {
    max-width: 350px;
  }

  .hero__title.hyphenate {
    letter-spacing: -.1px;
    font-size: 5ch;
    line-height: 1.06;
  }

  .quicklinks__link {
    font-size: 1.5rem;
  }

  .quicklink__arrow {
    object-fit: none;
    width: 1.85rem;
    height: 1.85rem;
  }

  .page__title--1 {
    padding-right: var(--spacer-m-478);
    padding-bottom: 2rem;
    padding-left: var(--spacer-m-478);
    overflow-wrap: anywhere;
    font-size: 1.8rem;
  }

  .page__title--1.nav__pagelink {
    max-width: max-content;
  }

  .page__intro.last {
    margin-bottom: 5rem;
  }

  .burger__wrapper {
    width: 30px;
    margin-top: 3px;
    top: 35px;
    left: calc(100vw - 50px);
    right: auto;
  }

  .header__title--3 {
    font-size: 1.75rem;
  }

  .header__llinkblock, .header__llinkblock.w--current {
    padding-left: var(--spacer-m-478);
  }

  .main {
    padding-right: var(--spacer-m-478);
    padding-left: var(--spacer-m-478);
  }

  .main.main__intro {
    padding-right: var(--spacer-m-478);
    padding-left: var(--spacer-m-478);
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 3rem;
  }

  .footer {
    padding: var(--spacer-m-478);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .navigation {
    z-index: 1000;
    height: 0;
  }

  .page-header--block {
    height: 12rem;
  }

  .linkblock__arrow {
    width: 1.3rem;
    height: 1.65rem;
  }

  .image_100 {
    aspect-ratio: 1;
  }

  .navigation_list {
    grid-column-gap: .35em;
    grid-row-gap: .35em;
  }
}

#w-node-_229d64f0-7d77-20b6-8e87-e5b52b4b1b35-d910e008 {
  place-self: stretch stretch;
}

#w-node-_176d7af8-ec05-defe-081f-28f52d8d8022-d910e008, #w-node-_97fcfda8-fceb-002b-a65a-d55f6ffbf06e-d910e008, #w-node-ab1a9c1c-7625-72ae-ce0a-c50edf037e39-23c07774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ab1a9c1c-7625-72ae-ce0a-c50edf037e27-23c07774 {
  place-self: stretch stretch;
}

#w-node-b53080cf-280a-59fa-222d-e145749f428d-23c07774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-edb842fe-7faf-bc57-3c01-9f123d06847c-f4d74ee1 {
  align-self: start;
}

#w-node-_42ea07ac-48f4-4ebf-eccf-fcd8eb44b82c-f4d74ee1, #w-node-_697c0591-9975-00bd-ec1c-0069abe569d9-f4d74ee1, #w-node-_42ea07ac-48f4-4ebf-eccf-fcd8eb44b82c-c87b6f4f, #w-node-_697c0591-9975-00bd-ec1c-0069abe569d9-c87b6f4f, #w-node-_42ea07ac-48f4-4ebf-eccf-fcd8eb44b82c-4c61d216, #w-node-_697c0591-9975-00bd-ec1c-0069abe569d9-4c61d216 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-edb842fe-7faf-bc57-3c01-9f123d06847c-f4d74ee1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-edb842fe-7faf-bc57-3c01-9f123d06847c-f4d74ee1 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Gt Zirkon';
  src: url('../fonts/GT-Zirkon-Medium.woff2') format('woff2'), url('../fonts/GT-Zirkon-Medium.woff') format('woff'), url('../fonts/GT-Zirkon-Medium.ttf') format('truetype'), url('../fonts/GT-Zirkon-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Zirkon';
  src: url('../fonts/GT-Zirkon-Regular.woff2') format('woff2'), url('../fonts/GT-Zirkon-Regular.woff') format('woff'), url('../fonts/GT-Zirkon-Regular.ttf') format('truetype'), url('../fonts/GT-Zirkon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}