:root {
  --black: black;
  --blue: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

.divider {
  background-color: #eee;
  height: 1px;
}

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

.section {
  background-color: #000;
  height: 70px;
  padding-left: 3%;
  padding-right: 10%;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  text-align: left;
  background-color: #000;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section.cc-store-home-wrap.hidden {
  display: none;
}

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

.container {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

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

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

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

.bookdemobutton.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.bookdemobutton.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.bookdemobutton.cc-contact-us {
  z-index: 5;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 20px;
  outline: 1.5px solid #fff;
  margin-left: 0;
  padding: 6px 14px;
  display: block;
  position: relative;
}

.bookdemobutton.cc-contact-us.expertbutton {
  background-color: #a9d18f;
  padding: 10px 20px;
}

.bookdemobutton.cc-contact-us.expertbutton.signupbutton {
  outline-offset: 0px;
  color: #000;
  border: 1.5px solid #000;
  outline: 1.5px #fff;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 10px 30px;
}

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

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

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

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

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

.label.cc-light {
  opacity: .6;
}

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

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

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

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

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

.paragraph-light {
  opacity: 1;
  text-align: left;
  order: 0;
  align-self: stretch;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
}

.paragraph-light.center-allign {
  text-align: center;
}

.paragraph-light.customer {
  font-size: 36px;
  line-height: 40px;
}

.paragraph-light.landing {
  line-height: 1.7;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  line-height: 1.1;
}

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

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

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

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

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

.navigation {
  opacity: 1;
  color: #000;
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.logo-image {
  color: #fff;
  width: 150px;
  padding-right: 0;
  display: block;
}

.navigation-items {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  color: #000;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  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 {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  opacity: 1;
  color: #fff;
  background-color: rgba(244, 244, 244, 0);
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

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

.intro-content.cc-homepage {
  outline-offset: 0px;
  outline: 1.5px #fff;
  width: 90%;
  margin-top: -100px;
  margin-bottom: 20px;
  padding-top: 0;
}

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

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

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

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  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: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.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 {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.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-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.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 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: 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;
  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 {
  flex-direction: column;
  width: auto;
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
}

.home-section-wrap {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.section-heading {
  color: #fff;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  position: static;
}

.about-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: ". Area"
  / 2.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
}

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

.intro-text {
  width: 85%;
  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 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

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

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.background-video {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  letter-spacing: 1px;
  text-transform: none;
  column-count: 1;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  line-height: 14px;
}

.body {
  background-color: var(--black);
  color: #fff;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.body.search {
  background-color: var(--blue);
  color: #000;
}

.image {
  object-fit: cover;
  flex: auto;
  order: 0;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-shadow: 0 2px 5px rgba(44, 44, 44, .31);
}

.container-2 {
  flex: 0 auto;
  align-self: flex-start;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: auto;
  align-content: stretch;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
}

.flex-block-2 {
  outline-offset: 0px;
  outline: 3px solid #fff;
  flex-flow: column wrap;
  flex: auto;
  justify-content: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-block-3 {
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 58px;
  text-decoration: none;
}

.container-3 {
  flex: auto;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
}

.flex-block-5 {
  color: #000;
}

.flex-block-6 {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  flex: auto;
  align-content: space-between;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 15px 30px;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: left;
  flex-wrap: wrap;
  flex: auto;
  align-content: flex-start;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 70%;
  max-width: 70%;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block-7.center-align {
  align-self: flex-start;
}

.flex-block-7.imprint {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.flex-block-7.platform {
  align-items: flex-start;
}

.flex-block-7.signup {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.flex-block-7.seeing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: auto;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.flex-block-7.partner {
  width: 100%;
  max-width: 100%;
}

.flex-block-8 {
  text-align: left;
  flex-flow: row;
  flex: auto;
  align-content: center;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.flex-block-8.imprint {
  padding: 100px 50px;
}

.div-block {
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  display: flex;
}

.section-2.seeing {
  background-color: #fff;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-2.partners, .section-2.aboutus {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-2.contactus {
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-2.video {
  outline-offset: 0px;
  outline: 3px #44546a;
  padding-bottom: 20px;
}

.section-2.home {
  height: 100vh;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: flex-start;
}

.navbar {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
  font-size: 1vw;
  line-height: 1;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-heading-black {
  color: #000;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  position: static;
}

.section-heading-black.signup {
  text-align: center;
}

.paragraph-light-black {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
}

.paragraph-light-black.centered-text {
  text-align: center;
}

.paragraph-light-black.imprint {
  font-size: 1.5em;
}

.paragraph-light-black.platform {
  margin-bottom: 20px;
}

.paragraph-light-black.login {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3em;
}

.paragraph-light-mini-black {
  opacity: 1;
  color: #000;
  text-align: justify;
  align-self: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.3;
}

.paragraph-light-mini-black.product {
  text-align: justify;
}

.paragraph-light-mini-black.tabletext {
  text-align: left;
}

.paragraph-light-mini {
  opacity: 1;
  align-self: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.3;
}

.image-2 {
  background-color: rgba(0, 0, 0, 0);
}

.flex-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 65%;
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.section-heading-2 {
  color: #fff;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: static;
}

.paragraph-light-mini-2 {
  opacity: 1;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.paragraph-light-mini-2.center-align {
  text-align: center;
}

.bold-text-2 {
  text-align: left;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 28px;
  font-weight: 400;
}

.flex-block-11 {
  flex-flow: wrap;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40%;
}

.flex-block-11.platform {
  flex-wrap: wrap;
  width: auto;
  margin-left: 20px;
}

.bold-text-5 {
  white-space: normal;
  display: inline;
}

.flex-block-12 {
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-13 {
  flex-flow: column wrap-reverse;
  align-content: space-between;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-block-14 {
  text-align: left;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
}

.container-4 {
  color: #fff;
  background-color: #fff;
  padding: 0;
}

.flex-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}

.flex-block-15.rightnav {
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.search {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  align-self: auto;
}

.searchbutton {
  background-image: url('../images/magniglasswhite.png');
  background-position: 50%;
  background-size: auto;
  flex: 0 auto;
  width: 25px;
  display: none;
  overflow: visible;
}

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

.link-block-3 {
  flex: 0 auto;
  width: 1.75em;
  margin-left: 0;
  margin-right: 0;
  display: none;
  overflow: visible;
}

.search-2 {
  overflow: hidden;
}

.search-3 {
  float: none;
  clear: none;
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: fill;
  background-color: #fff;
  border-radius: 50px;
  outline: 2px solid #000;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 20px 30px;
  display: none;
  position: fixed;
  bottom: 75%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.search-button {
  background-color: var(--black);
  outline-offset: 0px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  outline: 1.5px solid #000;
  height: 30px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
}

.search-input-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  width: 70%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
}

.flex-block-16.center-align {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}

.flex-block-16.platform {
  flex-flow: row;
  flex: auto;
  align-content: stretch;
  justify-content: flex-end;
  align-items: center;
}

.flex-block-16.customer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.paragraph-light-mini-black-hyperlink {
  opacity: 1;
  color: #000;
  align-self: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.paragraph-light-mini-black-hyperlink.centered-text {
  text-align: center;
  font-size: 1em;
  line-height: 1.1;
}

.paragraph-light-mini-black-hyperlink.loginoptions {
  text-align: left;
}

.image-4 {
  border: 1.5px solid #fff;
  max-width: 80%;
}

.flex-block-17 {
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
}

.flex-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
  align-items: center;
  width: 90%;
  min-width: 100%;
  padding: 20px 10px;
}

.paragraph-light-mini-hyperlink {
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.image-5 {
  outline-offset: 0px;
  outline: 1.5px solid #fff;
  width: auto;
  max-width: 80%;
  margin-left: 0;
}

.flex-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.flex-block-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  flex: auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  margin-top: 30px;
}

.flex-block-21 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  filter: brightness(90%) grayscale();
  background-image: url('../images/teamwork.jpeg');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 450px;
  padding: 50px 20px;
  transition: filter .3s;
}

.flex-block-21:hover {
  filter: brightness() grayscale(0%);
}

.flex-block-21.c1 {
  filter: brightness(90%) grayscale();
  background-image: url('../images/teamwork.webp');
  background-size: cover;
  transition: filter .3s;
}

.flex-block-21.c1:hover {
  filter: brightness() grayscale(0%);
}

.flex-block-21.c1.test {
  background-image: none;
}

.flex-block-21.c2 {
  filter: brightness(90%) grayscale();
  background-image: url('../images/winner2.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 10px;
  transition: filter .3s;
}

.flex-block-21.c2:hover {
  filter: none;
}

.flex-block-21.c3 {
  filter: brightness(90%) grayscale();
  background-image: url('../images/f1car.webp');
  background-position: 50%;
  transition: filter .3s;
}

.flex-block-21.c3:hover {
  filter: none;
}

.flex-block-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.flex-block-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
}

.video {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 3px solid #44546a;
}

.flex-block-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  outline-offset: 0px;
  text-align: left;
  outline: 6px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  width: 50%;
  margin-right: 20px;
}

.footer-item {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.footer-item.hidden {
  display: none;
}

.flex-block-26 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
}

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

.image-7 {
  object-fit: cover;
  width: 25px;
}

.flex-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.image-8 {
  background-color: #fff;
}

.image-9 {
  height: 20px;
  font-size: 14px;
}

.image-10 {
  object-fit: cover;
  width: 100%;
}

.image-11 {
  background-color: rgba(0, 0, 0, 0);
}

.microsoftdynamics365img {
  background-color: #fff;
}

.biimage {
  width: 100%;
  height: auto;
}

.bicontainer {
  width: 150px;
  max-width: 200px;
}

.image-12 {
  background-color: #fff;
}

.erpcontainer {
  width: 15%;
}

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

.dropdown {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100%;
  margin: auto 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  display: block;
}

.dropdown.hidden {
  display: none;
}

.text-block-2 {
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1em;
  display: flex;
}

.text-block-2:hover {
  text-decoration: underline;
}

.dropdown-heading {
  margin: 0 0 10px;
  padding-left: 0;
}

.dropdown-heading-text {
  text-align: left;
  white-space: nowrap;
  font-size: .55em;
  line-height: 1;
  text-decoration: none;
}

.dropdown-heading-text:hover {
  color: #a5fa7c;
}

.flex-block-28 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1% 3% 2%;
}

.dropdown-link {
  color: #000;
  white-space: normal;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 8px;
  font-size: 1em;
  line-height: 1.5;
  transition: opacity .2s;
}

.dropdown-link:hover {
  color: #a5fa7c;
  white-space: normal;
  width: 100%;
}

.dropdown-link.hidden {
  display: none;
}

.dropdown-link-2, .dropdown-link-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  z-index: auto;
  background-color: #fff;
  border-bottom: 3px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
}

.flex-block-29 {
  align-items: flex-start;
}

.dropdown-link-4, .dropdown-link-5 {
  margin-left: 0;
}

.div-block-3 {
  width: 100%;
  overflow: hidden;
}

.image-13 {
  align-self: center;
}

.image-14 {
  width: 100%;
}

.flex-block-30 {
  border-left: 1.25px solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 0%;
}

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

.link-4 {
  text-decoration: underline;
}

.quick-stack, .quick-stack-2 {
  border-left: 2px solid #000;
  width: 100%;
}

.bold-text-6 {
  font-size: 14px;
}

.dropdown-toggle {
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
}

.dropdown-toggle-2 {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.text-size-medium {
  font-size: 1.125rem;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.faq1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.padding-section-large {
  text-align: left;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq1_question {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Poppins, sans-serif;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.text-align-center {
  text-align: center;
  width: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.heading-2 {
  width: 100%;
}

.search-4 {
  float: none;
  clear: none;
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  align-items: flex-end;
  width: 500px;
  height: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.search-button-2 {
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  outline: 1.5px solid #000;
  width: 20%;
  height: 100%;
  margin-left: 15px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.flex-block-31 {
  flex-direction: column;
  align-items: flex-start;
  min-width: 15%;
  height: 100%;
}

.flex-block-31.hidden {
  display: none;
}

.bold-text-7 {
  letter-spacing: 1px;
  font-size: 100%;
}

.bold-text-8 {
  padding-left: 10px;
}

.bold-text-9 {
  padding-left: 0;
}

.link-block-4 {
  height: 100px;
}

.link-block-5 {
  height: 100%;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  background-image: url('../images/backtotop.png');
  background-position: 0 0;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5%;
  margin-right: 1.5%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.anchor-scroll {
  background-image: url('../images/backtotop.png');
  background-position: 0 0;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 10%;
  margin-right: 1.5%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.anchor-scroll.w--current {
  mix-blend-mode: difference;
  background-image: url('../images/backtotopwhite.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 6%;
  margin-right: 1%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-16 {
  outline-offset: 0px;
  outline: 3px solid #36454f;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-18 {
  filter: blur(5px);
  object-fit: cover;
  width: 350px;
  height: 100px;
}

.container-5 {
  background-image: url('../images/ROCKWOOL-Logo.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-4 {
  background-image: url('../images/ROCKWOOL-Logo.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-19 {
  height: 100px;
}

.image-customer {
  width: auto;
}

.image-customer.rockwool {
  margin-bottom: 12px;
}

.btn-parent {
  color: #fff;
  letter-spacing: 1px;
  background-color: #8ed973;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 2em 6em;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.btn-parent.demo {
  outline-offset: 0px;
  color: #fff;
  background-color: #8ed973;
  outline: 1.5px solid #8ed973;
  padding: 1.5em 5em;
  font-size: .8em;
}

.btn-parent.loginoptions {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 1.2px solid #000;
  width: 100%;
  height: 100%;
  padding: 3px 3px 3px 0;
  display: flex;
}

.btn-parent.signup {
  display: flex;
}

.btn-parent.login {
  outline-color: var(--blue);
  outline-offset: 0px;
  background-color: rgba(142, 217, 115, 0);
  outline-width: 1.5px;
  outline-style: solid;
  padding: 1.5em 5em;
}

.btn-txt-1 {
  font-family: Poppins, sans-serif;
  position: absolute;
}

.btn-txt-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  position: absolute;
}

.btn-txt-2.demo {
  color: #fff;
}

.btn-txt-2.login:hover {
  color: #000;
}

.flex-block-32 {
  flex-wrap: wrap;
  align-items: center;
}

.flex-block-33 {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

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

.flex-block-34 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 45%;
}

.flex-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #dbdbdb;
  width: 500px;
  padding: 20px;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
}

.btn-parent-txt {
  align-self: auto;
  position: relative;
}

.text-parent {
  z-index: 4;
  position: relative;
}

.btn-txt-3 {
  font-size: 16px;
}

.a-1 {
  background-color: #000;
  width: 18px;
  height: 2px;
  margin-left: 40px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 60px;
  right: 0%;
}

.a-3 {
  background-color: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.a-2 {
  background-color: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-45deg);
}

.btn-parent-txt-2 {
  position: relative;
}

.a-1-2 {
  background-color: #000;
  width: 18px;
  height: 2px;
  margin-left: 6px;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 90px;
  right: 90px;
}

.flex-block-36 {
  width: 65%;
}

.bold-text-12, .bold-text-13 {
  display: block;
}

.body-2 {
  font-size: 1vw;
}

.body-4 {
  font-size: 1vw;
  line-height: 1;
}

.link-block-8 {
  color: var(--blue);
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.heading-3.black {
  color: #000;
}

.heading-3.black.login {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2em;
}

.grid {
  border: 1px solid #000;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-8"
                 "Area-9 Area-10"
                 / 1.75fr 3fr;
  align-items: center;
  justify-items: center;
  padding: 10px;
}

.grid-2 {
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  padding: 10px;
  font-family: Poppins, sans-serif;
}

.body-5 {
  font-size: 1px;
}

.container-6 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25px;
  height: 25px;
  display: block;
}

.link-block-9 {
  align-self: center;
  width: 25px;
}

.link-block-9.login {
  align-self: flex-end;
  width: 30px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.text-block-4 {
  font-size: 1vw;
}

.paragraph {
  font-size: 1.2vw;
}

.link-5 {
  font-size: 1.3vw;
}

.search-result-item {
  line-height: 1.5;
}

.html-embed {
  width: 0;
  height: 0;
  display: none;
}

.flex-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  background-color: #fff;
  outline: 1.5px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: fixed;
  top: 35%;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.image-22 {
  width: 30px;
}

.flex-block-38 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.flex-block-39 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 20%;
  margin-bottom: 25px;
}

.grid-parent {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  position: relative;
}

.num-txt {
  margin-top: 15px;
  margin-right: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.share-parent-1 {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.share-parent {
  background-color: #000;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
}

.share-parent.top {
  z-index: 1;
}

.image-23, .image-24 {
  width: 25px;
}

.flex-block-40 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 2em;
}

.paragraph-light-mini-blue {
  color: #00f;
  text-decoration: none;
}

.flex-block-41 {
  outline-offset: 0px;
  background-color: #fff;
  outline: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 20%;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.form-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-2 {
  margin-bottom: 0;
  font-size: 1em;
}

.submit-button {
  color: #000;
  background-color: #a9d18e;
  border-radius: 20px;
  align-self: stretch;
  font-size: 1em;
}

.flex-block-42 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.flex-block-42.top {
  width: 80%;
  margin-bottom: 20px;
}

.html-embed-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .bookdemobutton {
    justify-content: center;
  }

  .bookdemobutton.cc-contact-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding: 6px 5px;
    display: inline-block;
  }

  .paragraph-light {
    text-align: left;
    font-size: 2em;
  }

  .heading-jumbo {
    font-size: 4em;
  }

  .logo-link.w--current {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 1;
  }

  .menu-icon {
    background-color: var(--black);
    color: #fff;
    padding-left: 0;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
    flex: auto;
    order: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: #000;
    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 {
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(255, 255, 255, 0);
    background-clip: border-box;
    padding: 0;
    font-family: Poppins, sans-serif;
    display: block;
  }

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

  .navigation-items {
    color: #000;
    text-align: center;
    background-color: #000;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    margin-top: 20%;
  }

  .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-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    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: 460px;
  }

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

  .section-heading {
    text-align: left;
    align-self: auto;
    font-size: 3em;
  }

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

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

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

  .background-video {
    padding: 20px 80px 50px;
  }

  .image {
    flex: 0 auto;
    order: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block {
    flex: auto;
  }

  .flex-block-2 {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    font-size: 12px;
  }

  .flex-block-4 {
    background-color: rgba(255, 255, 255, 0);
    flex-wrap: nowrap;
    flex: auto;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-5 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-6 {
    flex-wrap: wrap;
    align-self: center;
    display: inline-block;
  }

  .flex-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-8 {
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-2.seeing {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.home {
    height: 100%;
  }

  .flex-block-9 {
    color: #000;
    background-color: rgba(255, 0, 0, 0);
  }

  .icon {
    font-size: 50px;
  }

  .link-block {
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-position: 0 0;
    background-size: cover;
  }

  .navbar {
    flex-wrap: nowrap;
    align-items: center;
    height: 7%;
    display: block;
  }

  .icon-2 {
    font-size: 40px;
  }

  .section-heading-black {
    text-align: left;
    align-self: auto;
    font-size: 3em;
  }

  .paragraph-light-black {
    text-align: left;
    font-size: 2em;
  }

  .paragraph-light-black.imprint {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .paragraph-light-black.login {
    font-size: 1.5em;
  }

  .paragraph-light-mini-black, .paragraph-light-mini {
    text-align: left;
    font-size: 1.5em;
  }

  .paragraph-light-mini.text-align-center {
    text-align: center;
  }

  .flex-block-10.slider {
    display: flex;
  }

  .section-heading-2 {
    text-align: center;
    align-self: auto;
    font-size: 34px;
  }

  .paragraph-light-mini-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .flex-block-11 {
    flex-wrap: wrap;
    flex: auto;
    align-content: stretch;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 80%;
  }

  .flex-block-14 {
    text-align: left;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-15 {
    width: auto;
  }

  .flex-block-15.rightnav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .searchbutton {
    color: #000;
    background-color: rgba(253, 253, 253, 0);
    width: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-3 {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .link-block-3 {
    width: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .flex-block-16 {
    flex-flow: wrap;
    justify-content: center;
  }

  .paragraph-light-mini-black-hyperlink {
    text-align: left;
    font-size: 1.5em;
    line-height: 1.1;
  }

  .paragraph-light-mini-black-hyperlink.centered-text {
    font-size: 1.5em;
  }

  .flex-block-17 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .flex-block-18 {
    justify-content: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .flex-block-18.slider {
    display: block;
  }

  .paragraph-light-mini-hyperlink {
    font-size: 1.5vw;
  }

  .flex-block-20 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
  }

  .flex-block-23 {
    width: 80%;
  }

  .flex-block-24, .flex-block-25 {
    width: 100%;
  }

  .flex-block-26 {
    align-items: center;
  }

  .menu-button-2 {
    color: #fff;
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #3b3b3b;
  }

  .image-10 {
    width: 100%;
    height: auto;
  }

  .bicontainer {
    width: auto;
    max-width: 100px;
  }

  .text-block-2 {
    align-items: flex-start;
    font-size: 1.3em;
  }

  .dropdown-heading {
    margin: 0;
  }

  .dropdown-heading-text {
    width: 100%;
    font-size: .5em;
  }

  .flex-block-28 {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: auto;
  }

  .dropdown-link {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1em;
  }

  .dropdown-link:hover {
    width: auto;
  }

  .dropdown-list.w--open {
    width: 100%;
    left: 0;
    right: 0;
  }

  .flex-block-30 {
    flex: 0 auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    width: 100%;
  }

  .dropdown-toggle-2 {
    padding: 10px 3%;
  }

  .dropdown-toggle-2.w--open {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link {
    background-color: #000;
    background-image: url('../images/youtubelogo.png');
    background-position: 0 0;
    background-size: auto;
  }

  .link-block-6.w--current {
    font-size: 16px;
  }

  .anchor-scroll.w--current {
    display: none;
  }

  .btn-parent {
    font-size: 1.2em;
  }

  .btn-parent.demo {
    padding: 12px 50px;
  }

  .btn-txt-1.demo, .btn-txt-2.demo {
    font-size: 8px;
  }

  .flex-block-33 {
    width: 100%;
  }

  .section-3 {
    height: 5px;
  }

  .body-3 {
    font-size: 1vw;
    line-height: 1;
  }

  .heading-3.black.login {
    font-size: 2.3em;
  }

  .flex-block-37 {
    width: 50%;
    display: none;
    left: 25%;
    right: 25%;
  }

  .flex-block-39 {
    width: 90%;
  }

  .paragraph-light-mini-blue {
    font-size: 1.5vw;
  }

  .flex-block-41 {
    height: 28%;
    display: none;
    top: 20%;
    bottom: 25%;
  }

  .text-field-2 {
    font-size: 1.3em;
  }

  .submit-button {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    width: 100%;
    height: 20%;
  }

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

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .heading-jumbo {
    font-size: 32px;
    line-height: 46px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

  .footer-wrap {
    align-items: center;
  }

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

  .intro-header {
    margin-top: 25%;
  }

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

  .home-content-wrap {
    align-items: center;
  }

  .background-video {
    padding-left: 50px;
    padding-right: 50px;
  }

  .body {
    font-size: 1.5vw;
  }

  .image {
    flex: 0 auto;
    width: auto;
  }

  .flex-block-2 {
    margin-top: 200px;
  }

  .flex-block-6 {
    align-items: flex-start;
    width: auto;
  }

  .flex-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-8 {
    flex-direction: row;
    flex: auto;
    justify-content: center;
    align-items: center;
    margin: 100px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .div-block {
    width: 100vw;
    overflow: hidden;
  }

  .navbar {
    padding-left: 6%;
    padding-right: 6%;
  }

  .flex-block-14 {
    flex-direction: row;
    flex: auto;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    display: flex;
  }

  .flex-block-26 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-7 {
    height: 30px;
  }

  .flex-block-27 {
    flex-direction: row;
    align-self: center;
    align-items: flex-start;
  }

  .text-block-2 {
    text-align: center;
    align-items: flex-start;
  }

  .dropdown-heading {
    padding-left: 0;
  }

  .dropdown-heading-text {
    font-size: .4em;
  }

  .flex-block-28 {
    padding-right: 3%;
    overflow: scroll;
  }

  .dropdown-toggle-2 {
    padding-left: 6%;
    padding-right: 20px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .btn-parent {
    font-size: 1em;
  }

  .btn-txt-1.loginoptions {
    font-size: 1.4em;
  }

  .flex-block-41 {
    height: 25%;
    bottom: 30%;
  }

  .submit-button {
    font-size: 1.5vw;
  }
}

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

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

  .bookdemobutton.cc-contact-us {
    padding: 5% 2%;
    font-size: 8px;
  }

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

  .paragraph-light {
    text-align: left;
  }

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

  .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 {
    width: 100%;
    height: 40vh;
    margin-top: 25%;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .intro-text {
    width: 100%;
  }

  .background-video {
    height: 100%;
    padding: 50px 20px;
  }

  .text-block {
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 8px;
    line-height: 8px;
  }

  .image {
    height: auto;
  }

  .flex-block-2 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    padding-right: 0;
    font-size: 8px;
  }

  .flex-block-4 {
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    overflow: visible;
  }

  .flex-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-block-7.partner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-8.imprint {
    padding: 50px 10px 25px;
  }

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

  .section-2.video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    width: 20%;
    height: auto;
  }

  .navbar {
    height: 5%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
    padding-right: 6%;
  }

  .icon-2 {
    background-color: #000;
    font-size: 30px;
  }

  .section-heading-black {
    text-align: left;
    line-height: 20px;
  }

  .paragraph-light-black.centered-text {
    text-align: center;
  }

  .paragraph-light-black.imprint {
    font-size: 2em;
  }

  .paragraph-light-black.login {
    font-size: 3em;
  }

  .paragraph-light-mini-black {
    text-align: left;
    line-height: 1.3;
  }

  .flex-block-10 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-block-11 {
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-14 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-block-15 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex: 0 auto;
  }

  .flex-block-15.rightnav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
  }

  .searchbutton {
    width: 12px;
    font-size: 12px;
  }

  .link-block-3 {
    width: 12px;
  }

  .flex-block-16.customer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-light-mini-black-hyperlink {
    text-align: left;
  }

  .flex-block-18 {
    width: 240%;
    padding: 10px 5px;
  }

  .paragraph-light-mini-hyperlink {
    line-height: 1.3;
  }

  .flex-block-19 {
    padding: 200px 0;
  }

  .flex-block-20 {
    flex-wrap: wrap;
  }

  .flex-block-21 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-22 {
    flex-wrap: wrap;
  }

  .flex-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 80%;
  }

  .flex-block-24 {
    padding-left: 10px;
  }

  .menu-button-2 {
    line-height: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #2e2e2e;
    padding: 0;
  }

  .text-block-2 {
    font-size: 2em;
  }

  .dropdown-heading {
    padding-bottom: 3px;
    padding-left: 0;
    font-size: 28px;
    line-height: 20px;
  }

  .dropdown-heading-text {
    white-space: nowrap;
    word-break: normal;
    font-size: .3em;
  }

  .flex-block-28 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    padding-left: 3%;
  }

  .dropdown-link {
    flex: 0 auto;
    margin-left: 5px;
    margin-right: 0;
    padding-bottom: 2px;
    font-size: 2em;
    line-height: 2;
  }

  .flex-block-30 {
    margin-right: 0;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 5px 2px;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .dropdown-toggle-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .search-button-2 {
    width: 40%;
  }

  .flex-block-31 {
    flex: 0 auto;
    width: 100%;
  }

  .btn-parent {
    text-align: center;
    align-self: center;
    font-size: 1.6em;
  }

  .btn-parent.demo {
    padding: 10px 40px;
  }

  .btn-txt-1.demo, .btn-txt-2.demo {
    font-size: 6px;
  }

  .flex-block-36 {
    width: 100%;
  }

  .body-2 {
    line-height: 1;
  }

  .body-3 {
    font-size: 1.5vw;
  }

  .heading-3.black.login {
    font-size: 3.5em;
  }

  .link-block-9.login {
    width: 20px;
  }

  .flex-block-37 {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    left: 15%;
    right: 15%;
  }

  .container-7 {
    width: 15%;
  }

  .flex-block-39 {
    margin-bottom: 15px;
  }

  .flex-block-40 {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-light-mini-blue {
    font-size: 2.5vw;
  }

  .flex-block-41 {
    width: 80%;
    height: 28%;
  }

  .text-field-2, .submit-button {
    font-size: 2em;
  }
}

#w-node-_036fd7b1-a9c2-3f59-0f97-09035bd7e5fc-b0188e36, #w-node-eca8ede2-946c-0780-1394-36f908814071-b0188e36, #w-node-e82e56c1-5c94-c375-1490-8b4706c2285f-b0188e36, #w-node-aac83ad2-6dd3-06dd-ec5b-259d19d949e9-b0188e57, #w-node-_439b84b6-6d08-73ac-a3c6-5690448544fa-b0188e57, #w-node-_91da2727-349d-1a22-2f7c-89563570e98e-b0188e57, #w-node-f9a75e67-fcf9-25aa-2e58-af29ba6ec9a6-b0188e57, #w-node-_1cab4634-6220-a918-381b-aeee2b5e5a43-b0188e57 {
  grid-area: Area;
  align-self: center;
  justify-self: auto;
}

#w-node-_5b5afeab-7b74-4031-2889-99460206606c-b0188e5c, #w-node-c2102187-764c-ba05-6c0c-82b93565a975-b0188e5c, #w-node-_7c3988fe-5bc9-be68-80eb-f06003a18263-b0188e5c, #w-node-_60b6ce16-aa5f-fa9f-4373-8040d029a60b-b0188e5c, #w-node-_4d029969-d342-61ba-40a9-afd180aae8f5-b0188e5c, #w-node-_47d7a264-1b05-aeef-ce4c-1599739951f5-b0188e5c, #w-node-dcc4dd59-afbc-40be-4f18-8f47a489210d-b0188e5c, #w-node-_7ba470c0-069f-0949-f757-f8b6ebd13a00-b0188e5c, #w-node-_5e04bd41-ffc3-8cf4-68b9-0f5e18518421-b0188e5c, #w-node-_3a2e270a-9ca3-9b79-b443-9bee98d4d9a8-b0188e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c46286-afd4-3195-f1cb-5451846f2a7f-b0188e5c, #w-node-_14c46286-afd4-3195-f1cb-5451846f2a8b-b0188e5c {
  grid-area: Area;
  align-self: center;
  justify-self: auto;
}

#w-node-_76d2309b-6b35-473b-4314-a27cc2207571-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc2207575-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc2207579-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc220757c-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc220757f-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc2207582-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc2207585-b0188e5c, #w-node-_76d2309b-6b35-473b-4314-a27cc2207588-b0188e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c46286-afd4-3195-f1cb-5451846f2a97-b0188e5c, #w-node-_67acf37b-4515-582d-ee36-e479c8ba6d2f-b0188e74, #w-node-df8c2bd8-29e4-d911-2b16-47dcfcf51847-b0188e74, #w-node-cee7d9a0-ce2b-28e1-ee68-c74e86673e32-b0188e74, #w-node-_591edb1e-e48f-891e-85c4-e555998ba95f-b0188e74, #w-node-_4b2049f3-e211-4fb3-5cab-868bdc4298cd-b0188e74, #w-node-_03d6cd6b-d761-c6a3-e1b5-af3d4ee6749b-b0188e74, #w-node-da27a642-0124-0da8-5228-f93502a2e91f-b0188e74, #w-node-ec85f8c6-84c9-9f78-2e3f-860cb28d6a2d-b0188e74, #w-node-dbcfc4f3-966f-6685-84b0-87e249fb105a-b0188e74, #w-node-_75a5ca9a-e26e-04dd-a258-b35b86e63fbc-b0188e74, #w-node-_4ae5dc8b-ce74-9c91-9079-eb40ec829503-b0188e75, #w-node-abd5f31b-afdb-afa1-e101-fad79260fc26-b0188e75 {
  grid-area: Area;
  align-self: center;
  justify-self: auto;
}

#w-node-_138f4eca-b37f-04db-52bf-fdb6f27b85cd-b0188e77 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr;
}

#w-node-edf7aeb3-525e-74f6-5795-3d8125efb3d1-b0188e77 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr;
}

#w-node-_04011c57-3179-1a96-fbcf-2663ce2ff015-b0188e77 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr;
}

#w-node-_9c1a8cc6-9879-5ca0-6d20-1769a9d713aa-b0188e8e, #w-node-_32204473-1a6c-6aae-2d85-f57eaedf8de1-b0188e8e, #w-node-dfce900e-fa92-06df-76b6-26b0409da9a5-b0188e8e, #w-node-_21d07fa1-ea3f-75ae-9805-b8d788e6d52d-b0188e8e, #w-node-_47d085d3-3e3c-2478-f6db-5ce8904fb4c1-b0188e8e, #w-node-c9162f17-a620-7100-664e-48d08dac8dfd-b0188e8e, #w-node-_272d7c22-6c2d-0231-880b-0eb6b21b0aea-b0188e8e, #w-node-_6be84054-be5e-05e9-9c1e-5ded12451709-b0188e92, #w-node-d47c8335-ff4f-4b11-ad1a-a51e04b167e4-b0188e92, #w-node-_439050e9-2e76-0861-238e-c611028f8afd-b0188e92, #w-node-_36a92ae9-2f0c-ee77-9470-916974c39117-b0188e92, #w-node-_35252248-bd1e-1669-4e20-04ca062943be-b0188e92, #w-node-_43ca003f-b427-8534-b616-6a7154207401-b0188e92 {
  grid-area: Area;
  align-self: center;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_036fd7b1-a9c2-3f59-0f97-09035bd7e5fc-b0188e36, #w-node-eca8ede2-946c-0780-1394-36f908814071-b0188e36, #w-node-e82e56c1-5c94-c375-1490-8b4706c2285f-b0188e36, #w-node-aac83ad2-6dd3-06dd-ec5b-259d19d949e9-b0188e57, #w-node-_439b84b6-6d08-73ac-a3c6-5690448544fa-b0188e57, #w-node-_91da2727-349d-1a22-2f7c-89563570e98e-b0188e57, #w-node-f9a75e67-fcf9-25aa-2e58-af29ba6ec9a6-b0188e57, #w-node-_1cab4634-6220-a918-381b-aeee2b5e5a43-b0188e57, #w-node-_14c46286-afd4-3195-f1cb-5451846f2a7f-b0188e5c, #w-node-_14c46286-afd4-3195-f1cb-5451846f2a8b-b0188e5c, #w-node-_14c46286-afd4-3195-f1cb-5451846f2a97-b0188e5c, #w-node-_67acf37b-4515-582d-ee36-e479c8ba6d2f-b0188e74, #w-node-df8c2bd8-29e4-d911-2b16-47dcfcf51847-b0188e74, #w-node-cee7d9a0-ce2b-28e1-ee68-c74e86673e32-b0188e74, #w-node-_591edb1e-e48f-891e-85c4-e555998ba95f-b0188e74, #w-node-_4b2049f3-e211-4fb3-5cab-868bdc4298cd-b0188e74, #w-node-_03d6cd6b-d761-c6a3-e1b5-af3d4ee6749b-b0188e74, #w-node-da27a642-0124-0da8-5228-f93502a2e91f-b0188e74, #w-node-ec85f8c6-84c9-9f78-2e3f-860cb28d6a2d-b0188e74, #w-node-dbcfc4f3-966f-6685-84b0-87e249fb105a-b0188e74, #w-node-_75a5ca9a-e26e-04dd-a258-b35b86e63fbc-b0188e74, #w-node-_4ae5dc8b-ce74-9c91-9079-eb40ec829503-b0188e75, #w-node-abd5f31b-afdb-afa1-e101-fad79260fc26-b0188e75, #w-node-_9c1a8cc6-9879-5ca0-6d20-1769a9d713aa-b0188e8e, #w-node-_32204473-1a6c-6aae-2d85-f57eaedf8de1-b0188e8e, #w-node-dfce900e-fa92-06df-76b6-26b0409da9a5-b0188e8e, #w-node-_21d07fa1-ea3f-75ae-9805-b8d788e6d52d-b0188e8e, #w-node-_47d085d3-3e3c-2478-f6db-5ce8904fb4c1-b0188e8e, #w-node-c9162f17-a620-7100-664e-48d08dac8dfd-b0188e8e, #w-node-_272d7c22-6c2d-0231-880b-0eb6b21b0aea-b0188e8e, #w-node-_6be84054-be5e-05e9-9c1e-5ded12451709-b0188e92, #w-node-d47c8335-ff4f-4b11-ad1a-a51e04b167e4-b0188e92, #w-node-_439050e9-2e76-0861-238e-c611028f8afd-b0188e92, #w-node-_36a92ae9-2f0c-ee77-9470-916974c39117-b0188e92, #w-node-_35252248-bd1e-1669-4e20-04ca062943be-b0188e92, #w-node-_43ca003f-b427-8534-b616-6a7154207401-b0188e92 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


