.menu-display {
  background-color: black;
  color:  white !important;
  border-color: white !important;
}

.title-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-two-thirds {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
  -o-object-fit: cover;
  object-fit: cover;
}

.subtitle {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 300;
  text-align: justify;
  text-decoration: none;
}

.subtitle:hover {
  text-decoration: underline;
}

.subtitle.begin-left {
  text-align: left;
}

.title-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  cursor: pointer;
}

.left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 100%;
  max-width: 46%;
  margin-right: 0px;
  padding-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.title-h1 {
  position: static;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 300;
  text-align: justify;
  text-decoration: none;
}

.title-h1:hover {
  text-decoration: underline;
}

.title-h1.begin-left {
  text-align: left;
}

.title-h1.begin-right {
  text-align: right;
}

.image-right-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.image-right-link:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.password-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.password-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 100%;
  max-width: 46%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-left-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.image-left-link:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.navbar-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-container.shadow-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 89px;
  max-width: none;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  padding: 20px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.navbar-container.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 89px;
  max-width: none;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  padding: 20px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
}

.a {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-right-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
}

.navbar-wrapper.white {
  border-width: 1px 1px 0px;
  border-color: #fff;
  color: #fff;
}

.navbar-wrapper.black {
  border-right-color: #000;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.navbar-button {
  width: 72px;
  height: 16px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.navbar-button:hover {
  color: #000;
  text-decoration: underline;
}

.navbar-button:active {
  background-color: #43464d;
}

.navbar-button.white {
  color: #fff;
}

.navbar-button.white:active {
  background-color: transparent;
  color: #c9c9c9;
}

.navbar-button.black {
  color: #000;
}

.navbar-button.black:active {
  background-color: transparent;
  color: #6e6e6e;
}

.navbar-logo {
  width: 106px;
  height: 20px;
}

.navbar-logo.dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer {
  position: relative;
  border: 0px solid #000;
}

.footer.dark {
  background-color: transparent;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 300;
}

.social-media {
  -webkit-transition: text-indent 200ms ease;
  transition: text-indent 200ms ease;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  text-decoration: none;
}

.social-media:hover {
  text-decoration: underline;
}

.social-media.black {
  color: #000;
}

.social-media.white {
  color: #fff;
}

.footer-form {
  width: 30%;
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-field {
  height: 48px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 30px;
  height: 30px;
  padding: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  background-image: url('../images/arrow.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-logo {
  width: 90px;
  height: 34px;
}

.footer-logo.dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-external {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-clear {
  background-color: #fff;
  color: #000;
}

.footer-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.email {
  display: block;
  height: 27px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: Aktivgrotesk, sans-serif;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.email.black {
  border-bottom-color: #000;
  color: #000;
}

.email.white {
  color: #fff;
}

.email-link {
  color: #000;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

.email-link.white {
  color: #fff;
}

.home-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0px none transparent;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Aktivgrotesk, sans-serif;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.header-logo {
  width: 220px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.header-logo.shadow-two {
  width: 220px;
  height: 40px;
}

.header-subtitle {
  width: 100%;
  height: auto;
  max-width: 705px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-square {
  width: 10px;
  height: 10px;
  margin-right: 20px;
  border: 1px solid #000;
  transition: background-color 500ms ease;
}

.item-square.square-fill {
  background-color: #000;
}

.sumary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sumary-item:hover {
  text-decoration: underline;
}

.text-block {
  font-weight: 400;
}

.item-text {
  font-family: Aktivgrotesk, sans-serif;
  font-size: 13px;
  line-height: 10px;
  font-weight: 300;
  text-decoration: none;
  color: black;
  text-transform: lowercase;
}

.cover-image {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description-text {
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.text-block-3 {
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 300;
}

.text-block-4 {
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 300;
}

.text-block-5 {
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.line-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.lines-column {
  padding-right: 0px;
  padding-left: 0px;
}

.description-paragraph {
  margin-bottom: 0px;
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.paragraph-column {
  padding-right: 0px;
  padding-left: 0px;
}

.section-title {
  display: inline;
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.section-title.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  outline-color: #000;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
  text-align: left;
}

.description-title-block {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.description-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.column-left {
  padding-right: 2.5px;
  padding-left: 0px;
}

.column-right {
  padding-right: 0px;
  padding-left: 2.5px;
}

.image-section {
  margin-bottom: 5px;
}

.image-half {
  width: 100%;
  height: 475px;
  -o-object-fit: cover;
  object-fit: cover;
}

.half-image-section {
  margin-bottom: 5px;
}

.block-imagens{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0px 0px 5px 0px;
}

.block-imagens figure {
  margin: 0px;
}

.block-imagens img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.uma-coluna figure {
  height: auto;
  width: 100%;
}

.duas-colunas figure {
  height: 475px;
  width: 100%;
}

.tres-colunas figure {
  height: 300px;
  width: 100%;
}

.duas-colunas figure:not(:last-child), .tres-colunas figure:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (min-width: 990px) {
    .uma-coluna figure{
      width: 100%;
      margin: 0;
    }
    .duas-colunas figure{
    width: calc(50% - 2.5px);
    margin: 0;
  }
  .duas-colunas figure:last-child {
    margin-left: 5px;
    margin-bottom: 0px;
  }
  .tres-colunas figure{
    width: calc(33.3% - 3.3px);
    margin-left: 5px;
    margin-bottom: 0px !important;
  }
  .tres-colunas figure:first-child{
    margin: 0;
  }


}

.big-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title-wrapper {
  display: inline-block;
  overflow: visible;
  border-bottom: 1px solid #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-block {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 5%;
}

.datasheet-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  width: 30%;
}

.name {
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.function {
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.dataheet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.datasheet-block {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
}

.datasheet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 5%;
  margin-bottom: 80px;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
}

.image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-with-text {
  width: 60%;
  height: 475px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-with-image {
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.image-right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-block {
  width: 27%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-bottom: 40px;
  margin-left: 5%;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow:  row wrap;
}

.result-image {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-block.name-block-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.name-block.name-block-left:hover {
  text-decoration: underline;
}

.name-block.name-block-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.name-block.name-block-right:hover {
  text-decoration: underline;
}

.result-title {
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
  text-transform: lowercase;
}

.text-block-7 {
  color: #000;
  font-size: 15px;
}

.result-subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Aktivgrotesk, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: left;
  overflow: hidden;
}

.result-subtitle span {
  overflow: hidden;
  max-height: 20px;
}


.result-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  min-width: 30%;
  max-width: 30%;
}

.result-link:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.result-link:hover .item-square {
  background-color: black;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  height: calc(100vh - 229px);
}

.about-title {
  padding-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #fff;
}

.about-text-block {
  max-width: 40%;
}

.about-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-font {
  width: 70%;
  font-family: Aktivgrotesk, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  text-transform: lowercase;
}

.page-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.page-link-block:hover {
  text-decoration: underline;
}

.page-link-block .item-square, .sumary-item .item-square, .title-image .item-square, .page-link-block .item-square-dark {
   -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-link-block:hover .item-square, .sumary-item:hover .item-square, .title-image:hover .item-square {
  background-color: black;
}

.page-link-block:hover .item-square-dark {
  background-color: white;
}

.menu-pages a .item-square-dark {
   -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-pages a:hover .item-square-dark {
  background-color: white;
}

.header-about {
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 400;
}

.header-about.white {
  color: #fff;
}

.body-dark-mode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3632ec;
}

.item-square-dark {
  width: 10px;
  height: 10px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.item-square-dark.square-fill {
  background-color: #000;
}

.text-about {
  font-family: Aktivgrotesk, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.form {
  color: #fff;
}

.form-name {
  font-family: Aktivgrotesk, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
}

.form-name.white {
  color: #fff;
  text-align: left;
}

.form-button {
  padding: 5px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(56, 152, 236, 0);
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 300;
}

.form-button.invert {
  background-color: #000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.form-input {
  background-color: transparent;
  font-family: Aktivgrotesk, sans-serif;
  color: #fff;
  font-weight: 300;
}

.form-input::-webkit-input-placeholder {
  color: #fff;
}

.form-input:-ms-input-placeholder {
  color: #fff;
}

.form-input::-ms-input-placeholder {
  color: #fff;
}

.form-input::placeholder {
  color: #fff;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  height: calc(100vh - 348px);
}

.contact-block {
  width: 27%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.contact-name {
  font-family: Aktivgrotesk, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.contact-info {
  font-family: Aktivgrotesk, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.menu-header {
  text-decoration: none;
}

.menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-block.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-block.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-item {
  font-family: Aktivgrotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: lowercase;
}

.menu-item:hover {
  text-decoration: underline;
}

.section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-line {
  width: 1px;
  background-color: #fff;
}

.menu-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading {
  color: #fff;
}

.password-error {
  font-family: Aktivgrotesk, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.hero-heading-center {
  position: relative;
  padding: 80px 0px 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container {
  width: 100%;
  margin-right: 0px;
  margin-left: 5%;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px-2 {
  margin-bottom: 0px;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 1280px) {
  .subtitle {
    font-size: 15px;
  }

  .left-text {
    width: 30%;
  }

  .image-right-link {
    margin-left: 5%;
  }

  .right-text {
    width: 30%;
  }

  .image-left-link {
    margin-right: 5%;
  }

  .navbar-container.shadow-three {
    padding-right: 5%;
    padding-left: 5%;
  }

  .navbar-container.dark {
    padding-right: 5%;
    padding-left: 5%;
  }

  .navbar-button.white {
    font-size: 20px;
  }

  .navbar-button.black {
    font-size: 20px;
  }

  .footer-wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }

  .social-media.white {
    font-size: 14px;
  }

  .footer-external {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .body-clear {
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .email.white {
    font-size: 15px;
  }

  .header-wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }

  .item-square {
    width: 16px;
    height: 16px;
  }

  .sumary-item {
    height: 16px;
  }

  .item-text {
    font-size: 15px;
  }

  .project-description {
    margin-right: 5%;
    margin-left: 5%;
  }

  .description-text {
    font-size: 14px;
  }

  .description-paragraph {
    font-size: 14px;
  }

  .section-title {
    font-size: 35px;
  }

  .section-block {
    margin-left: 5%;
  }

  .name {
    font-size: 14px;
  }

  .datasheet {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .text-with-image {
    font-size: 14px;
  }

  .search-result {
    margin-right: 5%;
    margin-left: 5%;
  }

  .result-title {
    font-size: 45px;
  }

  .section-about {
    margin-right: 5%;
    margin-left: 5%;
  }

  .page-font {
    font-size: 15px;
  }

  .header-about {
    font-size: 45px;
  }

  .body-dark-mode {
    margin-right: 0%;
    margin-left: 0%;
  }

  .text-about {
    font-size: 14px;
  }

  .form-name {
    font-size: 15px;
  }

  .form-button {
    font-size: 15px;
  }

  .form-input {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .section {
    margin-right: 5%;
    margin-left: 5%;
  }

  .contact-name {
    font-size: 14px;
  }

  .contact-info {
    font-size: 14px;
  }

  .menu-item {
    font-size: 18px;
  }

  .section-menu {
    margin-right: 5%;
    margin-left: 5%;
  }
}

@media screen and (min-width: 1440px) {
  .subtitle {
    font-size: 16px;
  }

  .subtitle.begin-left {
    font-size: 16px;
  }

  .navbar-button.white {
    font-size: 22px;
  }

  .navbar-button.black {
    font-size: 22px;
  }

  .social-media.white {
    font-size: 15px;
  }

  .email.white {
    font-size: 16px;
  }

  .header-logo {
    margin-bottom: 60px;
  }

  .header-subtitle {
    margin-bottom: 60px;
  }

  .description-text {
    font-size: 15px;
  }

  .description-paragraph {
    font-size: 15px;
  }

  .section-title {
    font-size: 40px;
  }

  .name {
    font-size: 15px;
  }

  .function {
    font-size: 15px;
  }

  .text-with-image {
    font-size: 15px;
  }

  .page-font {
    font-size: 16px;
  }

  .header-about {
    font-size: 55px;
  }

  .text-about {
    font-size: 15px;
  }

  .form-name {
    margin-bottom: 10px;
  }

  .form-button {
    font-size: 15px;
  }

  .form-input {
    font-size: 16px;
  }

  .contact-name {
    font-size: 15px;
  }

  .contact-info {
    font-size: 15px;
  }

  .menu-item {
    font-size: 20px;
  }

  .menu-pages {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .body-ppassword {
    background-color: #000;
  }
}

@media screen and (max-width: 991px) {
  .title-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-image-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-image {
    width: 66%;
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .left-text {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-right-link {
    margin-left: 4%;
  }

  .right-text {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-left-link {
    margin-right: 4%;
  }

  .navbar-container.shadow-three {
    padding-right: 4%;
    padding-left: 4%;
  }

  .navbar-container.dark {
    padding-right: 4%;
    padding-left: 4%;
  }

  .a {
    max-width: 728px;
  }

  .navbar-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    margin-right: 4%;
    margin-left: 4%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .header-wrapper {
    margin-right: 4%;
    margin-left: 4%;
  }

  .summary {    
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .project-description {
    margin-right: 4%;
    margin-left: 4%;
  }

  .section-block {
    margin-left: 4%;
  }

  .datasheet {
    margin-right: 4%;
    margin-left: 4%;
  }

  .text-with-image {
    margin-right: 4%;
    margin-left: 4%;
  }

  .search-result {
    margin-right: 4%;
    margin-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .result-link {
    margin-bottom: 40px;
    width: 100%;
    max-width: none;
  }

  .section-about {
    margin-right: 4%;
    margin-left: 4%;
  }

  .about-title {
    padding-right: 4%;
  }

  .section {
    margin-right: 4%;
    margin-left: 4%;
    grid-column-gap: 8%;
    grid-row-gap: 8%;
  }

  .section-menu {
    margin-right: 4%;
    margin-left: 4%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .title-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-image-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .right-image {
    width: 100%;
    margin-bottom: 0px;
  }

  .image-two-thirds {
    width: 100%;
    margin-bottom: 8px;
  }

  .subtitle {
    width: auto;
    max-width: none;
    text-align: center;
  }

  .title-image {
    height: auto;
    padding: 0px 0% 40px;
  }

  .left-text {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-h1 {
    width: auto;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .image-right-link {
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-text {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-left-link {
    margin-right: auto;
  }

  .navbar-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .navbar-home {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .email {
    font-size: 12px;
  }

  .home-cover {
    padding: 0px 4%;
  }

  .project-description {
    margin-right: 4%;
    margin-left: 4%;
  }

  .section-title {
    display: inline-block;
    width: 100%;
  }

  .column-left {
    margin-bottom: 5px;
    padding-right: 0px;
  }

  .column-right {
    padding-left: 0px;
  }

  .image-half {
    height: auto;
  }

  .section-block {
    margin-left: 4%;
  }

  .datasheet-line {
    margin-bottom: 20px;
    width: 100%;
  }

  .datasheet-block {
    width: 100%;
  }

  .datasheet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-text {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-with-text {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .text-with-image {
    margin-right: 4%;
    margin-left: 4%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .name-block.name-block-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .name-block.name-block-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-about {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .section-about.justify-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-title {
    margin-bottom: 40px;
    padding-right: 0%;
    border-bottom: 1px solid #fff;
    border-right-width: 0px;
  }

  .about-text-block {
    max-width: 80%;
  }

  .about-pages {
    display: -ms-grid;
    display: grid;
    max-width: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .contact-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact-line {
    margin-bottom: 20px;
  }

  .section-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-pages {
    display: -ms-grid;
    display: grid;
    max-width: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .title-image-container {
    max-width: none;
  }

  .subtitle {
    margin-top: 10px;
  }

  .navbar-container.shadow-three {
    height: 10vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-container.dark {
    height: 10vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .a {
    max-width: none;
  }

  .navbar-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-button {
    text-decoration: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    height: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-home {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-social {
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .social-media {
    padding-right: 0px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-external {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-email {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .email-link {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-cover {
    height: 80vh;
  }

  .header-wrapper {
    height: auto;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-logo {
    margin-bottom: 30px;
  }

  .header-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .summary {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .sumary-item {
    padding-bottom: 0px;
  }

  .cover-image {
    height: 60vh;
  }

  .lines-column {
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .description-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-about.justify-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .menu-item:hover {
    text-decoration: underline;
  }

  .section-menu {
    margin-bottom: 80px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }
}

#w-node-efa46005-163e-4452-a1ea-fe87aaad9a54-7f3358f0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1cb1197d-0de3-834a-7353-2d6d50e3948d-7f3358f0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ddafee22-6c78-da06-5eae-471ddcd7cd9b-7f3358f0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f842a8d5-60d8-bea3-967e-1bd4e39ec844-7f3358f0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-efa46005-163e-4452-a1ea-fe87aaad9a54-7f3358f0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1cb1197d-0de3-834a-7353-2d6d50e3948d-7f3358f0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ddafee22-6c78-da06-5eae-471ddcd7cd9b-7f3358f0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f842a8d5-60d8-bea3-967e-1bd4e39ec844-7f3358f0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}