:root {
  --white: white;
  --blue: #2f7cb3;
  --black: black;
  --steel-blue: #006ab6;
  --secondary-900: #267ccb;
  --new-blue: #019afe;
  --light-steel-blue: #91b3dd;
}

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

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

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

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

body {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  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-family: Sourcesanspro, sans-serif;
  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;
}

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

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

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

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

.divider {
  text-align: left;
  background-color: #e2e2ec;
  width: auto;
  max-width: none;
  height: 1px;
  margin: auto 0 90px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

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

.section {
  background-color: var(--white);
  border: 1px rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.section.cc-cta {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/79BC1FC6-230F-4F43-A0F5-3C119F92C9B6.JPEG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1350px;
  background-clip: border-box;
  border-style: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.section.cc-home-wrap {
  z-index: 1;
  background-color: var(--white);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
  overflow: visible;
}

.section.cc-store-home-wrap {
  border-color: rgba(0, 0, 0, 0);
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  justify-content: center;
  width: auto;
  max-width: 80vw;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  white-space: normal;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto Slab, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.learn-more-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  margin-top: 16px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.learn-more-button.cc-jumbo-button {
  margin-top: -6px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.learn-more-button.cc-jumbo-button.cc-jumbo-white {
  color: var(--blue);
  background-color: #fff;
  margin-top: 40px;
}

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

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

.learn-more-button.cc-contact-us {
  z-index: 5;
  background-color: #080d13;
  margin-top: 83px;
  position: relative;
  bottom: 44px;
}

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

.learn-more-button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.learn-more-button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.label.cc-light {
  opacity: .6;
  text-align: center;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  float: right;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  top: 25px;
  right: 108px;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.p {
  opacity: .6;
  color: #000;
  text-align: center;
  align-self: center;
  margin-bottom: -48px;
  padding-bottom: 0;
}

.p.paragraph-text {
  color: var(--black);
}

.heading-jumbo {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  mix-blend-mode: normal;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: pre-wrap;
  margin-top: 45px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  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-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

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

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

.logo-link.w--current {
  transition-property: none;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation {
  z-index: 0;
  background-color: var(--white);
  color: #006ab6;
  background-image: none;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #006ab6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

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

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

.logo-image {
  padding-top: 0;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
}

.navigation-items {
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  height: 470px;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: var(--blue);
  background-color: #f4f4f4;
  background-image: url('../images/Group-5223-1.png');
  background-position: 50% 15%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  z-index: 0;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/IMG_9859.jpeg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  height: 500px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

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

.intro-content.cc-homepage {
  margin-top: 70px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  width: auto;
  max-width: 1200px;
  margin: 100px auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--black);
  grid-template: ". ."
  / 2.5fr 1fr;
  grid-auto-flow: row;
  align-items: start;
  width: 1200px;
  margin: 20px auto 100px;
}

.details-wrap {
  height: 60px;
  margin-bottom: 0;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  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: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

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

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

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

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/SorenWeb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  width: auto;
  height: 350px;
  margin-bottom: 40px;
  position: static;
}

.team-pic.text-wrapper {
  background-color: rgba(0, 0, 0, .52);
  padding: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 0;
  grid-template: "."
                 "." 0
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: baseline;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.team-member-title-wrap {
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.project-cover-pic {
  opacity: 1;
  cursor: auto;
  object-fit: contain;
  object-position: 0% 50%;
  padding-left: 0;
  display: block;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

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

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  height: auto;
  margin-bottom: 0;
  transition: opacity .6s;
  display: inline-block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  color: #000;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  max-width: 2000px;
  margin: 0 auto 150px;
}

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

.section-heading {
  color: #006ab6;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  border-radius: 20px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 140px;
  margin-right: 140px;
  transition: opacity .2s;
}

.about-grid.cc-about-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  border-radius: 20px;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  height: auto;
  margin-bottom: 100px;
  margin-left: 140px;
  margin-right: 140px;
  transition-property: none;
}

.intro-text {
  width: 80%;
  height: auto;
  margin: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  color: var(--blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 0;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.heading {
  color: var(--white);
  font-family: Roboto Slab, sans-serif;
  font-weight: 500;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.learn-more {
  margin-top: 15px;
}

.button-3 {
  text-align: right;
  margin-top: 15px;
}

.image {
  clear: both;
  flex: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 15px;
  left: auto;
}

.column {
  justify-content: space-around;
  display: flex;
}

.heading-2 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 108px;
  padding-top: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-3 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 50px;
  font-family: Roboto Slab, sans-serif;
  line-height: 30px;
}

.heading-4 {
  color: #267ccb;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-5 {
  color: var(--secondary-900);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 60px auto 80px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  display: block;
}

.text-block-2 {
  color: var(--black);
  width: auto;
  max-width: 1300px;
  margin: 40px auto;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  overflow: visible;
}

.heading-6 {
  color: var(--secondary-900);
  text-align: center;
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.image-2 {
  object-fit: fill;
  width: auto;
  height: auto;
}

.image-3 {
  object-fit: fill;
}

.image-4 {
  object-fit: fill;
  position: static;
}

.image-5 {
  object-fit: fill;
  overflow: hidden;
}

.heading-7 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 50px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
}

.heading-9 {
  color: var(--blue);
  font-family: Roboto Slab, sans-serif;
}

.image-6 {
  object-fit: scale-down;
  align-self: auto;
  overflow: hidden;
}

.column-2 {
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.image-7 {
  object-fit: fill;
  margin-left: 5px;
  margin-right: 0;
  display: block;
}

.column-3 {
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.image-8 {
  object-fit: contain;
  border-radius: 20px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

.columns {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-10 {
  color: var(--blue);
  font-family: Roboto Slab, sans-serif;
}

.text-block-3 {
  font-size: 13px;
}

.paragraph {
  font-weight: 300;
}

.paragraph-2 {
  margin: 10px 30px 30px;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 17px;
  overflow: scroll;
}

.subheader {
  color: #fff;
  font-family: Roboto Slab, sans-serif;
}

.paragraph-text {
  color: var(--black);
  width: 450px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
}

.div-block-2 {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  color: var(--white);
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  bottom: 1vh;
  overflow: visible;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

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

.div-block-4 {
  color: var(--black);
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-9 {
  margin-right: 20px;
}

.link, .list-item, .link-2 {
  text-decoration: none;
}

.footer-text {
  color: var(--black);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-4 {
  color: var(--black);
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-3 {
  font-size: 14px;
  text-decoration: none;
}

.subparagraph {
  font-family: Roboto Slab, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-5 {
  text-decoration: none;
}

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

.main-heading {
  color: #000;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  line-height: 39px;
}

.learn-more-2 {
  background-color: #080808;
  border-radius: 8px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.service-icon-2 {
  margin-top: 30px;
}

.all-boxes {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
}

.h2 {
  color: #000;
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.service-box {
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.service-div {
  -webkit-text-fill-color: inherit;
  background-color: rgba(63, 47, 255, .07);
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  min-width: auto;
  padding-right: 0;
  transition: box-shadow .5s, transform .6s, opacity .5s;
  display: flex;
}

.service-explainer {
  color: #000;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Open Sans, sans-serif;
}

.section-div-block {
  flex: 1;
  order: 0;
  align-self: flex-start;
}

.div-block-6 {
  background-color: #000;
  background-image: url('../images/AdobeStock_145788745.jpeg');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 30px 10px 35px;
  display: flex;
}

.columns-2 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.dark-background-button {
  background-color: var(--white);
  color: var(--black);
  font-size: 12px;
}

.text-block-6 {
  color: var(--black);
  text-align: left;
  max-width: 80vw;
  margin: 83px auto 20px;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block-10, .div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.fe-header {
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
}

.heading-11 {
  font-family: Roboto Slab, sans-serif;
}

.columns-3 {
  margin-bottom: 60px;
}

.list {
  color: var(--black);
}

.div-block-12 {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-14 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-10 {
  margin-right: 5px;
}

.link-block {
  margin-left: 87px;
  margin-right: 12px;
  display: inline-block;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.link-3 {
  color: var(--secondary-900);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.feature-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  padding-top: 0;
  display: flex;
}

.feature-image-mask {
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-11 {
  float: left;
  padding-top: 45px;
  padding-left: 0;
  display: block;
}

.image-12 {
  float: right;
  margin-left: 0;
  padding-right: 0;
}

.section-2 {
  padding-top: 45px;
}

.section-3 {
  padding-top: 39px;
  display: block;
}

.heading-12 {
  float: right;
}

.heading-13 {
  float: right;
  clear: left;
  object-fit: contain;
  margin-top: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: inline;
  position: static;
  right: 74px;
  overflow: scroll;
}

.text-block-7 {
  float: right;
  flex-flow: column;
  align-content: flex-end;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  overflow: scroll;
}

.container-2 {
  clear: none;
  position: relative;
  top: 69px;
  left: 148px;
  right: -11px;
}

.div-block-15 {
  float: right;
  clear: left;
  object-fit: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 60px;
  padding-top: 0;
  display: block;
  position: relative;
  top: -628px;
  left: 98px;
  overflow: auto;
}

.div-block-16 {
  margin-top: 106px;
  display: flex;
}

.image-13 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 800px;
  margin-left: 0;
  margin-right: 6px;
  padding-left: 0;
  overflow: hidden;
}

.div-block-17 {
  color: var(--black);
  padding-left: 20px;
}

.paragraph-4 {
  white-space: normal;
}

.feature-section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 84px;
  display: flex;
  overflow: visible;
}

.feature-image-mask-2 {
  width: 600px;
  margin-right: 40px;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 1000px;
  height: 500px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  overflow: visible;
}

.div-block-18 {
  color: var(--black);
  padding-right: 0;
}

.heading-14 {
  font-family: Sourcesanspro, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-15 {
  color: var(--black);
  font-family: Sourcesanspro, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-8 {
  text-align: left;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-19 {
  margin: 80px auto;
}

.div-block-20 {
  background-color: var(--white);
  height: 1px;
}

.list-2 {
  color: var(--black);
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
}

.list-3 {
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-5 {
  width: auto;
  display: block;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-6 {
  color: #5d94d3;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 2px;
}

.descriptionteam {
  color: var(--white);
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .78);
  border-radius: 0;
  height: 300px;
  padding: 20px;
  position: static;
}

.team-pic-2 {
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Elena-Escriva-De-Romani-Perez_1_full-copy.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 350px;
  margin-bottom: 40px;
  position: static;
}

.team-pic-2.text-wrapper {
  background-color: rgba(0, 0, 0, .52);
  padding: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-17 {
  direction: ltr;
  text-align: center;
  text-transform: none;
  white-space: normal;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.paragraph-7 {
  color: #5d94d3;
  text-align: center;
  margin-bottom: 0;
  padding-top: 15px;
  font-weight: 500;
}

.div-block-21 {
  background-image: url('../images/Great-Dane-Airlines-1.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  width: 700px;
  height: 200px;
  position: static;
}

.block-quote {
  color: var(--blue);
  font-weight: 500;
}

.div-block-22 {
  background-image: url('../images/Great-Dane-Airlines-1.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: auto;
}

.paragraph-8 {
  margin-top: 0;
}

.div-block-23 {
  text-align: left;
  background-color: rgba(0, 0, 0, .79);
  border-radius: 10px;
  align-items: center;
  height: auto;
  padding: 30px;
  display: block;
  position: static;
}

.paragraph-9 {
  color: #45b0fd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1px;
  font-weight: 600;
  display: block;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 1300px;
  margin-top: -34px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  opacity: 1;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #000;
}

.heading-18 {
  color: #267ccb;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-10 {
  color: var(--black);
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 30px;
}

.partnerships {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.logos {
  flex: 0 auto;
  align-self: center;
  width: 300px;
  height: 300px;
}

.linkspartners {
  background-color: rgba(0, 0, 0, .79);
  height: 300px;
  padding: 20px;
}

.text-span {
  color: var(--white);
  text-align: center;
  object-fit: contain;
  flex-direction: column;
  display: block;
  position: static;
}

.paragraph-9-copy {
  color: var(--blue);
  text-align: center;
  object-fit: contain;
  margin-top: 114px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.link-4 {
  object-fit: contain;
  font-size: 16px;
}

.list-4 {
  color: var(--black);
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
}

.list-5 {
  color: var(--black);
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 28px;
}

.customersection {
  margin-top: -34px;
}

.image-14 {
  flex: 1;
  align-self: center;
  display: block;
}

.div-block-24 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/ClimatePact-VisualHook-blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 150px;
  height: 200px;
  margin-left: 52px;
  display: block;
  position: static;
}

.link-block-3 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 150px;
  padding: 10px;
  display: inline-block;
}

.link-block-4 {
  width: 300px;
  height: 300px;
}

.div-block-27-copy {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/FIA_Landscape_RGB_blue-text-300.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
  height: 150px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.column-5 {
  display: block;
  position: static;
}

.div-block-26-copy {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Innovationsfonden.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: scroll;
  background-clip: border-box;
  width: 250px;
  height: 200px;
  margin-top: 0;
  display: flex;
  position: static;
}

.column-6 {
  display: block;
  position: static;
}

.div-block-25 {
  background-image: url('../images/original-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  height: 200px;
  max-height: 200px;
}

.column-7 {
  padding-left: 0;
  position: static;
}

.feature-section-3 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.feature-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 550px;
  height: 100%;
}

.heading-19 {
  color: var(--black);
  font-family: Sourcesanspro, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  mix-blend-mode: normal;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

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

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#a7d7fa 12%, #00a3ff 53%, #47f463 100%, #0166ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  object-fit: fill;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.section-timeline-cta {
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}

.timeline_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.page-wrapper {
  z-index: 0;
  background-color: var(--white);
  position: relative;
  overflow: visible;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.section-timeline-heading {
  background-color: #0a0a0a;
  margin-left: 30px;
  margin-right: 30px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), none;
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-footer {
  background-color: #000;
  height: 250px;
  position: static;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_progress-2 {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_progress-bar-2 {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#00b2ff 18%, #0057ff 51%, #47f463);
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
  overflow: visible;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.section-hero {
  position: relative;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.body {
  background-color: var(--white);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.page-wrapper-2 {
  z-index: 0;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.timeline_progress-bar-3 {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#00b2ff 8%, #06f 51%, #47f463);
  width: 3px;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.image-15 {
  object-fit: contain;
  margin-top: 30px;
  padding-bottom: 0;
  padding-left: 18px;
}

.image-16 {
  margin-top: 0;
  margin-bottom: -44px;
  padding-bottom: 0;
  display: inline-block;
}

.heading-20 {
  color: var(--black);
  font-family: Sourcesanspro, sans-serif;
}

.div-block-26 {
  height: 100px;
  position: relative;
}

.image-17 {
  margin: 20px 10px;
}

.image-18 {
  padding: 40px;
}

.image-19 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 40px;
}

.image-20 {
  mix-blend-mode: normal;
  padding: 40px;
}

.image-21 {
  padding: 30px;
}

.heading-21 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.image-22 {
  padding: 20px;
}

.body-2 {
  background-color: var(--white);
  background-image: none;
}

.container-4 {
  z-index: 1;
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  position: static;
}

.image-23 {
  object-fit: fill;
  width: auto;
  height: auto;
}

.ticker {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  text-decoration: none;
  overflow: hidden;
}

.ticker.giant.opacity-75 {
  opacity: .75;
}

.ticker_track {
  z-index: 1;
  display: flex;
  position: relative;
}

.ticker_group {
  flex: none;
  display: flex;
}

.section_heading {
  font-size: 6em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.section_heading.ticker-text {
  flex: none;
}

.section_heading.ticker-text.black {
  color: var(--white);
  font-family: Sourcesanspro, sans-serif;
  font-weight: 900;
}

.text-block-9 {
  color: var(--black);
  font-weight: 600;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  margin: 20px auto 153px;
  display: flex;
}

.image-24 {
  object-fit: fill;
  margin-top: 53px;
  margin-left: 20px;
  display: inline-block;
}

.testimonial {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.body-3 {
  background-color: var(--white);
}

.section-4 {
  display: block;
}

.link-block-3-copy {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 200px;
  padding: 10px;
  display: inline-block;
}

.div-block-25-copy {
  background-image: url('../images/BBlogo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  background-attachment: scroll;
  height: 200px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5 {
  width: auto;
  height: auto;
}

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

.text-block-10 {
  color: var(--secondary-900);
  text-align: left;
  max-width: 350px;
  text-decoration: none;
}

.heading-22 {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  max-width: 350px;
  margin-top: 40px;
  font-family: Sourcesanspro, sans-serif;
  line-height: 35px;
  overflow: visible;
}

.paragraph-11 {
  color: var(--black);
  text-align: left;
  margin-bottom: 100px;
  padding-top: 10px;
}

.columns-4 {
  width: auto;
  height: auto;
  display: inline-block;
}

.div-block-27 {
  clear: none;
  display: block;
}

.image-25 {
  width: 300px;
  max-width: none;
  height: auto;
  max-height: none;
  display: inline-block;
}

.column-8 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-26 {
  text-align: center;
  width: 300px;
  height: 320px;
  display: inline-block;
}

.image-27 {
  max-width: 350px;
  max-height: 350px;
  box-shadow: 1px 1px 4px #9e9e9e;
}

.div-block-28 {
  text-align: left;
  width: 300px;
  margin-top: 0;
  display: inline-block;
}

.body-4 {
  overflow: visible;
}

.column-9 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.s-ren {
  border-radius: 0;
  height: auto;
  margin-right: 60px;
}

.elena {
  padding-left: 10px;
  padding-right: 0;
}

.columns-5 {
  justify-content: center;
  height: auto;
  margin-left: 50px;
  display: flex;
}

.column-5-1 {
  display: inline-block;
}

.div-block-31 {
  width: 300px;
  margin-top: 10px;
  display: inline-block;
}

.column-10 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.text-wrapper {
  z-index: 4;
  margin-top: 20px;
  margin-bottom: auto;
  text-decoration: none;
  position: relative;
}

.paragraph-12 {
  color: #c4c4c4;
  text-align: center;
  flex: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.heading-23 {
  color: var(--secondary-900);
  text-align: left;
  flex: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.line {
  color: #080d13;
  background-color: #080d13;
  height: 5px;
}

.section-5 {
  background-color: var(--white);
  height: 200px;
}

.div-block-32 {
  max-width: 1300px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.column-5-copy {
  display: block;
  position: static;
}

.div-block-24-copy {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/InTech.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 250px;
  height: 150px;
  margin-left: 38px;
  display: block;
  position: static;
}

.column-6-copy {
  display: block;
  position: static;
}

.heading-24 {
  color: var(--steel-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-x-copy {
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: auto;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.div-block-33 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 108px;
}

.divider-copy {
  background-color: #e2e2ec;
  height: 1px;
  margin-top: 132px;
  margin-bottom: 132px;
  padding-top: 0;
  overflow: hidden;
}

.section-6 {
  text-align: left;
  align-items: center;
  width: 80%;
  max-width: 1140vw;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-25 {
  font-family: Sourcesanspro, sans-serif;
  font-weight: 700;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.button-4 {
  color: var(--black);
  text-align: left;
  background-color: #c5e3f8;
  border-radius: 5px;
  width: 500px;
  height: 70px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-34 {
  justify-content: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-top: 67px;
  margin-left: 60px;
  margin-right: 60px;
  padding-right: 0;
  display: block;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #edf0f5;
  border-radius: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-36 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.link-block-6 {
  width: 7px;
  height: 10vw;
  display: inline;
}

.text-block-11 {
  text-decoration: none;
}

.text-block-12 {
  text-align: left;
  width: 700px;
  text-decoration: none;
}

.button-5 {
  height: 50px;
}

.button-6 {
  background-color: var(--black);
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
}

.button-7 {
  background-color: var(--black);
  border-radius: 10px;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 40px;
  display: flex;
}

.heading-26 {
  margin-left: 40px;
  display: block;
}

.rich-text-block-3 {
  text-align: left;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-block-4 {
  color: var(--black);
  text-align: left;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.greenup {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/greenup.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 250px;
  height: 150px;
  margin-left: 67px;
  display: block;
  position: static;
}

.heading-5-hd {
  color: var(--steel-blue);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 60px auto 80px;
  padding-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 35px;
  font-weight: 600;
  display: block;
}

.rich-text-block-2-hd {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.heading-17-copy {
  direction: ltr;
  text-align: center;
  text-transform: none;
  white-space: normal;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.heading-16-copy {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.columns-2nd-row {
  width: auto;
  height: auto;
  display: inline-block;
}

.layout-grid {
  grid-row-gap: 4.6875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main {
  overflow: hidden;
}

.global_display--none {
  display: none;
}

.section__container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.splide__track {
  width: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__slide {
  flex: none;
  width: 25%;
}

.global_text-color--silver {
  color: #cbb8af;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5em;
  left: 0%;
  right: 0%;
}

.cloud-navbar {
  z-index: 1;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 1vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-navbar {
  color: var(--black);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  color: var(--black);
  border: 0 #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: var(--white);
  text-align: center;
  letter-spacing: .4vw;
  -webkit-text-stroke-color: var(--black);
  text-indent: 0;
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  width: 180px;
  min-width: 210px;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link.w--current {
  color: var(--black);
}

.cloud-logo {
  text-align: center;
  margin: 16px;
  padding: 0;
}

.cloud-logo.inf {
  opacity: .7;
  filter: blur(1px);
  margin-top: 15%;
}

.div-cloud-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.heading-27 {
  opacity: .7;
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  mix-blend-mode: normal;
  background-image: url('../images/Layer_x0020_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 472px;
  background-attachment: scroll;
  outline: 3px solid rgba(0, 0, 0, 0);
  font-size: 21vh;
  font-weight: 700;
  line-height: .8;
}

.heading-27.footer {
  opacity: .5;
  font-size: 17vh;
}

.clouds {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.clouds.z1 {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
}

.clouds.z5 {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.clouds.z3 {
  background-image: url('../images/Cloud3.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.clouds.z2 {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.clouds.z4 {
  background-image: url('../images/Cloud4.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-arrow {
  border: 1px solid #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-foggy-inf {
  z-index: 500;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 55vh;
  overflow: hidden;
}

.foggy-sup {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 5%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper-arrow {
  justify-content: center;
  display: flex;
  position: relative;
  top: 55vh;
}

.div-cloud-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-cloud-4 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.scroll-down-icon {
  width: 25px;
  height: 25px;
}

.div-cloud-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.section-hero-2 {
  overflow: hidden;
}

.parallax-overlay {
  background-image: linear-gradient(rgba(10, 9, 5, 0) 70%, #649bda);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-foggy-sup {
  opacity: 1;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.wrapper-clouds-parallax {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.cloud-z {
  float: none;
  clear: none;
  color: #ff8c00;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.cloud-z.footer {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 17vh;
}

.foggy-inf {
  background-image: url('../images/Fog1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: static;
  top: 45%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-heading {
  font-family: Exo, sans-serif;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-heading.footer {
  top: 275%;
}

.div-cloud-5, .div-cloud-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.container-hero {
  background-color: #649bda;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.copyright {
  color: #000;
  font-size: 11px;
}

.copyright.webyflow {
  color: #0a0905;
  margin-top: 7px;
  font-size: 13px;
}

.nimbus-02 {
  z-index: 500;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(65, 92, 134, .5));
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 0 40px 20px;
  transition: all .75s;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 9px 17px -17px rgba(0, 0, 0, .75);
}

.nimbus-02:hover {
  background-color: #ebeadb;
  box-shadow: 0 9px 17px -17px #000;
}

.container-clouds {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.html-embed {
  display: block;
}

.center-column-sup {
  height: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
}

.div-cloudmini-02 {
  justify-content: center;
  width: auto;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: -5vh;
  overflow: hidden;
}

.wrapper-logo {
  z-index: 999;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 50%;
}

.div-cloudmini-03 {
  justify-content: center;
  width: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -5vh;
  overflow: hidden;
}

.logo-webyflow {
  width: 125px;
  max-width: none;
}

.row-sup {
  flex: 1;
  margin-bottom: 7vh;
}

.paragraph-nimbus {
  font-family: Exo, sans-serif;
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 1.3;
}

.nimbus-01 {
  z-index: 500;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(65, 92, 134, .5));
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 0 40px 20px;
  transition: all .75s;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 9px 17px -17px rgba(0, 0, 0, .75);
}

.nimbus-01:hover {
  background-color: #ebeadb;
  box-shadow: 0 9px 17px -17px #000;
}

.section-content {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  height: auto;
  overflow: visible;
}

.cloud-inter {
  opacity: .5;
  width: 21vw;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.left-column-sup {
  height: 100%;
  padding-left: 0;
  padding-right: 2vw;
}

.distance-info {
  font-size: 1.5vw;
  font-weight: 200;
}

.image-02 {
  object-position: 50% 100%;
  position: static;
  top: -7vh;
  overflow: hidden;
}

.heading-subinfo {
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.2;
}

.nimbus-03 {
  z-index: 500;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(65, 92, 134, .5));
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 0 40px 20px;
  transition: all .75s;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 9px 17px -17px rgba(0, 0, 0, .75);
}

.nimbus-03:hover {
  background-color: #ebeadb;
  box-shadow: 0 9px 17px -17px #000;
}

.right-column-sup {
  height: 100%;
  padding-left: 2vw;
  padding-right: 0;
}

.image-03 {
  object-position: 50% 100%;
  position: static;
  top: -7vh;
  overflow: hidden;
}

.heading-info {
  font-size: 2.5vw;
  font-weight: 200;
  line-height: 1.1;
}

.line-2 {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 10px;
  margin-left: 5vw;
  margin-right: 5vw;
}

.heading-nimbus {
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 2.7vw;
  font-weight: 500;
}

.right-column-inf {
  padding-left: 2vw;
  padding-right: 0;
}

.left-column-inf {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding-left: 0;
  padding-right: 2vw;
  display: flex;
}

.cloud-photo {
  background-image: url('../images/Nimbus-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  height: 100%;
  box-shadow: 5px 0 17px 5px rgba(0, 0, 0, .25);
}

.cloud-photo._02 {
  background-image: url('../images/Nimbus-03.jpg');
}

.cloud-photo._03 {
  background-image: url('../images/Nimbus-02.jpg');
}

.paragraph-info {
  text-shadow: 0 0 7px rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.3;
}

.container-logo-webyflow {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 7px;
  display: flex;
}

.div-cloudmini-01 {
  justify-content: center;
  width: auto;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: -5vh;
  overflow: hidden;
}

.image-01 {
  object-position: 50% 100%;
  position: static;
  top: -7vh;
  overflow: hidden;
}

.cloud-info {
  text-align: center;
  background-color: #929ca0;
  background-image: linear-gradient(#c2bfc9, #656666);
  border: 1px solid #fff;
  border-radius: 7px;
  height: auto;
  padding: 1vh 3vw;
  box-shadow: 0 5px 17px 5px rgba(10, 9, 5, .25);
}

.cloud-info._01 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#81afd8, #111821);
  height: 100%;
}

.cloud-info._03 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#81afd8, #2b3d55);
  height: 100%;
}

.cloud-info._02 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#81afd8, #1e2a3b);
  height: 100%;
}

.row-inf-01 {
  flex-direction: row;
  flex: 1;
  margin-top: 3vh;
  margin-bottom: 5vh;
  display: flex;
}

.row-inf-01.inf, .row-inf-01.sup, .row-inf-01.med {
  margin-top: 5vh;
  margin-bottom: 15vh;
}

.link-block-logo-webyflow {
  text-decoration: none;
}

.cloud-move {
  z-index: 0;
  color: #4c71a2;
  background-image: url('../images/Fog1.png');
  background-position: 0 0;
  background-size: 33.33%;
  width: 300vw;
  height: 45vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-footer-2 {
  background-color: #6399d7;
  background-image: none;
  flex-wrap: nowrap;
  justify-content: center;
  height: auto;
  display: flex;
}

.cloud-navbar-2 {
  opacity: 1;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 1vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  text-align: center;
  margin: 16px 0;
  padding: 0;
}

.logo.inf {
  opacity: 0;
  filter: blur(1px);
  margin-top: 15%;
}

.hero-heading-2 {
  opacity: .7;
  color: rgba(0, 0, 0, 0);
  mix-blend-mode: normal;
  background-image: url('../images/FVLogo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: Exo, sans-serif;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-heading-2.footer {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  top: 275%;
}

.cloud-z-2 {
  float: none;
  clear: none;
  color: #ff8c00;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Z-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
}

.cloud-z-2.footer {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 17vh;
}

.heading-28 {
  opacity: .7;
  font-size: 21vh;
  font-weight: 700;
  line-height: .8;
}

.heading-28.footer {
  opacity: .5;
  font-size: 17vh;
}

.body-5 {
  color: var(--white);
  background-color: #fff;
  overflow: visible;
}

.clouds-heading {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 400;
}

.div-block-37 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.footer-copy {
  opacity: 1;
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-5 {
  z-index: 3;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: none;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  max-width: none;
  margin-bottom: 1vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-6 {
  color: var(--white);
}

.list-7 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.container-6 {
  color: var(--black);
}

.div-block-38 {
  color: var(--black);
  padding-right: 60px;
}

.footer-flex-container-copy {
  clear: none;
  color: var(--white);
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 89px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  bottom: 1vh;
  overflow: visible;
}

.text-block-4-copy {
  color: var(--black);
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-heading-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-text-copy {
  color: var(--black);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-text-copy.w--current {
  color: var(--black);
}

.heading-22-copy {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  max-width: 350px;
  margin-top: 40px;
  font-family: Sourcesanspro, sans-serif;
  line-height: 35px;
  overflow: visible;
}

.text-block-10-copy {
  text-align: left;
  color: #267ccb;
  max-width: 350px;
  text-decoration: none;
}

.paragraph-11-copy {
  color: var(--white);
  text-align: left;
  max-width: 350px;
  margin-bottom: 100px;
  padding-top: 10px;
}

.image-26-copy {
  box-shadow: none;
  max-width: 350px;
  max-height: 350px;
  transition: margin .35s;
  display: inline-block;
}

.paragraph-13 {
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
}

.list-item-2, .list-item-3 {
  color: var(--black);
}

.paragraph-14 {
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
}

.heading-29 {
  color: var(--black);
}

.paragraph-15 {
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
}

.heading-30 {
  color: var(--black);
}

.div-block-39 {
  width: auto;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 400px;
}

.team-member-description {
  opacity: 1;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.viktor {
  border-radius: 0;
  height: 600px;
  margin-right: 60px;
}

.simon {
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.cillas {
  padding-left: 0;
  padding-right: 0;
}

.team-pic-copy {
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Viktor.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: auto;
  height: 350px;
  margin-bottom: 40px;
  position: static;
}

.team-pic-copy.text-wrapper {
  background-color: rgba(0, 0, 0, .52);
  padding: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-pic-2-copy {
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/CillasWeb.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 350px;
  margin-bottom: 40px;
  position: static;
}

.team-pic-2-copy.text-wrapper {
  background-color: rgba(0, 0, 0, .52);
  padding: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-pic-3 {
  background-image: url('../images/SimonWeb.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.text-block-13 {
  text-align: center;
  object-fit: fill;
  height: auto;
}

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

.text-block-15 {
  text-align: center;
  white-space: normal;
  mix-blend-mode: normal;
}

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

.div-block-40 {
  text-align: left;
  background-image: url('../images/Group-3327.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 180px;
  background-attachment: scroll;
  width: auto;
  height: 150px;
  display: block;
}

.div-block-41 {
  background-image: url('../images/Frame-427319192.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-42 {
  background-image: url('../images/Frame-427319191.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-43 {
  background-image: url('../images/noun-time-633647-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.columns-4-copy {
  width: auto;
  height: auto;
  margin-top: 80px;
  display: inline-block;
}

.pillar-icon {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 200px;
  height: 100px;
  margin-bottom: 0;
  transition-property: none;
  display: inline-block;
}

.pillar-icon:hover {
  opacity: .8;
}

.pillar-icon:active {
  opacity: .7;
}

.image-25-copy {
  width: 300px;
  max-width: none;
  height: auto;
  max-height: none;
  display: inline-block;
}

.div-block-31-copy {
  width: 300px;
  display: inline-block;
}

.paragraph-11-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 100px;
  padding-top: 10px;
}

.image-26-copy {
  width: 300px;
  height: 310px;
  display: inline-block;
}

.paragraph-16 {
  color: #000;
  text-align: left;
  overflow: visible;
}

.pillar-columns {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pillar-paragraph {
  text-align: left;
  max-width: none;
  font-size: 16px;
  display: block;
}

.pillar-para {
  text-align: center;
}

.column-11 {
  text-align: center;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-44, .div-block-45 {
  width: 300px;
  display: inline-block;
}

.pillar {
  height: 140px;
  display: inline-block;
}

.bold-text {
  font-size: 40px;
}

.bold-text-2 {
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}

.page-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-container {
  z-index: 3;
  width: auto;
  height: auto;
  margin-top: 40vh;
  margin-bottom: 40vh;
  display: flex;
  position: absolute;
  overflow: visible;
}

.image-28 {
  width: 400px;
}

.bg-container {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/IMG_9859.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.background-video {
  mix-blend-mode: normal;
  height: 110vh;
}

.div-block-47 {
  opacity: 1;
  filter: blur(5px);
  mix-blend-mode: overlay;
  background-color: #a1c6e1;
  width: 100%;
  height: 200px;
  margin-top: -63px;
  position: relative;
}

.footer-copy-copy {
  opacity: 1;
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-48 {
  z-index: 3;
  filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(165, 201, 225, 0);
  background-image: linear-gradient(#afcbd9, #9ec4e2);
  order: 0;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -36px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-49 {
  margin-right: 200px;
}

.div-block-23-copy {
  background-color: rgba(0, 0, 0, .79);
  align-items: center;
  height: auto;
  padding: 30px;
  display: block;
  position: static;
}

.div-block-22-copy {
  background-image: url('../images/logo.png.0b617b2b882672fdb9680ccaecca5c06.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: auto;
}

.new-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 194px;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 829px;
  height: 90px;
  display: flex;
}

.image-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 817px;
  height: 271px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 132px;
  display: flex;
}

.contact-form-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-jumbo-copy {
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  mix-blend-mode: normal;
  margin-top: 140px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}

.heading-jumbo-copy.cc-white-heading-jumbo {
  color: #fff;
}

.bold-text-3 {
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}

.bold-text-4 {
  font-size: 50px;
  line-height: 50px;
}

.list-item-4 {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    margin-left: auto;
  }

  .learn-more-button {
    justify-content: center;
  }

  .learn-more-button.cc-jumbo-button {
    margin-top: -30px;
  }

  .learn-more-button.cc-contact-us {
    display: none;
  }

  .label {
    text-align: left;
  }

  .p {
    margin-bottom: -22px;
  }

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

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

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    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 {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

  .service-icon {
    display: inline-block;
  }

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

  .get-in-touch-form {
    text-align: left;
  }

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

  .team-members {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .team-member-title-wrap {
    align-content: stretch;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: auto;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    max-width: 90vw;
  }

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

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .text-block-2 {
    margin-left: 100px;
    margin-right: 100px;
  }

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

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

  .footer-flex-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-heading {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 30px;
  }

  .learn-more-2 {
    font-size: 12px;
  }

  .all-boxes {
    margin-left: 50px;
    margin-right: 50px;
  }

  .h2 {
    font-size: 20px;
  }

  .service-explainer {
    font-size: 12px;
  }

  .text-block-6 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-10, .div-block-11 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-13 {
    width: 350px;
    margin-left: 0;
    padding-left: 0;
  }

  .feature-image-2 {
    margin-left: 10px;
  }

  .div-block-18 {
    margin-left: 51px;
    padding-right: 0;
  }

  .list-2 {
    padding-right: 40px;
  }

  .div-block-22 {
    width: auto;
  }

  .div-block-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .customersection {
    flex-direction: column;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .div-block-24 {
    margin-left: 0;
  }

  .link-block-3 {
    object-fit: contain;
    width: 150px;
    height: 100px;
    overflow: visible;
  }

  .div-block-26-copy {
    object-fit: contain;
    width: 150px;
    display: inline-block;
    overflow: hidden;
  }

  .column-6 {
    display: block;
  }

  .column-7 {
    object-fit: contain;
  }

  .feature-image-3 {
    margin-left: 25px;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .link-block-3-copy {
    object-fit: contain;
  }

  .heading-22, .paragraph-11 {
    max-width: 300px;
  }

  .image-25 {
    max-width: 300px;
    display: block;
    overflow: visible;
  }

  .column-8 {
    display: flex;
  }

  .image-26 {
    max-width: 300px;
    max-height: 320px;
  }

  .div-block-28 {
    padding-left: 10px;
  }

  .body-4 {
    overflow: hidden;
  }

  .column-9 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .s-ren {
    align-self: center;
    margin-left: 200px;
    margin-right: 0;
  }

  .elena {
    align-self: center;
    margin-left: 200px;
    padding-left: 0;
  }

  .div-block-31 {
    padding-left: 10px;
  }

  .column-10 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-24-copy {
    height: 100px;
    margin-left: 48px;
  }

  .rich-text-block {
    text-align: left;
  }

  .div-block-x-copy {
    margin-bottom: auto;
  }

  .section-6 {
    width: 90vw;
  }

  .div-block-35 {
    width: 90vw;
    height: 150px;
  }

  .rich-text-block-4 {
    margin-left: 40px;
  }

  .greenup {
    height: 100px;
    margin-left: 48px;
  }

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

  .section-7 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .container-navbar {
    color: var(--white);
  }

  .nav-menu {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex-flow: column;
    align-self: auto;
  }

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

  .cloud-logo.inf {
    align-self: center;
    max-width: 100%;
    margin-top: 17vh;
    position: static;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .heading-27 {
    font-size: 17vh;
  }

  .hero-heading.footer {
    top: 257%;
  }

  .nimbus-02 {
    height: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-clouds {
    height: auto;
  }

  .wrapper-logo {
    top: 29vh;
  }

  .paragraph-nimbus {
    font-size: 1.7vw;
  }

  .nimbus-01 {
    height: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content {
    max-width: 768vw;
    height: auto;
  }

  .cloud-inter {
    top: -10%;
  }

  .heading-subinfo {
    font-size: 1.4vw;
  }

  .nimbus-03 {
    height: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-info, .heading-nimbus {
    font-size: 3vw;
  }

  .cloud-photo {
    height: 100%;
  }

  .paragraph-info {
    font-size: 1.7vw;
  }

  .cloud-info {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cloud-info._01, .cloud-info._03, .cloud-info._02 {
    min-height: 300px;
  }

  .cloud-move {
    background-position: 50% 0;
    height: 20vh;
  }

  .section-footer-2 {
    height: 400vh;
  }

  .logo.inf {
    align-self: center;
    max-width: 100%;
    margin-top: 17vh;
    position: static;
  }

  .hero-heading-2.footer {
    top: 257%;
  }

  .heading-28 {
    font-size: 17vh;
  }

  .body-5 {
    overflow: visible;
  }

  .footer-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-26-copy {
    max-width: 200px;
    max-height: 200px;
  }

  .viktor {
    height: auto;
    margin-left: 200px;
  }

  .simon {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-left: 200px;
    display: block;
  }

  .pillar-icon {
    height: 200px;
  }

  .image-25-copy {
    max-width: 300px;
    max-height: 300px;
    display: block;
    overflow: visible;
  }

  .div-block-31-copy {
    width: auto;
    padding-left: 0;
  }

  .paragraph-11-copy {
    max-width: 300px;
  }

  .image-26-copy {
    max-width: 300px;
    height: 300px;
    max-height: 300px;
  }

  .pillar-columns, .pillar-paragraph, .column-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-46 {
    text-align: left;
  }

  .bold-text-2 {
    align-self: auto;
  }

  .bg-container {
    height: 800px;
  }

  .footer-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-8 {
    display: block;
    position: static;
    bottom: 0;
  }

  .div-block-23-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-22-copy {
    width: auto;
  }

  .heading-jumbo-copy {
    min-width: auto;
    max-width: 100vw;
    font-size: 56px;
    line-height: 70px;
  }
}

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

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

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 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;
  }

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

  .intro-content {
    width: 80%;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

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

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

  .team-members {
    flex-wrap: wrap;
    align-items: center;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

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

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16 {
    margin-top: 3px;
    line-height: 35px;
  }

  .paragraph-6 {
    object-fit: contain;
    flex-direction: row;
    display: inline-block;
  }

  .descriptionteam {
    padding: 10px;
  }

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

  .heading-17 {
    margin-top: 3px;
    line-height: 35px;
  }

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

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .div-block-24 {
    display: inline-block;
  }

  .link-block-3 {
    width: 350px;
    height: 150px;
    overflow: hidden;
  }

  .div-block-27-copy {
    width: 500px;
  }

  .div-block-26-copy {
    width: 300px;
    display: inline-block;
  }

  .column-6 {
    display: block;
  }

  .div-block-25 {
    object-fit: contain;
    background-size: contain;
    display: inline-block;
  }

  .column-7 {
    padding-left: 0;
  }

  .feature-section-3 {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .feature-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .section-timeline {
    margin-left: 10px;
    margin-right: 10px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .section-timeline-cta {
    margin-left: 10px;
    margin-right: 10px;
  }

  .padding-vertical-xlarge {
    background-color: var(--black);
    margin-left: -21px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress-2 {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .section_heading {
    font-size: 4em;
  }

  .testimonial {
    flex-direction: column-reverse;
  }

  .link-block-3-copy {
    width: 350px;
    overflow: hidden;
  }

  .div-block-25-copy {
    object-fit: contain;
    background-size: contain;
    display: inline-block;
  }

  .elena {
    margin-left: 0;
  }

  .div-block-24-copy {
    width: 350px;
    margin-left: -10px;
    display: inline-block;
  }

  .column-6-copy {
    display: block;
  }

  .section-6 {
    width: 90vw;
  }

  .div-block-35 {
    width: 90vw;
    height: auto;
  }

  .rich-text-block-4 {
    margin-left: 30px;
  }

  .greenup {
    width: 350px;
    margin-left: -10px;
    display: inline-block;
  }

  .heading-17-copy, .heading-16-copy {
    margin-top: 3px;
    line-height: 35px;
  }

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

  .splide__slide {
    width: 33.33%;
  }

  .cloud-logo.inf {
    margin-top: 129vh;
  }

  .heading-27 {
    font-size: 11vh;
  }

  .heading-27.footer, .cloud-z.footer {
    font-size: 9vh;
  }

  .hero-heading.footer {
    top: 380%;
  }

  .nimbus-02 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .container-clouds {
    height: auto;
    min-height: 100vh;
  }

  .center-column-sup {
    margin-top: 20px;
    padding: 0;
  }

  .div-cloudmini-02 {
    width: 50vw;
  }

  .wrapper-logo {
    top: 11vh;
  }

  .div-cloudmini-03 {
    width: 50vw;
  }

  .row-sup {
    margin-bottom: 0;
  }

  .paragraph-nimbus {
    font-size: 3vw;
  }

  .nimbus-01 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .cloud-inter {
    width: 33vw;
  }

  .left-column-sup {
    margin-top: 20px;
    padding-right: 0;
  }

  .heading-subinfo {
    font-size: 3vw;
  }

  .nimbus-03 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .right-column-sup {
    margin-top: 20px;
    padding-left: 0;
  }

  .heading-info {
    font-size: 5vw;
  }

  .heading-nimbus {
    font-size: 9vw;
  }

  .right-column-inf {
    margin-top: 20px;
    padding-left: 0;
  }

  .left-column-inf {
    margin-top: 20px;
    padding-right: 0;
    display: block;
  }

  .cloud-photo {
    height: 250px;
    margin-top: 10%;
  }

  .cloud-photo._03 {
    margin-top: 20%;
  }

  .paragraph-info {
    font-size: 2.5vw;
  }

  .div-cloudmini-01 {
    width: 50vw;
  }

  .cloud-info {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

  .cloud-info._01, .cloud-info._02 {
    margin-bottom: 100px;
  }

  .row-inf-01 {
    margin-bottom: 0;
  }

  .row-inf-01.inf, .row-inf-01.sup, .row-inf-01.med {
    flex-direction: column;
  }

  .section-footer-2 {
    height: 475vh;
  }

  .logo.inf {
    margin-top: 129vh;
  }

  .hero-heading-2.footer {
    top: 380%;
  }

  .cloud-z-2.footer {
    font-size: 9vh;
  }

  .heading-28 {
    font-size: 11vh;
  }

  .heading-28.footer {
    font-size: 9vh;
  }

  .footer-copy {
    padding: 40px 20px;
  }

  .team-member-description {
    font-size: 16px;
    line-height: 28px;
  }

  .viktor {
    height: auto;
  }

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

  .footer-copy-copy {
    padding: 40px 20px;
  }

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

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

  .divider {
    width: 90vw;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    width: 90vw;
    max-width: 1140px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .section.cc-cta {
    background-color: var(--white);
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: visible;
  }

  .paragraph-bigger {
    margin-top: 10px;
  }

  .learn-more-button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0;
  }

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

  .p {
    text-align: center;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: -28px;
    display: flex;
  }

  .heading-jumbo {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 36px;
    line-height: 48px;
  }

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

  .menu {
    margin-left: 15px;
  }

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

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

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

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

  .intro-header.cc-subpage {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
    margin-bottom: 0;
  }

  .intro-content {
    height: 50%;
  }

  .motto-wrap {
    text-align: center;
  }

  .about-story-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap {
    margin-top: 60px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 90vw;
  }

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-size: cover;
    background-clip: border-box;
    height: 300px;
    overflow: hidden;
  }

  .team-members {
    background-color: var(--white);
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    justify-content: space-around;
    width: 90vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .team-member-title-wrap {
    width: 90vw;
    display: inline-block;
  }

  .team-member-name {
    direction: ltr;
    text-align: center;
    white-space: break-spaces;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .blog-preview-image {
    width: 90vw;
    height: auto;
  }

  .home-content-wrap {
    width: auto;
    max-width: 90vw;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .about-grid {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .heading-3 {
    font-family: Roboto Slab, sans-serif;
  }

  .heading-4 {
    text-align: left;
    margin-bottom: 80px;
  }

  .heading-5 {
    text-align: left;
  }

  .text-block-2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .heading-6 {
    text-align: left;
    width: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 33px;
    display: block;
  }

  .image-5 {
    object-fit: cover;
  }

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

  .image-6 {
    object-fit: contain;
  }

  .image-7 {
    align-self: auto;
  }

  .image-8 {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-2 {
    color: var(--black);
  }

  .subheader {
    font-size: 18px;
  }

  .column-4 {
    margin-bottom: 50px;
  }

  .paragraph-text {
    width: 90vw;
    max-width: 90vw;
    font-size: 16px;
  }

  .div-block-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer {
    background-color: var(--white);
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .footer-flex-container {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    margin-left: 0;
  }

  .footer-text {
    font-size: 12px;
  }

  .text-block-4 {
    padding-left: 10px;
    font-size: 10px;
  }

  .subparagraph {
    margin-bottom: 0;
    font-size: 11px;
  }

  .main-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .all-boxes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .service-box {
    width: 90vw;
  }

  .service-div {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-div-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-8 {
    margin-top: 54px;
    margin-bottom: 45px;
  }

  .text-block-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
    display: inline-block;
  }

  .div-block-10, .div-block-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fe-header {
    margin-bottom: 7px;
  }

  .list {
    margin-top: 10px;
  }

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

  .link-block-2 {
    margin-top: -23px;
  }

  .feature-section {
    padding-bottom: 10px;
  }

  .image-11 {
    padding-top: 10px;
    padding-left: 100px;
  }

  .heading-13 {
    position: static;
  }

  .image-13 {
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .div-block-17 {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .paragraph-4 {
    position: static;
  }

  .feature-section-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .feature-image-mask-2 {
    align-self: center;
    width: 250px;
  }

  .feature-image-2 {
    height: 300px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

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

  .heading-14, .heading-15 {
    text-align: left;
    margin-bottom: 20px;
  }

  .list-2, .list-3 {
    text-align: left;
    padding-left: 20px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-6 {
    margin-top: 4px;
    font-size: 9px;
    line-height: 12px;
  }

  .descriptionteam {
    object-fit: contain;
    padding: 5px;
    display: block;
  }

  .team-pic-2 {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: border-box;
    height: 300px;
    display: block;
    overflow: hidden;
  }

  .heading-17 {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph-7 {
    margin-top: 4px;
    padding-top: 0;
    font-size: 9px;
    line-height: 12px;
    display: block;
  }

  .div-block-22 {
    object-fit: scale-down;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: auto;
  }

  .div-block-23 {
    object-fit: cover;
    height: auto;
    padding: 10px;
    overflow: visible;
  }

  .paragraph-9 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .cards-section {
    padding-bottom: 0;
  }

  .centered-container {
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-18 {
    text-align: center;
    margin-bottom: 80px;
  }

  .paragraph-10 {
    color: var(--black);
  }

  .logos {
    width: auto;
    height: auto;
  }

  .paragraph-9-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .customersection {
    margin-top: 34px;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: inline-block;
  }

  .link-block-3 {
    object-fit: contain;
    width: auto;
    max-width: 250px;
    height: 100px;
    margin-bottom: 10px;
    display: block;
    overflow: visible;
  }

  .link-block-4 {
    margin-top: 30px;
  }

  .div-block-27-copy {
    background-size: 300px;
    width: 300px;
  }

  .column-5 {
    position: static;
  }

  .div-block-26-copy {
    mix-blend-mode: normal;
    width: 250px;
    display: inline-block;
  }

  .div-block-25 {
    text-align: center;
    background-size: contain;
    width: 250px;
    display: inline-block;
  }

  .column-7 {
    padding-left: 0;
  }

  .feature-section-3 {
    padding-bottom: 0;
  }

  .feature-image-3 {
    object-fit: contain;
    width: 290px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_quote-text-wrapper {
    text-align: left;
  }

  .section-timeline {
    margin-left: 10px;
    margin-right: 10px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .section-timeline-cta {
    margin-left: 10px;
    margin-right: 10px;
  }

  .padding-vertical-xlarge {
    background-color: #0a0a0a;
    margin-left: 0;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .section-timeline-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .section-footer {
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .page-wrapper-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-16 {
    margin-bottom: -32px;
  }

  .image-17 {
    margin: 0;
    padding: 10px;
  }

  .image-18 {
    padding: 30px;
  }

  .body-2 {
    overflow: visible;
  }

  .container-4 {
    object-fit: fill;
    height: auto;
    overflow: visible;
  }

  .image-23 {
    object-fit: fill;
    width: auto;
    max-width: 90vw;
    overflow: hidden;
  }

  .section_heading {
    font-size: 3.5em;
    line-height: 1;
    display: block;
  }

  .grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: inline;
  }

  .image-24 {
    margin-top: 10px;
    margin-left: 0;
  }

  .body-3 {
    overflow: visible;
  }

  .section-4 {
    width: 90vw;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: block;
  }

  .link-block-3-copy {
    object-fit: contain;
    width: 250px;
    max-width: 90vw;
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .div-block-25-copy {
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 250px;
    padding-left: 0;
    display: inline-block;
  }

  .centered-container-2 {
    text-align: left;
  }

  .text-block-10 {
    width: 90vw;
    max-width: 90vw;
    overflow: visible;
  }

  .heading-22 {
    white-space: normal;
    width: 90vw;
    max-width: 90vw;
    margin-top: 40px;
    overflow: visible;
  }

  .paragraph-11 {
    white-space: normal;
    width: 90vw;
    max-width: 90vw;
    margin-bottom: 60px;
    overflow: visible;
  }

  .columns-4, .div-block-27 {
    width: 90vw;
  }

  .image-25 {
    clear: none;
    text-align: center;
    width: 90vw;
    max-width: 90vw;
    height: auto;
    max-height: none;
    margin-left: 0;
    display: inline-block;
  }

  .column-8 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .image-26 {
    text-align: center;
    white-space: normal;
    object-fit: fill;
    width: 90vw;
    max-width: 90vw;
    max-height: 300px;
    margin-left: 0;
    margin-right: 0;
    transition: margin .35s;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .image-27 {
    max-width: 90vw;
  }

  .div-block-28 {
    text-align: left;
    width: 90vw;
    padding-left: 0;
    display: inline-block;
    overflow: visible;
  }

  .body-4 {
    overflow: visible;
  }

  .column-9 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .s-ren {
    margin-left: 0;
    margin-right: 0;
  }

  .elena {
    margin-left: auto;
    padding-left: 0;
  }

  .columns-5 {
    width: 90vw;
    margin-left: 0;
    display: inline-block;
  }

  .column-5-1 {
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .column-5-2 {
    display: inline-block;
  }

  .div-block-31 {
    align-self: auto;
    width: 90vw;
    padding-left: 0;
    display: inline-block;
  }

  .column-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .text-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .paragraph-12 {
    margin-top: 0;
    font-size: 3vw;
  }

  .contact-wrapper {
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: visible;
  }

  .heading-23 {
    text-align: center;
    font-size: 12vw;
    line-height: 100%;
    display: block;
  }

  .line {
    height: 3px;
  }

  .section-5 {
    height: 100px;
  }

  .div-block-24-copy {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin-left: 0;
    display: inline-block;
    overflow: hidden;
  }

  .column-6-copy {
    display: flex;
    position: static;
  }

  .heading-24 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-x-copy {
    max-height: none;
    margin-top: auto;
  }

  .div-block-33 {
    margin-top: -115px;
    margin-left: 0;
  }

  .divider-copy {
    margin-top: 105px;
    margin-bottom: -25px;
  }

  .section-6 {
    width: 90vw;
    max-width: none;
  }

  .rich-text-block-2 {
    width: 90vw;
    margin-left: -57px;
    display: block;
    overflow: visible;
  }

  .div-block-35 {
    flex-direction: row;
    width: 90vw;
    height: 180px;
  }

  .div-block-36 {
    width: auto;
  }

  .button-7 {
    order: 1;
    width: 70px;
    height: auto;
    margin-right: 15px;
  }

  .rich-text-block-3 {
    width: 150px;
    margin-left: 20px;
    line-height: 20px;
  }

  .rich-text-block-4 {
    width: 150px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .greenup {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    height: 200px;
    margin-left: 0;
    display: inline-block;
    overflow: hidden;
  }

  .rich-text-block-2-hd {
    width: 90vw;
    margin-left: -57px;
    display: block;
    overflow: visible;
  }

  .heading-17-copy {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-16-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .columns-2nd-row {
    width: 90vw;
  }

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

  .splide__slide {
    width: 50%;
  }

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .navigation-link {
    color: var(--white);
    padding-top: 10px;
    font-weight: 500;
  }

  .cloud-logo.inf {
    margin-top: 90vh;
  }

  .heading-27, .heading-27.footer {
    font-size: 7vh;
  }

  .clouds.z1 {
    object-fit: cover;
  }

  .clouds.z3 {
    object-fit: contain;
  }

  .section-hero-2 {
    overflow: visible;
  }

  .cloud-z.footer {
    font-size: 7vh;
  }

  .hero-heading.footer {
    top: 335%;
  }

  .nimbus-02 {
    margin-top: 0;
  }

  .container-clouds {
    max-width: none;
    min-height: 0;
    margin-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: hidden;
  }

  .wrapper-logo {
    top: 14vh;
  }

  .row-sup {
    margin-bottom: 0;
  }

  .nimbus-01 {
    margin-top: 0;
  }

  .section-content {
    height: auto;
    margin-bottom: 0;
  }

  .cloud-inter {
    width: 33vw;
    top: -5%;
  }

  .left-column-sup {
    margin-top: 20px;
  }

  .nimbus-03 {
    margin-top: 0;
  }

  .right-column-sup {
    margin-top: 20px;
  }

  .heading-info {
    font-size: 7vw;
  }

  .right-column-inf, .left-column-inf {
    margin-top: 20px;
  }

  .cloud-photo {
    height: 200px;
    margin-top: 20%;
  }

  .cloud-photo._03 {
    margin-top: 40%;
  }

  .paragraph-info {
    font-size: 3vw;
  }

  .cloud-info {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .cloud-info._01 {
    min-height: 225px;
    margin-bottom: 20px;
  }

  .cloud-info._03 {
    min-height: 225px;
  }

  .cloud-info._02 {
    min-height: 225px;
    margin-bottom: 20px;
  }

  .row-inf-01 {
    margin-bottom: 0;
  }

  .section-footer-2 {
    height: 360vh;
  }

  .logo.inf {
    margin-top: 90vh;
  }

  .hero-heading-2.footer {
    top: 335%;
  }

  .cloud-z-2.footer, .heading-28, .heading-28.footer {
    font-size: 7vh;
  }

  .body-5 {
    overflow: visible;
  }

  .footer-copy {
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .container-5 {
    flex: none;
  }

  .container-6 {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-flex-container-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 80vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .text-block-4-copy {
    padding-left: 10px;
    font-size: 10px;
  }

  .footer-heading-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-text-copy {
    font-size: 12px;
  }

  .heading-22-copy {
    white-space: normal;
    width: 90vw;
    max-width: 90vw;
    margin-top: 40px;
    overflow: visible;
  }

  .text-block-10-copy {
    width: 90vw;
    max-width: 90vw;
    overflow: visible;
  }

  .team-member-description {
    direction: ltr;
    text-align: center;
    white-space: break-spaces;
  }

  .viktor {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .simon {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .cillas {
    padding-left: 0;
  }

  .team-pic-copy {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-image: url('../images/Viktor.png');
    background-position: 0 100%;
    background-size: cover;
    background-clip: border-box;
    height: 300px;
    overflow: hidden;
  }

  .team-pic-2-copy {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: border-box;
    height: 300px;
    overflow: hidden;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns-4-copy {
    width: 90vw;
  }

  .pillar-icon {
    width: auto;
    height: auto;
  }

  .image-25-copy {
    clear: none;
    text-align: center;
    width: 90vw;
    max-width: 90vw;
    height: auto;
    max-height: none;
    margin-left: 0;
    display: block;
  }

  .div-block-31-copy {
    width: 90vw;
    padding-left: 5px;
  }

  .paragraph-11-copy {
    white-space: normal;
    width: 90vw;
    max-width: 90vw;
    margin-bottom: 60px;
    overflow: visible;
  }

  .image-26-copy {
    text-align: center;
    white-space: normal;
    object-fit: fill;
    width: 90vw;
    max-width: 90vw;
    max-height: 300px;
    margin-left: 0;
    margin-right: 0;
    transition: margin .35s;
    display: block;
    position: static;
    overflow: visible;
  }

  .pillar-columns {
    width: 90vw;
    margin-top: 40px;
    margin-left: 0;
    display: inline-block;
  }

  .pillar-paragraph {
    text-align: left;
    width: 90vw;
    max-width: none;
    display: inline-block;
  }

  .column-11 {
    margin-bottom: 20px;
    display: inline-block;
  }

  .div-block-44, .div-block-45 {
    width: 90vw;
  }

  .pillar {
    height: 150px;
  }

  .body-6 {
    overflow: visible;
  }

  .page-1 {
    width: auto;
    height: auto;
  }

  .text-container {
    width: auto;
    margin-top: 180px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-28 {
    width: auto;
  }

  .bg-container {
    background-position: 50%;
    background-size: 500px;
    height: 550px;
  }

  .background-video {
    height: 70vh;
  }

  .footer-copy-copy {
    background-color: var(--white);
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .div-block-48 {
    background-image: linear-gradient(#afcbd9, #b4d4e5);
  }

  .section-8 {
    background-color: var(--white);
    margin-top: 0;
  }

  .div-block-49 {
    margin-right: auto;
  }

  .div-block-23-copy {
    object-fit: cover;
    height: auto;
    padding: 10px;
    overflow: visible;
  }

  .div-block-22-copy {
    object-fit: scale-down;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: auto;
  }

  .heading-jumbo-copy {
    text-align: left;
    max-width: none;
    margin-top: auto;
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
    display: block;
  }
}

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

#w-node-_86e64837-0616-515b-4568-76c147234d4c-6dc8186c, #w-node-_86e64837-0616-515b-4568-76c147234d34-6dc8186c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-6dc8186c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

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

#w-node-a88e2d52-bede-3806-ca99-1e9802186df9-3fc81876 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f3c81877 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f3c81877 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_690c474e-8171-3ffa-84c7-3658e6c1c50c-f3c81877 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_690c474e-8171-3ffa-84c7-3658e6c1c51b-f3c81877 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89b8-fcefbccf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c3-fcefbccf, #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c6-fcefbccf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89d1-fcefbccf {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89b8-cc1ed8ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c3-cc1ed8ee, #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c6-cc1ed8ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89d1-cc1ed8ee {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-6dc8186c {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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

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

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-3fc81876, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f3c81877, #w-node-_690c474e-8171-3ffa-84c7-3658e6c1c51b-f3c81877, #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89b8-fcefbccf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c3-fcefbccf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c6-fcefbccf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89d1-fcefbccf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89b8-cc1ed8ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c3-cc1ed8ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89c6-cc1ed8ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89d1-cc1ed8ee {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_860697f3-7775-2a89-586c-8df85b0b3b6d-f9c81875, #w-node-_860697f3-7775-2a89-586c-8df85b0b3b6f-f9c81875, #w-node-_860697f3-7775-2a89-586c-8df85b0b3b74-f9c81875 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_860697f3-7775-2a89-586c-8df85b0b3b76-f9c81875 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec24-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec27-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec37-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec3a-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec51-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec54-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec6d-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec70-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec86-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ec89-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88eca4-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88eca7-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ecb7-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ecba-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88eccb-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ba1e1cf-a08e-999f-a513-8a91ae88ecce-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cef7eca6-37e0-48ec-541e-bc30cae0e808-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cef7eca6-37e0-48ec-541e-bc30cae0e80b-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7d856b01-670e-061d-d7dc-8edbc6bcb774-f3c81877 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7d856b01-670e-061d-d7dc-8edbc6bcb777-f3c81877 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_860697f3-7775-2a89-586c-8df85b0b3b63-f9c81875, #w-node-_860697f3-7775-2a89-586c-8df85b0b3b6a-f9c81875, #w-node-_860697f3-7775-2a89-586c-8df85b0b3b71-f9c81875 {
    grid-column: span 1 / span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f3c81877 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f3c81877 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_690c474e-8171-3ffa-84c7-3658e6c1c50c-f3c81877 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_690c474e-8171-3ffa-84c7-3658e6c1c51b-f3c81877 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89d1-fcefbccf, #w-node-_863e60e8-b5ce-ef83-17c3-829b3dfc89d1-cc1ed8ee {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Neuzeitsbook';
  src: url('../fonts/NeuzeitSBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit grotesk w01';
  src: url('../fonts/Neuzeit-Grotesk-W01-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din 30640 std neuzeit grotesk';
  src: url('../fonts/DIN-30640-Std-Neuzeit-Grotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit grotesk cond w01';
  src: url('../fonts/Neuzeit-Grotesk-Cond-W01-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neosans';
  src: url('../fonts/NeoSans_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Itc avant garde gothic lt';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc avant garde gothic';
  src: url('../fonts/ITC-Avant-Garde-Gothic-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd bkcnobl';
  src: url('../fonts/ITCAvantGardeStd-BkCnObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd bkobl';
  src: url('../fonts/ITCAvantGardeStd-BkObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd';
  src: url('../fonts/ITCAvantGardeStd-BoldCnObl.otf') format('opentype'), url('../fonts/ITCAvantGardeStd-BoldObl.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd demicnobl';
  src: url('../fonts/ITCAvantGardeStd-DemiCnObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd demiobl';
  src: url('../fonts/ITCAvantGardeStd-DemiObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd xltcn';
  src: url('../fonts/ITCAvantGardeStd-XLtCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd xltcnobl';
  src: url('../fonts/ITCAvantGardeStd-XLtCnObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd mdcnobl';
  src: url('../fonts/ITCAvantGardeStd-MdCnObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd mdobl';
  src: url('../fonts/ITCAvantGardeStd-MdObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}