.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: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brand {
  min-height: 55px;
  min-width: 55px;
  background-image: url('..//images/image-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

.navbar {
  background-color: #fff;
  padding: 16px;
}

.nav-menu {
  width: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  display: flex;
}

.button {
  display: block;
}

.button.btn {
  grid-column-gap: 24px;
  background-color: #000;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  margin-left: 0;
  padding: 10px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button.btn.w--current {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.button.btn.inverted {
  color: #000;
  background-color: #eee;
  font-weight: 600;
}

.button.btn.outline {
  color: #eee;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.btn.outline.black {
  color: #000;
  border-color: #000;
}

.button.btn {
  background-color: #000;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  padding: 10px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.btn.w--current {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.button.btn.inverted {
  color: #000;
  background-color: #eee;
  font-weight: 600;
}

.button.btn.right {
  align-self: flex-end;
}

.button.btn {
  background-color: #000;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
}

.button.btn.w--current {
  font-size: 16px;
}

.nav-link {
  color: #777;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:visited {
  color: #777;
}

.nav-link.w--current {
  color: #000;
}

.container {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.container.basecontainer {
  max-width: 1320px;
}

.container.basecontainer.navcontainer {
  max-width: 1224px;
  flex-direction: row;
  display: flex;
}

.sectionlanding {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.basecontainer {
  max-width: 1224px;
}

.basecontainer.hero {
  max-width: 1320px;
}

.div-block {
  max-height: 656px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 8px;
  display: flex;
}

.div-block-3 {
  max-width: 520px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 0 48px;
  display: flex;
}

.text-block-2 {
  color: #777;
  font-size: 16px;
}

.text-block-3, .text-block-4 {
  color: #777;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.sectionmethods {
  background-color: #f7f7f7;
  padding: 96px 16px;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.heading-2 {
  max-width: 500px;
  color: #000;
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.text-block-5 {
  max-width: 500px;
  color: #777;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.text-block-5.subtext-lg {
  text-align: left;
  font-family: Inter, sans-serif;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
}

.div-block-5 {
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.div-block-6 {
  width: 48px;
  height: 48px;
  background-color: #333;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.text-block-6 {
  color: #777;
  margin-top: 18px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 14px;
  line-height: 17px;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 50px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link-block.arrowlink.invert {
  filter: invert();
  filter: invert();
  margin-top: auto;
}

.text-block-7 {
  color: #fff;
}

.heading-3 {
  margin: -1px;
}

.heading-4 {
  margin: 0;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-2 {
  max-width: 781px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 200px;
  display: grid;
}

.heading-6 {
  max-width: 253px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-8 {
  color: #777;
  font-size: 20px;
  line-height: 26px;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.image-3 {
  width: 24px;
  height: 24px;
  filter: invert();
  transform: rotate(-180deg);
}

.left-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-right: 58px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.basecontainer-2 {
  max-width: 1220px;
  flex-direction: column;
  align-items: center;
  display: block;
}

.basecontainer-2.small {
  max-width: 600px;
}

.right-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-14 {
  height: 426px;
  background-image: url('..//images/Media-3_1Media-3.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block-14.first {
  min-width: 100%;
  display: block;
}

.div-block-14.fourth {
  background-image: url('..//images/WhatsApp-Image-2022-06-04-at-9.09.webp');
  background-size: cover;
  overflow: hidden;
}

.div-block-14.third {
  background-image: url('..//images/Media-2_1Media-2.webp');
  background-size: cover;
}

.div-block-14.fifth {
  background-image: url('..//images/landing_img_1landing_img.webp');
  background-position: 100%;
  background-size: cover;
}

.div-block-12 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 96px;
  margin-bottom: 12px;
  display: block;
}

.card {
  width: 100%;
  height: 100%;
  background-color: #eee;
  border: 0 solid rgba(0, 0, 0, .17);
  border-radius: 32px;
  margin: 10px 8px;
  display: inline-block;
  overflow: hidden;
}

.card.first {
  height: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: fill;
  flex-direction: column;
  margin: 0 8px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.first-copy {
  height: 100%;
  min-height: 523px;
  min-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  justify-items: stretch;
  margin: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  max-width: none;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.slide {
  margin: 0 8px;
}

.slide.first {
  margin-left: 0;
  margin-right: 8px;
}

.sectionreferences {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding-bottom: 24px;
  overflow: hidden;
}

.text-base {
  color: #777;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-9 {
  color: #fff;
}

.subtext-lg {
  max-width: 500px;
  color: #777;
  font-size: 20px;
  line-height: 26px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin: 0;
  padding: 48px;
  display: flex;
}

.mask {
  width: 43%;
  height: 662px;
  overflow: visible;
}

.slider {
  width: 100%;
  height: 726px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 25px;
  display: block;
  overflow: visible;
}

.slide-nav-2 {
  height: 40px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 425px;
  padding-top: 0;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-2 {
  width: 24px;
  height: 24px;
  filter: invert();
}

.fs-slider_arrow-left {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-right: 58px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-slider_slider {
  width: 100%;
  height: 900px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 25px;
  display: block;
  overflow: visible;
}

.fs-slider_slider.karrier {
  height: 600px;
}

.fs-slider_mask {
  width: 43%;
  height: 816px;
  overflow: visible;
}

.fs-slider_mask.karrier {
  width: 100%;
  height: 523px;
}

.slide-nav-3 {
  height: 40px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 425px;
  padding-top: 0;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs-slider_collection-list-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
  display: block;
}

.fs-slider_collection-list-wrapper.hide, .fs-slider_collection-list-wrapper.hide.karrier {
  display: none;
}

.fs-slider-collection-item {
  width: 100%;
  flex: 0 auto;
}

.fs-slider_arrow-right {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-slider_slide {
  width: 100%;
  height: 100%;
  margin: 0 8px;
}

.fs-slider_collection-list {
  height: 100%;
  min-height: 523px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.fs-slider_collection-list.karriere {
  flex-direction: column;
  display: block;
}

.heading-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.div-block-16 {
  height: 100%;
  min-height: 430px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 24px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-16.karrier {
  max-width: 100%;
  align-content: flex-start;
  align-items: flex-start;
  padding: 48px 72px;
  display: flex;
  position: relative;
}

.image-8 {
  width: 50%;
  max-height: 426px;
  max-width: 50%;
  min-width: 100%;
  object-fit: cover;
}

.image-8.karrier {
  width: 628px;
  max-width: 100%;
  min-height: 100%;
  min-width: 628px;
  display: block;
  position: static;
}

.sectionpartners {
  padding: 48px 16px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.sectioncta {
  background-color: #222;
}

.div-block-23 {
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 16px;
  display: block;
}

.div-block-24 {
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  max-width: 700px;
  color: #fff;
  text-align: left;
  font-size: 48px;
  line-height: 52px;
}

.text-block-10 {
  max-width: 500px;
  color: #999;
  text-align: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.sectioncarrier {
  padding: 96px 16px;
}

.div-block-25 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-26 {
  flex: 1;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 42px;
}

.text-block-11 {
  max-width: 500px;
  color: #777;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.link {
  outline-offset: 0px;
  color: #777;
  border: 0 #000;
  outline: 3px #777;
  text-decoration: none;
}

.text-block-12 {
  margin-bottom: 4px;
  padding-bottom: 0;
  font-weight: 600;
}

.link-block-2 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.section {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-28 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

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

.div-block-27 {
  background-color: #f7f7f7;
  border-radius: 32px;
  margin-left: 0;
  padding: 56px;
}

.text-block-13 {
  color: #777;
  margin-top: 48px;
}

.div-block-30 {
  justify-content: flex-end;
  display: flex;
}

.div-block-31 {
  width: 80px;
  height: 80px;
  background-color: #333;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 42px;
}

.heading-13 {
  max-width: 500px;
  color: #000;
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-block-14 {
  max-width: 500px;
  line-height: 24px;
}

.sectionheader {
  padding: 96px 16px 32px;
}

.sectionequipment {
  padding: 96px 16px;
  overflow: hidden;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-15 {
  max-width: 500px;
  color: #777;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.text-block-16 {
  color: #333;
  margin-bottom: 4px;
  font-weight: 600;
}

.text-block-17 {
  color: #777;
  font-size: 14px;
  line-height: 17px;
}

.div-block-32 {
  grid-column-gap: 12px;
  display: flex;
}

.div-block-33 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sectioncards {
  padding: 48px 16px 96px;
}

.grid-8 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-18 {
  color: #777;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-15 {
  max-width: 500px;
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.text-block-19 {
  max-width: 500px;
  color: #777;
  font-size: 20px;
  line-height: 26px;
}

.section-2 {
  padding: 48px 16px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-34 {
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 32px;
  overflow: hidden;
}

.div-block-35 {
  padding: 48px 24px 24px;
}

.heading-16 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}

.image-10 {
  height: 256px;
  min-width: 100%;
  object-fit: cover;
}

.sectionpublications {
  padding: 48px 16px 96px;
}

.div-block-36 {
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.text-block-20 {
  color: #777;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-21 {
  color: #000;
  padding-top: 4px;
  font-weight: 600;
}

.div-block-37 {
  margin-bottom: 36px;
}

.text-block-26 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-27 {
  max-width: 500px;
  color: #777;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.text-block-28 {
  color: #777;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-25 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-block {
  width: 100%;
  align-self: auto;
  margin-top: 0;
}

.section-5 {
  padding: 96px 0;
}

.heading-17 {
  max-width: 600px;
  color: #000;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.success-message {
  background-color: #f7f7f7;
  border-radius: 20px;
}

.inputlabel {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.text-span {
  color: #777;
}

.input {
  border: 1px #000;
  border-radius: 16px;
  align-self: auto;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .15), 1px 1px 2px rgba(0, 0, 0, .18);
}

.input.textarea {
  min-height: 123px;
}

.error-message {
  border-radius: 20px;
  margin-top: 16px;
  padding: 16px 12px;
}

.section-6 {
  background-color: #f7f7f7;
  padding: 48px 16px;
}

.grid-9 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-29 {
  margin-bottom: 16px;
  font-weight: 600;
}

.text-block-30 {
  line-height: 24px;
}

.link-2 {
  color: #333;
}

.text-block-31 {
  line-height: 24px;
}

.link-3, .link-4 {
  color: #333;
}

.list {
  margin-top: 24px;
  padding-left: 24px;
}

.list-item {
  margin-bottom: 4px;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
}

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

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

.utility-page-content-2 {
  max-width: 350px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.heading-25 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 88px;
}

.heading-24 {
  color: #444;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 600;
}

.text-block-32 {
  margin-bottom: 23px;
  font-size: 16px;
}

.actionmenu {
  grid-column-gap: 24px;
  order: 1;
  display: flex;
}

.section-7 {
  padding: 96px 24px;
}

.image-11 {
  z-index: 100;
  width: 321px;
  height: 792px;
  position: absolute;
  top: auto;
  bottom: -58%;
  left: 65%;
  right: auto;
}

.image-12 {
  margin-top: 70px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section-8 {
  grid-column-gap: 36px;
  border-bottom: 1px solid #cfcfcf;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-13 {
  width: 50%;
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 0%;
  object-fit: cover;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -14%;
}

.heading-26 {
  color: #000;
  margin-top: 40px;
  font-size: 24px;
  line-height: 30px;
}

.div-block-43 {
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #777;
  margin-bottom: 24px;
}

.text-block-33 {
  max-width: 860px;
  color: #777;
  font-size: 20px;
}

.section-9 {
  color: #777;
  padding: 96px 16px;
  font-size: 18px;
}

.paragraph-2 {
  color: #777;
  font-size: 20px;
}

.heading-27 {
  color: #000;
  font-size: 36px;
  line-height: 42px;
}

.heading-28 {
  color: #000;
  margin-bottom: 8px;
}

.div-block-44 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-47 {
  width: 48px;
  height: 48px;
  background-color: #000;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47.invert {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.div-block-48 {
  grid-column-gap: 16px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
}

.heading-29 {
  color: #fff;
  font-size: 24px;
}

.heading-29.invert {
  color: #000;
}

.heading-30 {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 30px;
}

.div-block-49 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
}

.paragraph-4 {
  margin-bottom: 24px;
}

.paragraph-5 {
  color: #333;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.paragraph-6 {
  color: #777;
  margin-bottom: 0;
  font-size: 18px;
}

.div-block-50 {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-14, .image-15 {
  max-height: 50px;
  flex: none;
}

.image-16 {
  max-height: 60px;
  flex: none;
}

.image-17 {
  max-height: 50px;
  flex: none;
}

.div-block-51 {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-31 {
  max-width: 600px;
  color: #000;
  margin-top: 0;
  margin-bottom: 68px;
  font-size: 30px;
  line-height: 36px;
}

.image-18 {
  max-width: 14px;
  filter: brightness(200%) invert();
}

.div-block-52 {
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.div-block-53 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.image-19 {
  flex: none;
}

.div-block-54 {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 38px;
  margin-bottom: 48px;
  display: flex;
}

.div-block-55 {
  margin-top: 48px;
  display: flex;
}

.grid-10 {
  width: 130%;
  max-width: 130%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-gallery {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.image-20 {
  width: 100%;
  height: 300px;
  min-width: 0;
  object-fit: cover;
  border-radius: 16px;
}

.image-20.grid-gallery {
  border-radius: 16px;
}

.div-block-56 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-11 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-57 {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-57.invert {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.text-block-35 {
  font-size: 24px;
  line-height: 30px;
}

.paragraph-7 {
  color: #777;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
}

.heading-32 {
  color: #000;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-58 {
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.section-10 {
  background-image: url('..//images/Media_1.webp');
  background-position: 0 0;
  background-size: cover;
  padding-left: 16px;
  padding-right: 16px;
}

.heading-33 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 64px;
}

.paragraph-8 {
  max-width: 400px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.section-11 {
  padding: 96px 16px;
}

.heading-34 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  line-height: 64px;
}

.text-block-36 {
  color: #777;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 26px;
}

.grid-12 {
  grid-template-rows: auto;
}

.paragraph-9 {
  max-width: 500px;
  line-height: 24px;
}

.section-12 {
  background-color: #000;
  padding-top: 192px;
  padding-bottom: 192px;
}

.heading-35 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  line-height: 64px;
}

.text-block-37 {
  max-width: 500px;
  color: #cfcfcf;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 26px;
}

.grid-13 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-38 {
  color: #fff;
  font-weight: 600;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  flex: none;
}

.div-block-60 {
  background-color: #000;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}

.section-13 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-61 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-39 {
  max-width: 500px;
  color: #fff;
  font-size: 32px;
  line-height: 39px;
}

.text-block-40 {
  color: #fff;
  margin-top: 24px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-62 {
  max-width: 600px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-14 {
  padding-top: 96px;
  padding-bottom: 60px;
}

.text-block-41 {
  color: #777;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.heading-36 {
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}

.heading-37 {
  color: #777;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.div-block-63 {
  grid-column-gap: 8px;
  display: flex;
}

.div-block-51-copy {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.div-block-50-copy {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-6-copy {
  color: #777;
  margin-bottom: 0;
  font-size: 18px;
}

.div-block-63-copy {
  grid-column-gap: 12px;
  display: flex;
}

.div-block-64 {
  width: 100%;
}

.heading-9-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.paragraph-10 {
  direction: ltr;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  position: static;
}

.section-15 {
  padding-top: 48px;
  padding-bottom: 96px;
}

.div-block-65 {
  grid-column-gap: 48px;
  background-color: #f7f7f7;
  border-radius: 16px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  display: flex;
}

.paragraph-11 {
  color: #777;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-38 {
  max-width: 500px;
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.paragraph-12 {
  color: #777;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-2 {
  text-decoration: underline;
}

.image-24 {
  flex: 0 auto;
}

.section-16 {
  padding-top: 96px;
  padding-bottom: 48px;
}

.text-block-42 {
  color: #777;
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
}

.div-block-66 {
  max-width: 620px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-17 {
  color: #333;
  padding-top: 96px;
  padding-bottom: 120px;
}

.heading-39 {
  color: #000;
}

.paragraph-13 {
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 76px;
}

.paragraph-14 {
  margin-bottom: 16px;
  font-weight: 600;
}

.paragraph-15 {
  max-width: 1000px;
  margin-bottom: 48px;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.list-2 {
  max-width: 1000px;
  margin-bottom: 48px;
}

.paragraph-15-copy {
  max-width: 1000px;
  max-width: 1000px;
  margin-bottom: 16px;
}

.paragraph-16 {
  max-width: 1000px;
  margin-bottom: 16px;
  padding-left: 32px;
}

.paragraph-17 {
  margin-bottom: 48px;
}

.heading-40 {
  margin-top: 96px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 52px;
}

.paragraph-18 {
  color: #777;
  font-size: 20px;
  line-height: 26px;
}

.list-3 {
  max-width: 1000px;
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 48px;
  display: flex;
}

.list-item-5 {
  padding-left: 16px;
}

.nav-link-copy {
  color: #777;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-copy:visited, .nav-link-copy.w--current {
  color: #777;
}

@media screen and (max-width: 991px) {
  .brand {
    flex: 0 auto;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-start;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    border-radius: 1px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
  }

  .icon {
    color: #000;
  }

  .container.basecontainer.navcontainer {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .basecontainer {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .grid-2 {
    justify-items: center;
    padding: 100px 0;
  }

  .heading-6 {
    text-align: center;
  }

  .text-block-8.right {
    text-align: right;
  }

  .div-block-7 {
    align-content: center;
    justify-content: center;
    display: flex;
  }

  .div-block-14.first {
    height: 200px;
    background-size: cover;
  }

  .div-block-14.fourth, .div-block-14.third, .div-block-14.fifth {
    height: 200px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .card.first {
    min-height: 500px;
  }

  .card.first-copy {
    min-height: 500px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .sectionreferences {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtext-lg {
    text-align: left;
  }

  .div-block-15 {
    padding: 24px;
  }

  .mask {
    height: 484px;
  }

  .slider {
    height: 548px;
  }

  .fs-slider_slider, .fs-slider_slider.karrier {
    height: 900px;
  }

  .fs-slider_mask {
    height: 484px;
  }

  .fs-slider_mask.karrier {
    height: 800px;
  }

  .fs-slider_slide {
    height: 500px;
  }

  .fs-slider_slide.karrier {
    height: 100%;
  }

  .div-block-16 {
    height: 514px;
    padding: 24px;
  }

  .div-block-16.karrier {
    height: 400px;
    min-height: 300px;
    padding: 24px;
  }

  .image-8 {
    height: 300px;
  }

  .image-8.karrier {
    width: 100%;
    height: 400px;
    max-height: 500px;
  }

  .div-block-25 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-12 {
    text-align: center;
  }

  .text-block-11 {
    text-align: center;
    padding-bottom: 24px;
  }

  .grid-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image-11 {
    max-width: 40%;
    right: -10%;
    overflow: visible;
  }

  .div-block-42 {
    grid-template-columns: 1fr;
  }

  .image-13 {
    min-width: 100%;
    display: none;
    overflow: visible;
  }

  .div-block-43 {
    align-items: flex-start;
  }

  .grid-12 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    max-width: none;
  }

  .image-21 {
    width: 100%;
  }

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

  .div-block-60 {
    flex-direction: column;
  }

  .div-block-61 {
    align-items: flex-start;
    padding: 24px;
  }

  .image-23 {
    max-height: 500px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .div-block-65 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    max-height: 850px;
    flex-direction: column;
    overflow: visible;
  }

  .heading {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .div-block-3 {
    max-width: 100%;
    align-items: center;
    margin-bottom: -344px;
    overflow: visible;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-4 {
    margin-top: 181px;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
  }

  .heading-6 {
    text-align: center;
  }

  .div-block-7 {
    justify-content: center;
  }

  .card.first, .card.first-copy {
    min-height: 500px;
  }

  .mask, .fs-slider_mask {
    width: 60%;
  }

  .fs-slider_slide {
    height: 500px;
  }

  .heading-9 {
    font-size: 23px;
    line-height: 27px;
  }

  .div-block-16.karrier {
    max-width: none;
  }

  .image-8 {
    height: 300px;
  }

  .image-8.karrier {
    min-width: 0;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-25 {
    padding-left: 0;
  }

  .heading-12 {
    text-align: center;
  }

  .grid-6 {
    grid-template-columns: 1.5fr;
  }

  .sectionheader {
    padding-top: 64px;
  }

  .sectionequipment {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .sectioncards {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .collection-list, .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-27, .text-block-28 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-17 {
    font-size: 36px;
    line-height: 42px;
  }

  .grid-9 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-11 {
    height: 100%;
    max-width: 50%;
    object-fit: contain;
    flex: 0 auto;
    margin-top: 80px;
    position: static;
  }

  .image-12 {
    margin-top: 24px;
  }

  .div-block-44 {
    display: none;
  }

  .div-block-46 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-51 {
    width: 100%;
  }

  .grid-11 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .heading-33, .heading-34 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-36 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-35 {
    font-size: 36px;
    line-height: 43px;
  }

  .text-block-37 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .section-13 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-39 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-23 {
    width: 100%;
    max-height: 300px;
    max-width: none;
    object-fit: cover;
  }

  .heading-37 {
    font-size: 23px;
    line-height: 27px;
  }

  .div-block-51-copy {
    width: 100%;
  }

  .div-block-63-copy {
    grid-column-gap: 8px;
  }

  .heading-9-copy {
    font-size: 23px;
    line-height: 27px;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-38 {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-24 {
    max-width: 160px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button.btn, .button.btn.inverted, .button.btn.outline, .button.btn, .button.btn.inverted {
    font-size: 14px;
  }

  .button.btn.right {
    align-self: stretch;
  }

  .button.btn {
    font-size: 14px;
  }

  .container.basecontainer.navcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    max-height: 750px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-3 {
    align-items: center;
    margin-bottom: -292px;
    padding: 24px 24px 48px;
  }

  .text-block-2 {
    text-align: center;
  }

  .sectionmethods {
    padding-top: 64px;
  }

  .div-block-4 {
    margin-top: 211px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-5.subtext-lg {
    font-size: 16px;
    line-height: 20px;
  }

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

  .link-block.arrowlink.invert {
    align-items: center;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .grid-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-14.first, .div-block-14.fourth, .div-block-14.third, .div-block-14.fifth {
    height: 250px;
  }

  .div-block-12 {
    margin-top: 64px;
  }

  .card.first, .card.first-copy {
    min-height: 500px;
  }

  .heading-7, .heading-8 {
    font-size: 30px;
    line-height: 36px;
  }

  .subtext-lg {
    font-size: 16px;
    line-height: 20px;
  }

  .mask {
    width: 90%;
  }

  .fs-slider_slider.karrier {
    height: 820px;
  }

  .fs-slider_mask {
    width: 90%;
  }

  .fs-slider_mask.karrier {
    height: auto;
  }

  .fs-slider-collection-item {
    width: 100%;
  }

  .fs-slider_slide {
    height: 500px;
  }

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

  .div-block-16.karrier {
    height: auto;
    min-height: 0;
  }

  .image-8 {
    height: 256px;
  }

  .image-8.karrier {
    height: 250px;
  }

  .div-block-23 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-24 {
    align-items: stretch;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 20px;
  }

  .sectioncarrier {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .div-block-27 {
    padding: 24px;
  }

  .collection-list, .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .form-block {
    margin-top: 24px;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-17 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .section-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .image-11 {
    max-width: 60vw;
    margin-top: 80px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 16px;
  }

  .div-block-50 {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-51 {
    width: 100%;
  }

  .heading-31 {
    display: none;
  }

  .grid-11 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-10, .section-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    max-height: 320px;
  }

  .div-block-51-copy {
    width: 100%;
  }

  .div-block-50-copy {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-6-copy {
    font-size: 16px;
  }

  .heading-9-copy {
    font-size: 20px;
    line-height: 24px;
  }
}

#w-node-c27ad17c-dd02-8be9-ccfd-1da52a56bacc-0bac110a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ab122177-1de5-ab89-6947-552bf8387fa0-0bac110a, #w-node-_3040b1ff-7866-79b0-f24d-8f720d04f8d3-0bac110a, #w-node-_3040b1ff-7866-79b0-f24d-8f720d04f8d5-0bac110a, #w-node-_5eede0d2-1c2f-9d0b-b407-5f3823d7f508-0bac110a, #w-node-_5eede0d2-1c2f-9d0b-b407-5f3823d7f50a-0bac110a, #w-node-_84f726a6-7693-f239-caf0-a96fcb6d5be0-0bac110a, #w-node-_84f726a6-7693-f239-caf0-a96fcb6d5be2-0bac110a, #w-node-d4c49d3e-2cd1-d2d0-d9c0-c5a844202b5a-0bac110a, #w-node-d4c49d3e-2cd1-d2d0-d9c0-c5a844202b5c-0bac110a, #w-node-fd51acb9-a30e-2362-a262-37b8d5cedf30-0bac110a, #w-node-a3f521f2-9e55-0f68-769d-672f8b8999ae-0bac110a, #w-node-cfa513c6-754b-a04a-ea78-b4e5f85cae00-0bac110a, #w-node-_3e8188d1-0d4d-a4a3-b4db-23f77feb743f-0bac110a, #w-node-_663a5a9a-e3c6-d84e-1744-2775be6e9d87-0bac110a, #w-node-_05eb41c2-b174-a019-5326-3de1175f8b35-0bac110a, #w-node-_6d62f497-631a-6494-6a37-f63752d8633b-0bac110a, #w-node-a1dd24c9-c709-bcb5-d3d6-3d07cc7bbd4e-0bac110a, #w-node-_9ac32501-94db-fbe4-b5a3-6925e0bb983c-0bac110a, #w-node-e13b313b-159f-70b6-4c17-e7898b6d19f3-0bac110a, #w-node-dad2cbef-8cbe-be21-030b-7dd54a324646-0bac110a, #w-node-e0f1d293-8d5a-12cc-db30-69746fb0bdb9-0bac110a, #w-node-_798bd0c1-3cb7-434e-6d6a-d9f5cf7a1dca-0bac110a, #w-node-_8d7cc880-7eef-449d-a901-f4a057984c6a-0bac110a, #w-node-ae64c5f8-c400-9f88-b3d9-410b5412351e-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b5412351f-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b54123520-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b54123522-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b5412352e-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b5412352f-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b54123531-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b54123539-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b5412353a-5412351a, #w-node-ae64c5f8-c400-9f88-b3d9-410b5412353c-5412351a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae64c5f8-c400-9f88-b3d9-410b54123542-5412351a {
  align-self: start;
  justify-self: end;
}

#w-node-ae64c5f8-c400-9f88-b3d9-410b54123543-5412351a, #w-node-fa61e2e6-274c-41f8-c7fd-ecd12ffa3f3c-7e2fa8de, #w-node-_38d08344-6ac2-59f7-1269-9e54073ddc48-7e2fa8de, #w-node-_369fb076-ab7f-463e-1734-b87ecb2ed84c-7e2fa8de, #w-node-ed0d1e98-3781-a6db-1b4d-5c1360944c06-7e2fa8de, #w-node-_62edf5a5-9b92-f86b-5123-76d9b7c5d2af-7e2fa8de, #w-node-c3a33559-f322-8afb-ec0c-30f138a7b056-7e2fa8de, #w-node-c3a33559-f322-8afb-ec0c-30f138a7b059-7e2fa8de, #w-node-c3a33559-f322-8afb-ec0c-30f138a7b062-7e2fa8de, #w-node-c3a33559-f322-8afb-ec0c-30f138a7b065-7e2fa8de, #w-node-c3a33559-f322-8afb-ec0c-30f138a7b06e-7e2fa8de, #w-node-c3a33559-f322-8afb-ec0c-30f138a7b071-7e2fa8de, #w-node-_3f03bedd-7065-1edc-4281-c217b334d747-b334d745, #w-node-_3f03bedd-7065-1edc-4281-c217b334d748-b334d745, #w-node-_3f03bedd-7065-1edc-4281-c217b334d749-b334d745, #w-node-_3f03bedd-7065-1edc-4281-c217b334d74a-b334d745, #w-node-_3f03bedd-7065-1edc-4281-c217b334d74b-b334d745, #w-node-_2a285e99-55c6-7569-44ce-efece006136e-803fc4e4, #w-node-_72148af7-a775-873e-2d68-924c0e0a4fb4-803fc4e4, #w-node-c7654a56-8203-78e3-d0f0-65ccd9968ffa-803fc4e4, #w-node-_5e02cbd5-c370-e48d-0886-8e2b5079bf8a-803fc4e4, #w-node-_177d4d2c-e571-31cf-a37b-a90d1b63748f-803fc4e4, #w-node-_57cea912-2b9a-9c98-ecc2-30c64a5da17b-803fc4e4, #w-node-_85c1da6d-912e-454f-408f-5c09135cd526-803fc4e4, #w-node-_87966b0d-fce5-7763-7c57-761029c2a7ff-803fc4e4, #w-node-fa61e2e6-274c-41f8-c7fd-ecd12ffa3f3c-cbe29bc3, #w-node-_38d08344-6ac2-59f7-1269-9e54073ddc48-cbe29bc3, #w-node-_369fb076-ab7f-463e-1734-b87ecb2ed84c-cbe29bc3, #w-node-ed0d1e98-3781-a6db-1b4d-5c1360944c06-cbe29bc3, #w-node-_62edf5a5-9b92-f86b-5123-76d9b7c5d2af-cbe29bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa0044d3-090e-0d53-a359-2f5d0d1a949a-cbe29bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-aa0044d3-090e-0d53-a359-2f5d0d1a949d-cbe29bc3, #w-node-aa0044d3-090e-0d53-a359-2f5d0d1a94b2-cbe29bc3, #w-node-aa0044d3-090e-0d53-a359-2f5d0d1a94b5-cbe29bc3, #w-node-aa0044d3-090e-0d53-a359-2f5d0d1a94be-cbe29bc3, #w-node-aa0044d3-090e-0d53-a359-2f5d0d1a94c1-cbe29bc3, #w-node-fa61e2e6-274c-41f8-c7fd-ecd12ffa3f3c-0b67b456, #w-node-a837b8e4-08d0-933a-7db2-e524822cc9fd-0b67b456, #w-node-_38d08344-6ac2-59f7-1269-9e54073ddc48-0b67b456, #w-node-_73c5bb1c-f99e-f835-d33b-072ae339229a-0b67b456, #w-node-_369fb076-ab7f-463e-1734-b87ecb2ed84c-0b67b456, #w-node-ed0d1e98-3781-a6db-1b4d-5c1360944c06-0b67b456, #w-node-_62edf5a5-9b92-f86b-5123-76d9b7c5d2af-0b67b456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152c1f32-6166-d68d-4e2b-2d4f84e7c03c-0b67b456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_152c1f32-6166-d68d-4e2b-2d4f84e7c03f-0b67b456, #w-node-_152c1f32-6166-d68d-4e2b-2d4f84e7c048-0b67b456, #w-node-_152c1f32-6166-d68d-4e2b-2d4f84e7c04b-0b67b456, #w-node-_152c1f32-6166-d68d-4e2b-2d4f84e7c060-0b67b456, #w-node-_152c1f32-6166-d68d-4e2b-2d4f84e7c063-0b67b456, #w-node-fa61e2e6-274c-41f8-c7fd-ecd12ffa3f3c-4f244127, #w-node-_3735d59b-428d-dad5-f285-846feae9a377-4f244127, #w-node-e4a76f90-a259-f5f6-ed6b-b58b2f7c275c-4f244127, #w-node-e4a76f90-a259-f5f6-ed6b-b58b2f7c2795-4f244127, #w-node-e4a76f90-a259-f5f6-ed6b-b58b2f7c27c7-4f244127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf3d92e-0d80-f341-c083-f3aa1162b111-4f244127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ecf3d92e-0d80-f341-c083-f3aa1162b114-4f244127, #w-node-ecf3d92e-0d80-f341-c083-f3aa1162b11d-4f244127, #w-node-ecf3d92e-0d80-f341-c083-f3aa1162b120-4f244127, #w-node-ecf3d92e-0d80-f341-c083-f3aa1162b129-4f244127, #w-node-ecf3d92e-0d80-f341-c083-f3aa1162b12c-4f244127, #w-node-_3c97c9a0-e6e9-fe8a-1b7f-3861864c21e6-c0b18b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16458596-b489-3d57-cdb2-bdc085e82ff5-c0b18b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8a283b31-6c8b-3488-9fb3-7ea5bfa6b2a7-c0b18b50, #w-node-ab0a1a90-b7a0-5d64-cee6-21e8d76271e3-c0b18b50, #w-node-_0e99e695-53dd-ec37-ee96-eaecc0184e95-c0b18b50, #w-node-_12f30037-7066-41fa-2e55-8c451f5d6ef8-c0b18b50, #w-node-_4bc8c460-c8ac-bcce-4c20-aeb1835e5210-c0b18b50, #w-node-_6e6fc69e-1606-c383-b3c6-85196444c058-c0b18b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484069f2-5588-6785-ea08-8a269bfa6ce5-c0b18b50, #w-node-f85e3253-8636-ad60-63ca-f5fbc8c4c999-c0b18b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-f85e3253-8636-ad60-63ca-f5fbc8c4c99a-c0b18b50 {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-fd51acb9-a30e-2362-a262-37b8d5cedf30-0bac110a {
    justify-self: stretch;
  }

  #w-node-ae64c5f8-c400-9f88-b3d9-410b54123542-5412351a {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4c49d3e-2cd1-d2d0-d9c0-c5a844202b5a-0bac110a, #w-node-d4c49d3e-2cd1-d2d0-d9c0-c5a844202b5c-0bac110a {
    justify-self: center;
  }

  #w-node-_484069f2-5588-6785-ea08-8a269bfa6ce6-c0b18b50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c97c9a0-e6e9-fe8a-1b7f-3861864c21e6-c0b18b50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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