body {
  color: #cfcfcf;
  background-color: #05070f;
  font-family: Eurostile extendedtwo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

a {
  text-decoration: underline;
}

.bg-wrapper {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-wrapper.validate {
  height: 120vh;
  bottom: auto;
}

.bg-wrapper.none {
  display: none;
}

.home--content-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 10%;
}

.home--content-wrapper.overview {
  justify-content: center;
  right: 15%;
}

.home--content-container {
  flex: 1;
}

.home--content-container.overview {
  flex: 0 auto;
}

.home--title {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.6;
}

.button--container {
  color: #05070f;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 32px;
  line-height: 1;
  text-decoration: none;
}

.button--wrapper {
  width: 240px;
  background-color: #fff;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.button--line {
  width: 0;
  height: 1px;
  background-color: #05070f;
  margin-right: 16px;
}

.button--line.hover {
  background-color: #fff;
  margin-left: 32px;
}

.button--text {
  z-index: 0;
  color: #05070f;
  text-align: left;
  position: absolute;
  top: 16px;
  left: 48px;
}

.button--bg {
  z-index: 0;
  width: 10px;
  background-color: #087ebb;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.button--bg-text {
  z-index: 4;
  color: #fff;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 48px;
}

.page-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper.slider {
  padding-bottom: 0;
}

.div--fixed {
  z-index: 3;
  position: fixed;
}

.div--fixed.top-left {
  color: #cfcfcf;
  padding: 6px 18px;
  text-decoration: none;
  top: 35px;
  bottom: auto;
  left: 55px;
  right: auto;
}

.div--fixed.bottom-left {
  bottom: 35px;
  left: 55px;
}

.fixed--text {
  z-index: 2;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
}

.fixed--bg-div {
  z-index: 1;
  width: 6px;
  background-color: #087ebb;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.content--container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.content--container.fold {
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 60vh;
}

.content--container.imprint {
  padding-top: 9vh;
}

.content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.content.second {
  justify-content: center;
  margin-bottom: 80px;
}

.content.second.padding {
  padding-top: 29vh;
  padding-bottom: 29vh;
}

.content._2-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding-top: 60px;
  display: grid;
}

.content.features {
  text-align: center;
  align-items: stretch;
  margin-bottom: 60px;
}

.content.image {
  height: 50vw;
  justify-content: center;
  margin-bottom: 96px;
}

.content._3-grid {
  max-width: 870px;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content.spline-bg {
  margin-bottom: 40vh;
}

.content.hero {
  margin-bottom: 287px;
}

.h1 {
  text-transform: uppercase;
  margin-bottom: .8em;
}

.scroll-to-discover-txt {
  color: #087ebb;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: -207px;
  bottom: auto;
  left: 80px;
  right: auto;
}

.scroll-arrow {
  position: absolute;
  top: -275px;
  bottom: auto;
  left: 0;
  right: auto;
}

.arrow--body {
  width: 2px;
  height: 150px;
  background-color: #087ebb;
}

.arrow--triangle {
  width: 0;
  height: 0;
  border-top: 5px solid #087ebb;
  border-left: 5px solid rgba(8, 126, 187, 0);
  border-right: 5px solid rgba(8, 126, 187, 0);
  position: absolute;
  top: auto;
  bottom: -5px;
  left: -4px;
  right: auto;
}

.fade {
  z-index: 2;
  height: 120px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: linear-gradient(rgba(5, 7, 15, 0), #05070f 50%);
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.fade.top {
  background-image: linear-gradient(to top, rgba(5, 7, 15, 0), #05070f 50%);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-first {
  align-self: flex-start;
  margin-bottom: 180px;
  margin-left: 80px;
  margin-right: 55%;
  position: absolute;
}

.content-first.anim {
  margin-bottom: 18px;
}

.content-first.about {
  margin-left: 55%;
  margin-right: 80px;
}

.content-first.about-page {
  margin-top: -160px;
  position: relative;
}

.content-second {
  z-index: 1;
  align-self: flex-end;
  margin-left: 55%;
  margin-right: 80px;
  position: relative;
}

.content-second.inverse {
  margin-left: 80px;
  margin-right: 55%;
}

.content-image-1 {
  z-index: 0;
  width: 60%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -78px;
  right: auto;
}

.content-image-1.inverse {
  left: 50%;
  right: 0%;
}

.grid-item {
  border-top: 1px solid #087ebb;
  padding: 24px 86px 24px 48px;
  position: relative;
}

.grid-item.service {
  text-align: left;
  border-top-style: none;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.grid-item.service.validate {
  justify-content: center;
}

.grid-item.services {
  width: 50%;
  text-align: left;
  border-top-style: none;
  padding: 0;
  display: flex;
}

.grid-item.key {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-style: none;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 0;
  display: flex;
}

.grid-h {
  color: #087ebb;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-index {
  width: 60px;
  height: 60px;
  color: #087ebb;
  border: 1px solid #087ebb;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-subh {
  width: 22ch;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 2.1;
}

.content-subh._2 {
  width: 32ch;
  margin-top: 0;
}

.key-specs-h-container {
  background-color: #121522;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 42px;
  display: flex;
}

.image {
  height: 54px;
}

.h-key-specs {
  color: #666a7f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 2em;
  font-size: 20px;
}

.key-specs-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0e0f16;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

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

.key-specs-h3 {
  color: #087ebb;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.key-specs-h3.align-left {
  text-align: left;
}

.content-image-2 {
  width: 70%;
  align-self: flex-start;
  margin-left: -60px;
  margin-right: auto;
}

.content-image-2.val {
  width: 64%;
}

.blue-txt {
  color: #087ebb;
  margin-right: 24px;
  font-weight: 600;
}

.fullpage-slider {
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0);
}

.slider-arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .5s;
  display: flex;
  right: 40px;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slider-arrow.left {
  justify-content: flex-start;
  left: 40px;
  right: auto;
}

.hidden-icon {
  display: none;
}

.slider-arrow-img {
  padding: 12px;
}

.slider-arrow-img.flipped {
  transform: rotate(180deg);
}

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

.slider-container {
  height: 100%;
  position: relative;
}

.overview-p {
  max-width: 47ch;
  margin-top: 32px;
}

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

.quote {
  width: 40%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spline-container {
  width: 80%;
  height: 60vh;
  position: absolute;
  top: -41.3vh;
  right: -9.5vw;
}

.spline-container.validate {
  width: 100%;
  height: 100vh;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}

.spline-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.spline-logo-hider {
  z-index: 2;
  width: 138px;
  height: 36px;
  background-color: #05070f;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.tooltip-wrapper {
  position: absolute;
}

.bg-image {
  max-height: 100svh;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.circleprogress {
  z-index: 200;
  width: 50px;
  height: 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(207, 207, 207, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 77px;
  right: 62px;
  overflow: hidden;
}

.circleprogress.backlink {
  color: #cfcfcf;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .2s;
  right: 119px;
}

.circleprogress.backlink:hover {
  border-color: #087ebb;
}

.circleprogress.backlink.imprint {
  right: 62px;
}

.lottie-animation {
  max-height: 132%;
  max-width: 132%;
  min-height: 132%;
  min-width: 132%;
}

.paragraph {
  color: #05070f;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.html-embed {
  display: none;
}

.about-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.about-info-icon {
  color: #cfcfcf;
  background-color: #070a14;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.about-icon {
  width: 25%;
}

.div-block {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imprint a {
  color: #cfcfcf;
  text-decoration: underline;
}

.imprintlink {
  z-index: 7;
  position: fixed;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 55px;
}

.link {
  color: #cfcfcf;
}

.imprint-link {
  color: #cfcfcf;
  text-decoration: underline;
}

.dark-transparent {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#05070f, #05070f);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero--hover {
  position: absolute;
}

.hero--hover-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(8, 126, 187, .1);
  position: absolute;
}

.hover-area {
  width: 40px;
  height: 40px;
  border: 3px solid #cfcfcf;
  border-radius: 20px;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -20px;
  right: auto;
}

.hover-area:hover {
  border-width: 2px;
  border-color: #087ebb;
  transform: scale(1.5);
}

.hover-content {
  width: 450px;
  border-top: 1px solid rgba(207, 207, 207, .5);
  font-size: 12px;
  position: absolute;
}

.hover-text {
  width: 410px;
  margin: 24px 20px;
  font-size: 14px;
  overflow: hidden;
}

.overview-slidebg._1 {
  background-image: url('../images/Wildcat_dunkel-ai.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-slidebg._2 {
  background-image: url('../images/aistrike_dunkel-ai.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-slidebg._3 {
  background-image: url('../images/AW149_dunkel-ai.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.global--back-arrow {
  position: fixed;
}

.image-about-us {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .home--content-wrapper {
    justify-content: center;
  }

  .home--content-container {
    flex: 0 auto;
  }

  .home--title {
    font-size: 32px;
  }

  .content-first {
    margin-left: 0;
    margin-right: 40%;
  }

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

  .hero--hover-container._1 {
    top: -594px;
    left: -608.734px;
  }

  .hero--hover-container._2 {
    left: -596.383px;
  }
}

@media screen and (max-width: 767px) {
  .home--content-wrapper {
    right: 24px;
  }

  .home--content-wrapper.overview {
    padding-left: 24px;
    padding-right: 24px;
    right: 0%;
  }

  .div--fixed.top-left {
    top: 24px;
    left: 24px;
  }

  .content--container.fold {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .content.image {
    height: auto;
  }

  .content-first {
    margin-right: 0%;
  }

  .content-second {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-item {
    padding-left: 24px;
    padding-right: 50px;
  }

  .grid-item.services {
    width: 100%;
  }

  .grid-item.key {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-index {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .key-specs-h-container {
    flex-direction: column;
  }

  .h-key-specs {
    margin-top: 1em;
    margin-left: 0;
  }

  .key-specs-grid, .key-specs-grid._2-grid {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    top: auto;
    bottom: 128px;
    left: auto;
    right: 24px;
  }

  .slider-arrow.left {
    left: 24px;
  }

  .quote.validate {
    width: 100%;
    position: static;
  }

  .circleprogress {
    right: 80px;
  }

  .circleprogress.backlink {
    right: 19px;
  }

  .hero--hover-container {
    max-width: 80vw;
  }

  .hero--hover-container._1 {
    left: -550.734px;
  }

  .hero--hover-container._2 {
    left: -656.383px;
  }

  .hero--hover-container._3 {
    top: -493px;
    left: -259.359px;
  }

  .hover-area {
    left: 213px;
  }

  .hover-content {
    width: 100%;
  }

  .hover-text {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .home--title {
    font-size: 20px;
  }

  .div--fixed.top-left {
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .div--fixed.bottom-left {
    bottom: 12px;
    left: 12px;
  }

  .content--container.fold {
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .content--container.imprint {
    width: 100%;
    max-width: none;
  }

  .content._2-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content.image {
    height: auto;
  }

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

  .scroll-to-discover-txt {
    left: 24px;
  }

  .scroll-arrow {
    left: 12px;
  }

  .content-first {
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-first.about-page {
    margin-bottom: 100px;
  }

  .content-second {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-item {
    padding-left: 0;
    padding-right: 24px;
  }

  .grid-h {
    left: 24px;
  }

  .grid-index {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .content-subh {
    width: auto;
  }

  .h-key-specs {
    font-size: 18px;
  }

  .slider-arrow {
    bottom: 78px;
  }

  .quote.validate {
    width: 100%;
    position: static;
  }

  .circleprogress.backlink.imprint {
    width: 50px;
    right: 12px;
  }

  .about-info-icon {
    text-align: center;
  }

  .imprint {
    width: 90vw;
  }

  .imprintlink {
    bottom: 24px;
    right: 12px;
  }

  .hero--hover-container._1 {
    top: -423px;
    left: -490.734px;
  }

  .hero--hover-container._2 {
    left: -533.383px;
  }

  .hero--hover-container._3 {
    top: -456px;
    left: -199.359px;
  }
}

#w-node-_93041924-c5e2-32e6-a53d-4768b7a454ae-9fcd5253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6212d85c-484b-0102-4964-d00e5fb52788-9fcd5253, #w-node-_883b798b-69da-29da-ba4b-49dec9678dd5-9fcd5253, #w-node-_996dadf1-b3e8-f1f7-e8f6-1b50244c3d48-9fcd5253, #w-node-f79d7777-3c0f-4039-6dcc-41da8acc0e1d-9fcd5253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fd32a37c-fa71-b631-cb3b-d48227f86570-9fcd5253, #w-node-c1497700-a5a5-d980-d29d-c56f4a1011bd-9fcd5253, #w-node-_3cc05dc7-53f6-a17f-ad34-db4754902014-9fcd5253, #w-node-_9c8e3af6-d5cb-75e6-225d-17ca4f78b863-9fcd5253, #w-node-_80d98c95-02a3-ed29-35cb-61021e314072-9fcd5253, #w-node-_6a2d401b-bdb7-3d24-7525-ec8bdfad9f61-9fcd5253, #w-node-_21ef8494-a666-ecc9-119a-1a79afdeb26e-9fcd5253, #w-node-_1a552760-861a-49e2-d714-0298e627645b-9fcd5253, #w-node-_53391a5d-613f-64e5-789e-b7478e1319be-9fcd5253, #w-node-febe48da-62a8-1b28-5912-ab00e5bbd365-9fcd5253, #w-node-_711f9e10-7880-754d-932f-e97458a3f0ad-9fcd5253, #w-node-ad3b0c7c-96c2-2e9f-efd9-563a473a6031-9fcd5253, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdb4-9fcd5253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13fda74b-1b94-8647-d0e1-355fe125fdb6-9fcd5253, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdbd-9fcd5253, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdc4-9fcd5253, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdc9-9fcd5253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ccdaddf1-2ecd-e6e2-6fd8-ca564ddf3051-9fcd5253, #w-node-ccdaddf1-2ecd-e6e2-6fd8-ca564ddf3056-9fcd5253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccdaddf1-2ecd-e6e2-6fd8-ca564ddf305b-9fcd5253 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_93041924-c5e2-32e6-a53d-4768b7a454ae-289580a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6212d85c-484b-0102-4964-d00e5fb52788-289580a3, #w-node-_883b798b-69da-29da-ba4b-49dec9678dd5-289580a3, #w-node-_996dadf1-b3e8-f1f7-e8f6-1b50244c3d48-289580a3, #w-node-f79d7777-3c0f-4039-6dcc-41da8acc0e1d-289580a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_13fda74b-1b94-8647-d0e1-355fe125fdb4-289580a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13fda74b-1b94-8647-d0e1-355fe125fdb6-289580a3, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdbd-289580a3, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdc4-289580a3, #w-node-_13fda74b-1b94-8647-d0e1-355fe125fdc9-289580a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_48417759-f9db-b040-de49-753aedad0684-289580a3, #w-node-_48417759-f9db-b040-de49-753aedad068d-289580a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48417759-f9db-b040-de49-753aedad0693-289580a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_93041924-c5e2-32e6-a53d-4768b7a454ae-74b94462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6212d85c-484b-0102-4964-d00e5fb52788-74b94462, #w-node-_883b798b-69da-29da-ba4b-49dec9678dd5-74b94462, #w-node-_84bf76be-c588-3606-75be-a01cd4a1a646-74b94462, #w-node-_56bc5b7c-30cc-2904-f7e2-0ec3721f08b9-74b94462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fd32a37c-fa71-b631-cb3b-d48227f86570-74b94462, #w-node-c1497700-a5a5-d980-d29d-c56f4a1011bd-74b94462, #w-node-_3cc05dc7-53f6-a17f-ad34-db4754902014-74b94462, #w-node-_9c8e3af6-d5cb-75e6-225d-17ca4f78b863-74b94462, #w-node-_414911fb-5154-58d0-843f-e2e42d871f1d-74b94462, #w-node-c7981c8a-07aa-9ad3-4a84-34d8e5667868-74b94462, #w-node-e9edf694-9e58-9ded-580b-c8c45f9fbcee-74b94462, #w-node-e9edf694-9e58-9ded-580b-c8c45f9fbcf7-74b94462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9edf694-9e58-9ded-580b-c8c45f9fbcfd-74b94462 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_93041924-c5e2-32e6-a53d-4768b7a454ae-f0d471e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6212d85c-484b-0102-4964-d00e5fb52788-f0d471e3, #w-node-_883b798b-69da-29da-ba4b-49dec9678dd5-f0d471e3, #w-node-_996dadf1-b3e8-f1f7-e8f6-1b50244c3d48-f0d471e3, #w-node-f79d7777-3c0f-4039-6dcc-41da8acc0e1d-f0d471e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f93b1378-a656-45cc-28e5-edafd0023b49-f0d471e3 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-ccdaddf1-2ecd-e6e2-6fd8-ca564ddf305b-9fcd5253 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_48417759-f9db-b040-de49-753aedad0693-289580a3, #w-node-e9edf694-9e58-9ded-580b-c8c45f9fbcfd-74b94462 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eurostile extendedtwo';
  src: url('../fonts/Eurostile-ExtendedTwo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}