@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Thin-Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-ExtraBlack.otf') format("opentype"), url('../fonts/TT-Norms-Pro-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-Bold.otf') format("opentype"), url('../fonts/TT-Norms-Pro-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-ExtraBlack-Italic.otf') format("opentype"), url('../fonts/TT-Norms-Pro-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-ExtraLight-Italic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/TT-Norms-Pro-ExtraBold-Italic.otf') format("opentype"), url('../fonts/TT-Norms-Pro-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --rose-gold: #f2d6ce;
  --deep-taupe: #504243;
  --sand: white;
  --dark-violet: #5d3fb4;
}

.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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
  position: relative;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-family: Tt norms pro, sans-serif;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--rose-gold);
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section.cc-cta {
  text-shadow: 2px 2px 9px #000;
  background-color: #f4f4f4;
  background-image: url('../images/QEO-Code.webp');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.section.cc-partners {
  text-shadow: 2px 2px 9px #000;
  background-color: #f4f4f4;
  background-image: linear-gradient(#003a6c54, #003a6c54), url('../images/river-surrounded-by-forests-cloudy-sky-thuringia-germany.webp');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.section.cc-about {
  text-shadow: 2px 2px 9px #000;
  background-color: #f4f4f4;
  background-image: linear-gradient(#003a6c8c, #003a6c8c), url('../images/islands-ocean-philippine-fantasy-islands-ocean-aerial-photography.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Tt norms pro, sans-serif;
  display: block;
}

.container {
  align-self: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  outline-offset: 0px;
  color: #504243;
  text-align: center;
  outline: 3px #1a1b1f;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--deep-taupe);
  margin-bottom: 10px;
  font-family: Tt norms pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .88;
  color: #fff;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .88;
  color: var(--sand);
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: static;
  overflow: visible;
}

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

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

.button.cc-jumbo-button {
  background-color: var(--rose-gold);
  color: var(--deep-taupe);
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--sand);
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.button-spaced {
  margin: 15px;
  font-weight: 500;
}

.button.green {
  color: #000;
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: normal;
  background-color: #cff0cc;
  padding: 18px 36px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  transition: background-color .4s, opacity .4s, color .4s;
}

.label {
  color: var(--deep-taupe);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #3f6cab;
  text-transform: uppercase;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tt norms pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tt norms pro, sans-serif;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Tt norms pro, sans-serif;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #504243;
  margin-bottom: 15px;
  font-family: Tt norms pro, sans-serif;
}

.paragraph-light.multiline {
  margin-bottom: 9px;
}

.heading-jumbo {
  color: #fef8f3;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tt norms pro, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #504243;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Tt norms pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-family: Tt norms pro, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--deep-taupe);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 20px;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--deep-taupe);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  display: none;
}

.logo-en {
  float: right;
  clear: both;
  opacity: 1;
  object-fit: fill;
  margin-top: 30px;
  display: block;
  position: sticky;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 90px;
  font-family: Tt norms pro, sans-serif;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #003a6c54;
  background-image: linear-gradient(#003a6c54, #003a6c54), url('../images/Madeira-Portugal-header.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/beautiful-view-lake-surrounded-by-mountains-longrin-lake-dam-switzerland.webp');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.intro-header.cc-subpage.consulting {
  background-image: url('../images/misty-autumn-forest-landscape-water.webp');
  background-position: 50% 66%;
}

.intro-header.cc-subpage.technology {
  background-color: #000;
  background-image: linear-gradient(#003a6c54, #003a6c54), url('../images/horizontal-shot-prags-lake-fanes-senns-prags-nature-park-located-south-tyrol-italy.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  font-family: Tt norms pro, sans-serif;
}

.intro-header.cc-subpage.imprint {
  background-image: linear-gradient(#003a6c54, #003a6c54), url('../images/cat-background-cosmic-universe-purple-neo-colour-cat-background-moon-galaxy.webp');
  background-position: 0 0, 50% 12%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-header.cc-subpage.about {
  background-image: linear-gradient(#003a6c54, #003a6c54), url('../images/Madeira-Islands-header.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  font-family: Tt norms pro, sans-serif;
}

.intro-header.cc-subpage.quantum {
  background-image: linear-gradient(#003a6c54, #003a6c54), url('../images/hells-gorge-jertes-natural-region-features-waterfalls-ponds.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 88px auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr;
  margin-bottom: 60px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
  display: none;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px solid var(--rose-gold);
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
  font-family: Tt norms pro, sans-serif;
}

.details-wrap.multiline {
  margin-bottom: 15px;
}

.text-field {
  border: 1px solid var(--rose-gold);
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: Tt norms pro, sans-serif;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  border-color: var(--rose-gold);
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  border-color: var(--rose-gold);
  height: 150px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Tt norms pro, sans-serif;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  color: var(--deep-taupe);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  background-image: url('../images/IMG_9417.jpeg');
  background-position: 50% 60%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  background-image: url('../images/Sarah-EsVedra.webp');
  background-position: 50% 36%;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  font-family: Tt norms pro, sans-serif;
}

.imprint-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1.75fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  font-family: Tt norms pro, sans-serif;
  display: flex;
}

.protected-heading {
  text-align: center;
  margin-bottom: 30px;
  font-family: Tt norms pro, sans-serif;
}

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

._404-wrap {
  background-color: #1a1b1f;
  background-image: url('../images/cat-background-cosmic-universe-purple-neo-colour-cat-background-moon-galaxy.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #5d3fb454;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #fff;
  margin-bottom: 30px;
  padding: 0 30px 30px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #504243;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small-white {
  color: var(--sand);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-bigger-white {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger-white.cc-bigger-light {
  opacity: .88;
  color: var(--sand);
}

.footer-bottom {
  background-color: var(--sand);
  overflow: auto;
}

.container-2 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #504243;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  font-family: Tt norms pro, sans-serif;
  display: block;
}

.link {
  color: var(--deep-taupe);
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: #000;
  font-weight: 500;
}

.link.w--current {
  color: var(--deep-taupe);
}

.link-underline {
  background-color: var(--deep-taupe);
  height: 2px;
  margin-top: -4px;
  text-decoration: none;
  display: inline-block;
  transform: translate(-100%);
}

.link-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
  display: none;
}

.paulette {
  background-color: #f4f4f4;
  background-image: url('../images/Paulieoliver.webp');
  background-position: 50% 53%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  height: 150px;
  margin-bottom: 30px;
}

.paragraph, .heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Tt norms pro, sans-serif;
}

.modal-wrapper {
  z-index: 9999;
  text-align: center;
  background-color: #0000;
  height: 100%;
  padding-top: 80px;
  font-family: Tt norms pro, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal-wrapper {
  background-color: var(--sand);
  width: 750px;
  max-width: 100%;
  margin: auto;
  padding: 45px;
  display: block;
}

.form {
  padding: 20px;
  font-family: Tt norms pro, sans-serif;
  overflow: visible;
}

.close-link {
  float: right;
  color: #999;
  text-align: right;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
  position: relative;
}

.image {
  align-self: center;
  max-width: 300px;
  margin-top: 0;
}

.protected-paragraph {
  text-align: center;
  max-width: 300px;
}

.image-2 {
  align-self: center;
  max-width: 150px;
  margin-top: 30px;
}

.field-label {
  font-family: Tt norms pro, sans-serif;
}

.success-message {
  background-color: #5d3fb445;
  font-family: Tt norms pro, sans-serif;
}

.gtm {
  font-family: Tt norms pro, sans-serif;
}

.quantum-form-wrap {
  border: 1px none var(--rose-gold);
  padding: 0 50px 50px;
}

.quantum-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 0;
}

.quantum-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Tt norms pro, sans-serif;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.button-text {
  color: var(--deep-taupe);
  text-shadow: none;
  font-weight: 500;
}

.button-rose-gold {
  background-color: var(--rose-gold);
  color: var(--deep-taupe);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: 0;
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  padding: 12px 25px;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: static;
  overflow: visible;
}

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

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

.button-rose-gold.w--current {
  object-fit: fill;
  overflow: visible;
}

.button-div {
  text-align: center;
  margin-bottom: 90px;
  font-family: Tt norms pro, sans-serif;
}

.footer-link-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr .75fr .75fr .75fr;
  justify-items: center;
}

.container-3 {
  margin-top: 0;
  display: none;
}

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

.space-45 {
  height: 45px;
}

.space-88 {
  height: 88px;
  display: none;
}

.space-w-24 {
  width: 24px;
}

.columns {
  padding-top: 0;
}

.button-spaced {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: static;
  overflow: visible;
}

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

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

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-12 {
  height: 12px;
}

.space-66 {
  height: 66px;
  display: none;
}

.space-h-88 {
  height: 88px;
  display: block;
}

.space-h-88.expert {
  height: 44px;
}

.icon {
  width: 27px;
  height: 27px;
  margin-top: 15px;
}

.centered {
  justify-content: center;
  display: flex;
}

.wiccian-icon {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.bottom-container {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.paragraph-qeo {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #1a1b1f;
  font-family: Tt norms pro, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: none;
}

.error-message {
  margin-left: 20px;
  margin-right: 20px;
}

.error-message-nl {
  margin-left: 20px;
}

.link-white {
  color: var(--sand);
  text-decoration: none;
  display: inline-block;
}

.link-white:hover {
  color: var(--rose-gold);
  font-weight: 500;
}

.expert {
  justify-content: center;
  display: flex;
}

.form-block {
  display: none;
}

.heading-7 {
  color: #504243;
}

.heading-8, .heading-9 {
  color: var(--deep-taupe);
}

.section-2 {
  margin-top: 100px;
}

.image-3 {
  width: auto;
}

@media screen and (min-width: 1280px) {
  .section.cc-cta {
    background-image: url('../images/QEO-Code.webp');
  }

  .intro-header.cc-subpage.technology {
    background-position: 50% 75%;
  }
}

@media screen and (max-width: 991px) {
  .divider {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section.cc-cta, .section.cc-partners, .section.cc-about {
    background-position: 88% 88%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    order: -1;
    align-self: center;
  }

  .logo-link.w--current {
    flex: 1;
    justify-content: flex-start;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

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

  .navigation-items {
    background-color: #fff;
    display: flex;
  }

  .footer-wrap {
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-position: 50% 100%;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .service-icon {
    display: none;
  }

  .contact-form-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .imprint-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-section-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .quantum-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-rose-gold {
    justify-content: center;
  }

  .space-88 {
    display: block;
  }

  .button-spaced {
    justify-content: center;
  }

  .space-66, .space-h-88 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    background-position: 24%;
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-partners {
    padding: 15px;
  }

  .section.cc-about {
    background-position: 100% 100%;
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-items {
    flex-flow: wrap;
    flex: none;
    order: 0;
    align-content: stretch;
    font-family: Tt norms pro, sans-serif;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    background-position: 50% 100%;
  }

  .intro-header.cc-subpage {
    object-fit: scale-down;
    min-width: 100%;
    padding-left: 0;
    overflow: visible;
  }

  .intro-header.cc-subpage.technology {
    background-position: 24%;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .our-contacts {
    grid-template-rows: auto auto;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-jumbo-small-white {
    font-size: 30px;
    line-height: 52px;
  }

  .paragraph-bigger-white {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-section {
    margin-left: 0;
    margin-right: 0;
  }

  .field-label.hidden {
    display: none;
  }

  .quantum-form-wrap {
    padding: 30px;
  }

  .button-spaced {
    margin: 15px;
  }

  .error-message-nl {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-cta {
    background-position: 20%;
  }

  .section.cc-partners {
    background-position: 88%;
  }

  .section.cc-about {
    background-position: 50%;
  }

  .button {
    overflow: auto;
  }

  .button.cc-jumbo-button.jumbo-mobile {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.paragraph-end {
    margin-bottom: 0;
  }

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

  .logo-link {
    display: flex;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .wiccian-logo-tiny {
    margin-top: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-position: 50% 100%;
  }

  .intro-header.cc-subpage {
    object-fit: fill;
    width: 100%;
    min-width: 0%;
    max-width: 1400px;
  }

  .intro-header.cc-subpage.technology {
    background-position: 18%;
  }

  .service-icon {
    display: none;
  }

  .contact-form-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .details-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .details-wrap.wrap-end {
    margin-bottom: 0;
  }

  .our-contacts {
    width: 90%;
  }

  .imprint-details-grid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-content-wrap {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .quantum-form-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quantum-form-grid {
    width: 100%;
  }

  .button-rose-gold {
    display: none;
  }

  .footer-link-grid {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    font-family: Tt norms pro, sans-serif;
  }

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

  .button-spaced {
    overflow: auto;
  }
}

#w-node-_9c5e1218-191b-1d76-8b35-3f3c19755a62-588411f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9c5e1218-191b-1d76-8b35-3f3c19755a6d-588411f4, #w-node-_86e64837-0616-515b-4568-76c147234d41-588411f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-588411f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-588411f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa8db02-26dc-501a-8bd2-91730315f7f9-51e627e8 {
  justify-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-968411fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-968411fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-968411fc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-968411fc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-968411fc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-968411fc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e172743d-c45c-f83d-5fa4-aa27a56af13f-968411fc, #w-node-_621cf50b-1980-a814-78ba-e23bd3db806a-968411fc, #w-node-ce469951-90f5-14dd-4ee8-a0c31b65eb8e-968411fc, #w-node-_9afb0a12-1b79-a0bd-f3dd-deebd8a7559a-968411fc, #w-node-ba61ab37-9c22-81d1-96ce-89f5d77ba97f-968411fc, #w-node-ba61ab37-9c22-81d1-96ce-89f5d77ba980-968411fc, #w-node-ba61ab37-9c22-81d1-96ce-89f5d77ba981-968411fc, #w-node-ba61ab37-9c22-81d1-96ce-89f5d77ba983-968411fc, #w-node-b846b7f6-3cbe-56a8-7882-6424ad468a5d-968411fc, #w-node-b846b7f6-3cbe-56a8-7882-6424ad468a5e-968411fc, #w-node-b846b7f6-3cbe-56a8-7882-6424ad468a5f-968411fc, #w-node-b846b7f6-3cbe-56a8-7882-6424ad468a61-968411fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-748411fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-748411fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-1acb3141 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-1acb3141 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-1acb3141 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-1acb3141 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-1acb3141 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-1acb3141 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_65d7edb3-732e-2060-012e-af1ebdf9e7bd-1acb3141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e753553a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f16db74-583a-7adb-0e83-6c95404a4ed6-e753553a, #w-node-_026451bb-ccfd-1878-acaa-1187a4ce7cd2-e753553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e753553a, #w-node-_5eac53bb-50a3-d03e-a986-7bb521d5567a-e753553a, #w-node-_2bbc60dc-a718-11b8-d70b-3dffd070143e-e753553a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e30fa96-a2f6-5e18-ba47-44b873e2ccb7-e753553a, #w-node-a19cde16-b3ac-7439-baad-37f83a6c024f-fc469dfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fc469dfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-fc469dfa {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_0fa8db02-26dc-501a-8bd2-91730315f7f9-51e627e8 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9c5e1218-191b-1d76-8b35-3f3c19755a62-588411f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9c5e1218-191b-1d76-8b35-3f3c19755a6d-588411f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-588411f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-588411f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-588411f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-588411f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-968411fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-968411fc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-968411fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-968411fc {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-748411fe, #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-1acb3141 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-1acb3141 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-1acb3141 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-1acb3141 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-e753553a, #w-node-_5eac53bb-50a3-d03e-a986-7bb521d5567a-e753553a, #w-node-_2bbc60dc-a718-11b8-d70b-3dffd070143e-e753553a, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fc469dfa {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0fa8db02-26dc-501a-8bd2-91730315f7f9-51e627e8 {
    place-self: center;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-968411fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-968411fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-968411fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-968411fc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-968411fc {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-1acb3141 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-1acb3141 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-1acb3141 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-1acb3141 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-1acb3141 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-ExtraBlack.otf') format('opentype'), url('../fonts/TT-Norms-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-Bold.otf') format('opentype'), url('../fonts/TT-Norms-Pro-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-ExtraBlack-Italic.otf') format('opentype'), url('../fonts/TT-Norms-Pro-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/TT-Norms-Pro-ExtraBold-Italic.otf') format('opentype'), url('../fonts/TT-Norms-Pro-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}